@import 'tailwind.css';


.btn-spin {
    padding-left: 2.5em !important;
    display: block;
    position: relative;
  }
  
  /* position of the spinner when it appears, you might have to change these values */
  .btn-spin  .spinner {
    left: -.6em;
    top: .4em;
    width: 2.5em;
    display: block;
    position: absolute;
  }
  
  /* spinner animation */
  @keyframes spinner {
    0% {
      transform: rotate(0deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* The actual spinner element is a pseudo-element */
  .btn-spin  .spinner::before {
    content: "";
    width: 1.5em; /* Size of the spinner */
    height: 1.5em; /* Change as desired */
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: solid .35em #999; /* Thickness/color of spinner track */
    border-bottom-color: #555; /* Color of variant spinner piece */
    animation: .8s linear infinite spinner; /* speed of spinner */
    transform: translate(-50%, -50%);
    will-change: transform;
  }


:root{
    --swiper-navigation-size-cate : 24px;
}

.main-page {
    margin: auto;
    position: relative;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .icon-social-profile{
    width:24px;
    height: 24px;
  }
.main-page{
    padding-top:0;
}

.main-page , .font-body{
    font-size: var(--font-size-body);
    font-family: var(--font-family-body);
    line-height: calc(var(--font-size-body) + 8px);
    color: var(--text-color-body);
}
.main-page .ome-title-heading{
    font-size: var(--font-size-heading);
    font-family: var(--font-family-heading);
    line-height: calc(var(--font-size-heading) + 10px);
    color: var(--text-color-heading);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.main-page .ome-sub-heading{
    font-size: var(--font-size-sub-heading);
    font-family: var(--font-family-sub-heading);
    line-height: calc(var(--font-size-sub-heading) + 8px);
    color: var(--text-color-sub-heading);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.background-page-gradient{
    background: var(--background_page_gradient);
  }
  .background-page-color{
    background-color: var(--background_page_color);
  }
  .background-page-image{
    background-repeat: no-repeat;
    overflow-y: hidden;
    background-size: cover;
    overflow: hidden auto;
    background-attachment: scroll;
    background-position: center center;
    max-height: 100%;
    background-image: var(--bg-image-url);
  }
.ome-section-item > img:first, .ome-section-item:first > div{
    border-radius: var(--ome-section-radius);
}
.ome-padding-content{
    padding:var(--ome-section-padding);
}

.ome-section-background{
    background: var(--ome-section-background);
}
.ome-section-border-color{
    border-color: var(--ome-section-border-color);
}
.ome-section-border-width{
    border-width: var(--ome-section-border-width);
}
.ome-section-border-style{
    border-style: var(--ome-section-border-style);
}
.ome-section-space{
    margin-top: calc(var(--ome-section-space)/2);
    margin-bottom: calc(var(--ome-section-space)/2);
}
.ome-section-space:first-child{
    margin-top: 0;
}
.ome-section-space:last-child{
    margin-bottom: 0;
}
.ome-section-item{
    margin-left: var(--ome-section-margin-lr);
    margin-right: var(--ome-section-margin-lr);
    border-radius: var(--ome-section-radius);
    max-width: var(--max-width-container);
    margin: 0 auto;
}
.ome-border-radius{
    border-radius: var(--ome-section-radius);
  }
.ome-button{
    padding: 0.6rem 1rem;
    background: var(--button-background);
    color: var(--button-color-text);
    border-radius: var(--button-radius);
}
.ome-button:hover{
    background: var(--button-background-hover);
    color: var(--button-color-text-hover);
}

.ome-profile-avatar{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.profile-description{
    padding: 0 2rem;
    margin: 0 auto;
}

a:hover{
    color: var(--color-hyperlink-hover);
}
input[type=search]:focus-visible{
    border-width: 0px;
}
body{
    background-color: #f8f9f9;
}
.box-avatar{
    padding: 2px;
    background: linear-gradient(to right, rgba(225, 106, 255, 0.76) 0%, rgba(0, 209, 232, 0.79) 100%);
}


.layout1.up  .profile-info{
  transform: translate(0%, -50%) !important;
}
.layout1  .profile-social{
  justify-content: center;
}


.item-product .title-product{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px;
    margin-bottom: 5px;
    background: none;
    font-size: 13px;
    font-weight: normal;
}
 .item-product{
    background: #f5f5f5e3;
    padding-bottom: 5px;

}
.section-product .item-product .item-product-image{
    background-size: cover; 
    border-radius: 3px; 
    margin: 0px auto; 
    object-fit: cover; 
    width: 100%;
    max-width: 260px;
    max-height: 260px;
    overflow: hidden;
}

.item-product a:hover .title-product{
    color:rgb(45, 35, 177);
}
.item-product a:hover img{
    opacity: 0.92;
}
.box-category .item-category{
    background: #ebeaea;
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 500;
}
.box-category .item-category.active, .box-category .item-category:hover{
    background: linear-gradient(to right, #e16aff 0%, #a386f8 100%);
    color:#fff;

}
.box-category .box-parent-cate{
    overflow-x: hidden;
}
.box-category .box-tab-cate{
    flex-wrap: nowrap!important;
    justify-content: unset!important;
 

    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-pack: start;
    display: flex;

}
.box-search-icon{
    position: absolute;
    display: flex;

}
.box-search-input input{
    border-width: 1px;
    width: 100%;
    padding: 0.25rem 0.5rem;
    padding-left: 2rem;
    border-radius: 3px;

}
.product_price{
    color:rgb(201, 4, 4);
}
.item-product .price-product{
    margin: 0px 10px;
    margin-bottom: 5px;
    
}
.product_price , .product_compare_price {
    background: none !important;
}
.animate-shimmer {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: shimmer;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
 }
 @keyframes shimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }


 .section-product .swiper-b-next,  .section-product .swiper-b-prev{
    

    border-radius: 50%;
    padding: 5px;
    margin: 0 5px;


 } 

 .section-product .swiper-b-next:hover,  .section-product .swiper-b-prev:hover{

    transition: all 0.2s linear;
 } 
 .box-heading-category {
    border-bottom: 2px solid;
    border-color: var(--color-main);
}
.layout2.in .profile-description {
    padding-top:2rem;
}
@media only screen and (max-width: 460px) {

    .list-product{
        grid-template-columns : repeat(2, minmax(0, 1fr)) !important;
    }
    .main-page{
        padding: 0 10px;
    }
    .box-category .box-parent-cate{
        display: block!important;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
    }
    .box-category .box-tab-cate{
        padding-bottom: 10px;
    }
    .profile-description{
        padding: 0;
    }
    .layout2.in .profile-description {
        padding-top:0;
    }
    .layout2.in  .profile-description, .layout1.in  .profile-description{
        margin-top:10px;
      }
      
      .header-info .list-product{
        grid-template-columns : repeat(2, minmax(0, 1fr)) !important;
      
      }
      /* .header-info .box-avatar{
        max-width: 80px !important;
        max-height: 80px !important;
      } */
      .header-info .layout2 .profile-name{
        font-size: 1.05rem;
        line-height: 1.3rem;
      }
      .header-info .layout2.up .profile-description{
        transform: translate(0%, -18%) !important;
      }
      .header-info .layout2.up .box-avatar{
        transform: translate(0%, -50%) !important;
      }
      .header-info .layout2.up  .box-right{
        transform: translate(0%, -15%) !important;
      }
      
      .header-info .layout2 .profile-social{
        margin: 0;
      }
      
      
      .header-info .layout2 .box-right{
        scale: 0.85;
      }
      
      .header-info  .layout1.up .box-avatar, .header-info  .layout1.up .box-avatar img{
        width: 80px !important;
        height: 80px !important;
      }
      .header-info  .layout1.up .profile-info{
        transform: translate(0%, -30%) !important;
      }
      
      .header-info  .layout1.up .profile-social{
        justify-content: center;
      }
      


    
}

.mb-0{
    margin-bottom: 0px !important;
}
.count-down div.item-count-down{
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    width:fit-content;
    border-radius: 6px;
}

.line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    }
    .line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .line-clamp-3{
      overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    }
    .line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    }
    .line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    }
    
    .line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    }
    
    .line-clamp-none{
      -webkit-line-clamp: unset;
    }



    .a-border-top,
.a-border-right,
.a-border-bottom,
.a-border-left {
    width: 3px;
    height: 100%;
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.a-border-top {
    width: 100%;
    height: 3px;
    top: 0;
    right: 0;
    animation-name: animate-border-top;
    background: linear-gradient(to right, #171618, #fcc23f);

}

.a-border-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    animation-name: animate-border-right;
    background: linear-gradient(to bottom, #171618, #fcc23f);
    animation-duration: 2s;
    animation-delay:1s;
}

.a-border-bottom {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
    animation-name: animate-border-bottom;
  background: linear-gradient(to left, #171618, #fcc23f);
}

.a-border-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    animation-name: animate-border-left;
    animation-delay: 1s;
    background: linear-gradient(to top, #171618, #fcc23f);
    animation-duration: 2s;
    animation-delay:1s;
}

@keyframes animate-border-top {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes animate-border-right {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes animate-border-bottom {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate-border-left {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
