/*@import '../ub-core.css';*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --main: #000000;
    --white: #ffffff;
    --red_1: #db1215;
    --backdrop: rgba(0, 0, 0, 0.5);
    --yellow: #ffb321;
    --main-rgba-1: rgba(0, 0, 0, 0.16);
    --main-rgba-2: rgba(0, 0, 0, 0.15);
    --text: #545454;
    --text-2: #909090;
    --text-3: #868686;
    --line: #ebebeb;
    --line-2: #ececec;
    --bg-1: #fcfbf9;
    --bg-2: #f6f6f6;
    --bg-3: #fcffb2;
    --bg-4: #c9f4aa;
    --bg-5: #ff7b54;
    --bg-6: #8054ff;
    --bg-7: #f1f0ed;
    --bg-8: #f0edf1;
    --bg-9: #edeef1;
    --bg-10: #fcfbf9;
    --bg-11: #f2f2f2;
    --success: #31a56d;
    --bg-load: #d9d9d9;
    --bg-scrollbar-track: #f1f1f1;
    --bg-scrollbar-thumb: #c1c1c1;
    --secondary: #6c757d;
    --soft-secondary: #e2e6ea;
    --success: #28a745;
    --soft-success: #d4edda;
    --info: #17a2b8;
    --soft-info: #d1ecf1;
    --warning: #ffc107;
    --soft-warning: #fff3cd;
    --secondary-base: #495057;
    --soft-secondary-base: #f8f9fa;
    --soft-danger: #f8d7da;
    --dark: #343a40;
    --blue: #007bff;
    --soft-blue: #cce5ff;
    --light: #f2f3f8;
    --soft-light: #fefefe;
    --gray: #6c757d;
    --soft-white: #ffffff;
    --podium-cds-color-bg-secondary: #f5f5f5;
    --podium-cds-color-bg-hover: #e5e5e5;
}
.fw-6 {
    font-weight: 600 !important;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.gap-5 {
    gap: 5px !important;
}
.gap-10 {
    gap: 10px !important;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-40 {
    gap: 40px;
}
.pt_0 {
    padding-top: 0px !important;
}
.pb_0 {
    padding-bottom: 0px !important;
}
.my_40 {
    margin: 40px 0px;
}
.mt_3 {
    margin-top: 3px;
}
.mt_8 {
    margin-top: 8px;
}
.mt_37 {
    margin-top: 37px;
}
.flat-spacing-5 {
    padding: 30px 0px;
}
.flat-spacing-7 {
    padding-bottom: 60px;
}
.flat-spacing-10 {
    padding: 40px 0px;
}
.flat-spacing-12 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.flat-spacing-13 {
    padding-top: 10px;
    padding-bottom: 40px;
}
.flat-spacing-17 {
    padding-top: 100px;
    padding-bottom: 80px;
}
.flat-spacing-24 {
    padding-top: 109px;
    padding-bottom: 132px;
}
.flat-spacing-27 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.canvas-wrapper {
    padding: 0;
    isolation: isolate;
    height: 100%;
    width: 100%;
    max-height: none;
    display: grid;
    grid-auto-rows: auto minmax(0, 1fr) auto;
    align-content: start;
    background-color: #25f4ee;
}
/* .filter-drawer-content {
    background-color: var(--white);
    padding: 15px 20px 80px; 
    overscroll-behavior-y: contain;
    overflow-y: auto;
    height: calc(100% - 60px);
    position: relative;
}
.filter-drawer-content::-webkit-scrollbar {
    width: 5px;
}
.filter-drawer-content::-webkit-scrollbar-track {
    background-color: var(--bg-scrollbar-track);
}
.filter-drawer-content::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px;
}
.filter-drawer-content .applyFilterButton {
    position: fixed;
    bottom: 30px;
    left: 35px;
    width: calc(380px - 30px) !important;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
@media (max-width: 575.98px) {
    .filter-drawer-content .applyFilterButton {
        left: 20px;
        width: calc(100% - 40px) !important;
        bottom: 20px;
    }
} */
.canvas-filter {
    max-width: 300px;
}
.canvas-filter .filter-icon {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    color: var(--main);
    text-transform: uppercase;

    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
}
.canvas-filter .canvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background-color: var(--bg-11);
}
.canvas-filter .canvas-header .icon-close-popup {
    font-size: 16px;
}
.canvas-filter .widget-facet:last-child {
    margin-bottom: 0;
}
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    width: 100%;
}
.h-16 {
    height: 16px;
}
.line-height-0 {
    line-height: 0 !important;
}
.img-contain {
    object-fit: contain !important;
    object-position: top;
}
/*your custom css goes here*/
@media (max-width: 370px) {
    .payment-card-modal {
        padding-left: 5px !important;
    }
}
.btn-custom-focus:focus {
    color: var(--secondary-base) !important;
}
#buy-product-buttons {
    display: none;
}
.cursor-pointer {
    cursor: pointer;
}
@media (max-width: 350px) {
    #account_delete_confirm .modal-content .modal-footer {
        padding: 0px !important;
    }
}
.hidden {
    display: none;
}
#uc_shooting_lights_bg_addon50448 {
    height: 500px;
    background: var(--soft-dark-primary);
    z-index: -1;
    width: 100%;
    overflow: hidden;
}
.description-text-cl {
    word-wrap: anywhere;
}
.containers {
    position: absolute;
    bottom: 0;
    background-color: white;
    height: 100px;
    margin: 5px;
    animation: floatUp 4s infinite linear;
    box-shadow: #c39a21 0px 0px 25px 5px;
}
.container-full {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
@keyframes floatUp {
    0% {
        opacity: var(--light-opacity);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100vh);
    }
}
.containers:nth-child(1) {
    width: 0%;
    height: 30%;
    left: 10%;
    animation-delay: 0s;
}
.containers:nth-child(2) {
    width: 0%;
    height: 50%;
    left: 15%;
    animation-delay: 0.5s;
}
.containers:nth-child(3) {
    width: 0%;
    height: 15%;
    left: 30%;
    animation-delay: 1s;
}
.containers:nth-child(4) {
    width: 0%;
    height: 40%;
    left: 45%;
    animation-delay: 1.5s;
}
.containers:nth-child(5) {
    width: 0%;
    height: 380%;
    left: 60%;
    animation-delay: 2s;
}
.containers:nth-child(6) {
    width: 0%;
    height: 43%;
    left: 20%;
    animation-delay: 2.5s;
}
.containers:nth-child(7) {
    width: 0%;
    height: 30%;
    left: 70%;
    animation-delay: 3s;
}
.containers:nth-child(8) {
    width: 0%;
    height: 15%;
    left: 90%;
    animation-delay: 3.5s;
}
.containers:nth-child(9) {
    width: 0%;
    height: 80%;
    left: 55%;
    animation-delay: 4s;
}
/* use this containter without animation */
.container-box {
    padding: 30px;
    margin-top: -400px;
    border-radius: 6px;
    background-color: #ffffff;
}
.contact_card_title {
    font-size: 1rem;
    font-weight: 600;
    color: black;
}
.contact_card_text {
    font-size: 1.1rem;
    color: black !important;
}
.fa-plus,
.fa-minus {
    transition: transform 0.3s ease-in-out;
}
.faq_question_color,
.faq_question_answer {
    color: black;
}
.set-icon-size {
    font-size: 15px;
    color: black;
}
.contect_us_form_style .form-control:focus,
.contect_us_form_style .form-control:hover,
.contect_us_form_style .form-check-input:focus,
.contect_us_form_style .form-check-input:hover {
    background: var(--soft-primary);
}
@media (max-width: 776px) {
    #uc_shooting_lights_bg_addon50448 {
        height: 250px;
        background-color: #54595f;
    }
    .container-box {
        margin-top: -100px;
    }
    .box {
        margin-bottom: 20px;
    }
}
.grecaptcha-badge {
    visibility: hidden !important;
}
.contact_email_break_text {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.category-card {
    overflow: hidden; /* Ensure no overflow */
    border-radius: 8px; /* Optional: rounded corners */
}
.display-4 {
    font-weight: 600;
    line-height: 1;
}
.header_search_input {
    padding-right: 50px;
}
.hide-alert-ic .is-invalid {
    background-image: none !important;
}
.max-h-600 {
    max-height: 600px !important;
}
.max-h-700 {
    max-height: 700px !important;
}
.overflow-y-auto {
    overflow-y: auto;
}
.currency-switcher {
    max-height: 400px;
    overflow-y: auto;
}
.empty-icon::before {
    content: "\f119";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 60px;
    opacity: 0.5;
    transform: translate(-50%, 0px);
}
.empty-content::after {
    content: "Nothing Found";
    transform: translate(-50%, 0px);
    font-size: 25px;
    opacity: 0.5;
}
.contact_icon {
    height: 61px;
    width: 61px;
    object-fit: contain;
}
#remove-coupon-form > .input-group > #set_coupon_text {
    text-wrap: nowrap !important;
    overflow: scroll;
}
/* testmonial style start */
.inside_div {
    height: 300px;
    display: flex;
    justify-content: center;
}
.testimonial-header {
    width: 100%;
    margin: 0 auto;
}
.responseive_text {
    font-size: 1.5rem;
}
.rounded-more {
    border-radius: 10px;
    border-width: 3px !important;
}
.rounded-md {
    border-radius: 10px;
    border-width: 1px !important;
}
@media (max-width: 1200px) {
    .responseive_text {
        font-size: 1.3rem;
    }
}
@media (max-width: 992px) {
    .responseive_text {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .responseive_text {
        font-size: 1.1rem;
    }

    .blog-article-item.style-row .article-content {
        gap: 10px;
    }
    .blog-article-item.style-row .article-title a {
        font-size: 16px;
        line-height: 19px;
    }
    .blog-article-item.style-row .article-btn {
        margin-top: 10px;
    }
}
@media (max-width: 576px) {
    .responseive_text {
        font-size: 1rem;
    }
}
.testimonial_name {
    color: #474747;
    margin-bottom: 1rem;
    text-align: center;
}
.testimonial_description {
    text-align: center;
    color: #474747;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial_description_t1,
.t5-description {
    text-align: start;
    color: #474747;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial_image {
    display: inline-block;
}
.size-85px {
    width: 85px;
    height: 85px;
}
.testimonial_card {
    position: relative;
    background-color: #ffffff;
}
.rounded_card_more {
    border-radius: 25px;
}
.testimonial_card_name {
    position: relative;
    font-weight: 700;
    font-size: 1.25rem;
    z-index: 2;
}
.Quotes_icon {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -20px;
    left: -2px;
    color: var(--primary);
}
.Quotes_icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.discovery-new-item {
    padding: 37px;
    height: 100%;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 10px;
}
.discovery-new-item h5 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.discovery-new-item a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    font-size: 25px;
    color: black;
    transition: all 0.3s ease;
}
.dot {
    background-color: black;
    width: 06px;
    height: 06px;
    border-radius: 50%;
}
.line {
    border-bottom: 1px solid var(--line);
}
.line-black {
    border-bottom: 1px solid var(--main);
}
.tf-social-icon {
    --facebook-cl: rgb(59, 89, 152);
    --twitter-cl: rgb(85, 85, 85);
    --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
    --threads-cl: rgb(224, 53, 102);
    --youtube-cl: rgb(205, 32, 31);
    --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
    --tiktok-cl2: rgb(254, 44, 85);
    --pinterest-cl: rgb(203, 32, 39);
    --tumblr-cl: rgb(55, 69, 92);
    --vimeo-cl: rgb(26, 183, 234);
    --snapchat-cl: rgb(255, 221, 0);
    --whatsapp-cl: rgb(0, 230, 118);
    --linked_in-cl: rgb(23, 106, 255);
    --wechat-cl: rgb(26, 173, 24);
    --reddit-cl: rgb(255, 69, 0);
    --line-cl: rgb(0, 195, 77);
    --spotify-cl: rgb(30, 125, 96);
}
/*------------ box icon ---------------- */
.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.box-icon.w_28 {
    width: 28px;
    height: 28px;
}
.box-icon.w_34 {
    width: 34px;
    height: 34px;
}
.box-icon.w_46 {
    width: 46px;
    height: 46px;
}
.box-icon.w_50 {
    width: 50px;
    height: 50px;
}
.box-icon.round {
    border-radius: 50% !important;
}
.tf-social-icon .box-icon {
    color: black;
}
/* .tf-social-icon .social-facebook:hover {
    background: var(--facebook-cl);
    color: var(--white);
}
.tf-social-icon .social-twiter:hover {
    background: var(--twitter-cl);
    color: var(--white);
}
.tf-social-icon .social-instagram:hover {
    background: var(--instagram-cl);
    color: var(--white);
}
.tf-social-icon .social-tiktok:hover {
    background: var(--tiktok-cl);
    color: var(--white);
}
.tf-social-icon .social-pinterest:hover {
    background: var(--pinterest-cl);
    color: var(--white);
} */
.tf-social-icon.style-white li a {
    border-color: var(--white);
    color: var(--white);
}
.tf-social-icon .social-line {
    border: 1px solid var(--main);
}
.tf-social-icon .social-line.social-facebook:hover {
    background: transparent;
    color: var(--facebook-cl);
    border-color: var(--facebook-cl);
}
.tf-social-icon .social-line.social-twiter:hover {
    background: transparent;
    color: var(--twitter-cl);
    border-color: var(--twitter-cl);
}
.tf-social-icon .social-line.social-instagram:hover {
    background: transparent;
    color: var(--threads-cl);
    border-color: var(--threads-cl);
}
.tf-social-icon .social-line.social-tiktok:hover {
    background: transparent;
    color: var(--tiktok-cl2);
    border-color: var(--tiktok-cl2);
}
.tf-social-icon .social-line.social-pinterest:hover {
    background: transparent;
    color: var(--pinterest-cl);
    border-color: var(--pinterest-cl);
}
.tf-social-icon.style-default li {
    display: inline-flex;
}
.tf-social-icon.style-default li a {
    border: 0 !important;
}
.tf-social-icon.style-default li a:hover {
    background: unset !important;
}
.tf-social-icon.style-default li .social-facebook:hover {
    color: var(--facebook-cl);
}
.tf-social-icon.style-default li .social-twiter:hover {
    color: var(--twitter-cl);
}
.tf-social-icon.style-default li .social-instagram:hover {
    color: var(--threads-cl);
}
.tf-social-icon.style-default li .social-tiktok:hover {
    color: var(--tiktok-cl2);
}
.tf-social-icon.style-default li .social-pinterest:hover {
    color: var(--pinterest-cl);
}
.top-bar-text {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.top-bar-text .tf-btn {
    padding: 5px !important;
    color: var(--primary);
    text-decoration: underline !important;
}
.px_15 {
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar-language a {
    font-size: 13px !important;
    padding: 0px !important;
}
.tf-cur {
    display: flex;
    gap: 28px;
}
.flat-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.flat-title .title {
    font-size: 22px;
    line-height: 26.4px;
}
.flat-title .sub-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.flat-title.mb_1 {
    margin-bottom: 30px;
}
.flat-title .sw-dots {
    margin-top: 0;
}
.flat-title.title-upper .title {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 800;
    text-transform: uppercase;
}
/*------------ carousel ---------------- */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0px !important;
}
.sw-auto .swiper-slide {
    width: auto;
}
.sw-dots {
    display: flex;
    gap: 8px;
}
.sw-dots.swiper-pagination-bullets .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sw-dots .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.sw-dots .swiper-pagination-bullet:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: var(--main);
    transition: 0.3s;
}
.sw-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.16);
}
.sw-dots.style-2 span::before {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.16);
}
.sw-dots.style-2 span.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--main);
}
.sw-dots.style-2 span.swiper-pagination-bullet-active::before {
    background-color: var(--main);
}
.sw-dots.dots-white span::before {
    background-color: rgba(255, 255, 255, 0.2);
}
.sw-dots.dots-white span.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid var(--white);
}
.sw-dots.dots-white span.swiper-pagination-bullet-active::before {
    background-color: var(--white);
}
.sw-dots.line-pagination span {
    width: 6px;
    height: 6px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}
.sw-dots.line-pagination span::before {
    content: none;
}
.sw-dots.line-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    opacity: 1;
    width: 22px;
    border-radius: 9999px;
}
.sw-dots.rectangle-pagination span {
    width: 30px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    border-radius: 0;
    border: 0;
}
.sw-dots.rectangle-pagination span::before {
    content: none;
}
.sw-dots.rectangle-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(0, 0, 0);
    opacity: 1;
}
.sw-dots.line-white-pagination span {
    background-color: rgb(255, 255, 255);
    opacity: 0.4;
    width: 6px;
    height: 6px;
}
.sw-dots.line-white-pagination span::before {
    content: none;
}
.sw-dots.line-white-pagination span.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
    width: 22px;
    border-radius: 9999px;
}
.sw-dots.dots-fill-white .swiper-pagination-bullet::before {
    background-color: var(--white);
}
.sw-dots.dots-fill-white .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.1607843137);
}
.sw-dots:not(.swiper-pagination-lock) {
    margin-top: 15px;
}
.sw-dots.medium span {
    width: 20px;
    height: 20px;
    border-width: 1px !important;
}
.sw-dots.medium span::before {
    width: 6px;
    height: 6px;
}
.sw-dots.medium span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
}
.sw-dots.small span {
    width: 16px;
    height: 16px;
    border-width: 1px !important;
}
.sw-dots.small span::before {
    width: 6px;
    height: 6px;
}
.sw-dots.small span.swiper-pagination-bullet-active::before {
    width: 4px;
    height: 4px;
}
.sw-dots.absolute-dots {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    z-index: 10;
}
.sw-dots.large .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
}
.box-sw-navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-sw {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--main);
    border: 1px solid var(--main);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
    cursor: pointer;
}
.nav-sw.swiper-button-disabled {
    border-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.4);
}
.nav-sw:hover:not(.swiper-button-disabled) {
    background-color: var(--main);
    color: var(--white);
}
.nav-sw.lg {
    width: 46px;
    height: 46px;
    font-size: 12px;
}
.nav-sw.square {
    width: 30px;
    height: 30px;
    border-radius: 3px;
}
.nav-sw.round {
    border-radius: 999px;
}
.nav-sw.style-not-line {
    border-color: transparent;
}
.nav-sw.style-not-line.swiper-button-disabled {
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(0, 0, 0);
}
.nav-sw.line-white {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}
.nav-sw.line-white:hover:not(.swiper-button-disabled) {
    color: var(--main);
    background-color: var(--white);
    border-color: var(--white);
}
.nav-sw.line-white.swiper-button-disabled {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}
.nav-sw.disable-line.swiper-button-disabled {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(0, 0, 0);
}
.nav-sw.style-blue {
    border-color: #1c355e;
    background-color: #1c355e;
}
.nav-sw.style-blue .icon {
    color: var(--white);
}
.nav-sw.style-blue:hover:not(.swiper-button-disabled) {
    border-color: var(--white);
    background-color: var(--white);
}
.nav-sw.style-blue:hover:not(.swiper-button-disabled) .icon {
    color: #1c355e;
}
.nav-sw.style-blue.swiper-button-disabled {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
}
.nav-sw.style-blue.swiper-button-disabled .icon {
    color: #1c355e;
}
.nav-sw.style-white {
    background-color: var(--white);
    border: 0;
}
.nav-sw.style-white-line {
    background-color: var(--white);
}
.nav-sw-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}
.nav-sw-arrow:hover {
    color: var(--primary);
}
.nav-sw-arrow.swiper-button-disabled {
    color: rgba(0, 0, 0, 0.4);
}
.nav-sw-arrow.type-white {
    color: var(--white);
}
.nav-sw-arrow.type-white:hover {
    color: var(--primary);
}
.hover-sw-nav {
    position: relative;
}
.hover-sw-nav .nav-sw {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    visibility: hidden;
    background-color: var(--white);
    border-color: transparent;
}
.hover-sw-nav .nav-sw.nav-next-slider {
    margin-left: 20px;
    left: 13px;
}
.hover-sw-nav .nav-sw.nav-prev-slider {
    right: 13px;
    margin-right: 20px;
}
.hover-sw-nav .nav-sw.w_46 .icon {
    font-size: 12px;
}
.hover-sw-nav .nav-sw.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.2);
}
.hover-sw-nav .nav-sw:hover:not(.swiper-button-disabled) {
    background-color: var(--main);
    color: var(--white);
}
.hover-sw-nav .nav-sw.style-2.swiper-button-disabled {
    opacity: 0.4;
    background-color: var(--white);
}
.hover-sw-nav.view-default .nav-sw,
.hover-sw-nav:hover .nav-sw {
    margin: 0;
    visibility: visible;
}
.hover-sw-nav.hover-sw-2 .nav-sw {
    top: 37%;
}
.hover-sw-nav.hover-sw-3 .nav-sw {
    top: 40%;
}
.hover-sw-nav.hover-sw-4 .nav-sw {
    top: 35%;
}
.hover-sw-nav.hover-sw-5 .nav-sw {
    top: 32%;
}
.tf-sw-collection .swiper-slide {
    height: auto;
}
.tf-sw-collection .swiper-slide img {
    height: 100%;
}
.button-style-arrow {
    width: 46px;
    height: 46px;
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-style-arrow::after {
    font-size: 11px;
    color: var(--main);
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-style-arrow:hover {
    background-color: var(--primary);
}
.button-style-arrow:hover::after {
    color: var(--white);
}
.wrap-carousel {
    position: relative;
}
.wrap-carousel .nav-sw {
    z-index: 20;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wrap-carousel .nav-next-slider {
    left: -84px;
}
.wrap-carousel .nav-prev-slider {
    right: -84px;
}
.wrap-carousel .sw-dots {
    display: none;
}
.wrap-carousel.wrap-sw-2 .nav-sw {
    top: 37%;
}
.wrap-carousel.wrap-sw-3 .nav-sw {
    top: 46%;
}
.sw-wrapper-right {
    margin-right: -15px;
}
/* Cart Css */
.tf-progress-bar {
    height: 4px;
    width: 100%;
    background-color: var(--line);
    position: relative;
}
.tf-progress-bar span {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    border-radius: 3px;
}
.tf-progress-bar .progress-car {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 26px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 2.5px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-shopping-cart .modal-content {
    max-width: 477px !important;
    cursor: default !important;
}
.modal-shopping-cart .header {
    margin: 0 36px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    height: 60px;
}
.modal-shopping-cart .header .title {
    font-size: 20px;
}
.modal-shopping-cart .header .icon-close-popup {
    font-size: 16px;
    padding: 0 6px;
}
.modal-shopping-cart .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.modal-shopping-cart .tf-mini-cart-threshold {
    margin: 0 36px;
    padding: 18px 0 16px;
    border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-bar {
    margin-top: 14px;
    margin-bottom: 10px;
    height: 4px;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
}
.modal-shopping-cart .tf-mini-cart-wrap {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main {
    flex: 1 1 auto;
    position: relative;
}
.modal-shopping-cart .tf-mini-cart-wrap .tf-mini-cart-main .tf-mini-cart-sroll {
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}
.modal-shopping-cart
    .tf-mini-cart-wrap
    .tf-mini-cart-main
    .tf-mini-cart-sroll::-webkit-scrollbar {
    width: 6px;
}
.modal-shopping-cart
    .tf-mini-cart-wrap
    .tf-mini-cart-main
    .tf-mini-cart-sroll::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 6px;
}
.modal-shopping-cart .tf-mini-cart-item {
    margin: 0 36px;
    padding: 20px 0;
    display: flex;
    gap: 24px;
}
.modal-shopping-cart .tf-mini-cart-item:not(:last-child) {
    border-bottom: 1px solid var(--line);
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image a {
    width: 80px;
    height: 110px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a {
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .meta-variant {
    font-size: 12px;
    line-height: 19px;
    margin-top: 6px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .price {
    line-height: 14px;
    margin-top: 6px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info .tf-mini-cart-btns {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.modal-shopping-cart
    .tf-mini-cart-item
    .tf-mini-cart-info
    .tf-mini-cart-btns
    .wg-quantity {
    width: 86px;
}
.modal-shopping-cart
    .tf-mini-cart-item
    .tf-mini-cart-info
    .tf-mini-cart-btns
    .tf-mini-cart-remove {
    font-size: 12px;
    line-height: 19px;
    color: var(--text);
    text-decoration: underline;
}
.modal-shopping-cart .tf-minicart-recommendations {
    margin: 15px 36px;
    padding: 18px;
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.0784313725);
}
.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading
    .tf-minicart-recommendations-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}
.modal-shopping-cart
    .tf-minicart-recommendations
    .tf-minicart-recommendations-heading
    .sw-dots {
    width: unset;
}
.modal-shopping-cart .tf-minicart-recommendations-item {
    display: flex;
    align-items: center;
}
.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-image
    a {
    width: 80px;
    height: 110px;
    margin-right: 18px;
}
.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-infos
    a {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
}
.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-infos
    .price {
    margin-top: 4px;
    line-height: 14px;
    font-weight: 600;
}
.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-quickview
    .quickview {
    margin-left: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main);
    font-size: 16px;
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal-shopping-cart
    .tf-minicart-recommendations-item
    .tf-minicart-recommendations-item-quickview
    .quickview:hover {
    background-color: var(--primary);
}
.modal-shopping-cart .tf-mini-cart-tool {
    background-color: rgb(242, 242, 242);
    display: flex;
    justify-content: center;
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    width: 69px;
    height: 43px;
    line-height: 43px;
    margin: 18px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: var(--main);
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap {
    padding: 20px 36px 30px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-totals-discounts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-shopping-cart
    .tf-mini-cart-bottom-wrap
    .tf-cart-totals-discounts
    .tf-cart-total {
    font-size: 20px;
}
.modal-shopping-cart
    .tf-mini-cart-bottom-wrap
    .tf-cart-totals-discounts
    .tf-totals-total-value {
    font-size: 20px;
    line-height: 32px;
    margin-left: 15px;
}
.tf-page-cart-checkout .tf-cart-totals-discounts {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tf-page-cart-checkout .tf-cart-totals-discounts h3 {
    font-size: 20px;
    line-height: 24px;
}
.tf-page-cart-checkout .tf-cart-totals-discounts .total-value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax {
    margin-top: 10px;
    color: var(--text);
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-tax a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.tf-page-cart-checkout .tf-cart-tax {
    margin-top: 18px;
    color: var(--text);
}
.tf-page-cart-checkout .tf-cart-tax a {
    color: rgba(0, 0, 0, 0.85);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
    transition: text-decoration-thickness 1s ease;
}
.tf-page-cart-checkout .tf-cart-tax a:hover {
    color: var(--main);
    text-decoration-thickness: 2px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-line {
    border: 1px solid var(--line);
    margin-top: 14px;
    margin-bottom: 14px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-cart-checkbox {
    margin-top: 10px;
}
.modal-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
    margin-top: 20px;
    display: flex;
    gap: 14px;
}
.radius-3 {
    border-radius: 3px !important;
}
.modal-shopping-cart .modal-content {
    max-width: 420px !important;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    font-size: 14px;
    line-height: 22.4px;
}
.modal-shopping-cart .tf-mini-cart-item {
    margin: 0 15px;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a {
    font-size: 14px;
    line-height: 14px;
}
.modal-shopping-cart .tf-minicart-recommendations {
    padding: 15px;
    margin: 15px;
}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn {
    width: 50px;
    height: 38px;
    line-height: 38px;
    margin: 18px 8px;
    font-size: 18px;
}
.modal-shopping-cart .tf-mini-cart-threshold .tf-progress-msg {
    font-size: 13px;
    line-height: 20.8px;
}
.modal-shopping-cart .tf-mini-cart-item {
    gap: 14px;
}
.modal-shopping-cart .tf-mini-cart-item {
    margin: 0 36px;
    padding: 20px 0;
    display: flex;
}
.tf-page-cart-footer .tf-free-shipping-bar .tf-progress-msg {
    margin-top: 28px;
}
.modal.fullRight .modal-dialog {
    transform: translate(100%, 0);
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: transform 1s ease-out;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
    overflow: auto;
    padding: 0;
    padding-bottom: 30px;
}
.modal.fullRight .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
}
.modal.fullRight.show .modal-dialog {
    transform: translate(0, 0);
}
.rtl .modal.fullRight .modal-dialog {
    transform: translate(-100%, 0) !important;
    transition: all 0.3s !important;
}
.rtl .modal.fullRight .modal-dialog .modal-content {
    left: 0;
    right: unset;
}
.rtl .modal.fullRight.show .modal-dialog {
    transform: translate(0, 0) !important;
}
.wg-quantity .quantity-product {
    pointer-events: none;
}
.wg-quantity {
    width: 127px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(242, 242, 242);
    border-radius: 3px;
    overflow: hidden;
}
.wg-quantity input {
    width: 51px;
    height: 46px;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--main);
}
.wg-quantity .btn-quantity {
    width: 38px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--main);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wg-quantity .btn-quantity:hover {
    color: var(--primary);
}
.wg-quantity.small {
    width: 109px;
    height: 30px;
}
.wg-quantity.small .btn-quantity {
    width: 27px;
    height: 30px;
    font-size: 20px;
}
.wg-quantity.small input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
.tf-cart-item .wg-quantity {
    min-width: 86px;
    width: 86px;
    height: 30px;
}
.tf-cart-item .wg-quantity .btn-quantity {
    width: 25px;
    height: 30px;
    line-height: 25px;
}
.tf-cart-item .wg-quantity input {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
}
/* End Cart css */
.navigation-sw-dot {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: var(--white);
}
.navigation-sw-dot span {
    width: 9px;
    height: 9px;
    background-color: var(--main);
    border-radius: 50%;
}
.navigation-sw-dot::after,
.navigation-sw-dot::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple 3s infinite;
}
.navigation-sw-dot::after {
    animation-delay: 0.5s;
}
.navigation-sw-dot::before {
    animation-delay: 0.9s;
}
.navigation-sw-dot.swiper-button-disabled {
    width: 36px;
    height: 36px;
}
.navigation-sw-dot.swiper-button-disabled span {
    width: 12px;
    height: 12px;
}
.navigation-sw-dot.type-black::after,
.navigation-sw-dot.type-black::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 9999px;
    animation: ripple_black 3s infinite;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple_black {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.swiper-button-disabled {
    cursor: auto !important;
}
.box-nav-pagination {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    min-width: 70px;
    background-color: var(--white);
    padding: 8px;
    line-height: 0;
    border-radius: 999px;
}
.box-nav-pagination .dots-default {
    display: flex;
    justify-content: center;
    gap: 4px;
}
.nav-arr-default.swiper-button-disabled {
    opacity: 0.35;
}
.dots-default .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: var(--main);
}
.tf-sw-brand .sw-dots:not(.swiper-pagination-lock) {
    margin-top: 35px;
}
.testimonial-item .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}
.testimonial_3 {
    height: 300px;
}
.testimonial_3 .testimonial-item {
    display: grid;
}
.collection-item-circle.circle-line .collection-image {
    padding: 17px;
}
.collection-item-circle .collection-content {
    margin-top: 30px;
}
.collection-item-circle .collection-content .title {
    font-size: 18px;
    line-height: 21.6px;
}
.collection-item-circle.has-bg {
    padding: 20px 0px;
}
.collection-item-circle .tf-shopall-icon .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.collection-item-circle .tf-shopall-icon:hover {
    border-color: var(--primary);
}
.collection-item-circle .tf-shopall-icon:hover .icon {
    color: var(--primary);
}
.collection-item-circle .collection-content {
    margin-top: 45px;
}
.collection-item-circle {
    position: relative;
}
.collection-item-circle .collection-image {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.collection-item-circle .collection-content {
    margin-top: 15px;
}
.collection-item-circle .collection-content .title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.collection-item-circle .collection-content .count {
    color: var(--text);
}
.collection-item-circle .sale-off {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 19px;
    padding: 0 5px;
    background-color: var(--main);
    border-radius: 999px;
    color: var(--white);
}
.collection-item-circle.has-bg {
    padding: 15px 0;
    background-color: var(--bg-2);
    border-radius: 20px;
}
.collection-item-circle.has-bg .collection-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.collection-item-circle.has-bg .collection-content {
    margin-top: 19px;
}
.collection-item-circle.has-bg .collection-content .title {
    margin-bottom: 0;
}
.collection-item-circle.has-bg-2 {
    background-color: #f2f2f2;
    border-radius: 3px;
}
.collection-item-circle.circle-line .collection-image {
    padding: 15px;
    border: 1px solid var(--primary);
}
.collection-item-circle.circle-line .collection-content {
    margin-top: 20px;
}
.collection-item-circle.circle-line .collection-content .title {
    margin: 0;
}
.hover-img .img-style {
    overflow: hidden;
}
.hover-img .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.hover-img .img-style2 {
    overflow: hidden;
    border-radius: 10px;
}
.hover-img .img-style2 .img-hv {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: transform 500ms ease;
}
.wrapper-thumbs-testimonial {
    display: flex;
    padding: 0px 100px;
    align-items: center;
}
.wrapper-thumbs-testimonial .box-left {
    width: 47%;
    padding-left: 24px;
    padding-right: 83px;
}
.wrapper-thumbs-testimonial .box-right {
    width: 53%;
}
.wrapper-thumbs-testimonial.wrap-carousel .nav-next-slider {
    left: 0;
}
.wrapper-thumbs-testimonial {
    display: flex;
    padding: 0px 100px;
    align-items: center;
}
.wrapper-thumbs-testimonial.wrap-carousel .nav-next-slider {
    left: 0;
}
.wrapper-thumbs-testimonial.wrap-carousel .nav-prev-slider {
    right: 0;
}
.wrapper-thumbs-testimonial .box-right {
    width: 53%;
}
.wrapper-thumbs-testimonial .img-sw-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.tf-countdown-v2 .countdown__timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.tf-countdown-v2 .countdown__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 70px;
    min-height: 75px;
    padding: 6px 10px;
    border: 1px solid var(--main);
    background-color: transparent;
    border-radius: 3px;
}
.tf-countdown-v2 .countdown__value {
    font-size: 23px;
    line-height: 19.2px;
    font-weight: 500;
    margin-bottom: 6px;
}
.tf-countdown-v2 .countdown__label {
    font-size: 12px;
    font-weight: 500; 
}
.tf-content-wrap-v2 .description {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19.2px;
}
.tf-content-wrap-v2 .tf-btn {
    margin-top: 22px;
}
/* h4 {
    font-size: 42px;
    line-height: 50.4px;
} */
.btn-line {
    padding: 0 !important;
    padding-bottom: 7px !important;
    color: var(--main) !important;
    position: relative;
}
.btn-line:hover {
    color: var(--primary) !important;
}
.btn-line::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-line:hover::after {
    background-color: var(--primary);
}
img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.icon-img {
    width: 65px;
    height: 65px;
}
.testimonial-item .rating {
    margin-bottom: 16px;
}
.testimonial-item .box-author .box-img {
    width: 70px;
    height: 74px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.testimonial-item .box-author {
    display: flex;
    gap: 16px;
}
.tf-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: background-color, color, border;
    pointer-events: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 24px;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}
.tf-btn.hover-icon .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: right;
    width: 0;
    display: inline-block;
    font-size: 9px;
}
.tf-btn.hover-icon:hover .icon {
    transform: scale(1);
    width: 10px;
    min-width: 10px;
    margin-inline-start: 8px;
}
.tf-btn span {
    z-index: 1;
    color: inherit;
}
.tf-btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}
.tf-btn.btn-primary-main {
    background-color: var(--primary);
    color: var(--main);
}
.tf-btn.style-2 {
    padding: 0 24px;
    line-height: 42px;
}
.tf-btn.style-3 {
    padding: 0 24px;
    line-height: 40px;
}
.tf-btn.btn-color-1 {
    background-color: #fcf151;
    border-color: var(--main);
}
.tf-btn.btn-color-2 {
    background-color: #c7fcff;
    border-color: var(--main);
}
.tf-btn.btn-color-3 {
    background-color: #ffb1d2;
    border-color: var(--main);
}
.tf-btn.btn-color-4 {
    background-color: #c1fb9b;
    border-color: var(--main);
}
.tf-btn.btn-color-5 {
    background-color: #e09314;
    color: var(--white);
}
.tf-btn.btn-color-6 {
    background-color: #b46161;
    color: var(--white);
}
.btn-icon .icon {
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 9px;
}
.btn-outline {
    background-color: var(--white);
    border: 1px solid var(--main);
}
.animate-hover-btn {
    position: relative;
    overflow: hidden;
}
.animate-hover-btn:after {
    background-image: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.25),
        transparent
    );
    content: "";
    left: 150%;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: skew(-20deg);
    width: 200%;
}
.animate-hover-btn.btn-color-6:after,
.animate-hover-btn.btn-color-5:after,
.animate-hover-btn.btn-primary:after,
.animate-hover-btn.btn-fill::after {
    background-image: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
}
.btn-fill {
    background-color: var(--main);
    border: 1px solid var(--main);
    color: var(--white);
}
/* Start Flash Deal */
.flat-spacing-17 {
    padding-top: 100px;
    padding-bottom: 80px;
}
.tf-flash-sale {
    border: 2px solid var(--primary);
    padding: 75px 20px 20px;
    border-radius: 10px;
    position: relative;
}
.tf-flash-sale .heading-flash-sale {
    position: absolute;
    left: 0;
    top: -4%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--white);
    padding: 4px 16px;
    margin-left: 15px;
    color: var(--primary);
    font-weight: 400;
    font-size: 22px;
    line-height: 26.4px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.list-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.list-product-btn .box-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    background-color: rgb(242, 242, 242);
    position: relative;
}
.list-product-btn .box-icon .icon {
    font-size: 14px;
    font-weight: 500;
    height: 13px;
}
.list-product-btn .box-icon .text {
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    line-height: 32px;
}
.list-product-btn .box-icon .tooltip {
    top: -100%;
    margin-top: 5px;
}
.list-product-btn .box-icon .tooltip::before {
    top: unset;
    bottom: -4px;
}
.card-product .card-product-wrapper .on-sale-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: 5;
}
.card-product .card-product-wrapper img {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    padding: 0 6px;
    min-width: 40px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    position: relative;
    background-color: #fc5732;
    color: var(--white);
    border-radius: 999px;
}
.card-product .card-product-wrapper:hover .product-img .img-hover {
    display: block;
    z-index: 1;
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
.card-product.style-8 {
    border: 1px solid var(--line-2);
    border-radius: 10px;
    padding: 5px 5px 20px;
}
.card-product.style-8 .card-product-wrapper {
    aspect-ratio: unset;
}
/*------------ slider banner ---------------- */
.slider-effect .img-slider {
    width: 50%;
    margin-left: auto;
}
.slider-effect-fade .swiper-slide .fade-item {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
    transition-delay: 0.5s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
    transition-delay: 0.6s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
    transition-delay: 0.7s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
    transition-delay: 0.8s;
}
.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.slider-effect {
    position: relative;
}
.slider-effect .content-left {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    background-color: rgb(238, 241, 224);
}
.animate-hover-btn {
    position: relative;
    overflow: hidden;
}
.btn-light-icon {
    background-color: var(--white);
}
.swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
}
.slider_h1 {
    font-size: 80px;
    /* line-height: 96px; */
}
.slider_h2 {
    font-size: 68px;
    line-height: 81.6px;
}
.slider-effect .content-left .box-content {
    position: unset;
    transform: unset;
}
.swiper-slide .box-content {
    opacity: 0;
}
.sw-dots {
    display: flex;
    gap: 8px;
}
.tf-hero-image-liquid {
    position: relative;
}
.font-caprasimo {
    font-family: "Caprasimo", serif;
}
.o-hidden {
    overflow: hidden;
}
.radius-10 {
    border-radius: 10px !important;
}
.tf-hero-image-liquid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-countdown-v2 .box-content {
    left: 3%;
    right: 3%;
}
.tf-hero-image-liquid .box-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tf-hero-image-liquid .box-content .heading {
    font-size: 52px;
    line-height: 62.4px;
}
.tf-hero-image-liquid .box-content .tf-btn {
    margin-top: 20px;
}
.tf-countdown .countdown__timer .countdown__item .countdown__value {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: var(--main);
}
.tf-hero-image-liquid .tf-countdown .countdown__timer {
    justify-content: center;
    gap: 10px;
}
.tf-countdown .countdown__timer .countdown__item {
    width: 90px;
    height: 90px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tf-countdown .countdown__timer .countdown__item .countdown__value {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: var(--main);
}
.tf-countdown .countdown__timer .countdown__item .countdown__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    letter-spacing: 0.5px;
    color: var(--main);
    text-transform: uppercase;
}
.tf-countdown .countdown__timer {
    display: flex;
    gap: 16px;
    justify-content: start !important;
}
.change_view img:hover {
    transform: scale(1.15) !important;
}
.container {
    width: 100%;
    margin: auto !important;
}
.h-190px {
    height: 190px;
}
.tf-marquee {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
}
.tf-marquee .wrap-marquee {
    -webkit-animation: slide-har 15s linear infinite;
    animation: slide-har 15s linear infinite;
}
.tf-marquee .marquee-item {
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tf-marquee .marquee-item .text {
    font-size: 18px;
    line-height: 21.6px;
    white-space: nowrap;
    margin-bottom: 0px !important;
}
.tf-marquee .marquee-item p {
    white-space: nowrap;
}
.tf-marquee .wrap-marquee {
    display: flex;
    -webkit-animation: slide-har 6s linear infinite;
    animation: slide-har 6s linear infinite;
    transition: animation-duration 300ms;
}
.tf-marquee .wrap-marquee:hover {
    animation-play-state: paused;
}
@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.flat-title-v2 {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 33px;
}
/*------------ collection ---------------- */
.collection-item .collection-inner {
    position: relative;
}
.collection-item .collection-image {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.collection-item .collection-content {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.collection-title {
    background-color: white;
    color: black;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 15px;
    line-height: 46px;
    height: 46px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: width 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    border: none;
}
.collection-item .collection-title .icon {
    color: var(--white);
    margin: 0;
    font-size: 16px;
}
.collection-item .collection-title:hover {
    background-color: var(--main);
    color: var(--white) !important;
}
.collection-title:hover svg {
    stroke: #fff;
}
.collection-item.style-left .collection-content {
    left: 0;
    transform: unset;
}
.collection-item.style-left .collection-content .collection-title {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.collection-item-v2 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.collection-item-v2 .collection-image {
    width: 100%;
    height: 100%;
}
.collection-item-v2 .collection-content {
    position: absolute;
    inset: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.collection-item-v2 .collection-content .heading {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 21.6px;
}
.collection-item-v2 .collection-content .subheading {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 7px;
}
.collection-item-v2.type-small .collection-content .heading {
    font-size: 18px;
    margin-bottom: 0;
}
.collection-item-v2.type-small .collection-content p {
    font-size: 14px;
}
.collection-item-v3 .collection-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.collection-item-v3 .collection-image .box-icon {
    position: absolute;
    border-radius: 50%;
    color: var(--main);
    font-size: 10px;
    bottom: 15px;
    right: 15px;
    background-color: var(--white);
    width: 35px;
    height: 35px;
}
.collection-item-v3 .collection-image .box-icon:hover {
    background-color: var(--main);
    color: var(--white);
}
.collection-item-v3 .collection-content {
    margin-top: 15px;
}
.collection-item-v3 .collection-content .title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.collection-item-v3 .collection-content .count {
    font-size: 14px;
    line-height: 22.4px;
}
.collection-item-v4 .collection-inner {
    position: relative;
}
.collection-item-v4 .collection-image {
    display: block;
}
.collection-item-v4 .collection-content {
    text-align: center;
    bottom: 7%;
    position: absolute;
    left: 7%;
    right: 7%;
    height: 80%;
    overflow: scroll;
}
.collection-item-v4 .collection-content .heading {
    font-size: 18px;
    line-height: 21.6px;
    text-transform: capitalize;
}
.collection-item-v4 .collection-content .subheading {
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.collection-item-v4 .collection-content .tf-btn {
    margin-top: 14px;
}
.collection-item-v4.style-2 .collection-content {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
}
.collection-item-v4.style-2 .collection-content .subtext {
    margin-top: 9px;
}
.collection-item-v4.style-2 .collection-content .heading {
    font-size: 22px;
    line-height: 26.4px;
}
.collection-item-v4.style-3 .collection-content {
    text-align: left;
}
.collection-item-v4.st-lg .collection-content .heading {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 10px;
}
.collection-item-v4.st-lg .collection-content .subtext {
    font-size: 16px;
    line-height: 19.2px;
}
.collection-item-v5 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.collection-item-v5 .collection-image {
    width: 100%;
    height: 100%;
    display: block;
}
.collection-item-v5 .collection-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.collection-item-v5 .collection-content .collection-title {
    padding: 10px 12px;
    /* font-size: 15px; */
    /* line-height: 18px; */
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 3px;
    gap: 5px;
}
.collection-item-v5 .collection-content .collection-title .icon {
    font-size: 12px;
    font-weight: 500;
}
.collection-item-v5 .collection-content .collection-title:hover {
    background-color: var(--main);
    color: var(--white);
}
.collection-title:hover .icon-tabler-chevron-right {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}
.collection-item-v6 .collection-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.collection-item-v6 .collection-image {
    width: 100%;
    height: 100%;
    display: block;
}
.collection-item-v6 .collection-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    padding: 14px;
}
.collection-item-v6 .collection-content .heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
}
.collection-item-v6 .collection-content .subheading {
    font-size: 16px;
    line-height: 19.2px;
}
.collection-item-circle {
    position: relative;
}
.collection-item-circle .collection-image {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}
.collection-item-circle .collection-content {
    margin-top: 15px;
}
.collection-item-circle .collection-content .title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.collection-item-circle .collection-content .count {
    color: var(--text);
}
.collection-item-circle .sale-off {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 19px;
    padding: 0 5px;
    background-color: var(--main);
    border-radius: 999px;
    color: var(--white);
}
.collection-item-circle.has-bg {
    padding: 15px 0;
    background-color: var(--bg-2);
    border-radius: 20px;
}
.collection-item-circle.has-bg .collection-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.collection-item-circle.has-bg .collection-content {
    margin-top: 19px;
}
.collection-item-circle.has-bg .collection-content .title {
    margin-bottom: 0;
}
.collection-item-circle.has-bg-2 {
    background-color: #f2f2f2;
    border-radius: 3px;
}
.collection-item-circle.circle-line .collection-image {
    padding: 15px;
    border: 1px solid var(--primary);
}
.collection-item-circle.circle-line .collection-content {
    margin-top: 20px;
}
.collection-item-circle.circle-line .collection-content .title {
    margin: 0;
}
.c5-category-slider {
    height: 400px;
}
.rounded-full {
    border-radius: 999px !important;
}
.tf-grid-layout {
    display: grid;
    gap: 15px;
}
.tf-grid-layout.tf-col-2 {
    grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.gap30 {
    gap: 30px;
}
.tf-grid-layout.row-gap-10 {
    row-gap: 10px !important;
}
.c6-category-slider .collection-item-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c6-category-slider .collection-image {
    height: 175px !important;
    width: 175px !important;
}
.c6-category-slider .collection-content {
    margin-top: 10px;
}
.img-text-3 .grid-img-group .item-1 {
    top: 20%;
    width: 39%;
    height: max-content;
}
.img-text-3.img-text-3-style-2 .tf-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.tf-grid-layout.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-img-group {
    position: relative;
}
.grid-img-group .item-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 51%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.grid-img-group .item-1:hover {
    z-index: 2;
}
.grid-img-group .item-2 {
    margin-left: auto;
    width: 84%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.grid-img-group .item-2:hover {
    z-index: 2;
    position: relative;
}
.grid-img-group .img-style {
    border-radius: 10px;
}
.grid-img-group.style-ter-1 {
    padding-bottom: 66px;
}
.grid-img-group.style-ter-1 .item-1 {
    width: 53%;
    align-items: end;
}
.grid-img-group.style-ter-1 .item-2 {
    width: 79%;
}
.img-text-3 .grid-img-group .item-2 {
    left: 14%;
    margin-left: unset;
    width: 66.67%;
    height: 500px !important;
}
.img-text-3 .grid-img-group .item-3 {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 30%;
}
.img-text-3 .tf-content-wrap {
    padding: 14px 0 0 0;
    text-align: start;
}
.img-text-3 .tf-content-wrap .desc {
    margin-top: 14px;
}
.img-text-3.img-text-3-style-2 .grid-img-group .item-1 {
    top: -8%;
    width: 33%;
    height: 250px;
}
.img-text-3.img-text-3-style-2 .grid-img-group .item-3 {
    width: 50%;
    top: 54%;
    height: 300px;
}
.tf-img-with-text .tf-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-content-wrap .heading {
    margin-top: 14px;
    font-size: 24px;
}
.tf-content-wrap .tf-btn {
    margin-top: 16px;
}
.swiper-slide .collection-item-v4,
.swiper-slide .collection-item-v4 .collection-inner,
.swiper-slide .collection-item-v4 .collection-image {
    height: 100%;
}
.set-height {
    height: 430px;
    object-fit: cover;
}
/*start blog post grid style */
.blog-article-item {
    margin-bottom: 37px;
}
.blog-article-item .article-thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blog-article-item .article-thumb a {
    width: 100%;
    height: 100%;
}
.blog-article-item .article-thumb a img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    transition: all 1s;
}
.blog-article-item .article-thumb a:hover img {
    transform: scale(1.1);
}
.blog-article-item .article-thumb.h-460 {
    height: 460px;
}
.blog-article-item .article-label {
    position: absolute;
    bottom: 18px;
    left: 18px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}
.blog-article-item .article-label a {
    background-color: var(--white);
    color: var(--main);
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    padding: 0 16px;
    height: 31px;
    line-height: 31px;
    border-color: var(--white);
}
.blog-article-item .article-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
}
.blog-article-item .article-title a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main);
}
.blog-article-item .article-title a:hover {
    color: var(--primary);
}
.blog-article-item.style-sidebar {
    display: flex;
    gap: 17px;
    margin-bottom: 0;
}
.blog-article-item.style-sidebar .article-thumb {
    width: 92px;
    flex-shrink: 0;
    height: 100%;
}
.blog-article-item.style-sidebar .article-thumb a {
    height: 88px;
}
.blog-article-item.style-sidebar .article-content {
    padding-top: 0;
}
.blog-article-item.style-sidebar .article-content .article-label {
    position: unset;
}
.blog-article-item.style-sidebar .article-content .article-label a {
    background-color: rgb(242, 242, 242);
}
.blog-article-item.style-sidebar .article-content .article-title a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.blog-article-item.style-row {
    display: flex;
    align-items: center;
    gap: 69px;
    margin-bottom: 0;
}
.blog-article-item.style-row .article-thumb {
    width: 421px;
    height: 406px;
    flex-shrink: 0;
}
.blog-article-item.style-row .article-thumb a {
    height: 406px;
}
.blog-article-item.style-row .article-content {
    padding-top: 0;
}
.blog-article-item.style-row .article-content .article-label {
    position: unset;
}
.blog-article-item.style-row .article-content .article-label a {
    background-color: var(--white);
    border: 1px solid var(--line);
}
.tf-section-sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.tf-section-sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main);
    padding-bottom: 25px;
    /* margin-bottom: 28px; */
}
.tf-section-sidebar .sidebar-categories ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.tf-section-sidebar .sidebar-categories ul li a {
    font-weight: 500 !important;
    color: var(--main);
    font-size: 14px;
}
.tf-section-sidebar .sidebar-categories ul li a span {
    margin-left: 5px;
}
.tf-section-sidebar .sidebar-categories ul li a:hover {
    color: var(--primary);
}
.tf-section-sidebar .sidebar-post ul {
    display: flex;
    gap: 21px;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.tf-section-sidebar .sidebar-instagram ul {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
}
.tf-section-sidebar .sidebar-instagram ul li {
    border-radius: 5px;
    overflow: hidden;
}
.tf-section-sidebar .sidebar-instagram ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.tf-section-sidebar .sidebar-instagram ul li:hover img {
    transform: scale(1.1);
}
ul.tags-lists {
    display: flex;
    gap: 10px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
ul.tags-lists li a {
    border: 1px solid var(--line);
    padding: 0 14px;
    line-height: 27px;
}
ul.tags-lists li a:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.blog-grid-main {
    padding: 36px 0 37px;
}
.blog-sidebar-main {
    padding: 40px 0 66px;
}
.blog-sidebar-main .list-blog .blog-article-item {
    margin-bottom: 54px;
}
.blog-sidebar-main .list-blog .blog-article-item .article-thumb {
    max-height: 625px;
}
.blog-list-main {
    padding: 64px 0 66px;
}
.blog-list-main .blog-article-item {
    margin-bottom: 37px;
}
.text-end {
    text-align: right !important;
}
.blog-article-item.style-row .article-thumb {
    width: 300px;
    height: 300px;
}
.blog-list-main .wg-pagination {
    margin-top: 57px;
}
.blog-detail {
    padding: 30px 0 20px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .tags-lists {
    margin-bottom: 20px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .tags-lists a {
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .title {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: var(--main);
    text-align: center;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .meta {
    margin-bottom: 30px;
    text-align: center;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .meta span {
    font-weight: 600;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .image {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.blog-detail .blog-detail-main .blog-detail-main-heading .image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 10px;
}
.blog-detail .blog-detail-main .grid-image {
    display: flex;
    gap: 35px;
    margin-bottom: 48px;
}
.blog-detail .blog-detail-main .grid-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-detail .blog-detail-main .desc {
    margin-bottom: 30px;
}
.blog-detail .blog-detail-main .bot {
    margin-bottom: 30px;
}
.blog-detail .blog-detail-main .bot .tags-lists a {
    border-radius: 3px;
    border-color: var(--main);
}
.blog-detail .blog-detail-main .bot p {
    font-weight: 600;
}
.blog-detail .blog-detail-main .bot .tf-social-icon {
    gap: 15px;
}
.blog-detail .blog-detail-main .tf-article-navigation {
    display: flex;
    padding: 27px 0 23px;
    margin-bottom: 80px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.blog-detail .blog-detail-main .tf-article-navigation .item.prev {
    padding-right: 15px;
    padding-left: 0;
}
.blog-detail .blog-detail-main .tf-article-navigation .item.prev::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--line);
    top: 0;
    right: 0;
}
.blog-detail .blog-detail-main .tf-article-navigation .item .inner > a {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
}
.blog-detail .blog-detail-main .tf-article-navigation .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--main);
    border-radius: 50%;
}
.blog-detail .blog-detail-main .tf-article-navigation .item .icon:hover {
    background-color: var(--main);
    border-color: var(--main);
    color: var(--white) !important;
}
.blog-detail .blog-detail-main .tf-article-navigation .icon {
    width: 26px;
    height: 26px;
}
.blog-detail-main .tf-article-navigation h6 {
    font-size: 16px;
    line-height: 24px;
}
.blog-detail-main .tf-article-navigation h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
blockquote {
    position: relative;
    padding: 16px 30px 25px;
    margin-bottom: 45px;
    border-left: 2px solid var(--main);
}
blockquote .icon {
    margin-bottom: 20px;
}
blockquote .text {
    font-weight: 500;
}
/*end blog post grid style */
/* start blog side bar style  */
.btn-sidebar-mobile {
    display: none;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 100;
    width: max-content;
}
.btn-sidebar-mobile button {
    width: 40px;
    height: 48px;
    display: flex;
    border: 0;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}
.btn-sidebar-mobile button i {
    font-size: 17px;
    color: var(--main);
}
.btn-sidebar-mobile button.type-hover {
    padding: 0 11.5px;
}
.btn-sidebar-mobile button.type-hover span {
    display: none;
}
.btn-sidebar-mobile button.type-hover:hover {
    width: max-content;
    padding-right: 24px;
    gap: 11.5px;
}
.btn-sidebar-mobile button.type-hover:hover span {
    display: block;
}
.btn-sidebar-mobile.left {
    right: auto;
    left: 0;
}
.rtl .btn-sidebar-mobile {
    left: 0;
    right: auto;
}
.rtl .btn-sidebar-mobile.left {
    left: auto;
    right: 0;
}
.rtl .btn-sidebar-mobile.left button {
    transform: rotateY(180deg);
}
/* end blog side bar style  */
/*timeline style start */
.tf-timeline-wrap {
    padding-top: 130px;
    padding-bottom: 20px;
}
.tf-timeline-line {
    position: absolute;
    width: 1px;
    border: 1px dashed var(--line);
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.tf-timeline-line::after,
.tf-timeline-line::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    z-index: 3;
    background-color: var(--line);
    border-radius: 50%;
}
.tf-timeline-line::before {
    top: 0;
}
.tf-timeline-line::after {
    bottom: 0;
}
.tf-timeline-item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
}
.tf-timeline-inner {
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
}
.tf-timeline-time {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    color: var(--white);
    border-radius: 2.5px;
    padding: 0 35px;
    font-size: 20px;
    line-height: 36px;
}
.tf-timeline-content,
.tf-timeline-image {
    max-width: 490px;
}
.tf-timeline-content {
    background-color: var(--white);
    text-align: center;
}
.tf-timeline-content .tf-timeline-label {
    margin-bottom: 7px;
}
.tf-timeline-content .tf-timeline-title {
    margin-bottom: 10px;
}
.tf-timeline-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-position: top;
    object-fit: cover;
}
.flat-wrap-countdown .tf-content-wrap-v2 {
    text-align: center;
}
/* timeline style end */
/* banner_with_video start style  */
.tf-slideshow {
    overflow: hidden;
}
.tf-slideshow .wrap-pagination {
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    right: 0;
}
.tf-slideshow .sw-absolute-3 {
    right: 3%;
    left: unset;
    width: auto;
}
.tf-slideshow .sw-absolute-3 .sw-dots {
    flex-direction: column;
}
.tf-slideshow .card-box {
    padding: 64px 48px 70px;
    border-radius: 10px;
    max-width: 550px;
}
.tf-slideshow .card-box .heading {
    margin-bottom: 38px;
}
.tf-slideshow .subheading {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22.4px;
}
.tf-slideshow .box-content .subheading {
    margin-bottom: 14px;
}
.tf-slideshow .banner-wrapper {
    position: relative;
}
.tf-slideshow .banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-slideshow .banner-wrapper .description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19.2px;
}
.tf-slideshow .banner-wrapper .tf-btn {
    margin-top: 30px;
}
.tf-slideshow.about-us-page .text {
    font-size: 68px;
    line-height: 81.6px;
}
.tf-slideshow.about-us-page img {
    max-height: 860px;
}
.tf-slideshow .text-in-right .box-content {
    left: unset;
}
.tf-slideshow .card-box-2 {
    max-width: 400px;
}
.tf-slideshow .card-box-2 .title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}
.tf-slideshow .card-box-2 .price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}
.tf-md-hidden {
    display: none;
}
.tf-form-search {
    position: relative;
}
.tf-form-search .search-box {
    position: relative;
}
.tf-form-search .search-box .tf-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-color: var(--main);
    border-radius: 60px;
    width: 81px;
    height: 36px;
    justify-content: center;
    background-color: #253d4e;
}
.tf-form-search .search-box .tf-btn .icon {
    font-size: 18px;
    color: var(--white);
}
.tf-form-search .search-box .tf-btn:hover {
    background-color: var(--hov-primary);
}
.tf-form-search .search-suggests-results {
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1000;
    /* width: 1600px; */
    height: auto;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    max-width: 100%;
    box-shadow: 0 1px 5px 2px #ebebeb;
    pointer-events: none;
}
.tf-form-search .search-suggests-results .search-suggests-results-inner {
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    max-height: calc(95vh - 183px);
}
.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-track {
    background-color: var(--line);
}
.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.tf-form-search:hover .search-suggests-results {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.tf-form-search .search-suggests-results-inner .search-result-item {
    display: flex;
    gap: 15px;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content {
    flex-grow: 1;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .title {
    color: #000000;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .price {
    color: #000000;
    font-weight: 600;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .old-price {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .new-price {
    color: rgb(219, 18, 21);
    font-weight: 600;
}
.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
    width: 60px;
    height: 84px;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-form-search
    .search-suggests-results-inner
    li:not(:last-child)
    .search-result-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px var(--line);
}
.rtl .tf-form-search .search-box .tf-btn {
    left: 5px;
    right: auto;
}
.rtl .tf-form-search .search-box input {
    padding-left: 40px;
    padding-right: 18px;
}
.tf-form-search .search-box input {
    width: 100% !important;
    border: 1px solid var(--line);
    outline: 0;
    font-size: 16px;
    /* padding-right: 40px; */
    padding-left: 20px;
    color: var(--main);
    border-radius: 60px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.nav-icon {
    list-style-type: none;
}
.nav-icon li a {
    color: black;
}
#header .nav-icon .nav-icon-item .text {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 500;
    display: inline-block;
}
#header .nav-icon .count-box {
    position: absolute;
    line-height: 18px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 9999px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    z-index: 2;
    top: -8px;
    right: -10px;
    color: var(--white);
    background-color: var(--primary);
}
#header .nav-icon .nav-icon-item:hover {
    color: var(--primary);
}
@media (max-width: 767px) {
    .top-header-cl {
        margin-left: -72px;
    }
}
.position-relative {
    position: relative;
}
.category_image_layout {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.line_h_0 {
    line-height: 1 !important;
}
.header_1_search_icon {
    position: absolute;
    top: 11px;
    right: 11px;
}
.aspect_1_1 {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    min-height: 100px;
    min-width: 80px;
    max-height: 100px;
    max-width: 80px;
}
.aspect_2_3 {
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: top;
}
.aspect_2_2 {
    aspect-ratio: 2/2;
    object-fit: cover;
    object-position: top;
}
.a_to_button_1 {
    border: none !important;
    color: #000 !important;
    background-color: transparent !important;
}
.a_to_button_1:hover {
    color: var(--primary) !important;
}
.dark-black-text {
    color: #000 !important;
}
.light-img {
    background-color: white !important;
}
.a_to_button_bordr {
    border: none !important;
}
.custom-placeholder-style::placeholder {
    color: #4a4a4a;
    opacity: 1;
    font-weight: bold;
}
.header_search_input {
    background-color: #ffffff;
    color: #333333;
}
.mw-90 {
    width: 90px;
}
@media (max-width: 576px) {
    .mw-90 {
        width: 53px;
    }
}
.mx-1400 {
    max-width: 1400px;
    margin: auto;
}
.grid-4-text {
    width: 95%;
    aspect-ratio: 2/1;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.responsive-table {
    width: 100%;
    overflow-x: scroll;
}
.popup_img {
    width: auto;
    aspect-ratio: 1/2;
    object-fit: cover;
    object-position: top;
    max-height: 500px;
}
.frontend_header_logo {
    width: 100%;
    height: auto;
}
@media (max-width: 992px) {
    .frontend_header_logo {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 600px) {
    .frontend_header_logo {
        width: 100%;
        height: auto;
    }
}
/* Custom table styling */
.table-custom {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.table-custom thead th {
    background-color: #393a3a;
    color: #fff;
    border-bottom: none;
}
.table-custom tbody tr {
    transition: background-color 0.3s ease;
}
.table-custom tbody tr:hover {
    background-color: #f1f1f1;
}
.table-custom tbody td {
    border-top: 1px solid #e9ecef;
}
.table-custom tbody tr:last-child td {
    border-bottom: none;
}
/* Responsive table */
@media (max-width: 767.98px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }
}
.brand-line-he {
    line-height: 4 !important;
}
/* Product Image */
.tf-cur {
    display: flex;
    gap: 28px;
}
.tf-payment {
    display: flex;
    gap: 10px;
}
/*------------ tabs ---------------- */
.widget-tabs .widget-menu-tab .item-title:not(.default) {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}
.widget-tabs .widget-menu-tab .item-title:not(.default)::after {
    position: absolute;
    content: "";
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-tabs .widget-content-tab {
    position: relative;
    overflow: hidden;
}
.widget-tabs .widget-content-tab .widget-content-inner {
    padding: 35px;
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}
.widget-tabs.style-has-border {
    border: 1px solid var(--line);
}
.widget-tabs.style-has-border .widget-menu-tab {
    display: flex;
    gap: 10px 50px;
    margin: 0 38px;
    border-bottom: 1px solid var(--line);
    overflow-x: auto;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title {
    padding: 15px 0;
    min-width: max-content;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title.active::after {
    width: 100%;
}
/*------------ slider banner ---------------- */
.tf-slideshow {
    overflow: hidden;
}
.tf-slideshow .wrap-pagination {
    position: absolute;
    z-index: 10;
    bottom: 57px;
    left: 0;
    right: 0;
}
.tf-slideshow .sw-absolute-3 {
    right: 3%;
    left: unset;
    width: auto;
}
.tf-slideshow .sw-absolute-3 .sw-dots {
    flex-direction: column;
}
.tf-slideshow .card-box {
    padding: 64px 48px 70px;
    border-radius: 10px;
    max-width: 550px;
}
.tf-slideshow .card-box .heading {
    margin-bottom: 38px;
}
.tf-slideshow .subheading {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22.4px;
}
.swiper-slide .box-content {
    opacity: 0;
}
.swiper-slide.swiper-slide-active .box-content {
    opacity: 1;
}
/*------------ button ---------------- */
.tf-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: background-color, color, border;
    pointer-events: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 14px 24px;
    display: inline-flex;
    border-radius: 3px;
    align-items: center;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
}
.tf-btn.hover-icon .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: right;
    width: 0;
    display: inline-block;
    font-size: 9px;
}
.tf-btn.hover-icon:hover .icon {
    transform: scale(1);
    width: 10px;
    min-width: 10px;
    margin-inline-start: 8px;
}
.tf-btn span {
    z-index: 1;
    color: inherit;
}
.tf-btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}
.tf-btn.btn-primary-main {
    background-color: var(--primary);
    color: var(--main);
}
.btn-icon .icon {
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 9px;
}
.btn-xl {
    padding: 0px 30px;
    font-size: 18px;
    line-height: 50px;
}
.btn-xl .icon {
    font-weight: 600;
    margin-inline-start: 12px;
    font-size: 12px;
}
/* .btn-md {
    padding: 0 30px;
    min-height: 46.8px;
} */
.btn-sm {
    padding-left: 18px;
    padding-right: 18px;
}
.btn-fill {
    background-color: var(--main);
    border: 1px solid var(--main);
    color: var(--white);
}
.btn-outline {
    background-color: var(--white);
    border: 1px solid var(--main);
}
.btn-outline-2 {
    background-color: var(--white);
    border: 1px solid #ebebeb;
}
.btn-outline-dark {
    background-color: transparent;
    border: 1px solid var(--main);
    color: var(--main);
    font-weight: 400;
    gap: 12px;
}
.btn-outline-dark i {
    font-size: 10px;
}
.btn-outline-dark:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-light {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-outline-light:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.fill-outline-light {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}
.fill-outline-light:hover {
    color: var(--main);
    border-color: var(--white);
    background-color: var(--white);
}
.btn-line {
    padding: 0;
    padding-bottom: 7px;
    color: var(--main);
    position: relative;
}
.btn-line .icon {
    margin-inline-start: 8px;
    display: inline-block;
    font-size: 8px;
}
.btn-line::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-line:hover {
    color: var(--primary);
}
.btn-line:hover::after {
    background-color: var(--primary);
}
.btn-line.collection-other-link {
    padding-bottom: 4px;
}
.btn-line-light {
    color: var(--white);
}
.btn-line-light::after {
    background-color: var(--white);
}
.btn-light .icon {
    color: var(--white);
}
.btn-light-btn {
    background-color: #d9d9d9;
}
.btn-light-icon {
    background-color: var(--white);
}
.btn-fill-line {
    border: 1px solid var(--main) !important;
}
.btn-fill-line:hover {
    border-color: transparent !important;
}
.subscribe-form textarea {
    height: 235px;
}
.subscribe-form.mw-705 button {
    min-width: 215px;
}
#recover:target ~ #login,
#recover {
    display: none;
}
#recover:target {
    display: block;
}
.flat-subscrite-wrap .form-newsletter {
    max-width: 520px;
    margin: auto;
}
.flat-subscrite-wrap .subscribe-content {
    display: flex;
    align-items: center;
    gap: 9px;
}
.flat-subscrite-wrap .subscribe-content .email {
    flex-grow: 1;
}
.flat-subscrite-wrap .subscribe-content input {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}
.flat-subscrite-wrap .subscribe-content input:focus {
    border: 1px solid var(--main);
}
.tf-form-search {
    position: relative;
}
.tf-form-search .search-box {
    position: relative;
}
.tf-form-search .search-box .tf-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-color: var(--main);
    border-radius: 60px;
    width: 81px;
    height: 36px;
    justify-content: center;
    outline: none;
    border: 1px solid var(--line);
}
.tf-form-search .search-box .tf-btn .icon {
    font-size: 18px;
    color: var(--white);
}
.tf-form-search .search-box .tf-btn:hover {
    background-color: var(--primary);
}
.tf-form-search .search-suggests-results {
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    z-index: 1000;
    /* width: 1600px; */
    height: auto;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    max-width: 100%;
    box-shadow: 0 1px 5px 2px #ebebeb;
    pointer-events: none;
}
.tf-form-search .search-suggests-results .search-suggests-results-inner {
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    max-height: calc(95vh - 183px);
}
.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-track {
    background-color: var(--line);
}
.tf-form-search
    .search-suggests-results
    .search-suggests-results-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}
.tf-form-search:hover .search-suggests-results {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.tf-form-search .search-suggests-results-inner .search-result-item {
    display: flex;
    gap: 15px;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content {
    flex-grow: 1;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .title {
    color: #000000;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .price {
    color: #000000;
    font-weight: 600;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .old-price {
    text-decoration: line-through;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .box-content
    .new-price {
    color: rgb(219, 18, 21);
    font-weight: 600;
}
.tf-form-search .search-suggests-results-inner .search-result-item .img-box {
    width: 60px;
    height: 84px;
}
.tf-form-search
    .search-suggests-results-inner
    .search-result-item
    .img-box
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-form-search
    .search-suggests-results-inner
    li:not(:last-child)
    .search-result-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px var(--line);
}
.wg-quantity .quantity-product {
    pointer-events: none;
}
/*------------ product ---------------- */
.thumbs-slider {
    display: flex;
    gap: 10px;
}
.thumbs-slider .product-thumb-left-right .swiper-slide {
    height: 115px;
    /* height: max-content; */
}
.thumbs-slider .swiper-slide .item {
    position: relative;
    height: 100%;
}
/* .tf-product-media-thumbs {
    width: calc(14% - 10px);
    max-height: 846px;
  }
  .tf-product-media-thumbs .swiper-slide {
    height: max-content;
  }
  .tf-product-media-thumbs .swiper-slide .item {
    position: relative;
    height: 100%;
  }
  .tf-product-media-thumbs .swiper-slide .item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tf-product-media-thumbs .swiper-slide .item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
  }
  .tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
    border: 2px solid var(--main);
  }  

   .tf-product-media-main1,
  .tf-product-media-main2,
  .tf-product-media-main3,
  .tf-product-media-main4,
  .tf-product-media-main {
    width: 86%;
  }
  .tf-product-media-main1 .item,
  .tf-product-media-main2 .item,
  .tf-product-media-main3 .item,
  .tf-product-media-main4 .item,
  .tf-product-media-main .item {
    width: 100%;
    height: 100%;
    max-height: 846px;
  }
  .tf-product-media-main1 .item img,
  .tf-product-media-main2 .item img,
  .tf-product-media-main3 .item img,
  .tf-product-media-main4 .item img,
  .tf-product-media-main .item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }   */
/* //////////// */
.tf-product-info-list {
    padding-left: 25px;
}
.tf-product-info-list > div:not(:last-child) {
    margin-bottom: 30px;
}
.tf-product-info-title {
    margin-bottom: 20px !important;
}
.tf-product-info-badges {
    margin-bottom: 18px !important;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.tf-product-info-badges .badges {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--main);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    line-height: 29px;
}
.tf-product-info-badges .product-status-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.tf-product-info-badges .product-status-content svg {
    animation: tf-ani-flash 2s infinite;
}
.tf-product-info-badges .product-status-content i {
    font-size: 20px;
    color: var(--primary);
    animation: tf-ani-flash 2s infinite;
}
.tf-product-info-price {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tf-product-info-price .price {
    color: var(--main);
    font-size: 28px;
    line-height: 28px;
}
.tf-product-info-price .price-on-sale {
    color: var(--primary);
    font-size: 28px;
    line-height: 28px;
}
.tf-product-info-price .compare-at-price {
    color: rgba(0, 0, 0, 0.55);
    font-size: 20px;
    line-height: 20px;
    text-decoration: line-through;
}
.tf-product-info-price .badges-on-sale {
    background-color: rgb(252, 87, 50);
    border-radius: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
}
.tf-product-info-variant-picker {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.tf-product-info-quantity .quantity-title {
    margin-bottom: 5px;
}
.tf-product-info-buy-button form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.tf-product-info-buy-button form .btns-full {
    width: 100%;
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    height: 44px;
    background-color: #ffc520;
    border-radius: 3px;
    font-weight: 500;
    color: rgb(37, 59, 128);
}
.tf-product-info-buy-button form .btns-full:hover {
    background-color: #f6b600;
}
.tf-product-info-buy-button form .payment-more-option {
    width: 100%;
    margin-top: 10px;
    text-decoration: underline;
    color: rgb(134, 134, 134);
    text-align: center;
}
.tf-product-info-trust-seal {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}
.tf-product-info-trust-seal .tf-product-trust-mess {
    display: flex;
    gap: 10px;
    align-items: center;
}
.tf-product-info-trust-seal .tf-product-trust-mess i {
    font-size: 21px;
    color: var(--main);
}
.find-size {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.find-size:hover {
    color: var(--primary);
}
/* ------ zoom ---------------- */
.tf-zoom-main {
    position: sticky;
    top: 30px;
    z-index: 50;
}
.tf-zoom-main .drift-zoom-pane {
    top: 0;
    left: 0;
    height: 520px;
    max-width: 520px;
    width: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 5px rgba(127, 127, 127, 0.0196078431),
        0 5px 18px rgba(127, 127, 127, 0.2);
    z-index: 3;
}
/*
  .drift-bounding-box.drift-open {
    background: rgba(255, 255, 255, 0.2509803922);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
    z-index: 5000;
  }

  .drift-zoom-pane {
    z-index: 5000;
  } */
/* .section-image-zoom .other-image-zoom {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .section-image-zoom.zoom-active .other-image-zoom {
    opacity: 0.3;
  } */
/* .pswp__bg {
    background: var(--white);
  }

  .pswp__icn {
    fill: rgb(34, 34, 34);
    color: var(--white);
  }
  .pswp__icn .pswp__icn-shadow {
    stroke: var(--white);
    stroke-width: 1px;
    fill: none;
  }

  .pswp__counter {
    color: #222;
    text-shadow: 1px 1px 3px #ffffff;
  } */
/* .tf-model-viewer {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .tf-model-viewer model-viewer {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
  }
  .tf-model-viewer model-viewer.disabled {
    pointer-events: none;
  }
  .tf-model-viewer.active model-viewer {
    pointer-events: all;
  }
  .tf-model-viewer.active .wrap-btn-viewer {
    display: none;
  } */
.products-detail-actions {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}
/* Utility Class */
.min-height-200px {
    min-height: 200px;
}
.play-store-icons {
    width: 100%;
    aspect-ratio: 16/6;
    object-fit: cover;
}
.login_side_logo {
    object-fit: contain;
}
.replace-anchar {
    border: none;
    background-color: transparent;
}
.t2-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.hover_icon_change:hover .white_delete_btn {
    filter: brightness(0) invert(1);
}
.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background-color: var(--primary);
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 15px !important;
    color: white;
    font-weight: 600;
}
.product_searched_container {
    position: absolute !important;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    padding: 15px 3px 10 3px;
    opacity: 0;
    min-height: 100px;
    max-height: 500px;
    overflow-y: scroll;
}
.top-header-1 {
    height: 55px;
    display: grid;
    place-items: center;
}
.top-header {
    height: 55px;
}
.header-1-ul-box li {
    transition: all 0.3s ease-in-out;
}
.nav-user-img img {
    width: 40px;
    height: 40px;
}
.header-5-logo {
    width: 150px;
    height: 50px;
}
.h-55px {
    height: 55px;
}
.detail-1-search {
    border-radius: 20px;
    padding: 5px 10px;
    outline: none;
    border: 1px solid rgb(110, 106, 106);
    width: 90%;
}
.c-10-button:hover .icon-tabler-chevron-right {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}
.float-cart-add-card {
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    min-height: 120px;
    max-width: 540px;
    width: 100%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 8px;
}
.float-cart-add-content {
    display: flex !important;
    align-items: center;
}
.float-cart-add-card .float-cart-add-detail {
    width: 100%;
}
.float-cart-add-card button {
    white-space: nowrap;
}
.float-cart-add-detail {
    padding: 0px 12px;
}
.float-cart-add-card .title {
    font-weight: 600;
}
.float-cart-add-card img {
    height: 95px;
    width: 80px;
    border-radius: 7px;
}
/* Floating cart variations styles */
.floating-cart-variations {
    margin-top: 6px;
}
.floating-cart-variations .selected-variations {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.floating-cart-variations .variation-item {
    background-color: #f8f9fa;
    color: #495057;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #e9ecef;
    line-height: 1.2;
}
.floating-cart-variations .variation-item:first-child {
    background-color: var(--primary, #007bff);
    color: white;
    border-color: var(--primary, #007bff);
}
.text-no-wrap{
    text-wrap: nowrap;
}
/* Mobile responsive adjustments */
@media (max-width: 576px) {
    .float-cart-add-card {
        bottom: 15px;
        right: 15px;
        left: 15px;
        max-width: none;
        padding: 12px;
    }
    
    .floating-cart-variations .variation-item {
        font-size: 10px;
        padding: 2px 6px;
    }
    
    .float-cart-add-card img {
        height: 80px;
        width: 65px;
    }
}
.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
    color: transparent !important;
}
button .btn-overlay {
    display: none;
}
.btn-loading .btn-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    z-index: 1;
    display: block;
}
.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 14px);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
        24px 0 0 rgba(255, 255, 255, 0.2);
    animation: dotsBlink 1.4s infinite linear;
    z-index: 2;
}
@keyframes dotsBlink {
    0% {
        background: rgba(255, 255, 255, 1);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
            24px 0 0 rgba(255, 255, 255, 0.2);
    }
    33% {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 1),
            24px 0 0 rgba(255, 255, 255, 0.2);
    }
    66% {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
            24px 0 0 rgba(255, 255, 255, 1);
    }
    100% {
        background: rgba(255, 255, 255, 1);
        box-shadow: 12px 0 0 rgba(255, 255, 255, 0.2),
            24px 0 0 rgba(255, 255, 255, 0.2);
    }
}
/* @import '../media.css'; */
/* Start header 3 style */
/* Start Root Variables */
:root {
    /* Start variables for header style 3 */
    --colors-d0: #fff;
    --sizes-headerHeight: 4rem;
    --colors-d1: #f5f5f5;
    --spacing-content: clamp(1.2rem, 3vw, 3vw);
    --sizes-headerHeightDesktop: 4.75rem;
    --colors-headerIconTransparent: var(--colors-d0);
    --sizes-maxContentWidth: 100%;
    --colors-inputBg: var(--colors-d1);
}
/* End Root Variables */
/* Search Modal */
.header_3_search_model {
    position: absolute;
    top: 100%;
    right: 0;
    height: 400px;
    width: 500px;
    background: var(--white);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2000 !important;
}
.header_3_search_model.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/* user Modal */
.header_3_user_model {
    position: absolute;
    right: 0;
    top: 80px;
    visibility: hidden;
    width:550px;
    transform: translateY(20px);
    background: var(--white);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
}
.header_3_user_model.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/*user Modal */
/* cart Modal */
.header_3_cart_model {
    position: absolute;
    right: 0;
    top: 80px;
    visibility: hidden;
    width: 500px;
    max-height: 500px;
    transform: translateY(20px);
    background: var(--white);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 20px;
}
@media (max-width:600px){
    .header_form_title{
        font-size: 20px !important;
    }
    .header_3_cart_model{
        width:320px;
        padding-top:20px !important;
    }
}
.header_3_cart_model.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/*cart Modal */
/* category Modal */
.header_3_category_model {
    display: none;
    position: relative;
    transform: translateY(20px);
    background: var(--white);
    z-index:5;
}
.header_3_category_model.visible {
    display: block;
    transform: translateY(0);
}
/*category Modal */
/* Search Bar Styling */
.search_3_container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 3.5rem;
    color: var(--main);
    background-color: var(--colors-inputBg);
    border-radius: 10px;
    border: 1px solid transparent;
}
.header_3_search_input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    border-radius: inherit;
    color: #8d8c8c;
}
.header_3_search_input:focus {
    outline: none;
    border: 0.5px solid #838282;

}
/* Additional styles for hover effects */
.header_3_search_model:hover {
    box-shadow: 0 4px 10px var(--main-rgba-1);
}
@media(max-width:550px){
    .header_3_icon_gap{
        gap: 7px !important;
    }
}
.search_3_container .search_button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.4375rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width:36px;
    height: 36px;
    color: white;
    background-color: #505050;
    border: none;
    border-radius:50%;
}
.header_form_title{
    font-size: clamp(1.75rem,1.9vw,2.125rem);
    font-weight:600;
}
.header_3_register_inputs,
.header_3_login_inputs,
 .header_3_forgot_password_inputs {
    background-color: var(--colors-inputBg); /* Background color from variable */
    border-radius: 3.125rem; /* Rounded corners */
    color: var(--main); /* Text color */
    height: 3.5rem; /* Input height */
    border: none; /* Initial border */
    padding-left: 20px; /* Text padding */
    padding-right: 20px;
    transition: border 0.2s ease; /* Smooth border transition */
    outline: none; /* Remove default outline */
}
.header_3_register_inputs:focus,
.header_3_login_inputs:focus,
.header_3_forgot_password_inputs:focus{
    border-width: 1px; /* Thinner border on focus */
    border-style: solid;
    border-color: black;
    background-color: var(--colors-inputBg);
    outline: none !important; /* Remove default outline */
}
.header_3_register_inputs::placeholder,
.header_3_login_inputs::placeholder {
    font-size: 14px;
    font-weight: 200;
    color: #787878;
    transition: font-size 0.2s ease; /* Smooth placeholder transition */
}
.header_3_login_subtitle{
    color: #505050;
    font-weight: 400;
}
.header_3_forgot_password,
.header_3_register_underline,
.header_3_create_title {
    color: #505050;
    font-weight: 400;
    text-decoration: underline; /* Remove underline */
}
.login_user_btn{
    padding-left: 0px;
}
.header_3_forgot_password:hover,
.header_3_create_title:hover {
    text-decoration: none; /* Ensure underline is removed on hover */
}
.header_3_category_links{
    position: relative;
  font-size:clamp(1.125rem,1.1vw,1.25rem);;
  line-height: 2.05;
  transition: padding-left .2s ease-in-out;
  cursor: pointer;
}
.header_3_category_links:hover,
.header_3_category_links.active {
    padding-left: 14px;
}
.header_3_category_links::before {
    position: absolute;
    left: 0;
    color: transparent;
    transition: color 0.2s ease-in-out;
    content: "|";
}
.header_3_category_links:hover::before,
.header_3_category_links.active::before {
    /* Apply the active hover color */
    color: var(--primary); /* Or any color of your choice */
}
.latest_product_conainer {
    width:800px;
    background-color: #c9f4aa;
    height: 100%;
    position: absolute;
    left: 100%;
    top:0;
    opacity: 0; /* Add this for proper transition */
    visibility: hidden;
    transform: translateY(20px);
    background: var(--white);
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: scroll;
    scroll-behavior: smooth;
}
.latest_product_conainer.visible,
.latest_product_conainer.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Reset position */
}
.header_3_pages_links {
    display: none;
    width:800px;
    background-color: #c9f4aa;
    height: 100%;
    position: absolute;
    left: 100%;
    top:0;
    opacity: 0; /* Add this for proper transition */
    visibility: hidden;
    transform: translateY(20px);
    background: var(--white);
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: scroll;
    scroll-behavior: smooth;
}
.header_3_pages_links.active {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Reset position */
}
.header_3_sign_up_container .btn:hover,
.header_3_login_container .btn:hover,
.forgot-password-container .btn:hover {
   opacity:0.8;
}
.header_3_cart .header_3_cart_items{
    list-style-type: none;
}
.header_3_cart_img{
    width:100px;
    max-width: 100px;
    max-height: 100px;
    aspect-ratio: 1/1;
    object-position: top;
    object-fit: cover;

}
.cart_3_item_title{
    font-size:18px !important;
    font-weight:500 !important;
}
.cart_3_subtitle{
    font-size: 16px !important;
    color: #505050;
}
.cart_3_list_ul{
    max-height: 180px;
    overflow-y: scroll;
    scrollbar-width: 1px;
}
.cart_3_decreament,.cart_3_increament{
    border-radius: 50%;
}
.header_3_icon_gap{
    gap: 25px;
}
@media (max-width: 768px) {
    .header_3_search_model {
        width: 330px;
    }
}
/* Pagination */
.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 1px solid var(--soft-light);
    font-size: 0.875rem;
    border-radius: 0 !important;
    color: var(--dark);
}
.pagination .page-item {
    margin: 0 5px;
}
/* Carousel */
.ub-carousel.coupon-slider .slick-track {
    margin-left: 0;
}
/* Form Controls */
.form-control:focus {
    border-width: 2px !important;
}
/* Modal */
.modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}
/* Tagify */
.tagify.tagify--focus {
    border-width: 2px;
    border-color: var(--primary);
}
/* Map */
#map, #edit_map {
    width: 100%;
    height: 250px;
}
/* Other styles */
.overflow-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.help-no-cl {
    color: black;
}
.help-no {
    text-align: end;
}
.list-style-cl {
    list-style-type: none;
}
.bg_line {
    background-color: var(--line);
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .set-position {
        left: 7% !important;
    }
}
@media (min-width: 765px) and (max-width: 1024px) {
    .set-position {
        left: -5% !important;
        width: 771px !important;
    }
}
.set-position {
    position: absolute;
    left: 12%;
    top: 100%;
    width: 1000px;
    z-index: 2 !important;
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.05) !important;
}
.set-max-height {
    max-height: 600px;
    overflow-y: auto;
}
.position-unset {
    position: unset;
}
.attribute-menu {
    max-height: 550px;
    overflow-y: auto;
}
.under_line_bottom {
    border-bottom: 2px solid #f2f2f2;
}
.attribute-drop-down-style {
    max-height: 200px;
    overflow-y: auto;
}
.attribute_filter {
    cursor: pointer;
}
