:root{
    --purple: #222222;
}

:root{
    touch-action: pan-x pan-y;
    height: 100%;
     -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
html {
        height: 100%;
    scroll-behavior: smooth; /* Enables smooth scrolling */
    overscroll-behavior: none;
    overscroll-behavior-y: none;
    height: -webkit-fill-available;
}

body{
    overflow-x : hidden !important;
    touch-action: manipulation;
            -webkit-touch-callout: none;
            overscroll-behavior: none;
            min-height: 100vh;
    min-height: -webkit-fill-available;
}

.bg-light-purple-11 {
    background-color: #222222 !important;
}
.header-default .box-phone .icon,
.header-default .box-phone .phone,
.wrapper-header-bottom .inner-right a,
.header-default .box-nav-menu .item-link {
    color: var(--white);
}
.wg-cls.style-circle .image {
    border-radius: 14px;
}
.header-search .tf-form-search {
    max-width: 100%;
    margin-left: 0;
}
.header-search .tf-form-search input {
    border-radius: 12px;
}
.form-search .btn-search {
    border-radius: 10px;
}
.card-product .name-product {
    font-size: 14px;
    font-weight: 300;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.card-product .name-product.brand-nam{
    font-size: 16px;
}
body{
    font-family: "Inter", sans-serif;
}
.card-product .price-wrap {
    font-size: 18px;
}
.card-product .price-wrap .price-new {
    color: #303941;
}
.price-wrap .price-old{
    font-weight: 300;
}
.canvas-sidebar {
    max-width: 100%;
}
.mega-cate-box .categories-title,
.bg-brown-14 {
    background-color: #000 !important;
}
.mega-cate-box {
    border: 1px solid #000;
    height: 100%;
}
.card-product .list-color-product{
    display: none;
}

@media (min-width: 992px){
    .mega-iconbox .tf-icon-box:not(:last-child) {
        margin-bottom: 12px;
    }
}
.canvas-sidebar .wg-cls.style-abs{
    height: 100%;
}
.wg-countdown-2 .countdown__value {
    color: #000;
}
.sib-form .form-newsletter .button-submit {
    top: 50px;
}
.categories-section .wg-cls.style-circle{
    background: #000;
    border-radius: 16px;
    gap: 0;
    padding: 2px;
}
.categories-section .wg-cls.style-circle .link{
    color: #fff;
    padding: 5px 0px;
}
.box-nav-menu .menu-list .menu-link-text:hover,
.header-default .box-nav-menu .menu-item.active .item-link, .header-default .box-nav-menu .menu-item:hover .item-link{
    color: #b3b3b3 !important;
}
.main-product-quickadd .item-product-group-btn .tf-btn.tf-btn.btn-primary {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.mega-categories .cate-item:hover, .mega-categories .cate-item.active {
    background-color: #D7D7D7;
}

    .bestSellers-section .card-product .card-product-wrapper img{
        height: 265px;
        object-fit: contain;
    }   

@media (max-width: 767px){
    .card-product .name-product.brand-nam {
        font-size: 13px;
    }
    .card-product .price-wrap {
        font-size: 14px;
    }
    .card-product .name-product {
        font-size: 12px;
    }
    .price-wrap .price-old {
        font-size: 9px;
    }
    .bestSellers-section .card-product .card-product-wrapper img {
        height: 150px;
    }
}



.shop-shipping-method .form-check{
  padding-left: 0;
  position: relative;
  margin-bottom: 20px;
}

.shop-shipping-method .form-check-input{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
    position: absolute;
    box-shadow: none !important;
}

.shop-shipping-method label{
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  width: 100%;
    color: #000;
    margin-bottom: 4px;
}

.shop-shipping-method .form-check-input:checked~label{
  border-color: #292D32 !important;
}

.form-check-input:checked{
        background-color: #292D32;
    border-color: #292D32;
}

.shop-shipping-method label span{
  display: block;
  color: #757F95;
  font-weight: 400;
  line-height: 1.5
}


.shop-checkout-payment .nav-item {
  flex: 1;
  text-align: center;
      min-width: 120px;
}

.shop-checkout-payment .nav-link{
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 12px;
  /* margin-right: 15px;
  margin-bottom: 20px; */
  position: relative;
  height: 100%;
  padding: 15px 10px 15px;
    min-height: 80px;
    flex-wrap: wrap;
    width: 100%;
}

.shop-checkout-payment .nav-link::before{
  content: "\e902";
  position: absolute;
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 20px;
  color: #292D32;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 10px;
  top: 5px;
  transition: all .5s ease-in-out;
}

.shop-checkout-payment .nav-link.active::before{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop-checkout-payment .nav-link.active{
  border-color: #292D32;
}

.shop-checkout-payment .nav-link span{
  color: #000;
}

.shop-checkout-payment .checkout-card-img{
  padding-top: 12px;
  margin-bottom: 12px;
}

.shop-checkout-payment .checkout-card-img img{
  height: 30px;
}

.shop-checkout-payment .checkout-payment-img img{
  height: 30px;
}

.shop-checkout-payment .checkout-payment-img.cod img{
  height: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.shop-checkout-form.cod .form-check-input{
  width: 1.4em;
  height: 1.4em;
  border-radius: 6px;
}

.tf-btn-sm{
    padding: 16px 20px;
    border-radius: 50rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    line-height: 0;
    font-weight: 400;
}

.card{
    border: 1px solid var(--line);
    border-radius: 16px;
}

.shop-checkout-form label{
        font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .shop-checkout-form label{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
}


.shop-checkout-payment-list{
     display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-checkout-payment-list li{
    flex: 1;
  text-align: center;
  width: 100%;
    position: relative;
    padding: 0;
    min-width: 150px;
}

.shop-checkout-payment-list .form-check-input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    position: absolute;
    box-shadow: none !important;
}

.shop-checkout-payment-list .form-check .form-check-input:checked~label{
  border-color: #292D32 !important;
}


.shop-checkout-payment-list label{
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  width: 100%;
    color: #000;
    margin-bottom: 4px;
    height: 100%;
}

.show-form-address, .edit-form-address {
    display: none;
}


.user-name{
   width: 90px;
  white-space: nowrap;        /* Prevents the text from wrapping to a new line */
  overflow: hidden;           /* Hides the overflow text */
  text-overflow: ellipsis;
}

.my-rating{
        display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}


.my-rating svg{
    width:35px;
    height:35px;
}

.select2-container {
      width: 100% !important;
}

.select2-container--default .select2-selection--single{
    height: 50px;
    border-color: var(--line);
    color: var(--dark);
    border-radius: 6px;
        padding: 10px 20px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
        transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-color: var(--dark);
}

.select2-results__option, .select2-results__option--highlighted{
    transition: 0.3s all ease-in-out;
}

.select2-results__option:hover, .select2-results__option--highlighted{
    background: var(--dark);    
    color: var(--white);    
}
.iti{
    width: 100%
}

.icon-upload {
display: flex;
    cursor: pointer;
    font-size: 20px;
    color: var(--white);
    background: var(--dark);
    border: 2px solid var(--dark);
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 2;
}
.icon-upload span{
    margin: 0 !important;
}

/* .icon-upload:hover {
  background-color: #f0f0f0;
  border-color: #007bff;
  color: #007bff;
} */


.profile-img{
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-width: 200px;
    margin: auto;
}

.preview-container {
  margin-top: 10px;
  width: 150px;
  height: 150px;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
      background-color: #eee;
      border-radius: 50rem;
      overflow: hidden
}

.img-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-text-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.img-box {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
}

.text-box {
  flex: 1;
  min-width: 200px;
}
/* .card-product .card-product-wrapper {*/
/*    border: 1px solid #bababa;*/
/*}*/
.swal2-toast h2:where(.swal2-title){
    line-height: normal !important;
}

@media (max-width: 600px) {
  .img-text-box {
    flex-direction: column;
    text-align: center;
  }

  .text-box {
    padding-top: 10px;
  }
}

.swiper-slide{
    height: auto;
}

.login_box{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

select{
    box-shadow: none !important;
}

@media(max-width:575px){
     .footer-bottom-wrap{
        padding: 20px 0px;
    }
    .footer-default .footer-newsletter {
        margin-bottom: 30px;
        gap: 0;
    }
}


.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
}

div:where(.swal2-container) h2:where(.swal2-title){
    line-height: normal;
}

@media(max-width: 1200px){
    .product_swiper_btn{
        display : none;
    }   
}

.empty-color {
      color: #d2d2d2 !important;
}

.product-price .display-xs{
    font-size: 22px;
}

@media (max-width: 1024px) {
   .product-price .display-xs{
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .product-price .display-xs{
        font-size: 18px;
        line-height: 28px;
    }
}

.tf-toolbar-bottom {
    padding-bottom: max(.75rem, -webkit-calc(2 * env(safe-area-inset-bottom)));
    padding-bottom: max(.75rem, -moz-calc(2 * env(safe-area-inset-bottom)));
    padding-bottom: max(.75rem, calc(2 * env(safe-area-inset-bottom)));
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



@media only screen and (max-width: 767px) and (min-width: 0px) {
    .tf-toolbar-bottom {
        padding-bottom: max(.75rem, -webkit-calc(2 * env(safe-area-inset-bottom))) !important;
        padding-bottom: max(.75rem, -moz-calc(2 * env(safe-area-inset-bottom))) !important;
        padding-bottom: max(.75rem, calc(2 * env(safe-area-inset-bottom))) !important;
    }
    
    #goTop{
        bottom: calc(110px + env(safe-area-inset-bottom)) !important;
    }
}

.overflow-link{
        position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.sib-form .sib-form-container .input{
        border-color: #dee2e6;
}

.swiper-button-disabled{
    display: none !important;
}

@media (min-width: 1200px){
    .row-footer .s1{
        padding: 16px 24px;
    }
    .row-footer .s2 {
        padding: 16px 32px;
    }
    .row-footer .s3 {
        padding: 16px 32px;
        padding-right: 0;
    }
    .footer-bottom-wrap {
        padding: 10px 0px;
    }
    .slider-default .slider-wrap img{
        height: 350px;
    }
}

@media (min-width: 768px){
    .tf-page-title {
        padding: 24px 0px;
    }
}
.tf-page-title {
    padding: 24px 0px;
}