:root {
    /* Primary / Accent */
    --color-primary: #EF772E;
    --color-primary-hover: #D4691F;

    /* Text colors */
    --color-text-dark: #222222;
    --color-text-medium: #666666;
    --color-text-light: #888888;
    --color-text-muted: #999999;

    /* Black & White */
    --color-white: #ffffff;
    --color-black: #000000;

    /* Grays - dark to light */
    --color-gray-900: #111111;
    --color-gray-850: #2F2F2F;
    --color-gray-800: #333333;
    --color-gray-750: #6A6A6A;
    --color-gray-700: #666666;
    --color-gray-600: #888888;
    --color-gray-500: #a9a9a9;
    --color-gray-400: #cccccc;
    --color-gray-300: #dddddd;
    --color-gray-200: #e5e5e5;
    --color-gray-100: #eeeeee;
    --color-gray-50: #f5f5f5;

    /* Backgrounds */
    --color-bg-light: #f7f7f7;
    --color-bg-page: #ffffff;
    --color-bg-white: #ffffff;

    /* Borders */
    --color-border: #e5e5e5;
    --color-border-light: #eeeeee;
    --color-border-dark: #dddddd;

    /* Accent colors */
    --color-yellow: #ffd741;
    --color-error: #ec2828;
    --color-success: #4cbb6c;

    /* Social */
    --color-facebook: #3a589e;
    --color-twitter: #5ea9dd;
    --color-pinterest: #cb2027;
    --color-instagram: #fd5949;
}

/******* Start Common.css *******/
/***** start header *****/
#header {
    background: var(--color-white);
    color: #7a7a7a;
    width: 100%;
    /*border-bottom: 1px solid var(--color-gray-200);*/
    position: relative;
    margin-bottom: 0;
    /*z-index: 1000;*/
}
#header a:hover {
    text-decoration: none;
}
#index #header {
    border: none;
    margin-bottom: 0;
}
.card {
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*border-radius: 3px;*/
}
#module-tvcmsblog-archive #content {
    border: none;
}
.tvcmsheader-sticky.sticky {
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    background-color: var(--color-white);
    width: 100%;
    left: 0;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    list-style: none;
}
.tvcmsheader-sticky.sticky .menu-subtitle {
    top: 2px;
}
/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/*Standard syntax */
@-moz-keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/*Standard syntax*/
@keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/***** start mobile header *****/
/***** start logo *****/
.tv-header-logo {
    padding: 0;
}
.tv-header-logo {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
/*.tv-header-logo a{
    width: 100%;
}*/
.tv-header-logo img {
    max-width: 100%;
}
.tvcms-loading-inner img.logo {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}
/***** end logo *****/
/***** start horizontal menu *****/
.tvcmsdesktop-top-header-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tvmain-menu-sub-menu .top-menu.tv-header-menu {
    overflow: hidden;
    margin: 0;
}
.tvcmsdesktop-top-header-wrapper .tvcmsmain-menu-wrapper {
    position: initial;
    z-index: 70
}
.tvcmsvertical-menu .menu-dropdown {
    border-radius: 3px;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper>.tv-header-menu>li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.tvmain-menu-sub-menu .tv-header-menu li {
    overflow: hidden;
    width: 185px;
    margin: 0;
    float: left;
    padding-right: 10px;
    position: relative;
}
.tvmain-menu-sub-menu .tv-header-menu li #header .header-top .position-static {
    margin-bottom: 0;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="0"]>li>.tvmenu-link-wrapper a span {
    color: var(--color-white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    line-height: 39px;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="0"]>li>.tvmenu-link-wrapper a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    bottom: 0;
    left: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="0"]>li:hover>.tvmenu-link-wrapper a span:after {
    width: 100%;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="1"]>li>.tvmenu-link-wrapper a span {
    color: var(--color-text-dark);
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
}
.tvmenu-link-wrapper {
    position: relative;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="1"]>li>.tvmenu-link-wrapper a span:hover {
    color: var(--color-primary);
}
.tvcms-header-menu .tv-header-menu>li>.tvmenu-link-wrapper i {
    color: var(--color-white);
    line-height: 20px;
    font-size: 17px;
}
.tvmain-menu-sub-menu .tvmenu-toggle-icon {
    display: none;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper>.tv-header-menu>li {
    padding: 0 20px;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper>.tv-header-menu>li:first-child {
    padding-left: 0;
}
.tvcmsdesktop-top-header-wrapper .tvmain-menu-dropdown.tv-auto-scroll {
    max-height: 400px;
    overflow-y: scroll;
}
.tvmain-menu-wrapper a[data-depth="2"] .tvmain-menu-text-box {
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
}
.tvcms-header-menu .tv-header-menu>li>.tvmenu-link-wrapper a[data-depth="1"] {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 30px;
    text-align: left;
}
.tvmain-menu-mobile-dropdown {
    text-align: left;
}
.tvmenu-button-wrapper {
    display: none;
}
.tvheader-top-menu-img {
    padding-top: 20px;
}
.tv-desk-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/***** mobile horizontal menu *****/
.tvmobileheader-offer-wrapper {
    text-align: center;
}

/***** start header right *****/
/***** offer text *****/
.tvcmsmobile-header-right {
    position: relative;
}
.tv-contact-account-cart-wrapper {
    text-align: right;
    justify-content: flex-end;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.tv-myaccount-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
}
.tvcms-header-cart .tvheader-cart-btn-wrapper {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-inline-end: 0;
}
.tvheader-cart-wrapper {
    /*padding: 29px 0 29px 24px;*/
}
.header-4 .tv-account-wrapper,
.header-5 .tv-account-wrapper {
    padding: 0;
}
#tvcmsdesktop-account-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.tv-account-wrapper {
    padding: 32px 0 32px 0;
}
.tvcart-icon-text-wrapper .tvcart-lable,
.tv-account-wrapper .tv-myaccount-btn span {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-medium);
    vertical-align: middle;
    max-width: 120px;
    text-align: left;
    margin: 5px 0;
}
/***** start serach right *****/
#header .tvsearch-top-wrapper {
    position: static;
}
#header .tvmobile-search-icon .tvsearch-close {
    display: none;
}
.tvsearch-top-wrapper .tvsearch-close i {
    /*display: none;*/
}
.tvheader-sarch-display:hover .tvheader-search-display-icon .tvsearch-open {
    background-position: -56px -543px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
#header #_desktop_search .tvsearch-top-wrapper .tvsearch-open {
    display: flex;
}
#header #_desktop_search .tvsearch-top-wrapper .tvsearch-open:hover {
    /*transform: scaleX(-1);*/
}
#header #_desktop_search .tvsearch-top-wrapper .tvsearch-open,
#header #_desktop_search .tvsearch-top-wrapper .tvsearch-open:hover {
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.tvcmssearch-wrapper {
    float: none;
    padding: 0;
}
.tvsearch-header-display-wrappper form {
    border-radius: 0;
    border:none;
    overflow: hidden;
}
.tvheader-top-search-wrapper {
    /*background-color: var(--color-primary);*/
}
.tvheader-top-search-wrapper:hover {
    /*background-color: var(--color-text-dark);*/
}
.tvsearch-close-btn {
    display: none;
}
.tvcmssearch-dropdown {
    z-index: 90;

}
.tvcmsheader-search.search-widget form button[type=submit] .tvserach-name,
#_desktop_search .tvcmsheader-search .tvserach-name {
    display: none;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 400;
}
.tvcmsheader-search.search-widget form button[type=submit] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tvcmsheader-search.search-widget form button[type=submit] i {
    font-size: 21px;
}
.tvcmsheader-search .tvcms-select-category {
    display: block;
    border: none;
    min-width: 90px;
    font-size: 12px;
    color: var(--color-text-dark);
    margin: 0 20px 0 10px;
    padding-left: 10px;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background-image: url(../img/themevolty/arrow-down1.png);
    background-repeat: no-repeat;
    background-position: 100%;
}
.tvheader-sarch-display {
    display: none;
}
#header .tvsearch-header-display-wrappper {
    position: relative;
    opacity: 1;
    right: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    width: 100%;
    z-index: 90
}
#header .tvsearch-result {
    margin: 0;
}
.tvsearch-more-search-wrapper {
    text-align: center;
    margin: 10px 0;
}
.tvcmsheader-search.search-widget form input[type=text] {
    height: 52px;
    color: var(--color-text-dark);
    padding-inline-start: 16px;
}
.tvcmsheader-search.search-widget form input[type=text]::placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.tvsearch-dropdown-close {
    border: none;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
}
.tvsearch-dropdown-wrapper:hover .tvsearch-dropdown-content-box .tvsearch-dropdown-title {
    color: var(--color-primary);
}
.tvsearch-dropdown-close-wrapper {
    position: absolute;
    right: 4px;
    top: 4px;
}
/***** start deckstop and mobile my account *****/
.tvcms-header-myaccount {
    position: relative;
    cursor: pointer;
}
.tvcms-header-myaccount .tv-myaccount-btn i {
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    margin-right: 8px;
}
.tvcms-header-myaccount:hover .tv-myaccount-btn i {
    background-position: -55px -756px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.tvcms-header-myaccount .tv-account-dropdown {
    right: -60px;
    left: auto;
    top: 100%;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    /*border-bottom: 4px solid var(--color-primary);*/
    padding: 10px 15px;
    min-width: 174px;
    width: max-content;
    background-clip: inherit;
    box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
}
/***** main header-navbar *****/
.tvcmsdesktop-top-header-wrapper .tvcmsdesktop-top-header {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
}
.container.tvcmsdesktop-top-wrapper {
    padding: 0;
}
.tvcmsdesktop-top-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tvheader-nav-offer-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}
.tvheader-nav-offer-text i {
    font-size: 19px;
    color: var(--color-gray-500);
    margin-inline-end: 5px;
}
.tvheader-nav-offer-text {
    font-size: 14px;
    color: var(--color-text-dark);
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.tvheader-nav-offer-text p {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
}
/***** start deckstop language *****/
.tvheader-language-currency-wrapper {
    text-align: right;
}
.tvheader-language,
.tvheader-currency {
    margin-inline-end: 15px;
}
.tvheader-language,
.tvheader-currency,
.tvheader-wishlist,
.tvheader-compare {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.tvcmsdesktop-language-selector {
    text-align: right;
}
#tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
#tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
    color: var(--color-gray-900);
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
}
.header-7 #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
.header-7 #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
    letter-spacing: 44px;
    letter-spacing: 0.5px;
    width: 100%;
}
#tvcmsdesktop-language-selector .tv-language-lable,
#tvcmsdesktop-currency-selector .tv-currency-lable {
    display: none;
}
#tvcmsdesktop-language-selector .tv-language-btn,
#tvcmsdesktop-currency-selector .tv-currency-btn {
    display: block;
    width: 100%;
    cursor: pointer;
}
#tvcmsdesktop-language-selector .tv-language-btn .tvimage-lazy {
    margin-inline-end: 5px;
    margin-bottom: 2px;
}
#tvcmsdesktop-language-selector .tv-language-btn i,
#tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: var(--color-text-dark);
    font-size: 12px;
    width: 20px;
    text-align: center;
    line-height: 12px;
}
.header-7 #tvcmsdesktop-language-selector .tv-language-btn i,
.header-7 #tvcmsdesktop-currency-selector .tv-currency-btn i,
.header-1 #tvcmsdesktop-language-selector .tv-language-btn i,
.header-1 #tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: var(--color-white);
}
#tvcmsdesktop-user-info .tvhedaer-sign-btn,
.tvcmsdesktop-view-wishlist .tvwishlist-name span,
.tv-account-dropdown a.tvmyccount,
.tvcmsdesktop-view-compare .tvdesktop-view-compare-name {
    color: var(--color-gray-900);
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    /*vertical-align: middle;*/
}
.tvdesktop-wishlist:hover .tvwishlist-name span,
.tvcmsdesktop-view-compare:hover .tvdesktop-view-compare-name,
.tvdesktop-wishlist:hover .tvwishlist-icon i,
.tvdesktop-view-compare:hover .tvdesktop-compare-icon i {
    color: var(--color-primary);
}
#tvcmsdesktop-user-info a.tvhedaer-sign-btn {
    display: block;
}
#tvcmsdesktop-user-info a.tvhedaer-sign-btn:last-child {
    border: none;
    display: block;
}
#tvcmsdesktop-user-info .tvhedaer-sign-btn i {
    color: var(--color-gray-900);
    font-size: 12px;
    width: 20px;
    text-align: center;
}
#tvcmsdesktop-language-selector:hover .tv-language-btn i,
#tvcmsdesktop-currency-selector:hover .tv-currency-btn i,
#tvcmsdesktop-user-info:hover .tvhedaer-sign-btn i,
#tvcmsdesktop-language-selector:hover .tv-language-btn .tv-language-span,
#tvcmsdesktop-currency-selector:hover .tv-currency-btn .tv-currency-span,
#tvcmsdesktop-user-info .tvhedaer-sign-btn:hover,
.tv-account-dropdown a.tvmyccount:hover {
    color: var(--color-primary);
}
/*.tv-account-dropdown > div {
    border-bottom: 1px solid var(--color-gray-200);
}*/
.tv-account-dropdown>div:last-child {
    border-bottom: none;
}
.tv-language-dropdown li img {
    margin-inline-end: 3px;
    vertical-align: baseline;
}
.tv-language-dropdown li a,
.tv-currency-dropdown li a {
    font-size: 14px;
    color: var(--color-text-dark);
    line-height: 30px;
}
.tv-language-dropdown li a:hover,
.tv-currency-dropdown li a:hover {
    color: var(--color-primary);
}
.tv-language-dropdown,
.tv-currency-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    background-color: var(--color-white);
    text-align: left;
}
/***** media language *****/
/***** start decsktop cart *****/
.tvheader-cart-btn-wrapper {
    position: relative;
}
.tv-cart-icon i {
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: var(--color-text-dark);
    display: none;
}
.tvcart-no-product {
    padding: 15px;
}
.tv-header-cart .tv-cart-icon {
    display: flex;
}
.tv-header-cart .tv-cart-icon:hover {
    background-position: -55px -655px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
}
.tv-cart-cart-inner {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    right: 2px;
    top: -2px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: var(--color-primary);
}
.tvcart-no-product-label {
    text-align: center;
}
.tvcmscart-show-dropdown {
    width: 340px;
    position: absolute;
    right: 0;
    z-index: 90;
    background-color: var(--color-white);
    top: 100%;
    opacity: 0;
    box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tvcmscart-show-dropdown.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tvcart-product-totle {
    margin-bottom: 10px;
    color: var(--color-text-medium);
}
.tvcart-product-list {
    padding: 15px 35px;
    border-top: 1px solid var(--color-gray-200);
    text-align: left;
}
.tvcmscart-show-dropdown .tvcart-product-wrapper.items {
    overflow: hidden;
    padding: 10px 0;
}
.tvcmscart-show-dropdown .tvcart-product-list-img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    position: relative;
    float: left;
}
.tvcmscart-show-dropdown .tvcart-product-list-price {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.tvshoping-cart-dropdown-title span.product-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--color-gray-900);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}
.tvcart-product-content {
    overflow: hidden;
}
.tvcart-product-list-price span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-text-medium);
}
.tvcmscart-show-dropdown .tvshoping-cart-dropdown-title a {
    font-size: 15px;
}
.tvcmscart-show-dropdown .tvcart-product-list-attribute {
    display: none;
}
.tvcart-product-remove {
    display: inline-block;
    vertical-align: middle;
    /*width: 20%;*/
}
.tvcmscart-show-dropdown .tvcart-product-list-img:hover .tvcart-product-remove {
    opacity: 1;
    visibility: visible;
}
.tvcart-product-remove a i {
    height: 32px;
    width: 32px;
    display: block;
    line-height: 32px;
    display: none;
    color: var(--color-white);
    font-size: 16px;
}
.tvcart-product-remove a {
    color:  #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    display: inline-block;
    border-bottom: 1px solid #111;
    padding-bottom: 1px;
}
.tvcart-product-content-box {
    position: relative;
    margin-bottom: 20px;
    scroll-behavior: smooth;
    overflow-y: auto;
    max-height: 245px;
    padding-right: 20px;
}
.tvcart-product-list-total-info .tvshoping-cart-subtotal,
.tvshoping-cart-shipping,
.tvshoping-cart-tax,
.ttshoping-cart-total {
    font-size: 16px;
    color: var(--color-text-dark);
    font-weight: 600;
}
span.tvcart-product-price {
    float: right;
    color: var(--color-gray-900);
    font-weight: 600;
    font-size: 16px;
}
.tvcart-product-list-subtotal-prod,
.tvcart-product-list-subtotal-shipping,
.tvcart-product-list-subtotal-tax,
.tvcart-product-list-subtotal-excluding-text {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tvcart-product-list-subtotal-excluding-text {
    border-top: 1px solid var(--color-gray-200);
    padding-top: 10px;
}
.tvcart-product-list-viewcart {
    background-color: var(--color-white);
    border-radius: 0;
    text-align: center;
    margin-bottom: 10px;
}
.tvcart-product-list-checkout {
    background-color: var(--color-primary);
    border-radius: 0;
    text-align: center;
}
.tvcart-product-list-viewcart:hover {
    background-color: var(--color-primary);
}
.tvcart-product-list-checkout:hover {
    background-color: var(--color-white);
}
.tvcart-product-list-viewcart:hover a {
    color: var(--color-white);
}
.tvcart-product-list-checkout:hover a {
    color: var(--color-text-dark);
}
.tvcart-product-list-checkout a,
.tvcart-product-list-viewcart a {
    display: block;
    font-weight: 600;
    padding: 13px 10px;
}
.tvcart-product-list-checkout a {
    color: var(--color-white);
}
.tvorder-conformation-wrapper {
    margin-bottom: 100px;
}
.tvshopping-cart-quentity {
    margin: 0 7px;
}
.tvcart-product-list-btn-wrapper {
    padding: 35px;
    background-color: var(--color-primary);
}
/***** Media cart *****/
/***** Media cart *****/
#blockcart-modal .cart-content .cart-content-btn .btn-secondary:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
@media(max-width: 1050px) {
    .tvcmsstore-time {
        display: block;
    }
    .tvheader-cart-wrapper .tv-cart-icon {
        /*margin: 0 5px 0 0;*/
    }
}
/***** RTL ALL header *****/
.tvcategory-title-wrapper {
    background-color: var(--color-yellow);
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid var(--color-gray-200);
    position: relative;
}
.tvcategory-title-wrapper .tvleft-right-title span {
    text-align: left;
    color: var(--color-text-dark);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
    ;
}
/****** end header *****/
/****** product after link *****/
.tvallproduct-link,
.tvfooter-view-link {
    text-align: right;
}
.tvnews-event-link a,
.tvallproduct-link a,
.tvleft-right-penal-all-block .tvall-product-bottom-link-block a,
.tvcmsblog-left-side .tvnews-event-link a,
.tvfooter-view-link a {
    color: var(--color-text-dark);
}
.tvnews-event-link a i,
.tvallproduct-link a i,
.tvleft-right-penal-all-block .tvall-product-bottom-link-block a i,
.tvcmsblog-left-side .tvnews-event-link a i,
.tvfooter-view-link a i {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: var(--color-text-dark);
}
.tvleft-right-penal-all-block .tvall-product-bottom-link-block,
.tvfooter-view-link {
    display: none;
}
.tvnews-event-link a:hover,
.tvallproduct-link a:hover,
.tvleft-right-penal-all-block .tvall-product-bottom-link-block a:hover,
.tvcmsblog-left-side .tvnews-event-link a:hover,
.tvfooter-view-link a:hover,
.tvnews-event-link a:hover i,
.tvallproduct-link a:hover i,
.tvleft-right-penal-all-block .tvall-product-bottom-link-block a:hover i,
.tvcmsblog-left-side .tvnews-event-link a:hover i,
.tvfooter-view-link a:hover i {
    color: var(--color-primary);
}
.tv-total-product-number {
    line-height: 40px;
}
.tv-total-product-number {
    line-height: 40px;
}
.tvcmstab-title-product {
    margin-bottom: 25px;
}
.tvcmsspecial-product,
.tvcmsfeatured-product,
.tvcmsbest-seller-product,
.tvcmsnew-product,
.tvcmssame-category-product,
.tvcmscross-selling-product,
.tvcmslike-product {
    margin-bottom: 25px;
    display: flex;
}
/***** product title design *****/
.tvcmsmain-title-wrapper {
    margin-bottom: 36px;
    position: relative;
}
.tvtab-title-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
}
.tvcustomer-services .tvcmsmain-title-wrapper {
    display: none;
}
.tvtab-product .tvcms-main-title {
    text-align: center;
    margin-bottom: 30px;
}
.tvtab-product .tvtab-title-wrapper .tvtabs-products {
    margin-bottom: 0;
}
.tvtab-title-wrapper .tvtabs-products li {
    position: relative;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid transparent;
    margin: 0 8px;
    min-height: 40px;
}
.tvtab-title-wrapper .tvtabs-products li span {
    font-weight: 400;
    color: var(--color-text-light);
    font-size: 18px;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
    ;
}
.tvtab-title-wrapper .tvtabs-products li:hover span:after,
.tvtab-title-wrapper .tvtabs-products li.active span:after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: var(--color-primary);
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.tvtab-title-wrapper .tvtabs-products li:hover,
.tvtab-title-wrapper .tvtabs-products li.active {
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*background-color: var(--color-white);*/
}
.tvtab-title-wrapper .tvtabs-products li:hover span,
.tvtab-title-wrapper .tvtabs-products li.active span {
    color: var(--color-text-medium);
}
.tvtab-product {
    overflow: hidden;
}
.tvcms-main-title .tvmain-title h2 {

    color: var(--color-text-dark);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 44px */
    letter-spacing: -1.76px;
    text-align: left;
    padding-bottom: 0;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
    font-size: 22px;
}
.tvcms-main-title .tvmain-sub-title h4 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    display: none;
}
.tvcms-main-title .tvmain-desc {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--color-text-medium);
    letter-spacing: .3px;
    display: none;
}
.tvcmscategory-chain-slider .tvcms-main-title .tvmain-desc {
    display: block;
}
/***** tab title *****/
@media(max-width: 1280px) {
    .tvheader-nav-offer-text {
        padding: 10px 0;
    }
    #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
    #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
        line-height: 40px;
    }
    .tvnews-event-content-wrapper .tvnews-event-titel a h3,
    .kr_blog_post_area .tvblog_post .post_content .post_title a {
        font-size: 15px !important;
    }
}
/***** Start All Product design *****/
/***** Start Main Wrapper *****/
.tvproduct-wrapper {
    /*background-color: var(--color-white);*/
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.tvproduct-btn-color {
    visibility: visible;
    opacity: 1;
}
.products.owl-carousel.owl-drag .owl-item:hover,
.tvtabcategory-all-product-slider .owl-item:hover {
    position: relative;
    z-index: 20;
}
.tvall-product-wrapper-info-box.tvtab-first-product {
    margin-bottom: 15px;
}
.tvall-product-wrapper-info-box {
    padding: 0 15px;
}
/*.tvproduct-wrapper .tvproduct-image img{
    width: auto;
}*/
.tv-product-top-hover {
    text-align: left;
    padding: 15px;
}
.tvproduct-wrapper.list,
.tvproduct-wrapper.list-2,
.tvproduct-wrapper.catelog {
    margin-bottom: 0;
}
/***** Start Product detail slider *****/
.slick-dots li button:before {
    font-size: 30px
}
.slick-dots li {
    margin: 0
}
.tvvertical-slider img.thumb {
    display: inline-block;
}
.tvvertical-slider img.thumb.selected,
.tvvertical-slider img.thumb:hover {
    /*border: none;*/
}
/***** Start Product Review *****/
.tvproduct-wrapper .tvall-product-star-icon {
    padding-bottom: 10px;
}
.tvall-product-star-icon .star i {
    font-size: 14px;
    color: var(--color-gray-400);
    margin: 0 1px;
}
.tvall-product-star-icon .star.star_on i {
    color: #ffc315;
}
/***** End Product Review *****/
/***** Start all sale lable *****/
.tvproduct-flags {
     display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvproduct-page-wrapper .tvproduct-flags {
    opacity: 1;
}
.tvproduct-wrapper:hover .tvproduct-flags {
    opacity: 0;
}
.tvproduct-wrapper:hover .tvproduct-flags.tvproduct-sale-pack-wrapper {
    opacity: 1;
}
.tvproduct-online-new-wrapper .tvproduct-flags li {
    text-align: left;
}
.tvproduct-sale-pack-wrapper {
    display: none;
    left: 14px;
    right: auto;
    top: 14px;
    transform: none;
    float: none;
    text-align: center;
    width: auto;
    height: auto;
    background: #2F2F2F;
    background-image: none;
    border-radius: 4px;
    padding: 6px 10px;
}
.tvproduct-online-new-wrapper {
    left: 20px;
    right: auto;
    text-align: center;
    background-color: #db993a;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border-radius: 100%;
}
.lang-rtl .tvproduct-flags.tvproduct-sale-pack-wrapper,
.lang-rtl .tvproduct-discount-price {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.lang-rtl .tvproduct-online-new-wrapper {
    right: 15px;
    left: auto;
}
.tvproduct-sale-pack-wrapper .tvproduct-flags li {
    text-align: center;
    color: #F8F8F8;
}
.tvproduct-flags.tvproduct-sale-pack-wrapper li {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    padding: 0;
}
.tvproduct-flags li {
     font-size: 11px;
    color: var(--color-white);
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 4px 0;
    ;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
/***** Start all sale lable--list-list-2--catelog *****/
.list.tvproduct-wrapper .tvproduct-flags,
.catelog.tvproduct-wrapper .tvproduct-flags,
.list-2.tvproduct-wrapper .tvproduct-flags {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
/*****Start image change on hover*****/
.tvproduct-wrapper .tvproduct-image a {
    text-align: center;
    display: block;
    position: relative;
}
.tvproduct-wrapper .tvproduct-image {
    overflow: hidden;
    padding-right: 0;
    position: relative;
    border-radius: 0;
    background-color: var(--color-gray-100);
}
.tvproduct-wrapper .lazy {
    position: relative;
}
img.lazy.loaded {
    height: auto;
    width: auto;
    background: none;
}
.tvproduct-wrapper .lazy,
img.lazy {
    background: var(--color-white) url(../img/themevolty/product.gif) no-repeat scroll 50% 50%;
    width: 100%;
}
.tvproduct-wrapper .tvproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: none;
    background-color: var(--color-white);
}
.tvproduct-wrapper:hover .tvproduct-hover-img {
    opacity: 1;
}
/*****End image change on hover*****/
/*****Start timer design *****/
.tvproduct-wrapper.grid .tvproduct-timer,
.tvproduct-wrapper.grid-2 .tvproduct-timer {
     position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvproduct-wrapper:hover.grid .tvproduct-timer,
.tvproduct-wrapper:hover.grid-2 .tvproduct-timer {
    bottom: -35px;
    opacity: 0;
}
.tvproduct-wrapper .tvtimer-wrapper {
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    border: 1px solid var(--color-gray-100);
    margin-bottom: 5px;
    border-radius: 50px;
    background-color: var(--color-white);
    box-shadow: 0px 2px 2.85px 0.15px rgba(0, 0, 0, 0.1);
    min-width: 180px;
}
.tvproduct-wrapper .tvproduct-timer-icon {
    display: inline-block;
    vertical-align: middle;
}
.tvproduct-wrapper .tvproduct-timer-icon i {
     font-size: 15px;
    color: var(--color-text-medium);
    line-height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.tvproduct-wrapper .tvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    min-width: auto;
    height: 28px;
    line-height: 34px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.tvproduct-wrapper .tvproduct-timer-wrapper .seconds {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 400;
}
.tvproduct-wrapper .tvproduct-timer-wrapper .hours,
.tvproduct-wrapper .tvproduct-timer-wrapper .minutes,
.tvproduct-wrapper .tvproduct-timer-wrapper .days {
    color: var(--color-text-medium);
    font-size: 14px;
    font-weight: 400;
}
.tvproduct-wrapper .tvtimer-dot {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2.5px;
    font-size: 14px;
    color: var(--color-gray-900);
}
.tvproduct-wrapper .tvproduct-timer-wrapper .tvtimer-name {
    display: none;
}
@media(max-width: 1199px) {
    .tvproduct-wrapper .tvproduct-timer-wrapper {
        min-width: 22px;
    }
}
/***** mobile Start timer design *****/
@media(max-width: 1600px) {
    .tvproduct-wrapper .tvtimer-wrapper {
        padding: 0 5px;
    }
    .tvcategory-chain-slider-wrapper-info {
        width: 33.33%;
        margin-bottom: 30px;
    }
}
/*@media(max-width: 575px){
    .tvproduct-wrapper.grid .tvproduct-timer,
    .tvproduct-wrapper.grid-2 .tvproduct-timer{
        bottom:100px;
        top: auto;
    }
}*/
/***** end Start timer design *****/
/*****Start cart-Quick-compare-wishlist Hover btn*****/
.tvproduct-wrapper.grid .tvproduct-hover-btn,
.tvproduct-wrapper.grid-2 .tvproduct-hover-btn {
    position: absolute;
    top: 30%;
    z-index: 10;
    text-align: center;
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvproduct-wrapper.grid:hover .tvproduct-hover-btn,
.tvproduct-wrapper.grid-2:hover .tvproduct-hover-btn {
    opacity: 1;
    right: 15px;
}
.tvproduct-wrapper.grid .tvproduct-quick-btn,
.tvproduct-wrapper.grid-2 .tvproduct-quick-btn,
.tvproduct-wrapper.grid .tvproduct-cart-btn,
.tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
.tvproduct-wrapper.grid .tvproduct-cart-btn,
.tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
.tvproduct-wrapper.grid .tvproduct-wishlist,
.tvproduct-wrapper.grid-2 .tvproduct-wishlist,
.tvproduct-wrapper.grid .tvcompare-wrapper,
.tvproduct-wrapper.grid-2 .tvcompare-wrapper {
    margin: 0 0px 10px 0px;
    background-color: transparent;
    border: none;
    vertical-align: middle;
}
.tvproduct-wrapper:hover .tvproduct-quick-btn,
.tvproduct-wrapper:hover .tvproduct-cart-btn,
.tvproduct-wrapper:hover .tvproduct-wishlist,
.tvproduct-wrapper:hover .tvcompare-wrapper {
/*    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); */
}
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn {
    transition-delay: 0.2s;
}
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn {
    transition-delay: 0.3s;
}
.tvproduct-wrapper .tvproduct-hover-btn .tvcompare-wrapper {
    transition-delay: 0.4s;
}
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist {
    transition-delay: 0.5s;
}
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-quick-btn {
    transition-delay: 0.2s;
}
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-cart-btn {
    transition-delay: 0.3s;
}
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvcompare-wrapper {
    transition-delay: 0.4s;
}
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-wishlist {
    transition-delay: 0.5s;
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart,
.tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon {
     height: 45px;
    width: 45px;
    padding: 13px 5px;
    text-align: center;
    background-color: var(--color-white);
    display: block;
    border-radius: 100%;
    color: var(--color-gray-900);
    border: 1px solid transparent;
    /*box-shadow: 0px 7px 7.36px 0.64px rgb(0 0 0 / 4%);*/
}

.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart,
.tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon {
    background-color: var(--color-white);
    border: 1px solid transparent;
    box-shadow: 0px 7px 7.36px 0.64px rgba(0, 0, 0, 0.04);
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
    overflow: hidden;
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart span,
.tvproduct-wrapper .tvproduct-wishlist .panel-product-line span,
.tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-lable {
    display: none;
}
.tvproduct-wrapper .tvproduct-add-to-cart-label,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart i,
.tvproduct-wrapper .tvproduct-quick-btn i,
.tvproduct-wrapper .tvproduct-wishlist .panel-product-line i,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon i.add,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon i.remove {
    /*display: none;*/
   /* padding: 8px;
    width: 36px;
    height: 36px;
    font-size: 21px;*/
}
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon svg.hide,
.tvcompare-wrapper .tvcmsproduct-compare-btn svg.hide,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart svg.hide
 {
    display: none;
}
.tvproduct-wrapper .tvproduct-out-of-stock svg.add-cart {
    display: none;
}
.tvproduct-wrapper .tvproduct-out-of-stock svg.out-of-stock.hide {
    display: block;
}
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon i.remove {
    color: var(--color-white);
    background-color: var(--color-primary);
    /*border: 1px solid var(--color-primary);*/
    background-position: -158px -609px;
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock {
    z-index: 2;
    position: relative;
    opacity: 1;
    background-color: var(--color-gray-300);
    border-radius: 50px;
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 7px 7.36px 0.64px rgb(0 0 0 / 4%);
}
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-out-of-stock {
    /*background-color: var(--color-primary);*/
    /*border: 1px solid var(--color-primary);*/
}
.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon,
.tvproduct-wishlist-compare .tvproduct-wishlist .tvproduct-wishlist-wrapper-icon {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 43px;
    margin-right: 0;
    background-color: #0000;
    border-radius: 25px;
    font-size: 21px;
    display: inline-block;
}
.tvproduct-wishlist-compare .tvproduct-wishlist .tvproduct-wishlist-icon svg {
    width: 56px;
    height: 56px;
}
.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon svg {
    width: 19px;
    height: 19px;
}
.tvproduct-wishlist-compare .tvcompare-wrapper:hover i,
.tvproduct-wishlist-compare .tvcompare-wrapper:hover span,
.tvproduct-wishlist-compare .tvproduct-wishlist:hover i,
.tvproduct-wishlist-compare .tvproduct-wishlist:hover span {
    color: var(--color-primary)
}
/***** end Start cart-Quick-compare-wishlist Hover btn *****/
/*****Start Product Title & Price*****/
.tvproduct-name.product-title a h6 {
    color: var(--color-gray-900);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 0;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tvproduct-name.product-title a:hover h6 {
    color: #EF772E;
}
/*.tvleft-right-product-slider .tv-product-price .price{
    font-size: 14px;
}
.tvleft-right-product-slider .tv-product-price .regular-price{
    font-size: 13px;
}*/
ul.wlp_bought_list li .product_infos .product-name {
    color: var(--color-gray-900);
    font-size: 16px;
    font-weight: 500;
}
.product-price-and-shipping .price {
    font-size: 16px!important;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    color: var(--color-gray-900);
    display: inline-block;
}
.product-price-and-shipping .price.discounted {
    color: #2F2F2F;
}
.product-price .current-price .price.discounted {
    color: #2F2F2F;
}
.product-price-and-shipping .regular-price {
    font-size: 16px;
    font-weight: 600;
    color: #4C4C4C;
    text-decoration: line-through;
    margin: 0 8px 0 0;
    display: inline-block;
}
#products .product-price-and-shipping {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.tvproduct-name-price-wrapper .tvproduct-name {
    padding-bottom: 6px;
}
.tvproduct-name .tvproduct-cat-name {
    display: none;
}
/*.product-description .tvproduct-name .product-title {
    padding: 0 0 10px 0;
}*/
.tvproduct-wrapper .product-price-and-shipping {
    /*display: inline-block;*/
}
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    text-align: left;
}
.product-price-and-shipping .tvproduct-discount-price {
    color: var(--color-text-muted);
    font-weight: 400;
    font-size: 11px;
    padding: 3px;
    border: 1px solid var(--color-gray-400);
    display: none;
}
.tvproduct-info-box-wrapper {
    padding: 20px 0 10px 0;
    text-align: left;
    position: relative;
}
.tvproduct-wrapper.list .product-description .tvproduct-name.product-title,
.tvproduct-wrapper.list-2 .product-description .tvproduct-name.product-title,
.tvproduct-wrapper.catelog .product-description .tvproduct-name.product-title {
    padding: 0;
}
@media(max-width: 1281px) {
    .tvproduct-info-box-wrapper {
        padding: 8px;
    }
    .tvleft-right-product-slider .tvproduct-wrapper {
        padding: 5px !important;
    }
}
/***** end Start Product Title & Price*****/
.tv-verticalmenu-slider-wrapper .product-description {
    padding: 15px;
    text-align: center;
}
.tvverticalmenu-dropdown .product-container {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
/*****Start Gride---Gride-2---List---List-2---Cateloge Product*****/
#products.grid-2 .tv-grid-list-wrapper-info-box {
    width: 33.33%;
}
.tvproduct-catalog-btn-wrapper {
    display: block;
    text-align: center;
}
.tv-product-cart-quentity-inner {
    margin-right: 0;
    margin-bottom: 15px;
}
.tv-product-catalog-btn .tvproduct-cart-quentity {
    width: 40px;
    color: var(--color-gray-900);
}
.tvproduct-cart-quentity-increment,
.tvproduct-cart-quentity-decrement {
    background-color: var(--color-text-dark);
    border: none;
    color: var(--color-white);
}
.tvproduct-cart-quentity-increment:hover,
.tvproduct-cart-quentity-decrement:hover {
    background-color: var(--color-primary);
}
#products.list-2 .tv-product-desc,
#products.list .tv-product-desc {
    font-size: 14px;
    color: var(--color-text-medium);
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#products.catelog .tv-product-desc {
    font-size: 14px;
    color: var(--color-text-medium);
    font-weight: 400;
    -webkit-line-clamp: 3;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
}
#products.list .tvproduct-name,
#products.list-2 .tvproduct-name,
#products.catelog .tvproduct-name {
    margin-bottom: 10px;
}
#products.catelog .tvall-product-star-icon .comments_note {
    text-align: center;
}
#products.catelog .tvproduct-name {
    text-align: center;
}
#products #products.catelog .product-price-and-shipping,
#products.catelog .product-accessories .product-price-and-shipping,
#products.catelog .product-miniature .product-price-and-shipping {
    text-align: center;
}
#products.catelog .tvproduct-catalog-price {
    text-align: center;
    padding: 0;
}
#products.catelog .tvproduct-catalog-price .tv-product-price {
    margin-bottom: 0;
}
#products.catelog .tvproduct-timer {
    display: block;
}
#products.list .tvproduct-wrapper .product-description .tvall-product-star-icon,
#products.list-2 .tvproduct-wrapper .product-description .tvall-product-star-icon,
#products.catelog .tvproduct-wrapper .product-description .tvall-product-star-icon {
    display: block;
    padding: 0
}
#products.list .tvproduct-wrapper.list .tvproduct-image {
    padding: 0;
}
.tvproductlist-comment-stock-wrapper {
    overflow: hidden;
}
#products.list-2 .tvproduct-image {
    width: 50%;
    padding: 0;
}
#products.list-2 .tvproductdescription-button-wrapper {
    width: 50%;
    padding: 15px;
}
#products.list-2 .tvproduct-timer {
    margin-bottom: 15px;
}
#products.list .tvproductdescription-button-wrapper {
    padding: 15px;
}
.tvproduct-wrapper.list .tv-product-list {
    margin-right: 20px;
}
.tvcmsstock-indicator-wraper {
    display: none;
}
@media(min-width: 992px) and (max-width: 1500px) {
    .tv-grid-list-all-wrapper {
        padding: 0;
    }
    .tv-total-product {
        margin-left: 2px;
    }
}
@media(max-width:1199px) and (min-width: 992px) {
    #products.list-2 .tv-grid-list-wrapper-info-box {
        width: 100%;
    }
}
/***** mobile Start Gride---Gride-2---List---List-2---Cateloge Product*****/
.tv-grid-list-wrapper-info-box {
    margin-bottom: 44px;
}
.tvcatlog-button-wrapper .tvproduct-quick-btn,
.tvcatlog-button-wrapper .tvproduct-cart-btn,
.tvcatlog-button-wrapper .tvproduct-wishlist,
.tvcatlog-button-wrapper .tvcompare-wrapper,
.tvall-product-btn-list .tvproduct-quick-btn,
.tvall-product-btn-list .tvproduct-cart-btn,
.tvall-product-btn-list .tvproduct-wishlist,
.tvall-product-btn-list .tvcompare-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#products.catelog .tvtimer-wrapper {
    margin-bottom: 10px;
}
@media(min-width: 1200px) and (max-width: 1400px) {
    #products.grid .tvall-product-wrapper-info-box {
        width: 25%;
    }
    .tvproduct-wrapper.list .tv-product-list {
        float: none;
        margin-right: 0;
    }
    .tvproduct-timer-wrapper {
        min-width: 25px;
    }
}
@media(min-width: 1401px) and (max-width: 1700px) {
    .tvproduct-wrapper.list .tv-product-list {
        margin-right: 5px;
    }
}
@media(min-width: 1680px) {
    #products.grid .tvall-product-wrapper-info-box {
        width: 25%;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .tv-product-catalog-btn {
        text-align: center;
    }
    .tvcatlog-button-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tv-grid-list-wrapper-info-box {
        margin-bottom: 15px;
    }
}
/***** endStart Gride---Gride-2---List---List-2---Cateloge Product *****/
/*****Start Product ALL RTL*****/
/***** teblet-Product-RTL *****/
/***** special product design *****/
.tvbanner-hover-wrapper img {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
}
.tvnew-product,
.tvbest-seller-product,
.tvfeatured-product {
    margin: 0;
}
.tvall-product-offer-banner {
    /*display: flex;*/
    flex-wrap: wrap;
}
.tvall-product-branner {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.tvimage-true {
    width: 75%;
    float: left;
    padding: 0px;
}
.tvcmsnew-product .tvall-product-offer-banner,
.tvcmsbest-seller-product .tvall-product-offer-banner,
.tvcmsspecial-product .tvall-product-offer-banner {
    margin: 0 -15px;
}
.tvimagegallery-slider-block {
    margin: 0 -7.5px;
}
/***** footer product design *****/
/*.tvfooter-product-box-layout .tvmain-all-product-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}*/
.tvfooter-product-box-layout .tvmain-all-product-wrapper {
    margin: -7.5px;
    border-radius: 3px;
    overflow: hidden;
}
.tvfooter-product-box-layout {
    margin-bottom: 30px;
}
.tvmain-all-product-wrapper .owl-stage-outer {
    /*margin-right: 1px;*/
}
.tvmain-all-product-wrapper .owl-item.active {
    /*border-right: 1px solid var(--color-bg-light);/*/
}
.tvleft-right-product-slider .tvproduct-wrapper {
    padding: 20px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-bg-light);
    border-left: none;
    border-right: none;
    border-top: none;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    box-shadow: none;
}
.tvleft-right-product-slider:last-child .tvproduct-wrapper {
    border: none;
}
.tvleft-right-product-slider .product-price-and-shipping .tvproduct-discount-price {
    display: none;
}
.tvmain-footer-tab-prod-slider {
    padding: 0;
}
.tvfooter-product-box-layout .tvleft-right-product-slider {
    padding: 7.5px;
}
.tvfooter-product-box-layout .tvleft-right-product-slider .tvproduct-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.tvleft-right-product-slider .tvproduct-name.product-title a h6 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.tvall-product-branner .tvbanner-hover-wrapper img{
    border: none;
}*/
@media(min-width: 590px) and (max-width: 991px) {
    .tvall-product-branner {
        /*width: 33.33333%;*/
    }
    .tvall-product-branner .tvbanner-hover-wrapper {
        display: block;
    }
    .tvall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .tvimage-true {
        /*width: 66.66666%;*/
    }
}
@media(min-width: 992px) and (max-width: 1349px) {
    .tvall-product-branner {
        /*width: 25%;*/
    }
    .tvall-product-branner .tvbanner-hover-wrapper {
        display: block;
    }
    .tvall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .tvimage-true {
        /*width: 75%;*/
    }
}
@media(max-width: 768px) and (min-width: 590px) {
    .tvall-product-branner {
        width: 50%;
    }
    .tvimage-true {
        width: 50%;
    }
}
@media(min-width: 1401px) {
    .tvall-product-branner .tvbanner-hover-wrapper {
        display: block;
        padding: 0 3px;
        background: var(--color-white);
        border-radius: 3px;
        /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    }
}
@media(min-width: 1501px) {
    .tvall-product-branner .tvbanner-hover-wrapper {
        padding: 0 10px;
    }
}
@media(min-width: 1551px) {
    .tvall-product-branner .tvbanner-hover-wrapper {
        padding: 0 18px;
    }
}
@media(min-width: 1601px) and (max-width: 1660px) {
    .tvall-product-branner .tvbanner-hover-wrapper {
        padding: 0 22px;
    }
}
@media(min-width: 1661px) {
    .tvall-product-branner .tvbanner-hover-wrapper {
        padding: 0;
    }
}
@media(min-width: 1350px) and (max-width: 1660px) {
    .tvall-product-branner {
        /*width: 25%;*/
    }
    .tvall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .tvimage-true {
        /*width: 75%;*/
    }
    .tvcmstwoofferbanners-one {
        margin: 0 -7.5px 50px -7.5px;
    }
}
@media(min-width: 1500px) and (max-width: 1539px) {
    .tvcmsvertical-menu li.level-1,
    .tvvertical-menu-show-hide-category .tvvertical-show-category,
    .tvvertical-menu-show-hide-category .tvvertical-hide-category {
        margin: 7px 0;
    }
    .tvmain-slider-contant .tvmain-slider-title {
        padding-bottom: 6px !important;
        padding-top: 6px !important;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 5px;
    }
}
@media(min-width: 1540px) and (max-width: 1660px) {
    .tvcmsvertical-menu li.level-1,
    .tvvertical-menu-show-hide-category .tvvertical-show-category,
    .tvvertical-menu-show-hide-category .tvvertical-hide-category {
        margin: 9px 0;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 5px;
    }
}
@media(max-width: 1599px) {
    .tvfooter-product-title-product .owl-item.active:first-child {
        border-right: none;
    }
}
/*@media(max-width: 1399px) {
    .tvall-product-branner {
        width: 24%;
    }
    .tvimage-true {
        width: 76%;
    }
}*/
/*@media(max-width: 1024px) {
    .tvall-product-branner {
        width: 27%;
    }
    .tvimage-true {
        width: 73%;
    }
}*/
/* product page */
#product-description-short-2 p span {
    line-height: 20px;
}
.tvproduct-page-wrapper .tvall-product-star-icon .tvall-product-review:hover {
    color: var(--color-gray-900);
}
.tvproduct-description-tab .nav-tabs li.nav-item {
    margin: 0
}
.tvproduct-description-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #6A6A6A;
    line-height: 1.45;
    /*padding: 8px 4px;*/
    margin-bottom: -1px;
}
.tvproduct-description-tab .nav-tabs .nav-item .nav-link.active,
.tvproduct-description-tab .nav-tabs .nav-item .nav-link:hover {
    color:  var(--color-gray-900);
    border-bottom: 1px solid #111111;
    background: transparent;
}
.pack-product-container .pack-product-name a {
    color: var(--color-gray-900);
}
.social-icon li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.social-icon li a {
    height: 28px;
    width: 40px;
    display: block;
    border-radius: 40px;
    font-size: 0;
    box-shadow: none;
}
.social-icon li:hover a {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
}
.facebook.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -62px;
    background-color: #3C5A99;
}
.twitter.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -111px;
    background-color: #38A1F3;
}
.rss.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -155px;
    background-color: #EE802F;
}
.youtube.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -205px;
    background-color: #c4302b;
}
.googleplus.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -255px;
    background-color: #DD4B39;
}
.pinterest.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -311px;
    background-color: #c8232c;
}
.vimeo.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -355px;
    background-color: #4EBBFF;
}
.instagram.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -5px -405px;
}
.facebook.icon-black a:hover {
    background-position: -55px -62px;
    background-color: var(--color-white);
}
.twitter.icon-black a:hover {
    background-position: -55px -111px;
    background-color: var(--color-white);
}
.rss.icon-black a:hover {
    background-position: -55px -155px;
    background-color: var(--color-white);
}
.youtube.icon-black a:hover {
    background-position: -55px -205px;
    background-color: var(--color-white);
}
.googleplus.icon-black a:hover {
    background-position: -55px -255px;
    background-color: var(--color-white);
}
.pinterest.icon-black a:hover {
    background-color: var(--color-white);
    background-position: -55px -311px;
}
.vimeo.icon-black a:hover {
    background-position: -55px -355px;
    background-color: var(--color-white);
}
.instagram.icon-black a:hover {
    background-position: -55px -405px;
    background-color: var(--color-white);
}
/***** pagination btn *****/
.tvmain-slider-next-pre-btn {
    display: block;
}
.tvcmsprev-btn {
    height: auto;
    width: auto;
    border-radius: 0;
    right: 45px;
    top: 35%;
    background-color: transparent;
}
.tvcmsnext-btn {
     height: auto;
    width: auto;
    border-radius: 0;
    right: 0;
    top: 35%;
    background-color: transparent;
}
.tvcmsprev-btn:hover {
    /*border: 1px solid var(--color-yellow);*/
    background-color: transparent;
}
.tvcmsnext-btn:hover {
    /*border: 1px solid var(--color-yellow);*/
    background-color: transparent;
}
.tvcmsnext-btn:hover i,
.tvcmsprev-btn:hover i {
    color: var(--color-gray-900);
}
/*.tvcmsprev-btn i,
.tvcmsnext-btn i {
    display: none;
}*/
.tvmain-slider-next-pre-btn .tvcmsprev-btn {
   /* left: 15px;
    right: auto;*/
}
.tvmain-slider-next-pre-btn .tvcmsnext-btn {
   /* right: 15px;
    left: auto;*/
}
.tvcms-testimonial-next-pre-btn,
.tvcms-blog-left-side-next-pre-btn {
    text-align: center;
}
.tvmain-slider-next-pre-btn .tvcmsprev-btn,
.tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
 /*   left: 15px;
    right: auto;*/
}
.tvmain-slider-next-pre-btn .tvcmsnext-btn,
.tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
  /*  right: 15px;
    left: auto;*/
}
.tvcms-brandlist-pagination-wrapper .tvcms-brandlist-next-pre-btn .tvbrandlist-slider-prev {
    left: 10px;
    top: 60%;
    right: auto;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.tvcms-brandlist-pagination-wrapper .tvcms-brandlist-next-pre-btn .tvbrandlist-slider-next {
    right: 10px;
    top: 60%;
    left: auto;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.tvcms-left-testimonial .tvcms-testimonial-pagination-wrapper .tvcms-testimonial-next-pre-btn .tvtestimonial-prev,
.tvcms-left-testimonial .tvcms-testimonial-pagination-wrapper .tvcms-testimonial-next-pre-btn .tvtestimonial-next,
.tvcms-blog-left-side-pagination-wrapper .tvcms-blog-left-side-next-pre-btn .tvblog-left-side-prev,
.tvcms-blog-left-side-pagination-wrapper .tvcms-blog-left-side-next-pre-btn .tvblog-left-side-next {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    position: static;
    display: inline-block;
    margin: 0 5px;
}
/*   pagination btn */
.nivo-controlNav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-end;
    bottom: 25px;
}
.nivo-controlNav {
    display: block;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.nivo-controlNav .nivo-control,
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-200);
    margin: 0;
    border-radius: 100%;
}
.nivo-controlNav .nivo-control.active,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-gray-200);
    width: 15px;
    border-radius: 100%;
}
.nivo-controlNav .nivo-control:before {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 6px;
}
.tvcms-brandlist-pagination-wrapper {
    display: none;
}
.tvbrandlist-slider:hover .tvcms-brandlist-pagination-wrapper {
    display: block;
}
.tvcms-testimonial-next-pre-btn,
.tvcms-blog-left-side-next-pre-btn {
    direction: ltr;
}
/******footer-before*****/
/*****newsletter*****/
.tvall-newsletter-btn {
    background: transparent;
    border: unset;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.block_newsletter {
    margin-bottom: 0;
}
.tvnewsletter-lable-wrapper {
    position: relative;
    text-align: left;
}
.tvnewsletter-description p {
    color: var(--color-text-medium);
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.tvnewsleeter-input-button-wraper {
    position: relative;
    display: flex;
    margin-bottom: 0;
}
.block_newsletter form .input-wrapper {
    display: inline-block;
    position: relative;
}
.tvnewsleteer-btn-wrapper {
/*    position: absolute;
    top: 0;
    right: 0;*/
}
.block_newsletter form {
    width: 100%;
    margin: 0 auto;
}
.tvnewsleteer-btn-wrapper .btn-primary:hover {
    background-color: var(--color-primary);
}
.tvnewsleeter-input-button-wraper .input-wrapper input {
    color: #797979;
    background-color: transparent;
    border: 1px solid #797979;
    padding: 12px;
    border-radius: 0;
    min-width: 300px;
    font-size: 14px;
    font-weight: 500;
}
.tvnewsleteer-btn-wrapper {
    display: inline-block;
    vertical-align: top;
}
.tvnewsleteer-btn-wrapper .tvall-inner-btn {
    background-color: transparent;
    color: var(--color-white);
    border-radius: 0;
    padding: 0;
    outline: none;
    height: 35px;
    border: none;
    border-bottom: 1px solid var(--color-gray-100);
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    transition: all 600ms ease;
    margin-bottom: 0;
    position: relative;
    text-decoration: none;
}
.tvnewsleteer-btn-wrapper .tvall-inner-btn svg {
    transform: rotate(180deg);
}
.tvnewsleeter-input-button-wraper .input-wrapper input::placeholder {
    color: #797979;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
}
@media(max-width: 1400px) and (min-width: 1200px) {
    .tvnewsleteer-btn-wrapper .btn-primary[type=submit] {
        font-size: 10px;
        padding: 0 5px;
    }
}
@media(max-width: 1199px) {
    .tvnewsleteer-btn-wrapper .btn-primary[type=submit] {
        padding: 0 15px;
    }
}
/*****footer *****/
.tvfooter-storelogo-inner .tvtags-wrapper-info {
    border: 1px solid var(--color-gray-400);
    padding: 0 10px;
}
.tvfooter-storelogo-inner .tvtags-wrapper-info .tvtags-title a {
    color: var(--color-text-muted);
}
.tvfooter-storelogo-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    text-align: center;
}
.footer-container {
    margin-top: 72px;
    padding-top: 0;
    border: none;
    box-shadow: none;
    background-color: var(--color-gray-900);
    /*border-top: 1px solid rgba(0, 0, 0, 0.07);*/
}
.tvfooter-storelogo-imformation {
    padding: 44px 0 112px 0;
    display: flex;
    flex-wrap: wrap;
}
.tvfooter-logo-block .tvfooter-logo-desc {
    color: var(--color-text-medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 70%;
    padding-top: 20px;
    margin: 0 auto;
}
.tvfooter-store-link a {
    color: #b5b5b5;
    font-weight: 500;
    font-size: 14px;
}
.tvfooter-store-link a:hover {
    color: var(--color-primary);
}
.tvfooter-logo-block {
    padding:0;
}
.tvfooter-logo-block .tvfooter-img-block {
    margin-bottom: 0;
    text-align: left;
}
.links .title {
    border-bottom: none;
}
.tvfooter-title-wrapper,
.tvdekstop-footer-all-title-wrapper,
.tvnewsletter-lable-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.block-social.tvcmsfooter-social-icon .tvfooter-title {
    display: none;
}
.tvcmsfooter-social-icon .tvfooter-title-wrapper {
    display: none;
}
.tvfooter-title-wrapper .tvfooter-title,
.tvdekstop-footer-all-title-wrapper .tvfooter-title,
    .block_newsletter .tvnewsletter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0;
    color: #A7A7A7;
    opacity: 0.6;
    display: block;
    position: relative;
    padding-bottom: 16px;
}
.tvfooter-title-wrapper #block-newsletter-label.tvfooter-title {
    color: #F1F1F1;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: -0.22px;
    opacity: 1;
}
.tvnewsletter-block .tvfooter-title-wrapper {
    margin-bottom: 0;
}
.block_newsletter p {
    color: #A7A7A7;
    font-size: 12px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    padding-top: 0;
    line-height: 145%;
    letter-spacing: -0.12px;
}

.bottom-footer-p {
    margin-bottom: 0;
}
.bottom-footer-link,
.bottom-footer-p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 135%;
}
.bottom-footer-link:hover,
.bottom-footer-link:active,
.bottom-footer-link:focus {
    color: #A7A7A7;
}
.footer-container li i,
.tvfooter-title-wrapper .tvfooter-toggle-icon {
    display: none;
}
.tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.footer-container .tvfooter-account-link li,
.footer-container #block_myaccount_infos li,
.tvfooter-category-block ul li {
    margin-bottom: 4px;
}
.footer-container li a {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    position: relative;
}
.footer-container li a:hover {
    color: #A7A7A7;
}
.tvfooter-category-block ul {
    overflow: hidden;
}
#footer_sub_menu_store_info,
.tvfooter-store-link a {
    color: var(--color-white)!important;
    font-size: 16px;
    font-weight: 500;
}
#footer_sub_menu_store_info .contact-hours {
    color: #A7A7A7!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 145%;
}
#footer_sub_menu_store_info .tvfooter-addresses {
    padding-bottom: 10px;
    display: flex;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-text-medium);
    letter-spacing: 0.3px;
}
.tvfooter-address-lable {
    float: left;
    padding-right: 3px;
}
#footer_sub_menu_store_info {
    /*padding-left: 20px;*/
}
#footer_sub_menu_store_info .tvfooter-store-link-content {
    position: relative;
    padding-bottom: 12px;
}
#footer_sub_menu_store_info .tvfooter-store-link-fax,
#footer_sub_menu_store_info .tvfooter-store-link {
    position: relative;
    padding-bottom: 12px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li {
    background-color: transparent;
    position: relative;
    margin: 0;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li:first-child {
    margin-left: 0;
}
.tvfooter-social-icon-wrapper li a {
   font-size: 0;
    display: block;
    border-radius: 3px;
}
.tvfooter-copy-payment-icon-inner {
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 24px 0 28px 0;
    > div {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
}
.tvfooter-copy-payment-icon-wrapper {
    background-color: #111111;
    border-top: 1px solid #797979;
}
@media (min-width: 1200px) {
    .tvfooter-copy-payment-icon-wrapper .container {
        max-width: 100% !important;
        padding-left: 60px;
        padding-right: 60px;
    }
}
.tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    display: block;
    text-align: right;
}
.lang-rtl .tvcopylink {
    text-align: right;
}
.tvcopylink {
    /*text-align: center;*/
    padding: 0;
}
.tvcopylink p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 135%;
    font-weight: 500;
    display: inline-block;
    letter-spacing: -0.14px;
}
.tvcopylink p:hover {
    color: var(--color-primary);
}
.tvbottom-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #4c4c4c;
    z-index: 40;
    display: none;
    cursor: pointer;
    border-radius: 40px;
}
.tvbottom-to-top:hover {
    background-color: var(--color-primary);
}
.tvbottom-to-top span {
    display: none;
}
.tvbottom-to-top .tvbottom-to-top-icon {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -102px -853px;
    color: transparent;
    width: 45px;
    font-size: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
}
.tvbottom-to-top i {
    display: none;
}
.tvapp-logo-link-wrapper {
    display: inline-block;
    text-align: center;
    padding: 0;
}
/***** Teblet-footer *****/
.tvfooter-social-icon-wrapper {
    margin-bottom: 0;
}
/***** mobile-footer *****/
@media(max-width: 1199px) {
    .tvfooter-copy-payment-icon-inner {
        display: block;
    }
    .tvfooter-copy-payment-icon-wrapper {
        /*padding: 15px 0;*/
    }
    .tvcopylink {
        /*padding-top: 10px;*/
        text-align: center;
    }
    .tvapp-logo-link-wrapper {
        padding: 10px 0;
    }
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        text-align: center;
    }
    .tvcmsfooter-social-icon {
 /*       padding-top: 10px;
        text-align: center;*/
    }
}
/***** end footer *****/
@media (max-width: 1920px) and (min-width: 992px) {
    .tv-main-div.tv-box-layout.container {
        margin: 2% 5%;
        width: auto;
        padding: 15px;
    }
}
.tv-main-div.tv-box-layout.container {
    background-color: var(--color-bg-light);
}
/*****Custom Shopping Cart Right Side*****/
.ttvcmscart-show-dropdown-right .tvcart-product-list-img {
    width: 90px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-img img {
}
.ttvcmscart-show-dropdown-right .tvcart-product-remove {

}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value {
    display: -webkit-flex;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background-color: #FBFBFB;
    padding: 0 0 12px 0;
    /*border-bottom: 1px solid var(--color-gray-100);*/
}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value .ttvshoping-cart-label {
    font-size: 20px;
    color: var(--color-gray-900);
    font-weight: 500;
    letter-spacing: 1px;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value .ttvcart-product-value {
    font-size:20px;
    font-weight: 500;
    color: var(--color-gray-900);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.tax .ttvshoping-cart-label,
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.tax .ttvcart-product-value {
    font-size: 14px;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total .ttvcart-product-value {
    color: var(--color-primary);
}
.ttvcmscart-show-dropdown-right .ttvcart-scroll-container .ttvclose-cart,
.ttvcmscart-show-dropdown-right .ttvcart-no-product .ttvclose-cart {
    height: 40px;
    width: 40px;
    background-image: url(../img/themevolty/sprite.png);
    background-position: -105px -805px;
    padding: 0;
    background-color: transparent;
    border: none;
    /*border-right: 1px solid var(--color-gray-100);*/
    cursor: pointer;
}
.ttvcmscart-show-dropdown-right .ttvcart-scroll-container .ttvclose-cart:focus,
.ttvcmscart-show-dropdown-right .ttvcart-no-product .ttvclose-cart:focus {
    outline: none;
    background-color: transparent;
}
.ttvcmscart-show-dropdown-right .tvcart-product-content {
    max-width: 213px;
}
.ttvcmscart-show-dropdown-right .ttvcart-close-title-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-bottom: 1px solid var(--color-gray-100);*/
    height: 40px;
}
.ttvcmscart-show-dropdown-right .ttvcart-top-title h4 {
    font-weight: 600;
    letter-spacing: 2px;
    ;
    color: var(--color-gray-900);
    padding-bottom: 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
}
.ttvcmscart-show-dropdown-right .ttvcart-counter {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    border-radius: 100%;
    background-color: var(--color-primary);
    /*border-left: 1px solid var(--color-gray-100);*/
}
.ttvcmscart-show-dropdown-right .ttvcart-counter .ttvcart-products-count {
    font-weight: 500;
    color: var(--color-white);
    font-size: 15px;
}
.ttvcmscart-show-dropdown-right .ttvcart-scroll-container {
    height: calc(100vh - 255px);
    max-height: 100%;
    overflow-y: auto;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-content-box {
    position: relative;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper {
    padding: 20px 0 20px 20px;
    /*border-bottom: 1px solid var(--color-gray-100);*/
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper:last-child:after {
    display: none;
}
.ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title .product-name {
    white-space: normal;
    font-size: 18px;
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-box .tvshopping-cart-qty {
    font-size: 13px;
    color: var(--color-text-medium);
}
.ttvcmscart-show-dropdown-right .tvcart-product-list-box .product-qty {
    font-size: 13px;
    margin-left: 5px;
    color: var(--color-text-medium);
}
.ttvcmscart-show-dropdown-right .tvcart-product-content .product-price {
    font-size: 16px;
    font-weight: 900;
    color: var(--color-primary);
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    letter-spacing: 0;
    margin-right: 5px;
}
.ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title,
.ttvcmscart-show-dropdown-right .tvcart-product-list-box {
    margin-bottom: 10px;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    background-color: var(--color-text-dark);
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    background-color: var(--color-primary);
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart:hover {
    background-color: var(--color-primary);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout:hover {
    background-color: var(--color-text-dark);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart a {
    padding: 19px 15px;
    letter-spacing: 1px;
    ;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: var(--color-white);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout a {
    padding: 19px 15px;
    letter-spacing: 1px;
    ;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: var(--color-white);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout:hover a {
    color: var(--color-white);
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart:hover a {
    color: var(--color-white);
}
.ttvcmscart-show-dropdown-right {
    max-width: 450px;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    background-color: #F8F8F8;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05);
    z-index: 1002;
    visibility: hidden;
    text-align: left;
    right: -100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow-y: auto;
}
body.classicCartOpen .ttvcmscart-show-dropdown-right+.modal-backdrop-cart {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.classicCartOpen .ttvcmscart-show-dropdown-right {
    right: 0;
    visibility: visible;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    .btn {
        width: 100%;
    }
}
.ttvcmscart-show-dropdown-right .ttvcart-no-product-label {
    /*padding: 25px 40px;*/
    font-weight: 500;
    font-size: 16px;
    color: var(--color-text-medium);
    text-align: center;
}
.ttvcart-no-product {
    text-align: center;
}
.tvcart-no-product-img {
    margin-top: 55%;
}
.tvcms_customer_name {
    text-transform: capitalize;
}
#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
    width: 11%;
}
.tvwishlist-popup {
    right: 0;
    padding: 15px;
    border: 1px solid var(--color-white);
    z-index: 999;
    margin: 20px;
    background: var(--color-white);
    position: fixed;
    width: 300px;
    text-align: center;
    display: none;
}
.tvwishlist-popup.success {
    border: 3px solid #1da61540;
}
.tvwishlist-popup.warning {
    border: 3px solid #ff9f0047;
}
.tvwishlist-popup.error {
    border: 3px solid #dd000057;
}
.tvwishlist-popup.warning i {
    color: orange;
}
.tvwishlist-popup.success i {
    color: green;
}
.tvwishlist-popup.error i {
    color: red;
}
.tvwishlist-popup p {
    padding: 0px;
    margin: 0 5px;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: auto !important;
}
#bottom_sticky_data .new_comment_form_ok {
    display: none;
}
.tvcmsfooter-background-image {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/***** all common ****/
@media(min-width:1631px) {
    /*img.tv-img-responsive,*/
    /*.tvbanner-hover-wrapper img,*/
    /*img.tvmain-slider-img,*/
    /*.tvcmssliderofferbanners-one .tvimage-lazy {*/
    /*    object-fit: none;*/
    /*}*/
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.tvfilter-search-types-dropdown {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}
.tvcms-cart-loading {
    /*animation: fa-spin 2s infinite linear;*/
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart.tvcms-cart-loading {
    /*padding: 8px 0;*/
}
.tvcms-cart-loading i {
    animation: fa-spin 2s infinite linear;
    line-height: 18px !important;
    font-size: 17px;
    color: var(--color-gray-900);
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/******* Start Custom Css *******/
/***** tv designer css *****/
/*@import url("common.css");*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    color: #2F2F2F;
    background-color: var(--color-bg-page);
}
p, ul li, ol li, span, label, td, th {
    color: #2F2F2F;
}
/***** common css *****/
::selection {
    background-color: var(--color-primary);
    color: var(--color-white);
}
/**::-webkit-scrollbar {
    background-color: var(--color-gray-400);
    width: 5px;
}
*::-webkit-scrollbar-thumb {
    background-color: #d21717;
    width: 5px;
}*/
a:focus,
a:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: var(--color-white);
    background-color: var(--color-primary-hover);
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.btn-outline-primary {
    color: var(--color-primary);
    background-image: none;
    background-color: transparent;
    border-color: var(--color-primary)
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.btn-primary,
.btn-secondary,
.btn-tertiary,
.tvall-inner-btn,
.tvall-inner-btn-cancel {
    cursor: pointer;
}
.btn-primary {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: transparent;
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: transparent;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: var(--color-white);
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover)
}
.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: var(--color-primary-hover)
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: var(--color-primary-hover)
}
a.text-primary:focus,
a.text-primary:hover {
    color: var(--color-gray-900);
}
.btn-link {
    font-weight: 400;
    color: var(--color-primary);
    border-radius: 0
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: var(--color-white);
    text-decoration: none;
    background-color: var(--color-primary);
    outline: 0
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: var(--color-white);
    cursor: default;
    background-color: var(--color-primary)
}
.card-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.card-outline-primary {
    border-color: var(--color-primary)
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: var(--color-white);
    cursor: default;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: var(--color-primary);
    text-decoration: none;
    background-color: var(--color-white);
    border: 1px solid #ddd
}
.tag-primary {
    background-color: var(--color-primary)
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: var(--color-white);
    text-decoration: none;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.bg-primary {
    background-color: var(--color-primary)
}
.text-primary {
    color: var(--color-primary)
}
.btn-unstyle:focus .expand-more {
    color: var(--color-primary)
}
.form-control:focus,
.input-group.focus {
    outline: none;
    border-color: var(--color-primary);
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: var(--color-primary);
    color: var(--color-white);
    ;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}
/* Global Custom Radio Button Styles - Figma Design */
/* Override theme.css completely */
.custom-radio {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
    vertical-align: middle !important;
}
.custom-radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
}
/* Default unchecked state - outer circle */
.custom-radio span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    border: 1px solid #111 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    transition: all 0.2s ease !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
}
/* Checked state - keep outer circle the same */
.custom-radio input[type=radio]:checked + span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    border: 1px solid #111 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
/* Inner dot for checked state using ::before */
.custom-radio input[type=radio]:checked + span::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #111 !important;
    border-radius: 50% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: var(--color-primary)
}
.search-widget form input[type=text]:focus+button .search {
    color: var(--color-primary)
}
.search-widget form button[type=submit] .search:hover {
    color: var(--color-primary)
}
#header .top-menu a[data-depth="0"]:hover {
    color: var(--color-primary);
    text-decoration: none
}
.top-menu .sub-menu a:hover {
    color: var(--color-primary)
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 .3125rem;
    background: var(--color-gray-900) none no-repeat scroll 0 0;
    color: var(--color-white);
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    background-color: var(--color-primary);
    color: var(--color-white);
}
body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
    background-color: var(--color-gray-900);
    color: var(--color-white);
}
.page-my-account #content .links a:hover i {
    color: var(--color-primary)
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: var(--color-primary)
}
.products-sort-order .select-list:hover {
    background: none!important;
    color: var(--color-gray-900);
    text-decoration: none
}
.facet-dropdown.open>.select-title {
    border: 3px solid var(--color-primary);
    background: #f6f6f6
}
.facet-dropdown .select-list:hover {
    background: var(--color-primary);
    color: var(--color-white);
    text-decoration: none
}
.pagination .current a {
    color: var(--color-gray-900);
    text-decoration: none;
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: var(--color-primary)
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: var(--color-primary)
}
.tabs .nav-tabs .nav-link.active {
    color: var(--color-primary)
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: var(--color-primary)
}
#blockcart-modal .product-name {
    color: var(--color-primary);
    font-size: 1.125rem
}
.product-price .current-price .price,
.modal-body.tv-addtocart-content-part .tv-addtocart-price {
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.quickview .tv-indicator.tv-bar .tv-outer,
.tv-product-page-content .tv-indicator.tv-bar .tv-outer {
    height: 8px;
}
.tv-product-page-content .tv-indicator.tv-bar .tv-outer {
    margin-inline-start: 0;
}
.product-variants>.product-variants-item select {
    padding-inline-start: 0.5rem;
    padding-inline-end: 1.875rem;
}
.product-customization .product-message:focus {
    background-color: var(--color-gray-100);
    outline: none;
}
.cart-grid-body a.label:hover {
    color: var(--color-primary)
}
.tv-addtocart-price {
    color: var(--color-gray-900);
}
.block_newsletter form input[type=text]:focus {
    outline: none;
    color: var(--color-text-dark);
    background: #fff
}
.block_newsletter form input[type=email]::placeholder {
    color: var(--color-gray-900);
}
.block_newsletter form input[type=text]:focus+button .search {
    color: var(--color-primary)
}
.block_newsletter form button[type=submit] .search:hover {
    color: var(--color-primary)
}
.account-list a:hover {
    color: var(--color-primary)
}
#header .header-nav .cart-preview.active {
    background: var(--color-primary)
}
#header .header-nav .blockcart a:hover {
    color: var(--color-primary);
}
.breadcrumb {
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
.breadcrumb li:last-child a,
.breadcrumb li:hover a {
    color: var(--color-gray-900);
    font-weight:500;
}
.breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb li a {
    /*text-transform: capitalize;*/
}
#tv-back-top-wrapper {
    background-color: var(--color-white);
    border: 1px solid #ececec;
    border-radius: 3px;
}
#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a:hover,
#search_filters_suppliers .facet .tvserach-filter-suppliers li.facet-label a:hover,
.tvserach-filter-suppliers p:hover {
    color: var(--color-primary);
}
.cart-summary-subtotals-container {
    padding-top: 46px;
}
.cart-summary-line:not(:last-child) {
    margin-bottom: 10px;
}
#cart-summary-product-list .media-list .media{
    overflow: visible;
}
#cart-summary-product-list .media-left{
position: relative;
}
#cart-summary-product-list .product-quantity {
    background: var(--color-primary);
    border-radius: 4px;
    color: var(--color-white);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-5px, -5px);
    min-width: 20px;
    height: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    line-height: 1;
    z-index: 1;
}
.tvprocess-to-checkout {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
}
.checkout .tvprocess-to-checkout i {
    font-size: 18px;
    margin: 0 0 0 5px;
}
.tvcenter-block-product-section {
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*border-radius: 3px;*/
    padding: 15px 0;
    /*background-color: var(--color-white);*/
    margin-bottom: 30px;
}
body#checkout .custom-checkbox {
    float: none;
}
.tvwishlist-send-mess-btn .button-small {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.tvwishlist-send-mess-btn .button-small:hover {
    background-color: var(--color-text-dark);
}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon:hover {
    background-color: var(--color-primary);
}
.tv-sub-category-inner {
    border-radius: 3px;
    border: 1px solid transparent;
}
.tv-sub-category-inner:hover {
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.tv-category-image {
    text-align: center;
}
#js-product-list .tvgrid-list-view-product .products {
    margin: 0 -7.5px;
}
#block-reassurance li .block-reassurance-item {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-left: 3px solid var(--color-gray-900);
}

.form-control-submit.disabled {
    background-color: var(--color-gray-900);
}
/***** end common css *****/
#wrapper {
    padding-top: 15px;
    position: relative;
}
#index #wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
#checkout #wrapper {
    padding-top: 72px;
}
#cms #wrapper,
#category #wrapper,
#product #wrapper {
    /*padding: 0;*/
}
#identity .identity-form-wrapper {
    max-width: 540px;
    margin: 0 auto;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 8px;
}
#pagenotfound .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
#authentication .radio-inline,
#identity .radio-inline {
    padding: 0 10px 0 0;
}
#module-tvcmsblog-single .blog_post_content {
    overflow: hidden;
    margin-bottom: 30px;
}
#main .tvpage-header-title-wrapper,
.tvall-page-top-title {
    border-radius: 3px;
}
#sitemap .sitemap {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    background-color: var(--color-white);
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}
.sitemap ul li a:hover {
    color: var(--color-primary)
}
#main .tv-sub-pages-inner-content {
    border: unset;
    padding: 30px;
}
#contact .contact-rich {
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.tvall-page-top-title h1,
#main .tvpage-header-title-wrapper h1 {
    color: var(--color-text-dark);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
    ;
}
#module-tvcmsblog-archive .blog_post_content {
    padding: 15px;
}
.tv_blog_post_area .tvblog_post .post_thumbnail {
    margin-bottom: 0;
}
.tv_blog_post_area.single .tvblog_post .post_content .post_meta {
    margin-bottom: 10px;
}
.tv_blog_post_area.single .post_content {
    text-align: left;
}
#blog_post .meta_date i {
    font-size: 16px;
    line-height: 14px;
    height: 18px;
}
.tv_blog_post_area .post_content .post_title {
    margin-bottom: 15px;
}
.tv_blog_post_area .read_more {
    display: inline-block;
    width: 100%;
}
.pagination .tvinner-page-pagination li {
    /*background-color: var(--color-yellow);*/
}
.pagination .disabled {
    color: var(--color-gray-900);
}
input {
    outline: none;
    padding: 0 10px;
    border-radius: 0;
}
.container {
    position: relative;
}
@media (max-width: 1200px) {
    .container {
        width: 1630px;
        max-width: 100%;
        max-width: 100%;
    }
    .tvcmsdesktop-top-header .container,
    .tvcms-header-menu-offer-wrapper .container,
    .tvcmsdesktop-top-second .container {
        width: 1630px;
        max-width: 100%;
        /*padding: 0 45px;*/
    }
}
@media (max-width: 1661px) {
    .tvcmsdesktop-top-header .container,
    .tvcms-header-menu-offer-wrapper .container,
    .tvcmsdesktop-top-second .container,
    .tv-main-div #wrapper .container {
        max-width: 100%;
        /*padding: 0 45px;*/
    }
}
@media (max-width: 1024px) {
    .tv-main-div #wrapper .container,
    .tvcmsdesktop-top-header .container,
    .tvcms-header-menu-offer-wrapper .container,
    .tvcmsdesktop-top-second .container {
        /*padding: 0 15px;*/
    }
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.07);
    vertical-align: middle;
}
.table thead th {
    border-bottom: 2px solid var(--color-gray-200);
    display: table-cell;
}
/***** quickview-comman-page *****/
.quickview .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.quickview .modal-content {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.07);
    min-height: 28.13rem;
    border-radius: 3px;
}
#blockcart-modal .modal-title {
    padding-right: 25px;
}
/***** comper *****/
.tvcmscomparison .remove {
    text-align: right;
}
/***** theme *****/
.tvcms-loading-inner {
    background-color: transparent;
    padding: 0;
}
.tv-main-div {
    position: relative;
    overflow: hidden;
    /*background-color: #F8F8F8;*/
}
.tvsearch-dropdown-total-wrapper:hover .tvsearch-dropdown-total {
    color: var(--color-primary);
}
.tvcart-product-list-checkout:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.tvnews-event-link {
    width: 100%;
    overflow: hidden;
}
#header .tvcart-product-list-checkout:hover a {
    color: var(--color-white);
}
/***** left pannal *****/
#content-wrapper .container {
    /*padding: 0;*/
}
.tvtab-product-list-wrapper,
.tvcategory-slider-inner-info-box,
.tvspecial-product {
    margin: 0;
}
.tvsame-category-product,
.tvcross-selling-product,
.tvlike-product {
    margin: 0 -7.5px;
}
.tvcmsvertical-menu-wrapper .tvleft-right-title.facet-label {
    text-align: left;
    padding-left: 40px;
}
.tvleft-right-title.facet-label,
.block-categories .category-top-menu>li.tv-category-title-wrapper a {
    text-align: left;
    color: var(--color-gray-800);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
    ;
}
.tvleft-right-title.facet-label {
    text-align: center;
}
.tvleft-right-title-toggle {
    color: var(--color-gray-900);
    display: none;
}
#products.grid .tvproduct-view.tvproduct-grid,
#products.grid-2 .tvproduct-view.tvproduct-grid-2,
#products.list .tvproduct-view.tvproduct-list,
#products.list-2 .tvproduct-view.tvproduct-list-2,
#products.catelog .tvproduct-view.tvproduct-catelog,
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper:hover,
.tvcmsproduct-grid-list .tvproduct-view:hover,
.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover {
    /*background-color: var(--color-primary);*/
}
#search_filters_brands,
#search_filters_suppliers,
.tvleft-right-penal-all-block,
.block-categories,
.tvcms-left-testimonial,
#left-column .tvcmscustomer-services,
#right-column .tvcmscustomer-services,
.tvcmsblog-left-side {
    margin-bottom: 30px !important;
}
#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a,
.tvserach-filter-suppliers p {
    color: var(--color-gray-800);
    font-size: 14px;
    font-weight: 400;
}
.tvleft-right-title-wrapper,
.tv-category-title-wrapper {
    background-color: transparent;
    padding: 10px 15px;
    text-align: left;
}

.tvcategory-name {
    text-align: center;
    margin-top:0;
    color: var(--color-gray-900);
}
.tvcategory-name a {
    color: var(--color-gray-900);
    padding: 12px 20px;
    display: inline-block;
    background-color: var(--color-white);
    border-radius: 8px;
    margin-right: 8px;

}
.tvcategory-name a:hover {
    background-color: var(--color-gray-900);
    color: var(--color-white)!important;
}
.block-categories .category-sub-menu {
    margin-top: 0;
}
.block-categories .category-top-menu li>.category-sub-menu {
    margin: 0;
    padding: 10px 20px;
}
.tvfeature-product-offer-banner,
.tvcategory-chain-slider {
    margin: 0 -15px;
}
@media(max-width: 1380px) {
    .tvleft-right-title.facet-label,
    .block-categories .category-top-menu>li.tv-category-title-wrapper a {
        font-size: 14px;
    }
}
@media(max-width: 1199px) {
    .tvleft-right-title.facet-label,
    .block-categories .category-top-menu>li.tv-category-title-wrapper a {
        font-size: 16px;
    }
}
@media(max-width: 1199px) {
    #left-column .tvleft-right-product-slider {
        width: 25%;
        float: left;
    }
    #left-column .tvleft-product-wrapper {
        overflow: hidden;
    }
    #left-column .tvfilter-brand-list-wrapper {
        width: 49%;
        float: left;
        margin-right: 7.5px;
    }
    #left-column .tvfilter-supplier-list-wrapper {
        width: 49%;
        float: left;
        margin-left: 7.5px;
    }
}
#category .page-content.page-not-found .tvsearch-top-wrapper {
    padding: 0;
}
#pagenotfound #content-wrapper .tvsearch-header-display-wrappper {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: unset;
    box-shadow: none;
}
.tvcmsleftsideofferbanners-one {
    margin-bottom: 30px;
}
.tvcmsleftsideofferbanners-one img {
    width: 100%;
}
@media(max-width: 1199px) {
    .tvcmsleftsideofferbanners-one img {
        width: auto;
    }
    .tvcmstvcmsleftsideofferbanners {
        text-align: center;
    }
    .tvcmsleftsideofferbanners-one {
        text-align: center;
    }
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-gray-800);
}
.block-categories .category-sub-menu li[data-depth="2"]:hover>a,
.block-categories .category-sub-menu li[data-depth="0"]:hover>a,
.block-categories .category-sub-menu li[data-depth="1"]:hover>a {
    color: var(--color-primary);
}
.block-categories .category-sub-menu li:hover>.navbar-toggler {
    color: var(--color-primary);
}
.block-categories .category-sub-menu li .category-sub-link {
    color: var(--color-text-medium);
    font-weight: 400;
    font-size: 14px;
}
.block-categories .category-sub-menu li .category-sub-link:hover {
    color: var(--color-primary);
}
/***** theme-control *****/
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1 select,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-2 select {
    background-image: url(../img/themevolty/arrow-down.png);
    background-color: var(--color-white);
    color: var(--color-gray-900);
    font-weight: 400;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 13px 15px;
    background-repeat: no-repeat;
    background-position: 96%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    border: 1px solid var(--color-gray-100);
    border-radius: 3px;
    /*float: right;*/
}
/***** new button *****/
/***** app logo *****/
.tvcmsapp-logo {
    margin-bottom: 30px;
}
.tvapp-logo-content-box {
    background-color: var(--color-white);
    display: flex;
    -ms-flex-align: center;
    border-radius: 3px;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 30px 100px 0 100px;
    margin: 0;
}
.tvapp-logo-img-content-wrapper {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.tvapp-logo-content-inner {
    text-align: right;
    padding-right: 100px;
    width: 450px;
    padding-bottom: 60px;
}
.tvapp-logo-content-inner .tvdekstop-footer-all-title-wrapper .tvfooter-title span {
    font-size: 36px;
    display: block;
    color: var(--color-gray-800);
    letter-spacing: 0.3px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.tvdekstop-footer-all-sub-title-wrapper {
    display: none;
}
.tvdekstop-footer-all-desc-wrapper span {
    font-size: 16px;
    color: var(--color-gray-800);
    font-weight: 500;
    line-height: 30px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: capitalize;
}
.tvapp-logo-wrapper {
    margin: 5px;
    display: inline-block;
}
@media(max-width: 1660px) {
    .tvapp-logo-content-inner .tvdekstop-footer-all-title-wrapper .tvfooter-title span {
        font-size: 28px;
    }
    .tvapp-logo-content-inner {
        padding-right: 50px;
        width: 500px;
        padding-bottom: 0;
    }
    .tvdekstop-footer-all-desc-wrapper span {
        font-size: 12px;
    }
    .tvapp-logo-content-box {
        padding: 30px 60px 0 60px;
    }
}
@media(max-width: 1399px) {
    .tvapp-logo-content-box {
        padding: 30px 50px 0 50px;
    }
}
/***** blog *****/
.tvcmsblog-event .tvblog-event-all-content-block.tvblog-even .tvblog-img-block:after,
.tvcmsblog-event .tvblog-event-all-content-block.tvblog-odd .tvblog-img-block:after {
    display: none;
}
.tvnews-event-content-wrapper {
    text-align: left;
    padding: 18px 0;
}
.tvnews-event-read-more {
    text-align: left;
}
.tvnews-event-content-wrapper .tvdate-time {
    color: var(--color-text-medium);
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    ;
    margin-inline-end: 10px;
}
.tvnews-event-content-wrapper .tvdate-time .tvmonth-time {
    /*padding: 0 5px;*/
}
.tvnews-event-content-wrapper .tvnews-event-titel a h3,
.kr_blog_post_area .tvblog_post .post_content .post_title a {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.tvnews-event-content-wrapper .tvnews-event-titel {
    margin-bottom: 10px;
}
.tvblog-event-all-content-block .tvnews-event-titel a:hover {
    color: var(--color-primary);
}
.tvnews-event-description,
.kr_blog_post_area .tvblog_post .post_content .post_description p {
    color: var(--color-text-medium);
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
.tvnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
}
.tvblog-img-content-wrapper {
    background-color: transparent;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}
.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img {
    position: relative;
    height: auto;
}
.tvblog-event-all-content-block .tvnews-event-buttons i {
    color: var(--color-white);
    line-height: 44px;
}
.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img:after,
.blog_post_content_top .tvnews-event-overly {
    display: none;
}
.tvblog-event-all-content-block .tvnews-event-buttons {
    height: 46px;
    width: 46px;
    display: block;
    border-radius: 25px;
    border: 2px solid var(--color-white);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    text-align: center;
}
.tvblog-event-all-content-block .tvnews-event-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img,
.blog_post_content {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.tvblog-event-all-content-block:hover .tvnews-event-buttons,
.blog_post_content:hover .tvnews-event-buttons {
    opacity: 1;
}
.blog_post_content_top.tvblog-img-block,
.kr_blog_post_area .tvblog_post .post_thumbnail {
    overflow: hidden;
}
.tvblog-date-username .post_meta {
    display: inline-block;
    vertical-align: top;
}
.tvblog-date-username p,
#module-tvcmsblog-archive .post_content .post_meta p {
    color: var(--color-text-medium);
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.kr_blog_post_area .tvblog_post .post_content .post_meta,
.kr_blog_post_area .tvblog_post .post_content .post_title {
    margin-bottom: 5px;
}
.blog_post_content .tvnews-event-buttons i {
    border: none;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}
.blog_post_content .tvnews-event-buttons:hover i {
    border: none;
    color: var(--color-white);
}
.blog_post_content .tvnews-event-buttons i {
    color: var(--color-white);
    font-size: 24px;
}
#module-tvcmsblog-archive .tvpagination-title-item-main-wrapper {
    margin: 0;
}
.tvpagination-title-item-wrapper .tvinner-page-pagination-wrapper {
    background-color: var(--color-white);
    display: flex;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    margin-bottom: 0;
}
.kr_blog_post_inner.products,
#module-tvcmsblog-archive .tvall-page-top-title,
#module-tvcmsblog-single .page-content {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
#module-tvcmsblog-single .page-content {
    padding: 30px 15px;
}
@media(max-width: 1199px) {
    .tvblog-event-all-content-block {
        /*padding: 15px;*/
    }
}
/***** left blog *****/
.tvcmsblog-left-side .tvblog-img-block {
    padding: 0;
}
.tvnews-event-read-more {
    display: none;
}
.tvdate-time-icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(../img/themevolty/sprite.png);
    background-position: -217px -268px;
}
.tvcms-blog-left-side-pagination-wrapper {
    height: 60px;
}
/***** end blog *****/
/***** single banner *****/
.tvcmsofferbanners-one {
    margin-bottom: 30px;
}
.tvcmstvcmsofferbanners .tvbanner-hover-wrapper {
    overflow: hidden;
}
/***** end single banner *****/
/***** slider *****/
/*.tvcmssliderofferbanners-one .tvbanner1,
.tvcmssliderofferbanners-one .tvbanner2 {
    padding: 0;
}
.tvcmssliderofferbanners-one .tvbanner1 {
    margin-bottom: 30px;
}
.tvcms-main-slider {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
.tvcms-slider-offerbanner-wrapper {
    margin-bottom: 100px;
}
/* Slider overlay — title + button (Figma) */
.tvslider-item {
    position: relative;
}
.tvslider-overlay {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    pointer-events: none;
    z-index: 20;
}
.tvslider-overlay-title {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.88px;
    color: #fff;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.tvslider-overlay-btn {
    display: inline-block;
    pointer-events: auto;
    text-decoration: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
    padding-bottom: 2px;
    position: relative;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.tvslider-overlay-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.tvslider-overlay-btn:hover {
    color: #fff;
    text-decoration: none;
}
.tvslider-overlay-btn:hover::after {
    transform: scaleX(0);
}
@media (max-width: 768px) {
    .tvslider-overlay {
        bottom: 40px;
        gap: 14px;
    }
    .tvslider-overlay-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
    .tvslider-overlay-btn {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .tvslider-overlay {
        bottom: 30px;
        gap: 10px;
    }
    .tvslider-overlay-title {
        font-size: 22px;
        letter-spacing: -0.44px;
    }
}
/* Mobile slider — portrait crop */
@media (max-width: 991px) {
    #tvmain-slider {
        aspect-ratio: auto !important;
        height: auto !important;
    }
    #tvmain-slider .tvslider-item {
        aspect-ratio: 3 / 5;
        overflow: hidden;
    }
    #tvmain-slider .tvslider-item picture,
    #tvmain-slider .tvslider-item .tvimage {
        display: block;
        width: 100%;
        height: 100%;
    }
    #tvmain-slider .tvmain-slider-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        display: block !important;
    }
    .tvslider-overlay {
        bottom: 40px;
    }
    .tvslider-overlay-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
}
.tvmain-slider-contant {
    position: initial;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    max-width: unset;
    cursor: pointer;
}
.tvmain-slider-content-wrapper {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid var(--color-bg-light);
    background-color: #fefefe;
}
.tvmain-slider-content-inner {
    padding: 0 15px;
    width: 100%;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tvmain-slider-content-inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: transparent;
}
.tvmain-slider-content-inner.active:after {
    background-color: var(--color-primary);
}
.tvmain-slider-contant .tvmain-slider-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-dark);
    text-transform: capitalize;
    margin-bottom: 0;
    text-shadow: none;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 13px;
    letter-spacing: 0.3px;
}
.tvmain-slider-contant .tvmain-slider-title:hover {
    color: var(--color-primary);
}
.tvmain-slider-contant .tvmain-slider-info h2 {
    font-size: 84px;
    ;
    margin-bottom: 25px;
    color: var(--color-text-dark);
    font-weight: 700;
    text-shadow: none;
    display: none;
}
.tvmain-slider-contant .tvmain-slider-info p {
    font-size: 12px;
    color: var(--color-text-medium);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.tvmain-slider-btn {
    display: none;
}
.tvmain-slider-contant .tvmain-slider-button {
    font-size: 16px;
    color: var(--color-white);
    padding: 0 20px;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 0;
    line-height: 35px;
    border: none;
    text-shadow: none;
    background-color: var(--color-primary);
}
.tvmain-slider-contant .tvmain-slider-button:hover {
    color: var(--color-primary);
}

.tvcategory-slider img {
    width: auto;
}
@media (max-width: 1585px) {
    .tvmain-slider-contant .tvmain-slider-title {
        /*padding-top: 9px;*/
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 10px;
    }
}
@media(min-width:1400px) and (max-width: 1500px) {
    .tvmain-slider-contant .tvmain-slider-title {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        letter-spacing: 0.3px;
        margin-bottom: 7px;
    }
}
@media(min-width:1281px) and (max-width: 1400px) {
    .tvcmsvertical-menu li.level-1 {
        margin: 6px 0;
        padding: 7px 10px;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 7px;
    }
    .tvmain-slider-contant .tvmain-slider-title {
        padding-bottom: 0px;
        padding-top: 5px;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        letter-spacing: 0.3px;
        margin-bottom: 5px;
    }
    .tvcms-main-title .tvmain-title h2 {
        font-size: 24px;
    }
    .tvtab-title-wrapper .tvtabs-products li span,
    .tvleft-right-title.facet-label,
    .block-categories .category-top-menu>li.tv-category-title-wrapper a,
    .tvfooter-title-wrapper .tvfooter-title,
    .tvdekstop-footer-all-title-wrapper .tvfooter-title,
    .block_newsletter .tvnewsletter-title,
    .tvservices-content-box .tvservices-title {
        font-size: 16px;
    }
    .product-price-and-shipping .price,
    .h6,
    h6 {
        font-size: 15px;
    }
}
@media(max-width:1280px) {
    .tvfooter-product-sticky-bottom .product-quantity .input-group-btn-vertical .btn {
        float: none;
    }
    .tvcmsvertical-menu li.level-1 {
        margin: 7px 0;
        padding: 7px 10px;
    }
    .tvcmsvertical-menu li.level-1,
    .tvvertical-menu-show-hide-category .tvvertical-show-category,
    .tvvertical-menu-show-hide-category .tvvertical-hide-category {
        padding: 5px 15px;
    }
    .tvcmsvertical-menu-wrapper .tvleft-right-penal-all-block {
        padding-left: 10px;
    }
}
@media(max-width:1200px) {
    .tvcmsvertical-menu li.level-1,
    .tvvertical-menu-show-hide-category .tvvertical-show-category,
    .tvvertical-menu-show-hide-category .tvvertical-hide-category {
        padding: 14px 10px;
    }
}
body#checkout .custom-checkbox {
    float: none;
}
.footer-container .container.tvfooter-logo-link-wrapper {
    padding-top: 48px;
}
@media (min-width: 1200px) {
    .footer-container .container.tvfooter-logo-link-wrapper {
        max-width: 100% !important;
        padding-left: 60px;
        padding-right: 60px;
    }
}
/***** end slider *****/
/*****************************************************/
/*@media (min-width: 480px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width:420px;
    }
}
@media (min-width:575px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 480px;
    }
}
@media (min-width: 576px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 530px;
    }
}
@media (min-width: 768px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 992px;
    }
}
@media (min-width: 1200px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 1024px;
    }
}
@media (min-width: 1380px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 1180px;
    }
}*/
@media (min-width: 1024px) and (max-width: 1661px) {
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div #wrapper>.container {
        max-width: 100%;
        /*padding: 0 45px;*/
    }
}
/*@media (min-width: 1661px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 1630px;
    }
}*/
@media (min-width: 1200px) {
    #content-wrapper.col-xl-10 {
        float: left;
        width: 78%;
    }
    #right-column.col-xl-2,
    #left-column.col-xl-2 {
        float: left;
        width: 22%;
    }
}
@media (min-width: 1660px) {
    #content-wrapper.col-xl-10 {
        float: left;
        width: 80%;
    }
    #right-column.col-xl-2,
    #left-column.col-xl-2 {
        float: left;
        width: 20%;
    }
}
/***************************/
.shimmercard-container {
    position: relative;
    padding-bottom: 15px;
}
.shimmercard {
    /*-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);*/
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: var(--color-white);
    border-radius: 6px;
    overflow: hidden;
    left: 27%;
    top: 140px;
}
.shimmercard &:nth-child(2) {
    top: 160px;
    transform: scale(0.95);
}
.shimmercard &:nth-child(1) {
    top: 180px;
    transform: scale(0.9);
}
.shimmerBG {
    /*animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: shimmer;
    animation-timing-function: linear;*/
    background: #f3f3f3cf;
    /*background: linear-gradient(to right, #eef7fd 4%, #f8fdff 25%, #f1f8fd 36%);*/
    background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}
.shimmermedia {
    padding-top: 100%;
}
.shimmerp-32 {
    padding: 7.5px;
}
.shimmertitle-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
}
.shimmercontent-line {
    height: 8px;
    width: 80%;
    margin-bottom: 16px;
    border-radius: 8px;
}
.shimmerend {
    width: 40%;
}
.shimmerm-t-24 {
    margin-top: 24px;
}
/*.shimmerproduct .shimmercard{
     padding-top: 100%;
}*/
/*.shimmerproduct .shimmermedia{
    height: 100%;
}*/
.shimmercategory-chain-slider-wrapper .shimmercard {
    width: 410px;
    height: 370px;
}
.shimmercategory-chain-slider-content {
    padding: 30px 15px;
}
.shimmercategory-chain-slider-wrapper .shimmermedia {
    height: 200px;
    display: table;
}
.shimmerproduct-left-right-penal .shimmermedia {
    width: 50%;
    float: left;
    height: 100px;
}
.shimmerproduct-left-right-penal .shimmerproduct-left-right-content {
    width: 50%;
    float: right;
}
.shimmerproduct-left-right-penal .shimmercard {
    flex-direction: inherit;
    height: 100px;
}
/********************/
.tvfooter-logo-block .tvfooter-img-block img {
    max-height: 200px;
    height: auto;
    width: auto;
}
#pagenotfound #main .page-header {
    margin-top: 0px;
}
.tvfooter-payment-icon img {
    width: auto;
    height: auto;
}
.tv-category-block-wrapper .tv-category-cover img,
.tv-category-image img {
    border-radius: 3px;
}
.page-content {
    /*background: var(--color-white);*/
    /*border-radius: 12px;*/
    /*border: 1.5px solid var(--Grey-600, #A7A7A7);*/
    /*padding: 15px 15px;*/
}
#left-column #search_filters {
    display: block;
}
/*******************************/
.tvfooter-social-icon-left {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -95px;
    direction: ltr;
    z-index: 60;
    margin: 0
}
.tvfooter-social-icon-left .tvsocial-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.tvfooter-social-icon-left li {
    display: block;
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 3px;
    text-align: right;
    margin-bottom: 7px;
    transition: all .3s linear;
}
.tvfooter-social-icon-left li:hover {
    margin-right: calc(-80% + 15px);
}
.tvfooter-social-icon-left li a {
    display: block;
    background-color: var(--color-white);
    box-shadow: 1px 1px 3px 0px rgba(122, 122, 122, 0.18);
    border-radius: 0 5px 5px 0;
    padding-left: 10px;
    transition: all .3s ease;
}
.tvfooter-social-icon-left li:hover a {
    color: var(--color-white);
    box-shadow: none;
}
.tvfooter-social-icon-left li i {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/themevolty/sprite.png);
    height: 32px;
    width: 40px;
}
.tvfooter-social-icon-left .rss i {
    background-position: -105px -10px;
}
.tvfooter-social-icon-left .facebook i {
    background-position: -105px -60px;
}
.tvfooter-social-icon-left .twitter i {
    background-position: -105px -110px;
}
.tvfooter-social-icon-left .youtube i {
    background-position: -104px -158px;
}
.tvfooter-social-icon-left .googleplus i {
    background-position: -102px -258px;
}
.tvfooter-social-icon-left .pinterest i {
    background-position: -103px -208px;
}
.tvfooter-social-icon-left .vimeo i {
    background-position: -104px -358px;
}
.tvfooter-social-icon-left .instagram i {
    background-position: -104px -309px;
}
.tvfooter-social-icon-left .rss:hover i {
    background-position: -5px -10px;
}
.tvfooter-social-icon-left .facebook:hover i {
    background-position: -5px -60px;
}
.tvfooter-social-icon-left .twitter:hover i {
    background-position: -5px -110px;
}
.tvfooter-social-icon-left .youtube:hover i {
    background-position: -4px -158px;
}
.tvfooter-social-icon-left .googleplus:hover i {
    background-position: -2px -258px;
}
.tvfooter-social-icon-left .pinterest:hover i {
    background-position: -3px -208px;
}
.tvfooter-social-icon-left .vimeo:hover i {
    background-position: -4px -358px;
}
.tvfooter-social-icon-left .instagram:hover i {
    background-position: -4px -309px;
}
.tvfooter-social-icon-left .rss:hover a {
    background-color: #ff7b0a
}
.tvfooter-social-icon-left .facebook:hover a {
    background-color: var(--color-facebook)
}
.tvfooter-social-icon-left .twitter:hover a {
    background-color: var(--color-twitter)
}
.tvfooter-social-icon-left .youtube:hover a {
    background-color: var(--color-error)
}
.tvfooter-social-icon-left .googleplus:hover a {
    background-color: #df4b38
}
.tvfooter-social-icon-left .pinterest:hover a {
    background-color: var(--color-pinterest)
}
.tvfooter-social-icon-left .vimeo:hover a {
    background-color: var(--color-twitter)
}
.tvfooter-social-icon-left .instagram:hover a {
    background-color: #64443c
}
.tvright-sticky-option {
    position: fixed;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    direction: ltr;
    z-index: 70
}
.tvright-sticky-option #tvcmsdesktop-user-info .tvhedaer-sign-btn,
.tvright-sticky-option .tvcmsdesktop-view-wishlist .tvwishlist-name span,
.tvright-sticky-option .tvcmsdesktop-view-compare .tvdesktop-view-compare-name {
    line-height: normal;
}
.tvright-sticky-option .tvtight-sticky {
    background-color: var(--color-white);
    height: 30px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
    box-shadow: -1px 1px 3px 0px rgba(122, 122, 122, 0.18);
    border-radius: 5px 0 0 5px;
    transition: all .3s ease;
    /*position: relative;
    right: calc(-100% + 40px);*/
}
.tvright-sticky-option .tvtight-sticky:hover {
    background-color: #ff214f;
    color: var(--color-gray-900);
    box-shadow: none;
    margin-left: calc(-80% + 1px);
}
.tvright-sticky-option .tvtight-sticky:hover i,
.tvright-sticky-option .tvtight-sticky:hover span,
.tvright-sticky-option .tvtight-sticky:hover a,
.tvright-sticky-option .tvtight-sticky:hover .tvdesktop-view-compare-name {
    color: var(--color-white);
}
.tvright-sticky-option .tvtight-sticky i {
    font-size: 18px;
    height: 30px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
/********************************/
#search_filters .facet .facet-label:hover a {
    color: var(--color-primary)
}
/* Global Custom Checkbox Styles - Figma Design */
.custom-checkbox {
    position: relative !important;
    display: inline-flex !important;
    align-items: flex-start !important;
    vertical-align: middle !important;
    margin-right: 0 !important;
    float: none !important;
}
.custom-checkbox input[type='checkbox'] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    height: 16px !important;
    width: 16px !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    cursor: pointer !important;
    margin: 0 !important;
}
.custom-checkbox span {
    display: flex !important;
    margin-top: 2px;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    flex: 0 0 16px !important;
    border: 1px solid #111 !important;
    border-radius: 2px !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
}
.custom-checkbox label {
    margin-left: 8px !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #2f2f2f !important;
    cursor: pointer !important;
}
.custom-checkbox span i {
    font-size: 12px !important;
    font-weight: bold !important;
    margin: 0 !important;
    opacity: 0 !important;
    color: #111 !important;
    transition: opacity 0.2s ease !important;
    transform: none !important;
}
.custom-checkbox input[type=checkbox]:checked+span {
    border: 1px solid #111 !important;
    background: #fff !important;
    box-shadow: none !important;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked,
.custom-checkbox input[type=checkbox]:checked+span i {
    opacity: 1 !important;
    transform: none !important;
}
.tvfilter-search-types-dropdown .tvcolor-box .color i {
    font-size: 16px;
    margin: 3px 0 1px 1px;
}
/***** All Theme Custom Btn *****/
.tvall-inner-btn {
    min-width: 250px;
    max-width: 100%;
}
.tvall-inner-btn:before {
    /*content: '';*/
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
    overflow: hidden;
}
.tvall-inner-btn:hover:before {
    color: var(--color-white);
    height: 100%;
    top: 0;
    background-color: var(--color-primary);
    z-index: -1;
}
.tvall-inner-btn-cancel {
    background-color: #6c757d;
    border-radius: 0;
    padding: 11px 15px;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    text-decoration: none;
}
.tvall-inner-btn-cancel span {
    color: var(--color-white);
    text-decoration: none;
}
.tvall-inner-btn-cancel:hover {
    background-color: #5a6268;
}
.tvall-inner-btn-cancel.disabled,
.tvall-inner-btn.disabled,
i.material-icons.block {
    cursor: no-drop;
}
.product-additional-info .js-mailalert {
    text-align: left !important;
    display: grid;
    gap:4px;
    grid-template-columns:auto 1fr;
    align-items: stretch;
}
.tvall-inner-btn span,
.tvall-inner-btn i {
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.tvall-inner-btn i {
    font-size: 18px;
    margin-inline-end: 5px;
}
.tvall-inner-btn i {
    font-size: 18px;
    color: var(--color-white);
}
.tvall-inner-btn:hover i {
    color: var(--color-white);
}
.tvall-inner-btn svg.add-cart g path {
    fill: var(--color-white) !important;
}
.tvall-inner-btn:hover svg.add-cart g path {
    fill: var(--color-white) !important;
}
.tvall-inner-btn svg.out-of-stock.hide path {
    fill: var(--color-white);
}
.tvall-inner-btn:hover svg.out-of-stock.hide path {
    fill: var(--color-white);
}
.tvall-inner-btn-cancel span,
.tvall-inner-btn span {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 400;
    ;
    line-height: normal;
    letter-spacing: 0.8px;
    display: inline-block;
    text-align: center;
}

.tvall-inner-btn {
    transition: all 200ms ease;
}
.tvall-inner-btn-cancel span {
    color: var(--color-white);
    font-size: 15px;
    vertical-align: middle;
}
.tvall-inner-btn svg {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}
.lang-rtl .tvall-inner-btn svg {
    margin: 0 0 0 5px;
}
.tvedit-btn {
    background-color: var(--color-gray-900);
    color: #fff;
    padding: 8px;
    display: inline-flex;
    vertical-align: middle;
    border: 1px solid var(--color-gray-900);
    outline: none;
    /*border-radius: 8px;*/
    margin: 0 5px 5px 0;
    align-items: center;
}
.tvedit-btn span {
    color: #fff;
}
.tvremove-btn {
    background-color: var(--color-white);
    color: var(--color-gray-900);
    padding: 8px;
    display: inline-flex;
    vertical-align: middle;
    border: 1px solid var(--color-gray-900);
    outline: none;
    /*border-radius: 8px;*/
    margin: 0 5px 5px 0;
    align-items: center;
}

.tvremove-btn:hover {

}

.tvedit-btn i,
.tvremove-btn i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff
}
.tvremove-btn i {
    color: var(--color-gray-900);
}
.tvedit-btn:hover i,
.tvedit-btn:hover,
.tvedit-btn:hover span {
    background-color: var(--color-white);
    color: var(--color-gray-900);
}
.tvremove-btn:hover i,
.tvremove-btn:hover,
.tvremove-btn:hover span {
    background-color: var(--color-gray-900);
    color: #fff;
}

/* Addresses page */
#addresses .addresses-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0 0 24px;
}

#addresses .tvaddress-save-box {
    margin-bottom: 32px;
}

#addresses .address {
    margin-bottom: 20px;
}

#addresses .address-footer {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}

#addresses .addresses-footer {
    padding-bottom: 24px;
}

#search_filters .facet .facet-title {
    /*border-bottom: none;*/
}
.custom-checkbox.color-checkbox {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search_filters .facet .tvfilter-search-types-title {
    border-bottom: 1px solid var(--color-gray-100);
}
/***** START RIGHT STICKY CSS *****/
.tvcmsright-sticky {
    right: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    margin: auto;
    bottom: 0;
    max-height: 200px;
    z-index: 2;
}
.tvcmsright-sticky .tvright-sticky {
    position: relative;
    min-width: 40px;
    width: auto;
}
.tvcmsright-sticky .tvright-sticky-wrapper {
    position: absolute;
}
.tvsticky-up-arrow,
.tvsticky-wishlist,
.tvsticky-compare,
.tvright-sticky-account,
.tvright-sticky-add-to-cart {
    background-color: var(--color-white);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    height: 28px;
    ;
    border-radius: 15px 0 0 15px;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 10px 0;
    overflow: hidden;
}
.tvsticky-up-arrow i,
.tvsticky-wishlist i,
.tvsticky-compare i,
.tvright-sticky-account i,
.tvright-sticky-add-to-cart i {
    color: var(--color-text-medium);
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tvsticky-up-arrow span,
.tvsticky-wishlist .tvwishlist-sticky-name,
.tvsticky-compare .tvsticky-compare-name,
.tvright-sticky-account span,
.tvright-sticky-add-to-cart span {
    color: var(--color-white);
    font-size: 10px;
    float: left;
    line-height: 28px;
    margin: 0 0 0 9px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tvsticky-up-arrow a,
.tvsticky-wishlist a,
.tvsticky-compare a,
.tvright-sticky-account a,
.tvright-sticky-add-to-cart a {
    width: 100%;
    display: inline-block;
}
.tvsticky-up-arrow:hover,
.tvsticky-wishlist:hover,
.tvsticky-compare:hover,
.tvright-sticky-account:hover,
.tvright-sticky-add-to-cart:hover {
    margin-left: calc(-100%);
    background: var(--color-primary);
}
.tvsticky-up-arrow:hover i,
.tvsticky-wishlist:hover i,
.tvsticky-compare:hover i,
.tvright-sticky-account:hover i,
.tvright-sticky-add-to-cart:hover i {
    color: var(--color-white);
}
.tvsticky-up-arrow:hover span,
.tvsticky-wishlist:hover .tvwishlist-sticky-name,
.tvsticky-compare:hover .tvsticky-compare-name,
.tvright-sticky-account:hover span,
.tvright-sticky-add-to-cart:hover span {
    opacity: 1;
}
/*@media (max-width: 575px){
    .tvcmsright-sticky{
        display: none;
    }
}*/
.tvheader-top-info .tvsticky-compare {
    display: none;
}
.tv-account-dropdown,
.tv-language-dropdown,
.tv-currency-dropdown {
    display: none;
}
/***** END RIGHT STICKY CSS *****/
.tv-footer-social-icon {
    left: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    z-index: 0;
    /* height: min-content; */
    margin: auto;
    bottom: 0;
    max-height: 275px;
}
.tv-footer-social-icon .tv-footer-social-icon-wrapper {
    position: relative;
    min-width: 40px;
    width: auto;
}
.tv-footer-social-icon .tv-footer-social-icon-inner {
    position: absolute;
    right: 0;
}
/*.tv-footer-social-icon{
    position: fixed;
    left: -65px;
    top:0;
    bottom: 0;
    margin: auto;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    z-index: 100;
    max-height: 315px;
}*/
.tv-footer-social-icon .tvblock-social-content {
    overflow: hidden;
    height: 28px;
    background-color: var(--color-white);
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 10px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 7px 10px;
}
.tv-footer-social-icon .tvblock-social-content:hover {
    background: var(--color-gray-800);
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvfacebook-wrapper:hover {
    background: var(--color-facebook);
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvtwitter-wrapper:hover {
    background: var(--color-twitter);
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvrss-wrapper:hover {
    background: #ff7b0a;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvyoutube-wrapper:hover {
    background: var(--color-error);
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvgoogleplus-wrapper:hover {
    background: #df4b38;
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvpinterest-wrapper:hover {
    background: var(--color-pinterest);
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvvimeo-wrapper:hover {
    background-: var(--color-twitter);
    margin-right: calc(-100% + 30px);
}
.tv-footer-social-icon .tvinstagram-wrapper:hover {
    background: #64443c;
    margin-right: calc(-100% + 30px);
}
/*.tv-footer-social-icon ul li a{
     color: var(--color-white);
}*/
.tv-footer-social-icon .tvblock-social-content .tvblock-social-icon {
    width: 14px;
    height: 14px;
    float: right;
}
.tv-footer-social-icon .tvblock-social-content .tvblock-social-icon.tvgoogleplus {
    height: 18px;
    width: 18px;
}
.tvblock-social-content.tvgoogleplus-wrapper {
    padding: 5px 7px;
}
.block-social .tvblock-social-content.tvgoogleplus-wrapper span {
    line-height: 19px;
}
.block-social .tvblock-social-content span {
    display: block;
    color: var(--color-white);
    line-height: 15px;
    margin: 0 9px 0 3px;
    font-size: 10px;
    ;
    opacity: 0;
    float: right;
    transition: .2s ease-in-out;
}
.tv-footer-social-icon .tvblock-social-content:hover span {
    opacity: 1;
}
#footer .tvblock-social-icon path {
    fill: var(--color-text-medium) !important;
}
#footer .tv-footer-social-icon .tvblock-social-content:hover .tvblock-social-icon path {
    fill: var(--color-white) !important;
}
.tvcmsofferbanners-one .tvbanner-hover-wrapper {
    display: block;
}
#cms .tv-sub-pages-inner-content {
    overflow: hidden;
}
.tvcart-product-content .regular-price {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: var(--color-text-medium);
    letter-spacing: 0.3px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
.tvvertical-slider .product-images {
    overflow: hidden;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#header .tv-myaccount-btn-desktop svg {
    /*padding: 3px 0px 5px 0px;*/
    /*width: 36px;*/
    /*height: 36px;*/
    /*margin-right: 10px;*/
}
#header .tv-cart-icon-main .tvheader-right-icon svg g path:nth-child(1),
#header .tv-myaccount-btn-desktop svg g path:nth-child(1) {
    /*fill: var(--color-yellow) !important;*/
}
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper,
.tvcmsproduct-grid-list .tvproduct-grid,
.tvcmsproduct-grid-list .tvproduct-grid-2,
.tvcmsproduct-grid-list .tvproduct-list,
.tvcmsproduct-grid-list .tvproduct-list-2,
.tvcmsproduct-grid-list .tvproduct-catelog,
.tv_search_filter_wrapper .tvleft-right-title-wrapper {
    background-color: var(--color-white);
    color: var(--color-gray-900);
}
.tv_search_filter_wrapper .tvleft-right-title-wrapper {
    border: 1px solid var(--color-gray-100);
}
.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover {
    border-color: var(--color-primary);
}
#products .tvproduct-view.tvproduct-grid svg.tvgrid g path,
#products .tvproduct-view.tvproduct-grid-2 svg.tvgrid-2 g path,
#products .tvproduct-view.tvproduct-list svg.tvlist g path,
#products .tvproduct-view.tvproduct-list-2 svg.tvlist-2 g path,
#products .tvproduct-view.tvproduct-catelog svg.tvcatelog g path,
#products .tvproduct-view.tvproduct-catelog svg.tvcatelog g polygon,
#products .tv_search_filter_wrapper .tvleft-right-title-wrapper svg.tvfilter-top g polygon,
#products .tv-left-pannal-btn-wrapper svg g rect {
    fill: #bbbbbb !important
}
#products .tvproduct-view.tvproduct-grid:hover svg.tvgrid g path,
#products .tvproduct-view.tvproduct-grid-2:hover svg.tvgrid-2 g path,
#products .tvproduct-view.tvproduct-list:hover svg.tvlist g path,
#products .tvproduct-view.tvproduct-list-2:hover svg.tvlist-2 g path,
#products .tvproduct-view.tvproduct-catelog:hover svg.tvcatelog g path,
#products .tvproduct-view.tvproduct-catelog:hover svg.tvcatelog g polygon,
#products .tvproduct-view.tvproduct-grid.active svg.tvgrid g path,
#products .tvproduct-view.tvproduct-grid-2.active svg.tvgrid-2 g path,
#products .tvproduct-view.tvproduct-list.active svg.tvlist g path,
#products .tvproduct-view.tvproduct-list-2.active svg.tvlist-2 g path,
#products .tvproduct-view.tvproduct-catelog.active svg.tvcatelog g path,
#products .tvproduct-view.tvproduct-catelog.active svg.tvcatelog g polygon {
    fill: var(--color-gray-900) !important
}
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper i,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper i,
.tv_search_filter_wrapper .tvleft-right-title-wrapper i,
.tvcmsproduct-grid-list .tvproduct-grid i,
.tvcmsproduct-grid-list .tvproduct-grid-2 i,
.tvcmsproduct-grid-list .tvproduct-list i,
.tvcmsproduct-grid-list .tvproduct-list-2 i,
.tvcmsproduct-grid-list .tvproduct-catelog i {
    color: var(--color-gray-900);
}
#products .tv_search_filter_wrapper .tvleft-right-title-wrapper:hover i,
#products .tv_search_filter_wrapper .tvleft-right-title-wrapper:hover {
    color: var(--color-gray-900);
}
.tvcmsheader-search.search-widget form .tvheader-top-search-wrapper button[type=submit] svg g path,
.tvcmsheader-search.search-widget form .tvheader-top-search-wrapper button[type=submit] svg g rect,
.tvcmsheader-search.search-widget form .tvheader-top-search-wrapper:hover button[type=submit] svg g path,
.tvcmsheader-search.search-widget form .tvheader-top-search-wrapper:hover button[type=submit] svg g rect {
    /*fill: #e30047 !important;*/
}
.tvheader-top-search-wrapper {
    padding: 15px 16px;
}
.tvproduct-cart-quentity-decrement i,
.tvproduct-cart-quentity-increment i {
    font-size: 15px;
}
.tvproduct-cart-quentity-decrement:hover i,
.tvproduct-cart-quentity-increment:hover i {
    color: var(--color-white);
}
.tvblog-event-all-content-block:hover .tvnews-event-buttons {
    opacity: 1;
}
.tvgrid-list-view-product .tvproduct-wrapper {
    margin-bottom: 0;
}
.cart-overview .bootstrap-touchspin .input-group-btn-vertical {
    display: inline-flex;
}
.tv-menu-horizontal li.level-1>a span {
    padding-bottom: 4px;
}
@media (min-width: 992px) {
    .tv-menu-horizontal li.level-1:hover>a span {
        border-bottom: 1px solid #111111 !important;
    }
    .tv-menu-horizontal li.level-1.parent:hover>a span.menu-subtitle {
        border: none;
    }
    .tv-header-menu {
        margin: 0;
        overflow: hidden;
    }
    .tvmain-menu-dropdown {
        position: absolute;
        background-color: var(--color-white);
        z-index: 60;
        padding: 15px;
        outline: 1px solid var(--color-gray-200);
        left: auto;
        opacity: 0;
        visibility: hidden;
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .tv-language-dropdown,
    .tv-currency-dropdown {
        position: absolute;
        z-index: 100;
        min-width: 142px;
        margin: 0;
        right: auto;
        left: auto;
        box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
        /*border-bottom: 4px solid var(--color-primary);*/
    }
    .tvcmsdesktop-top-header-wrapper.header-4 .tv-language-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-4 .tv-currency-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-2 .tv-language-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-2 .tv-currency-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-3 .tv-language-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-3 .tv-currency-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-6 .tv-language-dropdown,
    .tvcmsdesktop-top-header-wrapper.header-6 .tv-currency-dropdown {
        position: inherit;
        box-shadow: none;
    }
    .tvcmsmain-menu-wrapper {
        /*transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);*/
        /*opacity: 0;*/
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .tvcmsmain-menu-wrapper.tvcmsmain-menu-block {
        /*transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);*/
        /*opacity: 1;*/
        /*padding: 0;*/
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .tvbanner-hover-wrapper img {
        width: 100%;
    }
    #footer_sub_menu_store_info,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_social_icon {
        display: block;
        overflow: hidden;
        /*margin: 0;*/
    }
}
/***** Header & Footer Layout Design Css *****/
.header-3 .container_tv_megamenu {
    text-align: left;
}
.header-4 .tvcms-header-menu-offer-wrapper,
.header-6 .tvcms-header-menu-offer-wrapper {
    position: initial;
    min-height: auto;
    background-color: var(--color-white);
    border-top: none;
    border-bottom: none;
}
.header-6 .tvcms-header-menu-offer-wrapper {
    background-color: transparent;
}
.header-6 .tvcms-header-menu-offer-wrapper.sticky {
    background-color: var(--color-white);
}
.header-3 .tvcms-header-menu {
    display: flex;
    align-items: center;
}
.header-3 #_desktop_contact_link {
    text-align: right;
    padding: 0;
}
.header-3 #_desktop_contact_link #contact-link i {
    margin-right: 10px;
    color: var(--color-gray-900);
}
.header-3 #_desktop_contact_link #contact-link span {
    color: var(--color-gray-900);
    font-size: 16px;
}
.header-4 .tvcmssearch-wrapper,
.header-5 .tvcmssearch-wrapper,
.header-6 .tvcmssearch-wrapper {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-inline-end: 0;
}
#header .header-4 #_desktop_search .tvsearch-top-wrapper .tvsearch-open i,
#header .header-4 #_desktop_search .tvsearch-top-wrapper .tvsearch-close i,
#header .header-5 #_desktop_search .tvsearch-top-wrapper .tvsearch-open i,
#header .header-5 #_desktop_search .tvsearch-top-wrapper .tvsearch-close i,
#header .header-6 #_desktop_search .tvsearch-top-wrapper .tvsearch-open i,
#header .header-6 #_desktop_search .tvsearch-top-wrapper .tvsearch-close i {
    color: var(--color-gray-900);
    /*font-size: 34px;*/
}
#header .header-4 .tvsearch-header-display-wrappper,
#header .header-5 .tvsearch-header-display-wrappper,
#header .header-6 .tvsearch-header-display-wrappper {
    width: 60vw;
    max-width: 920px;
}
.header-5 .tvheader-language-currency-wrapper {
    text-align: left;
}
.header-5 .tv-header-logo {
    justify-content: center;
}
.header-5 .tv-account-wrapper .tv-myaccount-btn span,
.header-4 .tv-account-wrapper .tv-myaccount-btn span,
.header-6 .tv-account-wrapper .tv-myaccount-btn span {
    display: none;
}
#index .tvcmsdesktop-top-header-wrapper.header-6 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#header .header-4 .tv-myaccount-btn-desktop svg,
#header .header-5 .tv-myaccount-btn-desktop svg,
#header .header-6 .tv-myaccount-btn-desktop svg {
    margin: 0;
}
/*.footer-container.header-2 .tvfooter-account-link {
    display: none;
}*/
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-sarch-display,
.tvcmsdesktop-top-header-wrapper.header-5 .tvheader-sarch-display,
.tvcmsdesktop-top-header-wrapper.header-6 .tvheader-sarch-display,
#tvcms-mobile-view-header.mobile-header-2 .tvheader-sarch-display {
    display: block;
}
#header .tvcmsdesktop-top-header-wrapper.header-4 .tvsearch-header-display-wrappper,
#header .tvcmsdesktop-top-header-wrapper.header-5 .tvsearch-header-display-wrappper,
#header .tvcmsdesktop-top-header-wrapper.header-6 .tvsearch-header-display-wrappper {
    position: absolute;
    right: 30px;
    left: auto;
    top: 50%;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper {
    position: inherit;
    display: none;
    opacity: 0;
    height: 0;
    visibility: hidden;
    top: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
#header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper.open {
    display: block;
    opacity: 1;
    height: 100%;
    visibility: visible;
    padding: 0 0 10px;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
#header .tvcmsdesktop-top-header-wrapper.header-4 .tvsearch-header-display-wrappper.open,
#header .tvcmsdesktop-top-header-wrapper.header-5 .tvsearch-header-display-wrappper.open,
#header .tvcmsdesktop-top-header-wrapper.header-6 .tvsearch-header-display-wrappper.open {
    opacity: 1;
    visibility: visible;
}
.footer-container.footer-2 .tvfooter-logo-block,
.footer-container.footer-3 .tvfooter-logo-block,
.footer-container.footer-4 .tvfooter-logo-block {
    padding: 0px 0;
}
.footer-container.footer-2 .tvfooter-logo-block .tvfooter-logo-desc {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
/*.footer-container.footer-2 .tvcms-newsletter-wrapper {
    width: 100%;
    padding: 0;
}
.footer-container.footer-2 .tvcms-newsletter-wrapper .tvcms-newsletter-wrapper{
    display: none;
}*/
.footer-container.footer-4 .tvfooter-logo-block .tvfooter-logo-desc {
    width: 90%;
    max-width: 90%;
    text-align: left;
    margin: 0;
}
.footer-container.footer-2 .tvfooter-storelogo-inner,
.footer-container.footer-3 .tvfooter-storelogo-inner,
.footer-container.footer-4 .tvfooter-storelogo-inner {
    border: none;
    text-align: left;
    margin-bottom: 15px;
}
.footer-container.footer-3 .tvfooter-storelogo-inner {
    margin-bottom: 35px;
}
.footer-container.footer-2 .tvfooter-logo-block .tvfooter-img-block {
    text-align: left;
}
.footer-container.footer-2 .tvfooter-payment-icon-img-block,
.footer-container.footer-2 .tvcopylink,
.footer-container.footer-2 .tvapp-logo-link-wrapper,
.footer-container.footer-3 .tvfooter-payment-icon-img-block,
.footer-container.footer-3 .tvcopylink,
.footer-container.footer-3 .tvapp-logo-link-wrapper {
    width: 100%;
    text-align: center;
}
.footer-2 .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper,
.footer-3 .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    text-align: center;
}
.footer-container.footer-2 .tvapp-logo-link-wrapper,
 .footer-container.footer-3 .tvapp-logo-link-wrapper {
    padding: 5px 0;
 }
.footer-container.footer-3 .tvfooter-storelogo-weapper,
.footer-container.footer-3 .tvfooter-contact-link-wrapper,
.footer-container.footer-3 .tvfooter-category-block,
.footer-container.footer-3 .tvfooter-account-link,
.footer-container.footer-3 #block_myaccount_infos,
.footer-container.footer-3 .tvcms-newsletter-wrapper,
.footer-container.footer-3 .tvcmsfooter-store-time {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
}
/*.footer-container.footer-3 .tvfooter-storelogo-weapper,*/
.footer-container.footer-3 .tvfooter-contact-link-wrapper .tvfooter-address,
.footer-container.footer-3 .tvfooter-category-block,
.footer-container.footer-3 .tvfooter-account-link .tvfooter-account-wrapper,
.footer-container.footer-3 #block_myaccount_infos,
.footer-container.footer-3 .tvcms-newsletter-wrapper .tvnewsletter-block,
.footer-container.footer-3 .tvcmsfooter-store-time .tvfooter-store-time-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-container.footer-2 .tvfooter-copy-payment-icon-inner,
.footer-container.footer-3 .tvfooter-copy-payment-icon-inner,
.footer-container.footer-3 .tvfooter-storelogo-imformation {
    display: block;
}
.footer-container.footer-2 .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper,
.footer-container.footer-3 .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    justify-content: center;
    margin-bottom: 10px;
}
.footer-container.footer-3 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.footer-container.footer-3 .tvfooter-account-link li,
.footer-container.footer-3 #block_myaccount_infos li,
.footer-container.footer-3 .tvfooter-category-block ul li,
.footer-container.footer-4 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.footer-container.footer-4 .tvfooter-account-link li,
.footer-container.footer-4 #block_myaccount_infos li,
.footer-container.footer-4 .tvfooter-category-block ul li {
    margin-bottom: 12px;
    display: inline-block;
}
.footer-container.footer-3 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.footer-container.footer-4 .tvfooter-time-wrapper .tvfooter-open-time-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.footer-container.footer-3 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.footer-container.footer-3 .tvfooter-account-link li,
.footer-container.footer-3 #block_myaccount_infos li,
.footer-container.footer-3 .tvfooter-category-block ul li {
    margin: 0 25px 0px 25px;
}
.footer-container.footer-4 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.footer-container.footer-4 .tvfooter-account-link li,
.footer-container.footer-4 #block_myaccount_infos li,
.footer-container.footer-4 .tvfooter-category-block ul li {
    margin: 0 0 20px 0;
    margin-block-end: 40px;
}
.footer-container.footer-3 .tvnewsleeter-input-button-wraper {
    width: 60%;
}
.footer-container.footer-3 .tvfooter-addresses br {
    display: none;
}
.footer-container.footer-3 .tvfooter-addresses,
.footer-container.footer-3 .tvfooter-store-link,
.footer-container.footer-3 .tvfooter-store-link-content,
.footer-container.footer-3 .tvfooter-store-link-fax {
    margin: 0 20px;
    padding: 0 !important;
}
.footer-container.footer-3 #footer_sub_menu_store_info {
    margin-bottom: 15px;
}
.footer-container.footer-4 .tvfooter-logo-block {
    margin-bottom: 25px;
}
#footer_sub_menu_store_info .tvfooter-addresses i,
#footer_sub_menu_store_info .tvfooter-store-link i,
#footer_sub_menu_store_info .tvfooter-store-link-content i,
#footer_sub_menu_store_info .tvfooter-store-link-fax i {
    margin-inline-end: 5px;
    font-size: 18px;
    color: var(--color-text-medium);
}
.footer-container.footer-3 .tvnewsletter-lable-wrapper {
    text-align: center;
    margin-right: 25px;
    margin-bottom: 0;
}
.footer-container.footer-3 .block_newsletter .tvnewsletter-title {
    margin: 0;
}
.footer-container.footer-3 .tvnewsletter-description p {
    margin-bottom: 0;
}
.footer-container.footer-4 .tvfooter-contact-link-wrapper,
.footer-container.footer-4 .tvfooter-logo-block .tvfooter-img-block {
    width: 100%;
    padding: 0;
    text-align: left;
}
.footer-container.footer-4 .tvfooter-contact-link-wrapper,
.footer-container.footer-4 .tvfooter-category-block,
.footer-container.footer-4 .tvfooter-account-link,
.footer-container.footer-4 #block_myaccount_infos,
.footer-container.footer-4 .tvcms-newsletter-wrapper,
.footer-container.footer-4 .tvcmsfooter-store-time {
    width: 100%;
}
.footer-container.footer-4 .block_newsletter form {
    width: 50%;
    margin: 0;
}
.footer-container.footer-3 .block_newsletter form {
    margin: 0;
    /*width: 60%;*/
}
.footer-container.footer-4 .tvfooter-logo-link-wrapper li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    margin: auto;
    width: 7px;
    right: -23px;
    border-radius: 100%;
    height: 7px;
    background-color: transparent;
    border: 1px solid var(--color-gray-400);
}
.footer-container.footer-4 .tvfooter-logo-link-wrapper li:last-child a:before {
    display: none;
}
.footer-container.footer-3 .tvfooter-logo-link-wrapper li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    display: block;
    opacity: 1;
    margin: auto;
    width: 10px;
    height: 1px;
    right: -30px;
    background-color: var(--color-gray-400);
}
.footer-container.footer-3 .tvfooter-logo-link-wrapper li:last-child a:before {
    display: none;
}
.footer-container.footer-4 .tvfooter-links-wrapper {
    padding: 0;
}
.product-4 .tvvertical-slider.col-sm-3 {
    /*width: 100%;*/
}
.product-4 .tvvertical-slider .tvvertical-slider-next,
.product-4 .tvvertical-slider .tvvertical-slider-pre,
.product-6 .tvvertical-slider .tvvertical-slider-next,
.product-6 .tvvertical-slider .tvvertical-slider-pre,
.product-3 .tvvertical-slider .tvvertical-slider-next,
.product-3 .tvvertical-slider .tvvertical-slider-pre {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.product-4 .tvvertical-slider .tvvertical-slider-next,
.product-6 .tvvertical-slider .tvvertical-slider-next {
    right: 15px;
}
.product-3 .tvvertical-slider .tvvertical-slider-next {
    right: -15px;
    top: 45%;
}
.product-4 .tvvertical-slider .tvvertical-slider-pre,
.product-6 .tvvertical-slider .tvvertical-slider-pre {
    left: 15px;
}
.product-3 .tvvertical-slider .tvvertical-slider-pre {
    left: -15px;
    top: 45%;
}
.product-4 .tvvertical-slider .tvvertical-slider-next,
.product-4 .tvvertical-slider .tvvertical-slider-pre,
.product-6 .tvvertical-slider .tvvertical-slider-next,
.product-6 .tvvertical-slider .tvvertical-slider-pre {
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-4 .tvvertical-slider .tvvertical-slider-next:hover,
.product-4 .tvvertical-slider .tvvertical-slider-pre:hover,
.product-6 .tvvertical-slider .tvvertical-slider-next:hover,
.product-6 .tvvertical-slider .tvvertical-slider-pre:hover {
    background-color: var(--color-gray-50);
}
.product-4 .tvvertical-slider .tvvertical-slider-next span,
.product-4 .tvvertical-slider .tvvertical-slider-pre span,
.product-6 .tvvertical-slider .tvvertical-slider-next span,
.product-6 .tvvertical-slider .tvvertical-slider-pre span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-3 .tvvertical-slider .product-images {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    max-height: max-content;
    margin-top: 15px;
    padding-bottom: 0;
}
.product-3 .tvvertical-slider .product-images.slick-slider {
    display: block;
}
.tvvertical-slider .slick-slider .tvcmsVerticalSlider:nth-child(1) img,
.tvvertical-slider .tvcmsVerticalSlider img {
    border: 1px solid transparent;
}
.tvvertical-slider .slick-slide.slick-current .tvcmsVerticalSlider:nth-child(1) img.thumb {
    /*border: 1px solid var(--color-gray-900)12;*/
}
/*.tvvertical-slider .slick-slider .tvcmsVerticalSlider img.thumb.selected,*/
.tvvertical-slider .slick-slider .tvcmsVerticalSlider img.thumb.active,
.tvvertical-slider .slick-slider .tvcmsVerticalSlider img.thumb:hover {
    border: 1px solid var(--color-gray-100);
}
.product-3 .tvcmsVerticalSlider {
    /*display: inline-block;*/
    padding: 0 5px;
    width: 96px;
    /*height: 145px;*/
}
.quickview .product-3 .tvcmsVerticalSlider {
    width: 150.2343px;
}
.tv-product-page-content .tvproduct-special-desc {
    padding: 30px 0 0px;
    /*margin-bottom: 15px;*/
}
.tv-product-page-content .tvwishlist-compare-wrapper-page {
    margin-bottom: 25px;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
}
.tv-product-page-content .tvwishlist-compare-wrapper-page .add {
    width: 100%;
}
.tvproduct-wishlist-compare {
}

/* ============================================
   PRODUCT PAGE - QUANTITY + ADD TO CART (Figma)
   ============================================ */
.tv-product-page-content .product-add-to-cart {
    display: flex;
    flex-direction: column;
}
.tv-product-page-content .tv-product-page-add-to-cart-wrapper {
    display: flex;
    gap: 12px;
    align-items: stretch;
    flex-direction: row-reverse;
    margin-bottom: 25px;
    max-width: 100%;
}
.tv-product-page-content .tv-product-page-add-to-cart-wrapper .tvcart-btn-model {
    flex: 1 0 0;
    float: none;
    width: auto;
}
.tv-product-page-content .tv-product-page-add-to-cart-wrapper .add-to-cart {
    margin-right: 0;
    width: 100%;
    height: 100%;
}
.tv-product-page-content .add-to-cart.refreshing {
    opacity: 0.6;
    pointer-events: none;
}

/* Quantity counter - horizontal layout with gray bg */
.tv-product-page-content .product-quantity {
    margin-bottom: 0;
    flex-shrink: 0;
}
.tv-product-page-content .product-quantity .control-label {
    display: none;
}
.tv-product-page-content .product-quantity .qty {
    margin-right: 0;
    margin-bottom: 0;
}
.tv-product-page-content .product-quantity .bootstrap-touchspin {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #F1F1F1;
    padding: 4px 16px;
    height: 100%;
    float: none;
    width: auto;
}
.tv-product-page-content .product-quantity #quantity_wanted {
    width: auto;
    min-width: 24px;
    max-width: 40px;
    height: auto;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-gray-900);
    padding: 0;
    margin: 0;
    order: 2;
    -moz-appearance: textfield;
}
.tv-product-page-content .product-quantity #quantity_wanted::-webkit-outer-spin-button,
.tv-product-page-content .product-quantity #quantity_wanted::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tv-product-page-content .product-quantity #quantity_wanted:focus {
    outline: none;
    box-shadow: none;
}
.tv-product-page-content .product-quantity .input-group-btn-vertical {
    display: contents;
}
.tv-product-page-content .product-quantity .bootstrap-touchspin-down {
    order: 1;
}
.tv-product-page-content .product-quantity .bootstrap-touchspin-up {
    order: 3;
}
.tv-product-page-content .product-quantity .input-group-btn-vertical .btn {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    cursor: pointer;
}
.tv-product-page-content .product-quantity .input-group-btn-vertical .btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.tv-product-page-content .product-quantity .input-group-btn-vertical .btn i {
    font-size: 20px;
    color: var(--color-gray-900);
    position: static;
    top: auto;
    left: auto;
}
.tv-product-page-content .product-quantity .bootstrap-touchspin .input-group-addon {
    display: none;
}

@media (max-width: 575px) {
    .tv-product-page-content .product-quantity .bootstrap-touchspin {
        justify-content: center;
    }
}
.tvproduct-page-wrapper .product-prices .tax-shipping-delivery-label,
.quickview .product-prices .tax-shipping-delivery-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.42px;
    color: #4C4C4C;
}
.tvproduct-page-wrapper .product-prices .tax-shipping-delivery-label .sph-line .price.lowest-price,
.quickview .product-prices .tax-shipping-delivery-label .sph-line .price.lowest-price{
    text-decoration: line-through;
}
.quickview .product-discount .regular-price,
.tvproduct-page-wrapper .product-discount .regular-price {
    font-size: 16px;
}
.product-price .current-price .price,
.modal-body.tv-addtocart-content-part .tv-addtocart-price {
    font-size: 27px;
}
.product-additional-info {
    padding-top: 0;
    margin-bottom: 0;
}
.tv-product-page .tv-indicator {
    padding-top: 30px;
    margin-bottom: 0;
    margin-right: 50px;
}
.tvproduct-stock-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tvproduct-wishlist-compare {
    margin-top: 0;
    display: inline-block;
}
.tvproduct-wishlist-compare .tvproduct-wishlist a:focus {
    color: var(--color-gray-900);
}
#block-reassurance li{
    margin-inline-end: 0;
}
@media (min-width:1280px){
    #product #block-reassurance li{
            min-width: 507px;
    }
}
#product .product-3 #block-reassurance li {
    width: 100%;
    min-width:auto ;
}
.product-2 .tvproduct-sale-pack-wrapper {
    right: 30px;
}
.product-2 .tvproduct-online-new-wrapper {
    left: 30px;
}
.product-2 .tvproduct-image-slider {
    box-shadow: none;
    margin: 0 -15px;
}
.product-2 .tvproduct-image-slider .col-md-6 img {
    border: 1px solid var(--color-gray-50);
    margin-bottom: 15px;
}
.product-2 .product-cover .layer {
    right: 30px;
    bottom: 30px;
}
@media (max-width: 1140px) {
    .footer-container.footer-3 .tvfooter-contact-link-wrapper .tvfooter-address,
    .footer-container.footer-3 .tvfooter-category-block,
    .footer-container.footer-3 .tvfooter-account-link .tvfooter-account-wrapper,
    .footer-container.footer-3 #block_myaccount_infos,
    .footer-container.footer-3 .tvcms-newsletter-wrapper .tvnewsletter-block,
    .footer-container.footer-3 .tvcmsfooter-store-time .tvfooter-store-time-info-box {
        display: block;
    }
    .footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title:after,
    .footer-container.footer-3 .block_newsletter .tvnewsletter-title:after {
        display: none;
    }
    .footer-container.footer-3 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
    .footer-container.footer-3 .tvfooter-account-link li,
    .footer-container.footer-3 #block_myaccount_infos li,
    .footer-container.footer-3 .tvfooter-category-block ul li {
        margin: 0 25px 15px 25px;
    }
    .footer-container.footer-3 .tvfooter-addresses,
    .footer-container.footer-3 .tvfooter-store-link,
    .footer-container.footer-3 .tvfooter-store-link-content,
    .footer-container.footer-3 .tvfooter-store-link-fax {
        padding-bottom: 10px !important;
    }
    .footer-container.footer-3 .tvnewsletter-lable-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .footer-container.footer-3 .tvnewsleeter-input-button-wraper {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .footer-container.footer-3 .tvfooter-addresses,
    .footer-container.footer-3 .tvfooter-store-link,
    .footer-container.footer-3 .tvfooter-store-link-content,
    .footer-container.footer-3 .tvfooter-store-link-fax {
        margin: 0 10px;
    }
    .tvcategory-chain-slider-wrapper-info {
        width: 50%;
    }
}
@media (max-width: 1180px) {
    #header .header-4 .tv-menu-horizontal ul li.level-1>a,
    #header .header-6 .tv-menu-horizontal ul li.level-1>a {
        /*padding: 9px 10px;*/
        font-size: 16px;
    }
    .header-3 #_desktop_contact_link #contact-link span {
        font-size: 14px;
    }
    .header-3 #_desktop_contact_link #contact-link i {
        font-size: 20px;
        margin-right: 5px;
    }
    .header-3 .tvcmsdesktop-contact,
    .header-4 .tvcmsheader-nav-right,
    .header-6 .tvcmsheader-nav-right {
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .footer-container.footer-3 #footer_sub_menu_store_info {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-container.footer-3 .tvfooter-time-wrapper,
    .footer-container.footer-4 .tvfooter-time-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-container.footer-4 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
    .footer-container.footer-4 .tvfooter-time-wrapper {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    /*.footer-container.footer-3 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,*/
    .footer-container.footer-3 .tvfooter-account-link li,
    .footer-container.footer-3 #block_myaccount_infos li,
    .footer-container.footer-3 .tvfooter-category-block ul li,
    .footer-container.footer-4 .tvfooter-account-link li,
    .footer-container.footer-4 #block_myaccount_infos li,
    .footer-container.footer-4 .tvfooter-category-block ul li {
        display: block;
    }
    .footer-container.footer-4 .tvfooter-time-wrapper .tvfooter-open-time-wrapper {
        justify-content: flex-start;
    }
    .footer-container.footer-3 .tvfooter-logo-link-wrapper li a:before,
    .footer-container.footer-4 .tvfooter-logo-link-wrapper li a:before {
        display: none;
    }
    .footer-container.footer-4 .block_newsletter form {
        width: 100%;
        margin: 0;
    }
}
.product-4 .tvcmsVerticalSlider {
    margin: 4px 0 15px 0;
}
.tvvertical-slider .product-images .slick-dots {
    bottom: -3px;
}
.tv-total-product {
    margin-left: 0;
}
.tvall-page-shortby {
    display: flex;
    justify-content: flex-end;
    column-gap: 12px;
}
.tvall-page-shortby .products-sort-order .select-title span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tvall-page-shortby .products-sort-order .select-title {
    padding: 9px 20px;
    height: 48px;
    width: 200px;
}
.tvproduct-cart-quentity-decrement {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tvproduct-cart-quentity-increment {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tvproduct-cart-quentity-increment,
.tvproduct-cart-quentity-decrement {
    background-color: var(--color-gray-50);
    color: var(--color-gray-900);
}
.tv-product-catalog-btn .tvproduct-cart-quentity {
    border: 1px solid var(--color-gray-50);
}
.tv-all-page-main-title-wrapper {
    padding: 15px 0 0;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.breadcrumb i {
    font-size: 16px;
    color: var(--color-text-dark);
    margin-right: 5px;
    vertical-align: middle;
}
.breadcrumb a:hover i {
    color: var(--color-primary);
}
.breadcrumb span {
    vertical-align: middle;
    line-height: 24px;
}
.tv-sub-category-inner,
.tv-sub-category-inner:hover {
    background-color: transparent;
    border: none;
    padding: 0;
}
.tv-total-product-number,
.products-selection .sort-by {
    color: var(--color-gray-900);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}
.tvwishlist-icon i,
.tvdesktop-compare-icon i,
#tvcmsdesktop-user-info .tvhedaer-sign-btn i,
.tvmyccount i,
#tvcmsdesktop-user-info .tvhedaer-sign-btn i {
    font-size: 18px;
    display: inline-block;
    margin-inline-end: 8px;
    vertical-align: middle;
}
.tvwishlist-icon,
.tvdesktop-compare-icon,
#tvcmsdesktop-user-info .tvhedaer-sign-btn i,
#tvcmsdesktop-user-info .tvhedaer-sign-btn span,
.tvmyccount i,
.tvwishlist-name,
.tvdesktop-view-compare-name {
    display: inline-block;
}
.tv-category-block-wrapper #category-description {
    margin-top: 10px;
}
.footer-container.footer-2 .tvcmsfooter-social-icon #footer_sub_menu_social_icon,
.footer-container.footer-3 .tvcmsfooter-social-icon #footer_sub_menu_social_icon,
.footer-container.footer-3 .tvfooter-logo-block .tvfooter-logo-desc,
.footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title,
.footer-container.footer-3 .tvdekstop-footer-all-title-wrapper .tvfooter-title,
.footer-container.footer-3 .block_newsletter .tvnewsletter-title {
    text-align: center;
}
.footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title:after,
.footer-container.footer-3 .block_newsletter .tvnewsletter-title:after {
    content: ':';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-gray-900);
}
/***** CMS Design *****/
.cms-description .row {
    display: flex;
    flex-wrap: wrap;
}
.cms-description h1 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 4em;
}
.cms-description h2 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 3.5em;
}
.cms-description h3 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 2.8em;
}
.cms-description h4 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 2em;
}
.cms-description h5 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 1.5em;
}
.cms-description h6 {
    padding-bottom: 0.8em;
    margin-bottom: 0;
    font-size: 1.2em;
}
.cms-description p {
    font-size: 16px;
    padding-bottom: 2.48em;
    color: #6d6d6d;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
}
.cms-description a {
    color: var(--color-primary);
}
.cms-description a:hover {
    text-decoration: underline;
}
.cms-description ol,
.cms-description ul {
    margin-bottom: 2.48em;
}
.cms-description ol li,
.cms-description ul li {
    font-size: 16px;
    padding-bottom: 12px;
    color: var(--color-gray-900);
    line-height: 24px;
}
.cms-description ul {
    padding-left: 40px;
    list-style: disc;
    display: inline-block;
}
.cms-description table {
    width: 70%;
}
.fancybox-inner .cms-description table {
    width: 100%;
    margin-bottom: 0;
}
.cms-description table {
    margin-bottom: 2.48em;
}
.cms-description table,
.cms-description th,
.cms-description td {
    border: 1px solid var(--color-gray-300);
    border-collapse: collapse;
}
.cms-description th,
.cms-description td {
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid var(--color-gray-300);
}
.cms-description tr:nth-child(even) {
    background-color: var(--color-gray-50);
}
.cms-description blockquote {
    margin: 16px 40px;
    position: relative;
}
.cms-description blockquote:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 2.48em;
    background-color: var(--color-gray-400);
    /*height: 100%;*/
    width: 10px;
}
.cms-description img {
    display: block;
    /*margin: 0 30px 30px 0;*/
}
.cms-description hr {
    padding-bottom: 2.48em;
    width: 50%;
}
#tvproduct-customize .cms-description table {
    width: 100%;
    margin: 0;
}
.menu-content .tvmobile-lang,
.menu-content .tvmobile-curr {
    /*display: inline-block;*/
    /*width: 50%;*/
}
.newsletter_block_popup-bottom label:after {
    content: '';
    background-color: var(--color-primary);
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.newsletter_block_popup-bottom label:hover:after {
    transform: scaleX(1);
}
#tvcms-mobile-view-header.mobile-header-1 .tvheader-language,
#tvcms-mobile-view-header.mobile-header-1 .tvheader-currency,
#tvcms-mobile-view-header.mobile-header-2 .tvheader-language,
#tvcms-mobile-view-header.mobile-header-2 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-2 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-2 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-3 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-3 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-6 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-6 .tvheader-currency {
    display: block;
    margin: 0;
}
.tvcmsdesktop-top-header-wrapper.header-6 {
    /*background-color: var(--color-white)c4;*/
}
#header .tv-myaccount-btn-desktop svg path:nth-child(1) {
/*    fill: none !important;
    stroke: var(--color-gray-900) !important;*/
}
#header .tv-myaccount-btn-desktop svg path:nth-child(2) {
    /*fill: var(--color-yellow) !important;*/
}
#header .tv-myaccount-btn-desktop svg circle {
  /*  fill: none !important;
    stroke: var(--color-gray-900) !important;*/
}
#header .tv-cart-icon-main svg g path:nth-child(1) {
    /*fill: var(--color-yellow) !important;*/
}
#header .tv-cart-icon-main svg g path:nth-child(2) {
    /*fill: var(--color-gray-900) !important;*/
}
#header .tv-cart-icon-main svg g ellipse {
    /*fill: none !important;*/
    /*stroke: var(--color-gray-900) !important;*/
}
.tvheader-search-display-icon .tvsearch-open svg polygon,
.tvheader-search-display-icon .tvsearch-close svg g {
    /*fill: var(--color-gray-900) !important;*/
}
.tvheader-search-display-icon .tvsearch-open svg circle:nth-child(3) {
    /*fill: none !important;*/
    /*stroke: var(--color-gray-900) !important;*/
}
.tvheader-search-display-icon .tvsearch-open svg circle:nth-child(2) {
    /*fill: var(--color-yellow) !important;*/
}
.mobile-header-2 .tv-account-dropdown {
    top: 47px;
}
.mobile-header-1 .tv-account-dropdown {
    top: 40px;
}
.tvsearch-header-display-full .tvheader-search-btn svg circle:nth-child(2) {
    fill: var(--color-yellow) !important;
}
.tvsearch-header-display-full .tvheader-search-btn svg polygon {
    fill: var(--color-gray-900) !important;
}
.tvsearch-header-display-full .tvheader-search-btn svg circle:nth-child(3) {
    fill: none !important;
    stroke: var(--color-gray-900) !important;
}
.tvproduct-page-decs {
    color: #6A6A6A;
    font-size: 14px;
    margin-bottom: 16px;
}
.tvproduct-page-decs p {
    color: var(--color-gray-900);
    font-size: 14px;
}
@media (min-width: 1025px) {
    .tvprduct-image-info-wrapper > .tv-product-page-image.col-md-6,
    #product .tv-product-page-image.col-md-6 {
        width: 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .tvprduct-image-info-wrapper > .tv-product-page-content.col-md-6,
    #product .tv-product-page-content.col-md-6 {
        width: 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
.tvwishlist-compare-wrapper-page .tvproduct-wishlist span,
.tvcompare-wrapper .tvcmsproduct-compare-btn span {
    font-size: 16px;
    color: var(--color-gray-900);
}
.tvproduct-tax-label {
    margin-left: 10px;
    font-size: 13px;
    ;
    font-weight: 400;
    color: var(--color-text-medium);
}
.tv-sub-category-inner:hover .tvcategory-name a {
    color: var(--color-primary);
}
.product-4 .tvvertical-slider .product-images {
    max-height: none;
}
.tvvertical-slider .product-images {
    max-height: 862px;
}
.product-6 .tvvertical-slider .product-images {
    max-height: none;
    text-align: center;
}
.product-2 .tvvertical-slider {
    display: none;
}
.product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider,
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider {
    display: none;
}
.product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1),
.product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(2),
.product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(3),
.product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(4),
.product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(5),
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1),
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(2),
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(3) {
    display: block;
}
.product-3 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider,
.product-6 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider {
    display: block;
}
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1),
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(2),
.product-6 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(3) {
    width: 470px;
    display: inline-block;
}
.product-6 .tv-product-page-content h1 {
    padding: 0;
}
.product-6 .tvproduct-page-wrapper .star_content {
    float: none;
}
.product-6 .tvall-product-star-icon {
    display: flex;
    justify-content: center;
}
.product-6 .product-price,
.product-6 .product-variants>.product-variants-item,
.product-6 .product-quantity,
#product .product-6 #block-reassurance ul,
.tvproduct-page-wrapper .product-6 .tvproduct-timer {
    justify-content: center;
}
.product-6 .tvcart-btn-model {
    float: none;
    justify-content: center;
}
.product-6 .product-add-to-cart .add-to-cart {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 992px) {
    .product-6 .tvvertical-slider .slick-slide {
        opacity: 0.8;
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
    .product-6 .tvvertical-slider .slick-center {
        opacity: 1;
        transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
}
.product-2 .tvvertical-slider .product-images {
    text-align: center;
}
@media (max-width: 1440px) {
    .product-1 .tvvertical-slider .product-images {
        max-height: 411px;
    }
}
.login-form .tvall-inner-btn,
.register-form .tvall-inner-btn {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.form-title h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}
label.required:after {
    content: "*";
    color: var(--color-error);
    margin-left: 3px;
}
.tvcategory-chain-title a:hover {
    color: var(--color-primary);
}
.product-2 .tvproduct-image-slider .col-md-6:nth-child(odd) {
    padding-right: 7.5px;
}
.product-2 .tvproduct-image-slider .col-md-6:nth-child(even) {
    padding-left: 7.5px;
}
.product-2 .tv-product-page-content {
    margin-bottom: 10px;
}
.product-4 .tvvertical-slider .product-images .tvcmsVerticalSlider {
    display: none;
}
.product-4 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1) {
    display: block;
}
.product-4 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider {
    display: block;
}
.product-6 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider img {
    margin: 0 auto;
}
#product .tvproduct-page-wrapper .tvprduct-image-info-wrapper.product-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-6 .tv-product-page-content {
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}
.product-6 .images-container {
    width: 100%;
}
/*.tvproduct-cart-btn .add-cart-loading.show,
.tvproduct-cart-btn .add-cart.show {
    display: block;
}
.tvproduct-cart-btn .add-cart-loading.hide,
.tvproduct-cart-btn .add-cart.hide {
    display: none;
}*/
.tvproduct-cart-btn .add-cart-loading {
    -webkit-transform: rotate(360deg);
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: now;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.tvwishlist-inner-product-img-block img {
    margin: 0 auto;
}
.product-6 .tvcms-product-brand-logo {
    margin-bottom: 25px;
}
.product-6 .tvproduct-brand {
    position: unset;
}
@media (max-width: 1280px) and (min-width: 1025px) {
    .product-3 .tvcart-btn-model {
        float: none;
    }
}
.quickprod-6 .tvquickview-prod-img {
    margin-bottom: 15px;
}
.quickprod-6 .tvquickview-prod-img,
.quickprod-6 .tvquickview-prod-details {
    width: 100%;
}
.quickprod-6 .tvquickview-prod-details {
    text-align: center;
}
.quickprod-6 .tvquickview-prod-details .product-price,
.quickprod-6 .tvquickview-prod-details .product-variants>.product-variants-item,
.quickprod-6 .tvquickview-prod-details .product-quantity,
.quickprod-6 .tvquickview-prod-details .tvcart-btn-model {
    justify-content: center;
}
.quickprod-6 .tvquickview-prod-details .tvcart-btn-model,
.quickprod-6 .tvquickview-prod-details .star_content {
    float: none;
}
.quickprod-6 .tvquickview-prod-details .tvall-product-star-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quickprod-6 .tvquickview-prod-details .product-add-to-cart .add-to-cart {
    margin: 0;
}
.quickview .product-6 .images-container {
    min-height: unset;
}
.quickview .product-6 .tvvertical-slider .product-images {
    display: flex;
}
.quickview .product-6 .tvvertical-slider .product-images img {
    max-height: 243px;
}
.quickview .product-6 .tvvertical-slider .product-images.slick-slider {
    display: block;
}
.tvfooter-product-sticky-bottom .card {
    margin-bottom: 0;
}
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .thumb-mask,
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-name,
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-price,
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-quantity {
    width: auto;
}
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-name,
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-price,
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-quantity {
    display: block;
    margin: 0 5px;
}
.tvfooter-product-sticky-bottom .product-pack .pack-product-container .pack-product-name {
    flex: none;
}
.tvfooter-product-sticky-bottom .product-pack {
    margin: 0 10px;
}
.tvfooter-product-sticky-bottom .product-pack .h4 {
    display: none;
}
.tvfooter-product-sticky-bottom .product-pack .pack-product-container {
    padding: 10px;
}
#tvcmsdesktop-user-info .tvhedaer-sign-btn i {
    margin-inline-end: 8px;
}
.tvinner-page-pagination li i {
    color: var(--color-gray-400);
}
.tvinner-page-pagination li:hover i {
    color: var(--color-gray-900);
}
.table-bordered.tvwishlist-info td a {
    text-decoration: underline;
}
.required sup {
    color: var(--color-error);
    margin-left: 5px;
    right: 0;
}
.tvwishlist-vuew-label {
    text-align: right;
}
.tv-addtocart-product-image {
    text-align: center;
}
.cart-content-btn a.tvall-inner-btn {
    /*background-color: var(--color-primary);*/
}
.cart-content-btn a.tvall-inner-btn:hover:after {
    background-color: var(--color-text-dark);
}
.tvproduct-play-icon {
    position: absolute;
    /*margin-bottom: 15px;*/
    top: 15px;
    left: 30px;
    z-index: 10;
}
.product-3 .tvproduct-play-icon,
.product-6 .tvproduct-play-icon {
    right: 20px;
    text-align: center;
}
.media-list .media {
    margin-bottom: 15px;
}
.product-3 .tvvertical-slider {
    padding: 0 3.5px;
}
.product-1 .tvvertical-slider .slick-slider li img {
    /*padding: 3px;*/
}
.tvproduct-play-icon span {
    vertical-align: middle;
    font-size: 16px;
}
.tvproduct-play-icon i {
    margin-right: 5px;
    font-size: 34px;
}
.tvbottom-to-top {
    display: none !important;
}
body .tv-main-div .half-wrapper-backdrop {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-gray-900)4d;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.full-wrapper-backdrop {
    background-color: var(--color-gray-900)4d;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1099; /* Just below mobile menu (1100) */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.mobile-menu-open .full-wrapper-backdrop,
body.classicCartOpen .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
body.cart-open .tv-main-div .half-wrapper-backdrop,
body.layout-open .tv-main-div .half-wrapper-backdrop,
body.menu-open .tv-main-div .half-wrapper-backdrop,
body.dropdown-open .tv-main-div .half-wrapper-backdrop,
body.search-open .tv-main-div .half-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
.product-images ul {
    margin-bottom: 0;
}
.tvproduct-page-wrapper .tvall-product-star-icon .tvall-product-review:hover {
    color: var(--color-gray-900);
}
.mobile-header-1 .tv-header-logo {
    padding: 10px 0;
}
#tvtheme-reset-layout,
#tvtheme-reset-bgcolor,
#tvtheme-reset-text {
    cursor: pointer;
}

.tvcmsdesktop-top-header-wrapper.header-4,
.tvcmsdesktop-top-header-wrapper.header-6 {
    /*border-bottom: 1px solid var(--color-gray-900)12;*/
}
/******* start RTL Css *******/
.lang-rtl sup {
    left: -5px;
    right: auto;
}
.lang-rtl .label,
.lang-rtl label {
    text-align: left;
}
.lang-rtl .page-content.page-cms {
    text-align: right;
}
.lang-rtl .products-sort-order .dropdown-menu {
    text-align: right;
}
.lang-rtl .tvleft-right-product-slider .product-description {
    text-align: right;
    padding-right: 15px;
    padding-left: 0;
}
.lang-rtl .tv-product-page-content .tv-indicator.tv-bar .tv-outer {
    margin: 0 0 0 20px;
}
.lang-rtl #block-reassurance li .block-reassurance-item {
    border-right: 3px solid var(--color-gray-900);
    border-left: 1px solid var(--color-gray-200)
}
.lang-rtl .tvproduct-wishlist-compare .tvcompare-wrapper i,
.lang-rtl .tvproduct-wishlist-compare .tvproduct-wishlist i {
    margin: 0 0 0 5px;
}
.lang-rtl .tvcart-btn-model {
    text-align: right;
}
.lang-rtl .product-add-to-cart .add-to-cart {
    margin-right: 0;
    margin-left: 25px;
}
#authentication.lang-rtl .radio-inline,
#identity.lang-rtl .radio-inline {
    padding: 0 0 0 10px
}
#authentication.lang-rtl .radio-inline .custom-radio,
#identity.lang-rtl .radio-inline .custom-radio {
    margin-right: 0;
    margin-left: 8px
}
body#checkout.lang-rtl div.checkout-step #customer-form .radio-inline,
body#checkout.lang-rtl div.checkout-step #delivery-address .radio-inline,
body#checkout.lang-rtl div.checkout-step #invoice-address .radio-inline,
body#checkout.lang-rtl div.checkout-step #login-form .radio-inline {
    padding: 0 0 0 10px
}
body#checkout.lang-rtl div.checkout-step .custom-radio {
    margin-left: 5px;
    margin-right: 0
}
.lang-rtl #block-reassurance img {
    margin: 0 0 0 10px
}
.lang-rtl .custom-checkbox label {
    text-align: right
}
.lang-rtl .nav-inline .nav-item+.nav-item,
.lang-rtl .nav-inline .nav-link+.nav-link {
    margin: 0 0 0 10px
}
#authentication.lang-rtl .radio-inline,
#identity.lang-rtl .radio-inline {
    padding: 0 0 0 10px
}
#authentication.lang-rtl .radio-inline .custom-radio,
#identity.lang-rtl .radio-inline .custom-radio {
    margin-right: 0;
    margin-left: 8px
}
.lang-rtl .tvproduct-page-wrapper .tv-product-page-image {
    float: right
}
.lang-rtl .tv-product-page-content {
    direction: rtl;
}
.lang-rtl .tv-product-page-content .tvproduct-brand {
    right: auto;
    left: 0;
}
.lang-rtl .tv-product-page-content h1 {
    padding-right: 0;
    padding-left: 200px;
}
.lang-rtl .tvcart-btn-model {
    float: right;
}
.lang-rtl .open-comment-form,
.lang-rtl .tvshipping-btn,
.lang-rtl .tvcustomize-btn {
    margin-right: 0px;
    margin-left: 20px;
}
.lang-rtl .product-price .current-price .price {
    padding-left: 10px;
}
.lang-rtl .tvproduct-flags,
.lang-rtl .tvprduct-image-info-wrapper .product-cover .layer {
    left: 15px;
    right: auto
}
.lang-rtl .tvproduct-page-wrapper .comments_note {
    text-align: right
}
.lang-rtl .tvproduct-page-wrapper .star_content,
.lang-rtl .quickview .star_content {
    float: right;
    margin: 0 0 0 10px
}
.lang-rtl .tvproduct-page-wrapper .product-discount,
.lang-rtl .quickview .product-discount,
.lang-rtl .tvproduct-page-wrapper .product-price {
    float: right
}
.lang-rtl .tvproduct-page-wrapper .product-6 .product-price {
    float: none;
}
.lang-rtl .tvproduct-page-wrapper .product-variants>.product-variants-item ul {
    padding-right: 0
}
.lang-rtl .product-quantity .qty {
    margin-right: 0;
    margin-left: .4rem
}
.lang-rtl .product-actions .control-label {
    margin: 0 0 0 20px;
    float: right
}
.lang-rtl #product-modal .modal-content .modal-body .product-images {
    padding-right: 0
}
.lang-rtl .product-information #block-reassurance ul,
.lang-rtl .tvproduct-description-tab .nav-tabs {
    padding-right: 0
}
.lang-rtl .social-icon li {
    margin: 0 0 0 10px
}
.lang-rtl .btn-primary .material-icons,
.lang-rtl .btn-secondary .material-icons,
.lang-rtl .btn-tertiary .material-icons {
    margin: 0 0 0 .625rem
}
.lang-rtl .product-variants>.product-variants-item ul li.float-xs-left {
    float: right
}
.lang-rtl .product-quantity #quantity_wanted {
    /*border-left: none*/
}
#product.lang-rtl .modal-header button.close {
    left: 5px;
    right: auto
}
#product.lang-rtl #content-wrapper {
    float: none
}
@media (max-width:767px) {
    .lang-rtl .tvproduct-page-wrapper .tv-product-page-image {
        float: none
    }
}
@media (max-width:480px) {
    .lang-rtl .quickview .modal-footer .social-icon li {
        margin: 0 0 0 7px
    }
}
@media (min-width:768px) {
    .lang-rtl .quickview .col-sm-6 {
        float: right;
    }
}
.lang-rtl .modal-content .js-productinfo p {
    text-align: left
}
.lang-rtl .quickview .arrows {
    left: 60px;
    right: auto
}
.lang-rtl .js-qv-product-images,
.lang-rtl .quickview .product-variants-item ul {
    padding-right: 0
}
.lang-rtl .quickview .mask {
    margin: 0 20px 45px 0
}
.lang-rtl .tvproduct-page-wrapper .product-discount .regular-price,
.lang-rtl .quickview .product-discount .regular-price {
    margin: 0 0 0 13px
}
.lang-rtl .product-pack .pack-product-container .pack-product-quantity {
    border-right: 2px solid var(--color-gray-100);
    border-left: none
}
@media (max-width: 767px) {
    .lang-rtl .modal-content .js-productinfo p {
        text-align: center
    }
    .lang-rtl .quickview .mask {
        margin: 15px 0 0
    }
}
@media (max-width:375px) {
    .lang-rtl .product-pack .pack-product-container .pack-product-quantity {
        border: none
    }
}
body.lang-rtl {
    direction: rtl
}
.lang-rtl .tvcms-header-myaccount {
    float: right
}
.lang-rtl .tvcmscart-show-dropdown .tvcart-product-list-img {
    float: right;
    margin-left: 15px;
    margin-right: 0
}
.lang-rtl .tvmultibanner-part1 {
    float: right
}
.lang-rtl .tvcart-product-content {
    margin-right: 85px;
    margin-left: 0
}
.lang-rtl .tvtab-product-all-pagination .tvtab-product-list-wrapper {
    direction: ltr
}
.lang-rtl .thumbnail-container .tvproduct-timer .tvtimer-wrapper {
    direction: rtl
}
.lang-rtl .owl-carousel {
    direction: ltr
}
.lang-rtl .tv-search-account-cart-wrapper {
    float: left;
}
.lang-rtl .tv-language-dropdown,
.tv-currency-dropdown {
    padding: 10px
}
.lang-rtl .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    text-align: left;
}
@media (max-width: 575px) {
    .lang-rtl .tvcms-next-pre-btn {
        direction: ltr
    }
}
.lang-rtl .tvleft-right-product-slider .tvproduct-image {
    float: right
}
.lang-rtl .tvleft-right-product-slider .tvproduct-name {
    text-align: right
}
.lang-rtl .tvleft-right-penal-all-block .tvall-product-bottom-link-block,
.lang-rtl .tvcmsblog-left-side .tvnews-event-link,
.lang-rtl .tvallproduct-link,
.lang-rtl .tvnews-event-link {
    text-align: left
}
.lang-rtl .tvnews-event-read-more-link i,
.lang-rtl .tvleft-right-penal-all-block .tvall-product-bottom-link-block i,
.lang-rtl .tvcmsblog-left-side .tvnews-event-link i,
.lang-rtl .tvallproduct-link i,
.lang-rtl .tvnews-event-link i {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 18px
}
.lang-rtl .tvfooter-time-wrapper .tvfooter-open-time-wrapper .tvfooter-opentime-lable {
    float: right;
}
.lang-rtl #footer_sub_menu_store_time,
.lang-rtl #footer_sub_menu_link,
.lang-rtl #footer_sub_menu_myaccount,
.lang-rtl #footer_sub_menu_social_icon {
    padding-right: 0
}
.lang-rtl .tvfooter-title-wrapper .tvfooter-title {
    text-align: right
}
.lang-rtl .tvfooter-social-icon-wrapper li a {
    /*padding: 0 40px 0 0*/
}
.lang-rtl .tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li {
    text-align: right
}
.lang-rtl .tvvertical-menu-img-block {
    float: right
}
.lang-rtl .tv-vertical-menu-icon-wrapper {
    left: 0;
    right: auto
}
.lang-rtl .tvcmsvertical-menu li:not(.tvvertical-menu-show-hide-category) .tvvertical-menu-dropdown-icon {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: right;
}
.lang-rtl span.tvcart-product-price {
    float: left
}
.lang-rtl .breadcrumb ol {
    direction: ltr
}
.lang-rtl .tvnewsletter-lable-wrapper .tvnewsletter-lable {
    padding-left: 25px;
    padding-right: 90px
}
.lang-rtl .tv-left-search-totle-product,
.lang-rtl .tv-grid-list-all-wrapper,
.lang-rtl .tvall-page-shortby,
.lang-rtl .tv-sub-category-wrapper,
.lang-rtl .tvcms-all-pagination .tv-pagination-result,
.lang-rtl .tvinner-page-showing-item {
    float: right
}
.lang-rtl .pagination .tvinner-page-pagination li {
    margin: 0 15px 0 0
}
.lang-rtl.pagination .page-list.tv-pagination-wrapper,
.lang-rtl .pagination .page-list.tvinner-page-pagination {
    direction: ltr;
    float: left
}
.lang-rtl .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper {
    float: left
}
.lang-rtl .tv-total-product {
    margin-left: 0;
    margin-right: 10px
}
.lang-rtl .tvproduct-wrapper.list .tv-indicator.tv-pie .tv-outer {
    margin-right: 0
}
.lang-rtl .tv-product-cart-quentity-inner,
.lang-rtl .tvproduct-cart-catalog-btn {
    margin-right: 0;
    margin-left: 15px
}
@media (min-width:576px) {
    .lang-rtl #products.list .tvproduct-name,
    .lang-rtl #products #products.list .product-price-and-shipping,
    .lang-rtl #products.list .product-accessories .product-price-and-shipping,
    .lang-rtl #products.list .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list .comments_note,
    .lang-rtl .tvproduct-wrapper.list .tv-product-list,
    .lang-rtl #products.list-2 .tvproduct-name,
    .lang-rtl #products #products.list-2 .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-accessories .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list-2 .comments_note {
        text-align: right
    }
}
.lang-rtl .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.lang-rtl .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-grid,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-grid-2,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-list,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-list-2,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-catelog,
.lang-rtl .tv_search_filter_wrapper .tvleft-right-title-wrapper {
    margin-left: 10px;
    margin-right: 0;
    direction: ltr;
}
.lang-rtl #blockcart-modal .divide-right {
    border-left: 1px solid var(--color-gray-200);
    border-right: 0
}
.lang-rtl #blockcart-modal .cart-content .cart-content-btn .btn {
    margin-right: 0;
    margin-left: 15px
}
.lang-rtl #module-tvcmsblog-archive .pagination .page-list.tvinner-page-pagination {
    float: left
}
#module-tvcmsblog-archive.lang-rtl .pagination .page-list.tvinner-page-pagination {
    float: left
}
.lang-rtl #products.list .tvproduct-timer {
    text-align: right
}
.lang-rtl #products.list-2 .tvproduct-timer {
    text-align: right
}
.lang-rtl .tvproduct-timer-wrapper {
    margin: 0 0 0 6px;
}
.lang-rtl #products.list-2 .tvtimer-wrapper .tvproduct-timer-wrapper:first-child {
    margin-right: 0;
    margin-left: 5px
}
.lang-rtl #products.list .tvtimer-wrapper .tvproduct-timer-wrapper:first-child {
    margin-right: 0;
    margin-left: 5px
}
.lang-rtl .block-categories .collapse-icons {
    left: 0;
    right: auto
}
.lang-rtl .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper {
    background-position: -58px -721px
}
.lang-rtl .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper {
    background-position: -104px -721px
}
@media (min-width: 767px) {
    .lang-rtl #blockcart-modal .divide-right,
    .lang-rtl #blockcart-modal .tv-addtocart-product-image {
        float: right
    }
    .lang-rtl .cart-grid-body,
    .lang-rtl .tvcheckout-process-left {
        float: right
    }
}
.lang-rtl body#checkout div.checkout-step .radio-block,
body#checkout.lang-rtl div.checkout-step .address-footer {
    text-align: right
}
body#checkout.lang-rtl div.checkout-step .payment-options .custom-radio {
    margin-right: 0;
    float: right !important;
    margin-left: 20px
}
@media (min-width: 992px) {
    .lang-rtl .tvcmsvertical-menu .menu-dropdown {
        right: 100%;
        -webkit-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    .lang-rtl #right-column.tv-left-right-panel-hide {
        left: -500px;
        right: auto
    }
    .lang-rtl #right-column.tv-left-right-panel-hide.open {
        left: 0;
        right: auto
    }
    .lang-rtl #left-column.tv-left-right-panel-hide {
        right: -500px;
        left: auto
    }
    .lang-rtl #left-column.tv-left-right-panel-hide.open {
        right: 0;
        left: auto
    }
    .lang-rtl .tv-left-right-panel-hide .tvright-column-close-btn {
        right: 5px;
        left: auto
    }
    .lang-rtl .tv-left-right-panel-hide .tvleft-column-close-btn {
        left: 5px;
        right: auto
    }
}
@media (max-width: 991px) {
    .lang-rtl .tvcopylink {
        text-align: center;
    }
    .lang-rtl .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        text-align: center;
    }
    .lang-rtl .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon {
        right: auto;
        left: 0;
    }
    .lang-rtl .tvcmsmobile-header-left {
        float: right
    }
    .lang-rtl .tvcmsmobile-header-right {
        float: left
    }
    .lang-rtl #tvcmsmobile-horizontal-menu {
        margin-left: 30px;
        margin-right: 0
    }
    .lang-rtl .tvfooter-toggle-icon-wrapper .tvfooter-toggle-icon {
        left: 0;
        right: auto
    }
    .lang-rtl .tvcmsvertical-menu li .tvvertical-menu-dropdown-icon1 {
        right: auto;
        left: -10px
    }
    .lang-rtl .tvfooter-title-wrapper .tvfooter-title {
        padding-right: 10px
    }
    .tv-menu-horizontal .title-menu-mobile {
        display: none !important;
    }
    .tvmega-menu-title i {
        display: none;
    }
}
@media (max-width: 575px) {
    .lang-rtl .tvcmsmobile-header-right {
        float: unset
    }
    .lang-rtl .tvcmsmobile-header-left {
        float: unset
    }
    .lang-rtl .tv-left-search-totle-product,
    .lang-rtl .tv-grid-list-all-wrapper,
    .lang-rtl .tvall-page-shortby,
    .lang-rtl .tv-sub-category-wrapper,
    .lang-rtl .tvcms-all-pagination .tv-pagination-result,
    .lang-rtl .tvinner-page-showing-item {
        width: 100%
    }
}
.lang-rtl #id_new_comment_form {
    text-align: right;
}
.lang-rtl #new_comment_form #criterions_list li {
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl #new_comment_form #criterions_list label {
    margin: 0 0 0 20px;
}
.lang-rtl #new_comment_form .star_content {
    display: flex;
}
.lang-rtl #new_comment_form label {
    text-align: right;
}
.lang-rtl .form-group {
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl .page-footer .account-link i {
    margin: 0 0 0 5px;
}
.lang-rtl .pull-right.btn-home i {
    margin: 0 0 0 10px;
}
.lang-rtl .form-control-select {
    background-position: left center;
}
.lang-rtl .cart-summary-line .value {
    float: left;
}
body#checkout.lang-rtl div.checkout-step .radio-block {
    text-align: right;
}
body#checkout.lang-rtl div.checkout-step.-reachable.-complete h1 .step-edit {
    float: left;
}
.lang-rtl .order-confirmation-table .row {
    display: flex;
    flex-wrap: wrap;
}
.lang-rtl #tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="0"]>li>.tvmenu-link-wrapper a span:after {
    left: auto;
    right: 0;
}
.lang-rtl .tvcmsdesktop-top-header-box {
    direction: rtl;
}
.lang-rtl .tv-search-account-cart-wrapper {
    float: left;
}
.lang-rtl .tv-contact-account-cart-wrapper {
    text-align: left;
    /*direction: ltr;*/
}
.lang-rtl .tvcart-icon-text-wrapper .tvcart-lable,
.lang-rtl .tv-account-wrapper .tv-myaccount-btn span {
    text-align: right;
}
.lang-rtl .tvcmsheader-search .tvcms-select-category {
    background-position: 0
}
.lang-rtl .tvcms-header-myaccount .tv-myaccount-btn i {
    margin-right: 10px;
    margin-left: 0;
}
.lang-rtl .tvcms-header-myaccount .tv-account-dropdown {
    left: 0;
    right: auto;
    text-align: right;
}
#history.lang-rtl caption,
#history.lang-rtl th {
    text-align: right;
}
.lang-rtl .tvcmsdesktop-top-header-wrapper .tvcmsdesktop-top-wrapper {
    direction: rtl;
}
.lang-rtl .tvheader-offer-wrapper {
    float: right;
}
.lang-rtl .tvheader-language-currency-wrapper {
    text-align: left;
}
.lang-rtl .tvcmsdesktop-language-selector {
    direction: rtl;
    text-align: left;
}
.lang-rtl #tvcmsdesktop-language-selector .tv-language-btn,
.lang-rtl #tvcmsdesktop-currency-selector .tv-currency-btn {
    direction: rtl;
}
.lang-rtl .tv-language-dropdown,
.lang-rtl .tv-currency-dropdown {
    text-align: right;
}
.lang-rtl .tvcmscart-show-dropdown {
    left: 0;
    right: auto;
}
.lang-rtl .tvcart-product-totle {
    text-align: right;
}
.lang-rtl .tvcart-product-content-box {
    direction: rtl;
    padding: 0 0 0 20px
}
.lang-rtl .tvcart-product-content {
    text-align: right;
    direction: rtl;
}
.lang-rtl .tvcart-product-list-subtotal-prod {
    direction: rtl;
}
.lang-rtl #tvcmsdesktop-logo {
    float: none;
}
.lang-rtl .tvcms-header-menu .tv-header-menu>li>.tvmenu-link-wrapper a[data-depth="1"],
.lang-rtl .tvmain-menu-mobile-dropdown {
    text-align: right;
}
.lang-rtl .tvmenu-toggle-icon {
    right: auto;
    left: 0;
}
.lang-rtl .product-price-and-shipping .price,
.lang-rtl .product-price-and-shipping .regular-price {
    margin: 0 0 0 5px;
}
.lang-rtl .product-price-and-shipping .price {
    font-size: 14px;
}
.lang-rtl .tvproduct-hover-btn-wrapper {
    direction: ltr;
}
.lang-rtl .tvproduct-online-new-wrapper {
    left: 15px;
    right: auto;
    text-align: center;
}
.lang-rtl .tvproduct-sale-pack-wrapper {
    right: 15px;
    left: auto;
    text-align: right;
}
.lang-rtl #products.list-2 .product-description,
.lang-rtl #products.list .product-description {
    text-align: right;
}
.lang-rtl .tv-product-cart-quentity-inner,
.lang-rtl .tvproduct-cart-catalog-btn {
    margin-left: 0;
    margin-right: 0;
}
.lang-rtl .tvproduct-info-box-wrapper .product-description {
    direction: ltr;
}
.lang-rtl .tvfooter-product-box-layout .tvleft-right-product-slider .tvproduct-wrapper {
    direction: rtl;
}
.lang-rtl .tvcmsprev-btn {
    right: auto;
    left: 0;
    top: 55%;
}
.lang-rtl .tvcmsnext-btn {
    left: 45px;
    top: 55%;
    right: auto;
}
.lang-rtl .tvproduct-info-box-wrapper,
.lang-rtl #products .product-price-and-shipping,
.lang-rtl .featured-products .product-price-and-shipping,
.lang-rtl .product-accessories .product-price-and-shipping,
.lang-rtl .product-miniature .product-price-and-shipping {
    text-align: right;
}
.lang-rtl .tvproduct-color {
    justify-content: flex-end;
}
.lang-rtl .tvnews-event-content-wrapper .tvdate-time {
    margin-right: 0;
    margin-left: 10px;
}
.lang-rtl .date_time.tvdate-time i,
.lang-rtl .tvcmsblog-view-count i,
.lang-rtl .meta_date i {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .tvcategory-chain-content-wrapper {
    padding: 0 30px 0 10px;
}
.lang-rtl .tvcms-newsletter-wrapper {
    float: right;
}
.lang-rtl .tvnewsletter-lable-wrapper {
    text-align: right;
}
.lang-rtl .tvnewsletter-lable-wrapper:before {
    right: 0;
    left: auto;
}
.lang-rtl .block_newsletter form .input-wrapper {
    direction: ltr;
}
.lang-rtl #footer_sub_menu_store_info .tvfooter-addresses:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link-fax:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link-content:after {
    left: auto;
    right: -25px;
}
.lang-rtl #footer_sub_menu_social_icon {
    text-align: left;
}
.lang-rtl .tvfooter-address-lable {
    float: right;
    padding-left: 5px;
    padding-right: 0;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin-left: 0;
    margin-right: 2px;
}
@media(max-width: 1199px) {
    .lang-rtl #footer_sub_menu_social_icon {
        text-align: center;
    }
}
.lang-rtl .page-list {
    direction: ltr;
    float: left;
}
.lang-rtl #newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-img-wrapper {
    margin: 0 0 0 10px;
}
.lang-rtl body#checkout section.checkout-step .radio-block,
body#checkout section.checkout-step .address-footer {
    text-align: right;
}
.lang-rtl .tvproduct-flags,
.lang-rtl .tvprduct-image-info-wrapper .product-cover .layer {
    right: 20px;
    left: auto;
}
.lang-rtl .tvproduct-flags.tvproduct-sale-pack-wrapper {
    left: 20px;
    right: auto;
}
.lang-rtl .tvtab-title-wrapper .tvtabs-products li:last-child:after {
    background-color: var(--color-gray-900);
}
.lang-rtl .tvtab-title-wrapper .tvtabs-products li:first-child:after {
    background-color: transparent;
}
.lang-rtl #right-column.col-xl-2,
.lang-rtl #left-column.col-xl-2 {
    float: right;
}
.lang-rtl .ttvcmscart-show-dropdown-right {
    direction: rtl;
}
.lang-rtl .ttvcmscart-show-dropdown-right .tvcart-product-content {
    margin-right: 15px;
}
.lang-rtl .ttvcmscart-show-dropdown-right .tvcart-product-remove {
    left: 0;
    right: auto;
}
.lang-rtl .ttvcmscart-show-dropdown-right {
    right: auto;
    left: -100%;
}
.lang-rtl .tabs .nav-tabs .nav-item {
    float: right;
}
body.lang-rtl.classicCartOpen .ttvcmscart-show-dropdown-right {
    right: auto;
    left: 0;
}
/***** End Custom Shopping Cart Right Side *****/
.lang-rtl .tvcmsright-sticky {
    right: -77px;
}
.lang-rtl .tv_blog_post_area .post_content {
    text-align: right;
}
.lang-rtl .tvleft-right-title.facet-label {
    text-align: right;
}
#category.lang-rtl #left-column {
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}
.lang-rtl .tvvertical-menu-img-block {
    margin-right: 0;
    margin-left: 10px;
}
.lang-rtl .tvcmsvertical-menu-wrapper .tvleft-right-penal-all-block {
    padding-left: 0;
    padding-right: 20px;
}
.lang-rtl .tvcmsvertical-menu li .tvvertical-menu-dropdown-icon1 {
    left: 15px;
    right: auto;
}
.lang-rtl .tvcmsvertical-menu-wrapper .tvleft-right-title.facet-label {
    text-align: right;
    padding: 0 40px 0 0;
}
.lang-rtl .tvcmsvertical-menu-wrapper .tvleft-right-title-toggle i {
    right: 15px;
    left: auto;
}
.lang-rtl .tvcmsvertical-menu-wrapper .tvleft-right-title-toggle {
    left: auto;
    right: 0;
}
.lang-rtl .tvcmsvertical-menu li.level-1,
.lang-rtl .tvvertical-menu-show-hide-category .tvvertical-show-category,
.lang-rtl .tvvertical-menu-show-hide-category .tvvertical-hide-category {
    border-left: none;
    border-right: 3px solid #e1e1e1;
}
.lang-rtl .tvcmsvertical-menu li.level-1:hover,
.lang-rtl .tvvertical-menu-show-hide-category .tvvertical-show-category:hover,
.lang-rtl .tvvertical-menu-show-hide-category .tvvertical-hide-category:hover {
    border-left: none;
    border-right: 3px solid var(--color-primary);
}
.lang-rtl .tvapp-logo-content-inner {
    padding-left: 100px;
    padding-right: 0;
}
.lang-rtl .tvblog-date-username {
    direction: rtl;
}
.lang-rtl .custom-checkbox input[type='checkbox'] {
    left: auto;
    right: 0;
}
body#checkout.lang-rtl .custom-checkbox {
    float: right;
}
.lang-rtl .custom-checkbox label {
    margin-right: 9px;
}
body#checkout.lang-rtl div.checkout-step #customer-form .form-control-label,
body#checkout.lang-rtl div.checkout-step #delivery-address .form-control-label,
body#checkout.lang-rtl div.checkout-step #invoice-address .form-control-label,
body#checkout.lang-rtl div.checkout-step #login-form .form-control-label {
    text-align: right;
}
.lang-rtl .custom-checkbox {
    margin: 0 0 0 3px;
}
.lang-rtl #search_filters .facet .facet-label a {
    margin: 0 5px 0 0;
    text-align: right;
}

.lang-rtl .footer-container.footer-4 .tvfooter-logo-link-wrapper li:last-child a:before {
    display: block;
}
.lang-rtl .header-3 #_desktop_contact_link {
    text-align: left;
}
.lang-rtl .header-3 #_desktop_contact_link #contact-link i {
    margin-right: 0;
    margin-left: 10px;
}
.lang-rtl .header-3 .container_tv_megamenu,
.lang-rtl .header-5 .tvheader-language-currency-wrapper,
.lang-rtl .footer-container.footer-4 .tvfooter-contact-link-wrapper,
.lang-rtl .footer-container.footer-4 .tvfooter-logo-block .tvfooter-img-block,
.lang-rtl .footer-container.footer-4 .tvfooter-logo-block .tvfooter-logo-desc,
.lang-rtl .footer-container.footer-2 .tvfooter-logo-block .tvfooter-img-block,
.lang-rtl .footer-container.footer-2 .tvfooter-logo-block .tvfooter-logo-desc {
    text-align: right;
}
.lang-rtl .tv-sub-category-title-wrapper {
    padding: 15px 15px 0 0px;
}
.lang-rtl .breadcrumb ol {
    direction: rtl;
}
.lang-rtl .breadcrumb i {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .tvleft-right-title-wrapper,
.lang-rtl .tv-category-title-wrapper,
.lang-rtl .tvleft-right-title.facet-label,
.lang-rtl .block-categories .category-top-menu>li.tv-category-title-wrapper a {
    text-align: right;
}
.lang-rtl .tvcategory-chain-slider-content-box {
    direction: rtl;
}
.lang-rtl .tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon {
    left: 15px;
    right: auto;
}
.lang-rtl #header .tv-menu-horizontal ul li.level-1>a {
    direction: ltr;
}
.lang-rtl .footer-container.footer-3 .tvfooter-logo-link-wrapper li a:before {
    left: -30px;
    right: auto;
}
.lang-rtl .footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title:after,
.lang-rtl .footer-container.footer-3 .block_newsletter .tvnewsletter-title:after {
    left: -10px;
    right: auto;
}
.lang-rtl .footer-container.footer-3 .tvnewsletter-lable-wrapper {
    margin-right: 0;
    margin-left: 25px;
}
@media (min-width: 768px) {
    .lang-rtl #blockcart-modal .cart-content {
        padding-right: 2.5rem;
        padding-left: 0;
    }
}
.lang-rtl #blockcart-modal .cart-content .cart-content-btn button {
    margin-left: .3125rem;
    margin-right: 0;
}
.lang-rtl #blockcart-modal .modal-title i.material-icons {
    margin-left: 1.875rem;
    margin-right: 0;
}
.lang-rtl .tv-addtocart-msg-wrapper .tv-addtocart-close {
    left: 15px !important;
    right: auto;
}
.lang-rtl .tvvertical-slider {
    direction: ltr;
}
.lang-rtl .tv-product-page .tv-indicator {
    margin-right: 0;
    margin-left: 50px;
}
.lang-rtl .tvproduct-wrapper .tvproduct-timer-icon i {
    margin-right: 0;
    margin-left: 3px;
}
.lang-rtl #header .header-4 .tv-myaccount-btn-desktop svg,
.lang-rtl #header .header-5 .tv-myaccount-btn-desktop svg,
.lang-rtl #header .header-6 .tv-myaccount-btn-desktop svg {
    margin: 0;
}
.lang-rtl .breadcrumb li:first-child a:before {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .products-selection .sort-by {
    text-align: left;
}
.lang-rtl .tv_search_filter_wrapper .tvleft-right-title-wrapper .tvproduct-top-filter-name {
    padding: 0px 0 0 5px;
}
.lang-rtl .tvfilter-search-types-dropdown>li .magnitude {
    float: left;
}
.lang-rtl .tvproduct-play-icon {
    left: auto;
    right: 30px;
}
.lang-rtl .open-comment-form .tvcustom-icons {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .cms-description blockquote:before {
    left: auto;
    right: -40px;
}
.lang-rtl .tvproduct-description-tab .product-reference .label,
.lang-rtl .tvproduct-description-tab .product-quantities .label {
    margin: 0 0px 0 8px;
}
.lang-rtl .tvproduct-page-wrapper .product-3 .tv-product-page-image {
    float: left
}
.lang-rtl .cms-description ul {
    padding-left: 0;
    padding-right: 40px;
}
.lang-rtl .contact-form .form-control-label {
    text-align: right;
}
.lang-rtl .text-sm-right {
    text-align: left !important;
}
.lang-rtl .label,
.lang-rtl label {
    text-align: right;
}
.lang-rtl .custom-checkbox {
    float: none;
}
.lang-rtl .table thead th {
    text-align: right;
}
.lang-rtl #hideWishlist {
    float: right;
}
.lang-rtl #header .tvcmsdesktop-top-header-wrapper.header-4 .tvsearch-header-display-wrappper,
.lang-rtl #header .tvcmsdesktop-top-header-wrapper.header-5 .tvsearch-header-display-wrappper,
.lang-rtl #header .tvcmsdesktop-top-header-wrapper.header-6 .tvsearch-header-display-wrappper {
    left: 0;
    right: auto;
}
.lang-rtl .tvmain-slider-next-pre-btn .tvcmsprev-btn,
.lang-rtl .tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
    left: 50px;
    right: auto;
}
.lang-rtl .tvmain-slider-next-pre-btn .tvcmsnext-btn,
.lang-rtl .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
    right: 50px;
    left: auto;
}
.lang-rtl .menu-subtitle {
    left: -8px;
    right: auto;
}
@media (max-width: 991px) {
    .lang-rtl #tvcmsdesktop-language-selector .tv-language-btn,
    .lang-rtl #tvcmsdesktop-currency-selector .tv-currency-btn {
        text-align: right;
    }
    .lang-rtl #footer_sub_menu_store_info {
        margin: 0;
        overflow: hidden;
    }
    .lang-rtl #footer_sub_menu_store_time,
    .lang-rtl #footer_sub_menu_link,
    .lang-rtl #footer_sub_menu_myaccount,
    .lang-rtl #footer_sub_menu_social_icon {
        padding: 0 15px;
    }
    .lang-rtl .tvproduct-wrapper .tvproduct-hover-btn {
        right: 10px;
        left: auto;
    }
    .lang-rtl #footer_sub_menu_store_time,
    .lang-rtl #footer_sub_menu_link,
    .lang-rtl #footer_sub_menu_myaccount,
    .lang-rtl #footer_sub_menu_social_icon {
        padding: 0 15px;
    }
    .lang-rtl #header .tv-myaccount-btn-desktop svg {
        width: 23px;
        height: 23px;
        margin: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .lang-rtl .tvmobile-slidebar {
        right: -300px;
        left: auto;
    }
    .lang-rtl .tvmobile-slidebar.open {
        right: 0;
        left: auto;
    }
    .lang-rtl .tvapp-logo-content-inner {
        width: 100%;
    }
    .lang-rtl .tvtags-content-box {
        text-align: center;
    }
    .lang-rtl #tvcmsmobile-horizontal-menu .tvcmsmain-menu-wrapper>.tv-header-menu {
        right: -300px;
        left: auto;
    }
    .lang-rtl #tvcmsmobile-horizontal-menu .tv-header-menu.open {
        right: 0;
        left: auto;
    }
    .lang-rtl .tvcmsdesktop-language-selector {
        text-align: center;
    }
    .lang-rtl .tvtab-product .tvcms-main-title {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
    .lang-rtl .tvtab-title-wrapper {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .lang-rtl .tvcmsmain-slider-wrapper {
        float: none;
    }
    .lang-rtl .tvtab-title-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .lang-rtl .tv-account-wrapper,
    .lang-rtl .tvheader-cart-wrapper {
        padding: 0;
    }
}
@media (max-width: 650px) {
    .lang-rtl .tvcmsheader-search {
        text-align: center;
    }
}
@media (max-width: 680px) {
    .tvcategory-chain-slider-wrapper-info{
        width: 100%;
    }
}
@media (max-width: 575) {
    .lang-rtl .tvcmsprev-btn,
    .lang-rtl .tvcmsnext-btn {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        display: inline-block;
        position: inherit;
        margin: 0 3px;
    }
    .lang-rtl .tvapp-logo-content-inner {
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .lang-rtl #tvcmsmobile-horizontal-menu {
        margin: 0;
    }
    .lang-rtl .tv-contact-account-cart-wrapper {
        float: none;
        border: none;
    }
    .lang-rtl .tvsearch-header-display-wrappper {
        left: 0;
        right: auto;
    }
    .lang-rtl .tvcmsmobile-cart-acount-text {
        text-align: left;
        padding-right: 0;
        padding-left: 15px;
    }
    .lang-rtl #products.list .tvproduct-name,
    .lang-rtl #products.list .tv-indicator .tv-items,
    .lang-rtl #products.list .tvproduct-timer,
    .lang-rtl #products.list .comments_note,
    .lang-rtl #products.list .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-description,
    .lang-rtl #products.list .product-description {
        text-align: center;
    }
    .lang-rtl .tvproduct-wrapper.list .tvall-product-btn-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .lang-rtl .tv-language-dropdown,
    .lang-rtl .tv-currency-dropdown {
        right: auto;
        left: 0;
        text-align: right;
    }
    .lang-rtl .tvproduct-wrapper.list .tv-product-list {
        float: right;
        margin-right: 0;
        margin-left: 15px;
        text-align: center;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .lang-rtl .tvproduct-wrapper.list .tv-product-list {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
}
@media(max-width: 1440px) {
    .lang-rtl .product-add-to-cart .add-to-cart {
        margin: 0 0 5px 30px;
    }
    .tvfooter-product-box-layout .tvcms-main-title .tvmain-title:after {
        display: none;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 14.1%;
    }
}
@media (max-width: 1008px) {
    *::-webkit-scrollbar {
        /*width: 5px;*/
        /*background-color: var(--color-gray-300);*/
    }
    *::-webkit-scrollbar-thumb {
        background-color: var(--color-primary);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }
    body {
        scrollbar-gutter: stable;
    }
}
.product-3 #block-reassurance {
    margin-bottom: 20px;
}
#cart #block-reassurance li {
    margin: 0 0px 5px 0;
}
.tvforce-hide {
    display: none;
}
/******* Start Media-tablet Css *******/
/* Media Css 769 to 1024 */
@media(max-width: 1023px) {
    .tv-footer-social-icon.slideInLeft,
    .tvcmsright-sticky.slideInRight {
        display: none;
    }
}
@media (max-width: 1024px) {
    .tvbottom-to-top {
        display: block !important;
    }
    .product-1 .tvvertical-slider .product-images {
        max-height: 585px;
    }
    .product-4 .tvvertical-slider .tvcmsVerticalSlider img {
        margin: 0 auto;
    }
    .tvapp-logo-content-box {
        padding: 30px 30px 0 30px;
    }
    /*#category .tv-grid-list-wrapper-info-box {*/
    /*    width: 33.33%;*/
    /*}*/
    .tvproduct-page-wrapper .tv-product-page-image {
        /*margin-bottom: 30px;*/
    }
    .tvproduct-page-wrapper .tv-product-page-image,
    .tvproduct-page-wrapper .tv-product-page-content {
        width: 100%;
    }
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .zoomContainer {
        display: none;
    }
}
@media(max-width: 991px) {
    .footer-container.footer-4 .block_newsletter form {
        margin: 0 auto;
    }
    .mobile-header-1,
    .mobile-header-2,
    .mobile-header-3 {
        border-bottom: 1px solid var(--color-gray-900)12;
    }
    .tvcmsheader-sticky.sticky .tv-header-logo {
        padding: 8px 0;
    }
    .footer-container.footer-4 .tvfooter-storelogo-inner {
        margin: 0;
    }
    .footer-container.footer-3 .tvnewsletter-lable-wrapper {
        margin-bottom: 15px;
        margin-right: 0;
    }
    #index #wrapper {
        /*padding-top: 15px;*/
    }
    /* Old rule removed - search icon now shown via new mobile header styles */
    /* #tvcmsmobile-search .tvheader-search-display-icon { display: none; } */
    .container_tv_megamenu {
        display: block;
    }
    .tvmain-slider-next-pre-btn {
        display: none;
    }
    #tvmain-slider .owl-dots {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
    }
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        vertical-align: top;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0 6px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        background-color: var(--color-white);
        border: 1px solid var(--color-gray-200);
        margin: 0;
        border-radius: 100%;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        background: var(--color-gray-200);
        width: 15px;
        border-radius: 100%;
    }
    .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--color-gray-200);
        width: 15px;
        border-radius: 100%;
    }
    .owl-theme .owl-dots .owl-dot.active:hover span {
        width: 15px;
        background-color: var(--color-gray-200);
    }
    #tvmain-slider.owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        /* margin: 0 5px; */
        background-color: var(--color-text-light);
    }
    #tvmain-slider.owl-theme .owl-dots .owl-dot.active span {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background-color: var(--color-text-dark);
    }
    .tvcmsmobile-contact {
        position: relative;
        padding: 10px 0 0 0;
    }
    .tvcmsmobile-contact:before {
        content: '';
        background-color: var(--color-gray-200);
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }
    .tvmobile-sliderbar-btn {
        padding: 5px 0;
    }
    #left-column .tvleft-right-product-slider {
        width: 50%;
        float: left;
    }
    .tvapp-logo-content-box {
        padding: 30px 15px 0 15px;
    }
    .tvapp-logo-content-inner .tvdekstop-footer-all-title-wrapper .tvfooter-title span {
        font-size: 22px;
    }
    .tvdekstop-footer-all-desc-wrapper span {
        font-size: 14px;
    }
    .tvapp-logo-content-inner {
        width: 100%;
    }
    .tvcmsapp-logo {
        margin-bottom: 30px;
    }
    .tvcmsofferbanners-one {
        margin-bottom: 30px;
    }
    .tvcmssliderofferbanners-one .tvbanner1,
    .tvcmssliderofferbanners-one .tvbanner2 {
        padding: 0 15px;
    }
    .tvcmssliderofferbanners-one .tvbanner1 {
        margin-bottom: 0;
        text-align: right;
    }
    #content-wrapper .tvtestimonial {
        padding: 70px 0 40px 0;
    }
    .tvcmssliderofferbanners-one .tvbanner2 {
        margin-bottom: 0;
        text-align: left;
    }
    .tvcms-slider-offerbanner-wrapper {
        margin-bottom: 30px;
    }
    .tvcmsmain-slider-wrapper {
        /*margin-bottom: 30px;*/
        width: 100%;
    }
    .tvcmssliderofferbanners-one {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    #header {
        position: relative;
    }
    #index #header {
        position: relative;
        background-color: var(--color-white);
        /*margin-bottom: 15px;*/
    }
    .tvtags-content-box {
        text-align: center;
    }
    .tvcmsmobile-header-search-logo-wrapper {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tvcmsdesktop-top-header-box {
        display: block;
    }
    #tvcmsmobile-horizontal-menu .tvcmsmain-menu-wrapper>.tv-header-menu {
        position: absolute;
        background-color: var(--color-white);
        border: 1px solid rgba(0, 0, 0, 0.07);
        top: 100%;
        width: 50%;
        z-index: 70;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.7s ease 0.1s;
        -moz-transition: all 0.7s ease 0.1s;
        -ms-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        padding: 30px;
        left: -300px;
        visibility: hidden;
        max-height: 500px;
        overflow-y: scroll;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu.open {
        opacity: 1;
        -webkit-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        visibility: visible;
        left: 0;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu li {
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu ul[data-depth="1"]>li {
        padding: 10px 0;
        float: unset;
    }
    .tvheader-top-menu-img {
        padding: 10px 0;
    }
    #tvcmsmobile-horizontal-menu>.tvcmsmain-menu-wrapper>.tv-header-menu>li {
        border-bottom: 1px solid var(--color-gray-100);
    }
    #tvcmsmobile-horizontal-menu>.tvcmsmain-menu-wrapper>.tv-header-menu>li>.tvmenu-link-wrapper {
        padding: 15px 20px;
    }
    #tvcmsmobile-horizontal-menu>.tvcmsmain-menu-wrapper>.tv-header-menu>li>.tvmenu-link-wrapper a {
        color: var(--color-text-dark);
        font-weight: 500;
    }
    .tvmenu-link-wrapper .tvdropdown-submenu.tvmenu-link {
        display: block;
        width: 100%;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu li .tvmain-menu-mobile-dropdown .category.tvmain-menu-wrapper {
        padding: 3px 0;
    }
    .tvmenu-link-wrapper .tvdropdown-submenu.tvmenu-link span {
        color: var(--color-gray-900);
        font-weight: 500;
    }
    .tvmenu-link-wrapper .tvdropdown-submenu.tvmenu-link span:hover {
        color: #e40046;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu li:last-child {
        border-bottom: none;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu li a i {
        float: right;
        padding: 0 40px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .tvcmsmobile-header-menu-offer-text {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*background-color: var(--color-yellow);*/
        padding: 0 15px;
    }
    .tvmenu-toggle-icon {
        position: absolute;
        right: 0;
    }
    .tvmain-menu-dropdown {
        display: none;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .tvmenu-button-wrapper {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
    }
    #tvcmsmobile-horizontal-menu-left {
        padding: 0;
    }
    #tvcms-mobile-view-header .tvmenu-button i {
        color: var(--color-white);
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid rgba(162, 71, 99, 0.36);
        border-radius: 5px;
        vertical-align: top;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #header .tvcmsmain-menu-wrapper .menu {
        display: block;
    }
    .tvcmsmobile-header-menu {
        position: initial;
        padding: 0;
    }
    .tvcmsmobile-top-wrapper {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tvmobileheader-language-currency-wrapper {
        text-align: right;
    }
    .tv-account-wrapper,
    .tvheader-cart-wrapper {
        padding: 5px 0;
    }
    .tvheader-sarch-display .tvheader-search-display-icon .tvsearch-open {
        display: flex;
    }
    .tvcmsheader-search {
        text-align: center;
        cursor: pointer;
    }
    #header .mobile-header-2 .tv-myaccount-btn-desktop svg,
    #header .mobile-header-3 .tv-myaccount-btn-desktop svg {
        margin: 0;
    }
    #header .tvsearch-top-wrapper {
        width: 70%;
        padding: 15px 0;
        display: inline-block;
    }
    .tvcmsheader-search.search-widget form input[type=text] {
        /*height: 40px;*/
    }
    .tvcmsheader-search .tvcms-select-category {
        margin: 0 10px;
    }
    .tvsearch-header-display-wrappper form {
        overflow: visible;
    }
    .tvsearch-result {
        left: 0;
    }
    .tvcmsdesktop-language-selector,
    .tvcmsdesktop-top-wrapper {
        text-align: center;
    }
    .tv-language-dropdown,
    .tv-currency-dropdown {
        padding: 10px;
    }
    .tvcmsdesktop-top-header-wrapper {
        display: none;
    }
    .tvcmsmobile-header-logo-right-wrapper #tvcmsmobile-header-logo {
        width: 100%;
    }
    .tvcmsmobile-cart-acount-text {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right;
        justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        padding: 0;
    }
    .tv-cart-cart-inner {
        position: absolute;
        right: -4px;
        top: -4px;
    }
    #tvcmsmobile-account-button {
        margin: 0 20px;
    }
    #contact-link span {
        color: var(--color-gray-800);
        position: relative;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
    }
    #contact-link span:before {
        font-family: 'Material Icons';
        content: '\e0b0';
        font-size: 22px;
        color: var(--color-gray-800);
        margin: 0 5px 0 0;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
    }
    #contact-link i {
        display: none;
    }
    .tvstore-email-wrapper,
    .tvstore-time-infowrapper,
    .tvcmsstore-time {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tvcmsdesktop-language-selector,
    .tvheader-offer-wrapper {
        width: 100%;
    }
    .tvcmsstore-time {
        display: block;
    }
    #contact-link {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .tvmobile-sliderbar-btn a {
        height: auto;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 8px 8px 8px 0px;
        background-color: rgba(255, 255, 255, 0.76);
        /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        font-size: 16px;
        font-family: inherit;
        line-height: 40px;
    }
    .tvmobile-sliderbar-btn i {
        /*padding: 8px 0px;*/
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        /*padding:5px 15px;*/
        padding: 0;
    }
    .tv-menu-horizontal li.level-1 {
        border-bottom: none;
        padding-bottom: 5px;
    }
    .tv-menu-col,
    .tv-menu-row {
        padding-bottom: 5px;
    }
    .menu-subtitle {
        top: 0;
        right: auto;
    }
    .tvmega-menu-title {
        font-size: 16px;
        color: var(--color-text-medium);
        text-align: center;
        font-weight: 500;
        position: relative;
        text-transform: capitalize;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }
    .tvmega-menu-title:after {
        position: absolute;
        content: "";
        width: 112%;
        left: -15px;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: var(--color-gray-200);
    }
    .tvmobile-dropdown-close a i {
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 24px;
        color: var(--color-gray-800);
        z-index: 10;
    }
    .lang-rtl .tvmobile-dropdown-close a i {
        right: auto;
        left: 24px;
    }
    .tv-total-product-number {
        font-size: 12px;
    }
    .tvcmsspecial-product,
    .tvcmstab-title-product {
        margin-bottom: 20px;
    }
    .tvcmsfeatured-product,
    .tvcmsbest-seller-product,
    .tvcmsnew-product,
    .tvcmssame-category-product,
    .tvcmscross-selling-product,
    .tvcmslike-product {
        margin-bottom: 20px;
    }
    #left-column {
        display: none;
    }
    .tvtab-title-wrapper .tvtabs-products li {
        padding: 9px 10px;
    }
    .tvcms-main-title .tvmain-title h2 {
        /*font-family: inherit;*/
        font-size: 24px;
    }
    .tvtab-title-wrapper .tvtabs-products li span,
    .tvcategory-title-wrapper .tvleft-right-title span {
        font-family: inherit;
    }
    .tvproduct-name h6,
    .product-price-and-shipping .price {
        /*font-size: 14px !important;*/
    }
    .tvcart-icon-text-wrapper .tvcart-lable,
    .tv-account-wrapper .tv-myaccount-btn span {
        font-size: 14px !important;
        display: none;
    }
    .tvheader-nav-offer-text p,
    #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
    #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
        font-size: 14px !important;
    }
    .tvnews-event-content-wrapper .tvnews-event-titel a h3,
    .kr_blog_post_area .tvblog_post .post_content .post_title a {
        font-size: 14px !important;
    }
    .tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
        font-size: 20px !important;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 14px !important;
    }
    .tvproduct-flags {
        opacity: 1;
    }
    .tvproduct-wrapper.grid:hover .tvproduct-timer,
    .tvproduct-wrapper.grid-2:hover .tvproduct-timer {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    .tvproduct-timer .tvproduct-timer-wrapper {
        margin: 0;
    }
    .tvproduct-wrapper.grid:hover .tvproduct-timer,
    .tvproduct-wrapper.grid-2:hover .tvproduct-timer {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        bottom: 65px;
    }
    .tvproduct-wrapper.grid .tvproduct-timer,
    .tvproduct-wrapper.grid-2 .tvproduct-timer {
        bottom: 75px;
        top: auto;
    }
    .tvproduct-wrapper.grid .tvproduct-hover-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-hover-btn {
        opacity: 1;
        position: unset;
        bottom: 0;
        margin-top: 10px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    .tvproduct-wrapper.grid .tvproduct-quick-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-quick-btn,
    .tvproduct-wrapper.grid .tvproduct-cart-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
    .tvproduct-wrapper.grid .tvproduct-cart-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
    .tvproduct-wrapper.grid .tvproduct-wishlist,
    .tvproduct-wrapper.grid-2 .tvproduct-wishlist,
    .tvproduct-wrapper.grid .tvcompare-wrapper,
    .tvproduct-wrapper.grid-2 .tvcompare-wrapper {
        transform: none;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .tvfooter-product-title-product,
    .tvfooter-product-box-layout {
        margin-bottom: 15px;
    }
    .tv-product-page-image .page-content {
        width: 100%;
        margin: 0 auto;
    }
    .tvcms-brandlist-pagination-wrapper {
        display: block;
    }
    .tvmain-slider-next-pre-btn .tvcmsprev-btn {
        left: 5px;
    }
    .tvmain-slider-next-pre-btn .tvcmsnext-btn {
        right: 5px;
    }
    .tvnewsleeter-input-button-wraper .input-wrapper input {
        min-width: 100%;
    }
    .tvfooter-logo-block {
        padding: 20px 0;
    }
    .tvfooter-storelogo-inner {
        border: 0;
    }
    .tvnewsletter-lable-wrapper {
        margin-top: 15px;
    }
    .tvfooter-storelogo-imformation {
        padding: 15px 0;
        flex-direction: column;
    }
    #footer_sub_menu_store_info .tvfooter-addresses:after,
    #footer_sub_menu_store_info .tvfooter-store-link-content:after,
    #footer_sub_menu_store_info .tvfooter-store-link-fax:after,
    #footer_sub_menu_store_info .tvfooter-store-link:after {
        left: -35px;
    }
    #footer_sub_menu_store_info {
        padding-inline-start: 0;
    }
    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_tvfooter_category {
        margin: 0;
        overflow: hidden;
        padding: 0;
    }
    .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon {
        display: block;
        padding: 0;
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }
    .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon i {
        color: var(--color-gray-800);
    }
    .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon .remove {
        display: none;
    }
    .tvcmsfooter-social-icon .tvfooter-title-wrapper {
        padding-left: 0;
    }
    .tvfooter-title-wrapper {
        margin-bottom: 0px;
    }
    .tvfooter-title-wrapper .tvfooter-title {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.07);
    }
    .block_newsletter .tvnewsletter-title,
    .tvnewsletter-description {
        text-align: center;
    }
    .tvnewsleeter-input-button-wraper {
        margin-bottom: 15px;
    }
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .tvcopylink p {
        text-align: center;
    }
}
@media (max-width: 820px) {
    .quickview .tvcart-btn-model {
        float: none;
    }
}
@media(max-width: 1350px) {
    #header .tv-menu-horizontal ul li.level-1>a {
        font-size: 17px;
        padding: 20px 12px;
    }
    .header-3 #_desktop_contact_link #contact-link span {
        font-size: 14px;
    }
    .header-3 #_desktop_contact_link #contact-link i {
        font-size: 22px;
    }
}
@media(min-width: 768px) {
    .pagination .page-list.tv-pagination-wrapper,
    .pagination .page-list.tvinner-page-pagination {
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
    .tvcategory-chain-slider-category {
        padding-bottom: 8px;
    }
}
@media (max-width: 991px) {
    .lang-rtl #contact-link span:before {
        margin: 0 0 0 5px;
    }
    .lang-rtl #contact-link {
        text-align: right;
    }
    .lang-rtl .tvheader-cart-wrapper {
        padding: 0;
    }
    .tvcmsheader-sticky.sticky {
        background-color: var(--color-white);
    }
    .product-1 .tvvertical-slider .product-images {
        max-height: 627px;
    }
    .tvcmsheader-search.search-widget form input[type=text] {
        height: 42px;
    }
    .tvheader-top-search-wrapper {
        padding: 10px 16px 10px 0px;
    }
    .tvcmsheader-search.search-widget form button[type=submit] svg {
        width: 20px;
    }
    #header .tv-myaccount-btn-desktop svg {
        width: 23px;
        height: 23px;
        margin: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .tvheader-cart-wrapper .tv-cart-icon svg {
        width: 26px;
        height: 26px;
    }
    .tv-cart-cart-inner {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
    .tvheader-nav-offer-text i {
        font-size: 14px;
    }
    .tvproduct-play-icon {
        position: unset;
        text-align: center;
    }
    .tvproduct-play-icon span {
        font-size: 14px;
    }
    .tvproduct-play-icon i {
        font-size: 30px;
    }

    #tvcms-mobile-view-header.mobile-header-2 .tv-header-logo {
        padding: 15px 0;
    }
    #tvcms-mobile-view-header.mobile-header-3 .tvmobile-sliderbar-btn {
        padding: 10px 0 10px 0;
    }
    #tvcms-mobile-view-header.mobile-header-3 .tvcmsmobile-header-menu,
    #tvcms-mobile-view-header.mobile-header-3 .tvcmsmobile-header-search {
        width: 50%;
    }
    #tvcms-mobile-view-header.mobile-header-3 .tvcmsmobile-header-search-logo-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    #tvcms-mobile-view-header.mobile-header-3 .tv-header-logo {
        justify-content: center;
    }
    .tvmobile-slidebar {
        /*opacity: 0;*/
        visibility: hidden;
        position: fixed;
        z-index: 1100; /* Higher than everything else */
        padding: 15px;
        background-color: var(--color-white);
        border: 1px solid var(--color-gray-200);
        border-radius: 3px;
        left: -300px;
        min-width: 300px;
        width: 300px;
        height: 100vh;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transform-origin: top;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }
    .tvmobile-slidebar.open {
        visibility: visible;
        text-align: left;
        left: 0;
        /*opacity: 1;*/
        transform-origin: top;
        -webkit-transition: all 0.3s ease 0.1s;
        -moz-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
    }
    .tvtab-product .tvcms-main-title {
        margin-bottom: 15px;
    }
    .tv-menu-horizontal .menu-content .tvmega-menu-title {
        display: block;
    }
    #tvcms-mobile-view-header.mobile-header-2 #tvcmsmobile-account-button {
        margin: 0;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-logo-right-wrapper {
        padding: 0;
        min-height: 64px;
    }
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-logo-right-wrapper {
        min-height: 55px;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tv-account-wrapper .tv-myaccount-btn span,
    .tvcms-search-click .tv-account-wrapper .tv-myaccount-btn span {
        display: none;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper {
        max-width: 400px;
        width: 400px;
        margin: auto;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvheader-sarch-display,
    #tvcms-mobile-view-header.mobile-header-2 #tvcmsmobile-account-button,
    #tvcms-mobile-view-header.mobile-header-2 #tvmobile-cart {
        margin-inline-start: 20px;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-search {
        display: flex;
        position: unset;
        align-items: center;
        justify-content: flex-end;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-menu {
        padding: 0 15px;
    }
    #header .mobile-header-2 .tvsearch-top-wrapper {
        width: 100%;
        padding: 0;
        display: block;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvsearch-open svg,
    #tvcms-mobile-view-header.mobile-header-2 .tvsearch-close svg {
        vertical-align: middle;
        width: 20px;
        height: 20px;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvsearch-close svg {
        width: 20px;
        height: 15px;
    }
}
/******* End Media-tablet Css *******/
/******* Start Media-mobile Css *******/
/* Media Css 768 to 320 */
@media(min-width: 576px) and (max-width: 767px) {
    #products.list .tvproductdescription-button-wrapper,
    #products.list .tvproduct-wrapper.list .tvproduct-image {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .tvapp-logo-content-box {
        display: block;
        padding: 15px;
    }
    .tvapp-logo-content-wrapper {
        margin-bottom: 15px;
    }
    .tvmain-slider-content-wrapper {
        display: flex;
        overflow: hidden;
        border: none;
        background-color: transparent;
        /*display: none;*/
    }
    .tvmain-slider-content-inner {
        /*width: 50%;*/
        /*float: left;*/
        /*margin: 1px 0 0 0;*/
        display: block;
    }
    .tvmain-slider-contant {
        display: block;
    }
    .tvcms-main-slider {
        border-bottom: none;
    }
    .tvfooter-social-icon-wrapper li a {
     /*   width: 48px;
        height: 48px;*/
    }
    .tvmain-slider-content-inner:last-child {
        /*width: 100%;*/
    }
    /*#category .tv-grid-list-wrapper-info-box {*/
    /*    width: 33.33%;*/
    /*}*/
    .tvall-inner-btn-cancel span,
    .tvall-inner-btn span {
        font-size: 14px;
    }
    #header .tvsearch-top-wrapper {
        width: 100%;
    }
    .tvtab-title-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
    }
    #products.catelog .tv-product-list {
        margin: 0;
    }
    .tvproduct-description-tab .nav-tabs li.nav-item {
        margin: 0 0px 10px 0px;
        width: 100%
    }
    .tvnewsletter-block {
      /*  display: block;
        text-align: center;*/
    }
    .tvfooter-copy-payment-icon-wrapper {
        /*padding: 10px 0;*/
    }
    .tvcmsfooter-social-icon {
        padding-top: 0;
    }
    #footer {
        padding: 0;
    }
    .tvcopylink p {
        text-align: center;
    }
    .block_newsletter {
        border: none;
        padding-bottom: 0;
    }
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .tvcopylink,
    .tvfooter-payment-icon-img-block {
        /*margin-bottom: 15px;*/
        padding: 0 15px;
    }
    .footer-container .links ul>li {
        border: none;
        padding: 0;
        font-weight: normal;
    }
    .footer-container .links ul {
        background-color: transparent;
    }
    .tvbottom-to-top {
        right: 15px;
    }
    .tvfooter-copy-payment-icon-inner {
        display: block;
    }
    .tvcmsfooter-social-icon {
        text-align: center;
    }
}
@media(max-width: 768px) {
    .product-2 .tvvertical-slider {
        display: block;
    }
    .tvcmssingle-block .tvsingle-block {
        text-align: center;
    }
    .product-2 .product-cover {
        display: none;
    }
    .product-1 .tvvertical-slider .product-images {
        max-height: max-content;
    }
    .tvvertical-slider .slick-slide.slick-current .tvcmsVerticalSlider:nth-child(1) img.thumb,
    .tvvertical-slider .tvcmsVerticalSlider:nth-child(1) img {
        border: none;
    }
    .product-1 .tvvertical-slider .product-images .tvcmsVerticalSlider,
    .product-2 .tvvertical-slider .product-images .tvcmsVerticalSlider,
    .product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider {
        display: none !important;
    }
    .product-1 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1),
    .product-2 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1),
    .product-3 .tvvertical-slider .product-images .tvcmsVerticalSlider:nth-child(1) {
        display: block !important;
    }
    .product-1 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider,
    .product-2 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider,
    .product-3 .tvvertical-slider .product-images.slick-slider .tvcmsVerticalSlider {
        display: block !important;
    }
    .product-3 .tvcmsVerticalSlider {
        width: auto;
    }
    .tvproduct-play-icon {
        text-align: center;
    }
    .tvvertical-slider .slick-slider li img.thumb.active,
    .tvvertical-slider .slick-slider li img.thumb:hover {
        border: 1px solid transparent;
    }
    .tvvertical-slider .product-images {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .cms-description img {
        margin-bottom: 15px;
    }
    #product #block-reassurance ul {
        display: flex;
    }
    #product #block-reassurance ul li {
        margin: 0 15px 5px 0;
    }
    .product-2 .tvproduct-image-slider .col-md-6 {
        width: 50%;
        float: left;
    }
    #left-column .tvfilter-brand-list-wrapper {
        width: 48%;
        float: left;
        margin-right: 7.5px;
    }
    #left-column .tvfilter-supplier-list-wrapper {
        width: 48%;
        float: left;
        margin-left: 7.5px;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu.open {
        opacity: 1;
        -webkit-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        right: 30%;
        width: 70%;
    }
    .tvcmsmobile-header-menu #tvmobile-megamenu .title-menu-mobile i {
        padding: 3px 0px;
    }
    .tvcmsmobile-header-menu #tvmobile-megamenu .title-menu-mobile a {
        height: 32px;
        width: 32px;
    }
    .tv-account-wrapper,
    .tvheader-cart-wrapper {
        padding: 0;
    }
    .tvmobileheader-offer-wrapper .tvheader-nav-offer-text {
        padding: 7px 0;
    }
    #header .tvsearch-top-wrapper {
        padding: 10px 0;
    }
    .tvcms-header-myaccount .tv-myaccount-btn,
    .tv-header-cart .tv-cart-icon {
        /*transform: scale(0.9);*/
    }
    .tv-cart-cart-inner {
        position: absolute;
        right: -3px;
        top: -7px;
    }
    .tvcmsheader-search.search-widget form input[type=text] {
        /*height: 35px;*/
    }
    .tvcmsheader-search.search-widget form button[type=submit] i {
        background-position: 0px -707px;
    }
    .tvcmsheader-search.search-widget form button[type=submit] i {
        line-height: 30px;
        height: 30px;
    }
    .tvprduct-image-info-wrapper .product-cover {
        display: none;
    }
    .tvprduct-image-info-wrapper .tvvertical-slider {
        width: 100%;
    }
    .tvproduct-page-wrapper .tv-product-page-image,
    .tvproduct-page-wrapper .tv-product-page-content {
        width: 100%;
    }
    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn {
        display: none;
    }
    .tvproduct-flags li {
        font-size: 11px;
    }
}
@media (max-width: 650px) {
    .lang-rtl .tvapp-logo-content-inner {
        padding: 0;
    }
    .tv-header-logo {
        /*padding: 15px 0;*/
    }
    .tv-header-logo a {
        width: 100%;
    }
    .tvcmsmobile-header-search-logo-wrapper {
        display: flex;
        /*flex-wrap: wrap;*/
    }
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-search-logo-wrapper {
        flex-wrap: wrap;
    }
    #tvcms-mobile-view-header.mobile-header-1 .tv-header-logo {
        padding: 20px 0;
    }
    #header #tvcms-mobile-view-header.mobile-header-1 .tvsearch-top-wrapper {
        padding: 0;
    }
    #tvcms-mobile-view-header.mobile-header-1 .tvmobileheader-offer-wrapper .tvheader-nav-offer-text {
        padding: 10px 0 0;
    }
    #tvcms-mobile-view-header.mobile-header-3 .tv-header-logo img {
        /*transform: scale(0.8);*/
        display: inline-block;
    }
    .tv-header-logo {
        height: auto;
        text-align: center;
        justify-content: center;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tv-header-logo {
        justify-content: flex-start;
    }
    #header #tvcms-mobile-view-header.mobile-header-2.mobile-header-3 .tv-header-logo {
        justify-content: center;
    }
    .tvcmsmobile-top-wrapper {
        padding-bottom: 0px;
    }
    #header .tvsearch-top-wrapper {
        width: 70%;
        padding: 10px 0 10px 0;
        display: inline-block;
    }
    .tvcmsheader-search {
        text-align: center;
        padding-right: 0;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper {
        /*top: 35px;*/
    }
    #tvcms-mobile-view-header.mobile-header-2 .tv-account-wrapper,
    #tvcms-mobile-view-header.mobile-header-2 .tvheader-cart-wrapper {
        padding: 5px 0;
    }
}
@media(max-width: 600px) {
    #tvcmsmobile-account-button {
        margin: 0 14px;
    }
}
@media(max-width: 590px) {
    .tvall-product-branner {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .tvimage-true {
        width: 100%;
    }
    .tvall-product-branner {
        margin: 0 0 15px 0;
    }
}
@media(max-width: 575px) {
    .tvproduct-review-box {
        margin-top: 15px;
    }
    .footer-container.footer-4 .block_newsletter form,
    .footer-container.footer-3 .block_newsletter form {
        width: 100%;
        margin: 0;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-logo-right-wrapper {
        width: 100%;
    }
    .product-2 .tvproduct-image-slider .col-md-6 {
        width: 100%;
        float: none;
    }
    .tvcms-header-myaccount .tv-myaccount-btn,
    .tv-header-cart .tv-cart-icon {
        /*transform: scale(0.8);*/
    }
    .tvapp-logo-img-content-wrapper {
        display: block;
        text-align: center;
    }
    .tvapp-logo-content-inner {
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .tvcmssliderofferbanners-one .tvbanner1,
    .tvcmssliderofferbanners-one .tvbanner2 {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 7.5px;
        text-align: center;
        float: left;
    }
    .tvmain-slider-content-inner {
        /*width: 100%;*/
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
    /*    font-size: 18px;
        margin-bottom: 10px;*/
    }
    .tvmain-slider-contant .tvmain-slider-button {
    /*        padding: 0 6px;
            font-size: 10px;
            line-height: 16px;*/
    }
    .tvcms-slider-offerbanner-wrapper {
        margin-bottom: 30px;
    }
    .tvtab-title-wrapper .tvtabs-products li {
        display: block;
    }
    /*#category .tv-grid-list-wrapper-info-box {*/
    /*    width: 50%;*/
    /*}*/
    #js-product-list .tvgrid-list-view-product .products {
        margin: 0;
    }
    .tvall-product-wrapper-info-box {
        padding: 0 5px;
        margin: 0 0 7.5px;
    }
    .tvall-product-wrapper-info-box.tvtab-first-product {
        margin: 0px;
    }
    .tvproduct-wrapper {
        margin: 0px;
    }
    #tv-back-top-wrapper {
        padding: 10px;
        margin-top: 10px;
    }
    .tvsearch-filter-content-wrapper .facet:not(:last-child) {
        margin-bottom: 20px;
    }
    .tvproduct-timer .tvproduct-timer-wrapper~.tvproduct-timer-wrapper {
        margin-left: 0px;
    }
    #tvcms-mobile-view-header {
        display: block;
        height: auto;
    }
    .tvmobileheader-language-currency-wrapper {
        text-align: center;
    }
    .tvcmsmobile-top-wrapper {
        display: block;
        padding-bottom: 0px;
    }
    #tvcmsmobile-horizontal-menu .tvcmsmain-menu-wrapper>.tv-header-menu {
        width: 100%;
    }
    .tvcmsmobile-header-center {
        width: 100%;
    }
    #tvcmsmobile-horizontal-menu {
        margin: 0;
    }
    .tvcmsmobile-header-right {
        width: 100%;
        float: none;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #tvcmsmobile-header-right {
        display: none;
        padding: 0;
    }
    .tv-contact-account-cart-wrapper {
        float: none;
        border: none;
    }
    #header .tvsearch-top-wrapper {
        width: 100%;
        padding: 15px 0 15px 0;
    }
    #_desktop_search .tvheader-top-search {
        width: 100%;
    }
    .tvcmsheader-search .tvcms-select-category {
        min-width: 50px;
    }
    .tvcmsheader-search.search-widget form button[type=submit] .tvserach-name,
    #_desktop_search .tvcmsheader-search .tvserach-name {
        font-size: 12px;
    }
    .tvcmsheader-search.search-widget form input[type=text] {
        font-size: 12px;
    }
    .tvheader-nav-offer-text {
        text-align: center;
        justify-content: center;
        padding: 12px 15px;
    }
    .tvmobileheader-offer-wrapper {
        /*padding: 0;*/
    }
    .tvheader-language {
        margin-right: 0;
    }
    .tv-account-dropdown>div {
        border-bottom: none;
    }
    #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
    #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
        line-height: 40px;
    }
    .tvcmscart-show-dropdown {
        left: auto;
        right: 0;
        width: 290px;
    }
    .tvcmscart-show-dropdown .tvcart-product-list-img {
        float: left;
    }
    .tvcmscart-show-dropdown .tvcart-product-wrapper.items {
        display: block;
    }
    .tvcart-product-list,
    .tvcart-product-list-btn-wrapper {
        padding: 15px;
    }
    .tvcmscart-show-dropdown {
        width: 290px;
    }
    #tvcmsmobile-account-button {
        margin: 0 15px;
    }
    #tvmobile-cart,
    .tvoffer-text-inner {
        display: inline-block;
        vertical-align: middle;
    }
    .tvcmsmobile-cart-acount-text {
        text-align: right;
        padding-left: 0;
    }
    .tvcms-header-myaccount .tv-myaccount-btn i {
        margin: 0;
    }
    .tvcms-header-cart .tv-cart-icon {
        margin: 0 4px;
    }
    #contact-link {
        display: block;
    }
    .tvheader-cart-wrapper {
        padding: 0;
    }
    .tvcms-header-cart,
    #tvcmsdesktop-account-button {
        padding: 0;
        border: none;
    }
    .tvcmsstore-time {
        display: block;
    }
    .tvtab-title {
        text-align: center;
    }
    .tvtab-product .tvtab-title-wrapper .tvtabs-products {
        display: inline-block;
        vertical-align: middle;
    }
    .tvtab-title-wrapper .tvtabs-products li {
        margin: 5px;
    }
    .tvproduct-wrapper .lazy,
    img.lazy {
        transform: scale(0.6);
    }
    img.lazy.loaded {
        transform: unset;
    }
    .tvproduct-quick-btn,
    .tvproduct-cart-btn,
    .tvproduct-wishlist,
    .tvcompare-wrapper {
        margin: 2px;
    }
    #products.list .tvall-product-star-icon {
        margin-bottom: 5px;
    }
    #products.list .tvproduct-timer {
        text-align: center;
    }
    #products.list-2 .tv-product-desc,
    #products.list .tv-product-desc {
        text-align: center;
    }
    #products.list .product-description {
        text-align: center !important;
    }
    #products.catelog .tvcms-product-name-star {
        padding-bottom: 0;
    }
    .tvproduct-wrapper.list .tv-product-list {
        float: none;
        margin: 0;
    }
    .tvproduct-wrapper.list .tv-indicator.tv-bar .tv-outer {
        margin: 0 auto;
    }
    .tvbanner-hover-wrapper img {
        width: auto;
        margin: 0 auto;
    }
    .tvcms-vertical-menu-next-pre-btn {
        text-align: center;
        margin-top: 15px;
    }
    .tvtab-product .tvcms-main-title,
    .tvcmsmain-title-wrapper {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
    .tvcms-next-pre-btn,
    .tvtabcategory-product-next-pre-btn {
        text-align: center;
        margin-bottom: 15px;
        direction: ltr;
    }
    .tvtab-title-wrapper {
        margin-bottom: 0px;
    }
    .tvcmsprev-btn,
    .tvcmsnext-btn {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        display: inline-block;
        position: inherit;
        margin: 0 3px;
    }
    .tvfooter-best-seller-product-prev.tvcmsprev-btn,
    .tvfooter-featured-product-prev.tvcmsprev-btn,
    .tvfooter-new-product-prev.tvcmsprev-btn,
    .tvfooter-best-seller-product-next.tvcmsnext-btn,
    .tvfooter-featured-product-next.tvcmsnext-btn,
    .tvfooter-new-product-next.tvcmsnext-btn {
        position: absolute;
        display: inline-block;
    }
    .tvfooter-product-box-layout .tvcmsprev-btn,
    .tvfooter-product-box-layout .tvcmsnext-btn {
        top: 25%;
    }
    .tvtab-title-wrapper {
        margin-top: 5px;
    }
    .tvbrandlist-slider-prev.tvcmsprev-btn,
    .tvbrandlist-slider-next.tvcmsnext-btn,
    .tvmain-slider-next-pre-btn .tvcmsprev-btn,
    .tvmain-slider-next-pre-btn .tvcmsnext-btn {
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        position: absolute;
        margin: 0;
    }
    .tvfooter-product-title-product .tvcmsmain-title-wrapper {
        margin-bottom: 5px;
        direction: ltr;
    }
    .tvfooter-logo-block .tvfooter-logo-desc {
        max-width: 100%;
    }
    .tvcart-incr-decr-price {
        justify-content: left;
    }
    .tvwishlist-popup {
        left: 0;
        margin: 20px auto;
    }
}
@media(max-width: 500px) {
    #left-column .tvleft-right-product-slider {
        width: 100%;
        padding: 10px 10px;
    }
    #left-column .tvfilter-brand-list-wrapper,
    #left-column .tvfilter-supplier-list-wrapper {
        width: 100%;
        margin: 20px 0;
    }
}
@media(max-width: 480px) {
    .tvsearch-dropdown-wrapper {
        width: 100%
    }
    .tvproduct-info-box-wrapper {
        padding: 10px 15px 15px 15px;
    }
    .tvproduct-stock-social {
        display: block;
    }
    .product-actions .social-icon {
        justify-content: flex-start;
    }
    .product-actions .input-container label span {
        padding: 8px 11px 6px;
    }
    .tv-product-page-content h1,
    .tv-product-page-content .tvall-product-star-icon,
    .tv-product-page-content .product-prices,
    .tvproduct-page-decs p,
    .product-quantity,
    .product-variants>.product-variants-item {
        margin-bottom: 15px;
    }
    .product-additional-info {
        padding-top: 15px;
    }
    #product .product-6 #block-reassurance ul {
        justify-content: flex-start;
    }
    #module-tvcmsblog-single .blog_post_content {
        margin: 0 -15px;
    }
    .comments_area ol.comment_list {
        padding-left: 0;
    }
    #tvcmsblogs_commentfrom {
        width: 95%;
    }
    .tvcms-blog-inner-page {
        margin: 0;
    }
    #module-tvcmsblog-single .comment_meta_author i,
    #module-tvcmsblog-single .comment_content_bottom i,
    #module-tvcmsblog-single .comment_meta_date i,
    #module-tvcmsblog-single .comment_meta_date span {
        margin-right: 5px;
    }
    #module-tvcmsblog-single .comment_meta_author i,
    #module-tvcmsblog-single .comment_content_bottom i,
    #module-tvcmsblog-single .comment_meta_date i {
        font-size: 22px;
    }
}
@media (max-width: 460px) {
    .tvcart-btn-model {
        float: none;
    }
}
@media (max-width: 425px) {
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-logo-right-wrapper,
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-logo-right-wrapper {
        min-height: 50px;
    }
    #tvcms-mobile-view-header.mobile-header-3 .tvcmsmobile-header-logo-right-wrapper {
        min-height: 64px;
    }
    .tvproduct-wrapper.grid .tvproduct-quick-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-quick-btn,
    .tvproduct-wrapper.grid .tvproduct-cart-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
    .tvproduct-wrapper.grid .tvproduct-cart-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
    .tvproduct-wrapper.grid .tvproduct-wishlist,
    .tvproduct-wrapper.grid-2 .tvproduct-wishlist,
    .tvproduct-wrapper.grid .tvcompare-wrapper,
    .tvproduct-wrapper.grid-2 .tvcompare-wrapper {
        margin-right: 5px;
    }
}
@media(max-width: 400px) {
    .tvbanner-wrapper.tvone-banner-wrapper-info {
        display: block;
    }
    .tvcmssliderofferbanners-one .tvbanner1,
    .tvcmssliderofferbanners-one .tvbanner2 {
        margin-bottom: 0px;
    }
}
@media(max-width:370px) {
    .tvheader-nav-offer-text p {
        font-size: 11px !important;
    }
    button.button1.tvslider-video-playbtn.autoplay {
        bottom: 35%;
        right: 10px;
    }
    button.button1.tvslider-video-playbtn.autoplay i.material-icons {
        font-size: 24px;
    }
    .tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
        font-size: 18px !important;
    }
}
@media(max-width: 410px) {
    #category .tv-grid-list-wrapper-info-box {
        width: 100%;
    }
}
@media(max-width: 330px) {
    #content-wrapper .tvproduct-wrapper .tvproduct-image {
        /*padding: 0 15px;*/
    }
    .tvtabcategory-product-li {
        width: 1000%;
    }
}
@media(max-width: 650px) {
    .mobile-header-2 .tv-account-dropdown {
        top: 47px;
    }
    /*#tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-logo-right-wrapper,*/
    /*#tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-menu,*/
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-search,
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-logo-right-wrapper {
        width: 100%;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper {
        width: 280px;
        right: -100px;
    }
}
@media (max-width: 1200px) {
    .product-1 .tvvertical-slider .product-images {
        /*max-height: 321px;*/
    }
    .lang-rtl .tvcmsvertical-menu-wrapper .tvleft-right-penal-all-block {
        padding-left: 0;
        padding-right: 10px;
    }
}
.lang-rtl .media-left {
    padding-right: 0;
    padding-left: 10px;
}
/******* End Media-mobile Css *******/
.tvcmsdesktop-top-header-wrapper.header-3 .tvcmsmain-menu-wrapper {
    padding-left: 0;
}
.tvwishlist-send-mess-btn {
    text-align: right;
}
.header-4 .tvcmsheader-nav-right {
    padding-right: 0;
}
.header-4 .tvheader-compare,
.header-4 .tvheader-wishlist,
.header-4 #tvcmsdesktop-account-button,
.header-4 #_desktop_wishtlistTop {
    margin-inline-end: 0;
}
.tvproduct-out-of-stock.disable i {
    cursor: no-drop;
}
.lang-rtl .tvfooter-product-sticky-bottom .product-variants>.product-variants-item ul li {
    margin: 0 0 3px 8px;
}
.lang-rtl .tvfilter-search-types-dropdown .tvcolor-box {
    margin: 0 0 0 10px;
}
/****/
.product-actions .input-container.radio-variant label span,
.radio-label {
    box-shadow: none;
    background: #fff;
    padding: 8px 24px;
    border: 1px solid #A7A7A7;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #111;
}
.product-variants>.product-variants-item label input[checked="checked"]:checked+.radio-label,
.input-radio:checked+.radio-label {
    border: 1px solid var(--color-primary);
    background: #fff;
    box-shadow: none;
    color: #111;
}
.tvcmstheme-control .tvtheme-control-icon, .tvcmstheme-layout .tvtheme-layout-icon {
  box-shadow: none;
}
.product-variants>.product-variants-item label:hover .radio-label,
.input-radio:hover+.radio-label {
    border: 1px solid var(--color-primary);
    background: #fff;
    box-shadow: none;
    color: #111;
}
.product-variants>.product-variants-item.radio-variant label {
    width: auto;
    height: auto;
    margin: 0;
}
.product-actions .input-container label span.color {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    padding: 0;
    border-radius: 2px;
    display: block;
    margin: 0;
    border: none;
    box-shadow: none;
    background: none;
    line-height: normal;
    transition: box-shadow 0.2s ease;
}
.product-variants>.product-variants-item label input[checked="checked"]:checked+span.color,
.product-variants>.product-variants-item label:hover span.color,
.product-variants>.product-variants-item .input-color:checked+span.color,
.product-variants>.product-variants-item .input-color:hover+span.color {
    border: none;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #111;
}
.radio-toolbar input[type="radio"]:checked+label span {
   box-shadow: 4px 5px 3px 0px rgb(0 0 0 / 15%);
}
.radio-toolbar label:hover span {
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
}
 .tvselect-layout.tvall-theme-content .card-header,
.tvlayout-radio-img>input:hover+.tvlayout-image {
   box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.tvcmsdesktop-top-header-wrapper .tvcmsdesktop-top-header {
    background-color: var(--color-gray-900);
}
#tvcmsdesktop-currency-selector .tv-currency-btn svg {
    vertical-align: middle;
    margin-inline-end: 8px;
}
#tvcmsdesktop-language-selector .tv-language-btn img {
    margin-inline-end: 3px;
    vertical-align: baseline;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.facebook a svg,
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.twitter a svg {
    width: 15px;
    height: 15px;
    background: none;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.youtube a svg,
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.instagram a svg {
    width: 16px;
    height: 16px;
    background: none;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.googleplus a svg {
    width: 18px;
    height: 18px;
    background: none;
}
.tvcmsfooter-social-icon {
    display: inline-block;
    vertical-align: middle;
}
.block-social.tvcmsfooter-social-icon {
    margin-top: 25px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li a svg path {
    fill: var(--color-gray-500) !important;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li:last-child {
    /*margin-right: 25px;*/
}
.header-7 .tv-header-logo {
    justify-content: center;
}
.tvcmsheader-search.search-widget form button[type=submit] i {
    line-height: inherit;
    height: auto;
    width: auto;
    color: var(--color-text-dark);
}
.tv-header-cart .tv-cart-icon svg {
    margin-right: 10px;
}
.tv-cart-icon-main .tv-cart-title {
    color: var(--color-text-medium);
    font-size: 14px;
    font-weight: 400;
    display: none;
    margin-right: 5px;
}
.tv-cart-cart-inner {
    position: inherit;
}
.header-7 .tvcmsdesktop-view-wishlist .tvwishlist-name span,
.header-7 .tvcmsdesktop-view-compare .tvdesktop-view-compare-name span {
    display: none;
}
.tvheader-compare,
.tvheader-wishlist,
#tvcmsdesktop-account-button {
    margin-inline-end: 25px;
}
.tv-cart-cart-inner {
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    left: 15px;
    top: -9px;
    color: var(--color-white);
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    background-color: var(--color-primary);
}
.tv-cart-cart-inner span {
    color: var(--color-white);
}
.header-7 .tvcmsdesktop-view-compare .tvdesktop-view-compare-name .count-product,
.header-7 .tvcmsdesktop-view-wishlist .tvwishlist-name .cart-wishlist-number {
    position: absolute;
    height: 15px;
    display: inline-block;
    width: 15px;
    border-radius: 100%;
    left: 15px;
    top: -9px;
    color: var(--color-white);
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    background-color: var(--color-primary);
}
.tvwishlist-icon svg,
.tvdesktop-view-compare svg {
    vertical-align: middle;
}
.header-7 .tv-cart-cart-inner {
    position: inherit;
}
.header-7 .tvcms-header-myaccount svg g path {
    fill: var(--color-white) !important;
}
.header-7 #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
.header-7 #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span,
.header-1 #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
.header-1 #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
    color: var(--color-white);
}
.header-7 .tvheader-currency-wrapper svg path,
.header-1 .tvheader-currency-wrapper svg path {
    fill: var(--color-white) !important;
}
.header-7 .tvcart-icon-text-wrapper .tvcart-lable,
.header-7 .tv-account-wrapper .tv-myaccount-btn span {
    color: var(--color-white);
}
.header-7 #tvcmsdesktop-account-button {
    margin-right: 0;
}
.tvcmsnext-btn svg {
    transform: rotate(180deg);
}
.tvcmstab-title-product .tvcmsprev-btn,
.tvcmstab-title-product .tvcmsnext-btn {
    top: 67%;
}
.tvcmstab-title-product .tvcmsmain-title-wrapper {
    margin-bottom: 0;
}
.tvcmsprev-btn svg,
.tvcmsnext-btn svg {
    fill: var(--color-text-medium);
}
.tvcmsnext-btn:hover svg,
.tvcmsprev-btn:hover svg {
    fill: var(--color-text-dark);
}
.tvproduct-wrapper .tvproduct-wishlist .panel-product-line svg path,
.tvproduct-wrapper .tvproduct-wishlist .panel-product-line svg.tvproduct-wishlist-icon path,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon svg.add path,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon svg.remove path {
    fill: #444444 !important;
}
.tvproduct-wrapper .tvproduct-wishlist:hover .panel-product-line i path,
.tvproduct-wrapper .tvproduct-wishlist:hover .panel-product-line svg path,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon svg.add path,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon svg.remove path,
.tvproduct-cart-btn .tvproduct-add-to-cart:hover svg.add-cart path,
.tvproduct-cart-btn .tvproduct-add-to-cart:hover svg.out-of-stock.hide path,
.tvproduct-quick-btn:hover .tvproduct-quick-icon svg path {
    fill: var(--color-primary) !important;
}
.product-description .tvproduct-name {
    padding: 0 0 8px 0;
}
.tvproduct-wrapper .product-price-and-shipping {
    padding-bottom: 10px;
}

.tvproduct-wrapper .tvproduct-timer-wrapper {
    height: auto;
    margin: 0 2px;
}

.tvnews-category-title span {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 400;
    ;
}
.tvnews-event-content-wrapper .tvnews-event-titel h3 a,
.kr_blog_post_area .tvblog_post .post_content .post_title a {
    color: var(--color-text-dark);
    ;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.tvcmsblog-view-count span {
    ;
    font-size: 13px;
    color: var(--color-text-medium);
}
.tvnews-event-content-wrapper .tvnews-event-titel {
    margin-bottom: 5px;
    margin-top: 5px;
}
.date_time.tvdate-time i {
    margin-inline-end: 5px;
    font-size: 18px;
    line-height: 17px;
    color: var(--color-text-medium);
}
.block_newsletter form input[type=email]::placeholder {
    color: var(--color-text-light);
}
.tvcategory-slider {
    margin: 0 -15px;
}
.tvapp-logo-wrapper.tvapp-logo-apple {
    background-image: url(../../../../modules/tvcmscustomsetting/views/img/App-logo-3.png);
    background-position: -8px -9px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvapp-logo-wrapper.tvapp-logo-apple:hover,
.tvapp-logo-wrapper.tvapp-logo-google:hover,
.tvapp-logo-wrapper.tvapp-logo-microsoft:hover {
    background-position: -7px -44px;
}
.tvapp-logo-wrapper.tvapp-logo-google {
    background-image: url(../../../../modules/tvcmscustomsetting/views/img/App-logo-1.png);
    background-position: -8px -9px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvapp-logo-wrapper.tvapp-logo-microsoft {
    background-image: url(../../../../modules/tvcmscustomsetting/views/img/App-logo-2.png);
    background-position: -8px -9px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvapp-logo-wrapper a img {
    width: 110px;
    height: 31px;
}
.tvapp-logo-wrapper.tvapp-logo-apple a,
.tvapp-logo-wrapper.tvapp-logo-google a,
.tvapp-logo-wrapper.tvapp-logo-microsoft a {
    display: none;
}
.header-7 .container_tv_megamenu {
    text-align: left;
}
#_desktop_wishtlistTop .tvdesktop-wishlist,
.tvcmsdesktop-view-compare .tvdesktop-view-compare {
    position: relative;
}
.header-7 .cart-comper-number,
.header-7 .tv-cart-wishlist-inner {
    top: -11px;
}
.tvcms-slider-offerbanner-wrapper,
.tvcmscategory-slider,
.tvcmstab-title-product,
.tvcmstabcategory-product-slider,
.tvcmssingle-block,
.tvcmstestimonial,
.tvcmsblog-event,
.tvcmsspecial-product,
.tvcmsnew-product,
.tvcmsfeatured-product,
.tvcmsbest-seller-product,
.tvcmssame-category-product,
.tvcmscross-selling-product,
.tvcmslike-product,
.tvfooter-product-box-layout {
    margin-bottom: 120px;
}
.tvproduct-page-wrapper .tvproduct-flags.tvproduct-sale-pack-wrapper {
    position: absolute;
    right: auto;
    left: 20px;
    top: 20px;
    transform: none;
}
@media (max-width: 1280px) {
    .tvtestimonial-inner-content-box {
        width: 80%;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 23%;
        margin-bottom: 30px;
    }
    .tvtabcategory-product-li:first-child {
        margin-left: 15px;
    }
    .tvtabcategory-product-li:nth-child(6) {
        margin-right: 15px;
    }
    #header .header-4 .tv-menu-horizontal ul li.level-1>a {
        padding: 20px 8px;
    }
}
@media (max-width: 1200px) {
    .tvcategory-chain-slider-main-title-wrapper,
    .tvcategory-chain-slider-inner-info-box  {
        width: 100%;
    }
    .tvcategory-chain-slider {
        display: block;
    }
    .tvcategory-chain-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2,
    .tvcategory-chain-slider-main-title-wrapper .tvcms-main-title {
        text-align: center;
    }
    .tvservices-wrapper {
        padding: 30px 0;
    }
    .tvcmscustomer-services .tvservices-center {
        width: 50%;
    }
}
@media (max-width: 1100px) {
    .tvheader-nav-offer-text p {
        font-size: 13px;
    }
    .lang-rtl .tvmain-slider-next-pre-btn .tvcmsprev-btn,
    .tvmain-slider-next-pre-btn .tvcmsprev-btn {
        left: 40px;
    }
    .lang-rtl.tvmain-slider-next-pre-btn .tvcmsnext-btn,
    .tvmain-slider-next-pre-btn .tvcmsnext-btn {
        right: 40px;
    }
}
@media (max-width: 1024px) {
    .tvcmscustomer-services .tvservices-center {
        width: 50%;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 20px 14px;
    }
    .tvcms-slider-offerbanner-wrapper,
    .tvcmscategory-slider,
    .tvcmstab-title-product,
    .tvcmstabcategory-product-slider,
    .tvcmssingle-block,
    .tvcmstestimonial,
    .tvcmsblog-event,
    .tvcmsspecial-product,
    .tvcmsnew-product,
    .tvcmsfeatured-product,
    .tvcmsbest-seller-product,
    .tvcmssame-category-product,
    .tvcmscross-selling-product,
    .tvcmslike-product,
    .tvfooter-product-box-layout {
        margin-bottom: 80px;
    }
    .tvproduct-page-wrapper .tvproduct-flags.tvproduct-sale-pack-wrapper {
        right: auto;
        left: 20px;
        top: 20px;
        transform: none;
    }
}
@media (max-width: 1100px) and (min-width: 1024px) {
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 20px 11px;
    }
}
@media (max-width: 991px) {
    .block-social.tvcmsfooter-social-icon {
        margin-top: 0;
    }
    .tv-cart-icon-main .tv-cart-title {
        display: none;
    }
    .tv-header-cart .tv-cart-icon svg {
        margin-right: 0;
    }
    .tv-cart-cart-inner {
        position: absolute;
        left: 21px;
        top: -6px;
    }
    .lang-rtl .tv-cart-cart-inner {
        right: -9px;
    }
    .tvheader-search-display-icon i {
        color: var(--color-gray-800);
        font-size: 27px;
    }
    .tvheader-nav-offer-text p,
    .tvheader-nav-offer-text i {
        color: var(--color-white);
    }
    .tvcmscategory-chain-slider,
    .tvcms-slider-offerbanner-wrapper,
    .tvcmscategory-slider,
    .tvcmstab-title-product,
    .tvcmstabcategory-product-slider,
    .tvcmssingle-block,
    .tvcmscategory-chain-slider,
    .tvcmstestimonial,
    .tvcmsblog-event {
        margin-bottom: 50px;
    }
    .tvcmsmain-title-wrapper {
        margin-bottom: 25px;
    }
    .tvproduct-wrapper .tvproduct-wishlist,
    .tvproduct-wrapper .tvproduct-cart-btn,
    .tvproduct-wrapper .tvcompare-wrapper,
    .tvproduct-wrapper .tvproduct-quick-btn {
        display: inline-block;
        border: 1px solid var(--color-gray-300) !important;
        margin: 0 10px 0 0;
        border-radius: 100%;
    }
    .tvproduct-wrapper.grid .tvproduct-info-box-wrapper,
    .tvproduct-wrapper.grid-2 .tvproduct-info-box-wrapper {
        padding: 10px 0;
    }
    .tvtab-title-wrapper .tvtabs-products li span {
        font-size: 17px;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0;
    }
    .tvapp-logo-link-wrapper {
        width: 100%;
    }
    .tvproduct-page-wrapper .tvproduct-flags.tvproduct-sale-pack-wrapper {
        right: auto;
        left: 20px;
        top: 20px;
        transform: none;
    }
}
@media (max-width: 767px) {
    .tvcmstwoofferbanners-one .tvofferbanner-two-inner img  {
        margin: 0 auto;
    }
     .tvtestimonial-inner-content-box {
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }
    .tvproduct-page-wrapper .tvproduct-flags.tvproduct-sale-pack-wrapper {
        right: auto;
        left: 20px;
        top: 20px;
        transform: none;
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        margin-bottom: 15px;
    }
    .tvcms-main-title .tvmain-title h2 {
        /*font-size: 26px;*/
    }
    .tvcmscustomer-services .tvservices-center {
        width: 100%;
    }
    .tvall-product-btn-list {
        margin-top: 10px;
    }
    .tvproduct-online-new-wrapper {
        left: 15px;
    }
    .tvproduct-online-new-wrapper {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    .tvproduct-flags.tvproduct-sale-pack-wrapper li {
        font-size: 10px;
        line-height: 1.45;
    }
    .tvproduct-flags.tvproduct-sale-pack-wrapper {
        height: auto;
        width: auto;
        padding: 4px 8px;
    }
    .tvproduct-flags li {
        font-size: 10px;
    }
}
@media (max-width: 425px) {
    .tvproduct-wrapper .tvtimer-wrapper {
        min-width: auto;
    }
    .tvproduct-name.product-title a h6 {
        font-size: 18px;
    }
    #tvmain-slider .owl-dots {
        bottom: 0;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
    }
    .tvtestimonial-inner-content-box {
        /*width: 90%;*/
    }
    #content-wrapper .tvtestimonial {
        padding: 70px 0 30px 0;
    }
}
@media (max-width: 375px) {
    .tv-single-block-content-wrapper {
        /*padding: 45px 50px;*/
    }
    .tvcms-header-cart {
        margin-right: 0;
    }
    .tvtabcategory-product-li,
     .tvtabcategory-show,
     .tvtabcategory-hide {
        width: 100%;
     }
     .tvcategory-chain-title {
        padding-bottom: 10px;
     }
     .tvcategory-chain-content-wrapper {
        padding: 0 10px 0 15px;
     }
}
.lang-rtl .tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li:first-child {
    margin-left: 10px;
    margin-right: 0;
}
.lang-rtl .block-social.tvcmsfooter-social-icon {
    margin-right: 0;
    margin-left: 25px;
}
.lang-rtl .header-7 .container_tv_megamenu {
    text-align: right;
}
.lang-rtl .tvnews-event-content-wrapper {
    text-align: right;
}
.lang-rtl .tvnewsleeter-input-button-wraper .input-wrapper input {
    text-align: right;
}
.lang-rtl .tvnewsleteer-btn-wrapper .tvall-inner-btn svg {
    transform: rotate(0);
}
.tvnewsleteer-btn-wrapper .tvall-inner-btn:hover {
    background-color: var(--color-white);
}
.lang-rtl .tvcms-header-cart {
    margin-right: 0;
}
.lang-rtl .header-7 .cart-comper-number,
.lang-rtl .header-7 .tv-cart-wishlist-inner {
    right: 15px;
}
.lang-rtl .tv-cart-wishlist-inner,
.lang-rtl .cart-comper-number {
    right: 15px;
}
#tvcmsdesktop-language-selector:hover .tv-language-btn i,
#tvcmsdesktop-currency-selector:hover .tv-currency-btn i,
#tvcmsdesktop-language-selector:hover .tv-language-btn .tv-language-span,
#tvcmsdesktop-currency-selector:hover .tv-currency-btn .tv-currency-span,
.tv-account-wrapper .tv-myaccount-btn-desktop:hover span {
    color: var(--color-primary);
}
#blockcart-modal .modal-header {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-200);
}
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper {
    /*border: 1px solid var(--color-gray-100);*/
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.45;
    height: 48px;
}
#products .tv-left-pannal-btn-wrapper svg g rect {
    fill: var(--color-text-dark) !important;
}
.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover,
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper:hover {
    border-color: var(--color-primary);
}
.tvfeature-product-offer-banner,
.tvtab-product-branner {
    margin: 0 -15px;
}
.tvproduct-color {
    display: flex;
    justify-content: flex-start;
}
.tvproduct-wrapper.grid:hover .tvproduct-color,
.tvproduct-wrapper.grid-2:hover .tvproduct-color {
    opacity: 1;
}
.tvproduct-color-background {
    display: flex;
    justify-content: flex-start;
}
.tvproduct-color-box-border {
    display: inline-block;
    margin-right: 5px;
}
.tvproduct-color-box-border .tvporoduct-color-box {
    width: 18px;
    height: 18px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--color-gray-200);
}
.tvcmsmorecolor-icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.tvcmsmorecolor-icon i {
    font-size: 12px;
    line-height: 13px;
}
.tvcmsmorecolor, .tvcmslesscolor-icon.tvcmslesscolor-close {
    display: none;
}
.tvcmslesscolor-close i {
    font-size: 12px;
    line-height: 14px;
}
.header-4 .menu-subtitle,
.header-6 .menu-subtitle,
.header-7 .menu-subtitle {
    top: 0;
}
#index #header .header-6 .tv-menu-horizontal ul li.level-1>a {
    color: var(--color-gray-900);
}
.tvproduct-wrapper.catelog .tvall-product-star-icon {
    margin-bottom: 10px;
}
.tvproduct-wrapper.list .tvproduct-color,
.tvproduct-wrapper.catelog .tvproduct-color {
    margin-bottom: 10px;
    position: unset;
    opacity: 1;
    justify-content: flex-start;
    display: flex;
}
.tvproduct-wrapper.catelog .tvproduct-color {
    justify-content: center;
}
.tvcms-prod-popup .tvall-product-star-icon {
    padding: 10px 0;
}
.tvfooter-product-title-product .tvcmsmain-title-wrapper,
.tvfooter-product-title-product .tvcmsmain-title-wrapper,
.tvfooter-product-title-product .tvcmsmain-title-wrapper {
    margin-bottom: 20px;
}
.tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
    font-size: 18px;
    position: relative;
    padding: 0;
    text-align: left;
}
.tvfooter-product-box-layout .tvproduct-wrapper .tvall-product-star-icon {
    padding-bottom: 10px;
}
#products #products.list .product-price-and-shipping,
#products.list .product-accessories .product-price-and-shipping,
#products.list .product-miniature .product-price-and-shipping {
    margin-bottom: 0;
}
#left-column .blog_pos {
    padding: 15px;
}
@media (min-width: 992px) {
    .tvcmsblog-left-side .tvblog-event-all-content-block {
        padding: 0;
    }
}
#left-column .tvnews-wrapper-info-box.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
#left-column .tvnews-event-content-wrapper {
    padding: 10px 0;
}
#left-column .tvcms-left-testimonial .tvtestimonial-inner-content-box {
    padding: 0;
    display: block;
    width: 100%;
}#left-column .tvtestimonial-img-block {
    width: 100%;
}
#left-column .tvtestimonial-info-box {
    padding: 0 15px;
    border: none;
    width: 100%;
}
#left-column .tvtestimonial-info-box:before {
    display: none;
}
.tvtestimonial-slider-inner {
    padding: 0;
    margin: 0 15px;
    overflow: hidden;
}
.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
}
.tvcms-left-testimonial .tvtestimonial-info-box:after {
    display: none;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 auto;
}
.tv-account-wrapper .tv-myaccount-btn span {
    line-height: 40px;
}
.tvblog-event-all-content-block:hover .tvnews-event-titel a {
    color: var(--color-primary);
}
.header-7 .tv-cart-icon-main .tv-cart-title {
    display: block;
}
.footer-3 .tvnewsletter-block .tvfooter-title-wrapper  {
    margin-bottom: 0;
    margin-right: 25px;
}
@media (max-width: 1100px) and (min-width: 992px) {
    #header .header-4 .tv-menu-horizontal ul li.level-1>a {
        padding: 20px 5px;
        font-size: 15px;
    }
    .header-3 #_desktop_contact_link #contact-link span {
        font-size: 12px;
    }
}
@media (max-width: 1024px) {
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 20px 8px;
    }
}
@media(max-width: 991px) {
    .tvproduct-color {
        position: unset;
        opacity: 1;
    }
    .tvproduct-color-background {
        padding-top: 0;
    }
    .tvcmscategory-chain-slider,
    .tvcms-slider-offerbanner-wrapper,
    .tvcmsmultibanners,
    .tvmultithreebanner,
    .tvcmscategory-slider,
    .tvcmstab-title-product,
    .tvcmstabcategory-product-slider,
    .tvcmssingle-block,
    .tvcmscategory-chain-slider,
    .tvcmstestimonial,
    .tvcmsblog-event,
    .tvcmsspecial-product,
    .tvcmsfeatured-product,
    .tvcmsbest-seller-product,
    .tvcmsnew-product,
    .tvcmssame-category-product,
    .tvcmscross-selling-product,
    .tvcmslike-product  {
        margin-bottom: 50px;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0;
    }
}
.header-7 .tvheader-cart-btn-wrapper .tv-cart-icon-main svg {
    width: 20px;
    height: 20px;
}
.tvheader-cart-wrapper .tvheader-right-icon svg path {
    stroke: var(--color-gray-900) !important;
    stroke-width: 0.5;
}
.tvheader-wishlist .tvwishlist-icon svg path {
    stroke: var(--color-gray-900) !important;
    stroke-width: 0.3;
}
.header-7 .tv-cart-wishlist-inner {
    top: -11px;
    left: 18px;
}
.header-7 .tv-cart-wishlist-inner span,
.header-7 .tvcmsdesktop-view-compare .count-product  span {
    display: none;
}
.header-7 .tvcmsdesktop-view-wishlist svg {
    width: 24px;
    height: 24px;
}
.header-7 .tvdesktop-compare-icon svg {
    width: 18px;
    height: 18px;
}
.lang-rtl .tv-cart-cart-inner {
    right: -10px;
}
.header-7 .tv-menu-horizontal {
    text-align: center;
}
.tvallproduct-link {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.tvfooter-payment-content-block {
    display: inline-block;
}
.tvcmsblog-view-count {
    display: inline-block;
}
.tvcmsblog-view-count i, .meta_date i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: sub;
}
.tvcmsblog-view-count {
    vertical-align: middle;
}
.tvcms-prod-popup .tvproduct-info-box-wrapper {
    text-align: center;
}
#module-tvcmsblog-archive .tvblog-date-username {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.header-7 .tv-account-wrapper {
    padding: 0;
}

.tvfooter-product-box-layout .tvcmsprev-btn,
.tvfooter-product-box-layout .tvcmsnext-btn {
    top: 55%;
}
.lang-rtl .tvcmstab-title-product .tvcmsprev-btn,
.lang-rtl .tvcmstab-title-product .tvcmsnext-btn {
    top: 45%;
}
@media (max-width: 768px) and (min-width: 576px) {
    .tvfooter-product-box-layout .tvleft-right-product-slider {
        width: 50%;
        float: left;
    }
}
.tvproduct-wrapper.list .tvproduct-wishlist,
.tvproduct-wrapper.list .tvproduct-cart-btn,
.tvproduct-wrapper.list .tvcompare-wrapper,
.tvproduct-wrapper.list .tvproduct-quick-btn,
.tvproduct-wrapper.catelog .tvproduct-wishlist,
.tvproduct-wrapper.catelog .tvproduct-cart-btn,
.tvproduct-wrapper.catelog .tvcompare-wrapper,
.tvproduct-wrapper.catelog .tvproduct-quick-btn {
    margin: 0 10px 0 0;
    border: 1px solid var(--color-gray-100);
    border-radius: 100%;
}
.footer-3 .tvnewsletter-input {
    text-align: left;
}
/*header-6*/
.header-6 .tv-menu-horizontal .menu-content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    padding: 15px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-200);
    border-radius: 3px;
    left: -90%;
    min-width: 300px;
    width: 300px;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform-origin: top;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}
.header-6 .tv-menu-horizontal .menu-content .tvmega-menu-title {
    display: block;
}
.header-6 .tv-menu-horizontal li.level-1 {
    cursor: pointer;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
    .header-6 .tv-menu-row {
        margin: 0;
        padding-bottom: 5px;
    }
    .header-6 .tv-menu-horizontal .cat-drop-menu li a {
        margin: 0;
    }
    .header-6 .tv-menu-horizontal li.level-1 {
        padding-bottom: 5px;
    }
    .header-6 .tv-menu-horizontal .title-menu-mobile, .icon-drop-mobile {
        display: block;
    }
    #header .header-6 .tv-menu-horizontal .menu-dropdown {
        position: inherit;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        overflow-y: inherit;
        transform: scale(1);
        transition: inherit;
    }
    .header-6 .tv-menu-horizontal ul li.level-1 ul li.parent>a:after {
        display: none;
    }
    .header-6 .menu-dropdown.cat-drop-menu {
        padding: 0;
    }
    .header-6 .tv-menu-horizontal li.level-2 .menu-dropdown {
        left: 0;
    }
    .header-6 .tv-menu-horizontal ul li.level-1:hover>.menu-dropdown,
    .header-6 .tv-menu-horizontal ul li.level-2:hover>.menu-dropdown,
    .header-6 .tv-menu-horizontal ul li.level-3:hover>.menu-dropdown,
    .header-6 .tv-menu-horizontal ul li.level-4:hover>.menu-dropdown,
    .header-6 .tv-menu-horizontal ul li.level-5:hover>.menu-dropdown {
        opacity: 1;
        transform: scale(1);
    }
    .lang-rtl .header-6 .tv-menu-horizontal ul li.level-1:hover>.menu-dropdown,
    .lang-rtl .header-6 .tv-menu-horizontal ul li.level-2:hover>.menu-dropdown,
    .lang-rtl .header-6 .tv-menu-horizontal ul li.level-3:hover>.menu-dropdown,
    .lang-rtl .header-6 .tv-menu-horizontal ul li.level-4:hover>.menu-dropdown,
    .lang-rtl .header-6 .tv-menu-horizontal ul li.level-5:hover>.menu-dropdown {
        text-align: left;
    }
}
#header .header-6 .tv-menu-horizontal ul li.level-1>a {
    padding: 0;
    line-height: 40px;
}
.header-6 .tv-menu-horizontal .menu-content.open {
    visibility: visible;
    text-align: left;
    left: 0;
    opacity: 1;
    border-radius: 0;
    transform-origin: top;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}
.header-6 .tv-header-logo {
    justify-content: center;
}
.header-6 .title-menu-mobile a p {
    display: inline-block;
    margin: 0;
    margin-inline-start: 7px;
    vertical-align: middle;
    ;
    font-size: 14px;
    color: var(--color-text-dark);
    font-weight: 500;
}
.header-6 .container_tv_megamenu {
    text-align: left;
}
.header-6 .tvmega-menu-title {
    font-size: 16px;
    color: var(--color-text-medium);
    text-align: center;
    font-weight: 500;
    position: relative;
    ;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}
.header-6 .tvmega-menu-title:after {
    position: absolute;
    content: "";
    width: 112%;
    left: -15px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--color-gray-200);
}
.header-6 .tvmega-menu-title a i {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 22px;
    color: var(--color-gray-800);
    width: 50px;
    padding-left: 25px;
}
.header-6 .tv-menu-horizontal ul li.parent .icon-drop-mobile:after {
    font-family: 'Material Icons';
    content: '\e313';
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 24px;
    color: var(--color-gray-800);
    cursor: pointer;
}
.header-6 .tv-menu-horizontal li.level-1.parent>a:after {
    display: none;
}
.header-6 .tv-menu-horizontal .menu-dropdown.tv-sub-menu {
    padding: 0;
    width: 100% !important;
    float: none;
    min-width: 100%;
}
.header-6 .tv-menu-horizontal ul li ul {
    background: rgba(255, 255, 255, 0.1);
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}
.header-6 .tv-megamenu-slider-wrapper .html-block .col-xs-12.col-sm-4,
.header-6 .tv-menu-horizontal .tv-menu-col {
    width: 100%;
}
.header-6 .menu-subtitle {
    right: auto;
}
.lang-rtl .header-6 .container_tv_megamenu {
    text-align: right;
}
.lang-rtl .header-6 .tv-menu-horizontal .menu-content.open {
    right: 0;
    direction: ltr;
}
.lang-rtl .header-6 .menu-subtitle {
    left: auto;
}
.header-6 .title-menu-mobile a:hover svg g rect {
    fill: var(--color-primary) !important;
}
.header-6 .title-menu-mobile a:hover p {
    color: var(--color-primary);
}
.header-6 .tvcmsheader-sticky.sticky {
    padding: 0 15px;
}
@media (min-width: 991px) {
    .header-6 .tvcms-header-menu-offer-wrapper {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .header-6 .tv-menu-horizontal ul.cat-drop-menu {
        margin-right: 0;
    }
}
.footer-2 .tvfooter-column-wrapper.col-xl-2 {
    width: 25%;
}
.header-6 #blockcart-modal .modal-dialog {
    top: 16%;
}
.lang-rtl .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper svg,
.lang-rtl .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper svg {
    transform: rotate(180deg);
}
.lang-rtl .product-customization .custom-file button {
    left: 0;
    right: auto;
}
.product-customization .custom-file button span {
    font-size: 13px;
    line-height: 14px;
}
.lang-rtl .product-customization small.float-xs-right {
    float: initial;
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border: none !important;
    }
}
#authentication .custom-checkbox label {
    text-align: initial;
}
.lang-rtl #blockcart-modal .modal-title {
    padding: 0 0 0 25px;
}
.lang-rtl .custom-checkbox {
    margin: 0 0 0 7px;
}
.lang-rtl .js-address-form #use_same_address {
    margin: 0 0 0 10px;
}
body#checkout div.checkout-step .delivery-option label,
body#checkout div.checkout-step .carrier-delay,
body#checkout div.checkout-step .carrier-name {
    margin: 0 !important
}
body#checkout div.checkout-step .delivery-option,
body#checkout div.checkout-step .delivery-option .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767px) {
    .product-line-grid-right.product-line-actions .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .product-line-grid-right .cart-line-product-actions {
        margin: 0 5px 0 0;
    }
    .lang-rtl .product-line-grid-right .cart-line-product-actions {
        margin: 0 -5px 0 5px;
    }
    .lang-rtl .tv-cart-delete-icon-wrapper {
        padding: 0 0 0 15px;
    }
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        vertical-align: sub;
    }
}
@media (max-width: 575px) {
    .page-authentication #content {
        padding: 30px 30px;
    }
}
body#checkout div.checkout-step .forgot-password {
    margin-bottom: 15px;
}
.lang-rtl .tvfooter-product-sticky-bottom .product-image {
    margin: 0 0 0 15px;
}
.lang-rtl .tvfooter-product-sticky-bottom .product-actions .control-label {
    margin: 0 10px 0 5px !important;
}
.block_newsletter p.block_newsletter_alert {
    padding: 10px 20px;
}
.product-add-to-cart .add-to-cart.disabled i.block {
    font-size: 21px;
}
@media (max-width: 991px) {
    .fancybox-type-iframe .fancybox-inner {
        overflow-x: auto !important;
    }
}
.lang-rtl .tvsearch-dropdown-close-wrapper {
    right: auto;
    left: 4px;
}
.lang-rtl .tvsearch-dropdown-total {
    text-align: right;
}
.ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title .product-name {
    padding-right: 27px;
}
.lang-rtl .ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title .product-name {
    padding: 0 0 0 15px;
}
.breadcrumb li:last-child {
    display: inline-block;
}
.tvprocess-to-checkout,
.tv-continue-shopping-btn {
    direction: ltr;
}
.lang-rtl .tv-continue-shopping-btn i {
    margin: 0 5px 0 0;
}
.lang-rtl #product-modal .modal-header button.close,
.lang-rtl #product-modal .modal-header .tvmodel-close {
    left: -35px;
    right: auto;
}
.lang-rtl .checkout .tvprocess-to-checkout i {
    margin: 0 0 0 5px;
}
@media (max-width: 768px) {
    .cms-description hr {
        width: 100%;
    }
}
i.material-icons {
    direction: inherit;
}
/*checkout header-footer*/
.tvheader-checkout .tvcmsdesktop-contact{
    text-align: end;
}
.tvheader-checkout .tvcmsdesktop-contact #contact-link span{
    font-size: 16px;
    font-weight: 500;
}
#footer .tvfooter-checkout .tvfooter-copy-payment-icon-inner{
    flex-wrap: wrap;
}
#footer .tvfooter-checkout.tvfooter-copy-payment-icon-wrapper{
    padding: 15px 0;
    background-color: var(--color-white);
}
#footer .tvfooter-checkout .tvfooter-payment-icon-img-block,
#footer .tvfooter-checkout .tvcopylink{
    width: 50%;
    margin: 0;
    padding: 0 15px;
}
#footer .tvfooter-checkout .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper{
    justify-content: end;
}
#footer .tvfooter-checkout .tvcopylink{
    text-align: start;
}
@media (max-width:767px){
    #footer .tvfooter-checkout .tvfooter-payment-icon-img-block,
    #footer .tvfooter-checkout .tvcopylink{
        width: 100%;
    }
    #footer .tvfooter-checkout .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper{
        justify-content: center;
    }
    #footer .tvfooter-checkout .tvcopylink{
        padding-bottom: 10px;
        text-align: center;
    }
}

body#checkout .media-body br{
    display: none;
}
body#checkout .product-quantity {
    margin-bottom: 10px;
}
body#checkout .media-body > *:last-child {
    margin-bottom: 15px;
}
body#checkout .tvtheme-layout-wrapper,
body#checkout .tvtheme-layout-icon,
body#checkout .tvtheme-control-wrapper,
body#checkout .tvtheme-control-icon{
    display: none;
}
.header-1 #tvcmsdesktop-account-button li.ttvcms-wishlist-icon.hidden-lg-up,
.header-1 #tvcmsdesktop-account-button li.tvheader-compare.hidden-lg-up,
.header-5 #tvcmsdesktop-account-button li.ttvcms-wishlist-icon.hidden-lg-up,
.header-5 #tvcmsdesktop-account-button li.tvheader-compare.hidden-lg-up {
    display: block !important;
}

.product-actions .social-icon {
    justify-content: flex-start;
}

.tvfooter-product-sticky-bottom.sticky .tv-product-page .tv-indicator {
    padding-top: 8px;
    margin-left: 11px;
}

.tvfooter-product-sticky-bottom.sticky .tvflex-items {
    gap: 10px;
}

.tvheader-checkout .tvcmsdesktop-contact {
    text-align: end;
}


.tvfooter-product-box-layout .tvcmsmain-all-product .tvproduct-name .product-title h6 {
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.tvfooter-product-sticky-bottom.sticky #bottom_sticky_data .product-pack article {
    margin-bottom: 5px;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 60%;
}

/* ============================================
   INLINE LEFT COLUMN TOGGLE - PATRIOTIC CUSTOM
   ============================================ */

@media (min-width: 992px) {
    /* Override default fixed positioning - make left column inline */
    #left-column.tv-left-right-panel-hide {
        position: relative !important;
        left: 0 !important;
        top: auto !important;
        height: auto !important;
        z-index: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
        background-color: transparent !important;
        transition: all 0.3s ease-in-out;
    }

    /* When left column is hidden */
    #left-column.tv-left-right-panel-hide.tv-left-hidden {
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
    }

    /* When left column is visible */
    #left-column.tv-left-right-panel-hide.tv-left-visible {
        opacity: 1;
        visibility: visible;
    }

    /* Bootstrap col-xl-0, col-lg-0, col-md-0 classes (don't exist by default) */
    .col-xl-0 {
        flex: 0 0 0% !important;
        max-width: 0% !important;
    }
    .col-lg-0 {
        flex: 0 0 0% !important;
        max-width: 0% !important;
    }
    .col-md-0 {
        flex: 0 0 0% !important;
        max-width: 0% !important;
    }

    /* Hide close button when inline mode is active */
    #left-column.tv-left-right-panel-hide .tvleft-column-close-btn {
        display: none !important;
    }

    /* Hide right column */
    #right-column.tv-left-right-panel-hide {
        display: none !important;
    }

    /* Toggle button styling */
    .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
        /*padding: 5px 10px;*/
        /*background: var(--color-gray-50);*/
        border-radius: 8px;
    }

    .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper:hover {
        background: var(--color-gray-200);
    }

    /* Toggle button icon rotation when column is visible */
    .tvcms-left-column-wrapper.tv-column-active .tv-left-pannal-btn-wrapper svg {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper svg {
        transition: transform 0.3s ease;
    }

    /* Ensure row uses flexbox */
    #wrapper .container .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Smooth transitions for content wrapper */
    #content-wrapper {
        transition: all 0.3s ease-in-out;
    }
}

/* Facet dropdown styles */
.facet-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    border: none;
    background: #fff;
    margin-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.facet-title-wrapper[aria-expanded="false"] {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.facet-title-wrapper .facet-title,
.facet-title-static .facet-title {
    margin: 0;
    font-weight: 500;
}
.facet-title-static {
    padding: 16px;
    border: none;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.facet-title-wrapper .facet-toggle-icon {
    transition: transform 0.3s ease;
}
.facet-title-wrapper[aria-expanded="true"] .facet-toggle-icon {
    transform: rotate(180deg);
}
.facet-title-wrapper .facet-arrow {
    width: 24px;
    height: 24px;
}
#search_filters .facet .tvfilter-dropdown-wrapper .tvfilter-search-types-dropdown {
    border: none;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.3s ease;*/
}
#search_filters .facet .tvfilter-dropdown-wrapper .tvfilter-search-types-dropdown.show {
    max-height: 500px;
    padding: 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#search_filters .facet .tvfilter-dropdown-wrapper .tvfilter-search-types-dropdown:not(.faceted-slider)    {
    display: flex;
    flex-wrap: wrap;
    gap:4px
}

#search_filters .facet .tvfilter-dropdown-wrapper .facet-vertical.tvfilter-search-types-dropdown:not(.faceted-slider)    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap:4px;
    li a {
    text-transform: capitalize;
}
    }
#search_filters .facet .tvfilter-dropdown-wrapper .tvfilter-search-types-dropdown:not(.colors-filter) .custom-checkbox{
    display: none;
}
#search_filters .facet .tvfilter-dropdown-wrapper .tvfilter-search-types-dropdown.colors-filter>li {
width: auto;
    padding: 0;
    margin: 0;
}
#search_filters .facet .facet-label a {
    width: auto;
}
#search_filters .facet .tvfilter-dropdown-wrapper .tvfilter-search-types-dropdown > li {
    padding: 0;
}

/* Facet price inputs */
.facet-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
.facet-price-field {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.facet-price-label {
    font-size: 14px;
    color: #797979;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.42px;
}
.facet-price-field-inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.facet-price-inputs input {
    width: 80px;
    padding: 12px 20px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.42px;
}
.facet-price-inputs input:focus {
    outline: none;
    border-color: #111;
}
.facet-price-inputs input::-webkit-outer-spin-button,
.facet-price-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.facet-price-inputs input[type=number] {
    -moz-appearance: textfield;
    width: 100%;
    background: #F1F1F1;
    border-radius: 8px;
    text-align: center;
    border: none;

}
.facet-price-separator {
    color: #666;
}
.facet-price-field-inner .facet-price-currency {
    position: absolute;
    right: 8px;
    color: #111111;
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
}

/* Close filters button */
.close-filters-wrapper {
    margin-top: 24px;
}

.close-filters-wrapper .js-close-filters {
    width: 100%;
    padding: 16px 24px;
    background: var(--color-primary);
    border-radius: 0;
    color: #fff;
    border: 1px solid var(--color-primary);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.close-filters-wrapper .js-close-filters:hover {
    background: var(--color-primary-hover);
    color: #fff;
}
#tvdesktop-megamenu .tv-menu-horizontal .menu-dropdown, .tvcmssearch-dropdown {
    border:none!important;
}
.lowest-price-info {
    margin-top: 8px;
}
.product-price-and-shipping .lowest-price-info .price {
    font-size: 12px!important;
    text-decoration: line-through;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    color: #4C4C4C;

}
.tv-product-page-content {
    padding:32px;
}
.tvprduct-image-info-wrapper {
    padding-bottom: 56px; ;
}
.tvcmslike-product {
    padding-top:64px
}
/* ============================================
   CART QUANTITY CONTROLS - +/- BUTTONS
   ============================================ */
.cart-qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.cart-qty-wrapper.loading {
    opacity: 0.6;
    pointer-events: none;
}
.cart-qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    padding: 0;
}
.cart-qty-btn:hover {
    background: #e0e0e0;
}
.cart-qty-btn:active {
    background: #d0d0d0;
}
.cart-qty-btn span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1;
}
.cart-qty-input {
    width: 50px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #fff;
    -moz-appearance: textfield;
}
.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-qty-input:focus {
    outline: none;
}

/* Hide default PrestaShop touchspin in cart */
.cart-qty-wrapper .bootstrap-touchspin {
    display: contents;
}
.cart-qty-wrapper .bootstrap-touchspin .input-group-btn-vertical {
    display: none !important;
}
.cart-qty-wrapper .bootstrap-touchspin .input-group-addon {
    display: none !important;
}
.cart-qty-wrapper .bootstrap-touchspin .cart-qty-input {
    border-radius: 0 !important;
}

/* Responsive styles */
@media (max-width: 767px) {
    .cart-qty-wrapper {
        margin-top: 10px;
    }
    .cart-qty-btn {
        width: 32px;
        height: 32px;
    }
    .cart-qty-input {
        width: 40px;
        height: 32px;
        font-size: 13px;
    }
    .tvcart-incr-decr-price {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============================================
   BLOCKCART QUANTITY CONTROLS - +/- BUTTONS
   ============================================ */
.blockcart-qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}
.blockcart-qty-wrapper.loading {
    opacity: 0.6;
    pointer-events: none;
}
.blockcart-qty-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    padding: 0;
}
.blockcart-qty-btn:hover {
    background: #e0e0e0;
}
.blockcart-qty-btn:active {
    background: #d0d0d0;
}
.blockcart-qty-btn span {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-gray-900);
    line-height: 1;
}
.blockcart-qty-input {
    width: 36px;
    height: 28px;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background: #fff;
    -moz-appearance: textfield;
}
.blockcart-qty-input::-webkit-outer-spin-button,
.blockcart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.blockcart-qty-input:focus {
    outline: none;
}

/* Blockcart product list box layout */
.tvcart-product-list-box {
    margin: 8px 0;
}
.tvcart-product-list-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.tvcart-product-list-price .tvshopping-cart-quentity {
    margin: 0 4px;
}

/* Blockcart product attributes */
.tvcart-product-attributes {
    margin: 4px 0 8px;
}
.tvcart-product-attr {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}
.tvcart-product-attr .attr-name {
    color: #888;
}
.tvcart-product-attr .attr-value {
    color: #333;
    font-weight: 500;
}

/* Free shipping progress bar */
.free-shipping-bar {
    padding: 12px 0;
    background: #FBFBFB;
    /*border-bottom: 1px solid #eee;*/
}
.free-shipping-text {
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}
.free-shipping-text strong {
    color: #111;
    font-weight: 600;
}
.free-shipping-text.free-shipping-reached {
    color: #2e7d32;
}
.free-shipping-text.free-shipping-reached strong {
    color: #2e7d32;
}
.free-shipping-progress {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}
.free-shipping-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #EF772E 0%, #D4691F 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}
.free-shipping-bar.reached .free-shipping-progress-bar {
    background: linear-gradient(90deg, #2e7d32 0%, #4caf50 100%);
}

/******* Checkout Promo Code Section *******/

#checkout-promo-wrapper {
    margin-top: 0;
}
.checkout-promo-section .cart-voucher {
    margin: 0;
}
.promo-code-toggle {
    margin: 0;
}
.promo-code-toggle .promo-code-button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-dark);
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    transition: color 0.2s ease;
}
.promo-code-toggle .promo-code-button:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.promo-code-toggle .promo-toggle-icon {
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.2s ease;
    display: inline-block;
}
.promo-code-toggle .promo-code-button[aria-expanded="true"] .promo-toggle-icon {
    transform: rotate(90deg);
}
.promo-code-toggle .promo-code-button .menu-arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.promo-code-toggle .promo-code-button[aria-expanded="true"] .menu-arrow-icon {
    transform: rotate(90deg);
}
.checkout-promo-section .promo-code {
    margin-top: 15px;
    padding: 0;
    background: transparent;
}
.checkout-promo-section .promo-form {
    margin: 0;
}
.checkout-promo-section .promo-input-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.checkout-promo-section .promo-input {
    flex: 1;
    background: transparent;
    color: #6A6A6A;
    padding: 16px;
    border-radius: 0;
    border: 1px solid #6A6A6A;

    font-size: 14px;
    transition: border-color 0.2s ease;
}
.checkout-promo-section .promo-input:focus {
    outline: none;
    border-color: var(--color-text-dark);
}
.checkout-promo-section .promo-submit-btn {
    padding: 12px 20px;
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}
.checkout-promo-section .promo-submit-btn span {
    color: var(--color-white);
}
.checkout-promo-section .promo-submit-btn:hover {
    background: var(--color-primary-hover);
}
.checkout-promo-section .js-error {
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
    align-items: center;
    padding: 10px 15px;
    font-size: 13px;
}
.checkout-promo-section .js-error[style*="display: block"],
.checkout-promo-section .js-error[style*="display:block"] {
    display: flex !important;
}
/* Applied promo codes list */
.promo-applied-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.promo-applied-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-border-light);
}
.promo-applied-item > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: var(--color-gray-900);
    font-weight: 500;
}
.cart-summary-line:after { content: unset;}
.promo-applied-item:last-child {
    border-bottom: none;
}
.promo-applied-item .label {
    font-size: 14px;
    font-weight: 500;
}
.promo-applied-item .promo-value {
    font-size: 14px;
    color: #2F2F2F;
    font-weight: 500;
}
.promo-applied-item .promo-remove-btn {
    color: var(--color-text-muted);
    margin-left: 10px;
}
.promo-applied-item .promo-remove-btn:hover {
    color: var(--color-error);
}
/* Available discounts */
.checkout-promo-section .promo-highlighted {
    font-size: 13px;
    color: var(--color-text-medium);
    margin: 15px 0 10px;
}
.checkout-promo-section .promo-discounts {
    list-style: none;
    padding: 0;
    margin: 0;
}
.checkout-promo-section .promo-discounts li {
    font-size: 13px;
    padding: 5px 0;
}
.checkout-promo-section .promo-discounts .code {
    font-weight: 600;
    background: var(--color-gray-100);
    padding: 2px 6px;
    border-radius: 3px;
}
/* Responsive styles for promo section */
@media (max-width: 767px) {
    .checkout-promo-section {
        padding: 20px 16px;
    }
    .checkout-promo-section .promo-input-wrapper {
        flex-direction: column;
    }
    .checkout-promo-section .promo-submit-btn {
        width: 100%;
    }
    .promo-code-toggle .promo-code-button {
        font-size: 16px;
    }
}

/* Checkout GDPR/Newsletter - see PAYMENT PAGE section below for main styles */

/******* Checkout Personal Info - Login Link *******/
.checkout-personal-info-header {
    padding-top: 12px;
    margin-bottom: 20px;
}
.checkout-login-link {
    font-size: 14px;
    color: #4C4C4C;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.42px;
}
.checkout-login-link a {
    color: var(--color-gray-900);
    font-weight: 500;
    padding-left: 4px;
    text-decoration: underline;
}
.checkout-login-link a:hover {
    color: var(--color-primary);
}

/******* Add to Cart Animation *******/
/* Cart icon shake animation */
@keyframes cartShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
    20%, 40%, 60%, 80% { transform: translateX(4px); }
}

@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.cart-added-animation .tvheader-cart-btn-wrapper {
    animation: cartPulse 0.4s ease-in-out;
}

/* Side cart slide-in animation */
.ttvcmscart-show-dropdown-right {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.ttvcmscart-show-dropdown-right.open {
    animation: slideInRight 0.35s ease-out;
}

/* Disable animation when refreshing cart (quantity change) */
.ttvcmscart-show-dropdown-right.no-animate.open {
    animation: none !important;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Highlight newly added product */
@keyframes productHighlight {
    0% {
        background-color: rgba(76, 187, 108, 0.3);
    }
    100% {
        background-color: transparent;
    }
}

.tvcart-product-line.just-added,
.cart-item.just-added {
    animation: productHighlight 1.5s ease-out;
}

/* Cart badge bounce */
@keyframes badgeBounce {
    0%, 100% { transform: scale(1); }
    30% { transform: scale(1.4); }
    50% { transform: scale(0.9); }
    70% { transform: scale(1.2); }
}

.cart-added-animation .tvheader-cart-number,
.cart-added-animation .cart-products-count {
    animation: badgeBounce 0.5s ease-out;
}

/* Smooth transition for free shipping progress bar */
.free-shipping-progress-bar {
    transition: width 0.4s ease-out;
}

/* Smooth transition for total price */
.ttvcart-product-label-value.total .ttvcart-product-value {
    transition: opacity 0.2s ease;
}

/* ============================================
   CHECKOUT PROGRESS BAR - PATRIOTIC CUSTOM
   ============================================ */

.checkout-progress-bar-wrapper {
    padding: 0 0 25px 0;
    margin-bottom: 30px;
    border-radius: 8px;
    pointer-events: none !important;
}
.checkout-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 36px */
    letter-spacing: -1.44px;
    padding-bottom: 48px;
}

.checkout-progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none !important;
}

.checkout-progress-bar * {
    pointer-events: none !important;
}

.checkout-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    cursor: default !important;
    pointer-events: none !important;
}

.checkout-progress-step * {
    pointer-events: none !important;
    cursor: default !important;
}

.checkout-progress-step .step-indicator {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 2px solid var(--color-gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.checkout-progress-step .step-number {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-gray-500);
    transition: all 0.3s ease;
}

.checkout-progress-step .step-check {
    display: none;
    color: var(--color-white);
}

.checkout-progress-step .step-check i {
    font-size: 20px;
}

.checkout-progress-step .step-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-gray-500);
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* Connector line between steps */
.checkout-progress-connector {
    flex: 1;
    height: 2px;
    background-color: var(--color-gray-300);
    margin: 0;
    transition: background-color 0.3s ease;
}

/* Current step state */
.checkout-progress-step.-current .step-indicator {
    border-color: var(--color-primary);
    border-width: 2px;
    box-shadow: none;
}

.checkout-progress-step.-current .step-number {
    display: flex;
}

.checkout-progress-step.-current .step-number svg path {
    fill: var(--color-primary);
}

.checkout-progress-step.-current .step-check {
    display: none;
}

.checkout-progress-step.-current .step-label {
    color: var(--color-primary);
    font-weight: 600;
}

/* Completed step state */
.checkout-progress-step.-complete .step-indicator {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.checkout-progress-step.-complete .step-number {
    display: none;
}

.checkout-progress-step.-complete .step-check {
    display: flex;
}

.checkout-progress-step.-complete .step-check svg path {
    fill: #fff;
}

.checkout-progress-step.-complete .step-label {
    color: var(--color-primary);
    font-weight: 500;
}

/* Connector states */
/* Full completed connector (after completed step) */
.checkout-progress-connector.-complete {
    background-color: var(--color-primary);
}

/* Half connector (after current step - half black, half gray) */
.checkout-progress-connector.-half {
    background: linear-gradient(to right, var(--color-primary) 50%, var(--color-gray-300) 50%);
}

/* Clickable (reachable) steps */
.checkout-progress-step.-reachable {
    cursor: pointer;
}

.checkout-progress-step.-reachable:hover .step-indicator {
    transform: scale(1.05);
}

/* Hide original step numbers in checkout steps */
body#checkout .checkout-step .step-title .step-number {
    display: none;
}

/* Hide non-current checkout steps - only show current step, rest visible in progress bar */
body#checkout .checkout-step.-unreachable,
body#checkout .checkout-step.-complete:not(.-current) {
    display: none;
}

/* Hide edit button on step titles */
body#checkout .checkout-step .step-title .step-edit {
    display: none;
}

/* Disable clicking on step titles - navigation only via Back/Continue buttons */
body#checkout .checkout-step .step-title {
    pointer-events: none !important;
    cursor: default !important;
}

body#checkout .checkout-step .step-title * {
    pointer-events: none !important;
    cursor: default !important;
}

/* Responsive */
@media (max-width: 767px) {
    .checkout-progress-bar-wrapper {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .checkout-progress-bar {
        padding: 0 10px;
    }

    .checkout-progress-step .step-indicator {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }

    .checkout-progress-step .step-number {
        font-size: 14px;
    }

    .checkout-progress-step .step-check i {
        font-size: 16px;
    }

    .checkout-progress-step .step-label {
        font-size: 11px;
    }

    .checkout-progress-connector {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .checkout-progress-step .step-label {
        font-size: 10px;
        max-width: 60px;
        white-space: normal;
        line-height: 1.2;
    }
}

/* =========================================
   DELIVERY OPTIONS - CARD GRID LAYOUT
   ========================================= */

.delivery-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top:28px;
    margin-bottom: 36px;
}

.delivery-option-card {
    position: relative;
}

.delivery-option-card .delivery-option-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.delivery-option-card .delivery-option-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 28px;
    background: transparent;
    border: 1px solid #6A6A6A;
    border-radius: 0;
    cursor: pointer;
    transition: border-color 0.2s ease;
    min-height: 120px;
    height: 100%;
    box-sizing: border-box;
}

.delivery-option-card .delivery-option-label:hover {
    border-color: #999;
}

.delivery-option-card.selected .delivery-option-label,
.delivery-option-card .delivery-option-radio:checked + .delivery-option-label {
    border-color: #111;
    /*border-width: 2px;*/
}
.delivery-option-card.selected .delivery-option-label .delivery-option-name,
.delivery-option-card .delivery-option-radio:checked + .delivery-option-label .delivery-option-name{
    color: #111;
}
.delivery-option-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 10px;
}

.delivery-option-logo img {
    max-height: 40px;
    max-width: 100px;
    object-fit: contain;
}

.delivery-option-logo .carrier-icon {
    font-size: 32px;
    color: #666;
}

.delivery-option-name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.42px;
    color:#6A6A6A;
    text-align: center;
}


.carrier-extra-content {
    display: none;
}

.carrier-extra-content.active > div {
    /*background: #fff;*/
    border: 1px solid #6A6A6A;
    border-radius: 0;
    margin-bottom: 36px;
}
.carrier-extra-content.active {
    display: flex;
    flex-wrap: wrap;

}
.inpost-shipping-container {
background: transparent;
}
/* Order options - hide by default */
.order-options {
    display: none;
}

/* Responsive */
@media (max-width: 767px) {
    .delivery-options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .delivery-option-card .delivery-option-label {
        padding: 15px 10px;
        min-height: 100px;
    }

    .delivery-option-logo {
        height: 40px;
    }

    .delivery-option-logo img {
        max-height: 30px;
    }

    .delivery-option-name {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .delivery-options-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================================
   CHECKOUT STEP ACTIONS - BUTTONS
   ========================================= */

.checkout-step-actions {
    display: flex;
    gap: 15px;
    /*margin-top: 25px;*/
}

.checkout-step-actions .btn-back,
.checkout-step-actions .btn-continue {
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 250px;
    text-align: center;
}





/* Payment step - Back button and payment confirmation as siblings */
.payment-buttons-wrapper {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}

.payment-buttons-wrapper > .btn-back {
    order: -1;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 160px;
    text-align: center;
    background: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.payment-buttons-wrapper > .btn-back:hover {
    background: #f5f5f5;
}

#payment-confirmation {
    display: flex!important;
    gap: 15px;
    margin-top: 36px;
    align-items: flex-start;
    flex-wrap: wrap;
}

#payment-confirmation .btn-back {
    order: -1;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 200px;
    text-align: center;
    background: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    line-height: 1.45;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#payment-confirmation .btn-back:hover {
    background: var(--color-primary-hover);
    color: #fff;
}
#payment-confirmation .btn-back:hover span{
    color: #fff;
}

#payment-confirmation .btn-continue:hover:not(:disabled) {
    background: var(--color-primary-hover);
}

#payment-confirmation .btn-continue {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 200px;
    text-align: center;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    line-height: 1.45;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#payment-confirmation .btn-continue:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .checkout-step-actions {
        flex-direction: column;
    }

    .payment-buttons-wrapper {
        flex-direction: column;
    }

    .payment-buttons-wrapper > .btn-back {
        width: 100%;
        order: 1;
    }

    #payment-confirmation {
        width: 100%;
        order: -1;
    }

    .checkout-step-actions .btn-back,
    .checkout-step-actions .btn-continue {
        width: 100%;
        min-width: auto;
    }
}

/* =========================================
   PAYMENT PAGE - FIGMA DESIGN STYLES
   ========================================= */

/* Payment Section Title */
body#checkout .payment-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body#checkout .payment-options > div {
    margin-bottom: 0;
}

/* Payment Option Container */
body#checkout .payment-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
}

/* Override float from template */
body#checkout .payment-option .custom-radio.float-xs-left {
    float: none !important;
}

/* Hide PS hidden by JS form */
body#checkout .payment-option .ps-hidden-by-js {
    display: none !important;
}

/* Payment Option Label */
body#checkout .payment-option label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #2f2f2f;
}

body#checkout .payment-option label span {
    order: 2;
}

body#checkout .payment-option label img {
    display: none;
    order: 1;
    width: 40px;
    height: 22px;
    object-fit: contain;
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 2px;
}

/* Payment options specific radio styling - override all theme.css */
.form-control-valign .custom-radio,
body#checkout .payment-option .custom-radio,
body#checkout div.checkout-step .custom-radio,
body#checkout div.checkout-step .payment-options .custom-radio {
    float: none !important;
    margin-right: 8px !important;
    width: 16px !important;
    height: 16px !important;
    border: none !important;
    background: transparent !important;
}
body#checkout div.checkout-step .custom-radio input[type=radio] {
    width: 16px !important;
    height: 16px !important;
}
body#checkout .payment-option .custom-radio span,
body#checkout div.checkout-step .custom-radio span {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    border: 1px solid #111 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    position: static !important;
}
body#checkout .payment-option .custom-radio input[type=radio]:checked + span,
body#checkout div.checkout-step .custom-radio input[type=radio]:checked + span {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    border: 1px solid #111 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
body#checkout .payment-option .custom-radio input[type=radio]:checked + span::before,
body#checkout div.checkout-step .custom-radio input[type=radio]:checked + span::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--color-primary) !important;
    border-radius: 50% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* Additional payment information sections */
body#checkout .additional-information {
    padding: 0;
    margin-left: 24px;
}

/* Payment step title styling */
body#checkout .checkout-step.-current .step-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.96px;
    color: #111;
    margin-bottom: 28px;
}
.ps-hidden {
    display: none!important;
}
.additional-information.ps-hidden[style*="display: block"] {
    display: block !important;
}
/* =========================================
   CHECKOUT GDPR & CONDITIONS CHECKBOXES
   ========================================= */

.checkout-gdpr-container {
    margin: 28px 0 0;
    padding: 0;
    border-top: none;
}

.checkout-gdpr-container .form-group {
    margin-bottom: 0;
}

.checkout-gdpr-container .custom-checkbox {
    display: flex;
    align-items: flex-start;
    float: none;
}

.checkout-gdpr-container .custom-checkbox label {
    font-size: 14px;
    line-height: 1.45;
    color: #2f2f2f;
    margin-left: 8px;
}

.checkout-gdpr-container .custom-checkbox em {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    font-style: italic;
}

/* Conditions to approve (Terms & Conditions) */
#conditions-to-approve ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#conditions-to-approve li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

#conditions-to-approve li > div:first-child {
    flex-shrink: 0;
}

#conditions-to-approve .condition-label {
    flex: 1;
}

#conditions-to-approve .condition-label label {
    font-size: 14px;
    line-height: 1.45;
    color: #2f2f2f;
    margin: 0;
    cursor: pointer;
}

#conditions-to-approve .condition-label label a {
    color: #111;
    font-weight: 500;
    text-decoration: underline;
}

#conditions-to-approve .condition-label label a:hover {
    color: #333;
}

/* =========================================
   PAYMENT BUTTONS - RESPONSIVE
   ========================================= */

@media (max-width: 767px) {
    #payment-confirmation {
        flex-direction: column;
        gap: 12px;
    }

    #payment-confirmation .btn-back,
    #payment-confirmation .btn-continue {
        width: 100%;
        min-width: auto;
    }

    #payment-confirmation .btn-back {
        order: 1;
    }

    #payment-confirmation .ps-shown-by-js {
        order: 0;
        width: 100%;
    }

    #payment-confirmation .ps-shown-by-js .btn-continue {
        width: 100%;
    }
}

/* =========================================
   INVOICE TYPE - FAKTURA/PARAGON SELECTION
   ========================================= */

/* Hide "Use this address for invoice too" checkbox - always checked by default */
body#checkout .form-group:has(#use_same_address),
body#checkout .form-group:has(input[name="use_same_address"]),
body#checkout #use_same_address + label,
body#checkout label[for="use_same_address"],
body#checkout .col-md-offset-3:has(#use_same_address) {
    display: none !important;
}

/* Fallback for browsers not supporting :has() */
body#checkout input#use_same_address {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

/* Company/NIP fields - hidden when Paragon selected */
body#checkout.invoice-type-paragon .form-group:has(input[name="company"]),
body#checkout.invoice-type-paragon .form-group:has(input[name="vat_number"]) {
    display: none !important;
}

/* Invoice Type Simple Styles */
.invoice-type-simple {
    display: flex;
    gap: 30px;
    margin: 28px 0;
}

.invoice-type-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #232323;
}

.invoice-type-radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #232323;
    cursor: pointer;
}

/* Validation error styles */
.invoice-type-validation-error {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fdf2f2;
    border: 1px solid #c00;
    border-radius: 4px;
    color: #c00;
}

.invoice-type-validation-error .material-icons {
    font-size: 20px;
    flex-shrink: 0;
}

body#checkout .form-group.has-error input,
body#checkout .form-group.has-error select,
body#checkout .form-group.has-error textarea {
    border-color: #c00 !important;
    box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.1);
}

body#checkout .form-group.has-error label {
    color: #c00;
}

.required-indicator {
    color: #c00 !important;
    font-weight: bold;
}

/* Carrier extra content - controlled by .active class only */
.delivery-options .carrier-extra-content {
    display: none !important;
}
.delivery-options .carrier-extra-content.active {
    display: block !important;
}


/* SPH Discount Badge - zniżka w lowest-price-listing */
.lowest-price-listing .sph-discount-badge {
    color: #2F2F2F;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
}

/* =====================================================
   CART SIDEBAR - Figma Design Update
   ===================================================== */

/* Header z tytułem i liczbą produktów */
.ttvcmscart-show-dropdown-right .ttvcart-close-title-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    /*border-bottom: 1px solid var(--color-gray-100);*/
    height: auto;
}

.ttvcmscart-show-dropdown-right .ttvcart-top-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ttvcmscart-show-dropdown-right .ttvcart-top-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.ttvcmscart-show-dropdown-right .ttvcart-top-title .ttvcart-products-count {
    display: flex;
    color:  var(--color-gray-900);
    width: 22px;
    height: 22px;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #f1f1f1;
    border-radius: 360px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;

}

.ttvcmscart-show-dropdown-right .ttvcart-scroll-container .ttvclose-cart {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

/* Wrapper produktu */
.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper {
    padding: 20px;
    display: flex;
    gap: 15px;
    position: relative;
}

.ttvcmscart-show-dropdown-right .tvcart-product-list-img {
    flex-shrink: 0;
}

.ttvcmscart-show-dropdown-right .tvcart-product-list-img img {
    width: 80px;
    height: auto;
    object-fit: cover;
}

/* Content produktu */
.ttvcmscart-show-dropdown-right .tvcart-product-content {
    flex: 1;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Header produktu - nazwa i cena */
.ttvcmscart-show-dropdown-right .tvcart-product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.ttvcmscart-show-dropdown-right .tvcart-product-header .tvshoping-cart-dropdown-title {
    flex: 1;
    margin-bottom: 0;
}

.ttvcmscart-show-dropdown-right .tvcart-product-header .product-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray-900);
    line-height: 1.3;
    display: block;
}

.ttvcmscart-show-dropdown-right .tvcart-product-header .product-price {
    font-size: 14px;
    color: var(--color-text-dark);
    white-space: nowrap;
    margin: 0;
}

/* Atrybuty produktu */
.ttvcmscart-show-dropdown-right .tvcart-product-attributes {
    margin-bottom: 5px;
}

.ttvcmscart-show-dropdown-right .tvcart-product-attr {
    font-size: 12px;
    color: var(--color-text-medium);
    line-height: 1.4;
}

.ttvcmscart-show-dropdown-right .tvcart-product-attr .attr-name {
    color: #4C4C4C;
}

.ttvcmscart-show-dropdown-right .tvcart-product-attr .attr-value {
    color: #4C4C4C;
}

/* Bottom - qty i usuń */
.ttvcmscart-show-dropdown-right .tvcart-product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.ttvcmscart-show-dropdown-right .tvcart-product-bottom .blockcart-qty-wrapper {
    display: flex;
    align-items: center;
    border:none;
    background: #F1F1F1;
    border-radius: 4px;
    padding: 4px 3px;
}

.ttvcmscart-show-dropdown-right .tvcart-product-bottom .blockcart-qty-btn {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 4px;
    color: var(--color-gray-900);
}

.ttvcmscart-show-dropdown-right .tvcart-product-bottom .blockcart-qty-btn:hover {
    background-color: var(--color-gray-50);
}

.ttvcmscart-show-dropdown-right .tvcart-product-bottom .blockcart-qty-input {
    width: 32px;
    height: 20px;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-align: center;
    background: #F1F1F1;
    -moz-appearance: textfield;
}

.ttvcmscart-show-dropdown-right .tvcart-product-bottom .blockcart-qty-input::-webkit-outer-spin-button,
.ttvcmscart-show-dropdown-right .tvcart-product-bottom .blockcart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ttvcmscart-show-dropdown-right .tvcart-product-bottom .tvcart-product-remove a:hover {
    color: var(--color-text-dark);
}

/* Sekcja podsumowania */
.ttvcmscart-show-dropdown-right .ttvcart-price-shipping-text {
    padding: 20px;
    border-top: 1px solid #A7A7A7;
    background: #FBFBFB;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total:after {
    display: none;
}

.ttvcmscart-show-dropdown-right .ttvcart-shipping-note {
    font-size: 12px;
    color: var(--color-text-medium);
    margin-bottom: 15px;
}

/* Progress bar darmowej dostawy */
.ttvcmscart-show-dropdown-right .free-shipping-bar {
    margin-bottom: 10px;
}

.ttvcmscart-show-dropdown-right .free-shipping-bar .free-shipping-progress {
    height: 4px;
    background-color: var(--color-gray-100);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 8px;
}

.ttvcmscart-show-dropdown-right .free-shipping-bar .free-shipping-progress-bar {
    height: 100%;
    background-color: #2F2F2F;
    transition: width 0.3s ease;
}

.ttvcmscart-show-dropdown-right .free-shipping-bar .free-shipping-text {
    font-size: 12px;
    color: var(--color-text-medium);
}

/* Przyciski */
.ttvcmscart-show-dropdown-right .ttvcart-product-list-btn-wrapper {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #FBFBFB;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-btn-wrapper .btn-primary {
    width: 100%;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-btn-wrapper .btn-secondary {
    width: 100%;
    text-align: center;
    text-transform: none;
    transition: all 0.3s ease;
}



/* Pusty koszyk */
.ttvcmscart-show-dropdown-right .ttvcart-no-product .ttvcart-close-title-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--color-gray-100);
}

.ttvcmscart-show-dropdown-right .ttvcart-no-product .ttvcart-top-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ttvcmscart-show-dropdown-right .ttvcart-no-product .ttvcart-top-title h4 {
    margin: 0;
    padding: 0;
}

.ttvcmscart-show-dropdown-right .ttvcart-no-product .tvcart-no-product-img {
    padding: 40px 20px;
    text-align: center;
}

.ttvcmscart-show-dropdown-right .ttvcart-no-product .ttvcart-no-product-label {
    margin-top: 15px;
    font-size: 14px;
    color: var(--color-text-medium);
}

/* Fix select arrow in address form columns */
.form-fields .row .form-group .form-control-select {
    width: 100%;
    padding-right: 2rem;
}


/* ========================================
   Menu CMS - Lewa kolumna
   ======================================== */
.pt-cms-menu {
    padding-top: 72px;
    margin-bottom: 30px;
}

.pt-cms-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-cms-menu__item {
    margin-bottom: 12px;
}

.pt-cms-menu__item:last-child {
    margin-bottom: 0;
}

.pt-cms-menu__link {
    color: var(--color-gray-750);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
}

.pt-cms-menu__link:hover,
.pt-cms-menu__link--active {
    color: var(--color-gray-900);
}

/* CMS Menu - Mobile (horizontal slider) */
@media (max-width: 991px) {
    .pt-cms-menu {
        margin: 0 -20px 32px;
        padding: 32px 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .pt-cms-menu::-webkit-scrollbar {
        display: none;
    }

    .pt-cms-menu__list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 24px;
    }

    .pt-cms-menu__item {
        flex-shrink: 0;
        margin: 0;
        padding: 0;
    }

    .pt-cms-menu__link {
        padding: 10px 0;
        white-space: nowrap;
    }
}

/* ========================================
   CMS Content Styling
   ======================================== */

/* Reset default theme styles */
.page-content.page-cms {
    background: transparent;
    padding: 0;
    border: none;
}

#content-wrapper .page-cms {
    color: var(--color-gray-850);
    font-size: 16px;
    font-weight: 500;
    padding: 72px;
    line-height: 1.45;
}

/* Page title H1 */
#content-wrapper .page-cms h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--color-gray-900);
    margin: 0 0 36px 0;
}

/* Section headings H2 */
#content-wrapper .page-cms h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--color-gray-900);
    margin: 44px 0 16px 0;
}

#content-wrapper .page-cms h2:first-child {
    margin-top: 0;
}

/* Subheadings H3 */
#content-wrapper .page-cms h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--color-gray-900);
    margin: 32px 0 12px 0;
}

/* Paragraphs */
#content-wrapper .page-cms p {
    margin: 0 0 9px 0;
}

#content-wrapper .page-cms p:last-child {
    margin-bottom: 0;
}

/* Lists */
#content-wrapper .page-cms ul,
#content-wrapper .page-cms ol {
    margin: 0 0 9px 0;
    padding: 0 0 0 24px;
    list-style-position: outside;
}

#content-wrapper .page-cms ul {
    list-style-type: disc;
}

#content-wrapper .page-cms ol {
    list-style-type: decimal;
}

#content-wrapper .page-cms li {
    margin: 0;
    padding-bottom: 12px;
    line-height: 1.45;
}

#content-wrapper .page-cms li:last-child {
    padding-bottom: 0;
}

/* Nested lists */
#content-wrapper .page-cms li ul,
#content-wrapper .page-cms li ol {
    display: block;
    margin-top: 12px;
    margin-bottom: 0;
}

/* Nested text in list (smaller) */
#content-wrapper .page-cms li p,
#content-wrapper .page-cms li small {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    margin-top: 4px;
}

/* Links */
#content-wrapper .page-cms a {
    color: var(--color-gray-900);
    text-decoration: underline;
    text-underline-offset: 2px;
}

#content-wrapper .page-cms a:hover {
    text-decoration: none;
}

/* Bold text */
#content-wrapper .page-cms strong,
#content-wrapper .page-cms b {
    color: var(--color-gray-900);
    font-weight: 500;
}

/* Warning / red text */
#content-wrapper .page-cms .warning,
#content-wrapper .page-cms .alert-text {
    color: #2F2F2F;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

/* Payment methods images */
#content-wrapper .page-cms .payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0;
}

#content-wrapper .page-cms .payment-methods img {
    height: 54px;
    width: auto;
    border-radius: 6px;
    background: var(--color-white);
}

/* Sections */
#content-wrapper .page-cms section,
#content-wrapper .page-cms .cms-section {
    margin-bottom: 44px;
}

#content-wrapper .page-cms section:last-child,
#content-wrapper .page-cms .cms-section:last-child {
    margin-bottom: 0;
}

/* CMS Mobile Styles */
@media (max-width: 767px) {
    #content-wrapper .page-cms {
        padding: 4px 20px 44px 20px;
    }

    #content-wrapper .page-cms h1 {
        font-size: 24px;
        letter-spacing: -0.96px;
        margin: 0 0 36px 0;
    }

    #content-wrapper .page-cms h2 {
        font-size: 20px;
        letter-spacing: 0;
        margin: 36px 0 16px 0;
    }

    #content-wrapper .page-cms h3 {
        font-size: 18px;
        margin: 24px 0 12px 0;
    }

    #content-wrapper .page-cms section,
    #content-wrapper .page-cms .cms-section {
        margin-bottom: 36px;
    }

    #content-wrapper .page-cms .payment-methods {
        gap: 4px;
    }

    #content-wrapper .page-cms .payment-methods img {
        height: 39px;
        width: 64px;
        object-fit: contain;
    }

    /* Mobile Breadcrumbs for CMS */
    #cms .breadcrumb {
        padding: 20px;
        margin-bottom: 0;
    }

    #cms .breadcrumb li,
    #cms .breadcrumb li a,
    #cms .breadcrumb span {
        font-size: 12px;
        line-height: 1.45;
    }

    #cms .breadcrumb li a {
        color: #6a6a6a;
    }

    #cms .breadcrumb li:last-child a,
    #cms .breadcrumb li:last-child span {
        color: #111111;
    }

    #cms .breadcrumb li:after {
        font-size: 12px;
        margin: 0 4px;
    }

    /* Mobile Footer Styles for footer-5 */
    .footer-container.footer-5 {
        padding: 56px 0 32px;
    }

    .footer-container.footer-5 .container,
    .footer-container.footer-5 .tvfooter-logo-link-wrapper {
        padding: 0 20px;
    }

    /* Reset all inner wrapper padding/margin */
    .footer-container.footer-5 .tvfooter-account-wrapper,
    .footer-container.footer-5 .tvfooter-address,
    .footer-container.footer-5 .tvcms-newsletter-inner,
    .footer-container.footer-5 .tvnewsletter-block,
    .footer-container.footer-5 #block_myaccount_infos,
    .footer-container.footer-5 #footer_sub_menu_store_info,
    .footer-container.footer-5 #footer_sub_menu_link,
    .footer-container.footer-5 #footer_sub_menu_myaccount,
    .footer-container.footer-5 #footer_sub_menu_tvfooter_category,
    .footer-container.footer-5 #footer_sub_menu_store_time,
    .footer-container.footer-5 .tvfooter-link-wrapper,
    .footer-container.footer-5 .account-list {
        margin: 0 !important;
    }

    /* Footer sections - no collapse, always visible */
    .footer-container.footer-5 .tvfooter-link-wrapper,
    .footer-container.footer-5 .tvfooter-contact-content,
    .footer-container.footer-5 .tvnewsletter-form-wrapper,
    .footer-container.footer-5 .account-list,
    .footer-container.footer-5 #footer_sub_menu_store_info,
    .footer-container.footer-5 #footer_sub_menu_social_icon,
    .footer-container.footer-5 #footer_sub_menu_link,
    .footer-container.footer-5 #footer_sub_menu_myaccount {
        display: block !important;
        height: auto !important;
    }

    /* Hide toggle icons */
    .footer-container.footer-5 .tvfooter-toggle-icon-wrapper,
    .footer-container.footer-5 .tvfooter-toggle-icon {
        display: none !important;
    }

    /* Sections layout */
    .footer-container.footer-5 .tvfooter-storelogo-imformation {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 0 !important;
    }

    /* Footer section title */
    .footer-container.footer-5 .tvfooter-title {
        padding: 0;
    }

    /* Footer links */
    .footer-container.footer-5 .tvfooter-link-wrapper,
    .footer-container.footer-5 .account-list {
        list-style: none;
    }

    .footer-container.footer-5 .tvfooter-link-wrapper li,
    .footer-container.footer-5 .account-list li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-container.footer-5 .tvfooter-link-wrapper li a,
    .footer-container.footer-5 .account-list li a {
        padding: 10px 0;
        display: block;
    }

    /* Newsletter */
    .footer-container.footer-5 .tvcms-newsletter-wrapper {
        margin-bottom: 0;
    }

    .footer-container.footer-5 .tvnewsletter-block .tvfooter-title {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .footer-container.footer-5 .tvnewsletter-description {
        display: none;
    }

    .footer-container.footer-5 .tvnewsletter-input .tvnewsleeter-input-button-wraper {
        margin: 0;
        display: block;
        width: 100%;
    }

    .footer-container.footer-5 .tvnewsletter-input .input-wrapper {
        border-radius: 8px;
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        background: transparent;
    }

    .footer-container.footer-5 .tvnewsletter-input input[type="email"] {
        background: transparent;
        border: none;
        color: #f8f8f8;
        font-size: 14px;
        flex: 1;
        padding: 0;
        height: auto;
        line-height: 1.45;
    }

    .footer-container.footer-5 .tvnewsletter-input input[type="email"]::placeholder {
        color: #797979;
    }

    .footer-container.footer-5 .tvnewsletter-input .tvall-newsletter-btn {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

    .footer-container.footer-5 .tvnewsletter-input .tvall-newsletter-btn svg path {
        stroke: #797979;
    }

    /* Contact info */
    .footer-container.footer-5 .tvfooter-store-link,
    .footer-container.footer-5 .tvfooter-store-link-content {
        font-size: 16px;
        color: #f8f8f8;
        line-height: 1.45;
        margin-bottom: 8px;
        padding: 0 !important;
    }

    .footer-container.footer-5 .tvfooter-store-link:after,
    .footer-container.footer-5 .tvfooter-store-link-content:after {
        display: none;
    }

    .footer-container.footer-5 .tvfooter-store-link a,
    .footer-container.footer-5 .tvfooter-store-link-content a {
        color: #f8f8f8;
    }

    .footer-container.footer-5 .contact-hours {
        font-size: 12px;
        color: #a7a7a7;
        line-height: 1.45;
    }

    /* Social icons as text links */
    .footer-container.footer-5 .tvfooter-social-icon-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    .footer-container.footer-5 .tvfooter-social-icon-wrapper li {
        padding: 10px 0;
        margin: 0 !important;
    }

    .footer-container.footer-5 .tvfooter-social-icon-wrapper li a {
        font-size: 16px;
        color: #a7a7a7;
        line-height: 1.45;
        display: flex;
        align-items: center;
    }

    .footer-container.footer-5 .tvfooter-social-icon-wrapper li a svg {
        display: none;
    }

    /* Bottom footer */
    .footer-container.footer-5 .tvfooter-copy-payment-icon-wrapper {
        border-top: 1px solid #333;
        margin-top: 72px;
        padding: 16px 20px 0;
    }

    .footer-container.footer-5 .tvfooter-copy-payment-icon-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-start;
        a:first-child {
            order:0;
        }
        p:nth-child(2) {
            order:2;
        }
        a:nth-child(3) {
             order:1;
         }
    }

    .footer-container.footer-5 .bottom-footer-link {
        font-size: 16px;
    }

    .footer-container.footer-5 .bottom-footer-p {
        font-size: 14px;
        color: #f8f8f8;
        line-height: 1.45;
        width: 100%;
        margin: 0;
    }

    /* Hide unnecessary elements */
    .footer-container.footer-5 .tvbottom-to-top {
        display: none;
    }
}

/* ========================================
   MOBILE HEADER - NEW LAYOUT (Figma Design)
   ======================================== */
@media (max-width: 991px) {
    /* Main header container */
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-menu-offer-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        height: 84px;
        background: #fff;
        position: relative;
    }

    /* Homepage transparent mobile header */
    #index #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-menu-offer-text {
        background: transparent;
    }
    #index #tvcms-mobile-view-header .tvcmsmobile-header-menu-offer-text svg path {
        stroke: #fff;
    }
    #index #tvcms-mobile-view-header .tv-header-logo img {
        filter: brightness(0) invert(1);
    }
    #index #tvcms-mobile-view-header .hexcms-header-cart svg,
    #index #tvcms-mobile-view-header .hexcms-header-cart svg path {
        stroke: #fff !important;
    }
    #index #tvcms-mobile-view-header .tvcart-item-count {
        color: #fff;
    }
    /* Scrolled mobile header — restore white bg + dark icons */
    #index #header.header-scrolled #tvcms-mobile-view-header .tvcmsmobile-header-menu-offer-text {
        background: #fff;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header .tvcmsmobile-header-menu-offer-text svg path {
        stroke: #111;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header .tv-header-logo img {
        filter: none;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header .hexcms-header-cart svg,
    #index #header.header-scrolled #tvcms-mobile-view-header .hexcms-header-cart svg path {
        stroke: #111 !important;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header .tvcart-item-count {
        color: #111;
    }

    /* Left section - Search icon */
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-left {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-left #tvcmsmobile-search {
        display: flex;
        align-items: center;
    }

    /* Center section - Logo */
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-center {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-center #tvcmsmobile-header-logo {
        width: auto;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-center .tv-header-logo img {
        max-height: 40px;
        width: auto;
    }

    /* Right section - Cart + Hamburger */
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right {
        display: flex;
        align-items: center;
        gap: 0;
        flex: 0 0 auto;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right #tvmobile-cart {
        margin: 0;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right .tvcmsmobile-header-menu {
        position: relative;
        padding: 0;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right .tvmobile-sliderbar-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right .tvmobile-sliderbar-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        background: transparent;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right .tvmobile-sliderbar-btn a svg {
        width: 24px;
        height: 24px;
    }

    /* Hide old elements */
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-logo-right-wrapper,
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-cart-acount-text,
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-search-logo-wrapper {
        display: none !important;
    }

    /* ========================================
       MOBILE SEARCH - ICON + OVERLAY
       ======================================== */

    /* Search widget container */
    #tvcmsmobile-search .tvcmsheader-search-mobile {
        position: static;
    }

    #tvcmsmobile-search .tvcmsheader-search-mobile .tvsearch-top-wrapper {
        display: flex;
        align-items: center;
        padding: 0;
        width: auto;
    }

    /* Search trigger icon */
    #tvcmsmobile-search .tvheader-sarch-display {
        display: flex;
        align-items: center;
    }

    #tvcmsmobile-search .tvheader-search-display-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        cursor: pointer;
    }

    #tvcmsmobile-search .tvheader-search-display-icon .tvsearch-open {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tvcmsmobile-search .tvheader-search-display-icon .tvsearch-close {
        display: none;
        align-items: center;
        justify-content: center;
    }

    #tvcmsmobile-search .tvheader-search-display-icon svg {
        width: 24px;
        height: 24px;
    }

    /* Force dark icons inside search overlay (overrides transparent homepage header) */
    #index #tvcmsmobile-search .tvsearch-header-display-wrappper svg path {
        stroke: #111 !important;
    }

    /* Search form overlay - covers the entire main header row */
    #tvcmsmobile-search .tvsearch-header-display-wrappper {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 100;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper.open {
        display: flex;
        align-items: center;
        padding: 0 25px;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper form {
        display: flex;
        align-items: center;
        border: none;
        background: transparent;
        height: 36px;
        width: 100%;
        gap: 0;
    }

    /* Search button (left) */
    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvheader-top-search-wrapper {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: transparent;
        padding: 0 8px 0 4.5px;
        height: 36px;
        order: 1;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvheader-search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 36px;
        padding: 0;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvheader-search-btn svg {
        width: 24px;
        height: 24px;
    }

    /* Search input (center) */
    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvheader-top-search {
        flex: 1 1 auto;
        order: 2;
        margin-left: 4px;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvheader-top-search-wrapper-info-box {
        width: 100%;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvcmssearch-words {
        width: 100%;
        border: none;
        outline: none;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #111;
        background: transparent;
        padding: 0;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvcmssearch-words::placeholder {
        color: #999;
        font-weight: 400;
    }

    /* Close button (right) */
    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvsearch-close-btn {
        flex: 0 0 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        cursor: pointer;
        order: 3;
    }

    #tvcmsmobile-search .tvsearch-header-display-wrappper .tvsearch-close-btn svg {
        width: 20px;
        height: 20px;
    }

    /* When search is open - show close icon, hide open icon */
    #tvcmsmobile-search .tvsearch-top-wrapper.open .tvheader-search-display-icon .tvsearch-open {
        display: none;
    }

    #tvcmsmobile-search .tvsearch-top-wrapper.open .tvheader-search-display-icon .tvsearch-close {
        display: flex;
    }

    /* Search results container - hidden by default, shown only when results exist */
    #tvcmsmobile-search .tvsearch-result {
        display: none; /* Hidden by default, JS shows it after search */
        position: fixed;
        top: 132px; /* offer bar (~48px) + header (84px) */
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99; /* Lower than mobile menu (1001) */
        background: #fff;
        overflow-y: auto;
        padding: 36px 0 20px 0;
    }

    /* Hide standard search dropdown header in mobile */
    #tvcmsmobile-search .tvsearch-dropdown-header {
        display: none;
    }

    #tvcmsmobile-search .tvcmssearch-dropdown {
        padding: 0;
        border: none;
    }

    /* Mobile search results grid - horizontal slider */
    #tvcmsmobile-search .tvsearch-products-grid,
    #tvcmsmobile-search .tvsearch-all-dropdown-wrapper {
        display: flex;
        overflow-x: auto;
        gap: 20px;
        padding: 0 20px 20px 20px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
    }

    #tvcmsmobile-search .tvsearch-product-item,
    #tvcmsmobile-search .tvsearch-dropdown-wrapper {
        flex: 0 0 277px;
        width: 277px;
        scroll-snap-align: start;
        margin: 0;
        padding: 0;
    }

    #tvcmsmobile-search .tvsearch-dropdown-wrapper a {
        display: flex;
        flex-direction: column;
        padding: 0;
        border: none;
    }

    #tvcmsmobile-search .tvsearch-product-image,
    #tvcmsmobile-search .tvsearch-dropdown-img-block {
        width: 100%;
        background: #f1f1f1;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tvcmsmobile-search .tvsearch-product-image img,
    #tvcmsmobile-search .tvsearch-dropdown-img-block img {
        max-width: 200px;
        max-height: 260px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    #tvcmsmobile-search .tvsearch-product-name,
    #tvcmsmobile-search .tvsearch-dropdown-content-box {
        margin-top: 12px;
        padding: 0;
        width: 100%;
    }

    #tvcmsmobile-search .tvsearch-product-name a,
    #tvcmsmobile-search .tvsearch-dropdown-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.45;
        color: #111;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        margin-bottom: 8px;
        height: auto;
    }

    #tvcmsmobile-search .tvsearch-product-price .price,
    #tvcmsmobile-search .tvsearch-dropdown-price {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.45;
        color: #111;
    }

    #tvcmsmobile-search .tvsearch-dropdown-new-price,
    #tvcmsmobile-search .tvsearch-dropdown-old-price {
        float: none;
        display: inline;
    }

    /* More results button in mobile */
    #tvcmsmobile-search .tvsearch-more-search-wrapper {
        padding: 20px;
        margin: 0;
        border: none;
    }

    #tvcmsmobile-search .tvsearch-more-search {
        width: 100%;
        padding: 12px 24px;
        background: var(--color-primary);
        color: #fff;
        border: none;
        border-radius: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

    /* Body class when mobile search is open */
    html:has(body.tvactive-search-mobile),
    body.tvactive-search-mobile {
        overflow: hidden;
        height: 100%;
        touch-action: none;
        overscroll-behavior: contain;
    }

    body.tvactive-search-mobile {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    body.tvactive-search-mobile #tvcms-mobile-view-header {
        z-index: 1002;
    }

    /* Cart icon styling */
    #tvcms-mobile-view-header.mobile-header-1 .tvheader-cart-wrapper {
        padding: 0;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcart-icon-text-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcart-lable {
        display: none;
    }
}

/* Fix for smaller screens (575px) - override default breakpoint styles */
@media (max-width: 575px) {
    /* Keep the new header layout intact */
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-menu-offer-text {

    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-left {
        width: auto !important;
        flex: 0 0 auto !important;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-center {
        width: auto !important;
        flex: 0 0 auto !important;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right {
        width: auto !important;
        flex: 0 0 auto !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-right .tvcmsmobile-header-menu {
        position: relative !important;
    }

    /* Search icon visibility */
    #tvcmsmobile-search .tvheader-sarch-display {
        display: flex !important;
    }

    #tvcmsmobile-search .tvheader-search-display-icon {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
    }

    #tvcmsmobile-search .tvheader-search-display-icon .tvsearch-open {
        display: flex !important;
    }
}

/* Fix z-index stacking for mobile menu and backdrop */
.tvmobile-slidebar {
    z-index: 9999 !important;
}

body.mobile-menu-open .full-wrapper-backdrop {
    left: 390px;
    width: calc(100vw - 390px);
}

body.classicCartOpen .full-wrapper-backdrop {
    left: 0;
    right: 450px;
    width: calc(100vw - 450px);
}

/* =========================================
   ORDER CONFIRMATION PAGE - FIGMA DESIGN
   ========================================= */

.order-confirmation-container {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* Left Column - Summary */
.order-confirmation-left {
    flex: 0 0 58%;
    max-width: 58%;
    padding: 72px 0 72px 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.order-confirmation-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1.44px;
    color: #111;
    margin: 0;
}

.order-confirmation-sections {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.order-confirmation-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Order Confirmed Message */
.order-confirmation-message {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
}

.order-confirmed-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.order-confirmed-icon svg {
    width: 24px;
    height: 24px;
}

.order-confirmed-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-confirmed-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #111;
    margin: 0;
}

.order-confirmed-email {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    color: #2f2f2f;
    margin: 0;
}

/* Section Titles */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.96px;
    color: #111;
    margin: 0;
}

.section-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-group.address-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.detail-group.address-details span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    color: #2f2f2f;
}

.detail-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    color: #666;
}

.detail-label-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #111;
}

.detail-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #111;
}

.detail-value-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #111;
}

.detail-value-muted {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    color: #2f2f2f;
}

.invoice-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: #111;
    text-decoration: underline;
}

.invoice-link:hover {
    color: #333;
}

/* Payment Return Section - bank details etc */
.payment-return-section {
}

.payment-return-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #2f2f2f;
}

.payment-return-content p {
    margin: 0 0 16px;
}

.payment-return-content dl {
    margin: 16px 0;
}

.payment-return-content dt {
    font-weight: 500;
    color: #111;
    margin-top: 12px;
}

.payment-return-content dd {
    margin-left: 0;
    color: #2f2f2f;
}

.payment-return-content strong {
    color: #111;
}

.payment-return-content a {
    color: #111;
    text-decoration: underline;
}

/* Order Confirmation Hook */


.order-confirmation-hook p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #2f2f2f;
    margin: 0 0 12px;
}

/* Right Column - Cart */
.order-confirmation-right {
    flex: 0 0 42%;
    max-width: 42%;
    padding: 72px 60px 72px 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.cart-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1.44px;
    color: #111;
    margin: 0;
}

/* Products Container */
.order-products-container {
    border: 1.5px solid #a7a7a7;
    border-radius: 12px;
    overflow: hidden;
}

.order-products-list {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Product Card */
.order-product-card {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.product-image-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 87px;
    height: 112px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-quantity-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: var(--color-primary);
    color: #f8f8f8;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 0;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.product-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    color: #111;
}

.product-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    color: #111;
    white-space: nowrap;
}

.product-attributes {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-attribute {
    display: flex;
    gap: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.45;
    color: #4c4c4c;
}

.attribute-name {
    color: #4c4c4c;
}

.attribute-value {
    color: #4c4c4c;
}

/* Order Summary Section */
.order-summary-section {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-subtotals {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subtotal-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    color: #111;
}

.subtotal-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    color: #111;
}

.order-total-divider {
    height: 1px;
    background: #a7a7a7;
}

.order-total {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #111;
}

.total-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #111;
}

.tax-info {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.45;
    color: #4c4c4c;
}

/* Guest Registration */
.order-confirmation-register {
    padding: 48px 60px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.register-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.96px;
    color: #111;
    margin: 0 0 24px;
}

/* Responsive */
@media (max-width: 991px) {
    .order-confirmation-container {
        flex-direction: column;
    }

    .order-confirmation-left,
    .order-confirmation-right {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 40px 20px;
    }

    .order-confirmation-title,
    .cart-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .order-confirmation-left,
    .order-confirmation-right {
        padding: 24px 16px;
    }

    .order-confirmation-title,
    .cart-title {
        font-size: 24px;
    }

    .order-product-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-image-wrapper {
        width: 100%;
        height: 200px;
    }

    .product-info {
        width: 100%;
    }

    .order-summary-section {
        padding: 16px;
    }
}


/* Google Maps responsive */
.map-responsive {
  position: relative;
  width: 100%;
  height: 500px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#hideWishlist {
    display: none;
}

/* ElevateZoom - background for PNG images */
.zoomWindowContainer,
.zoomWindow {
    background-color: #F1F1F1 !important;
}

/* ============================================
   Order History Page Styling
   ============================================ */
#history .order-history-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0 0 24px;
}

#history .order-history-list {
    display: flex;
    flex-direction: column;
}

#history .order-history-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

#history .order-history-item:first-child {
    padding-top: 0;
}

#history .order-history-item:last-child {
    border-bottom: none;
}

#history .order-history-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

#history .order-history-main {
    flex: 1;
    min-width: 0;
}

#history .order-history-ref {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}

#history .order-ref-label {
    font-size: 14px;
    color: #888;
}

#history .order-ref-value {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.02em;
}

#history .order-history-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888;
}

#history .order-meta-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ccc;
    flex-shrink: 0;
}

#history .order-history-status {
    flex-shrink: 0;
}

#history .order-status-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    color: #fff;
    white-space: nowrap;
    line-height: 1.4;
}

#history .order-history-price {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    min-width: 100px;
    text-align: right;
    letter-spacing: -0.02em;
}

#history .order-history-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

#history .order-action-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #555;
    transition: all 0.15s ease;
}

#history .order-action-link:hover {
    background: #f2f2f2;
    color: #111;
}

#history .order-action-details {
    color: #111;
}

#history .order-history-empty {
    padding: 40px 0;
    text-align: center;
    color: #888;
    font-size: 14px;
}

/* Mobile */
@media (max-width: 767px) {
    #history .order-history-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    #history .order-history-main {
        flex: 1 1 100%;
    }

    #history .order-history-status {
        order: 1;
    }

    #history .order-history-price {
        order: 2;
        min-width: auto;
        margin-left: auto;
    }

    #history .order-history-actions {
        order: 3;
    }
}


/******* Category Hero Section *******/
.category-hero-inner {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    padding: 56px 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.category-hero-inner .tv-sub-category-title-wrapper {
    padding: 0;
}
.category-description-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #2F2F2F;
    text-align: center;
}

/* ===== Product Page Accordion ===== */
.tvproduct-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 16px;
}

.tvproduct-accordion .accordion-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tvproduct-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
    text-align: left;
}

.tvproduct-accordion .accordion-header .accordion-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.tvproduct-accordion .accordion-header .accordion-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.3s ease;
}

.tvproduct-accordion .accordion-header.active .accordion-icon::before {
    transform: translate(-50%, -35%) rotate(-135deg);
}

.tvproduct-accordion .accordion-content,
.tvproduct-accordion .accordion-content p,
.tvproduct-accordion .accordion-content span,
.tvproduct-accordion .accordion-content b,
.tvproduct-accordion .accordion-content strong,
.tvproduct-accordion .accordion-content em,
.tvproduct-accordion .accordion-content li {
    color: #6d6d6d;
}
.tvproduct-accordion .accordion-content {
    display: none;
    padding: 0;
    margin-right: 36px;
}

.tvproduct-accordion .accordion-content.active {
    display: block;
}

.tvproduct-accordion .accordion-content a {
    color: var(--color-primary);
}

.tvproduct-accordion .accordion-content .product-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #6d6d6d;
}

.tvproduct-accordion .accordion-content .product-details-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #6d6d6d;
}

.tvproduct-accordion .accordion-content .product-feature-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #6d6d6d;
}

.tvproduct-accordion .accordion-content .product-details-content .product-manufacturer {
    margin-bottom: 10px;
}

.tvproduct-accordion .accordion-content .product-details-content .product-reference,
.tvproduct-accordion .accordion-content .product-details-content .product-quantities,
.tvproduct-accordion .accordion-content .product-details-content .product-condition {
    margin-bottom: 8px;
}

.tvproduct-accordion .accordion-content .product-details-content .label {
    font-weight: 700;
    color: #111;
    margin-right: 5px;
}

.tvproduct-accordion .accordion-content .product-features {
    margin-top: 15px;
}

.tvproduct-accordion .accordion-content .product-features .h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.tvproduct-accordion .accordion-content .product-features .data-sheet {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 2fr;
    gap: 0;
    border: 1px solid var(--color-gray-200);
    border-radius: 4px;
    overflow: hidden;
}

.tvproduct-accordion .accordion-content .product-features .data-sheet .name {
    font-weight: 600;
    color: #111;
    background-color: var(--color-bg-light);
    padding: 10px 15px;
    border-bottom: 1px solid var(--color-gray-200);
    margin: 0;
}

.tvproduct-accordion .accordion-content .product-features .data-sheet .value {
    color: #4C4C4C;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid var(--color-gray-200);
    background-color: var(--color-bg-white);
}

.tvproduct-accordion .accordion-content .product-features .data-sheet .name:last-of-type,
.tvproduct-accordion .accordion-content .product-features .data-sheet .value:last-of-type {
    border-bottom: none;
}

@media (max-width: 767px) {
    .tvproduct-accordion .accordion-header {
        font-size: 20px;
    }

    .tvproduct-accordion .accordion-header .accordion-icon {
        width: 20px;
        height: 20px;
    }

    .tvproduct-accordion .accordion-header .accordion-icon::before {
        width: 8px;
        height: 8px;
    }

    .tvproduct-accordion .accordion-content .product-features .data-sheet {
        grid-template-columns: 1fr;
    }

    .tvproduct-accordion .accordion-content .product-features .data-sheet .name {
        border-bottom: none;
        padding-bottom: 5px;
    }

    .tvproduct-accordion .accordion-content .product-features .data-sheet .value {
        padding-top: 5px;
    }
}

/******* Category Page - Figma Adjustments *******/

/* "Pokaż więcej" button */
#tv-button-load-products {
    width: 250px;
    height: auto;
    margin: 40px auto 0;
    display: block;
    padding: 16px 24px;
    background-color: #EF772E;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#tv-button-load-products:hover {
    background-color: #D96A28;
}

/* Product cards */
#products .tvproduct-info-box-wrapper {
    padding: 12px 0 0 0;
}
#products .product-price-and-shipping .price {
    font-size: 16px;
    font-weight: 600;
    color: #2F2F2F;
}
#products .product-price-and-shipping .price.discounted {
    text-decoration: underline;
    color: #2F2F2F;
}
#products .tv-grid-list-wrapper-info-box {
    margin-bottom: 40px;
}

/* Color swatches - size */
.tvproduct-color-box-border .tvporoduct-color-box {
    width: 14px;
    height: 14px;
    border-radius: 0;
}

/* Hero section - title font */
.category-hero-inner .tv-sub-category-title {
    font-family: 'Montserrat', sans-serif;
}

/******* Homepage Product Slider Sections (Nowości + Klasyki) *******/

/* Section padding */
.tvcmsnew-product,
.tvcmsfeatured-product {
    padding: 76px 60px;
    margin-bottom: 0;
}
.tvcmsnew-product .container,
.tvcmsfeatured-product .container {
    max-width: 100%;
    padding: 0;
}

/* Hide "All Products" link */
.tvcmsnew-product .tvallproduct-link,
.tvcmsfeatured-product .tvallproduct-link {
    display: none;
}

/* Section header: title + arrows in one row */
.tv-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.tv-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.36px;
    color: #111;
    margin: 0;
    padding: 0;
}

/* Arrows */
.tv-section-header .tv-pagination-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.tv-section-header .tvcms-next-pre-btn {
    display: flex;
    gap: 4px;
    align-items: center;
}
.tv-section-header .tvcmsprev-btn,
.tv-section-header .tvcmsnext-btn {
    position: static;
    transform: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tv-section-header .tvcmsprev-btn svg,
.tv-section-header .tvcmsnext-btn svg {
    width: 18px;
    height: 18px;
    fill: #6A6A6A;
    transition: fill 0.2s ease;
}
.tv-section-header .tvcmsprev-btn:hover svg,
.tv-section-header .tvcmsnext-btn:hover svg {
    fill: #111111;
}

/* Product image aspect ratio ~540/427 */
.tvcmsnew-product .tvproduct-wrapper .tvproduct-image,
.tvcmsfeatured-product .tvproduct-wrapper .tvproduct-image,
#products .tvproduct-wrapper .tvproduct-image {
    aspect-ratio: 427 / 540;
    overflow: hidden;
}
.tvcmsnew-product .tvproduct-wrapper .tvproduct-image img,
.tvcmsfeatured-product .tvproduct-wrapper .tvproduct-image img,
#products .tvproduct-wrapper .tvproduct-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product info below image */
.tvcmsnew-product .tvproduct-info-box-wrapper,
.tvcmsfeatured-product .tvproduct-info-box-wrapper {
    padding: 12px 0 0 0;
}
.tvcmsnew-product .product-price-and-shipping .price,
.tvcmsfeatured-product .product-price-and-shipping .price {
    font-size: 16px;
    font-weight: 600;
    color: #2F2F2F;
}
.tvcmsnew-product .product-price-and-shipping .price.discounted,
.tvcmsfeatured-product .product-price-and-shipping .price.discounted {
    color: #2F2F2F;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .tvcmsnew-product,
    .tvcmsfeatured-product {
        padding: 48px 30px;
    }
}
@media (max-width: 767px) {
    /* Mobile: peek carousel — edge-to-edge */
    .tvcmsnew-product,
    .tvcmsfeatured-product {
        padding: 44px 0;
        overflow: hidden;
    }

    /* Tytuł sekcji z paddingiem 20px (Figma) */
    .tvcmsnew-product .tv-section-header,
    .tvcmsfeatured-product .tv-section-header {
        padding: 0 20px;
        margin-bottom: 24px;
    }

    /* Tytuł: 24px bold (Figma Mobile/Headline 2) */
    .tvcmsnew-product .tv-section-title,
    .tvcmsfeatured-product .tv-section-title {
        font-size: 24px;
        letter-spacing: -0.24px;
    }

    /* Ukryj strzałki na mobile */
    .tvcmsnew-product .tv-pagination-wrapper,
    .tvcmsfeatured-product .tv-pagination-wrapper {
        display: none;
    }

    /* Peek carousel: reset Bootstrap negative margins, stagePadding handles spacing */
    .tvcmsnew-product .tvall-product-offer-banner,
    .tvcmsfeatured-product .tvall-product-offer-banner {
        margin: 0;
        padding: 0;
    }

    .tvcmsnew-product .owl-stage-outer,
    .tvcmsfeatured-product .owl-stage-outer {
        overflow: visible;
    }

    .tvcmsnew-product .tvcms-main-title .tvmain-title h2,
    .tvcmsfeatured-product .tvcms-main-title .tvmain-title h2 {
        font-size: 24px;
    }
}

/* =====================================================
   HOMEPAGE: Transparent Header + Hero Slider (Figma)
   ===================================================== */

/* A. Homepage header - absolute overlay */
#index #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
    border: none;
}
#index .tvcmsdesktop-top-second {
    background: transparent;
}
#index .header-4 .tvcms-header-menu-offer-wrapper {
    background-color: transparent;
}

/* B. Delivery bar - desktop */
#index .tvheader-offer-wrapper.tvforce-hide:not(:empty) {
    display: flex;
    background-color: #111;
    justify-content: center;
    align-items: center;
    padding: 16px 60px;
    position: relative;
    min-height: 56px;
}
#index .tvheader-offer-wrapper .tvheader-nav-offer-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
    line-height: 1.35;
}
#index .tvheader-offer-wrapper .tvheader-nav-offer-text i.material-icons {
    display: none;
}
.tvheader-offer-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tvheader-offer-close:hover {
    opacity: 0.7;
}

/* C. Logo - black by default on all pages */
#header .tv-header-logo img {
    filter: brightness(0);
    transition: filter 0.3s ease;
}
/* C. Logo - white variant on homepage (transparent header) */
#index #header .tv-header-logo img {
    filter: brightness(0) invert(1);
}
/* C. Smooth transitions for homepage header hover/scroll color changes */
#index #header {
    transition: background 0.3s ease;
}
#index #header .tvcmsdesktop-top-second {
    transition: background 0.3s ease;
}
#index #header .tv-myaccount-btn-desktop svg path,
#index #header .tv-myaccount-btn-desktop svg circle {
    transition: stroke 0.3s ease;
}
#index #header .tvsearch-top-wrapper svg path {
    transition: stroke 0.3s ease;
}
#index #header .tvcms-header-cart svg path {
    transition: stroke 0.3s ease;
}
#index #header .blockwishlist svg path {
    transition: stroke 0.3s ease;
}
#index #header .tv-menu-horizontal ul li.level-1 > a span {
    transition: color 0.3s ease;
}

/* D. White header elements on homepage */
#index #header .tv-menu-horizontal ul li.level-1 > a span{
    color: #fff;
}
#index #header .tv-myaccount-btn-desktop svg,
#index #header .tv-myaccount-btn-desktop svg path {
    stroke: #fff;
}
#index #header .tvsearch-top-wrapper svg {
    fill: none;
}
#index #header .tvsearch-top-wrapper svg path {
    stroke: #fff;
}
#index #header .tvcms-header-cart svg,
#index #header .tvcms-header-cart svg path {
    stroke: #fff!important;
    fill: #fff;
}
#index #header .blockwishlist svg path {
    stroke: #fff;
}

/* E. Disable old col-8 sticky globally (replaced by full-header sticky) */
.tvcmsheader-sticky.sticky {
    position: static !important;
    animation: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* E. Full header sticky after scroll — ALL pages */
#header.header-scrolled {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    animation: mySticky 0.5s ease-in-out;
}
#header.header-scrolled .tvcmsdesktop-top-second {
    background: #fff;
}
#header.header-scrolled .header-4 .tvcms-header-menu-offer-wrapper {
    background-color: #fff;
}
#header.header-scrolled .tvheader-offer-wrapper {
    display: none !important;
}

/* Homepage-specific: override #index #header base specificity */
#index #header.header-scrolled {
    position: fixed;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
}

/* Homepage-specific: revert transparent elements to dark on scroll */
#index #header.header-scrolled .tv-header-logo img {
    filter: brightness(0);
}
#index #header.header-scrolled .tv-menu-horizontal ul li.level-1 > a span{
    color: var(--color-text-dark);
}
#index #header.header-scrolled .tv-myaccount-btn-desktop svg,
#index #header.header-scrolled .tv-myaccount-btn-desktop svg path {
    stroke: #111;
}
#index #header.header-scrolled .tvsearch-top-wrapper svg {
    fill: none;
}
#index #header.header-scrolled .tvsearch-top-wrapper svg path {
    stroke: #111;
}
#index #header.header-scrolled .tvcms-header-cart svg,
#index #header.header-scrolled .tvcms-header-cart svg path {
    stroke: #111 !important;
    fill: #111;
}
#index #header.header-scrolled .blockwishlist svg path {
    stroke: #111;
}

/* Header white on menu hover/open — homepage only (no position:fixed) */
#index #header.menu-hover-white {
    background: #fff;
}
#index #header.menu-hover-white .tvcmsdesktop-top-second {
    background: #fff;
}
#index #header.menu-hover-white .tv-header-logo img {
    filter: brightness(0);
}
#index #header.menu-hover-white .tv-menu-horizontal ul li.level-1 > a span {
    color: var(--color-text-dark);
}
#index #header.menu-hover-white .tv-myaccount-btn-desktop svg,
#index #header.menu-hover-white .tv-myaccount-btn-desktop svg path {
    stroke: #111;
}
#index #header.menu-hover-white .tvsearch-top-wrapper svg {
    fill: none;
}
#index #header.menu-hover-white .tvsearch-top-wrapper svg path {
    stroke: #111;
}
#index #header.menu-hover-white .tvcms-header-cart svg,
#index #header.menu-hover-white .tvcms-header-cart svg path {
    stroke: #111 !important;
    fill: #111;
}
#index #header.menu-hover-white .blockwishlist svg path {
    stroke: #111;
}

/* F. Hero slider - full width, 800px */
#index .tvcms-main-slider {
    border: none;
    border-radius: 0;
}
#index .tvcms-slider-offerbanner-wrapper {
    margin-bottom: 0;
    padding: 0;
}
#index .tvcms-slider-offerbanner-wrapper .container {
    max-width: 100%;
    padding: 0;
}
#index #tvmain-slider {
    height: unset !important;
    aspect-ratio: auto !important;
}
#index #tvmain-slider .tvmain-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* G. Slide content overlay */
#index .tvmain-slider-contant {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    max-width: 90%;
}
#index .tvmain-slider-contant .tvmain-slider-info h2 {
    display: block !important;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.88px;
    line-height: 1.45;
    margin-bottom: 20px;
    white-space: nowrap;
    text-shadow: none;
}
#index .tvmain-slider-contant .tvmain-slider-info p {
    display: none;
}
#index .tvmain-slider-btn {
    display: block !important;
}
#index .tvmain-slider-contant .tvmain-slider-button {
    background: none;
    border: none;
    border-bottom: 1.5px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 2px;
    border-radius: 0;
    line-height: 1.45;
}
#index .tvmain-slider-contant .tvmain-slider-button:hover {
    background: none;
    color: rgba(255, 255, 255, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

/* H. Dots + hide arrows */
#index .tvmain-slider-next-pre-btn {
    display: none;
}
#index #tvmain-slider .owl-dots {
    display: block;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
#index #tvmain-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    margin: 0 4px;
}
#index #tvmain-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
}

/* J. Hide thumbnail bar */
#index .tvmain-slider-content-wrapper {
    display: none;
}
#index .tvmain-slider-content-inner {
    background: none;
    border: none;
    padding: 0;
}

/* I. Mobile: transparent header + hero */
@media (max-width: 1023px) {
    /* Mobile delivery bar (all pages) */
    .tvmobileheader-offer-wrapper {
        display: flex !important;
        background-color: #111;
        justify-content: center;
        align-items: center;
        padding: 12px 20px;
        position: relative;
    }
    .tvmobileheader-offer-wrapper .tvheader-nav-offer-text {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }
    .tvmobileheader-offer-wrapper .tvheader-nav-offer-text i.material-icons {
        display: none;
    }
    .tvmobileheader-offer-wrapper .tvheader-offer-close {
        right: 10px;
    }

    /* Mobile transparent header */
    #index #tvcms-mobile-view-header {
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
        z-index: 100;
        background: transparent;
    }
    #index #tvcms-mobile-view-header .tvcmsmobile-top-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 101;
    }
    #index #tvcms-mobile-view-header .tv-header-logo img {
        filter: brightness(0) invert(1);
        transition: filter 0.3s ease;
    }
    #index #tvcms-mobile-view-header svg,
    #index #tvcms-mobile-view-header svg path {
        stroke: #fff;
    }
    /* Reset stroke for mobile menu panel SVGs (chevrons etc.) */
    #index #tvcms-mobile-view-header .mobile-menu-panel svg,
    #index #tvcms-mobile-view-header .mobile-menu-panel svg path {
        stroke: #111;
    }
    #index #tvcms-mobile-view-header .tvmobile-sliderbar-btn svg,
    #index #tvcms-mobile-view-header .tvmobile-sliderbar-btn svg path {
        fill: #fff;
        stroke: #fff;
    }

    /* Mobile hero height */
    /*#index #tvmain-slider {*/
    /*    height: 750px !important;*/
    /*}*/
    #index .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 28px;
        letter-spacing: -0.56px;
        white-space: normal;
    }

    /* Mobile scroll state - white header */
    #index #header.header-scrolled {
        position: fixed;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header {
        position: relative;
        top: auto;
        background: #fff;
    }
    #header.header-scrolled #tvcms-mobile-view-header .tvcmsmobile-top-wrapper {
        display: none;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header .tv-header-logo img {
        filter: brightness(0);
    }
    #index #header.header-scrolled #tvcms-mobile-view-header svg,
    #index #header.header-scrolled #tvcms-mobile-view-header svg path {
        stroke: #111;
    }
    #index #header.header-scrolled #tvcms-mobile-view-header .tvmobile-sliderbar-btn svg,
    #index #header.header-scrolled #tvcms-mobile-view-header .tvmobile-sliderbar-btn svg path {
        fill: #111;
        stroke: #111;
    }

    /* Override default mobile header position */
    #index #header {
        position: absolute;
        background: transparent;
    }
}

/* ===== Blog Section - Piumo Journal ===== */
.tvcmsblog-event-home {
    padding: 76px 60px;
}
.tvcmsblog-event-home .tvblog-event {
    max-width: 1440px;
    margin: 0 auto;
}

/* Header: title + "Zobacz wszystkie" */
.tvcmsblog-event-home .tv-section-header {
    margin-bottom: 28px;
}
.tvcmsblog-event-home .tv-section-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    position: relative;
}
.tvcmsblog-event-home .tv-section-link span {
    position: relative;
}
.tvcmsblog-event-home .tv-section-link span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #111;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.tvcmsblog-event-home .tv-section-link:hover span::after {
    transform: scaleX(0);
}

/* Blog grid — desktop: flex 3-col; mobile: Owl takes over with display:block */
.tvcmsblog-event-home .tvnews-wrapper-info-box {
    display: flex;
    flex-wrap: wrap;
}
/* When Owl is active, let it control layout (display:block + float items) */
.tvcmsblog-event-home .tvnews-wrapper-info-box.owl-loaded {
    display: block;
}

/* Blog post image */
.tvcmsblog-event-home .tvblog-img-block {
    margin-bottom: 16px;
}
.tvcmsblog-event-home .tvblog-content-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.tvcmsblog-event-home .tvblog-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.tvcmsblog-event-home .tvblog-content-img:hover img {
    transform: scale(1.03);
}

/* Blog post content */
.tvcmsblog-event-home .tvnews-event-content-wrapper {
    padding: 0;
    text-align: left;
}

/* Date */
.tvcmsblog-event-home .tvblog-post-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4C4C4C;
    letter-spacing: -0.12px;
    line-height: 1.45;
    margin-bottom: 8px;
}

/* Post title */
.tvcmsblog-event-home .tvnews-event-titel {
    margin-bottom: 4px;
}
.tvcmsblog-event-home .tvnews-event-titel h3 {
    margin: 0;
}
.tvcmsblog-event-home .tvnews-event-titel h3 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.18px;
    line-height: 1.45;
    text-transform: none;
}

/* Excerpt */
.tvcmsblog-event-home .tvblog-post-excerpt {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 1.45;
    margin: 0 0 24px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* "Czytaj więcej" link */
.tvcmsblog-event-home .tvblog-read-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}
.tvcmsblog-event-home .tvblog-read-more span {
    position: relative;
}
.tvcmsblog-event-home .tvblog-read-more span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #111;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.tvcmsblog-event-home .tvblog-read-more a:hover span::after {
    transform: scaleX(0);
}

/* Tablet/mobile — match other sections' padding */
@media (max-width: 1024px) {
    .tvcmsblog-event-home {
        padding: 48px 30px;
    }
}
/* Mobile slider — reset Bootstrap row/col so Owl calculates correct widths */
@media (max-width: 991px) {
    .tvcmsblog-event-home .owl-stage-outer,
    .tvcmsnew-product .owl-stage-outer,
    .tvcmsfeatured-product .owl-stage-outer {
        overflow: visible;
    }
    .tvcmsblog-event-home .tvblog-event-inner-block {
        margin-left: 0;
        margin-right: 0;
    }
    .tvcmsblog-event-home .tvnews-wrapper-info-box.row {
        margin-left: 0;
        margin-right: 0;
    }
    .tvcmsblog-event-home .owl-item .tvblog-event-all-content-block {
        flex: none;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .tvcmsnew-product .tvall-product-wrapper-info-box,
    .tvcmsfeatured-product .tvall-product-wrapper-info-box {
        padding: 0;
    }
    /* Blog header: vertical layout on mobile (Figma 350:6827) */
    .tvcmsblog-event-home .tv-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 24px;
    }
    .tvcmsblog-event-home .tv-section-link {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .tvcmsblog-event-home {
        padding: 44px 20px;
    }
    .tvcmsblog-event-home .tvblog-post-excerpt {
        font-size: 14px;
    }
}

/* ========================================
   Newsletter - Piumo redesign
   ======================================== */

.footer-container.footer-5 .tvcms-newsletter-wrapper {
    text-align: left;
    max-width: 100%;
    float: none;
    margin: 0;
}

.footer-container.footer-5 .tvcms-newsletter-wrapper .tvnewsletter-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 0;
    max-width: 335px;
}

.footer-container.footer-5 .tvnewsletter-block .tvfooter-title-wrapper {
    margin-bottom: 0;
    margin-right: 0;
}

.footer-container.footer-5 .tvfooter-title-wrapper #block-newsletter-label.tvfooter-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.22px;
    color: #f1f1f1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-container.footer-5 .tvnewsletter-form-wrapper {
    width: 100%;
}

.footer-container.footer-5 .tvnewsletter-input {
    text-align: left;
    width: 100%;
}

.footer-container.footer-5 .tvnewsleeter-input-button-wraper {
    width: 100%;
    margin-bottom: 0;
}

.footer-container.footer-5 .block_newsletter form .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: visible;
}

/* Input field - no border, ::after handles the line */
.footer-container.footer-5 .tvnewsleeter-input-button-wraper .input-wrapper input[type="email"],
.footer-container.footer-5 .tvnewsleeter-input-button-wraper .input-wrapper input {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 8px 40px 8px 0;
    min-width: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.35;
    letter-spacing: -0.14px;
    outline: none;
    position: relative;
    height: auto;
}

.footer-container.footer-5 .tvnewsleeter-input-button-wraper .input-wrapper input::placeholder,
.footer-container.footer-5 .tvnewsleeter-input-button-wraper .input-wrapper input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
}

/* Animated bottom border on focus/hover */
.footer-container.footer-5 .block_newsletter form .input-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #797979;
    pointer-events: none;
    z-index: 2;
    transition: background 0.4s ease;
}

.footer-container.footer-5 .block_newsletter form .input-wrapper:hover::after,
.footer-container.footer-5 .block_newsletter form .input-wrapper:focus-within::after {
    background: #fff;
}

/* Submit button */
.footer-container.footer-5 .tvall-newsletter-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
}

.footer-container.footer-5 .tvall-newsletter-btn:hover {
    transform: translateY(-50%) translateX(3px);
}

.footer-container.footer-5 .tvall-newsletter-btn svg path {
    stroke: #fff;
    transition: stroke 0.3s ease;
}

.footer-container.footer-5 .tvall-newsletter-btn:hover svg path {
    stroke: #f1f1f1;
}

/* Description / conditions text */
.footer-container.footer-5 .tvnewsletter-description {
    width: 100%;
    display: block;
}

.footer-container.footer-5 .tvnewsletter-description p,
.footer-container.footer-5 .tvnewsletter-description .psgdpr_consent_message,
.footer-container.footer-5 .tvnewsletter-description .psgdpr_consent_message label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.12px;
    color: #a7a7a7;
    margin-bottom: 0;
    padding: 0;
}

/* Alert messages */
.footer-container.footer-5 .tvnewsletter-input .alert {
    display: block;
    margin-top: 8px;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
}

/* ========================================
   Footer link columns (Piumo, Informacje, Social)
   ======================================== */

.footer-container.footer-5 .tvfooter-storelogo-imformation {
    display: flex;
    flex-wrap: wrap;
}

.footer-container.footer-5 .tvfooter-account-link {
    flex: 1 0 0%;
}

.footer-container.footer-5 .tvfooter-account-link .tvfooter-title-wrapper {
    margin-bottom: 16px;
}

.footer-container.footer-5 .tvfooter-account-link .tvfooter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    color: #a7a7a7;
    opacity: 0.6;
    padding: 0;
}

.footer-container.footer-5 .tvfooter-account-link .tvfooter-link-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-container.footer-5 .tvfooter-account-link .tvfooter-link-wrapper li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-container.footer-5 .tvfooter-account-link .tvfooter-link-wrapper li a:hover {
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-container.footer-5 .tvcms-newsletter-wrapper .tvnewsletter-block {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-container.footer-5 .tvfooter-account-link {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 32px;
    }
    .footer-container.footer-5 .tvcms-newsletter-wrapper {
        /*padding: 0;*/
        margin-bottom: 24px;
    }
    .footer-container.footer-5 .tvfooter-title-wrapper #block-newsletter-label.tvfooter-title {
        font-size: 20px;
    }
}

/* Cena regularna na stronie produktu - inline obok ceny promocyjnej */
.tvproduct-page-wrapper .product-price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
}
.tvproduct-page-wrapper .product-discount .regular-price {
    font-size: 27px;
    font-weight: 500;
    color: #6A6A6A;
    text-decoration: line-through;
}

/* Poprawka 2: Flagi produktu na zdjęciu - product-5 */
.product-5 .images-container {
    position: relative;
}
.product-5 .tvproduct-flags {
    left: 0;
    right: auto;
    top: 10px;
}
.product-5 .tvproduct-flags li {
    background: #2F2F2F;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
}

/* Poprawka 3: Galeria product-5 — stack na desktop, slick slider gdy kolumna 100% */
@media (max-width: 1024px) {
    /* Row wrapper - zneutralizuj ujemne marginesy Bootstrap .row */
    .tvprduct-image-info-wrapper.row.product-5 {
        margin-left: 0;
        margin-right: 0;
    }
    /* Kolumna ze zdjęciem - usuń padding Bootstrap */
    .col-md-6.tv-product-page-image {
        padding-left: 0;
        padding-right: 0;
    }
    /* ≤1024: galeria pełna szerokość, prawa kolumna pod nią */
    .product-5 .col-md-6.tv-product-page-image,
    .product-5 .col-md-6.tv-product-page-content {
        float: none;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* Kontener - pełna szerokość */
    .product-5 .images-container {
        padding: 0;
        overflow: visible;
    }
    /* Nadpisanie globalnego display:none — product-cover zostaje widoczny */
    .product-5 .product-cover {
        display: block !important;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    /* Slajdy: stała wysokość 450px, object-fit cover (Figma) */
    .product-5 .product-cover .cover-slide {
        overflow: hidden;
    }
    .product-5 .product-cover .cover-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-5 .product-cover .cover-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* Bazowe style Slick */
    .product-5 .product-cover .tvproduct-image-slider.slick-slider {
        position: relative;
        margin: 0;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-list {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 0 -4px;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-track {
        position: relative;
        display: block;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-slide {
        float: left;
        padding: 0 4px;
    }
    .product-5 .product-cover .cover-slide {
        padding: 0;
    }
    /* Ukryj dots i zaokrąglenia */
    .product-5 .product-cover .tvproduct-image-slider .slick-dots {
        display: none !important;
    }
    .product-5 .product-cover .cover-slide img,
    .product-5 .product-cover .cover-slide video {
        border-radius: 0;
    }
    /* Sekcja info — odstępy wg Figma */
    .product-5 .tv-product-page-content {
        padding: 16px 20px 0;
    }
    .product-5 .tv-product-page-content .tvproduct-title-brandimage .h1 {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.45;
        letter-spacing: -0.22px;
        color: #111;
        margin-bottom: 8px;
    }
    .product-5 .tv-product-page-content .product-prices {
        margin-bottom: 0;
    }
    .product-5 .tv-product-page-content .tvproduct-special-desc {
        padding-top: 0;
    }
    .product-5 .tv-product-page-content .tv-product-page-add-to-cart-wrapper {
        margin-bottom: 0;
    }
}
/* Tablet 768-1024: slider 50vw, dots pod zdjęciem, bez peek */
@media (min-width: 769px) and (max-width: 1024px) {
    .product-5 .product-cover .tvproduct-image-slider.slick-slider {
        width: 50vw;
        margin: 0 auto;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        position: relative;
        bottom: auto;
        padding: 12px 0 0;
        margin: 0;
        list-style: none;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.25);
        font-size: 0;
        cursor: pointer;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-dots li button:before {
        display: none;
    }
    .product-5 .product-cover .tvproduct-image-slider .slick-dots li.slick-active button {
        background: #000;
    }
}

/* Poprawka 4: Kolor ceny rabatowej na stronie produktu */
.tv-product-page-content .product-price .current-price .price.discounted {
    color: #2F2F2F;
}

/* Poprawka 5: Odstęp między zdjęciami na stronie produktu (desktop) */
@media (min-width: 1025px) {
    .product-5 .product-cover .cover-slide {
        margin-bottom: 16px;
    }
    .product-5 .product-cover .cover-slide:last-child {
        margin-bottom: 0;
    }
}

/* Cookie consent — dostosowanie do kolorystyki szablonu */
#cmbox {
    font-family: inherit;
}

#c-ttl {
    color: var(--color-text-dark);
}

#c-txt {
    color: var(--color-text-medium);
}

#c-txt .cc-link {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

#c-bns button.c-btn-cta,
#s-bns button.c-btn-cta {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border-radius: 0 !important;
}

#c-bns button.c-btn-cta:hover,
#s-bns button.c-btn-cta:hover {
    background: var(--color-primary-hover) !important;
}

#c-bns button:not(.c-btn-cta),
#s-bns button:not(.c-btn-cta) {
    background: var(--color-white) !important;
    color: var(--color-text-dark) !important;
    border: 1px solid var(--color-border) !important;
    border-radius: 0 !important;
}

#c-bns button:not(.c-btn-cta):hover,
#s-bns button:not(.c-btn-cta):hover {
    background: var(--color-gray-50) !important;
    border-color: var(--color-text-dark) !important;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: var(--color-primary) !important;
}

.cc_div .c-bn {
    border-radius: 0 !important;
}

/* Category description collapse */
.category-description-collapse {
    position: relative;
}

.category-description-content {
    max-height: 7.5em;
    overflow: hidden;
    transition: max-height 0.4s ease;
    -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}

.category-description-collapse.is-open .category-description-content,
.category-description-collapse.no-collapse .category-description-content {
    max-height: 2000px;
    -webkit-mask-image: none;
    mask-image: none;
}

.category-description-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    font-size: 13px;
    color: var(--color-text-dark);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.category-description-toggle:hover {
    color: var(--color-primary);
}

.toggle-chevron {
    transition: transform 0.3s ease;
}

.category-description-collapse.is-open .toggle-chevron {
    transform: rotate(180deg);
}

/* Color variant tooltip */
.product-variants-item .input-container label {
    position: relative;
}
.product-variants-item .color[data-color-name] {
    position: relative;
}
.product-variants-item .color[data-color-name]::after {
    content: attr(data-color-name);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 10;
}
.product-variants-item .color[data-color-name]::before {
    content: "";
    position: absolute;
    bottom: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 11;
}
.product-variants-item .color[data-color-name]:hover::after,
.product-variants-item .color[data-color-name]:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Blog post list - category styling and spacing */
.blog-post-row__content .blog-post__category {
    display: inline-block;
    color: #E67E22;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 8px !important;
}
.blog-post-row__content .blog-post__category:hover {
    color: #D35400;
    text-decoration: none;
}
.blog-post-row__content .blog-post__title {
    padding-bottom: 0;
    margin-bottom: 8px;
}

/* Footer social links as icons */
.footer-container .tvfooter-account-link .tvfooter-link-wrapper.tvfooter-social-list,
.tvfooter-social-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 14px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.tvfooter-social-list li {
    margin: 0;
    padding: 0;
}
.tvfooter-social-list li::before {
    content: none;
}
.tvfooter-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: inherit;
    transition: color 0.2s ease, transform 0.2s ease;
}
.tvfooter-social-link:hover,
.tvfooter-social-link:focus {
    color: #E67E22;
    text-decoration: none;
}
.tvfooter-social-link svg {
    display: block;
}
.tvfooter-social-list .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.tvnewsletter-social {
    margin-top: 16px;
}
.tvnewsletter-social:empty {
    display: none;
}
@media screen and (max-width: 380px) {
    .product-5 .tv-product-page-content .tv-product-page-add-to-cart-wrapper {
        flex-direction: column-reverse;
    }
    .tv-product-page-content .product-quantity .bootstrap-touchspin {
        padding: 16px 16px;
    }
}

/* ============================================================
   Product gallery: 2 zdjecia per row (zamiast 1 pod drugim)
   - aktywne tylko na desktopie (>= 768px)
   - elevateZoom (zoomContainer) dziala dalej, bo jest position:absolute
   ============================================================ */
@media screen and (min-width: 768px) {
    .product-cover .tvproduct-image-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .product-cover .tvproduct-image-slider .cover-slide:only-child {
        grid-column: 1 / -1;
    }
    .product-cover .tvproduct-image-slider .cover-slide {
        width: 100% !important;
        display: block !important;
    }
    .product-cover .tvproduct-image-slider .cover-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
    /* slick-initialized fallback (gdyby slider sie zaktywowal) */
    .product-cover .tvproduct-image-slider.slick-initialized {
        display: block;
    }
}
.delivery-option-price {
    font-size: 14px;
    color: #111;
    text-align: center;
}

/* Packeta widget — styl spójny z kartą InPost */
#packetery-widget,
#packetery-widget .widget-left,
#packetery-widget .col-md-12,
#packetery-widget .zas-box {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.carrier-extra-content #packetery-widget .zas-box {
    padding: 0;
}
.carrier-extra-content button.open-packeta-widget,
.carrier-extra-content button.open-packeta-widget-hd {
    background-color: #b62028 !important;
    border-color: #b62028 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 18px !important;
    border-radius: 2px;
    text-transform: none;
    box-shadow: none;
    transition: background-color .15s ease;
    float: none;
    width: 100%;
}
.carrier-extra-content button.open-packeta-widget:hover,
.carrier-extra-content button.open-packeta-widget:focus,
.carrier-extra-content button.open-packeta-widget-hd:hover,
.carrier-extra-content button.open-packeta-widget-hd:focus {
    background-color: #8e1820 !important;
    border-color: #8e1820 !important;
    color: #fff !important;
}
.carrier-extra-content #packetery-widget .col-md-12 {
    padding: 16px;
}
.carrier-extra-content #selected-branch {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    font-weight: 600;
    color: #111;
}
.carrier-extra-content #selected-branch .picked-delivery-place {
    font-weight: 400;
    color: #333;
}
.carrier-extra-content #selected-branch:has(.picked-delivery-place:empty) {
    display: none;
}

/* Checkout — poprawki mobile */
@media (max-width: 575.98px) {
    .checkout-progress-bar-wrapper {
        overflow: hidden;
    }
    .checkout-progress-bar {
        gap: 0;
    }
    .checkout-progress-step .step-indicator {
        width: 36px;
        height: 36px;
    }
    .checkout-progress-step .step-number svg,
    .checkout-progress-step .step-check svg {
        width: 20px;
        height: 20px;
    }
    .checkout-progress-connector {
        flex: 1 1 auto;
        min-width: 0;
    }
    .checkout-step-actions,
    #payment-confirmation,
    #payment-confirmation .ps-shown-by-js {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .checkout-step-actions > .btn,
    .checkout-step-actions > button,
    #payment-confirmation > .btn,
    #payment-confirmation > button,
    #payment-confirmation .ps-shown-by-js > .btn,
    #payment-confirmation .ps-shown-by-js > button,
    .checkout .btn-continue,
    .checkout .btn-back,
    .checkout-form .continue.btn,
    .checkout-form .cancel-address.btn {
        display: block;
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        float: none !important;
        white-space: normal;
        word-break: break-word;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0 0 8px;
    }
}

/* Carrier group titles on /zamowienie shipping step (client feedback 2026-05-11) */
.delivery-options-list .carrier-group-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 24px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-gray-200, #e5e5e5);
}
.delivery-options-list .carrier-group-title:first-of-type {
    margin-top: 8px;
}
.confirmation-contact {
    display: flex;
    gap: 6px;
    align-items: baseline;
    margin-top: 6px;
}
.confirmation-contact .detail-value a {
    color: inherit;
    text-decoration: underline;
}

/* Checkbox "Załóż konto" w kroku Dane osobowe checkoutu */
.js-piumo-create-account {
    margin: 16px 0 8px;
}
.js-piumo-create-account .piumo-create-account-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    color: var(--color-text-dark, #222);
}
.js-piumo-create-account .piumo-create-account-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid var(--color-gray-300, #d1d1d1);
    background: #fff;
    cursor: pointer;
    position: relative;
    flex: 0 0 18px;
    border-radius: 0;
}
.js-piumo-create-account .piumo-create-account-checkbox:checked {
    background: var(--color-primary, #EF772E);
    border-color: var(--color-primary, #EF772E);
}
.js-piumo-create-account .piumo-create-account-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.js-piumo-create-account .piumo-create-account-optional {
    color: var(--color-text-light, #888);
    font-weight: 400;
}
.piumo-password-wrapper[hidden] {
    display: none !important;
}

/* Wyzeruj border-radius na wszystkich inputach na całym sklepie
   (klient feedback 2026-05-11). Nadpisuje .form-control z theme.css (border-radius:8px) */
.form-control,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="date"],
select,
textarea,
.input-group,
.input-group > .form-control,
.input-group-append > .btn,
.input-group-prepend > .btn,
.input-group-btn > .btn {
    border-radius: 0 !important;
}

/* 10px gap między polem hasła a przyciskiem "Pokaż" */
.field-password-policy .input-group,
.piumo-password-wrapper .input-group {
    gap: 10px;
}
.field-password-policy .input-group > .form-control,
.piumo-password-wrapper .input-group > .form-control {
    margin-right: 0;
}
.field-password-policy .input-group .input-group-append,
.field-password-policy .input-group .input-group-btn,
.piumo-password-wrapper .input-group .input-group-append,
.piumo-password-wrapper .input-group .input-group-btn {
    margin-left: 0;
}

/* Slider — cały film klikalny do target URL */
.tvslider-video-overlay-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

/* Megamenu — sztywny layout: lewa kolumna | 3 kolumny środkowe × 2 rzędy | obrazek (absolutny po prawej) */
@media (min-width: 768px) {
    .tv-menu-horizontal .tv-sub-menu .tv-menu-row {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
        grid-template-rows: auto auto;
        grid-auto-flow: row;
        align-content: start;
        margin: 0 auto;
        width: 100%;
        max-width: 1340px;
        padding-right: 22%;
    }
    @media (min-width: 1200px) {
        .tv-menu-horizontal .tv-sub-menu .tv-menu-row {
            padding-right: 20%;
        }
    }
    @media (min-width: 1400px) {
        .tv-menu-horizontal .tv-sub-menu .tv-menu-row {
            padding-right: 18%;
        }
    }
    .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .tv-menu-col {
        flex: none;
        max-width: none;
        width: auto;
    }
    .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .left-menu-block {
        grid-column: 1;
        grid-row: 1 / span 2;
    }
    .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .megamenu-hover-image-col {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 22%;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (min-width: 1200px) {
        .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .megamenu-hover-image-col {
            width: 20%;
        }
    }
    @media (min-width: 1400px) {
        .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .megamenu-hover-image-col {
            width: 18%;
        }
    }
    .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .megamenu-hover-image-col .megamenu-hover-image {
        height: 100%;
    }
    .tv-menu-horizontal .tv-sub-menu .tv-menu-row > .megamenu-hover-image-col .megamenu-hover-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
