@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');
.collapsible {
background-color: #fff;
color: #777;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
text-align: left;
outline: none;
font-size: 15px;
border-bottom: 1px solid #9793933d;
}


.collapsible:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.tab-content > .active:after {
     content: "";
}
.preview-thumbnail.nav-tabs li.active:after {
     content: "";
}

.contents {
  padding: 18px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
    transition-duration: 5s;
    display:none;
} 
 .wrapper{
  padding:3em;
 }       
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
          
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
      .preview-thumbnail.nav-tabs li .img-sec {
      max-width: 100%;
      height: 100px; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
            height: 400px; }


@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  font-weight: bold; 
margin-top: 0.5rem;
}
.price{
  margin-bottom: unset !important;
  font-size:14px ;
}
.sizes span{
  font-weight: unset;
text-transform: capitalize;
font-size: 17px;
color: #208f6e;
}
.checked, .price span {
  color: #ff9f1a; }

.product-title {
  margin-top: 0; }
.product-title {
    margin-bottom: 0rem;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    text-align: left;
}
.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 8px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-enquire, .like {
  background: #ff9f1a;
  padding: 0.6em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }
    .add-to-cart, .like {
  background: #269668;
  padding: 0.6em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }
.div-benefits ul{
margin-left:-2rem;
}
.div-benefits ul li{
  font-size: 13px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.category-ul{
  list-style-type: none;
margin-left: -2.5rem;
}
.category-ul li{
    font-size: 17px;
    font-weight: 558;
}
.category-ul span{
   color: #208f6e;
}
.benefits-h4{
  color: #ff9f1a;
text-transform: uppercase;
font-weight: bold;
}
.benefits-h4 p
{
        font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #000;
    text-align: justify;
    line-height: 28px;

}
.disc-head{
  text-transform: uppercase;
font-weight: bold;
}

   .discount{
       position: absolute;
top: 3px;
padding: 8px 13px;
background: #ed3237;
border-radius: 6px;
left: 18px;
   }
   .discount h3{
font-size: 14px;
margin-bottom: unset;
color: #fff;
   }
   .number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: .25rem;
    display: flex;
}
.number-input button.minus {
    padding-left: 10px;
}
.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    display: inline-block;
}
.number-input button {
    width: 2.5rem;
    height: .7rem;
}
.number-input input[type="number"] {
    max-width: 3rem;
    padding: .5rem;
    border: 1px solid #ced4da;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
    display: inline-block;
}
@media(max-width:468px){
    .wrapper {
    padding: 3em 0em;
}
   .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    height: 250px;
}
.product-title {
    margin-bottom: 0rem;
    color: #000;
    font-size: 17px;
    font-family: 'Montserrat',sans-serif;
    text-align: left;
}
.price {
    margin-bottom: unset !important;
    font-size: 14px;
}
.product-title, .price, .sizes, .colors {
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: 14px;
}
.category-ul li {
    font-size: 14px;
    font-weight: 558;
}
.benefits-h4 {
    color: #ff9f1a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.add-to-cart, .like {
    background: #269668;
    padding: 0.6em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    font-size: 13px;
}
.add-to-enquire, .like {
    background: #ff9f1a;
    padding: 0.6em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    font-size: 13px;
}
.disc-head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px;
}
.collapsible {
    background-color: #fff;
    color: #777;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    text-align: left;
    outline: none;
    font-size: 12px;
    border-bottom: 1px solid #9793933d;
}
}