/******* Start Common.css *******/
/***** start header *****/
#header {
    background-color: transparent;
    color: #999;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    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: #000000;
    width: 100%;
    left: 0;
    padding: 0 20px;
    margin: 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: 0;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .tvcmsdesktop-top-header-box {
        height: auto !important;
        flex-direction: column-reverse;
    }

    .tvcms-header-menu-offer-wrapper {
        justify-content: center;
    }

    .tvcmsheader-nav-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tv-menu-horizontal li.level-1 {
        padding: 0;
    }

    .tv-menu-horizontal ul li.level-1>a {
        padding: 0 8px !important;
    }

    .tv-menu-horizontal ul li.level-1>a span {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .tvcmsheader-sticky.sticky {
        padding: 0 4px;
    }
}

/*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 *****/
.tvcmsmobile-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E20813;
    padding: 8px 0;
}

/***** start logo *****/
.tv-header-logo {
    padding: 5px 0;
}

.tv-header-logo {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: start;
    align-items: center;
    text-align: left;
}

/*.tv-header-logo a{
    width: 100%;
}*/
#tvcmsmobile-header-logo .tv-header-logo img {
    width: 90px;
}

.tv-header-logo img {
    width: 90px;
    max-width: 100%;
}

.tvcms-loading-inner img.logo {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .tv-header-logo img {
        width: 90px;
    }
}

/***** end logo *****/
/***** start horizontal menu *****/
.tvcmsdesktop-top-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.tvmain-menu-sub-menu .top-menu.tv-header-menu {
    overflow: hidden;
    margin: 0;
}

.tvcmsdesktop-top-header-wrapper .tvcmsmain-menu-wrapper {
    position: relative;
    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: #ffffff;
    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: #E30606;
    bottom: 0;
    left: 0;
    transition: all 400ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#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: #222222;
    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: #E30606;
}

.tvcms-header-menu .tv-header-menu>li>.tvmenu-link-wrapper i {
    color: #ffffff;
    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;
}

.tvmobileheader-offer-wrapper .tvheader-nav-offer-text {
    display: -webkit-inline-box;
}

/***** start header right *****/
/***** offer text *****/
.tvcmsmobile-header-right {
    position: relative;
    z-index: 1;
}

.tv-contact-account-cart-wrapper {
    display: flex;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    text-align: right;
}

.tv-contact-account-cart-wrapper hr,
.tvcmsmobile-cart-acount-text hr {
    width: 1px;
    height: 28px;
    background: #fff;
    margin: 0;
}

.tv-myaccount-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    color: #fff;
    font-size: 12px;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tv-myaccount-btn span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 8px;
}

.tv-myaccount-btn:hover {
    color: #e20813;
}

@media (max-width: 991px) {
    .tv-myaccount-btn span {
        display: none;
    }
}

.tvcms-header-cart {
    display: flex;
    align-items: center;
    height: 60px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.tvheader-cart-wrapper {
    /*padding: 29px 0 29px 24px;*/
}

.tv-cart-icon-main {
    margin-inline-end: 20px;
    position: relative;
}

.tv-account-wrapper {
    padding: 0;
}

#tvcmsdesktop-account-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.tvcart-icon-text-wrapper .tvcart-lable,
.tv-account-wrapper .tv-myaccount-btn span {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    line-height: 14px;
    max-width: 100%;
}

.tvcart-total-price {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

/***** start search right *****/
#header .tvsearch-top-wrapper {
    position: relative;
    padding: 0 !important;
}

#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 {
    position: relative;
    padding: 0;
    cursor: auto;
    float: none;
}

#tvcmsmobile-search .tvsearch-header-display-wrappper form {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tvsearch-header-display-wrappper form {
    width: 25%;
    background-color: #000;
    align-items: center;
    border: 0;
    border-radius: 3px;
    gap: 20px;
}

.tvheader-top-search-wrapper {
    /*background-color: #E30606;*/
}

.tvheader-top-search-wrapper:hover {
    /*background-color: #222222;*/
}

.tvcmssearch-dropdown {
    background-color: #ffffff;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 90;
}

.tvcmsheader-search-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #000;
    z-index: 99;
    transform: translateY(-100%);
    /* opacity: 0; */
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.15s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.15s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.15s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.15s ease-in-out;
}

.tvcmsheader-search.search-widget form button[type=submit] .tvserach-name,
#_desktop_search .tvcmsheader-search .tvserach-name {
    display: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.tvcmsheader-search.search-widget form button[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background: #e20813;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvcmsheader-search.search-widget form button[type=submit]:hover {
    border-radius: 30px;
}

.tvcmsheader-search.search-widget form button[type=submit] svg path {
    fill: #fff !important;
}

.tvcmsheader-search.search-widget form button[type=submit] i {
    font-size: 0;
    background-image: url(../img/themevolty/sprite.png);
    background-position: 0px -706px;
    width: 50px;
}

.tvcmsheader-search .tvcms-select-category {
    display: block;
    border: none;
    min-width: 90px;
    font-size: 12px;
    color: #222222;
    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;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    gap: 15px;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    width: 100%;
    z-index: 90
}

#header .tvsearch-result {
    position: relative;
    margin: 0;
}

.tvsearch-more-search-wrapper {
    text-align: center;
    margin: 0;
}

.tvcmsheader-search.search-widget form input[type=text] {
    height: 45px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 16px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 3px;
}

.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: #E30606;
}

.tvsearch-dropdown-close-wrapper {
    display: none;
    position: absolute;
    right: 4px;
    top: 4px;
}

@media (max-width: 991px) {
    #header .tvsearch-header-display-wrappper {
        padding: 0;
    }
}

/***** start deckstop and mobile my account *****/
.tvcms-header-myaccount {
    position: relative;
    cursor: pointer;
}

.tvcms-header-myaccount .tv-myaccount-btn i {
    cursor: pointer;
    display: block;
    margin-right: 8px;
}

.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 #E30606;*/
    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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tvheader-nav-offer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

.tvheader-nav-offer-text i {
    font-size: 16px;
    color: #000000;
    margin-inline-end: 5px;
}

.tvheader-nav-offer-text {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.tvheader-nav-offer-text p {
    margin-bottom: 0;
    color: #000000;
}

/***** start deckstop language *****/
.tvheader-language-currency-wrapper {
    text-align: right;
    margin-left: 5px;
}

.tvheader-language {
    margin-right: 0px;
}

.tvheader-language,
.tvheader-currency {
    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: #fff;
    font-size: 12px;
    width: 100%;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#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: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 60px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#tvcmsdesktop-language-selector .tv-language-btn:hover {
    color: #e20813;
}

#tvcmsdesktop-language-selector .tv-language-btn .tvimage-lazy {
    margin-right: 5px;
    margin-bottom: 2px;
}

#tvcmsdesktop-language-selector .tv-language-btn i,
#tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: #fff;
    font-size: 14px;
    width: 20px;
    text-align: center;
}

#tvcmsdesktop-language-selector .tv-language-btn:hover>.tv-language-span,
#tvcmsdesktop-language-selector .tv-language-btn:hover>i {
    color: #e20813 !important;
}

#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: #000000;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.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: #E30606;
}

#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: #000000;
    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: #E20813;
}

/*.tv-account-dropdown > div {
    border-bottom: 1px solid #e5e5e5;
}*/
.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 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222222;
    line-height: 33px;
}

.tv-language-dropdown li a:hover,
.tv-currency-dropdown li a:hover {
    color: #e20813;
}

.tv-language-dropdown,
.tv-currency-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    background-color: #ffffff;
    text-align: left;
}

.tv-language-dropdown li a svg {
    height: 22px;
    object-fit: contain;
    border-radius: 50%;
}

@media(max-width: 576px) {
    .tv-language-dropdown li a {
        font-size: 12px;
    }

    .tv-language-dropdown li a svg {
        height: 20px;
    }
}

/***** media language *****/
/***** start decsktop cart *****/
.tvheader-cart-btn-wrapper {
    position: relative;
}

.tv-cart-icon i {
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222222;
    display: none;
}

.tvcart-no-product {
    padding: 15px;
}

.tv-header-cart .tv-cart-icon {
    display: flex;
    margin: 0;
}

.tv-header-cart .tv-cart-icon:hover svg path {
    fill: #e20813 !important;
}

.tv-header-cart .tv-cart-icon svg path {
    fill: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tv-cart-cart-inner {
    /* position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    right: 2px;
    top: -2px;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #E30606;*/
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tvcart-no-product-label {
    text-align: center;
}

.tvcmscart-show-dropdown {
    width: 340px;
    position: absolute;
    right: 0;
    z-index: 90;
    background-color: #ffffff;
    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 ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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);
}

.tvcart-product-totle {
    margin-bottom: 10px;
    color: #666666;
}

.tvcart-product-list {
    padding: 15px 35px;
    border-top: 1px solid #e5e5e5;
    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: #000000;
    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: #666666;
}

.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: #ffffff;
    font-size: 16px;
}

.tvcart-product-remove a {
    background-image: url(../img/themevolty/sprite.png);
    height: 40px;
    width: 40px;
    background-position: -5px 145px;
    display: block;
}

.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: #222;
    font-weight: 600;
}

span.tvcart-product-price {
    float: right;
    color: #000;
    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 #e5e5e5;
    padding-top: 10px;
}

.tvcart-product-list-viewcart {
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.tvcart-product-list-checkout {
    background-color: #E30606;
    border-radius: 3px;
    text-align: center;
}

.tvcart-product-list-viewcart:hover {
    background-color: #E30606;
}

.tvcart-product-list-checkout:hover {
    background-color: #ffffff;
}

.tvcart-product-list-viewcart:hover a {
    color: #ffffff;
}

.tvcart-product-list-checkout:hover a {
    color: #222222;
}

.tvcart-product-list-checkout a,
.tvcart-product-list-viewcart a {
    display: block;
    color: #000;
    font-weight: 600;
    padding: 13px 10px;
}

.tvcart-product-list-checkout a {
    color: #ffffff;
}

.tvorder-conformation-wrapper {
    margin-bottom: 100px;
}

.tvshopping-cart-quentity {
    margin: 0 7px;
}

.tvcart-product-list-btn-wrapper {
    padding: 35px;
    background-color: #000;
}

/***** Media cart *****/
/***** Media cart *****/
#blockcart-modal .cart-content .cart-content-btn .btn-secondary:hover {
    background-color: #373737;
    color: #ffffff;
}

@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: #ffc800;
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.tvcategory-title-wrapper .tvleft-right-title span {
    text-align: left;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

/****** 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: #222222;
}

.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: #222222;
}

.tvleft-right-penal-all-block .tvall-product-bottom-link-block,
.tvcmsblog-left-side .tvnews-event-link,
.tvallproduct-link,
.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: #E30606;
}

.tv-total-product-number {
    line-height: 40px;
}

.tv-total-product-number {
    line-height: 40px;
}

.tvcmstab-title-product {
    margin-bottom: 80px;
}

.tvcmsspecial-product,
.tvcmsfeatured-product,
.tvcmsbest-seller-product,
.tvcmsnew-product,
.tvcmssame-category-product,
.tvcmscross-selling-product,
.tvcmslike-product {
    margin-bottom: 0;
    display: flex;
}

/***** product title design *****/
.tvcmsmain-title-wrapper {
    /* margin: 50px 0; */
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.tvcms-main-title .tvmain-title {
    position: relative;
    padding: 0 20px;
}

.tvtab-title-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;
}

.tvcustomer-services .tvcmsmain-title-wrapper {
    display: none;
}

.tvtab-product .tvcms-main-title {
    /*float: left;*/
}

.tvtab-product .tvtab-title-wrapper .tvtabs-products {
    margin-bottom: 0;
    display: inline-block;
}

.tvtab-title-wrapper .tvtabs-products li {
    padding: 11px 30px;
    border-radius: 3px;
    background-color: #f5f5f5;
    margin: 0 10px;
    border: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.tvtab-title-wrapper .tvtabs-products li span {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #666;
}

.tvtab-title-wrapper .tvtabs-products li:hover,
.tvtab-title-wrapper .tvtabs-products li.active {
    background-color: #E30606;
    border: none;
}

.tvtab-title-wrapper .tvtabs-products li:hover span,
.tvtab-title-wrapper .tvtabs-products li.active span {
    color: #ffffff;
}

.tvtab-product {
    overflow: hidden;
}

.tvcms-main-title .tvmain-title h2 {
    font-size: 24px;
    color: #222;
    line-height: 25px;
    position: relative;
    font-weight: 600;
    /* padding-bottom: 15px; */
    margin-bottom: 0;
    display: inline-block;
    /* z-index: 1; */
}

.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: 15px;
    position: relative;
    z-index: 1;
    /*display: none;*/
}

.tvcms-main-title .tvmain-desc {
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    color: #666666;
    z-index: 0;
}

/***** tab title *****/
@media(max-width: 1380px) {
    .tvtab-title-wrapper .tvtabs-products li span {
        /*font-size: 15px;*/
    }

    .tvtab-title-wrapper .tvtabs-products li {
        /*      padding: 9px 8px;
        margin: 0 4px;*/
    }

    .tvcms-main-title .tvmain-title h2 {
        /*font-size: 28px !important;*/
    }
}

@media(max-width: 1280px) {

    .tvcms-main-title .tvmain-title h2,
    .tvinstagram-slider-title-wrapper .tvinstagram-title,
    .tvinstagram-slider-title-wrapper .tvinstagram-user-name {
        /*font-size: 24px !important;*/
    }

    .tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
        font-size: 22px !important;
    }

    .tvproduct-name h6,
    .product-price-and-shipping .price {
        /*font-size: 15px !important;*/
    }

    .tvproduct-wrapper .tvproduct-timer-wrapper .hours,
    .tvproduct-wrapper .tvproduct-timer-wrapper .minutes,
    .tvproduct-wrapper .tvproduct-timer-wrapper .days,
    .tvproduct-wrapper .tvproduct-timer-wrapper .seconds {
        font-size: 12px !important;
    }

    .tvproduct-wrapper .tvproduct-timer-wrapper {
        min-width: 20px;
    }

    .tvcart-icon-text-wrapper .tvcart-lable,
    .tv-account-wrapper .tv-myaccount-btn span {
        font-size: 15px !important;
    }

    .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;
    }

    .tvservices-content-box .tvservices-title {
        /*font-size: 15px !important;*/
        /* color: #ffffff; */
    }

    .tvfooter-title-wrapper .tvfooter-title,
    .tvdekstop-footer-all-title-wrapper .tvfooter-title {
        font-size: 16px !important;
    }

    .tvcategory-slider-info-box {
        font-size: 14px !important;
    }

    .tvtabcategory-product-li a:not([href]):not([tabindex]),
    .tvtabcategory-show a:not([href]):not([tabindex]),
    .tvtabcategory-hide a:not([href]):not([tabindex]) {
        font-size: 12px !important;
    }
}

/***** Start All Product design *****/
/***** Start Main Wrapper *****/
.tvproduct-wrapper {
    background-color: #fff;
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.tvproduct-wrapper:hover {
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 12%);
}

.tvproduct-wrapper.grid .tvproduct-btn-color,
.tvproduct-wrapper.grid-2 .tvproduct-btn-color {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    text-align: center;
    right: 15px;
    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-btn-color,
.tvproduct-wrapper.grid-2:hover .tvproduct-btn-color {
    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: 30px;
}

.tvall-product-wrapper-info-box {
    /* width: 320px; */
    padding: 0 8px;
}

/*.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-slide {
    margin: 0 4px;
}

.slick-slide img {
    width: 100% !important;
    border-radius: 10px;
    cursor: pointer;
}

.slick-dots li button:before {
    font-size: 30px
}

.slick-dots li {
    margin: 0
}

.tvvertical-slider img.thumb {
    display: inline-block;
    border: 1px solid #f7f7f7;
}

.tvvertical-slider img.thumb.selected,
.tvvertical-slider img.thumb:hover {
    /*border: none;*/
}

/***** Start Product Review *****/
.tvproduct-wrapper .tvall-product-star-icon {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.tvall-product-star-icon .star i {
    font-size: 14px;
    color: #cccccc;
    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: 15px;
    top: 15px;
    z-index: 1;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tvproduct-page-wrapper .tvproduct-flags {
    opacity: 1;
}

.tvproduct-wrapper:hover .tvproduct-flags {
    opacity: 1;
}

.tvproduct-online-new-wrapper .tvproduct-flags li {
    text-align: left;
}

.tvproduct-sale-pack-wrapper {
    right: 15px;
    left: auto;
    text-align: right;
}

.tvproduct-flags.tvproduct-sale-pack-wrapper {
    background-color: #dd0606;
    border-radius: 0;
}

.tvproduct-online-new-wrapper {
    left: 15px;
    right: auto;
    text-align: left;
}

.tvproduct-flags.tvproduct-online-new-wrapper {
    background-color: #2aa7e8;
    border-radius: 0;
}

.tvproduct-sale-pack-wrapper .tvproduct-flags li {
    text-align: right;
}

.tvproduct-flags.tvproduct-sale-pack-wrapper li {
    color: #E30606;
}

.tvproduct-flags li {
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    text-transform: capitalize;
    -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;
    /*margin-bottom: 5px;*/
}

.tvproduct-flags li,
.tvproduct-flags.tvproduct-sale-pack-wrapper li {
    background: #e20813;
    padding: 3px 10px;
    text-transform: uppercase;
    transform: skewx(-15deg);
    transform-origin: bottom left;
    display: inline-block;
    color: #FFF;
    position: absolute;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 1;
}

.tvproduct-flags.tvproduct-online-new-wrapper {
    opacity: 1;
}

/***** 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;
}

.tvproduct-wrapper .lazy {
    position: relative;
}

img.lazy.loaded {
    height: auto;
    width: auto;
    background: none;
}

.tvproduct-wrapper .lazy,
img.lazy {
    background: #ffffff 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;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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;
    background-color: #fff;
}

.tvproduct-wrapper:hover .tvproduct-hover-img {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

/*****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: 15px;
    text-align: center;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tvproduct-wrapper:hover.grid .tvproduct-timer,
.tvproduct-wrapper:hover.grid-2 .tvproduct-timer {
    opacity: 0;
}

.tvproduct-wrapper .tvtimer-wrapper {
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    background-color: #ffffff;
    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;
}

.tvproduct-wrapper .tvproduct-timer-icon i {
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.tvproduct-wrapper .tvproduct-timer-wrapper {
    position: relative;
    height: auto;
    margin: 0 2px;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.tvproduct-wrapper .tvproduct-timer-wrapper .seconds {
    color: #E30606;
    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: #333333;
    font-size: 13px;
    font-weight: 400;
}

.tvproduct-wrapper .tvtimer-dot {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2.5px;
    font-size: 14px;
    color: #111111;
}

.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;
    }
}

/*@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: auto;
    bottom: 5px;
    z-index: 10;
    display: flex;
    justify-content: center;
    text-align: center;
    right: 0;
    left: 0;
    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;
    -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 .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-wishlist,
.tvproduct-wrapper.grid-2 .tvproduct-wishlist,
.tvproduct-wrapper.grid .tvcompare-wrapper,
.tvproduct-wrapper.grid-2 .tvcompare-wrapper {
    margin: 5px 0px;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    opacity: 0;
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tvproduct-page-wrapper .tvproduct-wishlist {
    margin: 5px 0px;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    /*display: inline-block;*/
    vertical-align: middle;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.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);
    opacity: 1;
}

.tvcmsfeatured-product .tvproduct-wishlist,
.tvcmsfeatured-product .tvcompare-wrapper {
    display: none !important;
}

.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: initial;
    white-space: inherit;
    width: 100%;
    text-align: center;
    /*padding: 8px 25px;*/
    /*border-radius: 2px;
    color: #fff;*/
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.tvproduct-wrapper .tvproduct-add-to-cart-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 600;
}

.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart-label {
    color: #ffffff;
}

.tvproduct-wrapper .tvproduct-out-of-stock .tvproduct-add-to-cart-label {
    color: #333;
    font-size: 13px;
    line-height: normal;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.tvproduct-page-wrapper .tvproduct-wishlist .tvproduct-wishlist-wrapper-icon,
.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-wrapper-icon {
    display: flex;
}

/*.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart,*/
.tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon,
.tvproduct-page-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 50%;
    color: #000;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon,
.tvproduct-page-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon {
    background: #E30606;
    /* border-radius: 20px; */
}

.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart {
    color: #E30606;
}

.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
    padding: 0;
    /* 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-cart-btn .tvproduct-add-to-cart svg.out-of-stock.hide path,
.tvcompare-wrapper:hover .tvproduct-compare .tvproduct-compare-icon svg.remove path,
.tvproduct-cart-btn:hover .tvproduct-add-to-cart svg.add-cart path,
.tvproduct-cart-btn:hover .tvproduct-add-to-cart svg.out-of-stock.hide path,
.tvproduct-quick-btn:hover .tvproduct-quick-icon svg path,
.tvproduct-wishlist:hover .tvproduct-wishlist-wrapper .tvproduct-wishlist-icon path,
.tvcompare-wrapper:hover .tvproduct-compare .tvcmsproduct-compare-btn.tvproduct-compare-icon svg.add path,
.tvproduct-page-wrapper .tvproduct-wishlist:hover .panel-product-line svg 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 {
    fill: #ffffff !important;
}

.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon svg.hide,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart svg.hide,
.tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon 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 svg.remove {
    color: #ffffff;
    background-color: #E30606;
    /*border: 1px solid #E30606;*/
    background-position: -158px -609px;
}

.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock {
    z-index: 2;
    opacity: 1;
    background: initial;
    border-radius: 3px;
    color: #222;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-out-of-stock {
    color: #E30606;


}

.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-out-of-stock .tvproduct-add-to-cart-label {
    color: #E30606;
}

.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: #E30606
}

/***** end Start cart-Quick-compare-wishlist Hover btn *****/
/*****Start Product Title & Price*****/
.tvproduct-name.product-title a h3 {
    /*height: 92px;*/
    height: 55px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .tvproduct-cat-name {
        font-size: 11px;
    }

    .tvproduct-name.product-title a h3 {
        font-size: 13px;
    }

    .product-price-and-shipping .price {
        font-size: 24px;
    }

    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
        padding: 0;

    }

    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart i.material-icons {
        font-size: 24x;
        position: absolute;
        right: 10px;
        color: #444444;
    }

    .tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon,
    .tvproduct-page-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
    .tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
    .tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon {
        width: 28px;
        height: 28px;
    }
}

/*.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: #333333;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 400;
    color: #E30606;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.product-price-and-shipping .regular-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #666666;
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.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: flex;
    flex-direction: row;
    gap: 2px;
}

@media (max-width: 575px) {
    .tvproduct-wrapper .product-price-and-shipping {
        flex-direction: column;
    }
}

.product-price-and-shipping .tvproduct-discount-price {
    color: #999999;
    font-weight: 400;
    font-size: 11px;
    padding: 3px;
    border: 1px solid #cccccc;
    display: none;
}

.tvproduct-info-box-wrapper {
    padding: 18px;
    text-align: left;
    position: relative;

}

.tvproduct-info-box-wrapper:after {
    content: '';
    background-color: #eeeeee;
    height: 1px;
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.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: #000000;
}

.tvproduct-cart-quentity-increment,
.tvproduct-cart-quentity-decrement {
    background-color: #222222;
    border: none;
    color: #ffffff;
}

.tvproduct-cart-quentity-increment:hover,
.tvproduct-cart-quentity-decrement:hover {
    background-color: #E30606;
}

#products.list-2 .tv-product-desc,
#products.list .tv-product-desc {
    font-size: 14px;
    color: #666666;
    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: #666666;
    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: 10px;
}

#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: 15px;
}

.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: 33.33%; */
    }

    .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: 20%;
    }
}

@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: none;
    border-radius: 15px;
}

.tvnew-product,
.tvbest-seller-product,
.tvfeatured-product {
    margin: 0;
}

.tvall-product-offer-banner {
    /*display: flex;*/
    flex-wrap: wrap;
}

.tvall-product-branner {
    width: 20%;
    float: left;
    padding: 0 7.5px;
}

.tvimage-true {
    width: 80%;
    float: left;
    padding: 0px;
}

.tvcmsnew-product .tvall-product-offer-banner,
.tvcmsbest-seller-product .tvall-product-offer-banner {
    margin: 0 -7.5px;
}

.tvcmsspecial-product .tvall-product-offer-banner {
    margin: 0 -15px;
}

/***** 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: 80px;
}

.tvmain-all-product-wrapper .owl-stage-outer {
    margin-right: 1px;
}

.tvmain-all-product-wrapper .owl-item.active {
    border-right: 1px solid #f7f7f7;
}

.tvleft-right-product-slider .tvproduct-wrapper {
    padding: 15px 5px;
    margin-bottom: 0;
    /*border-bottom: 1px solid #f7f7f7;*/
    border-left: none;
    border-right: none;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    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: 0;
    position: relative;
}

.tvfooter-product-box-layout .tvleft-right-product-slider .tvproduct-wrapper {
    border-bottom: 1px solid #eeeeee;
}

.tvfooter-featured-product-prev.tvcmsprev-btn,
.tvfooter-new-product-prev.tvcmsprev-btn,
.tvfooter-best-seller-product-prev.tvcmsprev-btn {
    right: 30px;
}

.tvfooter-featured-product-next.tvcmsnext-btn,
.tvfooter-new-product-next.tvcmsnext-btn,
.tvfooter-best-seller-product-next.tvcmsnext-btn {
    right: 0;
}

.tvleft-right-product-slider .tvproduct-name.product-title a h3 {
    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(min-width: 1401px) {
    .tvall-product-branner .tvbanner-hover-wrapper {
        display: block;
        padding: 0 3px;
        background: #fff;
        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%;
    }
}*/

/*======start image products========*/

.modal-dialog figure {
    width: 80%;
    padding: 10px;
    margin: 0;
}

#product-description-short {
    display: none;
}

#product-modal .modal-content .modal-body {
    padding: 30px;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    height: 100%;
    object-fit: contain;
    /* padding-right: 10px;
    margin-top: 6px; */
    border-radius: 15px;
}

#product-modal .modal-content .modal-body .mask.nomargin {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e01313 #f1f1f1;
}

#product-modal .modal-content .modal-body .mask.nomargin::-webkit-scrollbar {
    width: 8px;
}

#product-modal .modal-content .modal-body .image-caption {
    display: none;
}

#product-modal .modal-content .modal-body .thumbnails {
    width: 20%;
}

#product-modal .modal-content .modal-body .mask {
    max-height: 410px;
}

#product-modal .modal-content {
    min-height: auto;
}

body.mobile #product-modal .modal-content {
    margin-top: 100px;
}

#product-modal .modal-content .modal-body .mask {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #e01313 #f1f1f1;
}

#product-modal .modal-content .modal-body .product-images .slick-next,
.slick-prev {

    display: none;

}

#product-modal .modal-content .modal-body .product-images .custom-prev,
.custom-next {
    display: block !important;
    color: black;
}

@media (max-width: 767px) {
    .modal-dialog figure {
        width: 100%;
    }

    #product-modal .modal-content .modal-body .thumbnails {
        width: 100%;
    }

    #product-modal .modal-content .modal-body .product-images {
        display: flex;
        align-items: center;
        width: 100%;
    }

    #product-modal .modal-content .modal-body .mask.nomargin {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #e01313 #f1f1f1;
    }

    #product-modal .modal-content .modal-body .product-images img {
        /* width: 200px !important; */
    }

    #product-modal .product-images>li.thumb-container {
        padding-right: 5px;
    }
}

/*=======end image products=======*/
/* product page */




#product-description-short-2 p span {
    line-height: 20px;
}

.tvproduct-page-wrapper .tvall-product-star-icon .tvall-product-review:hover {
    color: #373737;
}

.tvproduct-description-tab .nav-tabs li.nav-item {
    margin: 0
}

.tvproduct-description-tab .nav-tabs .nav-item .nav-link {
    position: relative;
    color: #333;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0;
    margin-right: 30px;
    border: 0;
    border-bottom: 2px solid #fafafa;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvproduct-description-tab .nav-tabs .nav-item .nav-link:hover {
    opacity: .9;
}

.tvproduct-description-tab .nav-tabs .nav-item .nav-link:before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
}

.tvproduct-description-tab .nav-tabs .nav-item .nav-link:hover:before {
    left: 0;
    width: 100%;
    background: #e20813;
}

.pack-product-container .pack-product-name a {
    color: #373737;
}

.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;
    background-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.facebook.icon-black a:hover {
    background-position: -55px -62px;
    background-color: #ffffff;
}

.twitter.icon-black a:hover {
    background-position: -55px -111px;
    background-color: #ffffff;
}

.rss.icon-black a:hover {
    background-position: -55px -155px;
    background-color: #ffffff;
}

.youtube.icon-black a:hover {
    background-position: -55px -205px;
    background-color: #ffffff;
}

.googleplus.icon-black a:hover {
    background-position: -55px -255px;
    background-color: #ffffff;
}

.pinterest.icon-black a:hover {
    background-color: #ffffff;
    background-position: -55px -311px;
}

.vimeo.icon-black a:hover {
    background-position: -55px -355px;
    background-color: #ffffff;
}

.instagram.icon-black a:hover {
    background-position: -55px -405px;
    background-color: #ffffff;
}

/***** pagination btn *****/
.tvmain-slider-next-pre-btn {
    display: block;
}

.tvcmsprev-btn {
    /* height: 35px;
    width: 35px;
    border-radius: 3px;
    right: 45px;
    background-color: #f5f5f5;
    border-radius: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    /* background-color: #e0e0e0;
    border-radius: 8px; */
}

.tvcmsnext-btn {
    /* height: 35px;
    width: 35px;
    border-radius: 3px;
    right: 0;
    background-color: #f5f5f5;
    border-radius: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    /* background-color: #e0e0e0;
    border-radius: 8px; */
}

.tvcmsprev-btn:hover {
    /* border: 1px solid #E30606;
    background-color: #E30606; */
}

.tvcmsnext-btn:hover {
    /* border: 1px solid #E30606;
    background-color: #E30606; */
}

.tvcmsnext-btn:hover i,
.tvcmsprev-btn:hover i {
    color: #777;
}

.tvcmsprev-btn i,
.tvcmsnext-btn i {
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*.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,
.lang-rtl .tvmain-slider-next-pre-btn .tvcmsprev-btn {
    left: -50px;
    right: auto;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    -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;
}

.tvmain-slider-next-pre-btn .tvcmsnext-btn,
.lang-rtl .tvmain-slider-next-pre-btn .tvcmsnext-btn {
    right: -50px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    -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;
}

.tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsnext-btn,
.lang-rtl .tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsnext-btn {
    right: 100px;
}

.tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsprev-btn,
.lang-rtl .tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsprev-btn {
    left: 100px;
}

.tvcms-brandlist-pagination-wrapper .tvcms-brandlist-next-pre-btn .tvbrandlist-slider-prev {
    left: 10px;
}

.tvcms-brandlist-pagination-wrapper .tvcms-brandlist-next-pre-btn .tvbrandlist-slider-next {
    right: 10px;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    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 {
    border: none;
    background-color: #00000060;
    height: 10px !important;
    width: 10px !important;
    border-radius: 15px;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: -all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
}

.nivo-controlNav .nivo-control.active,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background-color: #E30606;
}

.nivo-controlNav .nivo-control:before {
    display: none;
}

.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*****/
.block_newsletter {
    margin-bottom: 0;
    height: 100%;
}

.block_newsletter,
.satisfaction-wrapper {
    height: 100%;
    padding: 50px;
}

.tvnewsletter-lable-wrapper {
    position: relative;
    text-align: left;
}

.tvnewsletter-description p {
    color: #666666;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.tvnewsleeter-input-button-wraper {
    position: relative;
    margin-bottom: 0;
}

.tvnewsleteer-btn-wrapper {
    position: absolute;
    top: 11px;
    right: 13px;
}

.block_newsletter form {
    width: 100%;
}

.tvnewsleteer-btn-wrapper .btn-primary:hover {
    background-color: #E30606;
}

.tvnewsleeter-input-button-wraper .input-wrapper input {
    width: 100%;
    height: 55px;
    color: #666666;
    background-color: #ffffff;
    border: none;
    /* min-width: 200px; */
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}

.tvnewsleeter-input-button-wraper .input-wrapper input::placeholder {
    color: #333;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
}

@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 #cccccc;
    padding: 0 10px;
}

.tvfooter-storelogo-inner .tvtags-wrapper-info .tvtags-title a {
    color: #999999;
}

.tvfooter-storelogo-inner {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
    /*text-align: center;*/
}

.footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    margin: 0 auto;
    background-color: #000;
    /* background-image: linear-gradient(rgba(0, 0, 0), rgb(0, 0, 0, 0)), url(/shop/img/carbon_pattern.svg); */
    background-size: 100% 100%, 1em auto;
    background-repeat: repeat;
    padding-top: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
    /*border-top: 1px solid rgba(0, 0, 0, 0.07);*/
}

.block-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media(max-width: 1200px) {
    .block-footer {
        margin: 0;
    }
}

.block-footer .block-social {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.block-footer .block-social span {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

.block-footer .block-social li {
    background: transparent;
}

.block-footer .block-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block-footer .block-social li a:hover {
    color: transparent;
    border: 1px solid #fff;
    background: #fff;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.block-footer .block-social li a span {
    display: none;
}

.block-footer .block-social li a svg {
    width: 16px;
    height: 16px;
    fill: #999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block-footer .block-social li.facebook a:hover svg {
    fill: #3c5a98;
}

.block-footer .block-social li.twitter a:hover svg {
    fill: #000;
}

.block-footer .block-social li.youtube a:hover svg {
    fill: #e84542;
}

.block-footer .block-social li.instagram a:hover svg {
    fill: #4c61b0;
}

.tvfooter-storelogo-imformation {
    padding: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tvfooter-logo-block .tvfooter-logo-desc {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    max-width: 100%;
    padding-top: 20px;
    margin: 0 auto;
    /*text-align: center;*/
}

.tvfooter-store-link a {
    color: #b5b5b5;
    font-weight: 500;
    font-size: 14px;
}

.tvfooter-store-link a:hover {
    color: #E30606;
}

.tvfooter-logo-block {
    /*padding: 40px 0;*/
}

.tvfooter-logo-block .tvfooter-img-block {
    margin-bottom: 0;
    /*text-align: center;*/
}

.links .title {
    border-bottom: none;
}

.tvfooter-title-wrapper,
.tvdekstop-footer-all-title-wrapper,
.tvnewsletter-lable-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.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 {
    font-size: 16px;
    /* color: #E30606; */
    color: #E90D0E;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.block-footer .tvfooter-title-wrapper .tvfooter-title {}

.block_newsletter p {
    padding-top: 0;
}

.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: 12px;
}

.tvfooter-account-wrapper .collapsed .collapse-icons .add {
    transform: rotate(180deg);
}

.tvfooter-account-wrapper .tvfooter-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}


.tvfooter-account-wrapper .tvfooter-title-wrapper i {
    color: #E30606;
    transform: rotate(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvfooter-account-wrapper span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1200px) {
    .tvfooter-storelogo-imformation {
        margin: 0;
    }
}

@media (max-width: 1750px) {
    .tvfooter-account-wrapper span {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }
}

.tvfooter-account-wrapper a span {
    /* text-decoration: underline; */
}

.tvfooter-account-wrapper a:hover span {
    text-decoration: underline;
}

.tvfooter-account-wrapper p {
    font-size: 13px;
    font-weight: 600;
    color: #999;
}

.footer-container .btn-map {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 120px;
    color: #fff;
    background: #e20813;
    font-size: 13px;
    font-weight: 500;
    padding: 8px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-container .btn-map:hover {
    border-radius: 30px;
}

.footer-container .btn-map i {
    font-size: 14px;
}

.footer-container li a {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-container li a:hover {
    color: #E30606;
}

.tvfooter-category-block ul {
    overflow: hidden;
}

#footer_sub_menu_store_info,
.tvfooter-store-link a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

#footer_sub_menu_store_info .tvfooter-addresses {
    padding-bottom: 10px;
    position: relative;
    display: flex;
}

.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;
    border: none;
    position: relative;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px;
}

.tvfooter-social-icon-wrapper li a {
    /*  font-size: 0;
    display: block;
    height: 40px;
    width: 40px;*/
}

.tvfooter-copy-payment-icon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.tvfooter-copy-payment-icon-wrapper {
    width: 100%;
    background: #ffffff10;
    padding: 15px 0;
}

.tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tvfooter-payment-icon-img-block {
    /* width: 45%; */
}

.tvcopylink {
    text-align: left;
    width: 40%;
    margin-left: 6%;
}

.tvcopylink p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvbottom-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #4c4c4c;
    z-index: 100;
    display: none;
    cursor: pointer;
    border-radius: 40px;
}

.tvbottom-to-top:hover {
    background-color: #E30606;
}

.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: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.tvbottom-to-top i {
    display: flex;
    color: #fff;
}

@media(max-width: 1200px) {
    .tvbottom-to-top {
        margin: 0;
    }
}

/***** Teblet-footer *****/
.tvfooter-social-icon-wrapper {
    margin-bottom: 0;
}

/***** mobile-footer *****/
@media(min-width: 576px) {
    .tvbottom-to-top {
        display: none !important;
    }
}

@media(max-width: 1199px) {
    .tvfooter-copy-payment-icon-inner {
        display: block;
    }

    .tvfooter-copy-payment-icon-wrapper {
        padding: 15px 0;
    }

    .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: #f7f7f7;
}

/*****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 {
    border: 1px solid #eee;
}

.ttvcmscart-show-dropdown-right .tvcart-product-remove {
    position: absolute;
    width: auto;
    top: 10px;
    right: 0;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value {
    display: -webkit-flex;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 20px;
    height: 50px;
    /*border-bottom: 1px solid #eee;*/
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value .ttvshoping-cart-label {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-label-value .ttvcart-product-value {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.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: #E30606;
}

.ttvcmscart-show-dropdown-right .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 #eeeeee;*/
    cursor: pointer;
}

.ttvcmscart-show-dropdown-right .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 #eeeeee;*/
    height: 40px;
}

.ttvcmscart-show-dropdown-right .ttvcart-top-title h4 {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    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: #E30606;
    /*border-left: 1px solid #eeeeee;*/
}

.ttvcmscart-show-dropdown-right .ttvcart-counter .ttvcart-products-count {
    font-weight: 500;
    color: #ffffff;
    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 #eee;*/
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-wrapper:after,
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eeeeee;
    height: 1px;
    width: 90%;
    margin: 0 auto;
}

.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: #666666;
}

.ttvcmscart-show-dropdown-right .tvcart-product-list-box .product-qty {
    font-size: 13px;
    margin-left: 5px;
    color: #666666;
}

.ttvcmscart-show-dropdown-right .tvcart-product-content .product-price {
    font-size: 16px;
    font-weight: 900;
    color: #E30606;
    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: #222;
    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: #E30606;
    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: #E30606;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout:hover {
    background-color: #222;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart a {
    padding: 19px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #fff;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout a {
    padding: 19px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #fff;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout:hover a {
    color: #fff;
}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart:hover a {
    color: #fff;
}

.ttvcmscart-show-dropdown-right {
    width: calc(100% - 50px);
    max-width: 380px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    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-no-product-label {
    padding: 25px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.ttvcart-no-product {
    background-image: url(../img/themevolty/cart.png);
    background-position: center;
    min-height: 100%;
    background-repeat: no-repeat;
}

.tvcms_customer_name {
    text-transform: capitalize;
}

#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
    width: 11%;
}

@media (max-width: 767px) {
    #module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
        width: 100%;
    }
}

.tvwishlist-popup {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    padding: 16px 22px 17px 20px;
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    text-align: left;
    z-index: 999;
    width: 330px;
    max-width: 90%;
    min-height: 67px;
}

.tvwishlist-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tvwishlist-popup.success {
    border: 1px solid #3c763d80;
}

.tvwishlist-popup.warning {
    border: 1px solid #ff9f0080;
}

.tvwishlist-popup.error {
    border: 1px solid #a9444280;
}

.tvwishlist-popup.warning i {
    color: #ff9f00;
}

.tvwishlist-popup.success i {
    color: #3c763d;
}

.tvwishlist-popup.error i {
    color: #a94442;
}

.tvwishlist-popup.warning p {
    color: #ff9f00;
}

.tvwishlist-popup.success p {
    color: #3c763d;
}

.tvwishlist-popup.error p {
    color: #a94442;
}

.tvwishlist-popup p {
    font-size: 13px;
    text-align: left;
    line-height: normal;
    padding: 0;
    margin: 0;
}

#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;
}

.tv-category-main-div,
.products-sort-order .select-title {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.tvcmsfooter-background-image {
    /* background-size: cover; */
    background-attachment: initial;
    /* 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;
}

/******* Start Custom Css *******/
/***** tv designer css *****/
/*@import url("common.css");*/
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: normal;
    background-color: #f2f2f2;
    /* letter-spacing: 1px; */
}

/***** common css *****/
::selection {
    background-color: #E30606;
    color: #ffffff;
}

/**::-webkit-scrollbar {
    background-color: #cccccc;
    width: 5px;
}
*::-webkit-scrollbar-thumb {
    background-color: #E30606;
    width: 5px;
}*/
a:focus,
a:hover {
    text-decoration: none;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #E30606;
    border-color: transparent;
    border-radius: 30px;
}

.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: #ffffff;
    background-color: #E30606;
    border-color: #E30606
}

.btn-outline-primary {
    color: #E30606;
    background-image: none;
    background-color: transparent;
    border-color: #E30606
}

.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: #ffffff;
    background-color: #E30606;
    border-color: #E30606
}

.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: #ffffff;
    background-color: #E30606;
    border-color: #E30606
}

.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #E30606;
    border-color: transparent;
    border-radius: 8px;
    margin: 0 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #373737;
    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: #fff;
    background-color: #373737;
    border-color: #175c6a
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #373737
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #373737
}

a.text-primary:focus,
a.text-primary:hover {
    color: #373737;
}

.btn-link {
    font-weight: 400;
    color: #E30606;
    border-radius: 0
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #E30606;
    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: #ffffff;
    cursor: default;
    background-color: #E30606
}

.card-primary {
    background-color: #E30606;
    border-color: #E30606
}

.card-outline-primary {
    border-color: #E30606
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #E30606;
    border-color: #E30606
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #E30606;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.tag-primary {
    background-color: #E30606
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #E30606;
    border-color: #E30606
}

.bg-primary {
    background-color: #E30606
}

.text-primary {
    color: #E30606
}

.btn-unstyle:focus .expand-more {
    color: #E30606
}

.form-control:hover,
.input-group.hover {
    border-color: #000;
}

.form-control:focus,
.input-group.focus {
    /* border-radius: 30px; */
    outline: none;
}

@media (max-width: 575px) {

    .custom-radio input[type=radio]:checked+span {
        left: 1px;
        top: 1px;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #E30606
}

.search-widget form input[type=text]:focus+button .search {
    color: #E30606
}

.search-widget form button[type=submit] .search:hover {
    color: #E30606
}

#header .top-menu a[data-depth="0"]:hover {
    color: #E30606;
    text-decoration: none
}

.top-menu .sub-menu a:hover {
    color: #E30606
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 .3125rem;
    background: #373737 none no-repeat scroll 0 0;
    color: #FFF;
    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: #E30606;
    color: #ffffff;
}

body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
    background-color: #373737;
    color: #ffffff;
}

.page-my-account #content .links a:hover i {
    color: #E30606
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #E30606
}

.products-sort-order .select-list:hover {
    background: #E30606;
    color: #fff;
    text-decoration: none
}

.facet-dropdown.open>.select-title {
    border: 3px solid #E30606;
    background: #f6f6f6
}

.facet-dropdown .select-list:hover {
    background: #E30606;
    color: #ffffff;
    text-decoration: none
}

.pagination .current a {
    /*color: #E30606;*/
    text-decoration: none;
    font-size: 1.25rem
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #E30606
}

.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
    color: #E30606
}

.tabs .nav-tabs .nav-link.active {
    color: #e20813;
    border-bottom: 2px solid #e20813;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: #E30606
}

#blockcart-modal .product-name {
    color: #E30606;
    font-size: 1.125rem
}

.product-price .current-price .price,
.modal-body.tv-addtocart-content-part .tv-addtocart-price {
    color: #E30606;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
}

.quickview .tv-indicator.tv-bar .tv-outer,
.tv-product-page-content .tv-indicator.tv-bar .tv-outer {
    height: 8px;
}

.product-customization .product-message:focus {
    background-color: #f1f1f1;
    outline: none;
}

.cart-grid-body a.label:hover {
    color: #E30606
}

.tv-addtocart-price {
    color: #373737;
}

.block_newsletter form input[type=text]:focus {
    outline: none;
    color: #232323;
    background: #fff
}

.block_newsletter form input[type=email]::placeholder {
    color: #000;
}

.block_newsletter form input[type=text]:focus+button .search {
    color: #E30606
}

.block_newsletter form button[type=submit] .search:hover {
    color: #E30606
}

.account-list a:hover {
    color: #E30606
}

#header .header-nav .cart-preview.active {
    background: #E30606
}

#header .header-nav .blockcart a:hover {
    color: #E30606;
}

#wrapper .breadcrumb {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}

#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a {
    color: #E30606;
}

#wrapper .breadcrumb li:last-child:after {
    content: none;
}

#wrapper .breadcrumb li a {
    /*text-transform: capitalize;*/
}

#wrapper .breadcrumb li a:hover>span {
    max-width: 1000px;
}

#tv-back-top-wrapper {
    background-color: #ffffff;
    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: #E30606;
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 10px;
}

.tvprocess-to-checkout {
    background-color: #E30606;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.tvprocess-to-checkout:after {
    display: none;
}

.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: #ffffff;
    margin-bottom: 30px;
}

body#checkout .custom-checkbox {
    float: left;
}

.tvwishlist-send-mess-btn .button-small {
    background-color: #E30606;
    color: #ffffff;
}

.tvwishlist-send-mess-btn .button-small:hover {
    background-color: #222222;
}

.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon:hover {
    background-color: #E30606;
}

.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 #000000;
}

.form-control {
    /*background-color: #ffffff;*/
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.form-control-submit.disabled {
    background-color: #000000;
}

/***** end common css *****/
#wrapper {
    min-height: calc(100vh - 130px - 451px);
    padding-top: 15px;
    position: relative;
}

#index #wrapper {
    padding-top: 0;
    /*padding-bottom: 0;*/
}

#cms #wrapper,
#category #wrapper,
#product #wrapper {
    /*padding: 0;*/
}

#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: #fff;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
}

.sitemap ul li a:hover {
    color: #E30606
}

#main .tv-sub-pages-inner-content {
    border: 0;
    border-radius: 3px;
    padding: 30px 80px;
}

@media (max-width: 575px) {
    #main .tv-sub-pages-inner-content {
        padding: 0;
    }
}

#contact .contact-rich {
    background-color: #fff;
    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: #222222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

#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: #ffc800;*/
}

.pagination .disabled {
    color: #000000;
}

input {
    outline: none;
    padding: 0 10px;
}

.container {
    position: relative;
    width: 98vw;
    width: 1630px;
}

/* .tv-left-layout {
    padding: 0 200px;
} */

@media (max-width: 1310px) {
    .container {
        width: 1310px;
        max-width: 100%;
        max-width: 100%;
    }

    .container {
        width: 1310px;
        max-width: 100%;
        padding: 0 5px;
    }
}

@media (max-width: 1024px) {

    .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 #e5e5e5;
    display: table-cell;
}

/***** quickview-comman-page *****/
.quickview .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.quickview .modal-content {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    min-height: 28.13rem;
    border-radius: 10px;
}

#blockcart-modal .modal-title {
    /* padding-right: 25px; */
}

.quickview .tvquickview-prod-details .product-variants {
    padding: 0 !important;
}

.quickview .tvquickview-prod-details .product-variants .product-variants-item {
    width: 100% !important;
    /* margin-bottom: 20px; */
}

.quickview .tvquickview-prod-details form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quickview .tvquickview-prod-details .product-cart-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/***** comper *****/
.tvcmscomparison .remove {
    text-align: right;
}

/***** theme *****/
.tvcms-loading-inner {
    background-color: transparent;
    padding: 0;
}

.tv-main-div {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

#tvcmsmobile-search .tvsearch-dropdown-total-wrapper .tvsearch-dropdown-total {
    font-size: 13px;
}

.tvsearch-dropdown-total-wrapper:hover .tvsearch-dropdown-total {
    color: #E30606;
}

.tvcart-product-list-checkout:hover {
    background-color: #E30606;
    color: #ffffff;
}

.tvnews-event-link {
    width: 100%;
    overflow: hidden;
}

#header .tvcart-product-list-checkout:hover a {
    color: #ffffff;
}

/***** left pannal *****/
#content-wrapper .container {
    /*padding: 0;*/
}

.tvtab-product-list-wrapper,
.tvspecial-product {
    margin: 0;
}

.tvsame-category-product,
.tvcross-selling-product,
.tvlike-product {
    position: relative;
    padding: 0 60px;
    margin: 0 -7.5px;
}

.tvsame-category-product .products,
.tvcross-selling-product .products,
.tvlike-product .products {}

.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: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.tvleft-right-title.facet-label {
    text-align: left;
}

.tvleft-right-title-toggle {
    color: #000000;
    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: #E30606;*/
}

#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 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a,
.tvserach-filter-suppliers p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.tvleft-right-title-wrapper,
.tv-category-title-wrapper {
    background-color: transparent;
    padding: 10px 15px;
    text-align: left;
}

.tvleft-product-wrapper-info,
.tvcmsblog-left-side .tvblog-event-all-block,
.tvsearch-filter-brand-wrapper,
.tvserach-filter-suppliers,
.tvtestimonial-slider-button-wrapper,
.tv-category-wrapper,
.tv-leftcategory-wrapper,
.tvserach-filter-wrapper,
#left-column .tv-all-service.card-deck,
#right-column .tv-all-service.card-deck {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.tvcategory-name {
    text-align: center;
    margin-top: 15px;
    color: #373737;
}

.tvcategory-name a h3 {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvcategory-name p {
    font-size: 12px;
    color: #777;
}

.block-categories .category-sub-menu {
    margin-top: 0;
}

.block-categories .category-top-menu li>.category-sub-menu {
    margin: 0;
    padding: 10px 20px;
}

.tvcategory-chain-slider-inner-info-box {
    margin: 0 -15px;
}

.tvfeature-product-offer-banner {
    margin: 0 -7.5px;
    height: 420px;
}

.tvfeatured-product-all-box .owl-carousel .owl-stage {
    height: 370px;
}

.tvfeatured-product-all-box .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 30%;
}

.tvfeatured-product-all-box .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 30%
}

.tvfeatured-product-all-box .owl-theme .owl-nav [class*='owl-'] {
    width: 38px;
    height: 38px;
    background-color: #777777;
    border: none;
    border-radius: 50px;
    font-size: 22px;
    transition: .3s;
}

.tvfeatured-product-all-box .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #E30606;
}

@media (max-width: 1310px) {

    .tvfeatured-product-all-box .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 42%;
        top: 340px;
    }

    .tvfeatured-product-all-box .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 42%;
        top: 340px;
    }

}

@media (max-width: 575px) {

    .tvfeatured-product-all-box .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 30%;
        top: 80%;
    }

    .tvfeatured-product-all-box .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 30%;
        top: 80%;
    }
}

.tvtab-product-branner {
    margin: 0 -7.5px;
}

@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: #333333;
}

.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: #E30606;
}

.block-categories .category-sub-menu li:hover>.navbar-toggler {
    color: #E30606;
}

.block-categories .category-sub-menu li .category-sub-link {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}

.block-categories .category-sub-menu li .category-sub-link:hover {
    color: #E30606;
}

/***** 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: #ffffff;
    color: #000000;
    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 #eeeeee;
    border-radius: 3px;
    /*float: right;*/
}

/***** new button *****/
/***** app logo *****/
.tvcmsapp-logo {
    margin-bottom: 30px;
}

.tvapp-logo-content-box {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #333333;
    letter-spacing: 0.3px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
}

.tvdekstop-footer-all-sub-title-wrapper {
    display: none;
}

.tvdekstop-footer-all-desc-wrapper span {
    font-size: 16px;
    color: #333333;
    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;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.tvapp-logo-link-wrapper {
    display: inline-block;
    text-align: center;
}

@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 {
    position: relative;
    padding: 25px;
}

.tvnews-event-read-more {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tvnews-event-content-wrapper .tvdate-time {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.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: #222222;
    font-size: 18px;
    font-weight: 600;
    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: #E30606;
}

.tvnews-event-description,
.kr_blog_post_area .tvblog_post .post_content .post_description p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.tvnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
    margin: 0 -15px;
}

.tvblog-img-content-wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    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;
    text-align: center;
}

.tvblog-event-all-content-block .tvnews-event-buttons i {
    color: #ffffff;
    line-height: 44px;
}

.tvblog-event-all-content-block .tvblog-img-block .tvblog-content-img:after,
.blog_post_content_top .tvnews-event-overly {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    opacity: 0;
    background-color: rgba(51, 51, 51, 0.5);
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tvblog-event-all-content-block:hover .tvblog-img-block .tvblog-content-img:after,
.blog_post_content_top:hover .tvnews-event-overly {
    opacity: 1;
    top: 0;
}

.tvblog-event-all-content-block .tvnews-event-buttons {
    height: 46px;
    width: 46px;
    display: block;
    border-radius: 0;
    border: 2px solid #ffffff;
    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: #666666;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.tvblog-category-name.meta_category {
    margin-bottom: 15px;
}

.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: #ffffff;
}

.blog_post_content .tvnews-event-buttons i {
    color: #ffffff;
    font-size: 24px;
}

#module-tvcmsblog-archive .tvpagination-title-item-main-wrapper {
    margin: 0;
}

.tvpagination-title-item-wrapper .tvinner-page-pagination-wrapper {
    background-color: #ffffff;
    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: 30px;*/
}

.tvcmssliderofferbanners-one {
    /*width: 20%;*/
}

.tvcmsmain-slider-wrapper {
    /*width: 80%;*/
}

@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;
    }

    .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: 13px;
    }

    .product-price-and-shipping .price,
    .h6,
    h6 {
        /*font-size: 15px;*/
    }
}

@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;
    }

    .tvmain-slider-contant .tvmain-slider-info p {
        /*margin-bottom: 2px;*/
    }

    .tvmain-slider-contant .tvmain-slider-title {
        padding-bottom: 2px;
        padding-top: 3px;
    }

    .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: left;
}

/***** end slider *****/
/*****************************************************/
@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: 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: #FFF;
    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: 168px;
    object-fit: cover;
}

#pagenotfound #main .page-header {
    margin-top: 0px;
}

.tvfooter-payment-icon img {
    width: auto;
    height: 30px;
}

.tv-category-block-wrapper .tv-category-cover img,
.tv-category-image img {
    border-radius: 3px;
}

.tv-category-image img {
    height: auto;
    object-fit: contain;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tv-category-image a:hover img {
    transform: scale(1.1);
}

.tvadvance-block-wrapper .tvadv-block-img img,
.tvcategory-chin-img-block img.tv-img-responsive,
.tv-category-image img {
    width: 100%;
}

.page-content {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 15px 15px;
}

.tvproduct-description-tab #tab-content {
    background: #fafafa;
    border: 0;
    border-radius: 3px;
}

#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: #fff;
    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: #fff;
    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: #3a589e
}

.tvfooter-social-icon-left .twitter:hover a {
    background-color: #5ea9dd
}

.tvfooter-social-icon-left .youtube:hover a {
    background-color: #ec2828
}

.tvfooter-social-icon-left .googleplus:hover a {
    background-color: #df4b38
}

.tvfooter-social-icon-left .pinterest:hover a {
    background-color: #cb2027
}

.tvfooter-social-icon-left .vimeo:hover a {
    background-color: #1ab7ea
}

.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: #fff;
    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: #000;
    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: #fff;
}

.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: #E30606
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    float: left;
}

.custom-checkbox input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 17px;
    width: 17px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.custom-checkbox span {
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: 17px;
    width: 17px;
    line-height: 1;
    background: #F6F8FF;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .14)
}

.custom-checkbox label span {
    display: inline;
    background: transparent;
    line-height: normal;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.custom-checkbox label {
    margin-left: 7px;
    text-align: left;
}

.custom-checkbox span i {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 1px 1px;
    opacity: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transition: all .3s ease-in-out;
}

.custom-checkbox input[type=checkbox]:checked+span {
    border: 1px solid #888;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked,
.custom-checkbox input[type=checkbox]:checked+span i {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tvfilter-search-types-dropdown .tvcolor-box .color i {
    font-size: 16px;
    margin: 3px 0 1px 1px;
}

/***** All Theme Custom Btn *****/
.tvall-inner-btn {
    position: relative;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    line-height: 0;
    border: none;
    background-color: #E30606;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvall-inner-btn:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 1px #E30606;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tvall-inner-btn:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.tvall-inner-btn-cancel {
    background-color: #00000065;
    border-radius: 30px;
    padding: 11px 15px;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    text-decoration: none;
}

.tvall-inner-btn-cancel span {
    color: #000000;
    text-decoration: none;
}

/* .tvall-inner-btn:hover,
.tvall-inner-btn-cancel:hover {
    border: none;
    border-radius: 30px;
} */
.tvall-inner-btn {
    border: none;
    border-radius: 30px;
}

body#checkout #checkout-personal-information-step .tvall-inner-btn {
    margin: 0 0 20px 0;
}

body#checkout div.checkout-step .tvall-inner-btn.disabled {
    background-color: #0000002b;
}

body#checkout div.checkout-step .tvall-inner-btn {
    background-color: #ECF1F4;
    margin: 0 20px 20px 0;
    padding: 12px 15px;
    border-radius: 6px;
}

body#checkout div.checkout-step .tvall-inner-btn {
    /* background-color: #1db954; */
    background-color: #e20813;
}

body#checkout div.checkout-step .tvall-inner-btn-cancel {
    border-radius: 6px;
}

body#checkout div.checkout-step .tvall-inner-btn-cancel:hover {
    background-color: #00000040;
}

.tvall-inner-btn-cancel.disabled,
.tvall-inner-btn.disabled,
i.material-icons.block {
    cursor: no-drop;
}

.product-additional-info .js-mailalert .alert-form {
    display: flex;
    gap: 20px;
}

body.mobile .product-additional-info .js-mailalert .alert-form {
    flex-direction: column;
}

.tvfooter-product-sticky-bottom .js-mailalert {
    display: none !important;
}

.product-additional-info .js-mailalert {
    display: flex;
    flex-direction: column;
    text-align: left !important;
}

.product-additional-info .js-mailalert p {
    color: #595959;
    font-size: 13px;
    line-height: 1.25em;
}

@media (max-width: 768px) {
    .product-additional-info .js-mailalert {
        flex-direction: column;
    }
}

.tvall-inner-btn span,
.tvall-inner-btn i {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.tvall-inner-btn:hover span,
.tvall-inner-btn:hover i {
    color: #ffffff;
    text-decoration: none;
}

.tvall-inner-btn-cancel span,
.tvall-inner-btn span {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
}

.tvall-inner-btn-cancel span {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}

.tvall-inner-btn i {
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}

.lang-rtl .tvall-inner-btn i {
    margin: 0 0 0 5px;
}

.address-footer .tvedit-btn {
    width: 120px;
    background-color: #fff;
    color: #222;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    margin: 0;
    border: 1px solid #00000010;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvedit-btn {
    background-color: #17a2b8;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0;
}

.address-footer .tvremove-btn {
    width: 110px;
    background-color: #fff;
    color: #222;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #00000010;
    margin: 0;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvremove-btn {
    background-color: #c82333;
    border-radius: 3px;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0
}


.address-footer .tvedit-btn:hover,
.address-footer .tvremove-btn:hover {
    background-color: #00000010
}

.tvedit-btn:hover,
.tvremove-btn:hover {
    background-color: #000
}

.tvedit-btn span,
.tvremove-btn span {
    /* color: #fff; */
    color: #222;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.tvedit-btn i,
.tvremove-btn i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    /* color: #fff */
}

#search_filters .facet .facet-title {
    border-bottom: none;
}

#search_filters .facet .tvfilter-search-types-title {
    border-bottom: 1px solid #f1f1f1;
}

/***** START RIGHT STICKY CSS *****/
.tvcmsright-sticky {
    right: 0;
    /* position: fixed; */
    top: 0;
    background: #000;
    white-space: nowrap;
    width: auto;
    margin: auto;
    bottom: 0;
    max-height: 160px;
    z-index: 20;
}

.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: #FFF;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    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: #999;
    font-size: 17px;
    height: 28px;
    line-height: 31px;
    float: left;
    margin-left: 5px;
    -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 span,
.tvsticky-compare span,
.tvright-sticky-account span,
.tvright-sticky-add-to-cart span {
    color: #999;
    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 span,
.tvsticky-wishlist .tvwishlist-sticky-name,
.tvsticky-compare .tvsticky-compare-name,
.tvright-sticky-account span,
.tvright-sticky-add-to-cart span {
    float: none;
}

.tvsticky-up-arrow a,
.tvsticky-wishlist a,
.tvsticky-compare a,
.tvright-sticky-account a,
.tvright-sticky-add-to-cart a {
    width: fit-content;
    display: flex;
    justify-content: center;
}

.tvsticky-up-arrow a:hover,
.tvsticky-wishlist a:hover,
.tvsticky-compare a:hover,
.tvright-sticky-account a:hover,
.tvright-sticky-add-to-cart a:hover {
    /*    margin-left: calc(-100% + 30px);
    background: #E30606;*/
}

.tvsticky-up-arrow a:hover i,
.tvsticky-wishlist a:hover i,
.tvsticky-compare a:hover i,
.tvright-sticky-account a:hover i,
.tvright-sticky-add-to-cart a:hover i {
    color: #fff;
}

.tvsticky-up-arrow a:hover span,
.tvsticky-wishlist a:hover span,
.tvsticky-compare a:hover span,
.tvright-sticky-account a:hover span,
.tvright-sticky-add-to-cart a:hover span {
    color: #fff;
}

.tvsticky-up-arrow a span {
    color: #e20813;
}

.tvsticky-up-arrow a i {
    color: #e20813;
}

.cart-sticky-bottom {
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 100;
    padding: 20px 10px 0 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .2);
    padding: 1rem;
}

.cart-sticky-bottom .tvall-inner-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 2.5rem;
    border-radius: 8px;
    margin: 0;
}

.cart-sticky-bottom .block-promo {
    padding: 0;
}

/*@media (max-width: 575px){
    .tvcmsright-sticky{
        display: none;
    }
}*/
.tvheader-top-info .tvsticky-compare {
    display: none;
}

#tvmobile-lang .tv-language-btn {
    display: none !important;
}

#tvmobile-lang .tv-language-dropdown {
    display: flex !important;
    flex-direction: column;
    padding: 5px 25px;
    border: 0;
    gap: 4px;
}

#tvmobile-lang .tv-language-dropdown li a {
    display: flex;
    align-items: center;
    color: #999;
    font-weight: 600;
    gap: 5px;
}

#tvmobile-lang .tv-language-dropdown .current a {
    color: #e20813;
}

#tvmobile-lang .tv-language-dropdown li a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.tv-account-dropdown,
.tv-language-dropdown,
.tv-currency-dropdown {
    display: none;
}

.tv-language-dropdown {
    position: absolute;
    z-index: 100;
    min-width: 142px;
    margin: 0;
    right: 0;
    left: auto;
    box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
}

/***** 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: #FFF;
    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: #333;
    margin-right: calc(-100% + 30px);
}

.tv-footer-social-icon .tvfacebook-wrapper:hover {
    background: #3a589e;
    margin-right: calc(-100% + 30px);
}

.tv-footer-social-icon .tvtwitter-wrapper:hover {
    background: #5ea9dd;
    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: #ec2828;
    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: #cb2027;
    margin-right: calc(-100% + 30px);
}

.tv-footer-social-icon .tvvimeo-wrapper:hover {
    background-: #1ab7ea;
    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: #FFF;
}*/
.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: #FFF;
    line-height: 15px;
    margin: 0 9px 0 3px;
    font-size: 10px;
    text-transform: uppercase;
    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: #6f6f6f !important;
}

#footer .tv-footer-social-icon .tvblock-social-content:hover .tvblock-social-icon path {
    fill: #ffffff !important;
}

#product .data-sheet {
    max-width: 40%;
}

.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: #666666;
    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-inline-end: 0;
}

#header .tv-myaccount-btn-desktop svg path {
    fill: #fff !important;
    stroke-width: 10px;
    stroke: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#header .tv-myaccount-btn-desktop:hover svg path {
    fill: #e20813 !important;
    stroke: #e20813 !important;
}

#header #tv-search-btn svg path {
    stroke-width: 0 !important;
    stroke: transparent !important;
}

#header .tv-myaccount-btn-desktop:hover>svg path {
    fill: #e20813 !important;
}

#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: #ffc800 !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: #ffffff;
    color: #000;
}

.tv_search_filter_wrapper .tvleft-right-title-wrapper {
    border: 1px solid #ededed;
}

.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover,
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper:hover {
    border-color: #E30606;
}

#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: #000000 !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: #000;
}

#products .tv_search_filter_wrapper .tvleft-right-title-wrapper:hover i,
#products .tv_search_filter_wrapper .tvleft-right-title-wrapper:hover {
    color: #000;
}

.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 {
    background: transparent;
    padding: 0;
}

.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: #ffffff;
}

.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;
}

@media (min-width: 992px) {
    .tv-header-menu {
        margin: 0;
        overflow: hidden;
    }

    .tvmain-menu-dropdown {
        position: absolute;
        background-color: #ffffff;
        z-index: 60;
        padding: 15px;
        outline: 1px solid #e5e5e5;
        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: 0;
        left: auto;
        box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18); */
        /*border-bottom: 4px solid #E30606;*/
    }

    .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;*/
    }

    #footer_sub_menu_1,
    #footer_sub_menu_2,
    #footer_sub_menu_3,
    #footer_sub_menu_4 {
        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 {
    min-height: auto;
    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: #ffffff;
}

.header-3 .tvcms-header-menu {
    display: flex;
    align-items: center;
    padding: 0;
}

.header-3 #_desktop_contact_link {
    text-align: right;
    padding: 0;
}

.header-3 #_desktop_contact_link #contact-link i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 22px;
}

.header-3 #_desktop_contact_link #contact-link span {
    color: #ffffff;
    font-size: 14px;
}

.header-4 .tvcmssearch-wrapper,
.header-5 .tvcmssearch-wrapper,
.header-6 .tvcmssearch-wrapper {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 24px;
}

#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: #000000;
    font-size: 34px;
}

#header .header-4 .tvsearch-header-display-wrappper,
#header .header-5 .tvsearch-header-display-wrappper,
#header .header-6 .tvsearch-header-display-wrappper {
    max-width: 435px;
    width: 435px;
}

.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;
}

.tvcmsdesktop-top-header-wrapper.header-6 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

#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: 0;
    left: auto;
    top: 60px;
    z-index: 90;
    opacity: 0;
    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;
}

#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;
    -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;
}

.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%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    padding: 0;
}

/*.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-3 .tvfooter-payment-icon-img-block,
.footer-container.footer-3 .tvcopylink {
    width: 100%;
    text-align: center;
}

.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: end;
    /* 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 40px 20px 0;
}

.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-right: 8px;
    font-size: 17px;
    color: #666;
}

.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 #cccccc;
}

.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: #cccccc;
}

.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: #f5f5f5;
}

.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 #00000012;*/
}

/*.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 #E30606;*/
}

.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 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
    border-top: 0;
    /*margin-bottom: 15px;*/
}

.tv-product-page-content .tvproduct-special-desc .tvproduct-page-decs ul {
    list-style: none !important;
    margin-left: 5%;
}

.tv-product-page-content .tvproduct-special-desc .tvproduct-page-decs ul li:before {
    background-color: red;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    height: 8px;
    width: 8px;
}

.tv-product-page-content .tvproduct-special-desc .tvproduct-page-decs table,
.tv-product-page-content .tvproduct-special-desc .tvproduct-page-decs table tr,
.tv-product-page-content .tvproduct-special-desc .tvproduct-page-decs table tr td {
    width: auto !important;
    font-family: 'Rubik', sans-serif !important;
    white-space: nowrap;
    border: 0 !important;
}

.tv-product-page-content .tvproduct-special-desc div p img {
    width: 240px;
}

.tv-product-page-content .tvwishlist-compare-wrapper-page {
    margin-bottom: 0;
    padding: 0 0 0 0;
}

.tvproduct-wishlist-compare {
    border-bottom: 1px dashed #a7a7a7;
}

.tvproduct-page-wrapper .product-prices .tax-shipping-delivery-label,
.quickview .product-prices .tax-shipping-delivery-label {
    margin-top: 8px;
    color: #666666;
    font-size: 14px;
}

.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: 24px;
}

.product-additional-info {
    /* padding-top: 25px; */
    margin-bottom: 0;
}

.tv-product-page .tv-indicator {
    padding-top: 30px;
    margin-bottom: 0;
    margin-right: 50px;
}

.product-top-mobile .product-ref {
    display: inline-block;
}

.product-ref {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.product-top-mobile .product-ref p {
    display: none;
}

.product-ref p {
    display: block;
}

.product-ref p {
    color: #444;
    font-size: 15px;
    margin: 0;
}

.product-ref p span {
    background: #444;
    color: #fff;
    font-weight: 400;
    padding: 4px 8px;
    margin-left: 4px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .product-top-mobile .product-ref p {
        display: block;
    }

    .product-ref p {
        display: none;
    }

    .tv-product-page-content .tvproduct-special-desc {
        flex-direction: column-reverse;
    }
}

.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: 0; */
}

.tvproduct-stock-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tvproduct-wishlist-compare {
    margin-top: 0;
    padding-bottom: 30px;
}

.tvproduct-wishlist-compare .tvproduct-wishlist a:focus {
    color: #000000;
}

#block-reassurance li {
    margin-inline-end: 0;
}

@media (min-width:1200px) {
    #product #block-reassurance li {
        min-width: 556px;
    }
}

#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 #f5f5f5;
    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;
    }
}

@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: 13px;
    }

    .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-left: 0;
    }

    .header-4 .tvcmssearch-wrapper,
    .header-6 .tvcmssearch-wrapper {
        margin-right: 15px;
    }

    .header-4 .tvheader-cart-wrapper,
    .header-6 .tvheader-cart-wrapper {
        padding: 25px 0 25px 15px;
    }
}

@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 .products-sort-order .select-title {
    padding: 7px 10px;
}

.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: #f5f5f5;
    color: #000000;
}

.tv-product-catalog-btn .tvproduct-cart-quentity {
    border: 1px solid #f5f5f5;
}

.tv-all-page-main-title-wrapper {
    padding: 15px 0 0;
}

#wrapper .breadcrumb {
    background-color: transparent;
    padding: 0;
    border: none;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}

#wrapper .breadcrumb i {
    font-size: 16px;
    color: #232323;
    margin-right: 5px;
    vertical-align: middle;
}

#wrapper .breadcrumb a:hover i {
    color: #E30606;
}

#wrapper .breadcrumb span {
    background: transparent;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    padding: 3px 5px 3px 5px;
    transform: skewx(-15deg);
    transform-origin: bottom left;
    transition: ease-in-out 0.8s;
    display: inline-block;
    white-space: nowrap;
    line-height: 18px !important;
    overflow: hidden;
    vertical-align: middle;
}

#wrapper .breadcrumb li:last-child span {
    max-width: 100%;
    color: #e20813;
}

@media screen and (min-width: 992px) {
    #wrapper .breadcrumb span {
        max-width: 4em;
    }
}

.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: #000000;
}

.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-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: #000000;
}

/***** 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 {
    padding-bottom: 1em;
    color: #777;
    padding: 0;
}

.cms-description a {
    color: #E30606;
}

.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: 13px;
    font-weight: 500;
    padding-bottom: 12px;
    color: #777;
    line-height: normal;
}

/* .cms-description ol li:before,
.cms-description ul li:before {
    background-color: red;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: -18px;
    margin-bottom: 0;
    height: 8px;
    width: 8px;
} */

.cms-description ul {
    padding-left: 40px;
    list-style: none;
    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: 0;
    border-collapse: collapse;
}

.cms-description th,
.cms-description td {
    font-size: 16px;
    padding: 8px 15px;
    border: 0;
    white-space: nowrap;
}

.cms-description tr:nth-child(even) {
    /* background-color: #f5f5f5; */
}

.cms-description blockquote {
    margin: 16px 40px;
    position: relative;
}

.cms-description blockquote:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 2.48em;
    background-color: #cccccc;
    /*height: 100%;*/
    width: 10px;
}

.cms-description img {
    display: block;
}

.cms-description hr {
    padding-bottom: 2.48em;
    width: 50%;
}

.cms-description .title_block_custom {
    text-align: center;
    width: auto;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding: 8px 0;
}

#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: #E30606;
    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);
    -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;
}

#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: #ffffffc4;
}

#header .tv-myaccount-btn-desktop svg path:nth-child(1) {
    /*    fill: none !important;
    stroke: #000 !important;*/
}

#header .tv-myaccount-btn-desktop svg path:nth-child(2) {
    /*fill: #FFD742 !important;*/
}

#header .tv-myaccount-btn-desktop svg circle {
    /* fill: none !important;
    stroke: #000 !important;*/
}

#header .tv-cart-icon-main svg g path:nth-child(1) {
    /*fill: #ffc800 !important;*/
}

#header .tv-cart-icon-main svg g path:nth-child(2) {
    /*fill: #000000 !important;*/
}

#header .tv-cart-icon-main svg g ellipse {
    /*    fill: none !important;
    stroke: #000 !important;*/
}

.tvheader-search-display-icon .tvsearch-open svg polygon,
.tvheader-search-display-icon .tvsearch-close svg g {
    fill: #000000 !important;
}

.tvheader-search-display-icon .tvsearch-open svg circle:nth-child(3) {
    fill: none !important;
    stroke: #000 !important;
}

.tvheader-search-display-icon .tvsearch-open svg circle:nth-child(2) {
    fill: #ffc800 !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: #ffc800 !important;
}

.tvsearch-header-display-full .tvheader-search-btn svg polygon {
    fill: #000 !important;
}

.tvsearch-header-display-full .tvheader-search-btn svg circle:nth-child(3) {
    fill: none !important;
    stroke: #000 !important;
}

.tvproduct-page-decs p {
    color: #777;
    /* color: #595959; */
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 1rem;
}

.tvproduct-page-decs p iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.tvwishlist-compare-wrapper-page .tvproduct-wishlist span,
.tvcompare-wrapper .tvcmsproduct-compare-btn span {
    font-size: 16px;
    color: #000000;
}

.tvproduct-tax-label {
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
}

.tv-sub-category-inner:hover .tvcategory-name a h3 {
    color: #E30606;
}

.product-4 .tvvertical-slider .product-images {
    max-height: none;
}

.tvvertical-slider .product-images {
    max-height: 630px;
}

.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-5 .tvvertical-slider {
    display: none;
}

.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: inline-block;
    width: auto;
    background: #e20813;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: 1px solid transparent;
    outline: none !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
}

.login-form .tvall-inner-btn span,
.register-form .tvall-inner-btn span {
    font-size: unset;
}

.form-title h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}

label.required:after {
    content: "*";
    color: #f00;
    margin-left: 3px;
}

.tvcategory-chain-title a:hover {
    color: #E30606;
}

.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-5 .product-cover .tvproduct-image-slider .col-md-12 {
    margin-bottom: 15px;
}

#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;
}

.breadcrumb li:first-child a:before {
    display: none;
    font-family: "Material Icons";
    content: "\e88a";
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.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: 5px;
}

.tvinner-page-pagination li i {
    color: #cccccc;
}

.tvinner-page-pagination li:hover i {
    color: #000000;
}

.table-bordered.tvwishlist-info td a {
    text-decoration: underline;
}

.required sup {
    color: #f00;
    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: #E30606;*/
}

.cart-content-btn a.tvall-inner-btn:hover:after {
    /*background-color: #222222;*/
}

.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: #0000004d;
    -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: #0000004d;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden !important;
    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;
}

.search-overlay {
    display: none;
    background-color: #0000004d;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
}

@media (max-width: 992px) {
    .search-overlay {
        display: none !important;
    }
}

body.mobile-menu-open .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}

/* 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: #000000;
}

.mobile-header-1 .tv-header-logo {
    padding: 10px 0;
}

#tvtheme-reset-layout,
#tvtheme-reset-bgcolor,
#tvtheme-reset-text {
    cursor: pointer;
}

.tvcmsdesktop-top-second {
    position: relative;
    min-height: 60px;
    background: #000;
    z-index: 100;
}

.tvcms-cart-loading {
    animation: fa-spin 2s infinite linear;
}

.tvcmsdesktop-top-header-wrapper.header-4,
.tvcmsdesktop-top-header-wrapper.header-6 {
    border-bottom: 1px solid #00000012;
}

/******* 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 #000;
    border-left: 1px solid #e5e5e5
}

.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 #f1f1f1;
    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
}

@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: 26px
}

.lang-rtl .tvfooter-time-wrapper .tvfooter-open-time-wrapper .tvfooter-opentime-lable {
    float: right;
    margin-left: 10px
}

.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 #wrapper .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
}

.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,
.lang-rtl #blockcart-modal .tv-addtocart-product-image {
    float: right
}

.lang-rtl #blockcart-modal .divide-right {
    border-left: 1px solid #e5e5e5;
    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
}

.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 div.checkout-step input[type=checkbox] {
    display: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

body#checkout div.checkout-step input[type=checkbox]+label {
    position: relative;
    display: flex;
    align-items: center;
    height: 20px;
    padding-left: 26px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

body#checkout div.checkout-step input[type=checkbox]+label:hover a {
    color: #E20813;
}

body#checkout div.checkout-step input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00000020;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

body#checkout div.checkout-step input[type=checkbox]+label:after {
    content: '\e5ca';
    position: absolute;
    top: 2px;
    left: 3px;
    color: #fff;
    font-family: Material Icons;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

body#checkout div.checkout-step input[type=checkbox]:checked+label:before {
    background: #1db954;
    border: 0;
}

body#checkout div.checkout-step input[type=checkbox]:checked+label:after {
    opacity: 1;
}

body#checkout div.checkout-step .js-terms a {
    color: inherit;
    margin-left: 4px;
}

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 .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
    }
}

@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 .tv-language-btn .tvimage-lazy {
    margin-right: 0;
    margin-left: 5px;
}

.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 .tvtab-product .tvcms-main-title {
    float: right;
}

.lang-rtl .tvtab-title-wrapper {
    float: left;
    padding-right: 0;
    padding-left: 90px;
}

.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: left;
}

.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;
}

.lang-rtl .tvcmsnext-btn {
    left: 45px;
    right: auto;
}

.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 {
    /*padding: 0 25px 0 0;*/
}

.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;
}

@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: #000000;
}

.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 .ttvclose-cart {
    /*border-left: 1px solid #eeeeee;*/
}

.lang-rtl .ttvcmscart-show-dropdown-right .ttvcart-counter {
    /*border-right: 1px solid #eeeeee;*/
}

.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 #E30606;
}

.lang-rtl .tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select,
.lang-rtl .tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1 select,
.lang-rtl .tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-2 select {
    /*background-position: 10px*/
}

.lang-rtl .tvapp-logo-content-inner {
    padding-left: 100px;
    padding-right: 0;
}

.lang-rtl .tvblog-date-username {
    direction: rtl;
}

.lang-rtl .tvcmsmain-slider-wrapper {
    /*float: right;*/
}

.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 .tvall-inner-btn i {
    margin: 0 0 0 5px;
}

.lang-rtl .footer-container.footer-4 .tvfooter-logo-link-wrapper li:last-child a:before {
    display: block;
}

.lang-rtl .tvheader-language {
    margin-left: 15px;
    margin-right: 0;
}

.lang-rtl .tvcmsheader-search.search-widget form input[type=text] {
    padding: 0 16px 0 0;
}

.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 #footer_sub_menu_store_info .tvfooter-addresses i,
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link i,
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link-content i,
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link-fax i {
    margin-right: 0;
    margin-left: 8px;
}

.lang-rtl .footer-container.footer-4 .tvfooter-time-wrapper .tvfooter-open-time-wrapper,
.lang-rtl .footer-container.footer-4 .tvfooter-account-link li,
.lang-rtl .footer-container.footer-4 #block_myaccount_infos li,
.lang-rtl .footer-container.footer-4 .tvfooter-category-block ul li {
    margin: 0 0 20px 40px;
}

.lang-rtl .tv-sub-category-title-wrapper {
    padding: 15px 15px 0 0px;
}

.lang-rtl #wrapper .breadcrumb ol {
    direction: rtl;
}

.lang-rtl #wrapper .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 .tvheader-cart-wrapper {
    /*padding: 25px 30px 25px 0px;*/
    direction: ltr;
}

.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;
}

.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;
    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-4 .tvcmssearch-wrapper,
.lang-rtl .header-5 .tvcmssearch-wrapper,
.lang-rtl .header-6 .tvcmssearch-wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.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: 15px;
    right: auto;
}

.lang-rtl .tvmain-slider-next-pre-btn .tvcmsnext-btn,
.lang-rtl .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
    right: 15px;
    left: auto;
}

.lang-rtl .menu-subtitle {
    left: -8px;
    right: auto;
}

.menu-content .level-1.home_menu i {
    font-size: 20px;
    line-height: 21px;
}

@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;
        padding: 0 15px 0 15px;
    }

    .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 .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;
    }

    .menu-content .level-1.home_menu {
        display: none;
    }
}

@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: 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;
    }
}

@media (max-width: 1008px) {
    *::-webkit-scrollbar {
        width: 5px;
        background-color: #ddd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #E30606;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }

    body {
        overflow: overlay;
    }
}

.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 (min-width: 992px) and (max-width: 1024px) {

    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 11px 16px 11px 10px;
    }

    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        /*font-size: 14px;*/
    }
}

@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%;
    }

    #product .data-sheet {
        max-width: 100%;
    }

    .tvproduct-page-wrapper .tv-product-page-image {
        margin-bottom: 0;
    }

    .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: 0;
    }

    .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;*/
    }

    #tvcmsmobile-search {
        padding: 0;
    }

    #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: 0;
        right: 0;
        justify-content: center;
        z-index: 0;
    }

    #tvmain-slider.owl-theme .owl-dots .owl-dot,
    .owl-theme .owl-dots .owl-dot span {
        /*display: block;
        flex: 1;
        width: 100%;
        height: 2px;*/
    }

    .tvcmsmobile-contact {
        position: relative;
        padding: 0;
    }

    .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;
    }

    .tvcmssliderofferbanners-one .tvbanner2 {
        margin-bottom: 0;
        text-align: left;
    }

    .tvcms-slider-offerbanner-wrapper {
        /* margin-bottom: 30px; */
    }

    .tvmain-slider-contant .tvmain-slider-button {
        padding: 0 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .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: #ffffff;
        /*margin-bottom: 15px;*/
    }

    .tvtags-content-box {
        text-align: center;
    }

    .tvcmsmobile-header-search-logo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        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: #ffffff;
        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 #f1f1f1;
    }

    #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: #222222;
        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: #000;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #000;
        padding: 0;
    }

    .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: #ffffff;
        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: -webkit-box;
        display: -ms-flexbox;
        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: 0;
    }

    .tvheader-sarch-display .tvheader-search-display-icon .tvsearch-open {
        display: flex;
    }

    .tvcmsheader-search {
        display: block;
        text-align: center;
        /* cursor: pointer; */
    }

    .tvcmsheader-search-top {
        display: none !important;
    }

    #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: 100%;
        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 {
        display: flex;
        width: 100%;
    }

    .tvcmsmobile-cart-acount-text {
        display: -webkit-box;
        display: -ms-flexbox;
        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-right: 20px;
        gap: 15px;
    }

    .tv-cart-cart-inner {
        position: absolute;
        right: -4px;
        top: -4px;
    }

    #tvcmsmobile-account-button {
        /*margin: 0 20px;*/
    }

    #contact-link span {
        color: #333333;
        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: #333333;
        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 8px;
        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;
        height: auto;
    }

    .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: 5px 20px;
    }

    .tv-menu-col,
    .tv-menu-row {
        padding-bottom: 5px;
    }

    @media (max-width: 575px) {
        .container_tv_megamenu .tv-sub-menu .tv-menu-row-moto .tv-menu-col {
            width: 20%;
        }
    }

    .menu-subtitle {
        top: 0;
        right: auto;
    }

    .tvmega-menu-title {
        font-size: 16px;
        color: #666666;
        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: #e5e5e5;
    }

    .tvmobile-dropdown-close a i {
        position: absolute;
        right: 15px;
        top: 20px;
        font-size: 26px;
        color: #666;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .tvmobile-dropdown-close a:hover i {
        color: #fff;
    }

    .tv-total-product-number {
        font-size: 12px;
        line-height: normal;
    }

    .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: 0 !important;
    }

    #left-column {
        display: none;
    }

    .tvtab-title-wrapper .tvtabs-products li {
        padding: 9px 10px;
    }

    .tvcms-main-title .tvmain-title h2 {
        /*font-size: 24px !important;*/
        /*font-family: inherit;*/
    }

    .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,
    .tvcart-total-price {
        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);
    }

    .tvproduct-wrapper.grid .tvproduct-timer,
    .tvproduct-wrapper.grid-2 .tvproduct-timer {
        bottom: 90px;
        top: auto;
    }

    .tvproduct-wrapper.grid .tvproduct-hover-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-hover-btn {
        /* opacity: 1;
        position: unset;
        bottom: 0;
        margin-top: 5px; */
        display: flex;
    }

    .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-page-wrapper .tvproduct-wishlist,
    .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: 0 2px;
    }

    .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;
    }

    #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-left: 15px;
    }

    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_tvfooter_category {
        margin: 0;
        overflow: hidden;
        padding: 0 15px;
    }

    .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 {
        font-size: 24px;
    }

    .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon .remove {
        display: none;
    }

    .tvcmsfooter-social-icon .tvfooter-title-wrapper {
        padding-left: 0;
    }

    /* .tvfooter-title-wrapper .tvfooter-title {
        font-size: 16px !important;
        text-align: center;
        padding: 10px 0;
        border: 0;
    } */
    .block_newsletter .tvnewsletter-title,
    .tvnewsletter-description {
        text-align: center;
    }

    .tvnewsleeter-input-button-wraper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        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(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;
    }
}

@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: #ffffff; */
    }

    .product-1 .tvvertical-slider .product-images {
        max-height: 627px;
    }

    .tvcmsheader-search.search-widget form input[type=text] {
        height: 42px;
        color: #000;
    }

    .tvcmsheader-search.search-widget form button[type=submit] {
        background: transparent;
    }

    .tvcmsheader-search.search-widget form button[type=submit] svg path {
        fill: #999 !important;
    }

    .tvheader-top-search-wrapper {
        /* padding: 10px 16px; */
    }

    .tvcmsheader-search.search-widget form button[type=submit] svg {
        width: 20px;
    }

    #header .tv-myaccount-btn-desktop svg {
        width: 23px;
        height: 23px;
    }

    .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;
    }

    .tvproduct-description-tab #tab-content {
        /* padding: 15px; */
    }

    .tvmobile-sliderbar-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
    }

    .tvmobile-sliderbar-btn a {
        background: transparent;
        padding: 0 8px;
    }

    .tvmobile-sliderbar-btn a i {
        color: #999;
        font-size: 32px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .tvmobile-sliderbar-btn a:hover i {
        color: #fff;
    }

    #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: 1001;
        padding: 0;
        background-color: #ffffff;
        border: 0;
        border-radius: 3px;
        left: -100%;
        min-width: 300px;
        width: 100%;
        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;
    }

    .tvmobile-search-slidebar {
        overflow: hidden !important;
    }

    .tvmobile-search-slidebar .tv-menu-horizontal {
        position: fixed;
        top: 0;
    }

    .tvmobile-search-slidebar .tvcmsmobile-header-search {
        position: fixed;
        top: 62px;
    }

    .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: 0 0 0 20px;
    }

    .lang-rtl #tvcms-mobile-view-header.mobile-header-2 .tvheader-sarch-display,
    .lang-rtl #tvcms-mobile-view-header.mobile-header-2 #tvcmsmobile-account-button,
    .lang-rtl #tvcms-mobile-view-header.mobile-header-2 #tvmobile-cart {
        margin: 0 20px 0 0px;
    }

    #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%;
    }

    .tvcmsheader-sticky.sticky {
        padding: 0;
    }
}

@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;
    }

    .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: 13px;
    }

    #header .tvsearch-top-wrapper {
        width: 100%;
        padding: 0;
    }

    .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-logo-block .tvfooter-img-block {
        text-align: center !important;
    }

    .tvfooter-logo-block .tvfooter-logo-desc {
        text-align: center !important;
    }

    .tvfooter-account-wrapper span {
        text-align: center;
    }

    .tvfooter-account-wrapper p {
        text-align: center;
    }

    .tvfooter-title-wrapper {
        justify-content: center;
        margin-bottom: 10px;
    }

    .footer-container .btn-map {
        margin: auto;
    }

    .tvfooter-title-wrapper .tvfooter-title {
        font-size: 16px !important;
        text-align: center;
        padding: 10px 0;
        border: 0;
    }

    .block-footer .block-social {
        align-items: center;
    }

    .footer-container li {
        text-align: center;
    }

    .footer-container li a {
        font-size: 14px;
    }

    .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 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }

    .tvcopylink,
    .tvfooter-payment-icon-img-block {
        text-align: center;
        margin-bottom: 15px;
        padding: 0 15px;
        width: 66%;
    }

    .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; */
        display: flex;
        flex-direction: column;
    }

    .tvcmsfooter-social-icon {
        text-align: center;
    }
}

@media(max-width: 768px) {
    .product-2 .tvvertical-slider {
        display: block;
    }

    .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,
    .product-5 .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),
    .product-5 .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,
    .product-5 .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: 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;
    }

    .product-5 .tvvertical-slider {
        display: block;
    }

    /*.tvprduct-image-info-wrapper.product-5 .product-cover {
        display: block;
    }*/
    .tvprduct-image-info-wrapper .tvvertical-slider {
        width: 100%;
    }

    .tvproduct-page-wrapper .tv-product-page-image,
    .tvproduct-page-wrapper .tv-product-page-content {
        width: 100%;
        /* margin-bottom: -3rem; */
    }

    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn {
        /*display: none;*/
    }

    .tvproduct-flags li {
        font-size: 11px;
    }

    .tvcmsright-sticky {
        display: none;
    }
}

@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: 0px 0 15px 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: 0;
        display: inline-block;
    }

    .tvcmsheader-search {
        display: block;
        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) {

    .tvall-inner-btn-cancel span,
    .tvall-inner-btn span {
        font-size: 11px;
    }

    .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 {
        display: none;
        /* 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: 2px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .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;
        border: 0;
    }

    .tvmobileheader-language-currency-wrapper {
        text-align: center;
    }

    .tvcmsmobile-top-wrapper {
        display: none;
        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: -webkit-box;
        display: -ms-flexbox;
        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: 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;
        color: #000;
    }

    .tvcmsheader-search.search-widget form button[type=submit] {
        background: transparent;
    }

    .tvcmsheader-search.search-widget form button[type=submit] svg path {
        fill: #999 !important;
    }

    .tvmobile-sliderbar-btn a i {
        font-size: 28px;
    }

    .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-right: 0;
        padding-left: 0;
        gap: 10px;
    }

    .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;
    }

    .tvcms-header-myaccount .tv-myaccount-btn i,
    #contact-link i,
    .tvheader-cart-wrapper .tv-cart-icon {
        /*margin: 0 -2px;*/
        /*transform: scale(0.8);*/
    }

    .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: 0;
    }

    #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;
    }

    #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-title-wrapper {
        margin-bottom: 0px;
    }

    .tvcmsmain-title-wrapper {
        float: none;
        text-align: center;
        margin: 20px 0;
    }

    .tvcms-next-pre-btn,
    .tvtabcategory-product-next-pre-btn {
        text-align: center;
        margin-bottom: 15px;
        direction: ltr;
    }

    .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;
        width: 38px;
        height: 38px; */
    }

    .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;
    }

    .tvmobile-sliderbar-btn {
        width: 42px;
        height: 42px;
    }
}

@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;
    }
}

@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;
    }
}

@media(max-width: 335px) {
    #category .tv-grid-list-wrapper-info-box {
        width: 100%;
    }
}

@media(max-width: 330px) {
    #content-wrapper .tvproduct-wrapper .tvproduct-image {
        /*padding: 0 15px;*/
    }
}

@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;
    }

    #header .header-3 .tv-menu-horizontal ul li.level-1>a {
        font-size: 14px;
    }

    #header .header-3 .tv-menu-horizontal ul li.level-1>a {
        padding: 0 10px;
    }

    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0 12px;
    }
}

.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-left: 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;
}

.tvcmsdesktop-top-header-wrapper .tvcmsdesktop-top-header {
    position: relative;
    background-color: #E20813;
    padding: 8px 0;
    z-index: 100;
}

.header-7 #contact-link i,
.header-1 #contact-link i,
.tvheader-checkout #contact-link i {
    font-size: 17px;
    color: #fff;
    margin-inline-end: 5px;
}

.header-7 .tvcmsdesktop-contact span,
.header-1 .tvcmsdesktop-contact span {
    font-size: 11px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
}

#tvcmsdesktop-language-selector .tv-language-btn img {
    height: 22px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0;
    margin-inline-end: 3px;
    vertical-align: baseline;
}

#tvcmsdesktop-language-selector .tv-language-btn svg {
    height: 18px;
    object-fit: contain;
    border-radius: 50%;
}

#tvcmsdesktop-currency-selector .tv-currency-btn svg {
    margin-inline-end: 8px;
    vertical-align: middle;
}

.tvcart-icon-text-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: intial;
    gap: 16px;
}

.tvheader-cart-btn-wrapper .cart-products-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    border-radius: 18px;
    right: -9px;
    top: -9px;
    color: #fff;
    background-color: #e20813;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

#tvcmsdesktop-account-button:after {
    display: none;
    content: '';
    position: absolute;
    right: 20PX;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 25px;
    background-color: #eee;
}

.tvproduct-cat-name {
    height: 32px;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 10px;
}

.product-description .tvproduct-name.product-title {
    padding: 0 0 10px 0;
}

.tv-product-price.tvproduct-name-price-wrapper {
    line-height: 18px;
}

.tvproduct-wrapper.list .tvproduct-cart-btn .tvproduct-add-to-cart {
    width: auto;
    margin-bottom: 15px;
}

.tvproduct-wrapper.catelog .tvproduct-cart-btn .tvproduct-add-to-cart {
    margin: auto;
    width: auto;
    margin-bottom: 15px;
}

.tvcmscustomer-services .tvall-services-block,
.tvcategory-chain-slider-info-wrapper,
.tvblog-event-all-content-block .tvblog-img-content-wrapper,
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide,
.ttvattrsearch-wrapper {
    border-radius: 3px;
}

.tvfooter-product-box-layout .tvcmsmain-title-wrapper {
    margin-bottom: 0;
    text-align: left;
}

.tvfooter-product-title-product .tv-main-title.tvcms-main-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

.tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    margin: 15px 0;
    font-weight: 500;
    padding: 0;
    text-transform: capitalize;
}

.tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2:after {
    content: '';
    background-color: #E30606;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -16px;
    left: 0;
    display: block;
}

.tvfooter-product-box-layout .tvcmsprev-btn,
.tvfooter-product-box-layout .tvcmsnext-btn {
    background-color: transparent;
    width: 20px;
}

.tvfooter-product-box-layout .tvcmsprev-btn:hover i,
.tvfooter-product-box-layout .tvcmsnext-btn:hover i {
    color: #000;
}

.tvfooter-product-box-layout .tvcmsprev-btn:hover,
.tvfooter-product-box-layout .tvcmsnext-btn:hover {
    border: none;
}

.tvnews-wrapper-info-box,
.tv_blog_post_inner {
    display: flex;
    flex-wrap: wrap;
}

.tvblog-img-block .tvdate-time {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    position: absolute;
    left: 10%;
    top: 5%;
    padding: 8px 15px;
    text-align: center;
    background-color: #E30606;
    border-radius: 3px;
}

.tvblog-category-name.meta_category a {
    font-size: 14px;
    color: #E30606;
    text-transform: uppercase;
    font-weight: 600;
}

a.tvnews-event-read-more-link {
    font-size: 14px;
    font-weight: 500;
}

.tvspecial-product-wrapper-box .tvall-product-branner,
.tvspecial-product-wrapper-box .tvall-product-wrapper-info-box {
    padding: 0 15px;
}

.tvspecial-product .tvproduct-wrapper {
    display: flex;
    border: 1px solid #E30606;
    border-radius: 3px;
    align-items: center;
    padding: 40px;
    background-color: transparent;
}

.tvspecial-product .tvproduct-img-box-wrapper {
    padding: 0 30px 0 0;
}

.tvspecial-product .tvvertical-slider .product-images {
    margin: 0 auto;
}

.tvspecial-product .tvproduct-info-box-wrapper:after {
    content: '';
    background-color: #eeeeee;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    display: block;
}

.tvspecial-product .product-description .tvproduct-name.product-title,
.tvspecial-product .tvproduct-wrapper .tvall-product-star-icon {
    padding-bottom: 15px;
}

.tvspecial-product .tvproduct-name.product-title a h3 {
    font-size: 18px;
    line-height: 20px;
}

.tvspecial-product .product-price-and-shipping .price {
    font-size: 18px;
    line-height: 18px;
}

.tvspecial-product .tvproduct-wrapper {
    display: flex;
    border: 1px solid #E30606;
    border-radius: 3px;
    align-items: center;
    padding: 40px;
    background-color: transparent;
}

.tvspecial-product .tvproduct-img-box-wrapper {
    padding: 0 30px 0 0;
}

.tvspecial-product .tvproduct-wrapper .tvtimer-wrapper .tvproduct-timer-icon i {
    display: none;
}

.tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper {
    margin: 0 10px 0 0px;
    overflow: visible;
}

.tvspecial-product .tvproduct-wrapper .tvtimer-dot {
    margin: 0 5px;
    display: none;
}

.tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper.tvproduct-timer-box .days,
.tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper.tvproduct-timer-box .hours,
.tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper.tvproduct-timer-box .minutes,
.tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper.tvproduct-timer-box .seconds {
    background-color: #f5f5f5;
    margin-bottom: 5px;
    border: none;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper .tvtimer-name {
    display: block;
    line-height: 15px;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
}

.tvspecial-product .tvproduct-wrapper .tvtimer-wrapper {
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.tvproduct-timer .tvproduct-timer-icon svg {
    display: none;
}

.tvspecial-product .tvproduct-timer .tvproduct-timer-icon svg {
    display: block;
}

.tvspecial-product .tvproduct-timer .tvproduct-timer-icon {
    vertical-align: middle;
}

.tvspecial-product .tvproduct-hover-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tvspecial-product .tvproduct-hover-btn .tvproduct-quick-btn,
.tvspecial-product .tvproduct-hover-btn .tvproduct-cart-btn,
.tvspecial-product .tvproduct-hover-btn .tvcompare-wrapper,
.tvspecial-product .tvproduct-hover-btn .tvproduct-wishlist {
    margin: 0 5px;
}

.tvspecial-product .tvproduct-timer {
    margin-bottom: 20px;
}

.tvspecial-product .tvproduct-info-box-wrapper {
    text-align: left;
    padding: 0 0 0 30px;
}

.tvspecial-product .slick-track {
    margin: 0 auto;
}

.tvspecial-product .tvcmsVerticalSlider {
    padding: 0 5px;
    margin: 5px 0 5px;
}

.footer-container li a,
#footer_sub_menu_store_info,
.tvfooter-store-link a,
.tvfooter-store-link-content a,
.tvfooter-store-link-fax a {
    color: #999;
    font-weight: 600;
}

.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li 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;
}

.block-social {
    text-align: left;
    margin-top: 15px;
}

.footer-1 .tvfooter-logo-block .tvfooter-img-block,
.footer-3 .tvfooter-logo-block .tvfooter-img-block {
    text-align: center;
}

#products .tv-left-pannal-btn-wrapper svg g rect {
    fill: #222 !important;
}

.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper {
    border: 1px solid #ededed;
    padding: 12px 8px;
}

.tvcms-prod-popup .tvproduct-wrapper .tvproduct-info-box-wrapper {
    text-align: center;
}

.tvcms-prod-popup .tvproduct-wrapper .tvall-product-star-icon {
    justify-content: center;
}

.tvcms-prod-popup .tvproduct-info-box-wrapper:after {
    display: none;
}

.tvtab-product .tvcmsmain-title-wrapper {
    margin-bottom: 30px;
}

.tvblog-category-name.meta_category {
    margin-bottom: 15px;
}

.tvnews-event-content-wrapper .tvall-inner-btn-cancel span,
.tvnews-event-content-wrapper .tvall-inner-btn span {
    font-size: 12px;
    line-height: 12px;
}

.tvnews-event-read-more-link {
    margin-right: 10px;
}

.tvnews-event-read-more .tvcmsblog-view-count i {
    font-size: 18px;
    margin: 0 5px;
    color: #666;
    vertical-align: middle !important;
}

.tvcmsblog-view-count span {
    font-size: 14px;
    display: inline-block;
    color: #666;
    font-weight: 500;
    vertical-align: baseline;
}

.tvnews-event-read-more .tvcmsblog-view-count span {
    vertical-align: middle;
}

.tvmain-slider-contant .tvmain-slider-button:hover {
    border-radius: 20px;
}

.tvmain-slider-button.tvall-inner-btn:after {
    box-shadow: 0 0 0 1px #ffc800;
}

.tvmain-slider-btn .tvall-inner-btn-cancel:hover span,
.tvmain-slider-btn .tvall-inner-btn:hover span {
    /* color: #000; */
}

.tvcmsbannerslider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 60%;
    background-color: #000;
}

.tvcms-newsletter-wrapper {
    margin-bottom: 80px;
}

.tvcms-newsletter-inner {
    margin: 0 -15px;
    display: flex;
}

.tv-newsletter-wrapeer,
.tvnewsletter-banner-content {
    padding: 60px 40px;
}

.tvnewsletter-block {
    margin: auto;
}

.tvnewsletter-lable-wrapper {
    margin-bottom: 15px;
}

.tvcms-newsletter-wrapper .block_newsletter .tvnewsletter-title {
    font-size: 32px;
    color: #ffffff;
    line-height: 32px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    z-index: 1;
}


#description ul li::before {
    background-color: red;
    border-radius:50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: -18px;
    margin-bottom: 0;
    height: 8px;
    width: 8px;
  }

.tvcms-newsletter-wrapper .block_newsletter .tvnewsletter-sub-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    line-height: 20px;
}

.block_newsletter form input[type=email] {
    padding: 10px 20px;
}

.tvnewsleteer-btn-wrapper .tvall-inner-btn {
    padding: 10px 18px;
    background-color: #5C5C5C;
    border-color: #5C5C5C;
}

.tvcms-newsletter-wrapper .tvall-inner-btn span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.tvnewsleteer-btn-wrapper .tvall-inner-btn:hover {
    background-color: #E30606;
    border-color: #E30606;
}

.tvcms-newsletter-wrapper .tvall-inner-btn:hover span {
    color: #ffffff;
}

.tvnewsletter-banner-content h1 {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tvnewsletter-banner-content h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 50px;
}

.tvapp-logo-wrapper a {
    display: flex;
}

.quickview .tv-indicator.tv-bar .tv-outer,
.tv-product-page-content .tv-indicator.tv-bar .tv-outer,
.tv-indicator.tv-bar .tv-outer {
    width: 250px;
    height: 8px;
    margin: 0;
}

.tvcmstestimonial .tvcms-main-title .tvmain-desc {
    color: #cccccc;
}

.tvcmsmultibanners .tvmultibanner {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 100px;
}

.tvinstock,
.tvspecial-product-wrapper-box .tvinstock span.tvstock_tital {
    font-size: 16px;
    font-weight: 600;
    color: #53c95f;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    line-height: 18px;
}

.tvspecial-product-wrapper-box .tv-indicator .tvinstock b {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.tv-product-price-info-box .tvcmsstock-indicator-wraper {
    margin-bottom: 15px;
}

.tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
    /*font-size: 22px;*/
}

.tvapp-logo-wrapper:hover {
    background-color: #E30606;
    border-color: #E30606;
}

.tvapp-logo-wrapper:hover svg path {
    fill: #ffffff !important;
}

.tvmultibanner1-wrapper .img-responsive,
.tvmultibanner2-wrapper .img-responsive,
.tvmultibanner3-wrapper .img-responsive {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tvvertical-slider .slick-current img.thumb,
.tvvertical-slider img.thumb:hover {
    border: 1px solid #E30606;
}

.tvvertical-slider img.thumb.selected,
.tvvertical-slider img.thumb:hover {
    border: 1px solid #eee;
}

#_desktop_contact_link {
    padding: 0;
    margin-right: 0;
}

#_desktop_contact_link a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

@media (max-width: 1440px) {
    .tvcmsadvance-block-content {
        padding: 50px 80px;
    }

    .tvspecial-product .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
        padding: 8px 15px;
    }
}

@media (max-width: 1340px) {
    .tvcmsadvance-block-content {
        padding: 50px 50px;
    }
}

@media (max-width: 1280px) {
    .tvcustom-inquiry-content-inner .tvcustom-inquiry-content p {
        font-size: 24px;
    }

    .tvservices-content-box .tvservice-dec {
        font-size: 13px;
    }

    .tvservices-content-box .tvservices-title {
        font-size: 17px;
    }

    .tvcategory-chain-content-wrapper {
        padding: 20px 25px;
    }

    .tvcmscustomer-services .tvall-services-block {
        padding: 40px 15px;
    }
}

@media (max-width: 1200px) {

    .tvmain-slider-btn.tvall-inner-btn-cancel span,
    .tvmain-slider-btn.tvall-inner-btn span {
        font-size: 14px;
    }

    .ttvattrsearch-wrapper .multiselect-wrapper {
        margin-bottom: 15px;
    }

    .tv-newsletter-wrapeer,
    .tvnewsletter-banner-content {
        padding: 48px 40px;
    }
}

@media (max-width: 1140px) {
    .tvmain-slider-contant .tvmain-slider-title {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 {
        font-size: 35px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 span {
        font-size: 50px;
    }

    .tvmain-slider-contant .tvmain-slider-button {
        padding: 12px 25px;
    }

    .tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsnext-btn,
    .tvcms-main-slider:hover .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn,
    .lang-rtl .tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsnext-btn,
    .lang-rtl .tvcms-main-slider:hover .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
        right: 50px;
    }

    .tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsprev-btn,
    .tvcms-main-slider:hover .tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn,
    .lang-rtl .tvcms-main-slider:hover .tvmain-slider-next-pre-btn .tvcmsprev-btn,
    .lang-rtl .tvcms-main-slider:hover .tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
        left: 50px;
    }

    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 16%;
    }

    .tvbannerslider-dec h1 {
        font-size: 54px;
    }

    .tvblog-event-all-content-block {
        width: 50%;
    }
}

@media(min-width: 1024px) and (max-width: 1070px) {
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0 12px;
    }
}

@media (max-width: 1024px) {

    .tvcmsadvance-block-content,
    .tvadv-block-img {
        width: 100%;
    }

    .tvadvance-block-wrapper {
        display: block;
    }

    .tvadv-block-img {
        text-align: center;
    }

    .tvspecial-product .tvproduct-hover-btn .tvproduct-cart-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .tvcategory-chain-slider-wrapper-info {
        width: 33.33%;
    }

    .tvbannerslider-dec h1 {
        font-size: 46px;
    }

    .tvcustom-inquiry-content-inner .tvcustom-inquiry-content p {
        font-size: 21px;
    }

    .tvcmscustomer-services .tvservices-center {
        width: 50%;
        margin-bottom: 15px;
    }

    .tvspecial-product .tvproduct-wrapper {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .tv-header-cart .tv-cart-icon {
        margin-inline-end: 10px;
    }

    #header .tv-myaccount-btn-desktop svg {
        width: 26px;
        height: 26px;
    }

    .tvfooter-storelogo-weapper {
        margin-bottom: 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-page-wrapper .tvproduct-wishlist,
    .tvproduct-wrapper.grid .tvproduct-wishlist,
    .tvproduct-wrapper.grid-2 .tvproduct-wishlist,
    .tvproduct-wrapper.grid .tvcompare-wrapper,
    .tvproduct-wrapper.grid-2 .tvcompare-wrapper {
        opacity: 1;
        display: inline-block;
    }

    .tvproduct-wrapper.grid .tvproduct-btn-color,
    .tvproduct-wrapper.grid-2 .tvproduct-btn-color {
        /* position: unset; */
        opacity: 1;
        bottom: 15px;
        top: auto;
        right: auto;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        display: flex;

    }

    .tvproduct-wrapper.grid .tvproduct-btn-color,
    .tvproduct-wrapper.grid-2 .tvproduct-btn-color {
        /* margin-bottom: 10px; */
    }

    .tvspecial-product-wrapper-box .tvimage-true,
    .tvspecial-product-wrapper-box .tvall-product-branner {
        width: 100%;
    }

    .tvspecial-product-wrapper-box .tvall-product-branner {
        margin-top: 15px;
        text-align: center;
    }

    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        justify-content: center;
        margin-bottom: 15px;
    }

    #header .tv-menu-horizontal ul li.level-1>a {
        color: #000000;
    }

    .tv-menu-horizontal li.level-1 .img-icon {
        filter: invert(1);
    }

    .tvdesktop-header-storetime {
        display: none;
    }

    #_desktop_contact_link {
        padding: 0;
        margin: 0;
    }

    .tvmain-slider-contant .tvmain-slider-button {
        padding: 10px 27px;
    }

    .tvmain-slider-btn .tvall-inner-btn-cancel span,
    .tvmain-slider-btn .tvall-inner-btn span {
        font-size: 13px;
    }

    .tvcmscategory-chain-slider,
    /* .tvcms-slider-offerbanner-wrapper, */
    .tvcmsmultibanners,
    .tvmultithreebanner,
    /* .tvcmscategory-slider, */
    .tvcmstab-title-product,
    .tvcmstabcategory-product-slider,
    .tvcmssingle-block,
    .tvcmscategory-chain-slider,
    .tvcmsblog-event-home,
    .tvcmsspecial-product,
    .tvcmsfeatured-product,
    .tvcmsbest-seller-product,
    .tvcmsnew-product,
    .tvcmssame-category-product,
    .tvcmscross-selling-product,
    .tvcmslike-product,
    .tvcmstwoofferbanners-one,
    .tvcmsmain-video,
    .tvcmsbrandlist-slider,
    .tvfooter-product-box-layout,
    .tvproduct-description-tab,
    .tvcmsadvance-block,
    .tvcms-newsletter-wrapper,
    .tvcmscustomer-services {
        margin: 0 15px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .tvspecial-product .tvproduct-img-box-wrapper {
        padding: 0 15px 0 0;
    }

    .tvspecial-product .tvproduct-info-box-wrapper {
        padding: 0 0 0 15px;
    }

    .tvcmsmultibanners .tvmultibanner {
        padding: 0;
    }
}

@media (max-width:850px) {
    .tvbannerslider-inner-content-box {
        display: block;
    }

    .tvbannerslider-info-box {
        width: 100%;
    }

    .tvcustom-inquiry-content-inner .tvcustom-inquiry-content p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tvtab-product .tvcms-main-title {
        float: none;
        text-align: center;
        /*margin-bottom: 0;*/
    }

    .tvtab-product .tvcms-next-pre-btn {
        text-align: center;
        /*margin-bottom: 15px;*/
        direction: ltr;
    }

    .tvtab-product .tvcmsprev-btn,
    .tvtab-product .tvcmsnext-btn {
        transform: translate(0, -0%);
    }

    .tvtab-title-wrapper .tvtabs-products li,
    .tvtab-title-wrapper .tvtab-title {
        margin-bottom: 10px;
    }

    .tvtab-product .tvcms-main-title {
        padding: 0;
    }

    .tvtab-product .tvcmsprev-btn,
    .tvtab-product .tvcmsnext-btn,
    .lang-rtl .tvtab-product .tvcmsprev-btn,
    .lang-rtl .tvtab-product .tvcmsnext-btn {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        display: inline-block;
        position: inherit;
        margin: 0 3px;
    }

    .tvmain-slider-contant .tvmain-slider-title {
        font-size: 14px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 span {
        font-size: 40px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .tvspecial-product .tvproduct-wrapper {
        display: block;
    }

    .tvspecial-product .tvproduct-img-box-wrapper,
    .tvspecial-product .tvproduct-info-box-wrapper {
        width: 100%;
    }

    #index .tvblog-event-all-content-block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tvcmsmultibanners .tvmultibanner-2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tvcategory-slider-wrapper-info {
        /* width: 33.33%; */
    }
}

@media (max-width: 650px) {
    .tvcategory-chain-slider-wrapper-info {
        width: 50%;
    }

    .tvcustom-inquiry-content-inner,
    .tvcustom-btn-caption {
        width: 100%;
    }

    .tvcustom-inquiry-block {
        display: block;
    }

    .tvcustom-inquiry-content-inner {
        margin-bottom: 15px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 {
        font-size: 24px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 span {
        font-size: 30px;
    }

    .tvtestimonial-slider-inner {
        width: 100%;
        overflow: hidden;
    }

    .tvcmstestimonial {
        padding: 80px 0;
    }
}

@media (max-width: 575px) {
    .tvspecial-product .tvproduct-wrapper .tvproduct-image {
        display: none;
    }

    .tvfooter-product-box-layout .tvcmsprev-btn,
    .tvfooter-product-box-layout .tvcmsnext-btn {
        position: absolute;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .tvcmscustomer-services .tvservices-center {
        width: 100%;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 span {
        font-size: 25px;
    }

    .tvmain-slider-contant .tvmain-slider-button {
        padding: 8px 20px;
    }

    .tvmain-slider-btn.tvall-inner-btn-cancel span,
    .tvmain-slider-btn.tvall-inner-btn span {
        font-size: 12px;
    }

    .tvmain-slider-contant .tvmain-slider-title {
        margin-bottom: 0;
    }

    #tvmain-slider .tvmain-slider-contant-left {
        left: 5%;
    }

    #tvmain-slider .tvmain-slider-contant-right {
        right: 5%;
    }

    .tvmain-slider-contant .tvmain-slider-title {
        padding-bottom: 10px;
    }

    .tvcmsadvance-block-content {
        padding: 40px 30px;
    }

    .tvcms-main-title .tvmain-title h2,
    .tvcms-newsletter-wrapper .block_newsletter .tvnewsletter-title {
        font-size: 24px;
    }

    .tvcms-main-title .tvmain-desc {
        font-size: 14px;
    }

    .tvcms-newsletter-wrapper .block_newsletter .tvnewsletter-sub-title,
    .tvnewsletter-banner-content h2 {
        font-size: 14px;
    }

    .tvcmsmain-title-wrapper {
        margin: 30px 0;
    }

    .tvcategory-slider-wrapper-info {
        /* width: 50%; */
    }

    #header .tv-myaccount-btn-desktop svg {
        width: 20px;
        height: 20px;
    }

    .tvheader-cart-wrapper .tv-cart-icon svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 525px) {

    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
    }
}

@media (max-width: 480px) {

    .ttvattrsearch-wrapper .multiselect-wrapper,
    .tvcmsattrsearch-wrapper {
        width: 100%;
    }

    .tvadvance-block-content-img {
        width: 10%;
    }

    .tvcategory-chain-slider-wrapper-info {
        width: 100%;
    }

    .tvcategory-chin-img-block {
        text-align: center;
    }

    .tvadvance-block-content-details {
        width: 90%;
    }
}

@media (max-width: 425px) {
    .tvmain-slider-contant .tvmain-slider-info h1 {
        font-size: 24px;
        margin-bottom: 5px;
        -webkit-text-stroke: 0;
    }

    .block_newsletter form {
        width: 100%;
    }

    .tvproduct-wrapper .tvproduct-add-to-cart-label {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    .tvproduct-wrapper .tvtimer-wrapper {
        padding: 0 2px;
        min-width: auto;
    }

    .tvproduct-wrapper .tvproduct-timer-icon i {
        font-size: 14px;
    }

    .tvproduct-wrapper .tvproduct-timer-wrapper .hours,
    .tvproduct-wrapper .tvproduct-timer-wrapper .minutes,
    .tvproduct-wrapper .tvproduct-timer-wrapper .days,
    .tvproduct-wrapper .tvproduct-timer-wrapper .seconds {
        font-size: 11px;
    }

    .tvproduct-wrapper .tvproduct-timer-wrapper {
        min-width: 20px;
        line-height: 25px;
    }

    .tvcmsadvance-block-content {
        padding: 40px 15px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 {
        font-size: 20px;
    }

    .tvmain-slider-contant .tvmain-slider-info h1 span {
        font-size: 22px;
    }

    .tvmain-slider-contant .tvmain-slider-title {
        font-size: 13px;
        padding-bottom: 5px;
    }

    .tvcategory-slider-wrapper-info {
        width: 100%;
    }

    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart {
        /* padding: 8px 18px; */
    }

    .tvspecial-product .tvproduct-wrapper .tvproduct-timer-wrapper {
        margin: 0 5px 0 0;
    }

    .tvnewsletter-banner-content,
    .tv-newsletter-wrapeer {
        padding: 18px;
    }
}

.lang-rtl #tvcmsdesktop-currency-selector .tv-currency-btn svg {
    margin-right: 0;
    margin-left: 8px;
}

.lang-rtl #tvcmsdesktop-account-button:after {
    right: auto;
    left: 20px;
}

.lang-rtl .tvtab-product .tvcms-main-title,
.lang-rtl .tvtab-title-wrapper,
.lang-rtl .tvcms-newsletter-wrapper {
    float: none;
}

.lang-rtl .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-sub-title h4,
.lang-rtl .tvcmsadvanceblock-slider-main-title-wrapper .tvcmsmain-title-wrapper,
.lang-rtl .tvcategory-chain-title {
    text-align: right;
}

.lang-rtl .tvadvance-block-content-img {
    margin-right: 0;
    margin-left: 5px;
}

.tvvertical-slider .slick-current img.thumb,
.tvvertical-slider img.thumb:hover {
    border: 1px solid #E30606;
}

.lang-rtl .tvcategory-chain-slider-category {
    text-align: right;
    padding-left: 0;
    padding-right: 12px;
}

.lang-rtl .tvnewsletter-input,
.lang-rtl .tvnewsletter-banner-content {
    direction: ltr;
}

.lang-rtl .tvnewsletter-lable-wrapper {
    text-align: left;
}

.lang-rtl .tvcustom-inquiry-content-inner .tvcustom-inquiry-block-cust {
    margin-right: 0;
    margin-left: 15px;
}

.tvcustom-inquiry-content-inner .tvcustom-inquiry-block-cust {
    text-align: right;
}

.lang-rtl .block-social {
    text-align: right;
}

.lang-rtl .tvfooter-product-title-product .tv-main-title.tvcms-main-title {
    text-align: right;
}

.lang-rtl .tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2:after {
    right: 0;
}

.tvadvance-block-content-img {
    width: 5%;
}

.tvnewsleteer-btn-wrapper .tvall-inner-btn:after {
    display: none;
}

.tvproduct-wrapper.list .tv-indicator {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#products.catelog .tvproduct-wrapper .tvall-product-star-icon {
    margin-bottom: 15px;
    justify-content: center;
    padding: 0;
}

#products.catelog .tvproduct-cat-name {
    margin: 0 0 10px;
    text-align: center;
}

#blockcart-modal .cart-content .cart-content-btn button {
    color: #414141;
    background: #f6f6f6;
    margin-right: 1.3rem;
}

#blockcart-modal .cart-content .cart-content-btn button:hover {
    color: #E30606;
    border-color: transparent;
}

#blockcart-modal .cart-content .cart-content-btn button span {
    color: #414141;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#blockcart-modal .cart-content .cart-content-btn button:hover span {
    color: #E30606;
}

.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-wrapper-icon svg {
    width: 24px;
    height: 22px;
}

.tvproduct-wishlist-compare .tvcompare-wrapper .tvcmsproduct-compare-wrapper-icon svg {
    width: 19px;
    height: 19px;
}

.footer-3 .tvfooter-logo-block {
    padding-top: 40px;
}

.footer-3 .tvfooter-map {
    text-align: center;
}

.footer-4 .tvfooter-map {
    margin-bottom: 20px;
}

.tvall-product-star-icon .tvall-product-review {
    display: block;
}

.tvall-product-star-icon .tvall-product-review {
    margin-left: 5px;
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.tvcmsspecial-product .tvproduct-wrapper .tvproduct-image:hover .tvproduct-flags,
.tvcmsspecial-product .tvproduct-wrapper:hover .tvproduct-hover-img {
    opacity: 0;
}

.tvspecial-product .tvproduct-image:hover .tvproduct-flags,
.tvspecial-product .tvproduct-image:hover .tvproduct-hover-img {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.tvsticky-up-arrow,
.tvsticky-wishlist,
.tvsticky-compare,
.tvright-sticky-account,
.tvright-sticky-add-to-cart {
    display: flex;
    justify-content: center;
    background: transparent;
    margin: 0;
    width: 30%;
    height: auto;
    padding: 10px 5px;
    border-radius: 0;
    text-align: center;
}

.tvcmsright-sticky {
    width: 100%;
}

.tvcmsright-sticky .tvright-sticky-wrapper {
    position: inherit;
    display: flex;
    justify-content: center;
}

.link_wishlist.tvcmscount-compare-product span,
.wishtlist_top.tvwishlist-top span {
    color: #000000;
    font-size: 13px;
    float: none;
    line-height: 28px;
    opacity: 1;
}

.tvcmsright-sticky.sticky {
    top: auto;
    position: fixed;
}

.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: #999;
    font-size: 13px;
    float: none;
    line-height: 28px;
    margin: 0 0 0 9px;
    opacity: 1;
}

.tvfooter-logo-block {
    background-image: url(../img/themevolty/map.png);
    background-position: center;
}

.modal-body.tv-addtocart-content-part .tv-addtocart-price {
    font-weight: 700;
}

.header-4 .tvheader-search-display-icon .tvsearch-close svg,
.header-5 .tvheader-search-display-icon .tvsearch-close svg,
.header-6 .tvheader-search-display-icon .tvsearch-close svg {
    width: 16px;
    height: 16px;
}

.tvstore-time,
.tvstore-time-info-box {
    display: flex;
    align-items: center;
}

.tvstore-time-icon {
    display: flex;
}

.tvstore-time-icon i {
    color: #fff;
    font-size: 17px;
    line-height: normal;
    margin-inline-end: 5px;
}

.tvstore-time .tvstore-time-name,
.tvstore-time .tvstore-time-timer {
    margin-inline-end: 5px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}

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

.tvfooter-payment-icon {
    margin: 0 5px;
}

.tvproduct-color {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: absolute;
    top: -25px;
    align-items: center;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.tvproduct-wrapper.grid:hover .tvproduct-color,
.tvproduct-wrapper.grid-2:hover .tvproduct-color {
    opacity: 1;
}

.tvproduct-color-box-border {
    display: inline-block;
    margin-right: 5px;
}

.header-3 .tvdesktop-header-storetime {
    display: none;
}

.footer-1 .tvfooter-logo-block {
    padding-top: 40px;
}

.footer-1 .tvfooter-map {
    text-align: center;
}

.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper .facebook {
    margin-left: 0;
}

.header-3 #_desktop_contact_link {
    margin-right: 0;
}

.header-3 #_desktop_contact_link #contact-link {
    justify-content: flex-end;
}

.header-3 #_desktop_contact_link #contact-link a {
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
}

.footer-2 .tvcopylink p,
.footer-2 .tvcopylink p {
    /* margin-bottom: 5px; */
}

.tvproduct-color-box-border .tvporoduct-color-box {
    width: 18px;
    height: 18px;
    border-radius: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #e5e5e5;
}

.tvspecial-product .tvvertical-slider .tvvertical-slider-pre {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    z-index: 99;
    width: 36px;
    border-radius: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #eee;
    margin: auto;
    line-height: 36px;
    text-align: center;
    box-shadow: 3px 2px 4px rgb(0 0 0 / 14%);
    transition: all .3s ease-in-out;
}

.tvspecial-product .tvvertical-slider .tvvertical-slider-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    z-index: 99;
    width: 36px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    height: 36px;
    margin: auto;
    line-height: 36px;
    box-shadow: 3px 2px 4px rgb(0 0 0 / 14%);
    transition: all .3s ease-in-out;
    text-align: center;
}

.tvnews-event-read-more .tvcmsblog-view-count {
    padding: 10px 0;
}

.tvproduct-wrapper.list .tvproduct-color,
.tvproduct-wrapper.catelog .tvproduct-color,
.tvspecial-product .tvproduct-wrapper .tvproduct-color {
    position: unset;
    opacity: 1;
}

.tvspecial-product .tvproduct-color {
    justify-content: flex-start;
    margin-bottom: 15px;
}

#products.list .tvproduct-color-background,
#products.list-2 .tvproduct-color-background,
#products.catelog .tvproduct-color-background {
    display: flex;
    margin-bottom: 15px;
}

#products.list .tvproduct-color,
#products.list-2 .tvproduct-color {
    justify-content: flex-start;
}

.lang-rtl #_desktop_contact_link {
    margin-right: 0;
    margin-left: 15px;
}

.footer-5 .tvcopylink {
    text-align: center;
}

.footer-5 .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    justify-content: center;
}

#tvmain-slider .owl-item.active .tvmain-slider-contant .tvmain-slider-info {
    animation: 0.8s 0.2s fadeInDown;
}

#tvmain-slider .owl-item.active .tvmain-slider-contant .tvmain-slider-title {
    animation: 0.8s 0.2s fadeInDown;
}

#tvmain-slider .owl-item.active .tvmain-slider-contant .tvmain-slider-button {
    animation: 0.8s 0.2s fadeInDown;
}

i.material-icons {
    direction: inherit;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.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-right: none !important;
        border-bottom: 1px solid #e5e5e5;
    }
}

#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-options-list {
    margin: -20px;
}

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 label {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

body#checkout div.checkout-step .delivery-option,
body#checkout div.checkout-step .delivery-option .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body#checkout div.checkout-step .delivery-option {
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
}

body#checkout div.checkout-step .payment-options {
    margin: 0 -20px;
}

body#checkout div.checkout-step .payment-options label {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 40px;
    margin: 0;
    cursor: pointer;
}

body#checkout div.checkout-step .payment-options label input[type=radio] {
    display: none !important;
}

body#checkout div.checkout-step .payment-options label div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body#checkout div.checkout-step .selected {
    background: #F5F6FA;
}

@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 .delivery-option label {
        flex-direction: row;
    }
}

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;
}

#wrapper .breadcrumb li:last-child {
    display: inline;
}

.tvprocess-to-checkout,
.tv-continue-shopping-btn {
    display: inline-block;
    direction: ltr;
}

.lang-rtl .tv-continue-shopping-btn i {
    margin: 0 5px 0 0;
}

.tvmodel-close span {
    position: absolute;
    top: 0;
    right: 5px;
}

.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: 575px) {
    .tvprocess-to-checkout {
        display: none;
    }
}

@media (max-width: 768px) {
    .cms-description hr {
        width: 100%;
    }
}

/*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: #fff;*/
}

#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;
}

/* .tv-left-layout {
    padding: 0 100px;
} */

/* ---- AUTH PAGE ---- */
.login-form .auth {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.auth .login_card,
.auth .registration_card {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.register-form {
    padding: 1.25rem 15px;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

#create-account-form {
    height: 100%;
}

.create-account {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

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

@media only screen and (min-width: 767px) {
    .login-form .auth {
        display: flex;
        justify-content: center;
    }

    .login-form .auth .registration_card {
        margin-left: 4%;
    }
}

/* ---- END AUTH PAGE ---- */
/* ---- SLICK SLIDER----*/
.slick-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            #f6f7f8 0%,
            #edeef1 20%,
            #f6f7f8 40%,
            #f6f7f8 100%);
    background-size: 1000px 100%;
    z-index: 10;
    animation: shimmer 2s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.slider-container {
    margin-bottom: 20px;
}

.slider-container .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-container .zoom {
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 1;
}

.slider-cover {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}

.slider-cover .item {
    width: 100%;
    grid-area: 1 / 1 / 2 / 2;
    border-radius: 10px;
    overflow: hidden;
}

.slider-cover .slick-slider {
    display: block !important;
}

.slider-cover .slick-prev,
.slider-cover .slick-next {
    display: none;
    top: 0;
    bottom: 0;
    width: 50px;
    height: auto;
    background: #fff;
    padding: 0;
    opacity: 0;
    z-index: 1;
    transform: translate(0, 0);
    animation: fadeOut 0.3s forwards;
}

.slider-cover:hover .slick-prev,
.slider-cover:hover .slick-next {
    animation: fadeIn 0.3s forwards
}

.slider-cover .slick-prev {
    left: 0;
}

.slider-cover .slick-next {
    right: 0;
}

.slider-cover .slick-prev:before,
.slider-cover .slick-next:before {
    font-family: Material Icons;
    color: #666;
    font-size: 38px;
    line-height: normal;
    opacity: 1;
}

.slider-cover .slick-prev:before {
    content: '\e5cb';
}

.slider-cover .slick-next:before {
    content: '\e5cc';
}

.slider-nav {
    display: flex;
    gap: 10px;
    overflow: hidden;
    margin: 0 30px;
}

.slider-nav img {
    width: 120px;
    border-radius: 10px;
}

.slider-nav .slick-slider {
    display: block !important;
}

.slider-nav .slick-slide {
    margin: 0 4px;
}

.slider-nav .slick-list .slick-slide img {
    border: 1px solid rgba(0, 0, 0, .15);
}

.slider-nav .slick-list .slick-current img {
    border: 1px solid #e20813;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    width: auto;
    height: auto;
    padding: 0;
    z-index: 1;
}

.slider-nav .slick-prev {
    left: 5px;
}

.slider-nav .slick-next {
    right: 0;
}

.slider-nav .slick-prev:before {
    content: '\e5cb';
}

.slider-nav .slick-next:before {
    content: '\e5cc';
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
    font-family: Material Icons;
    color: #e20813;
    font-size: 28px;
    line-height: normal;
    opacity: 1;
}

.slider-nav .w-auto {
    width: auto !important;
}

@media (max-width: 575px) {
    .slider-container {
        margin-bottom: 0;
    }

    .slider-cover .slick-dots {
        bottom: -30px;
    }

    .slider-cover .slick-prev,
    .slider-cover .slick-next {
        width: 40px;
    }

    .slider-cover .slick-prev:before,
    .slider-cover .slick-next:before {
        font-size: 32px;
    }

    /* .slider-nav {
        display: none !important; /*== fix carrousel des images v-mobile ==**/
    /*} */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    1% {
        visibility: visible;
    }

    100% {
        opacity: .5;
    }
}

@keyframes fadeOut {
    0% {
        opacity: .5;
    }

    99% {
        opacity: 0;
    }

    100% {
        visibility: hidden;
    }
}

/* ---- END SLICK SLIDER ---- */
/* ---- No Result STYLES ---- */
.noresult {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.noresult img {
    width: 300px;
    margin: 20px 0;
}

.noresult h1 {
    font-weight: 600;
    text-transform: capitalize;
}

.noresult p {
    font-size: 15px;
    text-align: center;
}

@media (max-width: 575px) {
    .noresult img {
        width: 260px;
    }

    .noresult p {
        font-size: 12px;
    }
}

/* ---- END No Result STYLES ---- */
/* ---- CUSTOMER PAGE ---- */
.js-address-form .js-input-column {
    position: relative;
}

.js-address-form .js-input-column .form-control-tooltip {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* ---- END CUSTOMER  PAGE ---- */

/* ---- SCROLL STYLE ---- */
/* *::-webkit-scrollbar-thumb {
    background-color: #e20813;
} */

/* ---- END SCROLL STYLE ---- */
.tvcmstheme-control,
.tvcmstheme-layout {
    display: none;
}

/* ---- NOTIFICATIONS STYLES ---- */
#notifications .alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 8px;
}

.tvwishlist-popup .alert-btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #000;
    border: 1px solid #ebcccc;
    border-radius: 50%;
    opacity: 0.9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tvwishlist-popup .alert-btn-close:hover {
    opacity: .8;
}

.tvwishlist-popup .alert-btn-close i {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* ---- END NOTIFICATIONS STYLES ---- */
/* ---- DROPDOWN STYLES ---- */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    color: #444444;
    background: #fff;
    font-size: 13px;
    padding: 0 0 0 10px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 6px;
}

.custom-dropdown-btn .custom-dropdown-text {
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-dropdown-btn .custom-dropdown-text .color {
    width: 1.4rem;
    height: 1.4rem;
}

.custom-dropdown-btn i {
    font-size: 30px;
    /*background: #ddd;*/
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    max-height: 200px;
    padding: .5rem 0;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
    z-index: 10;
    animation: animationmenus ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationmenus ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationmenus ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationmenus ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationmenus ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

.options li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
    margin: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.options li:hover {
    color: #fff;
    background: #E20813;
}

.options::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF;
}

.options::-webkit-scrollbar-thumb {
    background-color: #AEAEAE;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

@keyframes animationmenus {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ---- END DROPDOWN STYLES ---- */
/* ---- START SWITCH BUTTON STYLES ---- */
.switchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 32px;
    background: #dfdfdf;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.switchButton:disabled {
    background: #e6e6e6;
    cursor: no-drop;
}

.switchButton svg {
    fill: #1f1f1f;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.switchButton:disabled svg {
    fill: #a6a6a6;
}

.switchButton:hover {
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
}

.switchButton:hover:disabled {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
}

.switchButton:hover svg {
    fill: white;
}

.switchButton:hover:disabled svg {
    fill: #a6a6a6;
}

/* ---- END SWITCH BUTTON STYLES ---- */

/* ---- START DOOFINDER STYLES ---- */
.df-classic {
    width: 100% !important;
    height: 580px !important;
    top: 100% !important;
    left: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.df-mobile {
    position: initial !important;
    display: block !important;
    width: 100%;
    background-color: #fff !important;
    overflow: hidden !important;
}

.df-mobile__header {
    background-color: #fff !important;
    padding: 0 !important
}

.df-mobile .df-mobile__header {
    padding: 15px !important;
    border-bottom: 1px solid #00000020;
}

.df-mobile[data-layout=grid][data-browser-support~=cssgrid] .df-mobile__content {
    height: calc(100vh - 142px);
    background: #fff;
    padding: 0 10px 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.df-mobile__searchbox {
    width: 100%;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.df-mobile__searchbox input {
    width: 100% !important;
    font-size: 13px !important;
}

.df-mobile__searchbox input::placeholder {
    color: #999;
}

@media (max-width: 992px) {
    .df-classic {
        height: auto !important;
    }

    #search_query_top {
        display: none;
    }
}

.df-card {
    background-color: #fff !important;
}

.df-card__title {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.df-card:hover .df-card__title {
    color: #e30047;
}

.df-header .df-header-title {
    color: #999;
}

.df-classic .df-results::-webkit-scrollbar,
.df-mobile::-webkit-scrollbar {
    background-color: #cccccc;
    width: 5px;
}

.df-classic .df-results::-webkit-scrollbar-thumb,
.df-mobile::-webkit-scrollbar-thumb {
    background-color: #E30606;
    width: 5px;
}

.df-card__image {
    height: auto !important;
}

/* ---- END DOOFINDER STYLES ---- */

/*******start modify theme *******/
.tvcmscross-selling-product .owl-carousel.owl-drag .owl-item {
    display: block;
}

/****Nouvelle liste de souhaits***/
#mywishlist .clearfix {
    display: flex;
    gap: 5px;

}

@media (max-width: 575px) {
    #mywishlist .clearfix {
        flex-direction: column;
    }
}

#mywishlist .submit {
    padding: 10px 0 10px 0;
}

/*******end modify theme *******/

/* ---- CMS STYLES ---- */
.cms {
    padding: 0 100px;
}

.cms .w-auto {
    width: auto !important;
}

.cms .flex-column {
    flex-direction: column;
}

.cms .flex-row {
    flex-direction: row;
}

.cms .align-center {
    align-items: center;
}

.cms .justify-center {
    justify-content: center;
}

.cms .gap-20 {
    gap: 20px;
}

.cms .block {
    display: flex;
    margin-bottom: 2.5rem;
}

.cms .block h1 {
    color: #e20813;
    font-weight: 600;
    padding: 0;
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 40px;
}

.cms .block h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 20px 0;
    margin-top: 0;
    border-bottom: solid .7px #ddd;
}

body.mobile .cms .block h2 {
    font-size: 14pt;
    line-height: 30px;
}

.cms .block .block-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.cms .block .block-content p {
    font-weight: 500;
    font-size: 13px;
    color: #777;
    padding-bottom: 4px;
}

.cms .block .block-content ul li {
    font-weight: 500;
    font-size: 13px;
    color: #777;
    padding-bottom: 4px;
}

.cms .block img {
    width: 100%;
}

.cms .block .block-image {
    width: 80%;
}

@media (max-width:1400px) {
    .cms {
        padding: 0;
    }
}

.cms .block .description p {
    /* font-weight: 400;
    font-size: 1.5em;
    color: #333;
    padding-bottom: 20px;
    line-height: 1.5;
    text-align: justify; */
    font-size: 1.25em;
    line-height: 1.4;
    color: #333;
    text-align: justify;
    padding-bottom: 20px;
    font-weight: 400;
}

body.mobile .cms .block .description p {
    font-size: 14px;
    padding-bottom: 0;
}

.cms .block .description-sm p {
    font-size: 1.25em;
    line-height: 1.4;
    color: #333;
    text-align: justify;
    padding-bottom: 20px;
    font-weight: 400;
}

body.mobile .cms .block .description-sm p {
    font-size: 14px;
}

.cms .block .description h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
}

body.mobile .cms .block .description h4 {
    font-size: 14pt;
}

.cms .block .description h5 {
    font-size: 20px;
    font-weight: 600;
}

.cms .block .centered-button {
    background-color: #e20813;
    font-weight: 600;
    padding: 18px 37px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    border-radius: 50px;
}

.cms .block .centered-button:hover {
    background-color: #333;
}

.cms .block .red-box p {
    background: #e20813;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-style: italic;
    font-size: large;
}

.cms .block .red-background {
    background-color: #e20813;
}

.cms .block .btn-read-more {
    color: #fff;
    background: #333;
    border-radius: 25px;
    margin-top: 20px;
    transition: all 0.4s ease;
}

.cms .block .btn-read-more:hover {
    background-color: #e20813;
}

.cms .block .marque-desc p,
.cms .block .marque-desc ul li {
    line-height: 1.4;
    color: #777;
    text-align: justify;
    padding-bottom: 20px;
}

.cms .block .sub-desc {
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.cms .text-justify {
    text-align: justify;
}

.cms .block_content ul {

    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}

.cms ul.list {
    padding: 0;
}

.cms ul.list li {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 500;
    font-size: 13px;
    color: #777;
    padding-bottom: 4px;
}

.cms .line_info .icon-line {
    padding-bottom: 17px;
}

.cms .info .icon-line a {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #e20813;
    margin-top: 3px;
}

.cms .phone-14 {
    font-size: 16px;
    white-space: nowrap;
    display: block;
    font-weight: 700;
    color: #777;
}

.cms .icon-line {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.cms .icon-line img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.cms .line-info {
    display: block;
}

.cms .min-title h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.cms h5.title-block {
    font-size: 20px;
    font-weight: 700;
    border-bottom: solid 0.7px #ddd;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: uppercase;
}

.cms .iframe-main {
    margin-top: 5px;
}

.cms .icons h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
}

.cms .block .min-text h5 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    font-weight: 600;
    line-height: 20px;
}

.cms .bg-boxed {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cms .service .content {
    margin-left: 15px;

}

.cms .service .content .title {
    display: block;
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;

}

.cms span.text {
    font-size: 13px;
    font-weight: 450;
    color: #777;
}

.cms .block .text-list li {
    font-size: 13.5px;
    font-weight: 450;
    color: #777;
}

.cms .block .carbon-title {
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    background: #333;
    background-image: none;
    background-size: auto;
    color: #fff;
    padding: 10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)), url(/shop/img/cms/carbon_pattern.svg);
    background-size: 100% 100%, 1em auto;
    border-radius: 0 15px;
}

.cms .read_more {
    color: #fff;
    background-color: #333;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 30px;
    margin-left: 40px;
    transition: .5s
}

.cms .read_more:hover {
    background-color: #e20813;
    text-decoration: none;
}

.cms .icons .icon {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: auto;
}

.cms .service {
    display: flex;
    align-items: flex-start;

}

.cms .service .icon-2 {

    width: 60px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.cms li.facebook,
.cms li.instagram,
.cms li.youtube,
.cms li.twitter {
    width: 40px;
    height: 40px;
    border: solid 1.5px #000;
    border-radius: 50%;
    background: #fff;
    transition: .5s
}

.cms img.icon-3 {
    width: 20px;
    height: 20px;
    margin: 9px 9px;

}

.cms li.facebook:hover,
.cms li.instagram:hover,
.cms li.youtube:hover,
.cms li.twitter:hover {

    text-decoration: none;
    color: inherit;
    background: none;
    border: solid 1.5px #e20813;



}

.cms .block .block-content h5 {
    font-size: 18px;
    font-weight: 600;

}

/* ---- END CMS STYLES ---- */

/* ---- START LOADER ---- */
#tv-loader {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiByZ2JhKDAsIDAsIDAsIDApIG5vbmUgcmVwZWF0IHNjcm9sbCAwJSAwJTsgZGlzcGxheTogYmxvY2s7IHNoYXBlLXJlbmRlcmluZzogYXV0bzsiIHdpZHRoPSIxOTFweCIgaGVpZ2h0PSIxOTFweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmYwMDBkIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZS1kYXNoYXJyYXk9IjQyLjc2NDgyMTM3MDQ0MjcxIDQyLjc2NDgyMTM3MDQ0MjcxIiBkPSJNMjQuMyAzMEMxMS40IDMwIDUgNDMuMyA1IDUwczYuNCAyMCAxOS4zIDIwYzE5LjMgMCAzMi4xLTQwIDUxLjQtNDAgQzg4LjYgMzAgOTUgNDMuMyA5NSA1MHMtNi40IDIwLTE5LjMgMjBDNTYuNCA3MCA0My42IDMwIDI0LjMgMzB6IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0eWxlPSJ0cmFuc2Zvcm06c2NhbGUoMC43Nik7dHJhbnNmb3JtLW9yaWdpbjo1MHB4IDUwcHgiPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxLjAyMDQwODE2MzI2NTMwNjFzIiBrZXlUaW1lcz0iMDsxIiB2YWx1ZXM9IjA7MjU2LjU4ODkyODIyMjY1NjI1Ij48L2FuaW1hdGU+CjwvcGF0aD4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+) no-repeat scroll 50% 0 transparent;
    width: 100%;
    height: 110px;
    background-size: 110px;
    opacity: 1 !important;
}

#tv-loader p {
    display: none;
}

.loading-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-animation: colorize 3.5s linear infinite;
    -o-animation: colorize 3.5s linear infinite;
    animation: colorize 3.5s linear infinite;
    overflow: hidden;
}

.loading {
    position: absolute;
    top: 50%;
    margin-left: -150px;
    left: 50%;
    animation: speeder 2s linear infinite;

    >span {
        height: 0;
        width: 0;
        background: #858585;
        position: absolute;
        top: -12px;
        left: 54px;
        border-radius: 2px 10px 1px 0;
    }
}

.loading .base {
    svg {
        position: absolute;
        width: 150px;
        height: 94px;
        top: calc(50% - 47px);
        left: calc(50% + 75px);

        &:before {
            content: "";
            height: 22px;
            width: 22px;
            border-radius: 50%;
            background: #858585;
            position: absolute;
            right: -110px;
            top: 16px;
        }

        &:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 0 solid transparent;
            border-right: 55px solid #858585;
            border-bottom: 16px solid transparent;
            top: 16px;
            right: -94px;
        }
    }
}

.loading>span>span:nth-child(1),
.loading>span>span:nth-child(2),
.loading>span>span:nth-child(3),
.loading>span>span:nth-child(4) {
    width: 30px;
    height: 1px;
    background: #858585;
    position: absolute;
    animation: fazer1 .2s linear infinite;
}

.loading>span>span:nth-child(2) {
    top: 3px;
    animation: fazer2 .4s linear infinite;
}

.loading>span>span:nth-child(3) {
    top: 1px;
    animation: fazer3 .4s linear infinite;
    animation-delay: -1s;
}

.loading>span>span:nth-child(4) {
    top: 4px;
    animation: fazer4 1s linear infinite;
    animation-delay: -1s;
}

@keyframes colorize {
    0% {
        background: #fff;
    }

    50% {
        background: #00000090;
    }

    100% {
        background: #fff;
    }
}

@keyframes fazer1 {
    0% {
        left: 0;
    }

    100% {
        left: -80px;
        opacity: 0;
    }
}

@keyframes fazer2 {
    0% {
        left: 0;
    }

    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes fazer3 {
    0% {
        left: 0;
    }

    100% {
        left: -50px;
        opacity: 0;
    }
}

@keyframes fazer4 {
    0% {
        left: 0;
    }

    100% {
        left: -150px;
        opacity: 0;
    }
}

@keyframes speeder {
    0% {
        transform: translate(2px, 0px);
    }

    10% {
        transform: translate(-1px, 0px);
    }

    20% {
        transform: translate(-2px, 0px);
    }

    30% {
        transform: translate(1px, 0px);
    }

    40% {
        transform: translate(1px, 0px);
    }

    50% {
        transform: translate(-1px, 0px);
    }

    60% {
        transform: translate(-1px, 0px);
    }

    70% {
        transform: translate(3px, 0px);
    }

    80% {
        transform: translate(-2px, 0px);
    }

    90% {
        transform: translate(2px, 0px);
    }

    100% {
        transform: translate(1px, 0px);
    }
}

.longfazers {
    position: absolute;
    width: 100%;
    height: 100%;

    span {
        position: absolute;
        height: 2px;
        width: 20%;
        background: #B9B9B9;

        &:nth-child(1) {
            top: 20%;
            animation: lf 1s linear infinite;
            animation-delay: -5s;
        }

        &:nth-child(2) {
            top: 40%;
            animation: lf2 2s linear infinite;
            animation-delay: -1s;
        }

        &:nth-child(3) {
            top: 60%;
            animation: lf3 1s linear infinite;
        }

        &:nth-child(4) {
            top: 80%;
            animation: lf4 1s linear infinite;
            animation-delay: -3s;
        }
    }
}

@keyframes lf {
    0% {
        left: 200%;
    }

    100% {
        left: -200%;
        opacity: 0;
    }
}

@keyframes lf2 {
    0% {
        left: 200%;
    }

    100% {
        left: -200%;
        opacity: 0;
    }
}

@keyframes lf3 {
    0% {
        left: 200%;
    }

    100% {
        left: -100%;
        opacity: 0;
    }
}

@keyframes lf4 {
    0% {
        left: 200%;
    }

    100% {
        left: -100%;
        opacity: 0;
    }
}

/* ---- END LOADER ---- */

/* ---- START STICKY DATA ---- */
#bottom_sticky_data {
    display: flex;
    align-items: center;
    gap: 20px;
}

#bottom_sticky_data .stick-data-desktop {
    display: flex;
}

#bottom_sticky_data .stick-data-mobile {
    display: none;
}

#bottom_sticky_data .stick-data-desktop .stick-data-top {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#bottom_sticky_data img {
    width: 200px;
    border-radius: 8px;
}

#bottom_sticky_data .stick-data-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#bottom_sticky_data h1 {
    font-size: 14px;
    color: #e20813;
    margin: 0;
}

#bottom_sticky_data .price {
    width: min-content;
    background: #E30606;
    color: #fff;
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 5px;
}

#bottom_sticky_data p {
    margin: 0;
    font-size: 12px;
}

#bottom_sticky_data .stick-data-info .tabs {
    margin: 0;
    width: 100%;
}

#bottom_sticky_data .stick-data-info .js-mailalert .form-control {
    margin-right: 10px;
}

#bottom_sticky_data .stick-data-info .js-mailalert {
    display: flex;
    /* gap: 10px; */
}

@media (max-width: 575px) {
    #bottom_sticky_data {
        flex-direction: column;
        gap: 12px;
    }

    #bottom_sticky_data .stick-data-desktop {
        display: none;
    }

    #bottom_sticky_data img {
        display: none;
        width: 128px;
    }

    #bottom_sticky_data .stick-data-mobile {
        display: flex;
        gap: 10px;
    }

    #bottom_sticky_data .stick-data-mobile img {
        display: block !important;
        width: 128px;
    }

    #bottom_sticky_data .stick-data-info {
        align-items: center;
        justify-content: center;
    }

    #bottom_sticky_data .stick-data-top p span {
        font-weight: bold;
        margin-left: 4px;
    }

    #bottom_sticky_data .stick-data-info .js-mailalert .form-control {
        padding: 10px 12px;
        margin-right: 10px;
    }

    #bottom_sticky_data .stick-data-info .js-mailalert button {
        font-size: 12px;
        padding: 0 10px;
    }
}

/* ---- END STICKY DATA ---- */

/* ---- START SOCIALS POPUP ---- */
.link-socials,
.link-account {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.link-socials {
    left: 0;
}

.link-account {
    right: 0;
    align-items: end;
}

.link-socials a,
.link-account a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 38px;
    height: 32px;
    color: #fff;
    background: #222;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    overflow: hidden;
}

.link-socials a {
    justify-content: end;
    padding: 0 12px 0 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.link-account a {
    flex-direction: row-reverse;
    justify-content: start;
    padding: 0 0 0 12px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.link-socials a span,
.link-account a span {
    display: none;
    white-space: nowrap;
}

.link-socials a:hover,
.link-account a:hover {
    width: 162px;
}

.link-socials svg,
.link-account svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    flex-shrink: 0;
}

.link-socials a:hover span,
.link-account a:hover span {
    display: block;
}

.link-socials a:nth-child(1):hover {
    background: #3A589E;
}

.link-socials a:nth-child(2):hover {
    background: #64443C;
}

.link-socials a:nth-child(3):hover {
    background: #EF4949;
}

.link-account a:nth-child(3) {
    background: #E20813;
}

.link-account a:nth-child(1):hover,
.link-account a:nth-child(2):hover {
    background: #E20813;
}

@media (max-width: 575px) {

    .link-socials,
    .link-account {
        display: none;
    }
}

/* ---- END SOCIALS POPUP ---- */

/* ---- START PRODUCT VARIANT IMAGE ---- */
.color-attribute-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 68px;
    list-style: none;
    /* padding: 0 30px; */
    gap: 10px;
    overflow: hidden;
}

.color-attribute-list .owl-nav {
    margin: 0;
}

.color-attribute-list .owl-prev,
.color-attribute-list .owl-next {
    position: absolute;
    top: 50%;
    background: transparent !important;
    color: #333 !important;
    font-size: 50px !important;
    line-height: 50px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    /* opacity: 0.5 !important; */
    transform: translateY(-50%);
}

.color-attribute-list .owl-prev:hover,
.color-attribute-list .owl-next:hover {
    color: #777 !important;
}

.color-attribute-list .owl-prev {
    left: 0;

}

.color-attribute-list .owl-next {
    right: 0;

}

.color-attribute-item {
    width: 60px !important;
    position: relative;
    display: inline-block;
    margin: 0
}

.color-attribute-image {
    width: 100%;
    height: 100%;
    object-fit: fill !important;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    aspect-ratio: 1/1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

input[type="radio"]:checked+.color-attribute-image {
    border: 2px solid #e20813;
}

.attribute-option {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E30606;
    padding: 2px;
    border: 0 !important;
    border-radius: 50%;
    box-shadow: none !important;
    z-index: 1;
}

.attribute-option i {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
}

@media(max-width: 576px) {
    .color-attribute-list {
        padding: 0 30px !important;
    }
}

/* ---- END PRODUCT VARIANT IMAGE ---- */

/* ---- START CUSTOMER ORDER ---- */
.invoice-box {
    display: flex;
    justify-content: space-between;
}

.invoice-download-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.invoice-download-btn:hover {
    background-color: #007bff;
    color: white;
}

.new-order-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ff0000;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.new-order-btn:hover {
    background-color: #ff0000;
    color: white;
}

/* ---- END CUSTOMER ORDER ---- */


/* ---- START ADDRESS CHECKOUT ---- */
#invo-addr {
    display: none;
}

#toggleCheckbox {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}


#delivery-form>#delivery-address {
    display: none;

}

#invoice-addresse {
    display: none;
}

#invoice-form {
    display: none;
}

/* ---- END ADDRESS CHECKOUT ---- */


/* ---- START BANNER BOTTOM ---- */
.banner-review-wrapper {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    z-index: 1;
}

.banner-review-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-review-wrapper span {
    font-style: italic;
    font-size: 32px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.banner-review-wrapper p {
    background: linear-gradient(90deg, rgba(226, 8, 19, 0) 0%, rgba(226, 8, 19, 0.2) 10%, rgba(226, 8, 19, 0.4) 20%, rgba(226, 8, 19, 0.8) 30%, rgba(226, 8, 19, 0.9) 41%, rgba(226, 8, 19, 1) 50%, rgba(226, 8, 19, 0.9) 60%, rgba(226, 8, 19, 0.8) 70%, rgba(226, 8, 19, 0.4) 80%, rgba(226, 8, 19, 0.2) 90%, rgba(226, 8, 19, 0) 100%);
    width: 70%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
    padding: 5px 0;
    margin: 0;
    margin-bottom: 20px;
}

.banner-review-wrapper .links-store {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner-review-wrapper .links-store .icon-amazon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #060606;
    padding: 5px;
    border-radius: 50%;

}

.banner-review-wrapper .links-store .icon-ebay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
}

.banner-review-wrapper .links-store .icon-facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #2b5dc9;
    padding: 5px;
    border-radius: 50%;
}

.banner-review-wrapper .links-store .icon-google {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
}

.banner-review-wrapper .star-ratings {
    display: flex;
    gap: 20px;
}

@media(max-width: 991px) {
    .tvcms-newsletter-inner {
        display: flex;
        flex-direction: column;

    }

    .tv-newsletter-wrapeer {
        border-radius: 10px 10px 0 0;
        padding: 5px 20px;
    }

    .banner-review-wrapper span {
        font-size: 17px;
    }

    .banner-review-wrapper {
        border-radius: 0 0 10px 10px;
        padding: 30px 20px;
    }

    .banner-review-wrapper>img {
        border-radius: 0 0 10px 10px;
    }

    .banner-review-wrapper .links-store .icon-amazon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: #060606;
        padding: 5px;
        border-radius: 50%;

    }

    .banner-review-wrapper .links-store .icon-ebay {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: white;
        padding: 5px;
        border-radius: 50%;
    }

    .banner-review-wrapper .links-store .icon-facebook {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: #2b5dc9;
        padding: 5px;
        border-radius: 50%;
    }

    .banner-review-wrapper .links-store .icon-google {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-color: white;
        padding: 5px;
        border-radius: 50%;
    }

    .banner-review-wrapper p {
        margin-bottom: 10px;
    }
}

/* ---- END BANNER BOTTOM ---- */

/* ---- START LOADING SPINNER ---- */
.spinner-icon {
    transform-origin: center;
    animation: animate_spinner .75s infinite linear
}

@keyframes animate_spinner {
    100% {
        transform: rotate(360deg)
    }
}

/* ---- END LOADING SPINNER ---- */

/*.tvproduct-wishlist-icon {*/
/*    padding: 25px !important;*/
/*    border-radius: 15px !important;*/
/*}*/

@media (min-width: 767px) {
    body#checkout #login-form>div {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 748px) {
    .tvcopylink {
        width: 100%;
        margin-left: 0px;
    }
}

#customer-form .customer-form-inline-field,
.address-form .customer-form-inline-field {
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {

    #customer-form .form-group,
    .address-form .form-group,
    .js-address-form .form-group {
        width: 100%
    }

    #customer-form>div,
    .address-form .form-fields,
    .js-address-form .form-fields {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    #customer-form .customer-form-inline-field,
    .address-form .customer-form-inline-field,
    .js-address-form .customer-form-inline-field {
        width: 50%;
        display: flex;
    }

    body#address .customer-form-inline-field {
        align-items: center;
    }

    body#checkout .customer-form-inline-field {
        justify-content: center;
    }
}

.quickview .product-add-to-cart .tvproduct-wishlist a>div {
    padding: 17px;
    border-radius: 50% !important;
    height: auto !important;
    background-color: #f5f5f5;
    -webkit-transition: all 0.2s ease-in-out;
}

.quickview .product-add-to-cart .tvproduct-wishlist:hover a>div {
    background: #E30606;
}

.quickview .product-add-to-cart .tvproduct-wishlist:hover svg {
    stroke: #ffffff;
    fill: #ffffff;
}

#products .tvproduct-btn-color .tvproduct-wishlist:hover svg,
body#product .product-add-to-cart .tvproduct-wishlist:hover svg {
    stroke: #ffffff;
    fill: #E30606;
}

.added svg {
    stroke: #E30606;
    fill: #E30606;
}

#mywishlist table {
    border: none !important;
    text-align: center;
}

#mywishlist table thead {
    background-color: black;
    color: white;
}

#mywishlist table thead tr {
    border-bottom: 3px solid #0c0c0c;
    border-top: 3px solid #0c0c0c;
}

#mywishlist table thead tr th {
    text-align: center;
}

.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;
}

.tvcategory-slider {
    /* min-height: 176px; */
}

.payment-option img {
    max-height: 50px;
}

.mobile.tvproduct-btn-color {
    top: 9px !important;
    right: -8px !important;
    left: auto !important;
}

body.mobile .garage-modal .modal-wrapper-title span {
    font-size: 15px;
}

body.mobile .tv-addtocart-content {
    margin-top: 1rem;
}

body.mobile .product-quantity {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#blockcart-modal #myModalLabel {
    display: flex;
    justify-content: center;
    align-items: center;
}


.tvfooter-product-sticky-bottom {
    /* margin: 1rem; */
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .2);
}

.tvfooter-product-sticky-bottom .stick-data-top {
    display: flex;
    flex-direction: column;
}

body.mobile .tv-product-page-add-to-cart-wrapper {
    width: 100%;
}

body.mobile .tvcart-btn-model {
    justify-content: center;
    width: 100%;
}

body.mobile .tvfooter-product-sticky-bottom .add-to-cart {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 2.5rem;
    border-radius: 8px;
}

body.mobile .tvfooter-product-sticky-bottom .tvproduct-wishlist {
    display: none;
}

.promo-discounts {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.flex-end {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

body.mobile#product .slider-nav-container {
    display: none;
}

body.mobile#product .slider-container .zoom {
    opacity: 0;
}

body.mobile#product .slider-container .slick-dots {
    position: unset;
}

body.mobile#product .tvproduct-wishlist-icon {
    height: 38px !important;
    width: 38px !important;
}