.slick-slide div {
  margin: 10px;
}

.product-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 33px 0 44px 0;
}

button.btn-slide-left, button.btn-slide-right {
  height: 45px;
  width: 45px;
  border-color: #D89D9D;
  border: 1px solid #D89D9D;
  color: #D89D9D;
  background: #ECECEC;
}

  button.btn-slide-left:hover, button.btn-slide-right:hover {
    color: #fff;
    background: #D89D9D;
  }

.productview-show {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productview-rate ul li {
  display: inline-block;
  color: #D89D9D;
}

.productview-review a {
  color: #5E4646;
}

.productview-detail p {
  margin: 31px 0 16px 0;
  color: #262626;
}

.productview-price {
  font-size: 18px;
  color: #262626;
  font-weight: bold;
}

.productview-manu {
  margin: 10px 0 4px 0;
}

  .productview-manu span {
    color: #D89D9D;
    font-weight: bold;
  }

.productview-cart {
  align-items: center;
  display: flex;
}

button.btn-addto {
  background: #D89D9D;
  color: #fff;
  border: 1px solid #D89D9D;
  border-radius: 5px;
  height: 35px;
  width: 167px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 40px;
}

.productview-material {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  border-bottom-color: rgb(112, 112, 112,0.21);
}

.productview-cart {
  align-items: center;
  display: flex;
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.productview-click button {
  color: #D89D9D;
  border: 1px solid #D89D9D;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background: #fff;
}

button.productview-click2 {
  margin: 0 20px;
}

.productview-click {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.productview-click {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  border-bottom-color: rgb(112, 112, 112,0.21);
}

.productview-sociallink ul li {
  display: inline-block;
  padding-right: 10px;
}

.productview-sociallink {
  padding-top: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

  .productview-sociallink ul li a i {
    font-size: 15px;
    color: #000000;
    opacity: 0.2;
  }

  .productview-sociallink ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    border-bottom-color: rgb(112, 112, 112,0.21);
  }

.productview-tab .nav > li {
}

  .productview-tab .nav > li > a {
    position: relative;
    display: block;
    padding: 14px 94px;
    border: none;
    border-radius: 0;
    border-right: 1px solid #3D3D3D;
  }

  .productview-tab .nav > li:nth-child(4) > a {
    border-right: none;
  }

.nav-tabs > li > a {
  color: #262626;
  text-transform: uppercase;
  color: #5F5F5F;
  font-weight: bold;
  margin-right: 0;
}

.nav-tabs > li {
  float: left;
  background: #262626;
}

.productview-tab {
  border-radius: 10px;
  border: 1px solid transparent;
  margin: 50px 0;
  background: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
}

ul.nav.nav-tabs li:nth-child(1) a {
  border-top-left-radius: 10px;
}

ul.nav.nav-tabs li:nth-child(4) {
  border-top-right-radius: 10px;
}

.nav-tabs {
  border: none;
}

  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #262626;
    color: #5F5F5F;
  }

div#preview {
  padding: 35px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nav-tabs > li:nth-child(1) {
  border-top-left-radius: 10px;
}

div#specification .table-responsive {
  margin: 35px;
  border: 1px solid #DCDCDC;
  border-top: none;
}

div#specification .table {
  margin-bottom: 0;
}

#specification .table > tbody > tr > td:nth-child(2) {
  border-left: 1px solid #DCDCDC;
}

#specification .table > tbody > tr > td:nth-child(1) {
  font-weight: bold;
}

#specification .table > tbody > tr > td > a {
  color: #262626;
}

#specification .table > tbody > tr > td {
  border-top: 1px solid #DCDCDC;
}

.review-block {
  padding: 40px 200px 60px 200px;
}

  .review-block p {
    text-align: center;
    color: #D89D9D;
  }

  .review-block h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
  }

.form-input label, .form-area label {
  color: #262626;
  font-weight: 200;
  opacity: 0.5;
}

.form-input .form-control, .form-area .form-control {
  background: #F5F5F5;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  box-shadow: none;
}

.form-input, .form-area {
  margin-bottom: 20px;
}

.review-rating ul li {
  display: inline-block;
}

  .review-rating ul li i {
    color: #FFAC4A;
  }

button.review-submit {
  width: 100%;
  background: #D89D9D;
  color: #fff;
  border: 1px solid #D89D9D;
  border-radius: 5px;
  height: 40px;
  margin-top: 26px;
  text-transform: uppercase;
}

.review-rating ul span {
  color: #262626;
  opacity: 0.5;
}

.product-background .select {
  background: #ECECEC;
  padding: 0;
}
.giftcard {
  margin-top: 25px;
}
  .giftcard > div {
    margin-bottom: 10px;
  }

@media screen and (min-width :1401px) and (max-width:2200px) {
  button.btn-slide-left, button.btn-slide-right {
    font-size: 20px;
    height: 50px;
  }

  .productview-rate ul li {
    font-size: 16px;
  }

  .productview-review {
    font-size: 16px;
  }

  .productview-price {
    font-size: 22px;
  }

  .productview-manu {
    margin: 16px 0 4px 0;
    font-size: 16px;
  }

  .productview-material {
    padding-bottom: 48px;
    font-size: 16px;
  }

  .productview-cart {
    padding-top: 31px;
  }

  .productview-click {
    margin-top: 30px;
    padding-bottom: 41px;
  }

    .productview-click button {
      height: 45px;
      font-size: 18px;
      width: 45px;
    }

  .productview-sociallink ul {
    padding-bottom: 24px;
  }

  .productview-sociallink {
  }

    .productview-sociallink ul li {
      padding-right: 15px;
    }

      .productview-sociallink ul li a i {
        font-size: 19px;
      }

  button.btn-addto {
    height: 45px;
    font-size: 16px;
  }

  .product-preview-slider {
    margin-top: 10px;
  }

  .productview-tab {
    margin: 100px 0 70px 0;
  }

  div#preview p {
    font-size: 16px;
  }

  div#preview {
    padding: 40px 49px 59px 56px;
  }

  .productview-tab .nav > li > a {
    font-size: 18px;
    padding: 14px 86px;
  }

  div#specification .table-responsive {
    margin: 40px 58px 48px 67px;
  }

  #specification .table > tbody > tr > td {
    font-size: 16px;
    padding: 13px 0 13px 27px;
  }

  .review-block p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .form-input label, .form-area label {
    font-size: 16px;
  }

  button.review-submit {
    height: 50px;
    font-size: 16px;
  }
}
