/*buttons types*/
.buttons {
  text-align: center;
  margin-top: 15px;
  /*margin-top: 30px;*/
}

.btn-size {
  height: 32px;
  min-width: 60px;
  border: 1px solid #999999;
  border-radius: 20px;
  color: #999999;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  padding: 5px 15px;
  margin: 0 2px;
}

.btn-size.active, .btn-size:hover {
  text-decoration: none;
  background-color: #D7DBDD;
  color: #fff;
}

.section-products {
  margin-top: 50px;
}

.section-products .title_xs {
  font-size: 12px;
  font-family: san-serif;
  margin-bottom: 15px;
}

.section-products .products-container {
  border: 1px solid #DBDBDB;
  height: 680px;
  padding: 60px;
}

.section-products img {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.section-products .largeImage {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Columns */
.left-column {
  position: relative;
}

.right-column {
  margin-top: 90px;
  padding-left: 80px;
}

/* Left Column */
.left-column > .product-detail {
  width: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -5;
}

.left-column > .product-detail.active {
  opacity: 1;
  z-index: 99;
}

/* Right Column */
.product-description {
  margin-bottom: 40px;
}

.product-description .product-name {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 1px;
}

.product-description .product-price {
  font-size: 28px;
}

.btn-add-to-card {
  padding: 20px 50px;
  text-align: center;
  min-width: 290px;
  color: #fff;
  font-size: 14px;
  background: #C4AE9F;
  border: 1px solid #999;
}

.buynow{
  padding: 20px 250px;  
}

.buynow_area{
  text-align: center;
  margin-bottom: 80px;  
}

.name_case{
  margin-left: 35px;
  margin-top: 10px;
}

/* Product Color */
.product-color {
  margin-bottom: 50px;
}

.product-color span {
  font-size: 14px;
  font-weight: 400;
  color: #86939E;
  display: inline-block;
}

.product-color-label {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.product-color .is-color {
  padding-left: 5px;
}

.color-choose div {
  display: inline-block;
}

.color-choose input[type="radio"] {
  display: none;
}

.color-choose input[type="radio"] + label {
  margin-bottom: 0;
}

.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 4px;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #fff;
}

.color-choose input[type="radio"]#beige + label span {
  background-color: #beae98;
}

.color-choose input[type="radio"]#black + label span {
  background-color: #212121;
}

.color-choose input[type="radio"]#blue + label span {
  background-color: #5e95b4;
}

.color-choose input[type="radio"]#orange + label span {
  background-color: #e97c3f;
}

.color-choose input[type="radio"]#red + label span {
    background-color: #a4343a;
}

.color-choose input[type="radio"]#violet + label span {
    background-color: #423347;
}

.color-choose input[type="radio"]#brown + label span {
  background-color: #957c66;
}

.color-choose input[type="radio"]#gray + label span {
    background-color: #cccccc;
}

.color-choose input[type="radio"]:checked + label span {
  border-color: #90d6ff;
}

.color-choose input[type="radio"]#loirebrown + label span {
    background-color: #8f4a2b;
}

.color-choose input[type="radio"]#limogesgreen + label span {
    background-color: #769737;
}

/* Product Price */
.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-price span {
  font-size: 26px;
  font-weight: 300;
  color: #43474D;
  margin-right: 20px;
}

.new_label{
  position: absolute;
  color: white;
  background: #BFA797;
  padding: 5px 15px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
}

.carousel-indicators{
  display: none;
}

.product_4{
  padding-bottom: 80px;  
}

.product_4 .txt_2{
  right: -50px;
}

.new_label_simulator{
  font-weight: bold;
  /* color: #a4343a; */
  bottom: -18px;
  position: absolute;
  left: 3px;
  width: 100px;
}

.new_area{
  position: relative;
}

/* ------------------------ RESPONSIVE ------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .section-products .products-container {
    height: 580px;
  }
}

@media (max-width: 991px) {
  .section-products .products-container {
    height: auto;
    padding-bottom: 120px;
  }
  .section-products .products-container {
    padding: 20px;
  }
  .left-column img {
    left: 0;
  }
  .right-column {
    margin-top: 40px;
    padding-left: 40px;
  }
  .color-choose input[type="radio"] + label span {
    width: 40px;
    height: 40px;
    margin: 2px;
  }
  .product-color {
    margin-bottom: 30px;
  }
  .btn-add-to-card {
    padding: 12px 50px;
    min-width: 160px;
  }
    .section-products .products-container {
    height: 500px;
  }
  .buttons{
    padding: 0 45px;
    margin-top: 10px;
  }
  .btn-size{
    line-height: 40px;    
  }

  .name_case {
    margin-left: 0px;
    text-align: center;
  }
}

@media (max-width: 767px) { 
  .section-products .products-container {
    border: none;
    padding-bottom: 15px;
  }
  .section-products .products-container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .section-products .products-container .left-column, .section-products .products-container .right-column {
    width: 100%;
    max-width: 320px;
    margin: 15px auto;
    padding: 0;
  }
  .section-products .products-container .left-column {
    height: 320px;
    width: 320px;
  }
  .section-products .products-container .left-column .product-detail {
    left: 10px;
  }
  .section-products .products-container .left-column .buttons {
    padding-right: 30px;
  }
  .section-products .products-container .right-column {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .left-column img {
    width: 300px;
    right: 0;
    top: 0;
    left: initial;
    margin: auto;
  }
  .product-description .product-name,
  .product-description .product-price {
    font-size: 24px;
  }
  .buttons{
    margin-top: 10px;
  }
  .btn-size{
    line-height: 60px;    
  }
  .buttons{
    padding: 0 30px;    
  }

}

@media (max-width: 450px) {

  .btn-size {
    line-height: 40px;
  } 
  .section-products .products-container{
    height: 700px;
  }
  .section-products .products-container .left-column .buttons{
    padding-right: 60px;
  }
  .product-description {
    margin-bottom: 20px;
    margin-top: 70px;
  }
  .btn-add-to-card{
    width: 100%;
  }
  .section-products .products-container .left-column{
    margin-top: 0;
  }
  .section-products .products-container{
    padding-top: 0;
  }
  .name_case {
    margin-left: 0px; 
    margin-top: 10px;
    text-align: center;
  }

  .buynow_area {
    text-align: center;
    margin-bottom: 60px;
  }

  .new_label{
    position: absolute;
    color: white;
    background: #BFA797;
    padding: 0px 5px;
  }

  .product_4{
    margin-top: 80px;
  }

  .new_label_simulator {
    left: -3px;
  }

  .series{
    margin-top: 60px;
  }

}

@media (max-width: 320px) {
  .section-products div, .section-products img {
    max-width: 100%;
  }
  .section-products .products-container .left-column, .section-products .products-container .right-column {
    max-width: 100%;
  }
  .section-products .products-container .left-column img {
    width: 260px;
  }

  .btn-size {
    line-height: 40px;
  }

  .section-products .products-container{
    height: 750px;
  }

  .section-products .products-container .left-column .buttons{
    padding-right: 60px;
  }
  .section-products .products-container .left-column .buttons {
    padding-right: 0px;
    padding-left: 0;
  }

  .product-description {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
