.fa-remove{display:none;}
.loadbtn {
    /*left: 0%;*/
    /*position: absolute;*/
    font-size: 20px;
    opacity: 0.7;
    /*float: left;*/
    margin-right: 5px;
}
.price--number{
    font-weight: bold;
    font-size: 20px;
}
.product-bottom-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 40px;
    width: 200px;
    border-radius: 6px !important;
    padding: 10px 1.5em;
    font-size: 16px;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.add-to-cart{
   background: #0089ff;     
}
.add-to-cart:hover{
    box-shadow: 0 0 10px #0089ff;
}
.add-to-cart:active, .advise-btn:active{
    box-shadow: none !important;
    transform: scale(0.95);
}
.advise-btn{
   background: #56df74;  
}
.advise-btn:hover{
    box-shadow: 0 0 10px #56df74;
}

.button-border{
border: 1px solid #3c53c7 !important;
color: #3c53c7 !important;
}
.phone-storage{
    display: flex;
    flex-wrap: wrap;
}
.button-storage{
  /*padding: 15px 32px;*/
  /*text-align: center;*/
  text-decoration: none;
    height: 35px;
    min-width: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
  font-size: 12px !important;
  margin: 4px 2px;
  cursor: pointer;
  background-color: transparent;
  color: black;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none !important;
    }
    .button-ram{
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: transparent;
  color: black;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none !important;
    }

/*@media (max-width: 480px){*/
/*    .titlefix{display: none;}*/
/*    #add_bag{*/
/*    bottom: 20px !important;*/
/*    margin: 30px 30px;*/
/*    right: 0 !important;*/
/*    height: auto !important;*/
/*    position: absolute;*/
/*    left: 0 !important;*/
/*    }*/
/*    .add_bag{    padding: 4px 1.5em;    font-size: unset;}*/
/*    #add_bag2{    position: absolute;*/
/*    display: grid;*/
/*    text-align: center;*/
/*    margin: 0 30px;*/
/*    bottom: 10px !important;*/
/*    right: 0 !important;*/
/*    position: absolute;*/
/*    left: 0 !important;*/
/*    top: 60px !important;*/
/*    margin: 0 30px;*/
/*    width: auto !important;*/
/*}*/
/*}*/
@media (max-width: 768px){
    .title-fix{ 
        font-size:15px !important;
        line-height: 20px !important;
        
    }
    .info h1 {
        width: 100% !important;
    }

    .card2{
        position: unset !important;
    }
        .add_bag{    font-size: unset;}

#main_product{width: 100% !important;}

}

@media (max-width: 430px){
    .pricesub{font-size: 12px !important;}
            .title-fix{font-size:12px !important; font-weight: bold;}
}
.specificshow {
    /* padding: 15px 22px; */
    /* width: 80%; */
    margin: 5px auto !important;
    text-align: right;
    /*text-decoration: none;*/
    display: flex;
    /* font-size: 16px; */
    /* margin: 4px 2px; */
    /* background-color: transparent; */
    /* color: black; */
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    outline: none !important;
    align-items: center;
}
.specificshow:before{
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background-color: #3c53c7;
   margin-left: 10px;
}
.specific-title{
    font-weight: bold;
    display: inline-block;
}
.specific-subtitle{
    display: inline-block;
}
.specific-all{
}
.demo-img{
    transition: 1s;
}
#sp-slideshowone, #sp-slideshow{display: none;}


#primary-slider .splide__slide{

  cursor: grab;
}
#primary-slider .splide__slide:active{
  cursor: grabbing;
}

.splide__optional-button-container {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.splide--draggable>.splide__track>.splide__list>.splide__slide{
  outline: none !important
}
.splide__slide {
  text-align: center;
}
.product-slidebox{
    width: 500px;
    height: auto;
    float: left;
    direction: ltr;
}
.splide__arrow{
    width: 4em;
    height: 4em;
    background: transparent;
    border-radius: 0;
}

.splide__arrow svg{

}
.splide--nav>.splide__track>.splide__list>.splide__slide{
    border: 1px solid transparent;
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #3c53c7;
}
.splide__slide{
        min-height: 400px;
        border-radius: 20px;
}
#secondary-slider .splide__arrows ,#secondary-slider .splide__pagination{
    display: none;
}
#secondary-slider .splide__slide{
    min-height: 0;
    border-radius: 5px;
    opacity: 0.7;
}
#secondary-slider{
    margin: 20px 0;
}
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{
    opacity: 100% !important;
}
.moretext {
  display: none;
}
.moreless-button ,.moreless-button:hover , .moreless-button:focus {
    color: #3c53c7 !important;
    text-decoration: none !important;
}
.add_bag{
    cursor: pointer;
}
.fixed-box-infor{
    background: linear-gradient(0deg, #f0f0f0, white);
    box-shadow: 0 0 5px #ccc;
    right: 0;
    height: 80px;
    z-index: 99;
    bottom: 0;
    position: fixed;
    display: flex;
    width: 100vw;
    justify-content: space-evenly;
    transition: 0.5s;
}
.fixed-box-infor:hover{
        height: 100px;
}
.titlefix{
    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: center;
}
.title-fix{
    font-size: 20px;
    margin: 0;
    text-align: right;
    line-height: 30px;
}
.addbag-btns{
    display: flex;
    height: auto;
    left: 5%;
    text-align: center;
    width: 40%;
    align-items: center;
    justify-content: flex-end;
}
#add_bag2 .add_bag{
    border-color: green;
    background-image: linear-gradient(150deg, green 40%, transparent 60%);

}
.add_bag{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 40px;
    width: 200px;
}
#add_bag{
    margin: 0 0 0 30px !important;
}
#whatsappbtn{
    display: none !important;
}
body {

    background: #f8f8f8 !important;
}
@media (max-width: 900px){
   .addbag-btns{
       justify-content: space-evenly;
       flex-direction: column;
       width: 35%;
   }
   .fixed-box-infor{
       height: 100px;
       justify-content: space-around;
   }
   #add_bag {
    margin: 0 !important;
}
.titlefix {
    justify-content: space-evenly;
}
}
@media (max-width: 480px){
.add_bag{
    width: 160px;
}
.swiper-container{
    width: 360px;
}
.product-bottom-btn{
    width: 100% !important;
    font-size: 13px !important;
    padding: 0 !important;
}
#add_bag, #add_bag2{
    width: 100% !important;
}

}
.card-bx{
    /*border: 1px solid #ccc;*/
    border-radius: 15px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-bx{
    padding: 0 15px; 
}   
.announcement-box {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    /* overflow: hidden; */
    height: 130px;
    /* height: calc(100% - 100px); */
    /* position: relative; */
    /* margin: 1.5em 1.5em 80px; */
    text-align: center;
    /* left: -20px; */
    /* top: -30px; */
    background: rgba(255,255,255,1);
    border-radius: 50% / 50%;
    z-index: 1;
    -webkit-box-shadow: 0px 26px 72px -20px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 26px 72px -20px rgba(0,0,0,0.40);
    box-shadow: 0px 26px 72px -20px rgb(0 0 0 / 40%);
    -webkit-animation: zoom-in .7s;
    animation: zoom-in .7s;
    -webkit-transform: scale(0,0) translate(0, 0);
    transform: scale(0,0) translate(0, 0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes zoom-in {
    100% {
        -webkit-transform: scale(1,1) translate(0, 0); 
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
    }
}
@keyframes zoom-in {
    100% {
        transform: scale(1,1) translate(0, 0);
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
    }
}


.announcement-box:before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 50px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    
    -webkit-animation: zoom-in .8s;
    animation: zoom-in .8s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s; 
    -webkit-transform: scale(0,0) translate(0, 80px); 
    transform: scale(0,0), translate(0, 80px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.announcement-box:after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 30px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    
    -webkit-animation: zoom-in 1.1s;
    animation: zoom-in 1.1s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s; 
    -webkit-transform: scale(0,0) translate(0, 60px); 
    transform: scale(0,0), translate(0, 60px); 
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.announcement-box .text {
  align-self: center;
  text-align: center;
}

.announcement-box .title {

}

.announcement-box .subtitle {

}
:root {
  --primary-light: #000;
  --primary: #643cf5;
  --greyLight: #9ea9d6;
  --greyLight-2: #c8d1f5;
  --greyDark: #5a6181;
}

.tab {
  width:100%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  color: #333;
}

.fo-menu {
  display: flex;
  justify-content: space-between;
  width: 500px;
  position: relative;
}

.menu__item {

    padding-bottom: 6px;
    margin: 0 5px;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}
.menu__item.is-active {
  color: var(--primary-light);
}
.menu__item--first:hover {
  color: var(--primary-light);
}

.menu__item--second:hover {
  color: var(--primary-light);
}

.menu__item--thirst:hover {
  color: var(--primary-light);
}

.menu__line {
    position: absolute;
    bottom: -1px;
    border-radius: 6px 6px 0 0;
    width: 170px;
    height: 55px;
    background: #fff;
    z-index: 0;
    pointer-events: none;
    border: 1px solid #ccc;
    border-bottom: none;
    transition: all 0.5s ease;
}
.menu__line.activeSecond {
    transform: translateX(-165px);

}
.menu__line.activeThirst {
    transform: translateX(-335px);
}

.contents {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    min-height: 300px !important;
    padding: 10px !important;
    border-radius: 1em 0 1em 1em;
    border: 1px solid #ccc;
}
.contents__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contents__content span {
    margin: 1rem 0;
    margin-left: 20px;
    border-radius: 5px;
    color: #000;
}
.contents__content h2 {
  font-size: 1.8rem;
  color: var(--greyDark);
}

.contents__content button {
  border: none;
  outline: none;
  background: none;
  color: var(--primary);
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.contents__content button:hover {
  border-bottom: 1px solid var(--primary);
}

.fadeUp-enter {
  opacity: 0;
}

.fadeUp-enter-active {
  animation: slide-in 0.3s ease-in-out forwards;
  transition: opacity 0.3s;
}

.fadeUp-leave-active {
  animation: slide-out 0.3s ease-in-out forwards;
  transition: opacity 0.3s;
  opacity: 0;
}

.fadeDown-enter {
  opacity: 0;
}

.fadeDown-enter-active {
  animation: slide-in-down 0.3s ease-in-out forwards;
  transition: opacity 0.3s;
}

.fadeDown-leave-active {
  animation: slide-out-down 0.3s ease-in-out forwards;
  transition: opacity 0.3s;
  opacity: 0;
}
#table1{
display: flex;    
}
#table1 tbody{
    display: flex;  
    flex-direction: column;
    width: 100%;
}
#table1 .trclass{
    line-height: 2em;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
table#table1 td:nth-child(even){
    text-align: right;
    float: left;
    width: 80%;
    background: #f0f0f0;
    margin: 2px 0;
}
table#table1 td:nth-child(odd){
    background: #a4a4a49c;
    margin: 2px;
    height: 94%;
    width: 20%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
@keyframes slide-in {
  from {
    transform: translateY(2rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2rem);
  }
}
@keyframes slide-in-down {
  from {
    transform: translateY(-2rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-out-down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(2rem);
  }
}
.choosetable_line3::-webkit-scrollbar{
    width: 2px !important;
    
}

   .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
       height: 500px;

   }

   .swiper-slide {
      cursor: pointer;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;

   }

   .gallery-top {
      height: 80%;
      width: 100%;
   }

   .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
   }

   .gallery-thumbs .swiper-slide {
      width: 20%;
      height: 100%;
      opacity: 0.4;
      background-size: cover;
      cursor: pointer;
    border-radius: 10px;
   }
    .swiper-button-next, .swiper-button-prev{
        top: 40% !important;
    }

   .gallery-thumbs .swiper-slide-active {
      opacity: 1;
   }
  @media (max-width: 900px){
      
      #product{
          flex-direction: column;
      }
      .swiper-container{
          width: 400px;
      }
      .imageproduct-box, #main_product{
          max-width: 100%;
      }
       #main_product{
           margin-top: 25px;
       }
.choosetable tr, .choosetable td, .card2{
          padding: 0 3px;
          width: 100% !important;
      }
  }
    @media (min-width: 1150px){
    .swiper-container{
          width: 400px;
      }
      .choosetable tr{

      }
    }
   @media (max-width: 480px){
.gallery-top img {
   height: min-content;
}   
   }    
@media (max-width: 578px){
 #sp-jaff-store, .main_product-inside, .custom-icon {
    width: 95% !important;
    margin: auto;
    padding-top: 0;
}

#sp-jaff-store {
    padding: 20px 0% 30px 0% !important;
}
.choosetable tr{
    height: 100% !important;
}
 .swiper-container {
    width: 100% !important;
}  
.bbb_viewed{
    width: 90% !important;
}
.add_bag{
    font-size: 13px !important;
}
.fo-menu{
    width: 300px !important;
}
.menu__line{
    width: 100px;
    height: 43px;
}
.menu__item {
    font-size: 13px;
}
.menu__line.activeSecond {
    transform: translateX(-100px);
    width: 100px;
}
.menu__line.activeThirst {
    transform: translateX(-200px);
    width: 100px;
}
.contents{
    border-radius: 0em 0 1em 1em;
}
#table1 .trclass{
    font-size: 11px;
    line-height: 15px !important;
}
table#table1 td:nth-child(even){
    width: 60% !important;
}
table#table1 td:nth-child(odd){
    width: 40% !important;
}
}
@media (max-width: 900px){
.imageproduct-box, #main_product {
    max-width: 100% !important;
    
}

}

.colorchanges{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none; 
}
.darkgray{
    background: #505050;
}
.silver{
    background: #ededed;
}
.moreless-button{
    cursor: pointer;
}
.imageproduct-box, #main_product{
    padding: 0 15px !important;
}
    .app-figure {
    overflow: hidden;
    display: flex;
    border-radius: 15px;
    text-align: center;
    flex-direction: column;
    background: #fff;
}
    #Zoom-1{
            max-width: 500px !important;
    }
    .selectors {
        margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        
    }
    .selectors .mz-thumb img { max-width: 56px; }


    @media screen and (max-width: 768px) {
        .card-bx{
    border-radius: 15px;
    margin: 20px auto;
        }
        .app-figure { 
            width: 94% !important;
            margin: 0px auto;
        }
    }
@media screen and (max-width: 480px) {
    .app-figure { 
        width: 100% !important;
        margin: 0px auto;
        border: 1px solid #ccc;
        min-height: 450px;
    }
    .card-bx{
        border: 1px solid #ccc;
    }
    #sp-jaff-store{
        min-width: unset !important;
        width: 100% !important;
        background: #f8f8f8 !important;
        padding: 0px !important;
        border: none !important;
        margin-bottom: 0 !important;
    }
    .fulloptions--div{
        width: 100% !important;
        background: transparent !important;
        padding: 0 15px !important;
        border: none !important;
    }
     .fulloptions--div .container{
        margin: auto;
        background: #fff;
        padding: 15px !important;
        border: 1px solid #ccc;
        border-radius: 1em;
    }
        .info--title{
            font-size: 14px !important;
        }
        .info h1{
            font-size: 16px !important;
        }

    }
    

.card0 {
  min-height: 80vh;
  width: 35rem;
  float: right;
}

.sneaker {
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sneaker img {
/*  width: 30rem;*/
    width: 100%;
  z-index: 2;
  transition: all 0.75s ease-out;
}
.circle {
  width: 15rem;
  height: 15rem;
  background: linear-gradient(
    to right,
    rgba(245, 70, 66, 0.75),
    rgba(8, 83, 156, 0.75)
  );
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.info h1 {
    color: #383428;
    font-size: 20px;
    text-align: right;
    padding-top: 10px;
    transition: all 0.75s ease-out;
    line-height: 30px;
    font-weight: bold;
    width: 60%;

}
.info h3 {
    color: #383428;
  font-size: 1.3rem;
    text-align: center;
  padding: 2rem 0rem;
  font-weight: lighter;
  transition: all 0.75s ease-out;
}
.sizes {
  display: block;
  transition: all 0.75s ease-out;
}
.sizes .colorbuttun {
  border: none;
/*  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);*/
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  color: #585858;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    float: right;
}
button.active {

}
.purchase {
  margin-top: 5rem;
  padding-bottom: 30px;
  transition: all 0.75s ease-out;
}
.purchase button {
  width: 100%;
  padding: 1rem 0rem;
  background: #f54642;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 30px;
  font-weight: bolder;
}

.card2 {
  min-height: 80vh;
  /*width: 35rem;*/
  float: right;
    position: relative;
    /* padding: 0rem 5rem; */
    bottom: 50px;
}
var{font-style: normal;}
.silver{background: #e6e6e6;}
.gold{background: #e3d0b9;}
.graphite{background: #747474;}
.blue{background: #334e71;}
.choosetable, .choosetable tbody, .choosetable tr, .choosetable td {
    
    display: block;
    width: 100%;
    padding: 0;
    float: right;
    text-align: right;
        margin: 2px 0;
}



select:focus {outline:0 !important;}

.loupe {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
    border-radius: 50%;
  box-shadow: 5px 5px 12px black;
    border: none;
  cursor: none;
  overflow: hidden;
}

.loupe img {
  position: absolute;
  right; 0;
    
}


.wrapper{ 
    background: #fff;
    max-width: 400px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: auto;
    

}
.outer .emojis{
    display: flex;
    flex-direction: column;
    height: 1000px;
    
}
.wrapper .content{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 40px;
    margin-left: 15px;
    
}
.wrapper .outer{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.wrapper li img{
    width: 100%;
    height: 100%;
    
}

.outer li{
    list-style: none;
    height: 20%;
    width: 100%;
    transition: all .5s ease;
    
}

.content .stars{
    margin-top: 30px;

}
.stars label{
    font-size: 30px !important;
    color: #ccc !important;
    margin: 0 2px;
        transition: all .3s ease;
}

#star1:hover ~ .content .stars .star1,
#star2:hover ~ .content .stars .star1,
#star2:hover ~ .content .stars .star2,
#star3:hover ~ .content .stars .star1,
#star3:hover ~ .content .stars .star2,
#star3:hover ~ .content .stars .star3,
#star4:hover ~ .content .stars .star1,
#star4:hover ~ .content .stars .star2,
#star4:hover ~ .content .stars .star3,
#star4:hover ~ .content .stars .star4,
#star5:hover ~ .content .stars .star1,
#star5:hover ~ .content .stars .star2,
#star5:hover ~ .content .stars .star3,
#star5:hover ~ .content .stars .star4,
#star5:hover ~ .content .stars .star5,

#star1:checked ~ .content .stars .star1,
#star2:checked ~ .content .stars .star1,
#star2:checked ~ .content .stars .star2,
#star3:checked ~ .content .stars .star1,
#star3:checked ~ .content .stars .star2,
#star3:checked ~ .content .stars .star3,
#star4:checked ~ .content .stars .star1,
#star4:checked ~ .content .stars .star2,
#star4:checked ~ .content .stars .star3,
#star4:checked ~ .content .stars .star4,
#star5:checked ~ .content .stars .star1,
#star5:checked ~ .content .stars .star2,
#star5:checked ~ .content .stars .star3,
#star5:checked ~ .content .stars .star4,
#star5:checked ~ .content .stars .star5
{
    color: #fed151 !important;
    
}
#star1:active ~ .content .stars .star1,
#star2:active ~ .content .stars .star2,
#star3:active ~ .content .stars .star3,
#star4:active ~ .content .stars .star4,
#star5:active ~ .content .stars .star5
{
position: relative;
      top: 2px;
}
#star2:checked ~ .content .outer .slide{
    margin-top: -200px;
}#star3:checked ~ .content .outer .slide{
    margin-top: -400px;
}#star4:checked ~ .content .outer .slide{
    margin-top: -600px;
}#star5:checked ~ .content .outer .slide{
    margin-top: -800px;
}#star1:checked ~ .content .outer .slide{
    margin-top: 0px !important;
}
.wrapper input{
    display: none;
}

.content .outer .slide{
    margin-top: -400px;
}
.wrapper .rate-txt{
 width: 100%;
 height: 50px;
 border-top: 1px solid #ccc;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 20px;
    
}
.rate-txt .txt-right:before{
    content:" نظر شما: 0 از 5";
}
#star1:checked ~ .rate-txt .txt-right::before{
    content:" نظر شما: 1 از 5";    
}
#star2:checked ~ .rate-txt .txt-right::before{
    content:" نظر شما: 2 از 5";   
}
#star3:checked ~ .rate-txt .txt-right::before{
    content:" نظر شما: 3 از 5";   
}
#star4:checked ~ .rate-txt .txt-right::before{
    content:" نظر شما: 4 از 5";    
}
#star5:checked ~ .rate-txt .txt-right::before{
    content:" نظر شما: 5 از 5";  
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  width: 100%; /* Full width */
  overflow: auto; /* Enable scroll if needed */
    animation: opa 1s ease;
}

/* The Close Button */
.close {
  color: #000;
    opacity: 70%;
  float: right !important;
  font-size: 28px;
  font-weight: bold;
    position: relative;
    right: 15px;
    top: 5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.btn-rate {
  position: relative;
}

.btn-rate {
  background: #0089ff;
  color: #ccc;
  width: 100px;
  border: 0;
  font-size: 18px;
  border-radius: 4px;
  transition: 0.6s;
  overflow: hidden;
  padding: 5px;
}
.btn-rate:focus {
  outline: 0;
}
.btn-rate:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn-rate:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn-rate:hover {
  background: #1a913a;
  cursor: pointer;
}
.btn-rate:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: 0.7s;
}
.btn-rate:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: 0.7s;
}

#pablow-rate {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999;
}
#pablow-rate.ratingmodal {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#pablow-rate.ratingmodal .modal-background .modal {
  /*transform: scale(0);*/
  /*animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;*/
}
#pablow-rate.ratingmodal.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#pablow-rate.ratingmodal.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#pablow-rate .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#pablow-rate .modal-background .modal {
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}




@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
    
    
/* darsad takhfif style*/
.offpricebox{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.offpricebox .offpricenum{
    color: red;
    text-decoration: line-through;
}
.offpricebox .offpriceop{
    background: red;
    color: #fff;
    padding: 2px 7px 0;
    margin-right: 5px;
    display: flex;
    border-radius: 8px;
    justify-content: center;
    align-items: center;  
}
