/*------- Single Product Details -------*/

section.product-detail {
  margin-top: 150px;
}

.single-product{
  margin-top: 30px;
}

.product-img-container {
  display: flex;
  justify-content: center;
}

.ProductImg {
  width: 250px;
  object-fit: cover;
  display: flex;
  margin: auto;
}

.single-product .box-pd-container{
  padding: 0px;
  height: initial;
}

.single-product h4{
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.single-product select{
  display: block;
  padding: 10px;
  margin-top: 20px;
}

.single-product input{
  border: transparent;
  width: 50px;
  height: 40px;
  text-indent: 50%;
  font-size: 20px;
  margin-right: 10px;
  color: #58585A;
  pointer-events: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

.page-link {
    background: #958ec1 !important;
}

input:focus{
  outline: none;
}

.single-product .fa{
  color: #3b7ad8;
  margin-left: 10px;
}

/*.small-img{*/
/*  width: 100px;*/
/*  background: #D9D9D9;*/
/*  border-radius: 10px;*/
/*  padding: 4px;*/
/*}*/

.small-img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: flex;
    margin: auto;
}

.small-img-row {
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  /*position: relative;*/
  height: 100%;
}

.small-img-col {
  cursor: pointer;
  /*margin: 20px 5px;*/
  flex: 0 0 auto;
}

.arrow {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  color: #58585A;
}

.arrow-left {
  left: -13%;
}

.arrow-right {
  right: 20%;
}



.pd-container{
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 0 10%;
}

.box-pd-container{
  flex: 0 0 auto;
  height: 100%;
  width: 50%;
  position: relative;
}

.discount-tag{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #E17EAC;
  right: -15px;
  top: -15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
}

.box-pd-containers{
  flex: 0 0 auto;
  width: 45%;
  display: flex;
  justify-content: left;
}

.box-pd-content {
    width: 100%;
}

.box-pd-container h1{
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
}

.box-pd-container .offer-img{
  padding: 50px;
}

.btn-add{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  border: solid 2px #E17EAC;
  color: #E17EAC;
  padding: 10px 30px;
  margin: 10px 0;
  transition: background 0.5s;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.btn-add:hover{
  background: #E17EAC;
  color: #fff;
}

.btn-buy{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E17EAC;
  border-radius: 30px;
  border: solid 2px #E17EAC;
  color: #fff;
  padding: 10px 30px;
  margin: 10px 10px;
  transition: background 0.5s;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

.btn-buy:hover{
  background: #fff;
  color: #E17EAC;
  border: solid 2px #E17EAC;
}

.mr-10-pd{
  margin-right: 10px;
}

.box-pd-container a{
  text-decoration: none;
}

.fav-icon{
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border: 2px solid #958EC1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: transform 1s ease-in-out;
  cursor: pointer;
}

.fav-icon i{
  font-size: 19px;
  color: #958EC1;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

.flex-pd{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

 .item{
  position: relative;
  cursor: pointer;
  border-top: 1px solid black;
  /* border-bottom: 1px solid black; */
 }

 .item a{
  color: #262627;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  line-height: 60px;
 }

 .item a:hover{
  background: #fff;
  transition: 0.3s ease;
 }
 .item i{
  margin-right: 15px;
 }

 .box-pd-img {
  position: relative;
  width: 250px;
  }

 .hr-pd {
  margin: 1rem 0;
  color: #958EC1;
  opacity: 1;
  border: 0;
  border-top: 1px solid;
  max-width: 100%;
 }

 .title-pd-right{
  font-size: 32px;
  font-weight: 700;
  color: #58585A;
  margin-bottom: 8px;
 }
 
  .display-name-pd{
      font-size: 18px;
      font-weight: 600;
      color: #58585A;
      margin-bottom: 8px;
 }

 .flex-content-pd{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
 }
 
 .align-normal{
     align-items: normal !important;
 }

 .mb-20-i{
  margin-bottom: 20px !important;
 }

 .mb-0-i{
  margin-bottom: 0px !important;
 }

 .flex-content-pd i{
  margin-right: 6px;
  color: #E17EAC;
 }

 .price-pd-right-s{
  font-weight: 600;
  color: #58585A;
  margin-right: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
 }

 .price-pd-right{
  font-weight: 600;
  color: #58585A;
  margin-right: 10px;
  font-size: 24px;
 }

 .h6-pd{
  font-weight: 600;
  margin-bottom: 2%;
  color: #58585A;
 }

 .text-variant{
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
  color: #58585A;
  min-width: 70px;
 }

 .category-variant,
 .category-variant-2 {
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   padding: 6px 14px;
   /*width: 60px;*/
   font-size: 10px;
   border-radius: 30px;
   border: 2px solid #E17EAC;
   font-weight: 700;
   letter-spacing: 0.5px;
   margin-right: 10px;
 }
 
 .category-variant {
   background: #E17EAC;
   color: #fff;
 }
 
 .category-variant-2 {
   background: #fff;
   color: #E17EAC;
 }
 
 input[type="radio"]:checked + label {
   background: #E17EAC; 
   color: #fff;
   border: 2px solid #E17EAC;
 }

 .radio-variant{
  display: none;
 }
 
 #variant-disabled{
    color: #636363;
    border-color: #636363;
    cursor: not-allowed;
    pointer-events: none;
    /*background: #636363;*/
 }

 .share-pd i{
  color: #3b7ad8;
 }

 .u-pd{
  color: #262627;
 }

 

.content-container-pd {
  display: none;
}

.active-pd {
  display: block;
  padding: 20px 40px 40px 40px;
  text-align: left;
  margin-left: 0%;
}

.cta {
  border: none;
  background: none;
  margin-top: 10px;
}

.cta span {
  padding: 7px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
}

.btn-hover {
  color: #58585A;
  padding-bottom: 20px;
}

.flash-sale-pd{
  background: #E17EAC;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
  padding-top: 6px;
  padding-bottom: 10px;
}

.img-flash-sale-pd{
  position: absolute;
  margin-left: 10px;
  top: -10px;
  background: #958EC1;
  padding: 6px;
  border-radius: 30px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-flash-sale-pd img{
  width: 140px;
}

.time-fs-pd{
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: 10px;
}

.left-fs{
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.right-fs{
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.active-btn-pd, .btn-hover:hover {
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  color: #958EC1;
  border-bottom: solid 3px #958EC1;
}

.box-switch-pd #content1{
  padding: 20px 10%;
}

.box-switch-pd #content2{
  padding: 20px 10%;
}

.btn-pd {
  text-align: center;
  margin: auto;
}

.content-inner{
  width: 60%;
  display: flex;
  margin: auto;
  text-align: left;
}

#content1 .image{
    width: 100% !important;
    margin-bottom: 0px;
    margin: auto !important;
} 

@media only screen and (max-width: 1300px){

.arrow-right{
  right: 7%;
}
}

@media only screen and (max-width: 1200px){
.arrow-left{
  left: 5%;
}

.arrow-right{
  right: 15%;
}
}

@media only screen and (max-width: 1100px){
    .box-pd-containers{
        width: 45%;
    }
}

 @media only screen and (max-width: 900px){
  .pd-container{
    justify-content: space-around;
  }
  
  #content1 .image{
    width: 100% !important;
  } 
  
  .active-pd{
      padding: 20px 40px 40px 40px;
  }
  
/*  .arrow-left{*/
/*  left: 13%;*/
/*}*/

/*.arrow-right{*/
/*  right: 13%;*/
/*}*/

 }

@media only screen and (max-width: 850px){
  section.product-detail{
      margin-top: 150px;
  }
  
  .small-img-row{
      margin-bottom: 30px;
      justify-content: center;
  }
    
  .pd-container{
    text-align: center;
    padding: 0 0;
  }
  
   .active-pd {
    /*margin-left: 3%;*/
    padding-left: 40px;
  }
  .box-pd-container, .col-3, .col-4{
      flex-basis: 100%;
  }

  .single-product .pd-container{
      text-align: left;
  }
  /*.single-product .box-pd-container{*/
  /*    padding: 20px 0;*/
  /*}*/
  .single-product h1{
      font-size: 26px;
      line-height: 22px;
  }

  .box-pd-container{
    width: 100%;
  }
  
  /*.small-img{*/
  /*    width: 300px;*/
  /*}*/

  .box-pd-containers{
    width: 100%;
    display: block;
    padding: 20px;
    padding-top: 0px;
  }
  
  .flash-sale-pd{
      margin-top: 20px;
  }

  .hr-pd{
    max-width: 100%;
  }

  /*.flex-pd{*/
  /*  justify-content: center;*/
  /*}*/

  .btn-adds{
    margin: auto;
    margin-top: 10px;
  }

  .content-inner{
    width: 100%;
  }
  
  .arrow-right {
    right: 5%;
  }
  
  .arrow-left {
    left: 5%;
  }
}

@media screen and (max-width: 700px) {
    .small-img {
        width: 380px;
        height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-about{
        display: none;
    }
    
    .box-switch-pd #content1{
      margin-bottom: 50px;
      padding: 20px 0px;
    }
    
    .box-switch-pd #content2{
      margin-bottom: 50px;
      padding: 20px;
    }

    /*bottom bar*/

      /*.flex-pd{*/
      /*  justify-content: flex-start;*/
      /*}*/

    /*.pd-fixed {*/
    /*  height: 73px;*/
    /*  padding: 10px;*/
    /*  justify-content: center;*/
    /*  bottom: 0;*/
    /*  left: 0;*/
    /*  width: 100%;*/
    /*  z-index: 99;*/
    /*  margin: 0;*/
    /*  position: fixed;*/
    /*  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;*/
    /*  background: white;*/
    /*  border-radius: 30px 30px 0px 0px;*/
    /*}*/
    
      .flex-pd{
        justify-content: flex-start;
      }

    .pd-fixed {
      /*height: 73px;*/
      padding: 20px 20px 16px;
      justify-content: center;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      margin: 0;
      position: fixed;
      box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
      background: white;
      border-radius: 30px 30px 0px 0px;
    }
    
    .btn-add{
        display: flex;
        margin: auto;
        /* margin-right: 18px; */
        padding: 8px;
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: center;
          transition: background 0s;
        background: #958EC1;
        border: #958EC1;
        color: #fff;
        font-weight: 600;
        border-radius: 30px;
        font-size: 12px;
    }
    
    .btn-add:hover{
      background: #6f6992;
    }
    
  .box-switch-pd{
    min-height: 300px;
  }
  
  .active-pd {
    /*margin-left: 3%;*/
    margin-bottom: 20px;
    padding: 20px 0px 40px 0px;
   }
   
   #content1 .image{
    /*padding-left: 40px;*/
   } 
}

@media  screen and (max-width: 500px) {
  .box-switch-pd{
    /*padding: 0px 20px;*/
  }

  .btn-adds{
    display: block;
    text-align: center;
  }

  .ProductImg{
    width: 200px;
    height: 200px;
  }
  
  .small-img{
    width: 300px;
    height: 300px;
  }

  .small-img-row{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .single-product input{
    width: 40px;
  }

  .content-inner{
    width: 100%;
    margin: 0px;
    font-size: 14px;
  }

  .discount-tag{
    right: 15px;
    top: -15px;
  }

  .title-pd-right{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  
   .display-name-pd{
    font-size: 14px;
    margin-top: 6px;
  }
  
  section.product-detail {
    margin-top: 150px;
    }

  .flex-content-pd{
    margin-bottom: 8px;
    font-size: 12px;
  }

  .price-pd-right-s{
    font-size: 12px;
  }

  .price-pd-right{
    font-size: 14px;
  }

  .h6-pd{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .text-variant{
    font-size: 14px;
  }

  .category-variant , .category-variant-2{
    padding: 4px 10PX;
    font-size: 8px;
  }

  .quantity-container-pd{
    height: 30px;
  }

  .single-product input{
    height: 25px;
    font-size: 15px;
  }



  .quantity-btn-pd{
    font-size: 12px;
  }

  /*.single-product .box-pd-container {*/
  /*  padding: 0px 40px;*/
  /*}*/
  
  .arrow-left{
    left: 2%;
  }

  .arrow-right{
    right: 2%;
  }
  
  #content1 .image{
    padding-left: 0px;
    margin-left: 10px;
  } 
}

@media  screen and (max-width: 410px) {
  .pd-fixed{
    height: 60px;
  }

  .btn-add{
    font-size: 10px;
    padding: 8px 20px;
  }

  .btn-buy{
    font-size: 10px;
    padding: 8px 20px;
  }

  .fav-icon{
    width: 35px;
    height: 35px;
  }

  .fav-icon i{
    font-size: 15px;
  }

  .discount-tag{
    width: 40px;
    height: 40px;
    right: 15px;
    top: -10px;
    font-size: 11px;
  }
  
  .small-img {
    width: 270px;
    height: 270px;
  }
  
  .active-pd{
      padding: 20px 0px 40px 0px;
  }

}

@media  screen and (max-width: 375px) {
  .box-pd-containers{
    width: 95%;
  }

  .cta span{
    letter-spacing: 0;
  }
  
  #content1 .image{
      width: 100% !important;
      height: 200px;
  }
  
  #content1 .image{
      /*margin-left: 10px !important;*/
  }

  .right-fs{
    font-size: 12px;
  }

  .left-fs{
    font-size: 11px;
  }
}


.quantity-btn-pd {
  background: transparent;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: auto;
  margin-top: auto;
  cursor: pointer;
  color: #58585A;
}

.quantity-container-pd {
  display: flex;
  border: solid 1px #555;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .scroll-up{
      display: none !important;
  }
  
  .box2{
      display: none !important;
  }
}