:root { 
    --site_width: 1320px;
    --site_background_color: #ffffff;
    --main_font: main_font-regular;
    --main_font_size: 14px;
    
    --primary_1: #06122a;
    --primary_2: #1c2f56;
    --primary_3: #f0f0f0;
    --primary_4: #f1e7d5;
    
    --offer_bg: #d53e33;
    
    --button_1: #06122a;
    --button_text_1: #c9a35c;
    --button_hover_1: #06122a;
    --button_hover_text_1: #c9a35c;  
  
    --box_bg_0: #ffffff;
    --box_bg_1: #ffffff;
    --box_bg_2: #c9a35c;
    /*--box_bg_2: #1c2f56;*/
    
    --text-color-dark-1 : #06122a;
    --text-color-dark-2 : #c9a35c;
    
    --text-color-light-1 : #ffffff;
    --text-color-light-2 : #f5f5f5;
    
    --text_new_price: #cd0014;
    --text_old_price: #474747;
    
    --text-shadow-1 : none;
    
    --margin-0: 0;
    --margin: 20px;
    --margin-2: 10px;
    --margin-3: 5px;
    
    --border-radius_c: 100%;
    --border-radius_1: 0px;
    
    --border-radius_2:   70px 0 50px 50px;
    --border-radius_2_r: 0 70px 50px 50px;
    
    --border-radius_3:   80px 0 60px 60px;
    --border-radius_3_r: 0 80px 60px 60px;
    
    --border-radius_4:   60px 0px 30px 30px;
    --border-radius_4_r: 0 60px 30px 30px;
    
    --border-radius_5: 10px;
    
    --border-radius_6:   60px 0 60px 60px;
    --border-radius_6_r: 0 60px 60px 60px;
  
    --border_color_0: #ffffff;
    /*--border_color_1: #06122a24;*/
    --border_color_1: #f1e7d5;
    --border_color_2: #06122a;
    --border_color_3: #c9a35c;
    
    --border_size-0: 0;
    --border_size-1: 4px;
    --border_size-2: 1px;
    --border_size-3: 8px;
    --border_size-4: 12px;
    
    --border-0: 0;
    --border-1: var(--border_size-1) solid var(--border_color_1);
    --border-2: var(--border_size-2) solid var(--border_color_1);
    --border-3: var(--border_size-2) solid var(--border_color_1);
    
    --box-shadow-1: 0;
    
    --success-text-color: #d1e7dd;
    --success-bg-color: #d1e7dd;
    --success-border-color: #d1e7dd;
    
    --warning-text-color: #d1e7dd;
    --warning-bg-color: #d1e7dd;
    --warning-border-color: #d1e7dd;
    
    --danger-text-color: #d1e7dd;
    --danger-bg-color: #d1e7dd;
    --danger-border-color: #d1e7dd;
    
    --info-text-color: #d1e7dd;
    --info-bg-color: #d1e7dd;
    --info-border-color: #d1e7dd;
}

@media (max-width: 991px) {
    :root { 
        --margin-0: 0;
        --margin: 10px;
        --margin-1: 10px;
        --margin-2: 5px;
        --margin-3: 3px;
        
        --border_color_0: #ffffff;
        --border_color_1: #f1e7d5;
        --border_color_2: #06122a;
        --border_color_3: #c9a35c;
        
        --border_size-0: 0;
        --border_size-1: 4px;
        --border_size-2: 1px;
        --border_size-3: 8px;
        --border_size-4: 12px;
        
        --border-0: 0;
        --border-1: var(--border_size-1) solid var(--border_color_1);
        --border-2: var(--border_size-2) solid var(--border_color_1);
        --border-3: var(--border_size-2) solid var(--border_color_1);
        
        --border-radius_c: 100%;
        --border-radius_1: 0px;
        
        --border-radius_2:   50px 0 30px 30px;
        --border-radius_2_r: 0 50px 30px 30px;
        
        --border-radius_3:   60px 0 40px 40px;
        --border-radius_3_r: 0 60px 40px 40px;
        
        --border-radius_4:   50px 0px 30px 30px;
        --border-radius_4_r: 0px 50px 30px 30px;       
        
        --border-radius_5: 10px; 
        
        --border-radius_6: 40px 0 40px 40px;
        --border-radius_6_r: 0 40px 40px 40px;        
    }
}

.row {
    --bs-gutter-x: var(--margin);
}

.product-layout .color-option_items {
    display: flex;
    justify-content: center;
    gap: var(--margin-2);
    min-height: 10px;
    z-index: 10;
}

.product-layout .color-option_items span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 0px; /* Changed from margin-right: 0px */
}

.swiper-button-next,
.swiper-button-prev {
    border: 0;
    width: 40px;
    height: 45px;
    background: unset;
    color: var(--primary_1);
    padding: 0;
}

.caption,
.cat-title {
    font-size: 14px;
    line-height: 26px;
}

.container-box > * {
    max-width: var(--site_width);
    margin-left: auto; /* Changed from margin-right: auto */
    margin-right: auto; /* Changed from margin-left: auto */
    padding: 0 calc(var(--bs-gutter-x) * .5);
}

.container-box {
    position: relative;
    overflow: hidden;
}

.btn_show_more {
    width: fit-content;
}

/* ------------------ / Notification \ ------------------ */
.toast {
    position: relative;
    line-height: 22px;
    border-radius: var(--border-radius_1);
    color: #0a3622;
    font-size: 10px;
    padding-right: 30px; /* Changed from padding-left: 30px */
    overflow: hidden;
}

.toast.notif-success {
    border: 1px solid #a3cfbb;
    background-color: #d1e7dd;
}

.toast-body {
    padding: var(--margin-2) var(--margin);
    word-wrap: break-word;
}

.toast a {
    color: #0a3622;
}

.toast .btn-close {
    position: absolute;
    top: calc(50% - 8px);
    right: 8px; /* Changed from left: 8px */
}
/* ------------------ / End - Notification \ ------------------ */


.swiper {
    visibility: hidden;
}
.swiper-initialized {
    visibility: visible;
    border-radius: var(--border-radius_4);
}

.sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0px; /* Changed from left: 0px */
    left: 0px; /* Changed from right: 0px */
    width: 100%;
    transition: all 2s;
    z-index: 999;
}

.sidebar-overlay.show {
    opacity: 1 !important;
    visibility: visible;
    transition: all 2s;
    display:block;
}

@media (max-width: 900px) {
    /*=============================== /| Mobile Header |\===============================*/
    .top-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
        border-bottom: 2px solid var(--border_color_1);
        z-index: 2;
        background: #fff;
    }
    .top-header .header-mobile-logo {
        width: 50px;
        height: 50px;
    }
    .header-links {
        display: flex;
        gap: var(--margin);
    }
    .header-links a {
        display: flex;
    }

    .store-anchor {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: space-around;
        background: #ffffff;
        width: 100%;
        right: 0; /* Changed from left: 0 */
        left: 0; /* Changed from right: 0 */
        border-top: 2px solid var(--border_color_1);
        font-size: 10px;
        line-height: 20px;
        padding: 4px 0;
    }
    .store-anchor > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        position: relative;
    }
    .top-header svg,
    .store-anchor svg {
        width: 25px;
        height: 25px;
        color: rgb(123 123 123);
    }
    .store-anchor span.items_cart {
        position: absolute;
        top: -10px;
        left: -5px; /* Changed from right: -5px */
        background: var(--primary_1);
        width: 18px;
        height: 18px;
        text-align: center;
        border-radius: 50%;
        background-color: rgb(241, 100, 34);
        font-size: 1rem;
        color: white;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .active_anchor {
        color: var(--primary_3);
    }
    /*=============================== /| End Mobile Header |\===============================*/
}

-webkit-tap-highlight-color: rgba(0,0,0,0);
.no-margin {
    margin: 0 !important;
}
main {
    position:relative;
}
div[id^="account-"] > .row {
    display: flex;
}

.call_us_header div {
    font-size: 16px;
    font-weight: bold;
    line-height: 10px;
    margin: 6px 0;
    position: relative;
    color: var(--c-black);
}

@keyframes taadaa {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.widget-icon {
    border-radius: 4px !important;
}

.bi {
    width: 2rem;
    height: 3rem;
    display: inline-block;
}

svg.cart {
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
}

@keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-moz-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.lazy {
    display: block;
    overflow: hidden;
    background: transparent url(../../images/lazy-loader.gif) no-repeat center center;
}

.lazy.lazy-loaded {
    background: none;
    height: auto;
}

.lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    display: inline-block;
}

.lazy.lazy-loaded img {
    opacity: 1;
}

.lazyloading,
.lazyload {
    background: #ffffff;
    opacity: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: all .4s;
    object-fit: contain !important;
    scale: 100% !important;
    padding: 0rem 2rem;
}

@media (min-width: 1200px) {
    .wrapper-boxed {
        max-width: 1260px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .wrapper-fluid .container {
        max-width: 1536px;
        padding: 0;
        width: 96%;
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .wrapper-full .products-list .product-grid-5:nth-child(5n+1) {
        clear: both !important;
    }
}

div[class^="banner"] img {
    border-radius: var(--border-radius_1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div[class^="banner"] a {
    display: block;
}


.banners img {
    border-radius: var(--border-radius_1);
}

banner-layout-1 {
    margin-bottom: 1rem;
}

.banner-layout-1 .description-col {
    background: #000;
}

.banner-layout-1.banner-left .description-col {}

.banner-layout-1.banner-right .description-col {}

.banner-layout-1 .description-col h3 {
    color: #c58807;
}

.banner-layout-1 .description-col a {
    color: #fff !important;
}

.banner-layout-1 .banner-col {
    padding: 0;
}

body>.alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

body > .alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

body > .alert .alert.fadeOut {
    top: -100%;
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

.loaded .so-loadeding {
    display: none;
}

.so-loadeding {
    display: none;
}

.so-pre-loader {
    background: rgb(255 255 255 / 50%);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.so-pre-loader.no-pre-loader {
    background: none;
    position: absolute;
    height: auto;
}

.so-pre-loader .so-loader-background {
    background: #555;
    display: block;
    height: 100%;
}

.so-pre-loader .so-loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.so-pre-loader .so-loader-line {
    background: var(--primary_1);
    top: 0;
}

.so-pre-loader .spinner {
    width: 50px;
    height: 50px;
    background-color: white;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.so-pre-loader .spinner-bounce {
    width: 60px;
    height: 60px;
    position: relative;
}

.so-pre-loader .double-bounce1, .so-pre-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.so-pre-loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.so-pre-loader .spinner-cube {
    width: 40px;
    height: 40px;
    position: relative;
}

.so-pre-loader .cube1, .so-pre-loader .cube2 {
    background-color: white;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.so-pre-loader .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.so-pre-loader .spinner-bounce2 {
    width: 80px;
    text-align: center;
}

.so-pre-loader .spinner-bounce2>div {
    width: 18px;
    height: 18px;
    background-color: #172b3b;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.so-pre-loader .spinner-bounce2 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.so-pre-loader .spinner-bounce2 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.so-pre-loader .spinner-circle {
    width: 60px;
    height: 60px;
    position: relative;
}

.so-pre-loader .spinner-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.so-pre-loader .spinner-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: white;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.so-pre-loader .spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.so-pre-loader .spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.so-pre-loader .spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.so-pre-loader .spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.so-pre-loader .spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.so-pre-loader .spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.so-pre-loader .spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.so-pre-loader .spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.so-pre-loader .spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.so-pre-loader .spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.so-pre-loader .spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.so-pre-loader .spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.so-pre-loader .spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.so-pre-loader .spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.so-pre-loader .spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.so-pre-loader .spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.so-pre-loader .spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.so-pre-loader .spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.so-pre-loader .spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.so-pre-loader .spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.so-pre-loader .spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.so-pre-loader .spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.so-pre-loader .spinner-folding-cube {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transform: rotateZ(-45deg); /* Adjusted for LTR */
    transform: rotateZ(-45deg); /* Adjusted for LTR */
}

.so-pre-loader .spinner-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.so-pre-loader .spinner-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.so-pre-loader .spinner-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(-90deg); /* Adjusted for LTR */
    transform: scale(1.1) rotateZ(-90deg); /* Adjusted for LTR */
}

.so-pre-loader .spinner-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(-180deg); /* Adjusted for LTR */
    transform: scale(1.1) rotateZ(-180deg); /* Adjusted for LTR */
}

.so-pre-loader .spinner-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(-270deg); /* Adjusted for LTR */
    transform: scale(1.1) rotateZ(-270deg); /* Adjusted for LTR */
}

.so-pre-loader .spinner-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.so-pre-loader .spinner-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.so-pre-loader .spinner-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(-180deg); /* Adjusted for LTR */
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(-180deg) rotateX(-180deg); /* Adjusted for LTR */
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(179.9deg); /* Adjusted for LTR */
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(179.9deg); /* Adjusted for LTR */
    }
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(-42px) rotate(90deg) scale(0.5); /* Adjusted for LTR */
    }

    50% {
        -webkit-transform: translateX(-42px) translateY(42px) rotate(180deg); /* Adjusted for LTR */
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(270deg) scale(0.5); /* Adjusted for LTR */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Adjusted for LTR */
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(-42px) rotate(90deg) scale(0.5); /* Adjusted for LTR */
        -webkit-transform: translateX(-42px) rotate(90deg) scale(0.5); /* Adjusted for LTR */
    }

    50% {
        transform: translateX(-42px) translateY(42px) rotate(179deg); /* Adjusted for LTR */
        -webkit-transform: translateX(-42px) translateY(42px) rotate(179deg); /* Adjusted for LTR */
    }

    50.1% {
        transform: translateX(-42px) translateY(42px) rotate(180deg); /* Adjusted for LTR */
        -webkit-transform: translateX(-42px) translateY(42px) rotate(180deg); /* Adjusted for LTR */
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(270deg) scale(0.5); /* Adjusted for LTR */
        -webkit-transform: translateX(0px) translateY(42px) rotate(270deg) scale(0.5); /* Adjusted for LTR */
    }

    100% {
        transform: rotate(360deg); /* Adjusted for LTR */
        -webkit-transform: rotate(360deg); /* Adjusted for LTR */
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(-180deg); /* Adjusted for LTR */
        transform: perspective(140px) rotateY(-180deg); /* Adjusted for LTR */
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,100% {
        -webkit-transform: perspective(140px) rotateY(-180deg); /* Adjusted for LTR */
        transform: perspective(140px) rotateY(-180deg); /* Adjusted for LTR */
        opacity: 0;
    }
}

body.no-bgbody {
    background-image: none;
}

.color {
    color: var(--primary_1);
}

.custom-border {
    padding: 10px 20px;
}

.checkout-cart .panel-group .panel, .checkout-checkout .panel-group .panel {
    border-radius: 0;
}

.checkout-cart .btn-block input {
    min-width: 40px;
    text-align: center;
}

@media (min-width: 1200px) {
    .content-aside {

    }
}

.custom-scoll {
    display: none;
}

.content-aside {
    margin-bottom: 30px;
}

.banner-sidebar a img {
    width: 100%;
}

.content-aside .module.banner-left {
    border: none;
}

.content-aside .module {
    padding: 10px 20px;
}

.content-aside .module#blog-search {
    border: none;
}

.breadcrumbs {
    margin: 1rem 0;
    height: 22px;
    width: 100%;
}

@media (max-width: 1199px) {
    .breadcrumbs {
        margin: 1rem 1.5rem;
    }
}

.breadcrumbs .current-name {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    float: left; /* Changed from float: right */
    font-weight: 700;
    margin: 25px 0;
    display: none;
}

.breadcrumbs .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 6px;
    height: 1px;
}

.breadcrumb-wrap {
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: var(--margin-2) 0;
    background-color: var(--primary_4);
}

.breadcrumb {
    --bs-gutter-x: var(--margin);
    --bs-gutter-y: 0;
    width: var(--site_width);
    padding-right: calc(var(--bs-gutter-x) * .5); /* Changed from padding-left */
    padding-left: calc(var(--bs-gutter-x) * .5); /* Changed from padding-right */
    margin: 0 auto;
}

.breadcrumb li {
    display: inline-block;
    padding: 0 17px 0 8px; /* Flipped padding */
    margin-right: 7px; /* Changed from margin-left: 7px */
    position: relative;
    width: auto;
    background: unset;
}

.breadcrumb li:first-child {
    padding-left: 0; /* Changed from padding-right: 0 */
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:not(:last-child):after {
    content: "/";
    font-size: 14px;
    top: 0px;
    right: 0; /* Changed from left: 0 */
    position: absolute;
}

.breadcrumb li a {
    display: block;
    padding: 0;
    color: var(--text-color-dark-1);
    text-decoration: none !important;
    font-size: 16px;
}

.breadcrumb li:last-child {}

.breadcrumb li:last-child a {
    color: #006dc4;
}

.breadcrumb li:hover a {
    color: #006dc4;
}

@media (max-width: 991px) {
    .horizental_double {
        position: relative;
        width: 85%;
    }

    .nowrap{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: var(--margin);
        scroll-behavior: smooth;
    }

    .banners > div a span.banner-caption {
        font-size: 12px;
        bottom: 10px;
    }

    .breadcrumb {
        width: 100%;
        padding: var(--margin) var(--margin) var(--margin-2);
        margin-bottom: var(--margin-2);
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap;
    }

    .breadcrumb-wrap {
        padding: 0;
    }
}

.so-fb-message-style-default .so-fb-message-head {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.popup-recent .space .col-sm-4:nth-child(3n+1) {
    clear: both;
}

.so-show-demos-preview {
    top: 70% !important;
}

.media-date-added.idx8,.media-date-added.idx4 {
    display: none;
}

html {
    outline: 0 !important;
    direction: ltr; /* Changed from rtl */
    scroll-behavior: smooth;
    font-size: 10px;
}

body {
    font-family: var(--main_font);
    color: var(--text-color-dark-1);
    font-size: var(--main_font_size);
    line-height: 26px;
    background-color: var(--c-white);
    margin: 0;
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}

body.open-sidebar {
    overflow: hidden;
}

* {
    outline: none !important;
}

body * {

}

@media (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 0.5em;
        height: 0.5em;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--primary_1);
    }

    ::-webkit-scrollbar-track {
        background: var(--primary_4);
    }
}


input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.textColor {
    color: var(--primary_1);
}

ul, ul.menu, ol.menu, ul.blank, .our-member .respl-item .info-member ul,.why-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

option {
    padding: 2px 5px;
    border-width: 1px;
}

.alert ol li {
    list-style-type: decimal;
    margin: 0 10px 5px 0; /* Adjusted for LTR */
}

img {
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.over {
    overflow: visible;
}

.align-center {
    display: table;
    margin: 0 auto;
}

.text-dark {
    color: #000000!important;
}

.text-danger {
    color: #fff !important;
    display: inline-block;
    background-color: #a94442;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 3px;
    font-size: 11px;
}

a {
    color: #666;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

a:hover {
    color: #b39200;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

a,a:visited,a:active,a:link,a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: var(--text-color-dark-1);
}

ol {
    counter-reset: item;
    padding: 0 10px 0 0; /* Adjusted for LTR */
}

sup {
    color: #f00;
    font-size: 100%;
}

.list-inline {
    display: inline-block;
    margin: 0;
}

.container-megamenu .list-inline a {
    display: inline-block;
}

.clearfix {
    clear: both;
}

.img-thumbnail.pull-left {
    margin-left: 30px; /* Changed from margin-right */
}

.img-thumbnail.pull-right {
    margin-right: 30px; /* Changed from margin-left */
}

legend {
    font-size: 18px;
}

textarea,input[type="text"],input[type="search"],
input[type="password"],input[type="number"],
input[type="datetime"],input[type="datetime-local"],
input[type="date"],input[type="month"],
input[type="time"],input[type="week"],
input[type="email"],input[type="tel"],
input[type="url"],input[type="color"],
.uneditable-input,.form-control,select {
    border-radius: 3px;
    background-color: #fff;
    border: var(--border-3);
    color: var(--primary_1);
    padding: 9px;
    font-size: 12px;
    font-size: 1.2rem;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

*:focus {
    outline: none;
}

input#input-captcha {
    margin-bottom: 10px;
}

select:focus,textarea:focus,textarea:hover,input[type="text"]:focus,input[type="text"]:hover,input[type="password"]:focus,input[type="password"]:hover,input[type="datetime"]:focus,input[type="datetime"]:hover,input[type="datetime-local"]:focus,input[type="datetime-local"]:hover,input[type="date"]:focus,input[type="date"]:hover,input[type="month"]:focus,input[type="month"]:hover,input[type="time"]:focus,input[type="time"]:hover,input[type="week"]:focus,input[type="week"]:hover,input[type="number"]:focus,input[type="number"]:hover,input[type="email"]:focus,input[type="email"]:hover,input[type="url"]:focus,input[type="url"]:hover,input[type="search"]:focus,input[type="search"]:hover,input[type="tel"]:focus,input[type="tel"]:hover,input[type="color"]:focus,input[type="color"]:hover,.uneditable-input:focus,.uneditable-input:hover {
    outline: none;
}

textarea {
    max-width: 100%;
}

.form-control {
    height: 38px;
}

.shopping_cart .fa-check-circle {
    display: none;
}

.shopping_cart .btn-shopping-cart .checkout {
    padding: 10px 20px;
}

.shopping_cart .dropdown-menu .content-item {
    max-height: 245px;
    overflow: auto;
}

.shopping_cart .btn-shopping-cart .added_items {
    color: #222;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    background: transparent;
}

.nav-header {
    color: #667280;
}


@media (max-width: 1024px) {
    header .open>.dropdown-menu {
        margin-top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

.size-img-cart {
    width: 80px;
}

.dropdown-menu {
    background: #fff;
    padding: 5px 0;
    margin-top: 0;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    font-size: 12px;
}

#cart .dropdown-menu {
    margin-right: 10px; /* Changed from margin-left */
    padding: 0;
}

#cart .dropdown-menu:after {
    left: auto; /* Changed from right: auto */
    right: 49px; /* Changed from left: 49px */
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-right-radius: 0; /* Adjusted for LTR */
    border-top-right-radius: 0; /* Adjusted for LTR */
}

.button,.btn {
    border: none;
    padding: var(--margin);
    color: var(--text-color-light-1);
    border-radius: var(--border-radius_1);
    transition: all 0.3s;
    font-family: var(--main_font);
}

.button:hover,.btn:hover {
    background: var(--primary_1);
    border-color: var(--primary_1);
    color: #fff;
}

.button:hover,.btn:hover {
    background: var(--primary_1);
    color: #ffffff;
    transition: all 0.3s;
}

.btn-warning {
    background: #f0ad4e;
}

.btn-success {
    background: #5cb85c;
}

.btn-info {
    background: #999;
    text-transform: uppercase;
    visibility: visible;
}

.btn-primary {
    background: var(--primary_1);
    color: var(--text-color-dark-2) !important;
    transition: all 0.3s;
}

.btn-danger {
    background: #d9534f;
}

.button .fa, .btn .fa {
    margin: 0 5px;
}

.button.inverse,.btn.inverse {
    background-color: #495057;
}

.button.inverse:hover,.btn.inverse:hover {
    background-color: var(--primary_1);
    color: #fff;
}

.button-continue-shopping {
    display: block;
    float: right; /* Changed from float: left */
}

.button-checkout {
    display: block;
    float: left; /* Changed from float: right */
}

.btn-lg,.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm,.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs,.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-inline {
    display: inline-block;
}

.table thead>tr>th {
    background: #eee;
}

table th {
    border: var(--primary_2);
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.delivery_option table td {
    text-align: center;
}

table tfoot td {
    text-align: right; /* Changed from text-align: left */
}

table.table-bordered thead>* {
    background-color: rgba(51,51,51,0.1);
    font-weight: bold;
}

@media (min-width: 768px) {
    .newsletter .form-inline .form-group {
        display: block;
    }
}

.overflow_auto {
    overflow: auto;
}

.hidden-scorll {
    overflow: hidden;
}

.checkout-checkout .check-newsletter #newsletter {
    margin-top: 6px;
}

.label-stock {
    position: absolute;
    bottom: 10px;
    padding: 5px 10px;
    right: 10px; /* Changed from left: 10px */
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1;
}

.label-stock.In {
    left: 10px; /* Changed from right: 10px */
    right: auto; /* Changed from left: auto */
    background: #d9534f;
}

.label-stock.Pre-Order {
    background: #337ab7;
}

.label-new {
    background-color: #53d542;
    left: 20px; /* Changed from right: 20px */
}

.label-percent {
    padding: 2px 5px;
    background: var(--primary_1);
    font-size: 13px;
    font-weight: normal;
}

.rating,.ratings {
    font-size: 0;
}

.rating .rating-box, .ratings .rating-box {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.rating span.fa-stack .fa-star-o:before, .ratings span.fa-stack .fa-star-o:before {
    content: "f005";
    color: #bbb;
}

.rating span.fa-stack .fa-star.fa-stack-1x, .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1;
}

.rating span.fa-stack .fa-star.fa-stack-1x:before, .ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "f005";
    color: #fec42d;
}

span.fa-stack {
    width: 12px;
    height: 11px;
    line-height: 10px;
    font-size: 12px;
}

span.fa-stack .fa-star-o:before {
    content: "f005";
    color: #bbb;
}

span.fa-stack .fa-stack-2x {
    font-size: 11px;
}

span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1;
}

span.fa-stack .fa-star.fa-stack-2x:before {
    content: "f005";
    color: #fec42d;
}

.price {
    line-height: 24px;
    color: var(--text_new_price);
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: var(--margin);
}
.price .price-old {
    text-decoration: line-through;
    color: var(--text_old_price);
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    display: flex;
    gap: 2px;
}
.price-new,
.price .price-new,
.price span.price {
    color: var(--text_new_price);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.callforprice {
    font-size: 12px;
    line-height: 100%;
}

.products-list .rating .rating-box, .products-list .ratings .rating-box {
    vertical-align: top;
    line-height: 27px;
}

.products-list .product-table .list-block {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.products-list.columnar .product-layout {
    height: 118px;
    margin-bottom: 80px;
}

.products-list.columnar .product-layout:last-child {
    margin: 0;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.product-listing .product-grid .so-productlist-colorswatch {
    position: absolute;
    top: -10px;
    right: 0; /* Changed from left: 0 */
    width: 100%;
}

.desktop-offcanvas .sidebar-offcanvas {
    padding-top: 10px;
    margin: 0px;
    background: #fff;
    width: 400px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: hidden;
    box-shadow: 0 0 14px 0 rgb(50 50 50 / 85%);
    transition: all 300ms ease-in-out;
}

.desktop-offcanvas .sidebar-offcanvas #close-sidebar {
    position: absolute;
    top: 10px;
    right: 20px; /* Changed from left: 20px */
    font-size: 16px;
    display: block;
}

.desktop-offcanvas .sidebar-offcanvas #close-sidebar:hover {
    cursor: pointer;
    color: #f00;
}

.desktop-offcanvas .sidebar-offcanvas.right_column {
    left: -100%; /* Changed from right: -100% */
}

.desktop-offcanvas .sidebar-offcanvas.left_column {
    right: -150%; /* Changed from left: -150% */
}

.desktop-offcanvas .sidebar-offcanvas.left_column.active {
    right: 0; /* Changed from left: 0 */
}

.desktop-offcanvas .sidebar-offcanvas.right_column.active {
    left: 0; /* Changed from right: 0 */
}

@media (min-width: 1200px) {
    .category-featured .wap-listing-tabs {
        height: 245px;
        position: relative;
        z-index: 2;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tab-content>.active {
    opacity: 1;
}

.content-product-midde {
    margin-top: 50px;
}

.desc-collapse.showup {
    max-height: 100%;
}

.desc-collapse.showdown {
    max-height: 350px;
    display: block;
    overflow: hidden;
    /*transition: 0.3s all ease-in-out;*/
    transition: height 0.4s linear;
    position: relative;
    z-index: 2;
}

.desc-collapse.showdown:before {
    display: block;
    content: "";
    height: 120px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0; /* Changed from left: 0 */
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%,#fff);
}

.button-toggle {
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.button-toggle a {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
}

.button-toggle a:hover, .button-toggle a:focus, .button-toggle a:active {
    color: #03a9f4;
    background-color: transparent;
    box-shadow: none;
}

.button-toggle a.active .toggle-less {
    display: block;
}

.button-toggle a.active .toggle-more {
    display: none;
}

.button-toggle a .toggle-less {
    display: none;
}

.button-toggle a .toggle-more {
    display: block;
}

header .navbar-default {
    background-color: transparent;
}


header ul.megamenu>li>a {
    text-shadow: unset;
}

.shopping_cart .fa-check-circle {
    display: none;
}

.dropdown-menu.shoppingcart-box .table {
    margin-bottom: 0;
}

.dropdown-menu.shoppingcart-box .table .btn-danger {
    background-color: transparent;
}

.dropdown-menu.shoppingcart-box .table .btn-danger i {
    color: #666;
}

.dropdown-menu.shoppingcart-box .table .btn-danger:hover i {
    color: var(--primary_1);
}

.dropdown-menu.shoppingcart-box .table .size-img-cart a:hover img {
    opacity: 0.8;
}

.container-megamenu.horizontal .subcategory li a {
    color: #495057;
}

.container-megamenu.horizontal .subcategory li a:hover {
    color: var(--primary_1);
}

.mega-horizontal .navbar-default {
    border: none;
    background: transparent;
}

.header-bottom .content_menu .container {
    overflow: visible;
}

@media (max-width: 991px) {
    .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a:hover strong,
    .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu>li>a:hover {
        color: var(--primary_1) !important;
    }
}

.no-padding {
    padding: 0 !important;
}

#content {
    margin-bottom: var(--margin);
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-center {
    display: flex;
    align-items: center;
}

.row-center {
    display: flex;
    justify-content: center;
}

.dir-left {
    text-align: left;
    direction: ltr;
}

.dir-right {
    text-align: right;
    direction: rtl;
}

.text-en {
    font-family: sans-serif,Arial;
}

border-0 {
    border: 0;
}

input[type="email"],
#input-telephone {
    direction: ltr !important;
    text-align: left !important;
}

span.currency_symbol {
    font-size: 70%;
}

.btn-none,.btn-none:hover,.btn-none:active {
    background: unset;
    box-shadow: none;
    color: unset !important;
}

.modtitle {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--margin-3);
}
.modtitle::before{
    position: relative;
    content: "";
    width: 4.2rem;
    height: 0.8rem;
    display: inline-block;
    background: var(--border_color_3);
    border-radius: 0;
}
.modtitle.modtitle-2 {
    font-size: 34px;
    font-weight: bold;
    color: var(--primary_1);
    text-align: center;
    line-height: 5rem;
    min-height: 5rem;
    justify-content: center;
}

#btnwhatsapp {
    position: fixed;
    z-index: 999; 
    bottom: 95px;
}

#btnwhatsapp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 0;
    border-radius: var(--border-radius_c);
    -webkit-border-radius: var(--border-radius_c);
    -moz-border-radius: var(--border-radius_c);
    color: var(--text-color-light-1);
    cursor: pointer;
    overflow: hidden;
    z-index: 100;    
}

#ToTop { 
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    left: 20px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    color: var(--text-color-light-1);
    background: var(--box_bg_2);
    border-radius: var(--border-radius_1);
    z-index: 100;
}
span#ToTop svg {
    width: 4rem;
    height: 4rem;
    transform: rotate(90deg);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.swiper-pagination-bullet {
    background: unset;
    border: 1px solid var(--primary_1);
}

.swiper-pagination-bullet-active {
    background: var(--primary_1);
}

.swiper .btn {
    padding: 0;
}

.swiper .btn svg {
    transform: unset;
}

/* ------------------ / Aparat iframe \ ------------------ */
.aparat_iframe {
    width: 100%;
    min-height: 440px;
    height: 100% !important;
}
.h_iframe-aparat_embed_frame{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border: var(--border_color_1);
    padding: var(--margin-2);
    display: flex;
    flex-wrap: wrap;
}
.h_iframe-aparat_embed_frame:before {
    content: '';
    display: block;
    background: #333;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px; /* Changed from left: 4px */
    left: 4px; /* Changed from right: 4px */
}
.h_iframe-aparat_embed_frame iframe{
    width: 802px;
    height: 460px;
    margin: 0 auto;
    display: block;
    border: 0;
    z-index: 1;
}
/* added for responsive */
a.logo {
    z-index: 2;
}
@media (max-width : 1400px) {
    .cta-two .cta_2-banners img {
        width: 146px;
    }
}
@media (max-width : 1200px) {
    .cta-container {
        padding : 10px !important;
    }
}
@media (max-width: 991px) {
    .video_management-layout1 {
        width: auto;
        padding: 0 4rem;
    }
    .extraslider-template-2 .product_card_5 .card_image_wrapper {
        width: 50%;
        margin: 0 0 0 76.5px; /* Changed from margin: 0 76.5px 0 0 */
    }
    .modtitle.modtitle-2 {
        font-size: 18px;
        line-height: 3rem;
    }
}
@media (max-width: 768px) {
    .product_card_7 .card_image_wrapper {
        width : auto;
    }
    .cta-two .cta_2-banners img{
        width: 150px;
    }
}
/* ------------------ / End - Aparat iframe \ ------------------ */

.button_show_more_less {
    display: inline-block;
    border: 0;
    padding: 3px var(--margin-2);
    border-radius: var(--border-radius_1);
    line-height: 20px;
    background: var(--primary_1);
    color: var(--text-color-dark-2);
    font-size: 10px;
    float: right; /* Changed from float: left */
    right: 50%; /* Changed from left: 50% */
    position: relative;
}

.hideContent {
    overflow: hidden;
    height: 110px;
    position: relative;
}

.hideContent:after {
    display: block;
    content: "";
    height: 180px;
    position: absolute;
    bottom: -27px;
    width: 100%;
    right: 0; /* Changed from left: 0 */
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%,#fff);
}

.showContent {
    height: auto;
}