body {
  font-family: "Helvetica Neue", sans-serif;
  display: flex;
}
.container{
  width: 100%;
  max-width: 1344px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper{
  flex: 1; 
  width: 100%;
}
.header{
  display:flex;
  flex-direction: column;
  gap: 48px;
}
.header .top {
  background: #2525FF0D;
}
.header .top .container{
  display: flex;
  justify-content: end;
}
.header .top a{
  padding: 17px;
  display: flex;
  gap: 5.5px;
  font-size: 12px;
  font-weight: 400;
  color: #262626;
  line-height: 14.32px;
  position: relative;
  transition: .3s;
}
.header .top a:hover{
  color: #2525FF;
}
.header .top a:not(:last-child)::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background: #2525FF1A;
  right: 0;
}
.header .top a:last-child{
  padding-right: 0;
}
.header .center{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .center form{
  max-width: 758px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.header .center form input{
  width: 100%;
  height: 52px;
  border: 1px solid #2525FF1A;
  background: #2525FF08;
  padding: 0 42px 0 14px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #262626;
  transition: .3s;
}
.header .center form input:focus{
  border-color: #2525FF;
  font-size:14px;
}
.header .center form input::placeholder{
  color: #00000080;
}
.header .center form button{
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  background: transparent;
  transition: .3s;
}
.header .center form button:hover{
  transform: scale(1.1);
}
.header .operation {
  display: flex;
}
.header .operation{
  display: flex;
  gap:6px;
}
.header .operation button{
  padding:0 16px;
  height: 47px;
  gap:8px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  transition: .3s;
}
.header .operation button svg{
  transition: .3s;
}
.header .operation button:hover svg{
  transform: scale(1.1);
}
.header .operation button.basket-button{
  background: #000000B2;
  border: 1px solid #0000001A;
  color: #fff;
}
.header .operation button.basket-button:hover{
  background: #2525FF;
}
.header .operation button.auth-button{
  border: 1px solid #0000001A;
  background-color: #fff;
  color: #000;
}
.header .operation button.auth-button p{
  text-align: left;
  font-weight: 500;
  color: #000;
  transition: .3s;
}
.header .operation button.auth-button:hover p{
  color: #2525FF;
}
.header .operation button.auth-button:hover svg.people path{
  fill: #2525FF;
}
.header .operation button.auth-button p span{
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.32px;
  color: #00000099;
}
.header .operation button.auth-button.active .arrow{
  transform: rotate(180deg);
}
.header .bottom {
  background: #2525FF0D;
}
.header .bottom .container{
  display: flex;
  justify-content: center;
}
.header .bottom .container a{
  padding:30px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  text-align: center;
  color: #262626;
  position: relative;
  display: flex;
  align-items: center;
  transition: .4s;
  will-change: color;
}
.header .bottom .container a:hover{
  color: #3a43ff;
}
.header .bottom .container a:not(:last-child)::after{
  content: '';
  width: 1px;
  height: 40px;
  background: #2525FF1A;
  position: absolute;
  right: 0;
}
.banner{
  margin:48px 0 28px 0;
}
.banner .swiper-slide{
  display: flex;
  gap: 8px;
}
.banner .swiper-slide .left{
  max-width: 528px;
  width: 100%;
  background-color:#2525FF0D;
  border-radius: 32px;
  padding:108px  62px 108px 58px;
  display: flex;
  flex-direction: column;

}
.banner .swiper-slide .left h1{
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #000;
}
.banner .swiper-slide .left h1 span{
  font-weight: 400;
  font-size: 24px;
  line-height: 28.63px;
  display: block;
}
.banner .swiper-slide .left .banner-button-box{
  margin-top: auto;
}
.banner .swiper-slide .right{
  overflow: hidden;
  flex: 1;
  border-radius: 34px;
}
.banner .swiper-slide .right img{
  will-change: transform;
  transition: .4s;
}
.banner .swiper-slide:hover .right img{
  transform: scale(1.05);
}
.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  gap: 12.5px;
  transition: .3s;
}
.button svg{
  transition: .3s;
}
.button.btn-primary{
  background: #2525FF;
  color: #fff;
}
.button.btn-outline{
  border: 1px solid #2525FF1A;
  background-color: #fff;
  color: #000;
}
.button.btn-outline:hover{
  border: 1px solid #2525FF1A;
  background-color: #2525FF1A;
}
.button:hover svg.arrow{
  transform: translateX(5px);
}
.banner .container .mini-banner-slider{
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.banner .container .mini-banner-slider .swiper{
  flex: 1;
  padding: 20px;
}
.banner .container .mini-banner-slider .swiper .swiper-slide{
  border-radius: 8px;
  object-fit: cover;
  position: relative;
  height: 60px;
  cursor: pointer;
}

.banner .container .mini-banner-slider .swiper .swiper-slide.swiper-slide-thumb-active{
  box-shadow: 0px 0px 0px 2px #2525FF;
  padding: 4px;
  transition: .3s;
}

.banner .container .mini-banner-slider button{
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; 
  border: 1px solid #2525FF1A;
  background-color: #fff;
  will-change: background;
  transition: .4s;
}
.banner .container .mini-banner-slider button:hover{
  border-radius: 30%;
  background-color: #2525FF0D;
}
.banner .container .mini-banner-slider .swiper img{
  width: 100%;
  border-radius: 8px;
}
.selected-credit-cart{
  margin-bottom: 48px;
}
.selected-credit-cart .container{
  display: flex;

}
.selected-credit-cart .container .left,.selected-credit-cart .container .right{
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.selected-credit-cart .container .left{
  padding-left: 32px; 
  border-radius: 12px 0 0 12px;
}
.selected-credit-cart .container .right{
  padding-right: 32px;
  border-radius: 0 12px 12px 0;
}
.selected-credit-cart .container .left::after,.selected-credit-cart .container .right::after{
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  filter: blur(75.0999984741211px);
  z-index: 0;
  transition: .3s;
}
.selected-credit-cart .container .left::after{
  background: #DA2A84;
  top: 100px;
  right: -100px;
}
.selected-credit-cart .container .right::after{
  background: #FFB71B;
  top: 100px;
  left: -100px;
}
.selected-credit-cart .container .left img,.selected-credit-cart .container .right img{
  position: relative;
  z-index: 1;
}
.selected-credit-cart .container .left h4,.selected-credit-cart .container .right h4{
  font-weight: 400;
  font-size: 24px;
  line-height: 29.3px;
  color: #fff;  
  max-width: 240px;
}
.selected-credit-cart .container .left h4 strong,.selected-credit-cart .container .right h4 strong{
  font-weight: 700;
}
.selected-credit-cart .container .left{
 background: #2E0D1D;
}
.selected-credit-cart .container .right{
  background: #291C00;
}
.selected-credit-cart:hover .container .left::after,
.selected-credit-cart:hover .container .right::after {
  top: 0;
}
.title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.title h3{
  font-weight: 500;
  font-size: 32px;
  line-height: 39.07px;
  color: #000000;
}
.products-area{
  margin-bottom: 48px;
}
.products-area .navigation{
  display: flex;
  gap: 8px;
}
.products-area .navigation button{
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; 
  border: 1px solid #2525FF1A;
  background-color: #fff;
  will-change: background;
  transition: .4s;
}
.products-area .navigation button:hover{
  border-radius: 30%;
  background-color: #2525FF0D;
}
.product-box{
  border: 4px solid #2525FF0D;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 440px;
  transition: .3s;
}

.product-box h2{
  font-weight: 500;
  font-size: 18px;
  line-height: 21.98px;
  color: #000;
  margin-top: 12px;
  transition: .3s;
}
.product-box:hover{
  border-color: #2525ff3b;
}
.product-box img{
  transition: .3s;
}
.product-box:hover h2{
  color: #2525FF;
  margin-top: 16px;
}
.product-box:hover img{
  transform: scale(1.05);
  filter: drop-shadow(0px 0px 12px #eee);
  border-radius: 12px;
}

.product-box  .product-info{
  margin-top: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-box  .product-info .discount{
  width: 50px;
  height: 53px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #19B454;
  color: #fff;
}
.product-box  .product-info .price.discount-price{
  font-weight: 500;
  font-size: 24px;
  line-height: 29.3px;
  color: #000;
}
.product-box  .product-info .price.discount-price span{
  display: block;
  color: #FF0000;
  text-decoration: line-through;
  font-size: 20px;
}
.product-box  .product-info .price{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  color: #000;
}
.all-button{
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.buy-information-area{
  margin-bottom: 48px;
  padding: 64px 0;
}
.buy-information-area .container{
  display: flex;
  justify-content: space-between;
}
.buy-information-area .container .box{
  max-width: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  position: relative;
}
.buy-information-area .container .box:not(:last-child)::after{
  content: '';
  width: 1px;
  height: 128px;
  background: #2525FF0D;
  position: absolute;
  right: -32px;
  top: calc(50% - 64px);
}
.buy-information-area .container .box .icon{
  width: 142px;
  height: 142px;
  border-radius: 100px;
  border: 1px solid #2525FF1A;
  background: #2525FF0D;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;

}
.buy-information-area .container .box h5{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  text-align: center;
  color: #000;
}
.buy-information-area .container .box:hover .icon{
  border-color: #2525ff3b;
  transform: scale(1.05);
}
.buy-information-area .container .box p{
font-weight: 400;
font-size: 14px;
line-height: 16.7px;
text-align: center;
color: #00000099;
}
.footer .container{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2525FF1A;
  padding: 65px 0 65px 0;
}
.footer .container .left{
  max-width: 255px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .container .right{
  max-width: 255px;
  padding-left: 58px;
}
.footer .container .left p{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color: #000;
}
.footer .container .left nav.social-media{
  display: flex;
  gap: 8px;
}
.footer .container .left nav.social-media a{
  width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2525FF1A;
  transition: .3s;
}
.footer .container .left nav.social-media a:hover{
  background-color: #2525FF1A;
  transform: scale(1.05);

}
.footer .container .center{
  display: flex;
  gap: 48px;
}
.footer .container .center .footer-menu{
  display: flex;
  gap: 16px;
  flex-direction: column;
  max-width: 178px;
}
.footer .container .center .footer-menu nav{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .container .center .footer-menu nav a{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color: #000000B2;
  transition: .3s;
}

.footer .container .center .footer-menu nav a:hover{
  text-decoration: underline;
}
.footer .container .center .footer-menu p{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color: #000000B2;
}
.footer .container .center .footer-menu .time{
  width: 92px;
  height: 33px;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  background: #2525FF08;
  color: #000;
}
.footer .right{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .right a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  border-radius: 6px;
  border: 1px solid #2525FF1A;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
  transition: .3s;
}
.footer .right a:hover{
  background-color: #2525FF1A;
}
.footer .copyright{
  display: flex;
  justify-content: space-between;
}
.footer .copyright p{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color: #000000B2;
}
.footer .copyright p a{
  color: #2525FF;
}
.pages{
  padding: 48px 0;
  transition: opacity .4s;
  position: relative;
}
.pages-loader{
  opacity: .4;
  pointer-events: none;
}
.pages .pages-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.breadcrumb{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.breadcrumb h1{
  font-weight: 500;
  font-size: 32px;
  line-height: 39.07px;
  color: #000;
}
.breadcrumb .list{
  display: flex;
  gap: 4px;
}
.breadcrumb .list a{
  font-weight: 500;
  font-size: 14px;
  line-height: 17.09px;
  color: #00000099;
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb .list a:hover{
  text-decoration: underline;
}
.breadcrumb .list a:not(:last-child)::after{
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/breadcrumb-arrow.svg') center center no-repeat;
}
.select-button{
  position: relative;
}
.select-button ul{
  flex-direction: column;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 16px 0px #00000029;
  border: 1px solid #2525FF0D;
  margin-top: 4px;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
.select-button ul.active{
  display: flex;
  z-index: 2;
}
.select-button ul li:not(:last-child) {
  border-bottom: 1px solid #2525FF0D;
}
.select-button ul li button{
  padding: 8px 8px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  color: #00000099;
  font-size: 12px;
  display: flex;
  position: relative;
  align-items: center;
} 

.select-button ul li button svg{
  min-width: 13px;
  height: 13px;
}

.select-button ul li button .icon{
  width: 20px;
  height: 20px;
  border: 1px solid #2525FF0D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f4f6ff;
    color: #575757;
  
}
.select-button ul li button.active .icon{
  background-color: #19B454;
  color: #fff;
}
.select-button ul li:hover button{
  background-color: #f9f9f9;
}

.products{
  display: flex;
  justify-content: space-between;
  gap: 42px;
  align-items: flex-start;
}
.products .products-left{
  max-width: 304px;
  width: 100%;
  border: 1px solid #0000001A;
  border-radius: 8px;
  overflow: hidden;
}
.products .products-right{
  max-width: 960px;
  width: 100%;
  position: relative;
}
.loader{
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafaffd9;
  box-shadow: inset 0px 0px 14px 0px #0000001c;
  transition: .4s;
  
}
.loader.active{
  height: 100%;
  opacity: 1;
  z-index: 2;
}
.loader svg{
  width: 62px;
  height: 62px;
  color: #3a43ff78;
}
.product-filter-box{
  padding: 24px;
  width: 100%;
}
.product-filter-box:not(:last-child){
  border-bottom: 1px solid #0000001A;
}
.product-filter-box .product-filter-box-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-filter-box .product-filter-box-head h4{
  color: #000;
  font-size: 16px;
}
.product-filter-box .product-filter-box-head button{
  width: 25px;
  height: 25px;
  border-radius: 4px;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.product-filter-box.active .product-filter-box-head button{
  transform: rotate(-180deg);
}
.product-filter-box .product-filter-box-head:hover button{
  background-color: #2525FF1A;
}
.product-filter-box .product-filter-box-body{
  padding-top: 24px;
  flex-direction: column;
  gap: 24px;
  display: none;
}
.product-filter-box.active .product-filter-box-body{
  display: flex;
}
.product-filter-box .product-filter-box-body .filter-input{
  position: relative;
  display: flex;
  align-items: center;
}
.product-filter-box .product-filter-box-body .filter-input svg{
  position: absolute;
  left: 15px;
}
.product-filter-box .product-filter-box-body .filter-input input{
  padding: 0 15px 0 40px;
  width: 100%;
  height: 44px;
  border: 1px solid #2525FF1A;
  border-radius: 6px;
  transition: .4s;
}
.product-filter-box .product-filter-box-body .filter-input input:focus{
  border-color: #2525FF;
}
.product-filter-box .product-filter-box-body .box-checkbox{
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 254px;
  overflow: auto;
}
/* width */
.product-filter-box .product-filter-box-body .box-checkbox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.product-filter-box .product-filter-box-body .box-checkbox::-webkit-scrollbar-track {
  border: 1px solid #eee;
  padding: 1px;
  border-radius: 3px;
}
 
/* Handle */
.product-filter-box .product-filter-box-body .box-checkbox::-webkit-scrollbar-thumb {
  background: #2525FF0D; 
}

/* Handle on hover */
.product-filter-box .product-filter-box-body .box-checkbox::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}
 .checkbox{
  display: flex;
  position: relative;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #000;
  gap: 8px;
  cursor: pointer;
}
.checkbox input{
  position: absolute;
  opacity: 0;
}
 .checkbox .check{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox .check::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #00000080;
  border-radius: 4px;
  display: flex;
  transition: .3s;
}
.checkbox .check::after{
  display: flex;
  content: "";
  position: absolute;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform:  rotate(45deg) scale(0);
  transition: .3s;
  border-radius: 1px;
}
 .checkbox input:checked + .check::after{
  transform: scale(1)  rotate(45deg);
}
.checkbox input:checked + .check::after{
  opacity: 1;
}
 .checkbox input:checked + .check::before{
  border-color: #2525FF;
  background-color: #2525FF;
}
 .checkbox .color{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: .3s;
}
.checkbox:hover .color{
  transform: scale(1.1);
}
.product-filter-box .product-filter-box-body .price-setting{
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-filter-box .product-filter-box-body .price-setting input{
  width: 104px;
  height: 44px;
  border: 1px solid #2525FF1A;
  border-radius: 6px;
  padding:0 12px;
}
.product-filter-box .product-filter-box-body .price-setting button{
  min-width: 44px;
  height: 44px;
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: .3s;
}
.product-filter-box .product-filter-box-body .price-setting button:hover{
  background:#2525FF;
}
.products-right{
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 32px;
}
.products-right .product-box{
  max-width: 298px;
}
.product-detail{
  display: flex;
  gap:48px;
  flex-wrap: wrap;
}
.product-detail .product-images{
  max-width: 528px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:10px;
  position: relative;
}
.product-detail .product-images .image{
  border: 4px solid #2525FF0D;
  border-radius: 4px;
  padding: 24px;
}

.product-detail .product-images .images{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 8px;
  padding-bottom: 5px;
}
.product-detail .product-images .images::-webkit-scrollbar {
  height: 2px;
}

.product-detail .product-images .images::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}
 
.product-detail .product-images .images::-webkit-scrollbar-thumb {
  background: #2525FF1A; 
  border-radius: 10px;
}

.product-detail .product-images .images::-webkit-scrollbar-thumb:hover {
  background: #2525FF1A; 
}
.product-detail .product-images .images img{
  width: 60px;
  height: 60px;
  border: 1px solid #2525FF1A;
  border-radius: 8px;
  transition: .4s;
  cursor: pointer;
}
.product-detail .product-images .images img:hover{
  border-color: #2525FF;
}
.product-detail .product-images::after{
  content: '';
  width: 41px;
  height: 64px;
  position: absolute;
  bottom: 0;
}
.product-detail .product-images.after-right::after{
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
}
.product-detail .product-images.after-left::after{
  left: 0;
  background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
}
.product-detail .right{
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 736px;
  width: 100%;
}
.product-detail .right h3.product-title strong{
  color: #2525FF;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  display: block;
}
.product-detail .right h3.product-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 39.07px;
  color: #000;
}
.product-detail .right  .product-info{
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-detail .right  .product-info .discount{
  width: 50px;
  height: 53px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #19B454;
  color: #fff;
}
.product-detail .right  .product-info .price.discount-price{
  font-weight: 500;
  font-size: 24px;
  line-height: 29.3px;
  color: #000;
}
.product-detail .right  .product-info .price.discount-price span{
  display: block;
  color: #FF0000;
  text-decoration: line-through;
  font-size: 20px;
}
.product-detail .right  .product-info .price{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  color: #000;
}
.product-detail .right  .fields{
  display: flex;
  gap: 8px;
}
.product-detail .right  .fields button{
  padding-left: 16px;
  padding-right: 16px;
}
.product-detail .right  .fields button span{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color:#00000080
}
.product-detail .right  .fields button.active{
  border-color: #2525FF;
  color: #2525FF;
}
.product-detail .right .product-operation{
  max-width: 412px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.product-detail .right .product-operation .count{
  min-width: 148px;
  max-width: 148px;
  border-radius: 6px;
  border: 1px solid #2525FF0D;
  background: #2525FF0D;
  padding: 4px;
  gap: 8px;
  display: flex;
}
.product-detail .right .product-operation .count button{
  min-width: 44px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #2525FF1A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  transition: .3s;
}
.product-detail .right .product-operation .count button:hover{
  background-color: #2525FF1A;
  transform: scale(1.05);
}
.product-detail .right .product-operation .count  .count-data{
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.65px;
  color: #000000;
  text-align: center;
  max-width: 36px;
  width: 100%;
}
.product-detail .right .product-operation .count  .count-data span{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  text-align: center;
  color: #000;
  display: block;
}
.product-detail .right .product-operation  .count-basket-button{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  transition: .4s;
}
.product-detail .right .product-operation  .count-basket-button button{
  flex: 1;
}
.product-detail .right .product-operation  .count-basket-button button:hover{
  transform: scale(1.03);
}
.alert{
  background: #2525FF0D;
  border: 1px solid #2525FF1A;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}
.alert p{
  font-weight: 500;
  font-size: 14px;
  line-height: 17.09px;
  color: #000000B2;
}
.product-detail .right .product-operation .credit-cart-info{
  display: flex;
  gap: 8px;
}
.product-detail .right .product-operation .credit-cart-info .box{
  border: 1px solid #2525FF1A;
  padding: 12px 16px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.product-detail .right .product-operation .credit-cart-info .box img{
  height: 22px;
}
.product-detail .right .product-operation .box h6{
  font-weight: 400;
  font-size: 16px;
  line-height: 19.54px;
}
.product-detail .right .product-operation .box h6 strong{
  font-weight: 700;
}
.product-detail .right .product-operation .product-period{
  display: flex;
  flex-wrap: wrap; 
  gap: 8px;
}

.product-detail .right .product-operation .product-period .box{
  gap: 12px;
  border-radius: 6px;
  border: 1px solid #2525FF1A;
  padding: 12px;
  display: flex;
  align-items: center;
  width: calc(50% - 4px);
}
.product-detail .right .product-operation .product-period .box:first-child{
  width: 100%;
}
.product-detail .right .product-operation .product-period .box .icon{
  min-width: 58px;
  height: 58px;
  border-radius: 40.85px;
  border: 0.41px solid #2525FF1A;
  background: #2525FF0D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .right .product-operation .product-period .box .icon img{
  width: 34px;
}
.product-detail .right .product-operation .product-period .box h5{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
}
.product-detail .right .product-operation .product-period .box p{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color: #000000B2;
}
.product-detail .right .product-operation .product-period,.product-detail .right .product-operation .credit-cart-info{
  width: calc(100% - 8px);
}
.product-detail .tab{
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.product-detail .tab .tab-buttons{
  border-radius: 6px;
  padding: 4px;
  background: #2525FF0D;
  display: flex;
  gap: 64px;
}
.product-detail .tab .tab-buttons button{
  max-width: 392px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #00000099;
  background-color: transparent;
  z-index: 1;
}
.product-detail .tab .tab-buttons button.active{
  color: #000;
}
.product-detail .tab .background{
  content: '';
  max-width: 392px;
  width: 100%;
  padding: 26px;
  background-color: #fff;
  position: absolute;
  z-index: 0;
  transition: .3s;
}
.product-detail .tab .tab-content{
  display: none;
}
.product-detail .tab .tab-content.active{
  display: block;
}
.product-detail .tab .tab-content p{
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.product-detail .tab .tab-content p strong{
  font-weight: 600;
}
.tab .installment-table{
  width: 100%;
  text-align: left;
  border-radius: 8px;
}

.tab .installment-table thead tr th,.tab .installment-table tbody tr th{
  background-color: #2525FF0D;
  border-bottom: 1px solid #2525FF1A;
  padding:16px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.installment-table tbody tr td{
  border-bottom: 1px solid #2525FF1A;
  padding: 16px;
  color: #262626;
  font-size: 14px;
}

.text-page{
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.text-page .menu,.auth .menu{
  max-width: 304px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #0000001A;
  display: flex;
  flex-direction: column;
}
.text-page .menu a,.auth .menu a{
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
  transition: .3s;
}
.text-page .menu a:hover,.auth .menu a:hover{
  background-color: #2525FF0D;
}
.text-page .menu a:not(:last-child),.auth .menu a:not(:last-child){
  border-bottom: 1px solid #0000001A;
}
.text-page .menu a svg,.auth .menu a svg{
  opacity: .6;
  fill: #000;
}
.text-page .menu a.active,.auth .menu a.active{
  color:#2525FF;
}
.text-page .menu a.active svg,.auth .menu a.active svg{
  opacity: 1;
  fill: #2525FF;
}
.text-page .content{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.text-page .content h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 29.3px;
  color: #000;
}
.text-page .content p{
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color:#000;
}
.text-page .content p strong{
  color: #2525FF;
  font-weight: 700;
}
.mini-container{
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.bank-wrap{
  border-radius: 8px;
  border: 1px solid #0000001A;
  overflow: hidden;
}
.bank-wrap .box .box-head{
  display: flex;
  justify-content: space-between;
  padding: 24px;
  user-select: none;
  cursor: pointer;
  transition: .3s;
}
.bank-wrap .box .box-head .operation{
  display: flex;
  align-items: center;
  gap: 24px;
}
.bank-wrap .box .box-head .operation h4{
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
}
.bank-wrap .box .box-head:hover{
  background-color: #00000005;
}
.bank-wrap .box .box-head .operation button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #2525FF1A;
  background-color: #fff;
  transition: .3s;
}
.bank-wrap .box.box:not(:last-child) {
  border-bottom:1px solid #0000001A;
}
.bank-wrap .box .content{
  padding: 24px;
  background: #2525FF0D;
  flex-direction: column;
  gap: 24px;
  display: none;
}
.bank-wrap .box .content p{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
}
.bank-wrap .box .content  h6.first{
  border-top: 1px solid #2525FF1A;
  padding-top: 24px;
}
.bank-wrap .box .content h6{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000000;
}
.bank-wrap .box .content h6 span{
  display: block;
}
.bank-wrap .box .content h6 span.copy-text{
  display: flex;
  align-items: center;
  gap: 8px;
}
.bank-wrap .box .content h6 span.copy-text strong{
  font-weight: 700;
}
.bank-wrap .box .content h6 span.copy-text button{
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border-width: 1px;
  background-color: #fff;
  border: 1px solid #2525FF1A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank-wrap .box.active .content{
  display: flex;
}
.bank-wrap .box.active .box-head .operation button{
  transform: rotate(180deg);
}
.mini-container.xs{
  max-width: 640px;
} 
.auth-wrap{
  width: 100%;
  border: 1px solid #0000001A;
  padding: 12px 0;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.auth-wrap.padding-none{
  padding:0;
}
.auth-wrap .auth-head{
  width: 100%;
  display: flex;
}
.auth-wrap .auth-head a{
  display: flex;
  border-bottom: 1px solid #0000001A;
  height: 56px;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  text-align: center;
  color: #00000080;
}
.auth-wrap .auth-head a.active{
  border-bottom: 1px solid #2525FF;
  color: #000;
}
.auth-wrap .auth-body{
  padding:12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.auth-wrap .auth-body.padding-none{
  padding:0 12px;
}
.auth-body .operation{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.input{
  width: 100%;
  height: 52px;
  border-radius: 6px;
  border: 1px solid #0000001A;
  padding: 0 14px;
  transition: .4s;
}
.input::placeholder{
  color: #00000080;
}
.input:focus{
  border-color: #2525FF;
}
.input-password{
  display: flex;
  flex-direction: column;
}
.input-password button{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}
.input-password button:hover{
  background-color: #2525FF0D;
}
.input-password input{
  padding-right: 44px;
}
.btn-full{
  width: 100%;
}
.button-sm{
  padding: 8px 24px;
}

.button.btn-primary-outline{
  color: #2525FF;
  border: 1px solid #2525FF;
  background-color: #fff;
}
.button.btn-primary-outline:hover{
  background-color: #2525ff19;
}
.form-control{
  position: relative;
  flex: 1;
}
.form-control[status="false"] .input{
  border-color:#FF0000;
  color:#FF0000 ;
}
.form-control[status="false"]::after{
  content: attr(status-message);
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color:#FF0000;
  margin-top: 8px;
  display: block;
}
.button:disabled{
  opacity: .5;
  cursor:no-drop;
}
#register-form .register-box{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
#register-form .register-box .form-control{
  flex: 1;
}
.register-title{
  font-weight: 500;
  font-size: 14px;
  line-height: 17.09px;
  color: #00000099;
}
#register-form .cities{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.form-control .button-select{
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border-radius: 6px;
  border-width: 1px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  border: 1px solid #0000001A;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #00000080;
}

#register-form label.checkbox{
  color: #000000B2;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
}
#register-form label.checkbox a{
  text-decoration: underline;
  color: #000000B2;
}
#register-form .checks{
  display: flex;
  flex-direction: column;
  gap:13.5px;
}
.auth .sidebar{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.auth .menu a span{
  display: flex;
  align-items: center;
  gap: 8px;
}
.auth .menu a span svg{
  opacity: 1;
}
.auth{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.auth .sidebar{
  max-width: 304px;
  width: 100%;
}
.auth .content{
  flex: 1;
  max-width: 960px;
}
.auth-orders{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-orders .box{
  display: flex;
  flex-direction: column;
  border: 1px solid #0000001A;
  border-radius: 8px;
  transition: .4s;
}
.auth-orders .box:hover{
    transform: scale(1.01);
    border-color: #2525ff3b;
}
.auth-orders .box .box-head{
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.auth-orders .box .box-head h6{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.auth-orders .box .box-head h6 strong{
  font-weight: 500;
  font-size: 16px;
}
.auth-orders .box .box-head .info{
  display: flex;
  gap: 64px;
  align-items: center;
}
.auth-orders .box .box-head h6.status{
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
.auth-orders .box .box-head h6.date strong{
  display: block;
  letter-spacing: -0.5px;
  text-align: right;
}
.auth-orders .box .box-head .down{
  width: 32px;
  height: 32px;
  border: 1px solid #2525FF1A;
  color: #000;
  background-color: transparent;
  border-radius: 50%;
  transition: .4s;
}
.auth-orders .box .box-body{
   padding: 24px;
   border-top: 1px solid #2525FF1A;
   flex-direction: column;
   gap: 32px;
   display: none;
}
.auth-orders .box.active .box-body{
  display: flex;
}
.auth-orders .box.active .box-head .down{
  transform: rotate(180deg);
}
.auth-orders .box .box-body .buttons{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.auth-orders .box .box-body .buttons button{
  font-size: 14px;
  padding: 12px 16px;
}
.auth-orders .box .box-body .buttons button:hover{
  transform: scale(1.05);
}
.auth-orders .box .box-body .order-products{
  border-top:1px solid #2525FF1A;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.auth-orders .box .box-body .order-products .product{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth-orders .box .box-body .order-products .product .info{
  display: flex;
  align-items: center;
  gap: 12px;
}
.auth-orders .box .box-body .order-products .product .info .image{
  width: 60px;
  height: 60px;
  border: 1px solid #2525FF1A;
  border-radius: 8px;
  overflow: hidden;
}
.auth-orders .box .box-body .order-products .product .info h6{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.auth-orders .box .box-body .order-products .product .button{
  font-size: 14px;  
  padding: 12px 16px;
  color: #2525FF;
}
.auth-orders .box .box-body .order-products .product .button:hover{
  color: #000;
}

.auth-orders .box .box-body  .order-info{
  display: flex;
  justify-content: space-between;
}
.auth-orders .box .box-body  .order-info .order-info-box{
  max-width: 444px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.auth-orders .box .box-body  .order-info .order-info-box h6{
font-weight: 500;
font-size: 20px;
line-height: 24.42px;
color: #000;
margin-bottom: 24px;
}
.auth-orders .box .box-body  .order-info .order-info-box .in{
  border: 1px solid #0000001A;
  padding: 24px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  flex: 1;
}
.auth-orders .box .box-body  .order-info .order-info-box .in h5{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 8px;
}
.auth-orders .box .box-body  .order-info .order-info-box .in p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #000;
}
.auth-orders .box .box-body  .order-info .order-info-box .in div:last-child{
  border-top: 1px solid #2525FF1A;
  padding-top: 24px;
}
.auth-orders .box .box-body  .order-info .order-info-box .in .bank{
  display: flex;
  justify-content: space-between;
}
.auth-orders .box .box-body  .order-info .order-info-box .in .bank h5{
  text-align: right;
  font-weight: 400;
}
.auth-orders .box .box-body  .order-info .order-info-box .in .bank h5 strong{
  display: block;
  font-weight: 500;
}
.auth-orders .box .box-body  .order-info .order-info-box .in ul{
  border-top: 1px solid #2525FF1A;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.auth-orders .box .box-body  .order-info .order-info-box .in ul li{
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #000;
}
.auth-orders .box .box-body  .order-info .order-info-box .in ul li strong{
  font-weight: 500;
}
.profile-form-box{
  border: 1px solid #0000001A;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 12px;
}
.profile-form-box .head{
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  background: #2525FF0D;
}
.profile-form-box .head h4{
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 4%;
  color: #00000099;
}
.profile-form-box .body{
  padding:0 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.profile-form-box .body .two-row{
  display: flex;
  gap: 24px;
}
.button.btn-primary-outline svg{
  fill: #2525FF;
}
.profile-address  .button{
 padding: 8px;
}
.profile-address .addres-boxes{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.profile-address .addres-boxes .box{
  max-width: 304px;
  border: 1px solid #0000001A;
  border-radius: 6px;
  padding: 24px;
}
.profile-address .addres-boxes .box h6{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  margin-bottom: 8px;
  color: #000;
}
.profile-address .addres-boxes .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 24px;
}
.profile-address{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.profile-address  .head{
  display: flex;
  justify-content: flex-end;
}
.basket-page{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
}
.basket-page .boxes{
  width: 100%;
  max-width: 960px;
  border-radius: 20px;
  border: 1px solid #0000001A;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.basket-page .boxes .box{

  display: flex;
  justify-content: space-between;
}
.basket-page .boxes .box:not(:last-child){
  border-bottom: 1px solid #2525FF1A;
  padding-bottom: 24px;
}
.basket-page .boxes .box img{
  border: 1px solid #2525FF1A;
  border-radius: 8px;
  width: 124px;
  height: 124px;
}
.basket-page .boxes .box .box-info{
  display: flex;
  align-items: center;
  gap: 12px;
}
.basket-page .boxes .box  .box-info h6{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  color: #000;
  margin-bottom: 32px;
}
.basket-page .boxes .box .box-info .count{
  min-width: 148px;
  max-width: 148px;
  border-radius: 6px;
  border: 1px solid #2525FF0D;
  background: #2525FF0D;
  padding: 4px;
  gap: 8px;
  display: flex;
}
.basket-page .boxes .box .box-info .count button{
  min-width: 44px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #2525FF1A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  transition: .3s;
}
.basket-page .boxes .box .box-info .count button:hover{
  background-color: #2525FF1A;
  transform: scale(1.05);
}
.basket-page .boxes .box .box-info .count  .count-data{
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.65px;
  color: #000000;
  text-align: center;
  max-width: 36px;
  width: 100%;
}
.basket-page .boxes .box .box-info .count  .count-data span{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  text-align: center;
  color: #000;
  display: block;
}
.basket-page .boxes .box .box-info  .count-basket-button{
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.basket-page .boxes .box .box-info  .count-basket-button button{
  flex: 1;
}
.basket-page .boxes .box .box-info  .count-basket-button button:hover{
  transform: scale(1.03);
}
.basket-page .boxes .box  .product-info{
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.basket-page .boxes .box  .product-info .discount{
  width: 50px;
  height: 53px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #19B454;
  color: #fff;
}
.basket-page .boxes .box  .product-info .price.discount-price{
  font-weight: 500;
  font-size: 24px;
  line-height: 29.3px;
  color: #000;
}
.basket-page .boxes .box  .product-info .price.discount-price span{
  display: block;
  color: #FF0000;
  text-decoration: line-through;
  font-size: 20px;
}
.basket-page .boxes .box  .product-info .price{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  color: #000;
}
.basket-page .total{
  border: 1px solid #0000001A;
  max-width: 304px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  padding: 24px;
}
.basket-page .total h4{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #2525FF;
}
.basket-page .total h6{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #00000099;
  display: flex;
  justify-content: space-between;
}
.basket-page .total h6 .double{
  display: flex;
  gap: 4px;
}
.basket-page .total h6 .double .line-through{
  text-decoration:line-through;
}
.basket-page .total h6 .text-success{
  color:#008000;
}
.basket-page .total h6:nth-child(4){
  flex-direction: column;
}
.basket-page .total .total-text{
  flex-direction: column; 
}
.basket-page .total .total-text strong{
  font-weight: 500;
  color: #000;
  font-size: 28px;
  margin-top: 6px;
}
.delivery-payment{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 960px;
}
.delivery-payment .delivery-payment-box{
  display: flex;
  flex-direction: column;
  gap:24px;
}
.delivery-payment .delivery-payment-box h3{
  font-weight: 500;
  font-size: 20px;
  line-height: 24.42px;
  color: #000;  
}
.delivery-payment .delivery-payment-box .address{
  border: 1px solid #0000001A;
  border-radius: 6px;
  border-width: 1px;
  padding: 24px;
}
.delivery-payment .delivery-payment-box .address h6{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
  margin-bottom: 4px;
}
.address .button{
  padding: 8px 24px;
  margin-top: 24px;
}
.basket-page .right{
  max-width: 304px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 48px;
}
.basket-page .right .checkbox span{
  font-weight: 400;
  font-size: 14px;
  line-height: 16.7px;
  color: #000000B2;
}
.basket-page .right .checkbox span a{
  color: #000000B2;
  text-decoration: underline;
}
.profile-form-box .body .radio{
  position: relative;
  user-select: none;
  flex: 1;
}
.profile-form-box .body .radio input{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.profile-form-box .body .radio .radio-box{
  border-radius: 6px;
  border-width: 1px;
  padding: 16px;
  border: 1px solid #0000001A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.profile-form-box .body .radio .radio-box .radio-info{
  display: flex;
  align-items: center;
  gap: 14px;
}
.profile-form-box .body .radio .radio-box .radio-info h6{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
}
.profile-form-box .body .radio .radio-box .radio-info .icon{
  width: 40px;
  height: 40px;
  border: 1px solid #0000001A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.profile-form-box .body .radio .radio-box .radio-icon{
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 2px solid #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-form-box .body .radio .radio-box .radio-icon::after{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: .3s;
}
.profile-form-box .body .radio input:checked + .radio-box {
  border-color: #2525FF;
}
.profile-form-box .body .radio input:checked + .radio-box .radio-icon{
  border-color: #2525FF;
}
.profile-form-box .body .radio input:checked + .radio-box .radio-icon::after{
  background-color: #2525FF;
}
#credit-card-wrap{
  display: flex;
  flex-direction: row;
}
#credit-card-wrap .form-control{
  display: flex;
  flex-direction: column;
}
#credit-card-wrap .card-number{
  min-width: 436px;
  width: 100%;
}
#credit-card-wrap label{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
  margin-bottom: 24px;
}
#credit-card-wrap .year-month {
  min-width: 304px;
}
#credit-card-wrap .year-month > div{
  display: flex;
  gap: 24px;
}

[payment-type]{
  display: none !important;
}
[payment-type].active{
  display: flex !important;
}
#transfer-wrap .banks{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#transfer-wrap .banks .radio{
  min-width: calc(50% - 12px);
}
#transfer-wrap .selected-bank-title{
  color: #000000B2;
}
.selected-bank{
  border: 1px solid #E1E4EA;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: -14px;
}
.selected-bank .selected-bank-head{
  display: flex;
  gap: 8px;
  align-items: center;
}
.selected-bank .selected-bank-head .icon{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000001A;
  border-radius: 50%;
}
.selected-bank h6{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
}
.selected-bank .selected-bank-box{
  padding: 8px 48px 8px 12px;
  border-radius: 6px;
  background: #2525FF08;
  border: 1px solid #2525FF1A;
  flex: 1;
  position: relative;
}
.selected-bank .selected-bank-box h5{
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  color: #00000099;
}
.selected-bank .selected-bank-box p{
  font-weight: 500;
  font-size: 16px;
  line-height: 19.54px;
  color: #000;
}
.selected-bank .selected-bank-box button{
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2525FF1A;
  background-color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
}
.selected-bank .alert{
  border-color: transparent;
  padding: 8px;
  display: flex;
  align-items: center;
}
.selected-bank .alert p{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2525FF;
}
.basket-finish{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.basket-finish .icon{
  width: 142px;
  height: 142px;
  border-radius: 100px;
  background: #19B4540D;
  border: 1px solid #19B4541A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.basket-finish  h4{
  font-weight: 500;
  font-size: 32px;
  line-height: 39.07px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}
.basket-finish  p{
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  text-align: center;
  color: #000;
}
.basket-finish .buttons{
  margin-top: 32px;
  display: flex;
  gap: 24px;
}
.footer .container .center .footer-menu h6{
  color: #000;
  font-size: 16px;
}
.header-login-register{
  position: relative;
}
.header-login-register ul{
  position: absolute;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 1px solid #0000001A;
  overflow: hidden;
  transform: translateY(-10px);
  transition: .4s;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.header-login-register ul.active{
  transform: translateY(0);
  width: 100%;
  height: auto;
  z-index: 2;
  opacity:1 ;
 
}
.header-login-register ul li a{
  padding: 8px;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #0000001A;
  font-size: 13px;
  color: #262626;
  transition: .4s;
  text-align: center;
  justify-content: center;
}
.header-login-register ul li a:hover{
  background-color: #f9f9f9;
}
.header-login-register ul li:last-child a{
  border-bottom-width: 0;
}
.blank-search-text{
  font-size: 13px;
  color: #d82020;
}
.product-filter-button{
  display: none;
}
.products .products-left .filter-left{
  display: none;
}
.select-wrap{
  position: relative;
}
.select-wrap .select{
  background-color: #fff;
  width: 100%;
  border: 1px solid #0000001A;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  margin-top: 2px;
  display: none;
}
.select-wrap .select.open{
  display: block;
}
.form-control .button-select:focus{
  border-color: #2525FF;
}
.select-wrap .select .select-list{
  max-height: 220px;
  overflow: auto;
}
.select-wrap .select .select-list button{
  width: 100%;
  padding: 8px;
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #00000029;
  cursor: pointer;
}
.select-wrap .select .select-list button:hover{
  background-color: #0000001A;
}
.select-wrap .select input{
  width: 100%;
  height: 35px;
  width: 90%;
  margin:12px auto 12px auto;
  display: block;
  padding:0 8px;
  border: 1px solid #0000001A;
  border-radius: 4px;
}
.auth .menu a span.auth-menu-button{
  display: none;
}
.header .operation button.basket-button{
  position: relative;
}
.header .operation button.basket-button::after{
  content: attr(count);
  width: 22px;
  height: 22px;
  background-color: #f5fcf7;
  border-radius: 50%;
  right: -5px;
  top: -5px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #2525FF;
  border: 1px solid #19B4541A;
  box-shadow: inset 0px 0px 0px 1px #2525ff;
}
@media screen and (max-width:1350px){
  .product-detail .right{
    max-width: 55%;
  }
  .product-detail .product-images{
    max-width: 40%;
  }
  .product-detail{
    gap: 5%;
  }
  .footer .container .center{
    gap: 24px;
  }
  .footer .container{
    padding-left: 16px;
    padding-right: 16px;
  }
  .products-right{
    gap: 2%;
    row-gap: 16px;
  }
  .products-right .product-box{
    max-width: 32%;
    min-height: 375px;
  }
  .basket-page{
    gap: 32px;
  }
  .auth{
    gap: 24px;
  }
  
}
@media screen and (max-width:1250px){
  .footer .container{
    gap: 12px;
  }
  .product-slider .swiper-slide{
    height: auto;
    display: flex;
  }
  .product-slider .swiper-slide .product-box{
    min-height: auto;
  }
  .banner .swiper-slide .left{
    padding: 42px ;
  }

  .header .center form{
    max-width: 508px;
  }
  .buy-information-area .container .box:not(:last-child)::after{
    display: none;
  }
  .buy-information-area .container .box{
    padding: 12px;
    gap: 8px;
  }
  .buy-information-area .container .box .icon{
    width: 99px;
    height: 99px;
    padding: 20px;
  }
  .footer .container .right{
    padding-left: 0;
  }
}
@media screen and (max-width:1024px){
  .basket-finish h4{
    font-size: 24px;
    line-height: 28px;
  }
  .basket-finish p{
    font-size: 14px;
  }
  .basket-finish{
    padding: 16px;
  }
  .auth-orders .box .box-body .order-info .order-info-box .in ul li{
    font-size: 14px;
  }
  .auth-orders .box .box-body .order-info .order-info-box .in p{
    font-size: 14px;
  }
  .auth-orders .box .box-body .order-info .order-info-box .in h5{
    font-size: 14px;
  }
  .auth-orders .box .box-body .order-info .order-info-box h6{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .text-page .content h3{
    font-size: 18px;
  }
  .delivery-payment{
    gap: 24px;
  }
  .delivery-payment .delivery-payment-box h3{
    font-size: 16px;
  }
  .basket-page .boxes .box .product-info .discount{
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
  .basket-page .boxes .box .product-info .price.discount-price span{
    font-size: 16px;
  }
  .basket-page .boxes .box .box-info .count .count-data span{
    font-size: 16px;
  }
  .basket-page .total h6{
    font-size: 14px;
  }
  .basket-page .total .total-text strong{
    font-size: 20px;
  }
  .basket-page .boxes .box .box-info h6{
    font-size: 16px;
  }
  .basket-page .boxes .box .product-info .price.discount-price{
    font-size: 16px;
  }
  .bank-wrap .box .box-head{
    padding: 18px;
  }
  .bank-wrap .box .content p{
    font-size: 14px;
  }
  .product-detail .tab{
    gap: 32px;
  }
  .product-detail .tab .tab-buttons button{
    font-size: 14px;
    padding: 16px 8px;
  }
  .product-detail .right  .product-info .price.discount-price{
    font-size: 16px;
  }
  .product-detail .right{
    gap: 24px;
  }
  .product-detail .right h3.product-title{
    font-size: 24px;
  }
  .product-detail .right .product-info .price.discount-price span{
    font-size: 16px;
  }
  
  .product-filter-box .product-filter-box-body .filter-input input{
    height: 38px;
  }
  .button{
    padding: 12px;
    font-size: 13px;
  }
  .checkbox .check::before{
    width: 18px;
    height: 18px;
  }
  .checkbox .check::after{
    width: 5px;
    height: 10px;
    top: 3px;
  }
  .checkbox{
    font-size: 14px;
  }
  .product-filter-box .product-filter-box-body .box-checkbox{
    gap: 12px;
  }
  .pages .pages-head{
    margin-bottom: 32px;
  }
  .breadcrumb .list a{
    font-size: 13px;
  }
  .breadcrumb h1{
    font-size: 24px;
  }
  .breadcrumb{
    gap: 0;
  }
  .products{
    gap: 24px;
  }
  .products .products-left{
    max-width: 255px;
  }
  .products-right .product-box{
    max-width: 49%;
    width: 100%;
  }
  .footer .container .center .footer-menu h6{
    font-size: 14px;
    line-height: 18px;
  }
  .footer .container .right{
    max-width: 150px;
    width: 100%;
  }
  .footer .right a{
    padding: 6px;
    font-size: 14px;
  }
  .buy-information-area .container .box h5{
    font-size: 16px;
    line-height: 21px;
  }
  .buy-information-area{
    margin-bottom: 28px;
    padding: 0;
  }
  .title{
    margin-bottom: 24px;
  }
  .all-button{
    margin-top: 24px;
  }
  .title h3{
    font-size: 24px;
    line-height: 28px;
  }
  .product-box .product-info .price.discount-price{
    font-size: 19px;
  }
  .product-box .product-info {
    padding-top: 12px;
  }
  .product-box .product-info .price.discount-price span{
    font-size: 18px;
  }
  .selected-credit-cart .container .left, .selected-credit-cart .container .right{
    gap: 12px;
  }
  .selected-credit-cart .container .left h4, .selected-credit-cart .container .right h4{
    font-size: 19px;
    line-height: 23px;
  }
  .banner .swiper-slide .left h1 span{
    font-size: 16px;
    line-height: 21px;
  }
  .banner .swiper-slide .left h1{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .header{
    gap: 24px;
  }
  .banner{
    margin: 28px 0 48px 0;
  }
  .banner .container .mini-banner-slider{
    margin-top: 0;
  }
}
@media screen and (max-width:992px){
  .auth-orders .box .box-body .order-info .order-info-box{
    max-width: 100%;
  }
  .auth-orders .box .box-body .order-info{
    flex-direction: column;
    gap: 24px;
  }
  .profile-address .addres-boxes .box p{
    font-size: 14px;
  }
  .profile-address{
    gap: 12px;
  }
  .profile-address .addres-boxes .box{
    max-width: 100%;
    width: 100%;
  }
  .profile-address .addres-boxes{
    width: 100%;
  }
  .auth .menu a span.auth-menu-button{
    display: block;
    background-color: #2525FF;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 14px;
  }
  .auth .content{
    max-width: 100%;
    width: 100%;
  }
  .auth .menu{
    max-width: 100%;
    width: 100%;
  }
  .auth .menu#authMenu{
    display: none;
  }
  .auth .menu#authMenu.active{
    display: flex;
  }
  .auth .sidebar{
    max-width: 100%;
    gap: 12px;
  }
  .auth{
    flex-direction: column;
  }
  .delivery-payment{
    max-width: 100%;
    width: 100%;
  }
  .delivery-payment .delivery-payment-box{
    max-width: 100%;
  }
  #credit-card-wrap{
    flex-direction: column;
  }
  .basket-page .right{
    max-width: 100%;
    padding-top: 0;
  }
  .basket-page .total{
    max-width: 100%;
  }
  .basket-page{
    gap: 24px;
    flex-direction: column;
  }
  .product-detail .right{
    max-width: 42%;
  }
  .product-detail .product-images{
    max-width: 55%;
  }
  .product-detail{
    gap: 3%;
  }
  .buy-information-area .container {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 12px;
  }
  .buy-information-area .container .box{
    min-width: 220px;
    background-color: #2525FF0D;
    border-radius:12px;
  }
  .selected-credit-cart .container .left h4, .selected-credit-cart .container .right h4{
    font-size: 16px;
    line-height: 20px;
  }
  .banner .swiper-slide .left{
    max-width: 450px;
  }
  .banner .swiper-slide .right img{
    height: 100%;
  }
  .header .operation button p, .header .operation button span{
    display: none;
  }
  .header .logo{
    min-width: 150px;
  }
  .header .center{
    gap: 24px;
    align-items: stretch;
  }
  .header .operation button{
    height: 52px;
  }
  
  .header .bottom .container{
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .header .bottom .container a{
    white-space: nowrap;
    padding: 16px;
  }
}
@media screen and (max-width:768px){
  .text-page .content{
    gap: 24px;
  }
  .text-page{
    flex-direction: column-reverse;
  }
  .text-page .menu{
    max-width: 100%;
    width: 100%;
  }
  .product-detail .tab .tab-content.table-responsive{
    overflow: auto;
  }
  .product-detail .right .product-operation .product-period, .product-detail .right .product-operation .credit-cart-info{
    width: 100%;
  }
  .product-detail .right .product-operation{
    max-width: 100%;
  }
  .product-detail .right{
    max-width: 100%;
  }
  .product-detail .product-images{
    max-width: 100%;
  }
  .product-detail{
    gap: 24px;
  }
  .footer .container{
    flex-direction: column;
  }
  .footer .container .left{
    max-width: 100%;
    text-align: center;
  }
  .footer .container .left{
    gap: 8px;
  }
  .footer .container .left nav.social-media{
    justify-content: center;
  }
  .footer .container .center{
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer .container .center .footer-menu nav{
    gap: 4px;
  }
  .footer .container .center .footer-menu{
    max-width: 48%;
    width: 100%;
  }
  .footer .container .center .footer-menu{
    gap: 6px;
  }
  .footer .container .right{
    width: 100%;
    max-width: 100%;
  }
  .footer .container{
    padding: 48px 16px;
    gap: 24px;
  }
}
@media screen and (max-width:640px){
  .basket-finish h4{
    font-size: 18px;
    line-height: 24px;
  }
  .auth-orders .box .box-body .buttons{
    flex-direction: column;
  }
  .auth-orders .box .box-body .order-products .product .button{
    font-size: 13px;
  }
  .auth-orders .box .box-body{
    padding: 12px;
    gap: 12px;
  }
  .auth-orders .box .box-head h6.status{
    justify-content: flex-start;
    flex-direction: row-reverse;
    font-size: 14px;
  }
  .auth-orders .box .box-head h6.date strong{
    text-align: left;
  }
  .auth-orders .box .box-head{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    position: relative;
    padding: 12px;
  }
  .auth-orders .box .box-head .down{
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .auth-orders .box .box-head h6{
    width: 100%;
    line-height: 21px;
    font-size: 14px;
  }
  .auth-orders .box .box-head .info{
    flex-direction: column-reverse;
    gap: 4px;
    width: 100%;
  }
  .profile-address .button{
    width: 100%;
  }
  #transfer-wrap .banks{
    flex-direction: column;
  }
  .profile-form-box .body .radio .radio-box .radio-info{
    gap: 6px;
  }
  .profile-form-box .body .radio .radio-box .radio-info .icon{
    width: 30px;
    height: 30px;
  }
  .selected-bank .selected-bank-box h5{
    font-size: 14px;
  }
  .profile-form-box .body .radio .radio-box .radio-info h6{
    font-size: 14px;
  }
  .selected-bank .selected-bank-box p{
    font-size: 14px;
  }
  .profile-form-box .body .two-row{
    flex-direction: column;
  }
  .basket-page .boxes .box .product-info .price.discount-price{
    display: flex;
    align-items: center;
    gap:8px;
  }
  .basket-page .boxes .box .product-info{
    justify-content: center;
    border-top: 1px solid #0000001A;
    align-items: center;
    margin-top: 8px;
    padding-top: 8px;
  }
  .basket-page .boxes .box .box-info h6{
    margin-bottom: 12px;
  }
  .basket-page .boxes .box{
    flex-direction:  column;
  }
  #register-form .register-box{
    flex-direction: column;
  }
  #register-form .cities{
    flex-direction: column;
  }
  .auth-wrap .auth-head a{
    height: 42px;
  }
  .auth-wrap .auth-head a{
    font-size: 14px;
  }
  .bank-wrap .box .content h6{
    font-size: 14px;
  }
  .bank-wrap .box .content h6 span.copy-text{
    font-size: 13px;
    font-weight: 500;
  }
  .bank-wrap .box .box-head .operation h4{
    display: none;
  }
  .installment-table tbody tr td{
    min-width: 120px;
    font-size: 13px;
  }
  .tab .installment-table thead tr th, .tab .installment-table tbody tr th{
    font-size: 14px;
    padding: 8px;
  }
  .product-detail .tab .tab-content p{
    font-size: 14px;
  }
  .product-detail .tab{
    gap: 24px;
  }
  .product-detail .tab .tab-buttons{
    gap: 0;
  }
  .product-detail .tab .background{
    display: none;
  }
  .product-detail .right .product-operation .count .count-data span{
    font-size: 16px;
  }
  .product-detail .right .product-operation .product-period .box h5{
    font-size: 14px;
  }
  .product-detail .right .product-operation .product-period .box p{
    font-size: 13px;
  }
  .product-detail .right h3.product-title{
    font-size: 18px;
  }
  .products .products-left .filter-left{
    position: fixed;
    top: -26vh;
    width: 100%;
    z-index: 4;
    background: #2525ff94;
    left: 0;
    overflow: auto;
    height: 26vh;
    border-radius: 0;
    transition: .3s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    user-select: none;
  }
  .products .products-left .filter-left span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #2525FF;
    padding: 8px 14px;
    border-radius: 4px 4px 0 0;
  }
  .products .products-left{
    position: fixed;
    bottom: -74vh;
    max-width: 100%;
    z-index: 4;
    background: #fcfcff;
    left: 0;
    overflow: auto;
    height: 74vh;
    border-radius: 0;
    transition: .3s;
  }
  .products .products-left.active{
    bottom: 0;
  }
  .products .products-left.active .filter-left{
    top: 0;
  }
  .product-filter-button{
    width: 95%;
    height: 54px;
    position: fixed;
    left: 2.5%;
    bottom: 6px;
    z-index: 3;
    background-color: #2525FF;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: .3s;
  }
  .product-filter-button.scroll{
    height: 35px;
    font-size: 15px;
    border-radius: 30px;
  }
  .breadcrumb h1{
    font-size: 19px;
  }
  .breadcrumb .list a{
    font-size: 12px;
  }
  .header-login-register ul li a{
    font-size: 12px;
  }
  .footer .copyright{
    text-align: center;
  }
  .buy-information-area .container .box {
    min-width: 160px;
    gap: 4px;
    border: 1px solid #2525FF1A;
    padding: 8px;
  }
  .buy-information-area .container .box p{
    font-size: 11px;
    line-height: 14px;
  }
  .buy-information-area .container .box h5{
    font-size: 14px;
    line-height: 18px;
  }
  .buy-information-area .container .box .icon{
    width: 50px;
    height: 50px;
    padding: 8px;
  }
  .product-box .product-info .discount{
    width: 37px;
    height: 37px;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 12px;
  }
  .product-box .product-info .price.discount-price{
    font-size: 16px;
    line-height: 24px;
  }
  .product-box h2{
    font-size: 14px;
    line-height: 17px;
  }
  .product-box .product-info .price{
    font-size: 14px;
  }
  .product-box .product-info .price.discount-price span{
    font-size: 15px;
  }
  .products-right .product-box{
    position: relative;
    min-height: auto;
  }
 
  .title {
    gap: 12px;
    align-items: center;
  }
  .title h3{
    font-size: 21px;
  }
  .products-area .navigation button{
    width: 38px;
    height: 38px;
  }
  .selected-credit-cart .container .left, .selected-credit-cart .container .right{
    border-radius: 12px ;
  }
  .selected-credit-cart .container{
    flex-direction: column;
    gap: 12px;
  }
  .banner .container .mini-banner-slider .swiper{
    flex: 1;
    padding: 14px 8px;
  }
  .banner .container .mini-banner-slider button{
    width: 32px;
    height: 32px;
  }
  .banner .container .mini-banner-slider .swiper .swiper-slide{
    height: auto;
    user-select: none;
  }
  .banner .swiper-slide .left h1{
    font-size: 21px;
    line-height: 28px;
  }
  .banner .swiper-slide .left h1 span{
    font-size: 14px;
    margin-bottom: 4px;
  }

  .banner .swiper-slide .left{
    max-width: 100%;
    border-radius: 12px;
    padding: 24px;
  }
  .banner .swiper-slide .left .button{
    width: 100%;
  }
  .banner .swiper-slide .right{
    border-radius: 12px;
  }
  .banner .banner-slider .swiper-slide{
    flex-direction: column-reverse;
  }
  .header .operation{
    align-items: center;
  }
  .header .operation button{
    height: 46px;
  }
  .header .bottom .container a{
    font-size: 14px;
    padding: 12px;
  }
  .header .bottom{
    margin-top: 54px;
  }
  .header .top .container{
    justify-content: center;
  }
  .header .top .container a{
    width: 33.33%;
    padding: 17px 8px;
    justify-content: center;
  }
  .header .center{
    position: relative;
  }
  .header .center form{
    max-width: calc(100% - 32px);
    width: 100%;
    position: absolute;
    left: 16px;
    margin-top: 64px;
  }
  .header .center form input{
    height: 44px;
  }
  .header{
    gap: 16px;
  }
}