.silde-images-prod{
  display:flex;
}
/*.big-slide-prod, .small-slide-prod{*/
/*  flex:0 0 auto;*/
/*}*/
.small-slide-prod{
  width:64px;
  height:600px;

}
.small-slide-prod .mySwiper-smaill-prod{
  height:600px;
  width:64px;
   
}
.small-slide-prod{
  order:-1;
}

.big-slide-prod .swiper-slide img, .small-slide-prod .swiper-slide img{
  border-radius:8px;
}
.swiper-pagination_customer_template-product{
  display:none;
}
.swiper-pagination_customer_template-product .swiper-pagination-bullet-active{
  background:var(--text-color);
}
.choose-size-use{
  display:flex;
  align-items:center;
  cursor:pointer;
  
}
.choose-size-use ._ks_text{
  text-decoration: underline;
}

.product-gallery__media-badge{
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:9;
  display:flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  background:#fff;
  border-radius:50%;
  margin:auto;
}
.choose_size-box{
 
   visibility: hidden;
    position: fixed;
    content: "";
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    z-index: -1;
    overflow: hidden;
    overflow-y: scroll!important;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-200%);
   transition: all .3s ease-in-out;
}

.choose_size-box.active {
      margin-top: 20px;
    visibility: visible;
    z-index: 9999999999;
     transform: translateY(0px);
}

.choose_size-box-template {
  max-width: 800px;
  margin: auto;
  background:white;
  padding: 1.5rem;
}

.choose_size-box-template_header {
  
}


.ks-modal-header.with-logo {
  display: flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.ks-modal-logo {
  width:44px;
  height:44px;
}
.ks-modal-logo img{
  width:100%;
  height: 100%;
  border-radius: 50%;
  object-fit:cover;
}
.choose_size-box-template_header .modal-title {
  text-align:center;
}
.ks-modal-close{
  color: #212b36;
  font-size: 36px;
  height: 36px;
  width: 36px;
  cursor:pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-title-header {
    text-align: center;
}

.modal-title-sub-header {
    color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
.attributes-product{
  padding-top:20px;
  border-top:1px solid rgba(35 ,49 ,75 ,0.12);
}
.attributes-product-list.attr-list{
  display:flex;
  flex-wrap: wrap;
}

#add-cart-product-template.disabled{
   pointer-events: none;
}
.attributes-product-list.attr-list .color-product-item{
  width:58px;
  height:58px;
  border-radius: 8px;
  border: 1.5px solid rgba(35 ,49 ,75 ,0.12);
  margin-right:5px;
  margin-bottom: 5px;
  padding:2px;
   cursor:pointer;
}
.attributes-product-list.attr-list .color-product-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.size-product-item{
    padding: 5px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(35 ,49 ,75 ,0.12);
     margin-right:5px;
    margin-bottom: 5px;
    cursor:pointer;
     position: relative;
}
.size-product-list{
  display:flex;
  flex-wrap: wrap;
}
.attr-list{
   position: relative;
}
.attr-list .value-click{
  position: relative;
}
.attr-list .value-click.active{
  border: 1.5px solid rgba(35 ,49 ,75 ,1);
}
.attr-list .value-click.disabel::after{
    content: "";
    background-image: linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(35 49 75 / .5) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px));
     position: absolute;
     z-index:99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin:4px;
   
}
.attr-list .value-click.disabel::after:hover{
   cursor: not-allowed;
}
.attr-list .value-click.disabel{
 
    pointer-events: none;
}
.description-short{
   padding-bottom:10px;
  border-bottom:1px solid rgba(35 ,49 ,75 ,0.12);
}
.description-short ul{
  list-style:unset !important;
  line-height: 2;
}
.description-short ul li{
  margin-left:17px;
}
select.form-select{
    border: 1px solid rgba(35 ,49 ,75 ,0.12);
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius:8px;
}
.arrow_expand{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all .2s ease-in-out;
    background:#ddd;
    cursor:pointer;
  
}
.arrow_expand.active{
       transform: rotate(180deg);
        transition: transform 0.3s linear;
}
.arrow_expand:hover {
    background: rgb(35 49 75);
    color: rgb(255 255 255);
}
.additional_info_product_content{
  height:0;
  overflow:hidden;
}
.additional_info_product_content.active{
  height:auto;
  overflow:auto;
}
.additional_info_product_content img{
  width:100%;
  height:100%;
}
.mySwiper-dnt-service_freeShip_box{
  text-align:center;
  flex-direction: column;
}
.icon-service_freeShip_box{
  width:76px;
  height:76px;
  border-radius:50%;
  background: var(--text-color);
  color:white;
}
.title-service_freeShip_box{
  font-size:18px;
  font-weight:600;
  color:var(--text-color);
}
.content-service_freeShip_box{
   font-size:16px;
   color:var(--text-color);
}
button[is='product-zoom-button']{
  box-shadow: 0 0 0 1px rgb(var(--text-color) / .12);
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    z-index: 9;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
}