/******* Start Common.css *******/
/* define responsive font size lokij start */
html { font-size: 62.5%; }

@media(max-width: 1600px){
    html { font-size: 50%; }
}
@media(max-width: 1280px){
    html { font-size: 45%; }
}
@media(max-width: 1024px){
    html { font-size: 35%; }
}
@media(max-width: 768px){
    html { font-size: 25%; }
}
/* define responsive font size lokij end */

/***** start header *****/
#header {
    /*background: #ffffff;*/
    background:#111316;
    color: #7a7a7a;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    box-shadow: 9px 18px 20px 0px #F9F7FD;
    /*z-index: 1000;*/
}
#index #header {
    box-shadow: none;
    background: unset;
    z-index: 100;
}
#header a:hover {
    text-decoration: none;
}
.card {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
#module-tvcmsblog-archive #content {
    border: none;
}
body * {
    letter-spacing: 1px !important;
}
.tvcmsheader-sticky.sticky {
    top: 0;
    position: fixed;
    z-index: 101;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    width: 100%;
    left: 0;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    list-style: none;
}
@media (min-width:992px) {
    .tvcmsheader-sticky.sticky .menu-subtitle {
        top: 0;
    }
}
/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/*Standard syntax */
@-moz-keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/*Standard syntax*/
@keyframes mySticky {
    from {
        margin-top: -200px;
    }
    to {
        margin-top: 0;
    }
}
/***** start mobile header *****/
/***** start logo *****/
.tv-header-logo {
    padding: 15px 0;
}
.tv-header-logo {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
/*.tv-header-logo a{
    width: 100%;
}*/
.tv-header-logo img {
    width: 200px;
    max-width: 100%;
}
@media (max-withd: 991px) {
    .tv-header-logo img {
        max-width: 15vw;
    }
}
@media (max-withd: 767px) {
    .tv-header-logo img {
        max-width: 30vw;
    }
}
.tvcms-loading-inner img.logo {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}
/***** end logo *****/
/***** start horizontal menu *****/
.tvcmsdesktop-top-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tvmain-menu-sub-menu .top-menu.tv-header-menu {
    overflow: hidden;
    margin: 0;
}
.tvcmsdesktop-top-header-wrapper .tvcmsmain-menu-wrapper {
    position: 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: none;
    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;
    bottom: 0;
    left: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="0"]>li:hover>.tvmenu-link-wrapper a span:after {
    width: 100%;
}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="1"]>li>.tvmenu-link-wrapper a span {
    color: #222222;
    font-weight: bold;
    text-transform: none;
    font-size: 12px;
}
.tvmenu-link-wrapper {
    position: relative;
}
.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 {
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tv-myaccount-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.tvcms-header-cart {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
.tvheader-cart-wrapper, 
.tv-account-wrapper,
.tvcmsdesktop-top-header-wrapper button.btn-unstyle.tv-currency-btn, 
.tvcmsdesktop-top-header-wrapper button.btn-unstyle.tv-language-btn {
    padding: 29px 0;
}
#tvcmsdesktop-account-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.tvcart-icon-text-wrapper .tvcart-lable,
.tv-account-wrapper .tv-myaccount-btn span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    /*vertical-align: middle;*/
    max-width: 50px;
    text-align: left;
}
#index .header-7 .tvcart-icon-text-wrapper .tvcart-lable {
    color: #ffffff;
}
/***** start serach right *****/
#header .tvsearch-top-wrapper {
    position: relative;
}
#header .tvmobile-search-icon .tvsearch-close {
    display: none;
}

#header #_desktop_search .tvsearch-top-wrapper .tvsearch-open {
    display: flex;
}
.tvcmssearch-wrapper {
    float: none;
    padding: 19px 0;
}
.tvsearch-header-display-wrappper form {
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0.18);
    overflow: hidden;
}
.tvcmssearch-dropdown {
    z-index: 90;
    border-radius: 15px;
    background-color: #ffffff;
    -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);
}
.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;
}
.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;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    width: 100%;
    z-index: 90
}
#header .tvsearch-result {
    margin: 0;
}
.tvsearch-more-search-wrapper {
    text-align: center;
    margin: 10px 0;
}
.tvcmsheader-search.search-widget form input[type=text] {
    height: 52px;
    padding: 0 0 0 16px;
}
.tvcmsheader-search.search-widget form input[type=text]::placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.tvsearch-dropdown-close {
    border: none;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
}
.tvsearch-dropdown-close-wrapper {
    position: absolute;
    right: 4px;
    top: 4px;
}
/***** start deckstop and mobile my account *****/
.tvcms-header-myaccount {
    position: relative;
    cursor: pointer;
}
.tvcms-header-myaccount .tv-myaccount-btn i {
    margin-right: 8px;
}
.tvcms-header-myaccount .tv-account-dropdown {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    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);*/
    background-color: #F6DECE;
}
.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-right: 5px;
}
.tvheader-nav-offer-text svg {
    margin-inline-end: 5px;
    vertical-align: middle;
}
.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;
}
.tvheader-language {
    margin-inline-end: 26px;
}
.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: #000000;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
    vertical-align: middle;
}
.header-7 #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
.header-7 #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span,
.header-1 #tvcmsdesktop-language-selector .tv-language-btn .tv-language-span,
.header-1 #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
    color: #875139;
    font-weight: 500;
}
#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;
    width: 100%;
    cursor: pointer;
}
#tvcmsdesktop-language-selector .tv-language-btn img {
    margin-inline-end: 3px;
}
#tvcmsdesktop-language-selector .tv-language-btn i,
#tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: #000000;
    font-size: 12px;
    width: 20px;
    text-align: center;
}
.header-7 #tvcmsdesktop-language-selector .tv-language-btn i,
.header-7 #tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: #875139;
}
.tv-account-dropdown > li a,
.tvheader-compare .tvdesktop-view-compare,
.ttvcms-wishlist-icon .tvdesktop-wishlist {
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
}
.wishtlist_top.tvdesktop-wishlist {
    display: flex;
    position: relative;
}
#tvcmsdesktop-user-info a.tvhedaer-sign-btn {
    display: block;
}
#tvcmsdesktop-user-info a.tvhedaer-sign-btn:last-child {
    border: none;
    display: block;
}
.tv-account-dropdown>div:last-child {
    border-bottom: none;
}
.tv-language-dropdown li img {
    margin-inline-end: 3px;
}
.tv-language-dropdown li a,
.tv-currency-dropdown li a {
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}
.tv-currency-dropdown li.current a {
    color: #5C17C1;
}
.tv-language-dropdown,
.tv-currency-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 20px;
    background-color: #ffffff;
    text-align: left;
}
/***** media language *****/
/***** start decsktop cart *****/
.tvheader-cart-btn-wrapper {
    position: relative;
}
.tv-cart-icon i {
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222222;
    display: none;
}
.tvcart-no-product {
    padding: 15px;
}
.tvcart-icon-text-wrapper {
    display: flex;
    align-items: center;
}
.tv-header-cart .tv-cart-icon {
    display: flex;
    margin-inline-end: 5px;
}
.tv-cart-cart-inner .cart-products-count {
    /*position: absolute;*/
    /*height: 18px;*/
    /*width: 18px;*/
    /*border-radius: 18px;*/
    /*right: 2px;*/
    /*top: -2px;*/
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    margin-left: 5px;
    /*background-color: #F6DECE;*/
}
#index .header-7 .tv-cart-cart-inner .cart-products-count {
    color: #ffffff;
}
.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 {
    color: #222;
    font-size: 15px;
}
.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: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.tvcart-product-list-checkout {
    border-radius: 5px;
    text-align: center;
}
.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;
    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: #222222;
}
/***** 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;
    }
}
/***** RTL ALL header *****/
.tvcategory-title-wrapper {
    background-color: #ffd741;
    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: 'Work Sans';
    text-transform: none;
}
/****** 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;
}
.tv-total-product-number {
    line-height: 40px;
}
.tv-total-product-number {
    line-height: 40px;
}
.tvcmstab-title-product {
    margin-bottom: 25px;
}
.tvcmsspecial-product,
.tvcmsfeatured-product,
.tvcmsbest-seller-product,
.tvcmsnew-product,
.tvcmssame-category-product,
.tvcmscross-selling-product,
.tvcmslike-product {
    margin-bottom: 25px;
    display: flex;
}
/***** product title design *****/
.tvcmsmain-title-wrapper {
    margin-bottom: 40px;
    position: relative;
}
.tvtab-title-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    /*float: right;*/
    /*padding-right: 90px;*/
}
.tvcms-main-title {
    text-align: center;
}
.tvcustomer-services .tvcmsmain-title-wrapper {
    display: none;
}
.tvtab-product .tvcms-main-title {
    /*float: left;*/
    margin-bottom: 40px;
}
.tvtab-product .tvtab-title-wrapper .tvtabs-products {
    margin-bottom: 0;
}
.tvtab-title-wrapper .tvtabs-products li {
    position: relative;
    padding: 9px 20px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    /*border: 1px solid transparent;  */
    margin: 0 20px;
}
.tvtab-title-wrapper .tvtabs-products li:after {
    content: '';
    background-color: #C7C7C7;
    height: 30px;
    width: 2px;
    position: absolute;
    right: -19px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(20deg);
}
.tvtab-title-wrapper .tvtabs-products li:before {
    content: '';
    background-color: #C7C7C7;
    height: 30px;
    width: 2px;
    position: absolute;
    right: -23px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(20deg);
}
.tvtab-title-wrapper .tvtabs-products li:last-child:after,
.tvtab-title-wrapper .tvtabs-products li:last-child:before {
    display: none;
}
.tvtab-title-wrapper .tvtabs-products li span {
    font-weight: 600;
    color: #292929;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Work Sans';
    text-transform: none;
}
.tvtab-title-wrapper .tvtabs-products li:hover,
.tvtab-title-wrapper .tvtabs-products li.active {
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*background-color: #ffffff;*/
}
.tvtab-product {
    overflow: hidden;
}
.tvcms-main-title .tvmain-title h2 {
    font-size: 35px;
    color: #292929;
    line-height: 46px;
    position: relative;
    font-weight: 600;
    font-family: 'Work Sans';
    padding-bottom: 0;
    letter-spacing: 0.5px;
    display: inline-block;
}
.tvcategory-chain-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2,
.tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
    color: #292929;
}
.tvfooter-product-box-layout .tvcms-main-title .tvmain-title h2 {
    font-size: 22px;
}
.tvcms-main-title .tvmain-sub-title h4 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    display: none;
}
.tvcms-main-title .tvmain-desc {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Cormorant Garamond';
    color: #6B6B6B;
    letter-spacing: 0.5px;
    font-style: italic;
}
.tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-desc,
.tvcmsimagegallery-slider-main-title-wrapper .tvcms-main-title .tvmain-desc {
    width: 75%;
}
/***** 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;*/
    }
    .tvproduct-wrapper .tvproduct-timer-icon i {
        /*background-position: -212px -163px !important;*/
        /*height: 24px !important;*/
        /*width: 24px !important;*/
    }
    .tvcmsprev-btn {
        /*background-position: -11px -409px !important;*/
        /*height: 32px !important;*/
        /*width: 32px !important;*/
    }
    .tvcmsnext-btn {
        /*background-position: -8px -459px !important;*/
        /*height: 32px !important;*/
        /*width: 32px !important;*/
    }
    .tvcmsprev-btn i,
    .tvcmsnext-btn i {
        /*font-size: 20px;*/
        /*width: 31px !important;*/
        /*height: 31px !important;*/
        /*line-height: 31px !important;*/
    }
    .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;*/
    }
    .tvfooter-title-wrapper .tvfooter-title,
    .tvdekstop-footer-all-title-wrapper .tvfooter-title,
    .block_newsletter .tvnewsletter-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: #ffffff;
    position: relative;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    /*border-radius: 3px;*/
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    -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: 0px 5px 10px 0px rgba(23, 84, 116, 0.18);*/
}
.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 {
    padding: 0 15px;
}
/*.tvproduct-wrapper .tvproduct-image img{
    width: auto;
}*/
.tv-product-top-hover {
    text-align: left;
    padding: 15px;
}
.tvproduct-wrapper.list,
.tvproduct-wrapper.list-2,
.tvproduct-wrapper.catelog {
    margin-bottom: 0;
}
/***** Start Product detail slider *****/
.slick-dots li button:before {
    font-size: 30px
}
.slick-dots li {
    margin: 0
}
.tvvertical-slider img.thumb {
    display: inline-block;
}
.tvvertical-slider img.thumb.selected,
.tvvertical-slider img.thumb:hover {
    /*border: none;*/
}
/***** Start Product Review *****/
.tvleft-right-product-slider .tvproduct-wrapper .tvall-product-star-icon {
    padding-bottom: 10px;
}
.tvall-product-star-icon .star i {
    font-size: 16px;
    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-name-price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tvproduct-wrapper.catelog .tvproduct-name-price-wrapper {
    justify-content: center;
}
.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-online-new-wrapper {
    left: 15px;
    right: auto;
    text-align: left;
}
.tvproduct-sale-pack-wrapper .tvproduct-flags li {
    text-align: right;
}
.tvproduct-flags li {
    font-size: 14px;
    color: #313131;
    font-weight: 600;
    text-transform: none;
    -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: 0;
}
/***** 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;
}
/*****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;
}
.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 {
    -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;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}
.tvproduct-wrapper .tvtimer-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    border-radius: 0;
    padding: 10px 8px;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 10%);
}
.tvproduct-wrapper .tvproduct-timer-icon {
    display: inline-block;
}
.tvproduct-wrapper .tvproduct-timer-icon i {
    font-size: 18px;
    margin-right: 3px;
    display: none;
    /*background-image: url(../img/themevolty/sprite.png);*/
    /*background-position: -210px -159px;*/
    /*height: 32px;*/
    /*width: 25px;*/
}
.tvproduct-wrapper .tvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    /*min-width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    overflow: hidden;
    display: inline-block;
    padding: 0 13px;
    vertical-align: middle;
}
.tvproduct-wrapper .tvproduct-timer-wrapper:after {
    content: '';
    background-color: #AEAEAE23;
    height: 90%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tvproduct-wrapper .tvproduct-timer-wrapper:last-child:after {
    display: none;
}
.tvproduct-wrapper .tvproduct-timer-wrapper .seconds {
    font-size: 14px;
    font-weight: 700;
}
.tvproduct-wrapper .tvproduct-timer-wrapper .hours,
.tvproduct-wrapper .tvproduct-timer-wrapper .minutes,
.tvproduct-wrapper .tvproduct-timer-wrapper .days {
    color: #313131;
    font-size: 14px;
    font-weight: 700;
}
.tvproduct-wrapper .tvtimer-dot {
    display: none;
    vertical-align: baseline;
    margin: 0;
    font-size: 14px;
    color: #111111;
}
.tvproduct-wrapper .tvproduct-timer-wrapper .tvtimer-name {
    /*display: none;*/
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    margin-top: 5px;
}
@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: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    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;
}
.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: 0 5px;
    background-color: transparent;
    border-radius: 50px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    /* -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);*/
    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);*/
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart,
.tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon {
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50px;
    color: #000000;
    padding: 13px 10px;
    /*border: 1px solid #ffd741;*/
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 15%);
}
.tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart,
.tvproduct-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon {
    color: #fff;
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart svg path,
.tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon svg path,
.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon svg path,
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon svg path {
    fill: #000;
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock svg path,
.tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon svg path,
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart svg path,
.tvproduct-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon svg path,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon svg path {
    fill: #fff;
}
.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 {
    /*display: none;*/
    /*padding: 8px;
    width: 36px;
    height: 36px;
    font-size: 21px;*/
}
.tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon .hide,
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart .hide {
    display: none;
}
.tvproduct-wrapper .tvproduct-out-of-stock .add-cart {
    display: none;
}
.tvproduct-wrapper .tvproduct-out-of-stock .out-of-stock.hide {
    display: inline-block;
    color: #fff;
}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock {
    z-index: 2;
    padding: 11px;
    position: relative;
    opacity: 1;
    border-radius: 50px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
/***** end Start cart-Quick-compare-wishlist Hover btn *****/
/*****Start Product Title & Price*****/
.product-title a h6 {
    color: #444;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*.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: none;
    font-weight: 500;
}
.product-price-and-shipping .price {
    font-size: 20px;
    font-weight: 600;
    color: #5C17C1;
    display: inline-block;
    vertical-align: middle;
}
.product-price-and-shipping .regular-price {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #848484;
    letter-spacing: 0.3px;
    vertical-align: middle;
    margin-right: 5px;
    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: inline-block;
}
.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: 15px 0 0px;
    /*text-align: center;*/
}
.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;
}
#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: 30px;
}
.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: 25%;
    }
}
.tvcmsproduct-grid-list .tvproduct-grid {
    width: 45px;
}
@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 *****/
/***** special product design *****/
.tvbanner-hover-wrapper img {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0;
}
.tvnew-product,
.tvbest-seller-product,
.tvfeatured-product {
    margin: 0;
    position: relative;
}
.tvall-product-offer-banner {
    /*display: flex;*/
    flex-wrap: wrap;
}
.tvall-product-branner {
    /*width: 20%;*/
    float: left;
    padding: 0 15px;
}
.tvimage-true {
    /*width: 80%;*/
    float: left;
    padding: 0px;
}
.tvcmsnew-product .tvall-product-offer-banner,
.tvcmsbest-seller-product .tvall-product-offer-banner,
.tvcmsspecial-product .tvall-product-offer-banner {
    margin: 0 -15px;
}
/***** 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: 0 -15px;
    border-radius: 3px;
    overflow: hidden;
}
.tvfooter-product-box-layout {
    margin-bottom: 30px;
}
.tvmain-all-product-wrapper .owl-stage-outer {
    margin-right: 1px;
}
.tvmain-all-product-wrapper .owl-item.active {
    /*border-right: 1px solid #f7f7f7;*/
}
.tvleft-right-product-slider .tvproduct-wrapper {
    padding: 15px;
    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: 15px;*/
    margin-bottom: 30px;
}
.tvfooter-product-box-layout .tvleft-right-product-slider .tvproduct-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.tvleft-right-product-slider .tvproduct-name.product-title a h6 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.tvall-product-branner .tvbanner-hover-wrapper img{
    border: none;
}*/
@media(min-width: 590px) and (max-width: 991px) {
    .tvall-product-branner {
        width: 33.33333%;
    }
    .tvall-product-branner .tvbanner-hover-wrapper {
        display: block;
    }
    .tvall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .tvimage-true {
        width: 66.66666%;
    }
}
@media(min-width: 992px) and (max-width: 1349px) {
    .tvall-product-branner {
        width: 25%;
    }
    .tvall-product-branner .tvbanner-hover-wrapper {
        display: block;
    }
    .tvall-product-branner img.lazy.loaded {
        width: 100%;
    }
    .tvimage-true {
        width: 75%;
    }
}
@media(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%;
    }
}*/
/* 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 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background: #fff;
    padding: 20px 40px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.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: auto;
    width: auto;
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*border-radius: 50px;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
    right: 45px;
    /*background-color: #ffffff;*/
}
.tvcmsnext-btn {
    height: auto;
    width: auto;
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*border-radius: 50px;*/
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
    right: 0;
    /*background-color: #ffffff;*/
}
.tvcmsprev-btn:hover {
    /*border: 1px solid #ffd741;*/
    /*background-color: #ffd741;*/
}
.tvcmsnext-btn:hover {
    /*border: 1px solid #ffd741;*/
    /*background-color: #ffd741;*/
}
.tvcmsnext-btn:hover i,
.tvcmsprev-btn:hover i {
    color: #000000;
}
.tvcmsnext-btn svg,
.tvcmsprev-btn svg {
    vertical-align: middle;
}
.tvcmsnext-btn svg path,
.tvcmsprev-btn svg path {
    fill: #bfbfbf;
}
.tvmain-slider-next-pre-btn .tvcmsprev-btn:hover svg path,
.tvmain-slider-next-pre-btn .tvcmsnext-btn:hover svg path {
    fill: #ffffff;
}
.tvcmsprev-btn:hover svg path,
.tvcmsnext-btn:hover svg path {
    fill: #000000;
}
.tvcmsnext-btn span,
.tvcmsprev-btn span {
    font-size: 16px;
    text-transform: none;
    color: #bfbfbf;
    vertical-align: middle;
    margin: 0 10px;
}
.tvmain-slider-next-pre-btn .tvcmsprev-btn:hover span,
.tvmain-slider-next-pre-btn .tvcmsnext-btn:hover span {
    color: #ffffff;
}
/*.tvcmsprev-btn i,
.tvcmsnext-btn i {
    display: none;
}*/
.tvmain-slider-next-pre-btn .tvcmsprev-btn {
    left: 15px;
    right: auto;
}
.tvmain-slider-next-pre-btn .tvcmsnext-btn {
    right: 15px;
    left: auto;
}
.tvcms-testimonial-next-pre-btn,
.tvcms-blog-left-side-next-pre-btn {
    text-align: center;
}
.tvmain-slider-next-pre-btn .tvcmsprev-btn,
.tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
    left: 100px;
    right: auto;
}
.tvmain-slider-next-pre-btn .tvcmsnext-btn,
.tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
    right: 100px;
    left: auto;
}
.tvcms-brandlist-pagination-wrapper .tvcms-brandlist-next-pre-btn .tvbrandlist-slider-prev {
    left: 0;
}
.tvcms-brandlist-pagination-wrapper .tvcms-brandlist-next-pre-btn .tvbrandlist-slider-next {
    right: 0;
}
.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: #cccccc;
    height: 2px;
    width: 10px;
    border-radius: 3px;
    -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;
    margin: 0 5px;
    display: inline-block;
}
.nivo-controlNav .nivo-control.active,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    height: 3px;
    width: 10px;
}
.nivo-controlNav .nivo-control:before {
    display: none;
}
.tvcms-brandlist-pagination-wrapper {
    display: none;
}
.tvbrandlist-slider:hover .tvcms-brandlist-pagination-wrapper {
    display: none;
}
.tvcms-testimonial-next-pre-btn,
.tvcms-blog-left-side-next-pre-btn {
    direction: ltr;
}
/******footer-before*****/
/*****newsletter*****/
.block_newsletter {
    margin-bottom: 0;
}
.tvcms-newsletter-wrapper {
    padding: 40px 0;
}
.tvnewsletter-lable-wrapper {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 0;
}
.tvnewsletter-block {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.tvnewsletter-icon-wrapper {
    width: 28%;
}
.tvnewsletter-icon {
    width: 100px;
    height: 100px;
    padding: 25px;
    border-radius: 100%;
}
.tvnewsletter-title {
    width: 72%;
}
.tvnewsletter-desc-wrapper {
    padding-inline-start: 75px;
}
.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: 15px;
}
.tvnewsleteer-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.tvnewsleteer-btn-wrapper .tvall-inner-btn {
    padding: 15px 16px;
    border-radius: 0;
}
.tvnewsleteer-btn-wrapper .tvall-inner-btn span {
    color: #ffffff;
    letter-spacing: 0.5px;
}
.tvnewsletter-lable-wrapper:after {
    content: '';
    background-color: #EEE0D9;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -7.5%;
    top: 0;
    bottom: 0;
}
.block_newsletter form {
    width: 100%;
    margin: 0 auto;
}
.tvnewsleeter-input-button-wraper .input-wrapper input {
    height: 50px;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    min-width: 200px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
}
.tvnewsleeter-input-button-wraper .input-wrapper input::placeholder {
    font-size: 14px;
    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 {
    margin-top: 0;
    padding-top: 0;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.tvfooter-storelogo-imformation {
    padding: 70px 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.tvfooter-logo-block .tvfooter-logo-desc {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 70%;
    padding-top: 20px;
    margin: 0 auto;
}
.tvfooter-store-link a {
    color: #b5b5b5;
    font-weight: 500;
    font-size: 14px;
}
.tvfooter-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 {
    position: relative;
    margin-bottom: 22px;
}
.tvnewsletter-lable-wrapper .tvnewsletter-title,
.tvnewsletter-desc-wrapper .tvnewsletter-desc,
.tvnewsleeter-input-button-wraper {
    margin-bottom: 0;
}
.tvnewsletter-desc-wrapper .tvnewsletter-desc {
    font-size: 17px;
    font-weight: 400;
    color: #6B6B6B;
}
.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: #888;
    display: block;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 5px;
}
.footer-2 .tvfooter-title-wrapper .tvfooter-title:after,
.footer-1 .tvfooter-title-wrapper .tvfooter-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 1px;
    background-color: #292929;
}
.block_newsletter .tvnewsletter-title {
    font-size: 24px;
    line-height: 30px;
    color: #292929;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.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: 20px;
}
.footer-container li a {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.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 {
    display: flex;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #6B6B6B;
    position: relative;
}
.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-content,
#footer_sub_menu_store_info .tvfooter-store-link-fax,
#footer_sub_menu_store_info .tvfooter-store-link {
    position: relative;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*#footer_sub_menu_store_info .tvfooter-addresses:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e0c8';
    font-size: 14px;
    left: -20px;
    top: 3px;
}
#footer_sub_menu_store_info .tvfooter-store-link:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e0be';
    font-size: 14px;
    left: -20px;
    top: 3px;
}
#footer_sub_menu_store_info .tvfooter-store-link-fax:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e555';
    font-size: 14px;
    left: -20px;
    top: 3px;
}
#footer_sub_menu_store_info .tvfooter-store-link-content:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e0b0';
    font-size: 14px;
    left: -20px;
    top: 3px;
}*/
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li {
    margin-bottom: 18px;
    /*background-color: transparent;
    position: relative;
    height: 40px;
    width: 30px;
    margin: 0;
    border-radius: 40px;
    display: inline-block;
    vertical-align: top;*/
}
.block-social {
    text-align: left;
}
.tvfooter-social-icon-wrapper li a {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    /*height: 40px;
    width: 40px;*/
}
.block-social li,
.block-social li:hover {
    background-color: transparent;
    margin: 0;
    margin-bottom: 18px;
    display: block;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.rss a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -5px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.facebook a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -55px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.twitter a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -105px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.youtube a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -155px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.googleplus a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -255px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.pinterest a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -205px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.vimeo a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -355px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.instagram a {
    /*background-image: url(../img/themevolty/sprite.png);*/
    background-position: -55px -305px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.rss:hover a {
    background-position: -155px -5px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.facebook:hover a {
    background-position: -155px -55px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.twitter:hover a {
    background-position: -155px -105px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.youtube:hover a {
    background-position: -155px -155px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.googleplus:hover a {
    background-position: -155px -255px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.pinterest:hover a {
    background-position: -155px -205px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.vimeo:hover a {
    background-position: -155px -355px;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.instagram:hover a {
    background-position: -155px -305px;
}
.tvfooter-copy-payment-icon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.tvfooter-copy-payment-icon-wrapper {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.tvcopylink {
    text-align: start;
    padding: 0;
}
.tvfooter-payment-icon-img-block {
    text-align: end;
    padding: 0;
}
.tvcopylink p {
    color: #666666;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 27px;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
}
.tvbottom-to-top {
    position: fixed;
    bottom: 24px;
    right: 30px;
    background-color: #5C17C1;
    z-index: 100;
    display: none;
    cursor: pointer;
    border-radius: 40px;
}
#product .tvbottom-to-top {
    bottom: 24px;
}

.tvbottom-to-top span {
    display: none;
}
.tvbottom-to-top .tvbottom-to-top-icon {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -97px -848px;
    color: transparent;
    width: 56px;
    font-size: 0;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
}
.tvbottom-to-top i {
    display: none;
}
/***** Teblet-footer *****/
.tvfooter-social-icon-wrapper {
    margin-bottom: 0;
}
/***** mobile-footer *****/
@media(max-width: 1199px) {
    .tvfooter-copy-payment-icon-inner {
        display: block;
    }
    .tvfooter-copy-payment-icon-wrapper {
        padding: 15px 0;
    }
    .tvcopylink {
        padding-bottom: 10px;
        text-align: center;
    }
    .tvcmsfooter-social-icon {
        padding-top: 10px;
        text-align: center;
    }
}
/***** end footer *****/
@media (max-width: 1920px) and (min-width: 992px) {
    .tv-main-div.tv-box-layout.container {
        margin: 2% 5%;
        width: auto;
        padding: 15px;
    }
}
.tv-main-div.tv-box-layout.container {
    background-color: #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 .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: none;
    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: #5C17C1;
}
.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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.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;
    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;
    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:hover {
    background-color: #222;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart a {
    padding: 19px 15px;
    letter-spacing: 1px;
    text-transform: none;
    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: none;
    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: none;
}
#module-tvcmsproductcompare-productcomparelist .tvcompare_extra_information {
    width: 11%;
}
.tvwishlist-popup {
    right: 0;
    padding: 15px;
    border: 1px solid #ffffff;
    z-index: 999;
    margin: 20px;
    background: #fff;
    position: fixed;
    width: 300px;
    text-align: center;
    display: none;
}
.tvwishlist-popup.success {
    border: 3px solid #1da61540;
}
.tvwishlist-popup.warning {
    border: 3px solid #ff9f0047;
}
.tvwishlist-popup.error {
    border: 3px solid #dd000057;
}
.tvwishlist-popup.warning i {
    color: orange;
}
.tvwishlist-popup.success i {
    color: green;
}
.tvwishlist-popup.error i {
    color: red;
}
.tvwishlist-popup p {
    padding: 0px;
    margin: 0 5px;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: auto !important;
}
#bottom_sticky_data .new_comment_form_ok {
    display: none;
}
.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: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
}
/***** 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 i {
    animation: fa-spin 2s infinite linear;
    line-height: 22px !important;
    font-size: 22px;
    color: #000000;
}
.tvcms-cart-loading {
    padding: 7px 9px !important;
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart.tvcms-cart-loading i {
    color: #ffffff;
}
/******* Start Custom Css *******/
/***** tv designer css *****/
/*@import url("common.css");*/
body {
    font-family: Open Sans, verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-color: #ffffff;
    letter-spacing: 1px;
}
/***** common css *****/
::selection {
    color: #ffffff;
}

a:focus,
a:hover {
    color: #5C17C1;
    text-decoration: none;
}
.btn-primary:hover {
    color: #ffffff;
    border-color: transparent
}
.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;
}
.btn-outline-primary {
    background-image: none;
    background-color: transparent;
}
.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;
}
.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;
}
.btn-primary {
    color: #fff;
    background-color: #373737;
    border-color: transparent;
    border-radius: 3px;
}
.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;
    border-radius: 0
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #ffffff;
    text-decoration: none;
    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;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
}
.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
}
.form-control:focus,
.input-group.focus {
    outline: none;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    color: #ffffff;
    text-transform: none;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}
.custom-radio input[type=radio]:checked+span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
}

#header .top-menu a[data-depth="0"]:hover {
    text-decoration: none
}
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 {
    color: #ffffff;
}
body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
    background-color: #373737;
    color: #ffffff;
}
.products-sort-order .select-list:hover {
    color: #fff;
    text-decoration: none
}
.facet-dropdown.open>.select-title {
    background: #f6f6f6
}
.facet-dropdown .select-list:hover {
    color: #ffffff;
    text-decoration: none
}
.pagination .current a {
    text-decoration: none;
    font-size: 1.25rem
}
#blockcart-modal .product-name {
    font-size: 1.125rem
}
.product-price .current-price .price,
.modal-body.tv-addtocart-content-part .tv-addtocart-price {
    line-height: 22px;
    font-weight: 700;
    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;
}
.tv-addtocart-price {
    color: #373737;
}
.block_newsletter form input[type=text]:focus {
    outline: none;
    color: #232323;
    background: #fff
}
#wrapper .breadcrumb {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}
#wrapper .breadcrumb li:last-child:after {
    content: none;
}
#wrapper .breadcrumb li a {
    /*text-transform: none;*/
}
#tv-back-top-wrapper {
    background-color: #ffffff;
    border: 1px solid #ececec;
    border-radius: 3px;
}
.cart-summary-line:not(:last-child) {
    margin-bottom: 10px;
}
.tvprocess-to-checkout {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.checkout .tvprocess-to-checkout i {
    font-size: 18px;
    margin: 0 0 0 5px;
}
.tvcenter-block-product-section {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 15px 0;
    background-color: #ffffff;
    margin-bottom: 30px;
}
body#checkout .custom-checkbox {
    float: left;
}
.tvwishlist-send-mess-btn .button-small {
    color: #ffffff;
}
.tvwishlist-send-mess-btn .button-small:hover {
    background-color: #222222;
}
.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 -15px;
}
#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;*/
    border-radius: 3px;
}
.form-control-submit.disabled {
    background-color: #000000;
}
/***** end common css *****/
#wrapper {
    padding-top: 30px;
    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;
}
#main .tv-sub-pages-inner-content {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 30px;
}
#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: 'Work Sans', sans-serif;
    text-transform: none;
}
#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: #ffd741;*/
}
.pagination .disabled {
    color: #000000;
}
input {
    outline: none;
    padding: 0 10px;
}
.container {
    /*width: 1300px;*/
    width:1460px;
    position: relative;
}
#header .container {
    width: 1747px;
    max-width: 100%;
}
@media (max-width: 1300px) {
    .container,
    .tvcmsdesktop-top-header .container,
    .tvcms-header-menu-offer-wrapper .container,
    .tvcmsdesktop-top-second .container {
        width: 1300px;
        max-width: 100%;
        padding: 0 45px;
    }
}
@media (max-width: 1023px) {
    .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: 3px;
}
#blockcart-modal .modal-title {
    padding-right: 25px;
}
/***** comper *****/
.tvcmscomparison .remove {
    text-align: right;
}
/***** theme *****/
.tvcms-loading-inner {
    background-color: transparent;
    padding: 0;
}
.tv-main-div {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.tvcart-product-list-checkout:hover {
    color: #ffffff;
}
.tvnews-event-link {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
#header .tvcart-product-list-checkout:hover a {
    color: #ffffff;
}
/***** left pannal *****/
#content-wrapper .container {
    /*padding: 0;*/
}
.tvtab-product-list-wrapper,
.tvcategory-slider-inner-info-box,
.tvspecial-product {
    margin: 0;
    position: relative;
}
.tvsame-category-product,
.tvcross-selling-product,
.tvlike-product {
    margin: 0 -15px;
}
.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: 'Work Sans', sans-serif;
    letter-spacing: 0.3px;
    text-transform: none;
}
.tvleft-right-title.facet-label {
    text-align: left;
}
.tvleft-right-title-toggle {
    color: #000000;
    display: none;
}
#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 {
    color: #373737;
}
.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,*/
.tvfeature-product-offer-banner,
.tvtab-product-branner {
    margin: 0 -15px;
}
@media(max-width: 1380px) {
    .tvleft-right-title.facet-label,
    .block-categories .category-top-menu>li.tv-category-title-wrapper a {
        font-size: 14px;
    }
}
@media(max-width: 1199px) {
    .tvleft-right-title.facet-label,
    .block-categories .category-top-menu>li.tv-category-title-wrapper a {
        font-size: 16px;
    }
}
@media(max-width: 1199px) {
    #left-column .tvleft-right-product-slider {
        width: 25%;
        float: left;
    }
    #left-column .tvleft-product-wrapper {
        overflow: hidden;
    }
    #left-column .tvfilter-brand-list-wrapper {
        width: 49%;
        float: left;
        margin-right: 7.5px;
    }
    #left-column .tvfilter-supplier-list-wrapper {
        width: 49%;
        float: left;
        margin-left: 7.5px;
    }
}
#category .page-content.page-not-found .tvsearch-top-wrapper {
    padding: 0;
}
#pagenotfound #content-wrapper .tvsearch-header-display-wrappper {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: unset;
    box-shadow: none;
}
.tvcmsleftsideofferbanners-one {
    margin-bottom: 30px;
}
.tvcmsleftsideofferbanners-one img {
    width: 100%;
}
@media(max-width: 1199px) {
    .tvcmsleftsideofferbanners-one img {
        width: auto;
    }
    .tvcmstvcmsleftsideofferbanners {
        text-align: center;
    }
    .tvcmsleftsideofferbanners-one {
        text-align: center;
    }
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}
.block-categories .category-sub-menu li .category-sub-link {
    color: #666666;
    font-weight: 400;
    font-size: 14px;
}
/***** 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: 'Work Sans', sans-serif;
    text-transform: none;
}
.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: none;
}
.tvapp-logo-wrapper {
    margin: 5px;
    display: inline-block;
}
.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 {
    text-align: center;
    padding: 0;
}
.tvnews-event-read-more {
    text-align: center;
}
.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: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.3px;
}
.tvnews-event-content-wrapper .tvnews-event-titel {
    margin-bottom: 10px;
}
.tvnews-event-description,
.kr_blog_post_area .tvblog_post .post_content .post_description p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
}
.tvnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
}
.tvblog-img-content-wrapper {
    background-color: #ffffff;
    border: 2px 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;
}
.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: 25px;
    border: 2px solid #ffffff;
    text-align: center;
    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: flex;
    justify-content: center;
    vertical-align: top;
}
.tvblog-date-username p,
#module-tvcmsblog-archive .post_content .post_meta p {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.tvnews-event-username p:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    right: 0;
}
.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;*/
}
.tvcmssliderofferbanners-one {
    /*width: 20%;*/
}
.tvcmsmain-slider-wrapper {
    /*width: 80%;*/
}
@media (max-width: 1585px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 0;
    }
}
@media(min-width:1400px) and (max-width: 1500px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        /*letter-spacing: 0.3px;*/
        margin-bottom: 0;
    }
}
@media(max-width:1280px) {
    .tvfooter-product-sticky-bottom .product-quantity .input-group-btn-vertical .btn {
        float: none;
    }
}
body#checkout .custom-checkbox {
    float: left;
}
/***** end slider *****/
/*****************************************************/
@media (min-width: 1024px) and (max-width: 1300px) {
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div #wrapper>.container {
        max-width: 100%;
        padding: 0 45px;
    }
}
/*@media (min-width: 1661px){
    .tvcmsbrandlist-slider .container,
    .tvcmscustomer-services .container,
    .footer-container .container,
    .tvfooter-product-box-layout .container,
    .tv-main-div  #wrapper > .container {
        max-width: 1630px;
    }
}*/
@media (min-width: 1200px) {
    #content-wrapper.col-xl-10 {
        float: left;
        width: 78%;
    }
    #right-column.col-xl-2,
    #left-column.col-xl-2 {
        float: left;
        width: 22%;
    }
}
@media (min-width: 1660px) {
    #content-wrapper.col-xl-10 {
        float: left;
        width: 80%;
    }
    #right-column.col-xl-2,
    #left-column.col-xl-2 {
        float: left;
        width: 20%;
    }
}
/***************************/
.shimmercard-container {
    position: relative;
    padding-bottom: 15px;
}
.shimmercard {
    /*-webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);*/
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
    left: 27%;
    top: 140px;
}
&:nth-child(2) {
    top: 160px;
    transform: scale(0.95);
}
&:nth-child(1) {
    top: 180px;
    /*transform: scale(0.9);*/
}
.shimmerBG {
    /*animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 3;
    animation-name: shimmer;
    animation-timing-function: linear;*/
    background: #f3f3f3cf;
    /*background: linear-gradient(to right, #eef7fd 4%, #f8fdff 25%, #f1f8fd 36%);*/
    background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}
.shimmermedia {
    padding-top: 100%;
}
.shimmerp-32 {
    padding: 7.5px;
}
.shimmertitle-line {
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
}
.shimmercontent-line {
    height: 8px;
    width: 80%;
    margin-bottom: 16px;
    border-radius: 8px;
}
.shimmerend {
    width: 40%;
}
.shimmerm-t-24 {
    margin-top: 24px;
}
/*.shimmerproduct .shimmercard{
     padding-top: 100%;
}*/
/*.shimmerproduct .shimmermedia{
    height: 100%;
}*/
.shimmercategory-chain-slider-wrapper .shimmercard {
    width: 410px;
    height: 370px;
}
.shimmercategory-chain-slider-content {
    padding: 30px 15px;
}
.shimmercategory-chain-slider-wrapper .shimmermedia {
    height: 200px;
    display: table;
}
.shimmerproduct-left-right-penal .shimmermedia {
    width: 50%;
    float: left;
    height: 100px;
}
.shimmerproduct-left-right-penal .shimmerproduct-left-right-content {
    width: 50%;
    float: right;
}
.shimmerproduct-left-right-penal .shimmercard {
    flex-direction: inherit;
    height: 100px;
}
/********************/
.tvfooter-logo-block .tvfooter-img-block img {
    max-height: 200px;
    height: auto;
    width: auto;
}
#pagenotfound #main .page-header {
    margin-top: 0px;
}
.tvfooter-payment-icon img {
    width: auto;
    height: auto;
}
.tv-category-block-wrapper .tv-category-cover img,
.tv-category-image img {
    border-radius: 3px;
}
.page-content {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    padding: 15px 15px;
}
.tvproduct-description-tab #tab-content {
    padding: 30px 2px;
    background: #fff;
    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: none;
}
.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;
}
/********************************/
.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 {
    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 {
    background-color: #ffffff;
    color: #5C17C1;
    border-radius: 10px;
    padding: 10px 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;
    position: relative;
    text-decoration: none;
    border: 1px solid #5C17C1;
}
.tvall-inner-btn:hover {
    color: #fff;
}
.tvall-inner-btn:after {
    /*content: '';*/
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 3px;
    overflow: hidden;
}
.tvall-inner-btn:hover:after {
    height: 100%;
    top: 0;
}
.tvall-inner-btn-cancel {
    background-color: transparent;
    color: #fff;
    border-radius: 3px;
    padding: 10px 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;
    position: relative;
    text-decoration: none;
}
.tvall-inner-btn-cancel span {
    color: #fff;
    text-decoration: none;
}
.product-add-to-cart .add-to-cart.tvall-inner-btn-cancel span,
.product-add-to-cart .add-to-cart.tvall-inner-btn span,
.product-add-to-cart .add-to-cart i {
    color: #ffffff;
}
.product-add-to-cart .add-to-cart:hover {
    background-color: #ffffff;
}
.tvall-inner-btn-cancel.disabled,
.tvall-inner-btn.disabled,
i.material-icons.block {
    cursor: no-drop;
}
.product-additional-info .js-mailalert {
    text-align: left !important;
}
.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: #fff;
    text-decoration: none;
}
.tvall-inner-btn-cancel span,
.tvall-inner-btn span {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    line-height: normal;
    vertical-align: middle;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
}
.tvall-inner-btn-cancel span {
    color: #fff;
    vertical-align: middle;
}
.tvall-inner-btn i {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}
.tvedit-btn {
    background-color: #156674;
    color: #fff;
    padding: 6px 7px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 3px;
    margin: 0 5px 5px 0
}
.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
}
.tvedit-btn:hover,
.tvremove-btn:hover {
    background-color: #000
}
.tvedit-btn span,
.tvremove-btn span {
    color: #fff;
    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;
    white-space: nowrap;
    width: auto;
    margin: auto;
    bottom: 0;
    max-height: 200px;
    z-index: 2;
}
.tvcmsright-sticky .tvright-sticky {
    position: relative;
    min-width: 40px;
    width: auto;
}
.tvcmsright-sticky .tvright-sticky-wrapper {
    position: absolute;
}
.tvsticky-up-arrow,
.tvsticky-wishlist,
.tvsticky-compare,
.tvright-sticky-account,
.tvright-sticky-add-to-cart {
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    height: 28px;
    text-transform: none;
    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: #6f6f6f;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tvsticky-up-arrow span,
.tvsticky-wishlist .tvwishlist-sticky-name,
.tvsticky-compare .tvsticky-compare-name,
.tvright-sticky-account span,
.tvright-sticky-add-to-cart span {
    color: #FFF;
    font-size: 10px;
    float: left;
    line-height: 28px;
    margin: 0 0 0 9px;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tvsticky-up-arrow a,
.tvsticky-wishlist a,
.tvsticky-compare a,
.tvright-sticky-account a,
.tvright-sticky-add-to-cart a {
    width: 100%;
    display: inline-block;
}
.tvsticky-up-arrow:hover,
.tvsticky-wishlist:hover,
.tvsticky-compare:hover,
.tvright-sticky-account:hover,
.tvright-sticky-add-to-cart:hover {
    margin-left: calc(-100% + 30px);
    background: #ff214f;
}
.tvsticky-up-arrow:hover i,
.tvsticky-wishlist:hover i,
.tvsticky-compare:hover i,
.tvright-sticky-account:hover i,
.tvright-sticky-add-to-cart:hover i {
    color: #FFF;
}
.tvsticky-up-arrow:hover span,
.tvsticky-wishlist:hover .tvwishlist-sticky-name,
.tvsticky-compare:hover .tvsticky-compare-name,
.tvright-sticky-account:hover span,
.tvright-sticky-add-to-cart:hover span {
    opacity: 1;
}
/*@media (max-width: 575px){
    .tvcmsright-sticky{
        display: none;
    }
}*/
.tvheader-top-info .tvsticky-compare {
    display: none;
}
.tv-account-dropdown,
.tv-language-dropdown,
.tv-currency-dropdown {
    display: none;
}
/***** END RIGHT STICKY CSS *****/
.tv-footer-social-icon {
    left: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    z-index: 0;
    /* height: min-content; */
    margin: auto;
    bottom: 0;
    max-height: 275px;
}
.tv-footer-social-icon .tv-footer-social-icon-wrapper {
    position: relative;
    min-width: 40px;
    width: auto;
}
.tv-footer-social-icon .tv-footer-social-icon-inner {
    position: absolute;
    right: 0;
}
/*.tv-footer-social-icon{
    position: fixed;
    left: -65px;
    top:0;
    bottom: 0;
    margin: auto;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    z-index: 100;
    max-height: 315px;
}*/
.tv-footer-social-icon .tvblock-social-content {
    overflow: hidden;
    height: 28px;
    background-color: #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: none;
    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;
}
#footer .tv-footer-social-icon .tvblock-social-content:hover .tvblock-social-icon path {
    fill: #ffffff;
}
#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-right: 0px;
}
.tv-account-wrapper .tv-myaccount-btn span {
    margin-inline-start: 10px;
}
#header .tv-cart-icon-main .tvheader-right-icon svg g path:nth-child(1),
#header .tv-myaccount-btn-desktop svg g path:nth-child(1) {
    /*fill: #ffd741 !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;
}
#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;
}
#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;
}
.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;
}
.tvheader-top-search-wrapper {
    padding: 15px 16px;
}
.tvproduct-cart-quentity-decrement i,
.tvproduct-cart-quentity-increment i {
    font-size: 15px;
}
.tvproduct-cart-quentity-decrement:hover i,
.tvproduct-cart-quentity-increment:hover i {
    color: #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: 100px;
        margin: 0;
        right: auto;
        left: auto;
        box-shadow: 0px 0px 2px 0.8px rgba(122, 122, 122, 0.18);
    }
    .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;*/
    }
    .tvbanner-hover-wrapper img {
        width: 100%;
    }
    #footer_sub_menu_store_info,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_social_icon {
        display: block;
        overflow: hidden;
        /*margin: 0;*/
    }
}
/***** Header & Footer Layout Design Css *****/
.header-3 .container_tv_megamenu {
    text-align: left;
}
.header-4 .tvcms-header-menu-offer-wrapper,
.header-7 .tvcms-header-menu-offer-wrapper,
.header-6 .tvcms-header-menu-offer-wrapper {
    min-height: auto;
    /*background-color: #ffffff;*/
    border-top: none;
    border-bottom: none;
}
.header-6 .tvcms-header-menu-offer-wrapper,
.header-7 .tvcms-header-menu-offer-wrapper {
    background-color: transparent;
}
.header-6 .tvcms-header-menu-offer-wrapper.sticky,
.header-7 .tvcms-header-menu-offer-wrapper.sticky {
    background-color: #ffffff;
}
/*.header-7 .tvcms-header-menu,*/
.header-3 .tvcms-header-menu {
    display: flex;
    align-items: center;
}
.header-3 #_desktop_contact_link {
    text-align: right;
    padding: 0;
    justify-content: flex-end;
}
.header-7 #_desktop_contact_link #contact-link i,
.header-3 #_desktop_contact_link #contact-link i {
    margin-right: 5px;
    color: #875139;
    font-size: 19px;
}
.header-3 #_desktop_contact_link #contact-link i {
    color: #000000;
}
#_desktop_contact_link {
    display: flex;
    align-items: center;
}
.header-3 .tvheader-email {
    display: none;
}
.tvheader-email svg {
    width: 20px;
    height: 20px;
    margin-inline-end: 5px;
    vertical-align: middle;
}
.tvheader-email svg path {
    fill: #875139;
}
.header-7 #_desktop_contact_link #contact-link {
    margin-right: 30px;
}
.header-7 #_desktop_contact_link #contact-link span,
.header-3 #_desktop_contact_link #contact-link span,
.header-3 .tvheader-email a,
.header-7 .tvheader-email a {
    color: #875139;
    font-size: 14px;
    font-weight: 500;
}
.header-3 #_desktop_contact_link #contact-link span,
.header-3 .tvheader-email a {
    font-size: 16px;
    color: #000000;
}
.header-4 .tvcmssearch-wrapper,
.header-5 .tvcmssearch-wrapper,
.header-6 .tvcmssearch-wrapper,
.header-7 .tvcmssearch-wrapper,
.ttvcms-wishlist-icon {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    /*margin-inline-end: 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,
#header .header-7 #_desktop_search .tvsearch-top-wrapper .tvsearch-open i,
#header .header-7 #_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,
#header .header-7 .tvsearch-header-display-wrappper {
    /*max-width: 435px;*/
    width: calc(50vw + 100px);
}
.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,
.header-7 .tv-account-wrapper .tv-myaccount-btn span {
    display: none;
}
.header-7 .tvwishlist-name-label {
    display: none;
}
#index .tvcmsdesktop-top-header-wrapper.header-6,
#index .tvcmsdesktop-top-header-wrapper.header-7 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99990;
}
#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,
.tvcmsdesktop-top-header-wrapper.header-7 .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,
#header .tvcmsdesktop-top-header-wrapper.header-7 .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 ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#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;
}
#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,
#header .tvcmsdesktop-top-header-wrapper.header-7 .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);
}
.footer-container.footer-2 .tvfooter-logo-block,
.footer-container.footer-3 .tvfooter-logo-block,
.footer-container.footer-4 .tvfooter-logo-block {
    padding: 0px 0;
}
.footer-container.footer-2 .tvfooter-logo-block .tvfooter-logo-desc {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
/*.footer-container.footer-2 .tvcms-newsletter-wrapper {
    width: 100%;
    padding: 0;
}
.footer-container.footer-2 .tvcms-newsletter-wrapper .tvcms-newsletter-wrapper{
    display: none;
}*/
.footer-container.footer-4 .tvfooter-logo-block .tvfooter-logo-desc {
    width: 90%;
    max-width: 90%;
    text-align: left;
    margin: 0;
}
.footer-container.footer-2 .tvfooter-storelogo-inner,
.footer-container.footer-3 .tvfooter-storelogo-inner,
.footer-container.footer-4 .tvfooter-storelogo-inner {
    border: none;
    text-align: left;
    margin-bottom: 15px;
}
.footer-container.footer-3 .tvfooter-storelogo-inner {
    margin-bottom: 35px;
}
.footer-container.footer-2 .tvfooter-logo-block .tvfooter-img-block {
    text-align: left;
}
.footer-container.footer-2 .tvfooter-payment-icon-img-block,
.footer-container.footer-2 .tvcopylink,
.footer-container.footer-2 .tvcmsfooter-social-icon,
.footer-container.footer-3 .tvfooter-payment-icon-img-block,
.footer-container.footer-3 .tvcopylink,
.footer-container.footer-3 .tvcmsfooter-social-icon {
    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: center;
    margin-top: 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 svg,
#footer_sub_menu_store_info .tvfooter-store-link svg,
#footer_sub_menu_store_info .tvfooter-store-link-content svg,
#footer_sub_menu_store_info .tvfooter-store-link-fax svg {
    width: 17px;
    height: 17px;
    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 #eee;
}
.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 {
    border-top: 1px dashed #a7a7a7;
    padding: 30px 0 0px;
    /*margin-bottom: 15px;*/
}
.tv-product-page-content .tvwishlist-compare-wrapper-page {
    margin-bottom: 25px;
    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;
}
.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;
}
.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;
}
#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: 14px;
    }
    .header-3 #_desktop_contact_link #contact-link i {
        font-size: 20px;
        margin-inline-end: 5px;
    }
    .header-3 .tvcmsdesktop-contact,
    .header-4 .tvcmsheader-nav-right,
    .header-6 .tvcmsheader-nav-right {
        padding-inline-start: 0;
    }
    .header-4 .tvcmssearch-wrapper,
    .header-6 .tvcmssearch-wrapper {
        margin-inline-end: 15px;
    }
    .header-4 .tvheader-cart-wrapper,
    .header-6 .tvheader-cart-wrapper {
        padding-inline-start: 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: 10px;
}
.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 span {
    vertical-align: middle;
    line-height: 24px;
}
.tv-sub-category-inner,
.tv-sub-category-inner:hover {
    background-color: transparent;
    border: none;
    padding: 0;
}
.tv-total-product-number,
.products-selection .sort-by {
    color: #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-2 .tvcmsfooter-social-icon #footer_sub_menu_social_icon,
.footer-container.footer-3 .tvcmsfooter-social-icon #footer_sub_menu_social_icon,
.footer-container.footer-3 .tvfooter-logo-block .tvfooter-logo-desc,
.footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title,
.footer-container.footer-3 .tvdekstop-footer-all-title-wrapper .tvfooter-title,
.footer-container.footer-3 .block_newsletter .tvnewsletter-title {
    text-align: center;
}
.footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title:after,
.footer-container.footer-3 .block_newsletter .tvnewsletter-title:after {
    content: ':';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    color: #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 {
    font-size: 16px;
    padding-bottom: 16px;
    color: #333;
    margin: 0;
}
.cms-description a:hover {
    text-decoration: underline;
}
.cms-description ol,
.cms-description ul {
    margin-bottom: 15px;
}
.cms-description ol li,
.cms-description ul li {
    font-size: 16px;
    padding-bottom: 12px;
    color: #333;
    line-height: 24px;
}
.cms-description ul {
    padding-left: 40px;
    list-style: disc;
    display: inline-block;
}

.cms-description table {
    width: 70%;
}
.fancybox-inner .cms-description table {
    width: 100%;
    margin-bottom: 0;
}
.cms-description table {
    margin-bottom: 2.48em;
}
.cms-description table,
.cms-description th,
.cms-description td {
    border: 1px solid #dddddd;
    border-collapse: collapse;
}
.cms-description th,
.cms-description td {
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #dddddd;
}
.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;
    /*margin: 0 30px 30px 0;*/
}
.cms-description hr {
    padding-bottom: 2.48em;
    width: 50%;
}
#tvproduct-customize .cms-description table {
    width: 100%;
    margin: 0;
}
.menu-content .tvmobile-lang,
.menu-content .tvmobile-curr {
    /*display: inline-block;*/
    /*width: 50%;*/
}
.newsletter_block_popup-bottom label:after {
    content: '';
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.newsletter_block_popup-bottom label:hover:after {
    transform: scaleX(1);
}
#tvcms-mobile-view-header.mobile-header-1 .tvheader-language,
#tvcms-mobile-view-header.mobile-header-1 .tvheader-currency,
#tvcms-mobile-view-header.mobile-header-2 .tvheader-language,
#tvcms-mobile-view-header.mobile-header-2 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-2 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-2 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-3 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-3 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-currency,
.tvcmsdesktop-top-header-wrapper.header-6 .tvheader-language,
.tvcmsdesktop-top-header-wrapper.header-6 .tvheader-currency {
    display: block;
    margin: 0;
}
.tvcmsdesktop-top-header-wrapper.header-6 {
    background-color: transparent;
}
#index #header .header-7 .tv-myaccount-btn-desktop svg path,
#index #header .header-7 .tv-cart-icon-main svg path,
#index .header-7 .tvwishlist-icon svg path {
    fill: #ffffff;
}
#index .tvheader-search-display-icon .tvsearch-open svg path,
#index .tvheader-search-display-icon .tvsearch-close svg path,
.tvheader-search-display-icon .tvsearch-open svg path,
.tvheader-search-display-icon .tvsearch-close svg path,
.header-7 .tvheader-search-display-icon .tvsearch-open svg path,
.header-7 .tvheader-search-display-icon .tvsearch-close svg path {
    fill: #000000;
}
#index .header-7 .tvheader-search-display-icon .tvsearch-open svg path,
#index .header-7 .tvheader-search-display-icon .tvsearch-close svg path {
    fill: #ffffff;
}
.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: #FFD741;
}
.tvsearch-header-display-full .tvheader-search-btn svg polygon {
    fill: #000;
}
.tvsearch-header-display-full .tvheader-search-btn svg circle:nth-child(3) {
    fill: none;
    stroke: #000 !important;
}
.tvproduct-page-decs p {
    color: #333;
    font-size: 16px;
}
.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: none;
    font-weight: 400;
    color: #666666;
}
.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: block;
    width: 100%;
    margin-bottom: 0;
}
.form-title h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}
label.required:after {
    content: "*";
    color: #f00;
    margin-left: 3px;
}
.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 {
    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;
}
.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: #5C17C1;
}
.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;
}
body .tv-main-div .half-wrapper-backdrop {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -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;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.mobile-menu-open .full-wrapper-backdrop,
body.classicCartOpen .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
body.cart-open .tv-main-div .half-wrapper-backdrop,
body.layout-open .tv-main-div .half-wrapper-backdrop,
body.menu-open .tv-main-div .half-wrapper-backdrop,
body.dropdown-open .tv-main-div .half-wrapper-backdrop,
body.search-open .tv-main-div .half-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
.product-images ul {
    margin-bottom: 0;
}
.tvproduct-page-wrapper .tvall-product-star-icon .tvall-product-review:hover {
    color: #000000;
}
.mobile-header-1 .tv-header-logo {
    padding: 10px 0;
}
#tvtheme-reset-layout,
#tvtheme-reset-bgcolor,
#tvtheme-reset-text {
    cursor: pointer;
}
.tvcmsdesktop-top-second {
    min-height: 95px;
}
#index #header .header-7 {
    background-image: none !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%) !important;
}
.tvcmsdesktop-top-header-wrapper.header-4,
.tvcmsdesktop-top-header-wrapper.header-6 {
    /*border-bottom: 1px solid #00000012;*/
}
#header .header-6 .tv-menu-horizontal ul li.level-1>a {
    color: #ffffff;
}
/******* 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
    }
    .cms-description ul {
        padding-left: 20px;
    }
}
.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
}
@media (min-width:576px) {
    .lang-rtl #products.list .tvproduct-name,
    .lang-rtl #products #products.list .product-price-and-shipping,
    .lang-rtl #products.list .product-accessories .product-price-and-shipping,
    .lang-rtl #products.list .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list .comments_note,
    .lang-rtl .tvproduct-wrapper.list .tv-product-list,
    .lang-rtl #products.list-2 .tvproduct-name,
    .lang-rtl #products #products.list-2 .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-accessories .product-price-and-shipping,
    .lang-rtl #products.list-2 .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list-2 .comments_note {
        text-align: right
    }
}
.lang-rtl .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.lang-rtl .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-grid,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-grid-2,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-list,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-list-2,
.lang-rtl .tvcmsproduct-grid-list .tvproduct-catelog,
.lang-rtl .tv_search_filter_wrapper .tvleft-right-title-wrapper {
    margin-left: 10px;
    margin-right: 0;
    direction: ltr;
}
@media (min-width: 768px) {
    .lang-rtl #blockcart-modal .divide-right,
    .lang-rtl #blockcart-modal .tv-addtocart-product-image {
        float: right
    }
}
@media (min-width: 767px) {
    .lang-rtl .cart-grid-body,
    .lang-rtl .tvcheckout-process-left {
        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.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;
}
i.material-icons {
    direction: inherit;
}
.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 .tvheader-nav-offer-text i {
    margin: 0 0 0 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 .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#module-tvcmsblog-single .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;
}
.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 .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 #header .tv-menu-horizontal ul li.level-1>a {
    direction: ltr;
}
.lang-rtl .footer-container.footer-3 .tvfooter-logo-link-wrapper li a:before {
    left: -30px;
    right: auto;
}
.lang-rtl .footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title:after,
.lang-rtl .footer-container.footer-3 .block_newsletter .tvnewsletter-title:after {
    left: -10px;
    right: auto;
}
.lang-rtl .footer-container.footer-3 .tvnewsletter-lable-wrapper {
    margin-right: 0;
    margin-left: 25px;
}
@media (min-width: 768px) {
    .lang-rtl #blockcart-modal .cart-content {
        padding-right: 2.5rem;
        padding-left: 0;
    }
}
.lang-rtl #blockcart-modal .cart-content .cart-content-btn button {
    margin-left: .3125rem;
    margin-right: 0;
}
.lang-rtl #blockcart-modal .modal-title i.material-icons {
    margin-left: 1.875rem;
    margin-right: 0;
}
.lang-rtl .tv-addtocart-msg-wrapper .tv-addtocart-close {
    left: 15px !important;
    right: auto;
}
.lang-rtl .tvvertical-slider {
    direction: ltr;
}
.lang-rtl .tv-product-page .tv-indicator {
    margin-right: 0;
    margin-left: 50px;
}
.lang-rtl .tvproduct-wrapper .tvproduct-timer-icon i {
    margin-right: 0;
    margin-left: 3px;
}
.lang-rtl #header .header-4 .tv-myaccount-btn-desktop svg,
.lang-rtl #header .header-5 .tv-myaccount-btn-desktop svg,
.lang-rtl #header .header-6 .tv-myaccount-btn-desktop svg {
    margin: 0;
}
.lang-rtl .breadcrumb li:first-child a:before {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .products-selection .sort-by {
    text-align: left;
}
.lang-rtl .tv_search_filter_wrapper .tvleft-right-title-wrapper .tvproduct-top-filter-name {
    padding: 0px 0 0 5px;
}
.lang-rtl .tvfilter-search-types-dropdown>li .magnitude {
    float: left;
}
.lang-rtl .tvproduct-play-icon {
    left: auto;
    right: 30px;
}
.lang-rtl .open-comment-form .tvcustom-icons {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .cms-description blockquote:before {
    left: auto;
    right: -40px;
}
.lang-rtl .tvproduct-description-tab .product-reference .label,
.lang-rtl .tvproduct-description-tab .product-quantities .label {
    margin: 0 0px 0 8px;
}
.lang-rtl .tvproduct-page-wrapper .product-3 .tv-product-page-image {
    float: left
}
.lang-rtl .cms-description ul {
    padding-left: 0;
    padding-right: 40px;
}
.lang-rtl .contact-form .form-control-label {
    text-align: right;
}
.lang-rtl .text-sm-right {
    text-align: left !important;
}
.lang-rtl .label,
.lang-rtl label {
    text-align: right;
}
.lang-rtl .custom-checkbox {
    float: none;
}
.lang-rtl .table thead th {
    text-align: right;
}
.lang-rtl #hideWishlist {
    float: right;
}
.lang-rtl #header .tvcmsdesktop-top-header-wrapper.header-4 .tvsearch-header-display-wrappper,
.lang-rtl #header .tvcmsdesktop-top-header-wrapper.header-5 .tvsearch-header-display-wrappper,
.lang-rtl #header .tvcmsdesktop-top-header-wrapper.header-6 .tvsearch-header-display-wrappper {
    left: 0;
    right: auto;
}
.lang-rtl .tvmain-slider-next-pre-btn .tvcmsprev-btn,
.lang-rtl .tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
    left: 45px;
    right: auto;
}
.lang-rtl .tvmain-slider-next-pre-btn .tvcmsnext-btn,
.lang-rtl .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
    right: 45px;
    left: auto;
}
.lang-rtl .menu-subtitle {
    left: -8px;
    right: auto;
}
.lang-rtl .tvcategory-slider-next-pre-btn {
    /*justify-content: flex-end;*/
}
.lang-rtl .tvcms-next-pre-btn {
    direction: ltr;
}
@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 #header .tv-myaccount-btn-desktop svg {
        width: 23px;
        height: 23px;
        margin: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .lang-rtl .tvmobile-slidebar {
        right: -300px;
        left: auto;
    }
    .lang-rtl .tvmobile-slidebar.open {
        right: 0;
        left: auto;
    }
    .lang-rtl .tvapp-logo-content-inner {
        width: 100%;
    }
    .lang-rtl .tvtags-content-box {
        text-align: center;
    }
    .lang-rtl #tvcmsmobile-horizontal-menu .tvcmsmain-menu-wrapper>.tv-header-menu {
        right: -300px;
        left: auto;
    }
    .lang-rtl #tvcmsmobile-horizontal-menu .tv-header-menu.open {
        right: 0;
        left: auto;
    }
    .lang-rtl .tvcmsdesktop-language-selector {
        text-align: center;
    }
    .lang-rtl .tvtab-product .tvcms-main-title {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
    .lang-rtl .tvtab-title-wrapper {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .lang-rtl .tvcmsmain-slider-wrapper {
        float: none;
    }
    .lang-rtl .tvtab-title-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .lang-rtl .tv-account-wrapper,
    .lang-rtl .tvheader-cart-wrapper {
        padding: 0;
    }
}
@media (max-width: 650px) {
    .lang-rtl .tvcmsheader-search {
        text-align: center;
    }
}
@media (max-width: 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;
    }
    #index #wrappertop {
        margin-top: -88px;
    }
}
@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) {
    .tvcmsadvance-block-content {
        padding: 52px 60px 52px;
    }
    .tvadvance-block-content {
        padding: 0 15px 0 0;
        margin-bottom: 20px;
    }
    .tvadvance-block-content-wrapper {
        width: 100%;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0 12px;
    }
    .lang-rtl .product-add-to-cart .add-to-cart {
        margin: 0 0 5px 30px;
    }
    .tvmain-slider-next-pre-btn .tvcmsprev-btn,
    .tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
        left: 50px;
        right: auto;
    }
    .tvmain-slider-next-pre-btn .tvcmsnext-btn,
    .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
        right: 50px;
        left: auto;
    }
}
@media (max-width: 1008px) {
    *::-webkit-scrollbar {
        width: 5px;
        background-color: #ddd;
    }
    *::-webkit-scrollbar-thumb {
        -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: 25%;
    }
    #product .data-sheet {
        max-width: 100%;
    }
    .tvproduct-page-wrapper .tv-product-page-image {
        margin-bottom: 30px;
    }
    .tvproduct-page-wrapper .tv-product-page-image,
    .tvproduct-page-wrapper .tv-product-page-content {
        width: 100%;
    }
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .zoomContainer {
        display: none;
    }
}
@media(max-width: 991px) {
    .footer-container.footer-4 .block_newsletter form {
        margin: 0 auto;
    }
    .mobile-header-1,
    .mobile-header-2,
    .mobile-header-3 {
        border-bottom: 1px solid #00000012;
    }
    .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 .tvheader-search-display-icon {
        display: none;
    }
    .container_tv_megamenu {
        display: block;
    }
    .tvmain-slider-next-pre-btn {
        display: none;
    }
    #tvmain-slider .owl-dots {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        z-index: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    #tvmain-slider.owl-theme .owl-dots .owl-dot,
    .owl-theme .owl-dots .owl-dot span {
        display: block;
        flex: 1;
        width: 100%;
        height: 2px;
    }
    #tvmain-slider.owl-theme .owl-dots .owl-dot.active span,
    #tvmain-slider.owl-theme .owl-dots .owl-dot:hover span {
        height: 2px;
        width: 100%;
    }
    .tvcmsmobile-contact {
        position: relative;
        padding: 10px 0 0 0;
    }
    #tvmobile-megamenu .menu-content:after {
        content: '';
        background-color: #e5e5e5;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }
    .tvmobile-sliderbar-btn {
        padding: 5px 0;
    }
    #left-column .tvleft-right-product-slider {
        width: 50%;
        float: left;
    }
    .tvapp-logo-content-box {
        padding: 30px 15px 0 15px;
    }
    .tvapp-logo-content-inner .tvdekstop-footer-all-title-wrapper .tvfooter-title span {
        font-size: 22px;
    }
    .tvdekstop-footer-all-desc-wrapper span {
        font-size: 14px;
    }
    .tvapp-logo-content-inner {
        width: 100%;
    }
    .tvcmsapp-logo {
        margin-bottom: 30px;
    }
    .tvcmsofferbanners-one {
        margin-bottom: 30px;
    }
    .tvcmssliderofferbanners-one .tvbanner1,
    .tvcmssliderofferbanners-one .tvbanner2 {
        padding: 0 15px;
    }
    .tvcmssliderofferbanners-one .tvbanner1 {
        margin-bottom: 0;
        text-align: right;
    }
    .tvcmssliderofferbanners-one .tvbanner2 {
        margin-bottom: 0;
        text-align: left;
    }
    .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-in-out 0.1s;
        -moz-transition: all 0.7s ease-in-out 0.1s;
        -ms-transition: all 0.7s ease-in-out 0.1s;
        -o-transition: all 0.7s ease-in-out 0.1s;
        transition: all 0.7s ease-in-out 0.1s;
        padding: 30px;
        left: -300px;
        visibility: hidden;
        max-height: 500px;
        overflow-y: scroll;
    }
    #tvcmsmobile-horizontal-menu .tv-header-menu.open {
        opacity: 1;
        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-color: #fdd740;*/
        padding: 0 15px;
    }
    .tvmenu-toggle-icon {
        position: absolute;
        right: 0;
    }
    .tvmain-menu-dropdown {
        display: none;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .tvmenu-button-wrapper {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
    }
    #tvcmsmobile-horizontal-menu-left {
        padding: 0;
    }
    #tvcms-mobile-view-header .tvmenu-button i {
        color: #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: 5px 0;
    }
    .tvheader-sarch-display .tvheader-search-display-icon .tvsearch-open {
        display: flex;
    }
    .tvcmsheader-search {
        text-align: center;
        cursor: pointer;
    }
    #header .mobile-header-2 .tv-myaccount-btn-desktop svg,
    #header .mobile-header-3 .tv-myaccount-btn-desktop svg {
        margin: 0;
    }
    #header .tvsearch-top-wrapper {
        width: 70%;
        padding: 15px 0;
        display: inline-block;
    }
    .tvcmsheader-search.search-widget form input[type=text] {
        /*height: 40px;*/
    }
    .tvcmsheader-search .tvcms-select-category {
        margin: 0 10px;
    }
    .tvsearch-header-display-wrappper form {
        overflow: visible;
    }
    .tvsearch-result {
        left: 0;
    }
    .tvcmsdesktop-language-selector,
    .tvcmsdesktop-top-wrapper {
        text-align: center;
    }
    .tv-language-dropdown,
    .tv-currency-dropdown {
        padding: 10px;
    }
    .tvcmsdesktop-top-header-wrapper {
        display: none;
    }
    .tvcmsmobile-header-logo-right-wrapper #tvcmsmobile-header-logo {
        width: 100%;
    }
    .tvcmsmobile-cart-acount-text {
        display: -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: 0;
    }
    #tvcmsmobile-account-button {
        margin: 0 10px;
    }
    #contact-link span {
        color: #875139;
        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: #875139;
        margin: 0 5px 0 0;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
    }
    #contact-link i {
        display: none;
    }
    .tvstore-email-wrapper,
    .tvstore-time-infowrapper,
    .tvcmsstore-time {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tvcmsdesktop-language-selector,
    .tvheader-offer-wrapper {
        width: 100%;
    }
    .tvcmsstore-time {
        display: block;
    }
    #contact-link {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .tvmobile-sliderbar-btn a {
        height: auto;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 8px 8px 8px 0px;
        background-color: rgba(255, 255, 255, 0.76);
        /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        font-size: 16px;
        font-family: inherit;
        line-height: 40px;
    }
    .tvmobile-sliderbar-btn i {
        /*padding: 8px 0px;*/
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        /*padding:5px 15px;*/
        padding: 0;
    }
    .tv-menu-horizontal li.level-1 {
        border-bottom: none;
        padding-bottom: 5px;
    }
    .tv-menu-col,
    .tv-menu-row {
        padding-bottom: 5px;
    }
    .menu-subtitle {
        top: -5px;
        right: auto;
    }
    .tvmega-menu-title {
        font-size: 16px;
        color: #222;
        text-align: center;
        font-weight: 500;
        position: relative;
        text-transform: none;
        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;
    }
    /*#index .tvmega-menu-title:after,    */
    /*#index .tvcmsmobile-contact:before {*/
    /*    background-color: unset;*/
    /*}*/
    .tvmobile-dropdown-close a i {
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 24px;
        color: #333333;
        z-index: 10;
    }
    .cur-title, .lag-title {
        color: #222;
    }
    #index .tvmega-menu-title,
    #index .tvmobile-dropdown-close a i,
    #index #header .tv-menu-horizontal ul li.level-1 > a,
    #index .tv-menu-horizontal ul li.parent .icon-drop-mobile::after,
    #index .cur-title,
    #index .lag-title {
        color: #fff;
    }
    #index .tv-language-dropdown, #index .tv-currency-dropdown {
        background: rgba(0,0,0,0.8);
    }
    .lang-rtl .tvmobile-dropdown-close a i {
        right: auto;
        left: 24px;
    }
    .tv-total-product-number {
        font-size: 12px;
    }
    .tvcmsspecial-product,
    .tvcmstab-title-product {
        margin-bottom: 20px;
    }
    .tvcmsfeatured-product,
    .tvcmsbest-seller-product,
    .tvcmsnew-product,
    .tvcmssame-category-product,
    .tvcmscross-selling-product,
    .tvcmslike-product {
        margin-bottom: 20px;
    }
    #left-column {
        display: none;
    }
    .tvtab-title-wrapper .tvtabs-products li {
        padding: 9px 10px;
    }
    .tvcms-main-title .tvmain-title h2 {
        font-family: inherit;
    }
    .tvcart-icon-text-wrapper .tvcart-lable,
    .tv-account-wrapper .tv-myaccount-btn span {
        display: none;
    }
    .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: 65px;
        top: auto;
    }
    .tvproduct-wrapper.grid .tvproduct-hover-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-hover-btn {
        opacity: 1;
        position: unset;
        bottom: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .tvproduct-wrapper.grid .tvproduct-quick-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-quick-btn,
    .tvproduct-wrapper.grid .tvproduct-cart-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
    .tvproduct-wrapper.grid .tvproduct-cart-btn,
    .tvproduct-wrapper.grid-2 .tvproduct-cart-btn,
    .tvproduct-wrapper.grid .tvproduct-wishlist,
    .tvproduct-wrapper.grid-2 .tvproduct-wishlist,
    .tvproduct-wrapper.grid .tvcompare-wrapper,
    .tvproduct-wrapper.grid-2 .tvcompare-wrapper {
        transform: none;
        margin: 0 2px;
    }
    .tvfooter-product-title-product,
    .tvfooter-product-box-layout {
        margin-bottom: 15px;
    }
    .tv-product-page-image .page-content {
        width: 100%;
        margin: 0 auto;
    }

    .tvmain-slider-next-pre-btn .tvcmsprev-btn {
        left: 5px;
    }
    .tvmain-slider-next-pre-btn .tvcmsnext-btn {
        right: 5px;
    }
    .tvnewsleeter-input-button-wraper .input-wrapper input {
        min-width: 100%;
    }
    .tvfooter-logo-block {
        padding: 20px 0;
    }
    .tvfooter-storelogo-inner {
        border: 0;
    }
    .tvnewsletter-lable-wrapper {
        margin-top: 15px;
    }
    .tvfooter-storelogo-imformation {
        padding: 15px 0;
        flex-direction: column;
    }
    #footer_sub_menu_store_info .tvfooter-addresses:after,
    #footer_sub_menu_store_info .tvfooter-store-link-content:after,
    #footer_sub_menu_store_info .tvfooter-store-link-fax:after,
    #footer_sub_menu_store_info .tvfooter-store-link:after {
        left: -35px;
    }
    #footer_sub_menu_store_info {
        padding-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 {
        color: #333333;
    }
    .tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon .remove {
        display: none;
    }
    .tvcmsfooter-social-icon .tvfooter-title-wrapper {
        padding-left: 0;
    }
    .tvfooter-title-wrapper {
        margin-bottom: 0px;
    }
    .tvfooter-title-wrapper .tvfooter-title {
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        font-size: 16px !important;
    }
    .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;
    }
    .tvcmsmobile-header-menu .tv-currency-dropdown,
    .tvcmsmobile-header-menu .tv-language-dropdown {
        margin: 0 -15px;
        padding-left: 15px;
        border: none;
        background: rgba(239, 239, 239, 0.3);
    }
    #index .tvcmsmobile-header-menu .tv-currency-dropdown,
    #index .tvcmsmobile-header-menu .tv-language-dropdown {
        background: rgba(0, 0, 0, 0.8);
        padding: 0 35px;
    }
}
@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;
    }
    .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;*/
        margin: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .tvheader-cart-wrapper .tv-cart-icon svg {
        /*width: 26px;*/
        /*height: 26px;*/
    }
    .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: 2px;
    }
    #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: 15px;
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        left: -300px;
        min-width: 300px;
        width: 300px;
        height: 100vh;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transform-origin: top;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
    }
    #index .tvmobile-slidebar {
        background-color: rgba(0,0,0,0.8);
    }
    .tvmobile-slidebar.open {
        visibility: visible;
        text-align: start;
        left: 0;
        /*opacity: 1;*/
        transform-origin: top;
    }
    .menu-content {
        padding-bottom: 10px;
    }
    .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;
    }
    #index .tvmobile-slidebar {
        background: rgba(0,0,0,0.6);
        border: unset;
    }
}
/******* End Media-tablet Css *******/
/******* Start Media-mobile Css *******/
/* Media Css 768 to 320 */
@media(min-width: 576px) and (max-width: 767px) {
    #products.list .tvproductdescription-button-wrapper,
    #products.list .tvproduct-wrapper.list .tvproduct-image {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .tvapp-logo-content-box {
        display: block;
        padding: 15px;
    }
    .tvapp-logo-content-wrapper {
        margin-bottom: 15px;
    }
    .tvmain-slider-content-wrapper {
        display: flex;
        overflow: hidden;
        border: none;
        background-color: transparent;
        /*display: none;*/
    }
    .tvmain-slider-content-inner {
        /*width: 50%;*/
        /*float: left;*/
        /*margin: 1px 0 0 0;*/
        display: block;
    }
    .tvmain-slider-contant {
        /*display: none;*/
    }
    .tvcms-main-slider {
        border-bottom: none;
    }
    .tvfooter-social-icon-wrapper li a {
        /*width: 48px;*/
        /*height: 48px;*/
    }
    .tvmain-slider-content-inner:last-child {
        width: 100%;
    }
    #category .tv-grid-list-wrapper-info-box {
        width: 33.33%;
    }
    .tvall-inner-btn-cancel span,
    .tvall-inner-btn span {
        font-size: 14px;
    }
    #header .tvsearch-top-wrapper {
        width: 100%;
    }
    .tvtab-title-wrapper {
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
    }
    #products.catelog .tv-product-list {
        margin: 0;
    }
    .tvproduct-description-tab .nav-tabs li.nav-item {
        margin: 0 0px 10px 0px;
        width: 100%
    }
    .tvnewsletter-block {
        display: block;
        text-align: center;
    }
    .tvfooter-copy-payment-icon-wrapper {
        padding: 10px 0;
    }
    .tvcmsfooter-social-icon {
        padding-top: 0;
    }
    #footer {
        padding: 0;
    }
    .tvcopylink p {
        text-align: center;
    }
    .block_newsletter {
        border: none;
        padding-bottom: 0;
    }
    .tvfooter-payment-icon-img-block .tvfooter-payment-icon-wrapper {
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        float: none;
    }
    .tvcopylink,
    .tvfooter-payment-icon-img-block {
        margin-bottom: 15px;
        padding: 0 15px;
    }
    .footer-container .links ul>li {
        border: none;
        padding: 0;
        font-weight: normal;
    }
    .footer-container .links ul {
        background-color: transparent;
    }
    .tvbottom-to-top {
        right: 15px;
    }
    .tvfooter-copy-payment-icon-inner {
        display: block;
    }
    .tvcmsfooter-social-icon {
        text-align: center;
    }
}
@media(max-width: 768px) {
    .product-2 .tvvertical-slider {
        display: block;
    }
    .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: 10px 0;
    }
    .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%;
    }
    .tvproduct-page-wrapper .tv-product-page-image {
        padding: 0;
    }
    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn {
        display: none;
    }
    .tvproduct-flags li {
        font-size: 11px;
    }
}
@media (max-width: 650px) {
    .lang-rtl .tvapp-logo-content-inner {
        padding: 0;
    }
    .tv-header-logo {
        /*padding: 15px 0;*/
    }
    .tv-header-logo a {
        width: 100%;
    }
    .tvcmsmobile-header-search-logo-wrapper {
        display: flex;
        /*flex-wrap: wrap;*/
    }
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-search-logo-wrapper {
        flex-wrap: wrap;
    }
    #tvcms-mobile-view-header.mobile-header-1 .tv-header-logo {
        padding: 10px 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: 10px 0 10px 0;
        display: inline-block;
    }
    .tvcmsheader-search {
        text-align: center;
        padding-right: 0;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper {
        /*top: 35px;*/
    }
    #tvcms-mobile-view-header.mobile-header-2 .tv-account-wrapper,
    #tvcms-mobile-view-header.mobile-header-2 .tvheader-cart-wrapper {
        padding: 5px 0;
    }
}
@media(max-width: 600px) {
    #tvcmsmobile-account-button {
        margin: 0 14px;
    }
}
@media(max-width: 590px) {
    .tvall-product-branner {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .tvimage-true {
        width: 100%;
    }
    .tvall-product-branner {
        margin: 0 0 15px 0;
    }
}
@media(max-width: 575px) {
    .tvproduct-review-box {
        margin-top: 15px;
    }
    .footer-container.footer-4 .block_newsletter form,
    .footer-container.footer-3 .block_newsletter form {
        width: 100%;
        margin: 0;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-logo-right-wrapper {
        width: 100%;
    }
    .product-2 .tvproduct-image-slider .col-md-6 {
        width: 100%;
        float: none;
    }
    .tvcms-header-myaccount .tv-myaccount-btn,
    .tv-header-cart .tv-cart-icon {
        /*transform: scale(0.8);*/
    }
    .tvapp-logo-img-content-wrapper {
        display: block;
        text-align: center;
    }
    .tvapp-logo-content-inner {
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .tvcmssliderofferbanners-one .tvbanner1,
    .tvcmssliderofferbanners-one .tvbanner2 {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 7.5px;
        text-align: center;
        float: left;
    }
    .tvmain-slider-content-inner {
        width: 100%;
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tvmain-slider-contant .tvmain-slider-button {
        padding: 0 12px;
        /*font-size: 10px;*/
        /*line-height: 16px;*/
    }
    .tvcms-slider-offerbanner-wrapper {
        /*margin-bottom: 30px;*/
    }
    .tvtab-title-wrapper .tvtabs-products li {
        display: block;
    }
    #category .tv-grid-list-wrapper-info-box {
        width: 50%;
    }
    #js-product-list .tvgrid-list-view-product .products {
        margin: 0;
    }
    .tvall-product-wrapper-info-box {
        padding: 15px 8px;
        margin: 0px;
    }
    .tvall-product-wrapper-info-box.tvtab-first-product {
        margin: 0px;
    }
    .tvproduct-wrapper {
        margin: 0px;
    }
    #tv-back-top-wrapper {
        padding: 10px;
        margin-top: 10px;
    }
    .tvsearch-filter-content-wrapper .facet:not(:last-child) {
        margin-bottom: 20px;
    }
    .tvproduct-timer .tvproduct-timer-wrapper~.tvproduct-timer-wrapper {
        margin-left: 0px;
    }
    #tvcms-mobile-view-header {
        display: block;
        height: auto;
    }
    .tvmobileheader-language-currency-wrapper {
        text-align: center;
    }
    .tvcmsmobile-top-wrapper {
        display: block;
        padding-bottom: 0px;
    }
    #tvcmsmobile-horizontal-menu .tvcmsmain-menu-wrapper>.tv-header-menu {
        width: 100%;
    }
    .tvcmsmobile-header-center {
        width: 100%;
    }
    #tvcmsmobile-horizontal-menu {
        margin: 0;
    }
    .tvcmsmobile-header-right {
        width: 100%;
        float: none;
        display: -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: 15px 0 15px 0;
    }
    #_desktop_search .tvheader-top-search {
        width: 100%;
    }
    .tvcmsheader-search .tvcms-select-category {
        min-width: 50px;
    }
    .tvcmsheader-search.search-widget form button[type=submit] .tvserach-name,
    #_desktop_search .tvcmsheader-search .tvserach-name {
        font-size: 12px;
    }
    .tvcmsheader-search.search-widget form input[type=text] {
        font-size: 16px;
    }
    .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 10px;
    }
    #tvmobile-cart,
    .tvoffer-text-inner {
        display: inline-block;
        vertical-align: middle;
    }
    .tvcmsmobile-cart-acount-text {
        text-align: right;
        padding-left: 0;
    }
    .tvcms-header-myaccount .tv-myaccount-btn i {
        margin: 0;
    }
    .tvcms-header-cart .tv-cart-icon {
        margin: 0 4px;
    }
    #contact-link {
        display: block;
    }
    .tvheader-cart-wrapper {
        padding: 0;
    }
    .tvcms-header-cart,
    #tvcmsdesktop-account-button {
        padding: 0;
        border: none;
    }
    .tvcmsstore-time {
        display: block;
    }
    .tvtab-title {
        text-align: center;
    }
    .tvtab-product .tvtab-title-wrapper .tvtabs-products {
        display: inline-block;
        vertical-align: middle;
    }
    .tvtab-title-wrapper .tvtabs-products li {
        margin: 5px;
    }
    .tvproduct-wrapper .lazy,
    img.lazy {
        transform: scale(0.6);
    }
    img.lazy.loaded {
        transform: unset;
    }
    .tvproduct-quick-btn,
    .tvproduct-cart-btn,
    .tvproduct-wishlist,
    .tvcompare-wrapper {
        margin: 2px;
    }
    #products.list .tvall-product-star-icon {
        margin-bottom: 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 !important;
    }
    #products.list .tvproduct-name-price-wrapper{
        justify-content: center;
    }
    #products.catelog .tvcms-product-name-star {
        padding-bottom: 0;
    }
    #products.catelog .tvall-product-star-icon{
        margin-bottom: 15px;
    }
    .tvproduct-wrapper.list .tv-product-list {
        float: none;
        margin: 0 0 15px 0;
    }
    .tvproduct-wrapper.list .tv-indicator.tv-bar .tv-outer {
        margin: 0 auto;
    }
    .tvbanner-hover-wrapper img {
        width: auto;
        margin: 0 auto;
    }
    .tvcms-vertical-menu-next-pre-btn {
        text-align: center;
        margin-top: 15px;
    }
    .tvtab-product .tvcms-main-title,
    .tvcmsmain-title-wrapper {
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .tvcms-next-pre-btn,
    .tvtabcategory-product-next-pre-btn {
        text-align: center;
        margin-bottom: 15px;
        direction: ltr;
    }
    .tvtab-title-wrapper {
        margin-bottom: 0px;
    }
    .tvcmsprev-btn,
    .tvcmsnext-btn {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        display: inline-block;
        position: inherit;
        margin: 0 3px;
    }
    .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: start;
    }
    .tvwishlist-popup {
        left: 0;
        margin: 20px auto;
    }
}
@media(max-width: 500px) {
    #left-column .tvleft-right-product-slider {
        width: 100%;
        padding: 10px 10px;
    }
    #left-column .tvfilter-brand-list-wrapper,
    #left-column .tvfilter-supplier-list-wrapper {
        width: 100%;
        margin: 20px 0;
    }
}
@media(max-width: 480px) {
    .tvsearch-dropdown-wrapper {
        width: 100%
    }
    .tvsearch-all-dropdown-wrapper {
        max-height: 75vh;
        overflow-y: scroll;
    }
    .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;
    }
}
.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-inline-start: 0;
}
.tvproduct-out-of-stock.disable i {
    cursor: no-drop;
}
.lang-rtl .tvfooter-product-sticky-bottom .product-variants>.product-variants-item ul li {
    margin: 0 0 3px 8px;
}
.lang-rtl .tvfilter-search-types-dropdown .tvcolor-box {
    margin: 0 0 0 10px;
}
/****/
.product-actions .input-container label span {
    box-shadow: 0 5px 10px rgb(0 0 0 / 14%);
}
.product-variants>.product-variants-item label input[checked="checked"]:checked+span {
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}
.tvcmstheme-control .tvtheme-control-icon,
.tvcmstheme-layout .tvtheme-layout-icon {
    box-shadow: -3px 2px 3px -1px rgb(0 0 0 / 30%);
}
.product-variants>.product-variants-item label:hover span {
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}
.radio-toolbar input[type="radio"]:checked+label span {
    box-shadow: 4px 5px 3px 0px rgb(0 0 0 / 15%);
}
.radio-toolbar label:hover span {
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 20%);
}
.tvselect-layout.tvall-theme-content .card-header,
.tvlayout-radio-img>input:hover+.tvlayout-image {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.tvwishlist-icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-inline-end: 7px;
}
.tv-currency-btn svg path {
    fill: #000000;
}
.header-7 .tv-currency-btn svg path,
/*.header-5 .tv-currency-btn svg path,*/
.header-1 .tv-currency-btn svg path {
    fill: #875139;
}
.header-7 .tvwishlist-icon {
    margin-right: 0;
}
.tvwishlist-icon svg {
    width: 20px;
    height: 20px;
}
.header-7 .tvwishlist-icon svg {
    width: 24px;
    height: 24px;
}
.header-7 .tvcmsdesktop-view-wishlist .tvwishlist-name .tvwishlist-number {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    left: 18px;
    top: -5px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background-color: #F6DECE;
}
#header .header-7 .tv-myaccount-btn-desktop svg {
    margin: 0;
}
#tvcmsdesktop-currency-selector .tv-currency-btn svg {
    vertical-align: middle;
    /*margin-inline-end: 8px;*/
}
/*.tvcms-slider-offerbanner-wrapper,*/
.tvcmscategory-slider,
.tvcmsofferbanners-one,
.tvcmstab-title-product,
.tvcmsspecial-product,
.tvcmsfeatured-product,
.tvcmsbest-seller-product,
.tvcmsnew-product,
.tvcmssame-category-product,
.tvcmscross-selling-product,
.tvcmslike-product,
.tvcmstabcategory-product-slider,
.tvcmssingle-block,
.tvcmscustomer-services,
.tvfooter-product-box-layout,
.tvcmstestimonial,
.tvcmsadvance-block,
/*.tvcms-newsletter-wrapper,*/
.tvcmstwoofferbanners-one,
.tvcmsvideo-block-wrapper,
.tvcmscategory-chain-slider,
.tvcmsbrandlist-slider,
.tvcmsimagegallery-slider {
    margin-bottom: 90px;
}
@media (min-width: 1400px) {
    .tvcmsnext-btn {
        right: -65px;
    }
    .tvcmsprev-btn {
        left: -65px;
    }
}
@media (min-width: 1300px) {
    .tvcmsnext-btn {
        right: -45px;
        left: auto;
    }
    .tvcmsprev-btn {
        left: -45px;
        right: auto;
    }
    .tvcategory-chain-slider-next.tvcmsnext-btn {
        right: 0;
        left: auto;
        opacity: 0;
    }
    .tvcategory-chain-slider-prev.tvcmsprev-btn {
        left: 0;
        right: auto;
        opacity: 0;
    }
    .tvcategory-chain-slider-content:hover .tvcategory-chain-slider-prev.tvcmsprev-btn,
    .tvcategory-chain-slider-content:hover .tvcategory-chain-slider-next.tvcmsnext-btn {
        opacity: 1;
    }
}
@media (max-width: 1300px) {
    #index #wrapper {
        padding-top: 0;
    }
    .tvcmsprev-btn,
    .tvcmsnext-btn {
        position: unset;
        margin: 0 5px;
        transform: none;
    }
    .tvcms-next-pre-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 0;
    }

}
.tvmain-slider-next-pre-btn .tvcmsprev-btn,
.tvmain-slider-next-pre-btn .tvcmsnext-btn,
.tvfooter-product-box-layout .tvcmsprev-btn,
.tvfooter-product-box-layout .tvcmsnext-btn {
    position: absolute;
}
.tvfooter-product-box-layout .tvcmsprev-btn,
.tvfooter-product-box-layout .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%);
}
.tvcmstab-product {
    position: relative;
}
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper {
    padding: 12px 8px;
    border: 1px solid #ededed;
}
#products .tv-left-pannal-btn-wrapper svg g rect {
    fill: #222;
}
.header-7 .wishtlist_top .tvwishlist-number span {
    display: none;
}
.lang-rtl .tvheader-email svg {
    margin-right: 0;
    margin-left: 5px;
}
.lang-rtl .header-7 #_desktop_contact_link #contact-link,
.lang-rtl .header-3 #_desktop_contact_link #contact-link {
    margin-right: 0;
    margin-left: 10px;
}
.lang-rtl .tv-cart-cart-inner {
    right: auto;
    left: 2px;
}
.lang-rtl .tvwishlist-number {
    left: auto;
    right: 18px;
}
.lang-rtl .tvtab-title-wrapper .tvtabs-products li:before {
    right: auto;
    left: -23px;
}
.lang-rtl .tvtab-title-wrapper .tvtabs-products li:after {
    right: auto;
    left: -19px;
}
.lang-rtl .tvproduct-wrapper .tvproduct-timer-wrapper:after {
    right: auto;
    left: 0;
}
.lang-rtl .tvadvance-block-content-details {
    padding-left: 0;
    padding-right: 10px;
}
.lang-rtl .tvadvance-block-content {
    padding: 15px 0 15px 15px;
}
.lang-rtl .tvadvance-block-content-wrapper {
    margin-right: auto;
}
.lang-rtl .tvcategory-chain-slider {
    justify-content: flex-end;
}
.lang-rtl .tvcategory-chin-img-wrapper {
    margin-right: 0;
    margin-left: 15px;
}
.lang-rtl .tvimagegallery-slider-inner-2 {
    margin-left: 0;
    margin-right: auto;
}
.lang-rtl .tvnews-event-username p:after {
    right: auto;
    left: 0;
}
.lang-rtl .tvnewsletter-lable-wrapper:after {
    right: auto;
    left: -7.5%;
}
.lang-rtl .tvfooter-title-wrapper .tvfooter-title:after {
    left: auto;
    right: 0;
}
.lang-rtl #footer_sub_menu_store_info .tvfooter-addresses svg,
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link svg,
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link-content svg,
.lang-rtl #footer_sub_menu_store_info .tvfooter-store-link-fax svg {
    margin-right: 0;
    margin-left: 8px;
}
@media (max-width: 1280px) {
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 0 10px;
    }
    .header-5 .tvcmssearch-wrapper,
    .header-6 .tvcmssearch-wrapper,
    .header-7 .tvcmssearch-wrapper,
    .ttvcms-wishlist-icon {
        margin-inline-end: 15px;
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 90px;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 120px;
        margin-top: -145px;
    }
    .tvcmsadvance-block-content {
        padding: 30px 40px;
    }
    .tvblog-date-username .tvnews-event-titel h3 {
        font-size: 20px;
    }
    .tvnewsletter-desc-wrapper {
        padding-inline-start: 55px;
    }
    .block_newsletter .tvnewsletter-title {
        font-size: 22px;
        padding-left: 10px;
    }
    .tvnewsletter-desc-wrapper .tvnewsletter-desc {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .tvadvance-block-content-details {
        width: 85%;
        padding-left: 10px;
    }
    .tvadvance-block-content .tvadvance-block-content-desc p {
        width: 100%;
    }
    .tvadvance-block-content-img {
        width: 15%;
    }
    .tvcms-main-title .tvmain-desc {
        font-size: 20px;
    }
    .tvcms-main-title .tvmain-title h2 {
        font-size: 38px;
        line-height: 38px;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        font-size: 14px;
        padding: 0 9px;
    }
    .tvheader-cart-wrapper {
        padding-inline-start: 8px;
    }
    /*.header-4 .tvcart-icon-text-wrapper .tvcart-lable,
    .header-5 .tvcart-icon-text-wrapper .tvcart-lable,
    .header-6 .tvcart-icon-text-wrapper .tvcart-lable,
    .header-7 .tvcart-icon-text-wrapper .tvcart-lable,*/
    .tvcart-icon-text-wrapper .tvcart-lable {
        display: none;
    }
    .header-7 .tvcmsdesktop-view-wishlist .tvwishlist-name .tvwishlist-number {
        left: 13px;
        top: -8px;
    }
    .lang-rtl .header-7 .tvcmsdesktop-view-wishlist .tvwishlist-name .tvwishlist-number {
        right: 13px;
    }
    .header-7 .tvwishlist-icon {
        margin-inline-end: 4px;
    }
    .tv-cart-cart-inner .cart-products-count {
        margin: 0;
    }
    .header-4 .tvcmssearch-wrapper,
    .header-5 .tvcmssearch-wrapper,
    .header-6 .tvcmssearch-wrapper,
    .header-7 .tvcmssearch-wrapper,
    .ttvcms-wishlist-icon {
        margin-inline-end: 7px;
    }
    .tvcmsheader-nav-right {
        padding-inline-start: 0;
    }
    .tvmain-slider-next-pre-btn .tvcmsprev-btn,
    .tvcms-vertical-menu-next-pre-btn .tvcmsprev-btn {
        left: 30px;
        right: auto;
    }
    .tvmain-slider-next-pre-btn .tvcmsnext-btn,
    .tvcms-vertical-menu-next-pre-btn .tvcmsnext-btn {
        right: 30px;
        left: auto;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 100px;
        margin-top: -115px;
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 80px;
    }
    .tvcmsnext-btn span,
    .tvcmsprev-btn span {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .tvproduct-wrapper .tvtimer-wrapper {
        padding: 10px 0;
    }
    .tvproduct-wrapper .tvproduct-timer-wrapper {
        padding: 0 8px;
    }
    .product-price-and-shipping .price {
        font-size: 18px;
    }
    .product-price-and-shipping .regular-price {
        font-size: 13px;
    }
    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart,
    .tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon,
    .tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
    .tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon {
        width: 40px;
        height: 40px;
        padding: 8px 7px;
    }
    .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: 0 2px;
    }
}
@media (max-width: 991px) {
    .tvheader-nav-offer-text {
        justify-content: center;
    }
    .tvheader-cart-wrapper {
        padding: 0;
    }
    .tvcmscategory-slider,
    .tvcmsofferbanners-one,
    .tvcmstab-title-product,
    .tvcmsspecial-product,
    .tvcmsfeatured-product,
    .tvcmsbest-seller-product,
    .tvcmsnew-product,
    .tvcmssame-category-product,
    .tvcmscross-selling-product,
    .tvcmslike-product,
    .tvcmstabcategory-product-slider,
    .tvcmssingle-block,
    .tvcmscustomer-services,
    .tvfooter-product-box-layout,
    .tvcmstestimonial,
    .tvcmsadvance-block,
    .tvcmstwoofferbanners-one,
    .tvcmsvideo-block-wrapper,
    .tvcmscategory-chain-slider,
    .tvcmsbrandlist-slider,
    .tvcmsimagegallery-slider {
        margin-bottom: 40px;
    }
    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart svg,
    .tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon svg,
    .tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon svg,
    .tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon svg {
        width: 20px;
        height: 20px;
    }
    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-add-to-cart,
    .tvproduct-wrapper .tvproduct-quick-btn .tvproduct-quick-icon,
    .tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon,
    .tvproduct-wrapper .tvcompare-wrapper .tvproduct-compare-icon {
        padding: 10px 7px;
        box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
    }
    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock i {
        font-size: 21px;
    }
    .tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock {
        padding: 8px 7px;
    }
    .tvproduct-info-box-wrapper {
        padding: 5px 0 0;
    }
    .tvnewsletter-block {
        display: block;
    }
    .tvnewsletter-lable-wrapper {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .tvnewsletter-desc-wrapper {
        padding: 0 0 10px 0;
        text-align: center;
    }
    .tvfooter-title-wrapper .tvfooter-title:after {
        display: none;
    }
    .tv-menu-horizontal li.level-1 .img-icon,
    #index .tv-menu-horizontal li.level-1 .img-icon {
        filter: invert(1);
    }
    #_desktop_contact_link {
        display: block;
    }
    .tvheader-email a {
        line-height: 40px;
    }
    #header .tv-menu-horizontal ul li.level-1>a {
        font-size: 16px;
        padding: 0 0 5px;
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 60px;
    }
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 80px;
        margin-top: -85px;
    }
    .tvwishlist-number {
        position: unset;
        background-color: transparent;
        font-size: 14px;
    }
    .wishtlist_top .tvwishlist-number span {
        display: inline-block;
    }
    .tvvideo-block-desc h2 {
        font-size: 50px;
        margin-bottom: 70px;
    }
    .tvcmsimagegallery-slider-text {
        font-size: 120px;
    }
    .tvnewsletter-lable-wrapper {
        padding-right: 15px;
    }
    .tvnewsletter-icon-wrapper {
        width: 20%;
    }
    .tvnewsletter-title {
        width: 80%;
    }
}
@media (max-width: 768px) {
    .tvcms-main-title .tvmain-title h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 25%;
        margin-bottom: 20px;
    }
    .tvcmsvideo-block {
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 60px;
        margin-top: -65px;
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 40px;
    }
    #tvmain-slider .tvmain-slider-contant-left {
        left: 4%;
    }
    .tvheader-nav-offer-text svg {
        width: 16px;
        height: 16px;
    }
    .tvtab-title-wrapper .tvtabs-products li:before,
    .tvtab-title-wrapper .tvtabs-products li:after {
        display: none;
    }
    .tvcmsadvance-block-content {
        padding: 30px 20px;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .tvproduct-wrapper .tvproduct-timer-wrapper {
        padding: 0 5px;
    }
    .tvproduct-wrapper .tvproduct-timer-wrapper .tvtimer-name {
        font-size: 13px;
    }
    .tvvideo-block-desc h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .tvvideo-block-desc p {
        margin-bottom: 40px;
    }
    .tvcategory-chain-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
        width: 100%;
    }
    .tvcmscategory-chain-slider {
        padding: 60px 0;
    }
    .tvnewsletter-lable-wrapper {
        display: block;
    }
    .tvnewsletter-icon-wrapper {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .tvnewsletter-title {
        width: 100%;
    }
}
@media (max-width: 360px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 38px;
        margin-top: -46px;
    }
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 28px;
    }
    .tvmain-slider-contant .tvmain-slider-button {
        padding: 0 10px;
        line-height: 29px;
    }
}
@media (max-width: 767px) {
    .tvheader-cart-wrapper .tv-cart-icon {
        margin-right: 0;
    }
    .tv-cart-cart-inner .cart-products-count {
        margin-left: 2px;
    }
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-desc,
    .tvcmsimagegallery-slider-main-title-wrapper .tvcms-main-title .tvmain-desc {
        width: 100%;
    }
    .tvfeature-product-offer-banner,
    .tvtab-product-branner,
    .tvcmsnew-product .tvall-product-offer-banner,
    .tvcmsbest-seller-product .tvall-product-offer-banner,
    .tvcmsspecial-product .tvall-product-offer-banner,
    .tvtabcategory-tab-product {
        margin: 0 -7.5px;
    }
}
.tvcms-prod-popup .tvproduct-wrapper .tvproduct-timer-wrapper {
    padding: 0 5px;
}
.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: 50px;
    margin-right: 0;
    background-color: #0000;
    border-radius: 25px;
    font-size: 21px;
    display: inline-block;
}
.tvproduct-wishlist-compare .tvcompare-wrapper .hide {
    display: none;
}
#blockcart-modal .modal-header {
    border-bottom: 1px solid #eeeeee;
}
#blockcart-modal .cart-content {
    padding-left: 1rem;
}
.tvnewsletter-block:hover .tvnewsletter-icon img {
    transform: rotateY(360deg);
}
.tvnewsletter-icon img {
    transition: all 0.6s ease-in-out;
    -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;
}
@media (max-width:1199px) {
    .tvnewsletter-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin: auto;
    }
    .tvnewsletter-icon-wrapper,
    .block_newsletter .tvnewsletter-title {
        width: auto;
        padding: 0 7.5px;
    }
    .tvnewsletter-lable-wrapper {
        justify-content: center;
    }
}
.tvfooter-payment-icon {
    margin: 0 5px;
}
.footer-3 .tvfooter-title-wrapper,
.footer-3 .tvdekstop-footer-all-title-wrapper {
    margin-bottom: 15px;
}
.footer-3 .tvfooter-title-wrapper .tvfooter-title,
.footer-3 .tvdekstop-footer-all-title-wrapper .tvfooter-title {
    padding: 0;
}
.tvheader-cart-wrapper.tvcms-popup-block.sticky .tv-cart-icon-main,
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .tv-cart-icon-main {
    height: 42px;
    width: 42px;
    border-radius: 25px;
    background-color: #0000;
    text-align: center;
    padding: 9px;
    margin-right: 10px;
}
.tvheader-cart-wrapper.tvcms-popup-block.sticky {
    position: fixed;
    right: 100px;
    top: 100px;
    z-index: 99;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    margin: 0;
    background-color: #ffffff;
    -webkit-animation: mySticky 0.8s;
    -moz-animation: mySticky 0.8s;
    animation: mySticky 0.8s;
    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);
}
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky {
    position: fixed;
    right: 100px;
    top: 100px;
    z-index: 99;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    margin: 0;
    background-color: #ffffff;
    -webkit-animation: mySticky 0.8s;
    -moz-animation: mySticky 0.8s;
    animation: mySticky 0.8s;
    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);
}
.tvheader-cart-wrapper.tvcms-popup-block.sticky .tv-cart-icon-main,
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .tv-cart-icon-main {
    margin: 0;
}
.tvheader-cart-wrapper.tvcms-popup-block.sticky .cart-products-count span,
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .cart-products-count span {
    display: none;
}
.tvheader-cart-wrapper.tvcms-popup-block.sticky .cart-products-count,
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .cart-products-count {
    padding-right: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 21px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 100%;
}
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .tvcart-lable,
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .tv-cart-title,
.tvheader-cart-wrapper.tvcms-popup-block.sticky .tvcart-lable,
.tvheader-cart-wrapper.tvcms-popup-block.sticky .tv-cart-title,
.tvheader-cart-wrapper.tvcms-popup-block.sticky .tv-cart-cart-inner .cart-products-count i,
.tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .tv-cart-cart-inner .cart-products-count i {
    display: none;
}
.tvcms-prod-popup .tvall-product-star-icon,
.tvcms-prod-popup .tv-product-price,
.tvcms-prod-popup .tvproduct-image {
    margin-bottom: 10px;
}
.tvcmsdesktop-top-header-wrapper {
    background-position: center;
}
.lang-rtl .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper svg,
.lang-rtl .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper svg {
    transform: rotate(180deg);
}
.lang-rtl .product-customization .custom-file button {
    left: 0;
    right: auto;
}
.product-customization .custom-file button span {
    font-size: 13px;
    line-height: 14px;
}
.lang-rtl .product-customization small.float-xs-right {
    float: initial;
}
@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border: none !important;
    }
}
#authentication .custom-checkbox label {
    text-align: initial;
}
.lang-rtl #blockcart-modal .modal-title {
    padding: 0 0 0 25px;
}
.lang-rtl .custom-checkbox {
    margin: 0 0 0 7px;
}
.lang-rtl .js-address-form #use_same_address {
    margin: 0 0 0 10px;
}
body#checkout div.checkout-step .delivery-option label,
body#checkout div.checkout-step .carrier-delay,
body#checkout div.checkout-step .carrier-name {
    margin: 0 !important
}
body#checkout div.checkout-step .delivery-option,
body#checkout div.checkout-step .delivery-option .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767px) {
    .product-line-grid-right.product-line-actions .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .product-line-grid-right .cart-line-product-actions {
        margin: 0 5px 0 0;
    }
    .lang-rtl .product-line-grid-right .cart-line-product-actions {
        margin: 0 -5px 0 5px;
    }
    .lang-rtl .tv-cart-delete-icon-wrapper {
        padding: 0 0 0 15px;
    }
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
        vertical-align: sub;
    }
}
@media (max-width: 575px) {
    .page-authentication #content {
        padding: 30px 30px;
    }
}
body#checkout div.checkout-step .forgot-password {
    margin-bottom: 15px;
}
.lang-rtl .tvfooter-product-sticky-bottom .product-image {
    margin: 0 0 0 15px;
}
.lang-rtl .tvfooter-product-sticky-bottom .product-actions .control-label {
    margin: 0 10px 0 5px !important;
}
.block_newsletter p.block_newsletter_alert {
    padding: 10px 20px;
}
.product-add-to-cart .add-to-cart.disabled i.block {
    font-size: 21px;
}
@media (max-width: 991px) {
    .fancybox-type-iframe .fancybox-inner {
        overflow-x: auto !important;
    }
}
.lang-rtl .tvsearch-dropdown-close-wrapper {
    right: auto;
    left: 4px;
}
.lang-rtl .tvsearch-dropdown-total {
    text-align: right;
}
.ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title .product-name {
    padding-right: 27px;
}
.lang-rtl .ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title .product-name {
    padding: 0 0 0 15px;
}
#wrapper .breadcrumb li:last-child {
    display: inline-block;
}
.tvprocess-to-checkout,
.tv-continue-shopping-btn {
    direction: ltr;
}
.lang-rtl .tv-continue-shopping-btn i {
    margin: 0 5px 0 0;
}
.lang-rtl #product-modal .modal-header button.close,
.lang-rtl #product-modal .modal-header .tvmodel-close {
    left: -35px;
    right: auto;
}
.lang-rtl .checkout .tvprocess-to-checkout i {
    margin: 0 0 0 5px;
}
@media (max-width: 768px) {
    .cms-description hr {
        width: 100%;
    }
}
.tvheader-checkout #_desktop_contact_link{
    justify-content: end;
}
.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;
    }
    .product-title a h6 {
        font-size: 14px;
    }
}
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;
}
#block-reassurance li{
    margin-inline-end: 0;
}
@media (min-width:1200px){
    #product #block-reassurance li{
            min-width: 544px;
    }
}
.tvfooter-store-link.tvheader-email{
    padding: 10px 0;
}
.header-1 #tvcmsdesktop-account-button li.ttvcms-wishlist-icon.hidden-lg-up,
.header-1 #tvcmsdesktop-account-button li.tvheader-compare.hidden-lg-up,
.header-5 #tvcmsdesktop-account-button li.ttvcms-wishlist-icon.hidden-lg-up,
.header-5 #tvcmsdesktop-account-button li.tvheader-compare.hidden-lg-up {
    display: block !important;
}
.tvheader-checkout .tvcmsdesktop-top-second {
    min-height: unset;
}
.tv-contact-account-cart-wrapper {
    display: flex;
    justify-content: space-between;
}
.mobile-header-2 button.btn-unstyle.tv-currency-btn,
.mobile-header-2 button.btn-unstyle.tv-language-btn {
    margin: 20px 0;
}
.tvcmsdesktop-top-header-wrapper.header-4 ul.tv-currency-dropdown.tv-dropdown,
.tvcmsdesktop-top-header-wrapper.header-4 ul.tv-language-dropdown.tv-dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
img.tv-img-responsive {
    object-fit: unset;
}

.amegamenu_mobile-open, .sb-open{
    overflow: hidden;
}
.tvproduct-wrapper {
    padding-bottom: 20px
}
@media (max-width: 767px) {
    .tvall-product-star-icon {
        position: absolute;
        bottom: 0;
        right: 5px;
    }
}
/*a.tvall-inner-btn span {*/
/*    color: #fff;*/
/*}*/
#block-reassurance ul {
    overflow: hidden;
}
#block-reassurance .block-reassurance-item img{
    position: relative;
    left: -80px;
    filter: drop-shadow(#8735ff 80px 0);
}
.lokij-stop-scrolling{
    height: 100%!important;
    overflow: hidden!important;
    touch-action: none;
}
.ttvcms-wishlist-icon .wishtlist_top:hover svg path {
    fill: #5C17C1;
}
#footer_sub_menu_store_info svg {
    display: none;
}
.tvtestimonial-title a, 
#index .owl-item.active .tvtestimonial-title a,
.tvtestimonial-title a:hover {
    color: #fff;
}
.tvproduct-flags,
.tvproduct-image .product-flag{
    display: none;
}

.tvproduct-name-price-wrapper {
    flex-wrap: wrap;
}
.tvproduct-name-price-wrapper>div {
    width: 100%;
}
.tv-product-price .tvall-product-star-icon {
    width: max-content;
    margin: 5px auto 0;
}
#index .tvheader-search-btn path {
    fill: #fff;
}
select,
textarea,
input,
select:focus,
textarea:focus,
input:focus {
    font-size: 16px;
}
.tvsearch-dropdown-title {
    
}
#index .tvcmssearch-dropdown {
    background-color: #313131;
}
#index .tvsearch-dropdown-wrapper a {
    border: 1px solid #fff;
    background: #fff;
}
#index .tvsearch-more-search.tvall-inner-btn {
    border: 1px solid #fff;
    border-radius: 15px;
    background: unset;
}
#index .tvsearch-more-search.tvall-inner-btn>span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}
#module-supercheckout-supercheckout .opc-container .custom-panel h2 i.fas {
    display: none;
} 
.opc-container .custom-panel h2 {
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.superCheck-shadow {
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 9px 8px 30px 0px rgb(91 79 120 / 10%);
    border-radius: 20px;
}
.alert-info .paymentInfo {
    display: none;
}
#module-supercheckout-supercheckout .panel {
    box-shadow: none;
}
#checkoutShippingAddress>ul {
    margin: 0;
}
.opc_shipping_method label {
    margin-bottom: 10px;
}
#module-supercheckout-supercheckout .opc_payment_method .radio  {
    margin-top: 15px;
}
.form-group.form-coupon .input-group {
    margin-top: 10px;
}
.tv-addtocart-image-name-wrapper {
    display: flex;
    align-items: center;
}
.tv-addtocart-product-image {
    width: 40%;
}
.tv-addtocart-product-name {
    width: 60%;
    padding: 0;
}
.tv-addtocart-product-name h6.product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (max-width: 991px) {
    .tvproduct-wrapper.grid .tvproduct-quick-btn {
        display: none;
    }

    .tvproduct-wrapper.grid .tvproduct-hover-btn {
        justify-content: space-around;
    }
    #header .tvsearch-result {
        width: calc(100vw - 100px);
    }
}
#product .comment_author_infos em {
    display: none;
}
.verified-c {
    text-align: right;
    color: #c45500;
    font-size: 12px;
}
#product #tvcmsproduct_comments_block_tab div.comment .star_content .star img {
    padding-bottom: 5px;
}
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(2) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(5) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(7) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(11) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(12) .verified-c {
    display: none;
}
#contact #left-column {
    display: none;
}
#index .tv-menu-horizontal .cat-drop-menu li a span {
    color: #ddd;
}
.mod-chain-slider .item-icon img {
    max-width: 250px;
}
.tvproduct-page-decs video,
.product-description video{
    height: auto;
}

/* care plus begin */
.cms-id-29 #breadcrumb{
	display:none;
}
.cms-id-29 .care-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:calc( 100vw / 1920 * 60 );
}
.cms-id-29 .care-banner{
	margin-bottom:calc( 100vw / 1920 * 90 );
	background-color: #f8f5f8;
	padding-top:calc( 100vw / 1920 * 15 );
	padding-bottom:calc( 100vw / 1920 * 15 );
}
.cms-id-29 p{
	color:#11001A;
	text-align:center;
}
.cms-id-29 .care-body img{
    display: initial;
}
#cms #content-wrapper .care-banner-title p{
	font-size:calc( 100vw / 1920 * 60 );
	line-height:calc( 100vw / 1920 * 100 );
}
.care-banner-img img{
	/*width:calc( 100vw / 1920 * 1200 );*/
	width:100%;
}
#cms #content-wrapper .care-banner-content p{
	font-size:calc( 100vw / 1920 * 22 );
	line-height:calc( 100vw / 1920 * 36 );
}

#cms #content-wrapper .care-body-block-1-title p{
	font-size:calc( 100vw / 1920 * 60 );
	line-height:calc( 100vw / 1920 * 76 );
}
#cms #content-wrapper .care-body-block-1-content p{
	font-size:calc( 100vw / 1920 * 22 );
	line-height:calc( 100vw / 1920 * 36 );
	margin-bottom: calc( 100vw / 1920 * 45 );
}

#cms #content-wrapper .care-body-block-2{
	overflow:hidden;
}
#cms #content-wrapper .care-plus .care-list-item{
	float: unset;
    margin: auto;
}

#cms #content-wrapper .care-body-block-2-title p{
	font-size:calc( 100vw / 1920 * 60 );
	line-height:calc( 100vw / 1920 * 100 );
	margin-bottom:calc( 100vw / 1920 * 50 );
}

.care-list-img img{
	width:100%
}

.care-list-title{
	color:#5C17C1;
	font-size:30px;
	line-height: 60px;
    text-align: center;
}
.care-list-button{
	margin-bottom:15px;
}
.care-list-button a{
	width: 182px;
    height: 42px;
    border: 1px solid #5C17C1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 15px;
    position: relative;
    color: #5C17C1;
    cursor: pointer;
	margin-left: auto;
    margin-right: auto;
}

.care-list-button a:before{
	display:block;
	content: "";
	background-image: url("../img/care_cart.png");
	width:26px;
	height:23px;
	position:absolute;
	left: 15px;
}

.care-body-block-3{
	display:flex;
	background: linear-gradient(0deg, #F7F5F7 0%, #FFFFFF 100%);
}
.care-body-block-3-right{
	text-align:left;
	flex: 1;
	padding-left:calc( 100vw / 1920 * 71 );
}
#cms #content-wrapper p.care-body-block-3-right-title{
	text-align: left;
	font-size: 40px;
	line-height: 50px;
	color: #11001A;
	margin-bottom: 15px;
}
#cms #content-wrapper p.care-body-block-3-right-content{
	text-align: left;
	font-size: 22px;
	line-height: 36px;
	color: #11001A;
}
#cms #content-wrapper p.care-body-block-3-right-link{
	text-align:left;
}
#cms #content-wrapper p.care-body-block-3-right-link a{
	font-size: 22px;
    color: #5C17C1;
}
#cms #content-wrapper .care-body-block-4-title p{
	font-size:calc( 100vw / 1920 * 60 );
	line-height:calc( 100vw / 1920 * 100 );
	margin-bottom:calc( 100vw / 1920 * 50 );
}
.care-body-block-4-content{
	display:flex;
}
.care-body-block-4-content-left,.care-body-block-4-content-right{
	flex:1;
}
#cms #content-wrapper p.care-body-block-4-content-t{
	font-size: 28px;
    line-height: 36px;
    color: #11001A;
    margin-bottom: 15px;
}
#cms #content-wrapper p.care-body-block-4-content-c{
	font-size: 22px;
    line-height: 36px;
    color: #11001A;
    margin-bottom: 10px;
}
#cms #content-wrapper p.care-body-block-4-content-l a{
	font-size: 22px;
    color: #5C17C1;
}
@media(max-width:767px){
	#cms #content-wrapper .care-banner-title p{
		font-size: 30px;
		margin: 15px 0;
		line-height: 35px;
	}
	#cms #content-wrapper .care-banner-content p{
		font-size: 19px;
		line-height: 22px;
	}
	#cms #content-wrapper .care-body-block-1-title p{
		font-size: 22px;
		margin: 10px 0;
		line-height: 25px;
	}
	#cms #content-wrapper .care-body-block-1-content p{
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 20px;
	}
	#cms #content-wrapper .care-body-block-2-title p{
		font-size: 22px;
		line-height: 25px;
		margin-bottom: unset;
		margin-top: 25px;
	}
	#cms #content-wrapper .care-body-block-3-left img{
		width:100px;
	}
	#cms #content-wrapper p.care-body-block-3-right-title{
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	#cms #content-wrapper p.care-body-block-3-right-content{
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 5px;
	}
	#cms #content-wrapper p.care-body-block-3-right-link{
		font-size:12px;
		line-height: 13px;
	}
	#cms #content-wrapper .care-body-block-4-title p{
	    font-size: 22px;
		line-height: 25px;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	#cms #content-wrapper .care-body-block-4-content-i img{
		width:50px;
	}
	#cms #content-wrapper p.care-body-block-4-content-t{
		font-size: 22px;
		line-height: 22px;
	}
	#cms #content-wrapper p.care-body-block-4-content-c{
		font-size: 15px;
		line-height: 18px;
	}
	#cms #content-wrapper p.care-body-block-4-content-l a{
		font-size:15px;
	}
}
/* care plus end */

html body {
    font-family: Arial, Open Sans, verdana, Helvetica, sans-serif;
}
#index .tvall-page-top-title h1,
#index #main .tvpage-header-title-wrapper h1,
#index .tvleft-right-title.facet-label,
#index .block-categories .category-top-menu>li.tv-category-title-wrapper a,
#index .tvapp-logo-content-inner .tvdekstop-footer-all-title-wrapper .tvfooter-title span,
#index .tvtab-title-wrapper .tvtabs-products li:hover span,
#index .tvtab-title-wrapper .tvtabs-products li.active span,
#index .tvinstagram-slider-title-wrapper .tvinstagram-title,
#index .tvcms-main-title .tvmain-title h2,
#index .tvtab-title-wrapper .tvtabs-products li span {
    color: #ffffff;
}

.tvcms-slider-offerbanner-wrapper,
.mod-chain-slider,
.tvcmscustomer-services,
.tvcmstabcategory-product-slider,
.tvcms-all-testimonial,
.tvcmstwoofferbanners-one,
.tvcmsblog-event-home,
.tvcmsvideo-block-wrapper,
#custom-text {
    margin: 0 0 70px;
}
    
.tvmain-title h2 {
    margin: 0 0 30px;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    margin-bottom: 1.2vw;
}
.tvall-block-box-shadows {
    width: 100%;
}
.mod-chain-slider .item-icon img,
.tvcmscustomer-services .tvservices-img img,
.tvcmstestimonial .tvtestimonial-img-block img {
    aspect-ratio: 1;
}
.mod-chain-slider .item-icon img {
    margin-top: -30px;
}
/*20230729*/
/*gallery style start*/
.dg-container {
    width: 100%;
    position: relative;
}

.dg-wrapper {
    width: 400px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-radius: 15px;
}
.dg-items.dg-center {
  position: static;
}
.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    padding: 0;
    aspect-ratio: 1;
}

.dg-wrapper a.dg-items .productRate{
    width: 50%;
}
.dg-wrapper a.dg-items .star_content {
    display: flex;
}

/*.dg-container nav {*/
/*    width: 58px;*/
/*    position: absolute;*/
/*    z-index: 1000;*/
/*    bottom: 40px;*/
/*    left: 50%;*/
/*    margin-left: -29px;*/
/*}*/

/*.dg-container nav span {*/
/*    text-indent: -9000px;*/
/*    float: left;*/
/*    cursor: pointer;*/
/*    width: 24px;*/
/*    height: 25px;*/
/*    opacity: 0.8;*/
/*    background: transparent url(https://tympanus.net/Development/3DGallery/images/arrows.png) no-repeat top left;*/
/*}*/

.dg-container nav .dg-next,
.dg-container nav .dg-prev {
    color: #999;
}
.dg-container nav .dg-prev:before {
    content: '\e408';
    position: absolute;
    left: -55px;
    top: 40%;
    font-family: 'Material Icons';
    font-size: 35px;
    background: #323232;
    border-radius: 100px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: inherit;
    cursor: pointer;
    transition: all .5s;
}

.dg-container nav .dg-next:before {
    content: '\e409';
    position: absolute;
    right: -55px;
    top: 40%;
    font-family: 'Material Icons';
    font-size: 35px;
    background: #323232;
    border-radius: 100px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: inherit;
    cursor: pointer;
}
.dg-container nav .dg-prev:hover, .dg-container nav .dg-next:hover {
    color: #fff;
}
.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
}
.dg-items {
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
}

.dg-left1,
.dg-left2,
.dg-right1,
.dg-right2,
.dg-wrapper .dg-center {
    opacity: 1;
    visibility: visible;
}

.dg-left1 {
    transform: translateX(-350px) translateY(30px) translateZ(-300px) rotateY(30deg);
    
}

.dg-left2 {
    transform: translateX(-600px) translateY(30px) translateZ(-300px) rotateY(30deg);
}

.dg-right1 {
    transform: translateX(350px) translateY(30px) translateZ(-300px) rotateY(-30deg);
}

.dg-right2 {
    transform: translateX(600px) translateY(30px) translateZ(-300px) rotateY(-30deg);
}
span.dg-product-title {
    color: #000;
    font-size: 20px;
    line-height: 1.6;
    margin: 10px 0;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    display: block;
    height: 3.33vw;
    overflow: hidden;
}
.dg-items .price {
    color: #5c17c1;
    font-weight: 700;
    font-size: 24px;
}
/*gallery style end*/
img.dark-logo {
    display: none;
}
#index img.dark-logo {
    display: block;
}
#index img.light-logo {
    display: none;
}
/*
#index #header div.header-4 .tv-menu-horizontal ul li.level-1 > a, 
#index .tvcart-icon-text-wrapper .tvcart-lable, 
#index .tv-cart-cart-inner .cart-products-count, 
#index .tv-menu-horizontal .menu-dropdown, 
#index div.tv-menu-horizontal .cat-drop-menu .level-2:hover > a span, 
#index .tv-menu-horizontal .cat-drop-menu .level-3:hover > a span,
#index #header .tv-menu-horizontal ul li.level-1 ul li.item-header a:hover,
#index #header .tv-menu-horizontal ul li.level-1 ul li.item-header a, 
#index .tv-menu-horizontal .cat-drop-menu .level-2:hover > a::after,
#index .tv-account-dropdown > li a, 
#index .tvcmsdesktop-view-compare .tvdesktop-view-compare-name,
#index .tvcmsdesktop-view-wishlist .tvwishlist-name .tvwishlist-numbe,
#index .tvheader-compare i.material-icons, 
#index .tv-currency-dropdown li a,
#index .tv-language-dropdown li a,
#index .tvcmsdesktop-view-wishlist .tvwishlist-name:hover span,
#index .tvdesktop-view-compare:hover .tvdesktop-compare-icon i,
#index .tvcmsdesktop-view-compare:hover .tvdesktop-view-compare-name,
#index .tv-currency-dropdown li a:hover,
#index #header .tvcmsheader-sticky.sticky .tv-menu-horizontal ul li.level-1 > a, 
#index #header .tvcmsheader-sticky.sticky .tv-menu-horizontal ul li.level-1 > a,
#index .mod-chain-slider a,
#index .tvservices-content-box .tvservices-title,
#index .tvfooter-storelogo-imformation span.h3, 
#index .tvfooter-storelogo-imformation .collapse-icons i,
#index .tv-account-dropdown > li:hover a {
    color: #fff;
}
#index #header .tvcmsdesktop-top-header-wrapper {
    background: rgba(0,0,0,0.4);
}
*/

#header div.header-4 .tv-menu-horizontal ul li.level-1 > a, 
.tvcart-icon-text-wrapper .tvcart-lable, 
.tv-cart-cart-inner .cart-products-count, 
.tv-menu-horizontal .menu-dropdown, 
div.tv-menu-horizontal .cat-drop-menu .level-2:hover > a span, 
.tv-menu-horizontal .cat-drop-menu .level-3:hover > a span,
#header .tv-menu-horizontal ul li.level-1 ul li.item-header a:hover,
#header .tv-menu-horizontal ul li.level-1 ul li.item-header a, 
.tv-menu-horizontal .cat-drop-menu .level-2:hover > a::after,
.tv-account-dropdown > li a, 
.tvcmsdesktop-view-compare .tvdesktop-view-compare-name,
.tvcmsdesktop-view-wishlist .tvwishlist-name .tvwishlist-numbe,
.tvheader-compare i.material-icons, 
.tv-currency-dropdown li a,
.tv-language-dropdown li a,
#tvcmsdesktop-user-info .tvhedaer-sign-btn i,
.tv-account-dropdown > li a,
.tvheader-compare .tvdesktop-view-compare,
.ttvcms-wishlist-icon .tvdesktop-wishlist,
.tvcmsdesktop-view-wishlist .tvwishlist-name:hover span,
.tvdesktop-view-compare:hover .tvdesktop-compare-icon i,
.tvcmsdesktop-view-compare:hover .tvdesktop-view-compare-name,
.tv-currency-dropdown li a:hover,
.mod-chain-slider a,
.tvservices-content-box .tvservices-title,
.tvfooter-storelogo-imformation span.h3, 
.tvfooter-storelogo-imformation .collapse-icons i,
.tv-account-dropdown > li:hover a {
    color: #fff;
}
.tvcmsdesktop-top-second {
    min-height: unset;
}
/*
#index #tvdesktop-megamenu .tv-menu-horizontal .menu-dropdown,
#index .tv-account-dropdown,
#index .tv-language-dropdown,
#index .tv-currency-dropdown {
    border-bottom: none;
    background: rgba(92, 23, 193, 0.78);
}
*/
#tvdesktop-megamenu .tv-menu-horizontal .menu-dropdown,
.tv-account-dropdown,
.tv-language-dropdown,
.tv-currency-dropdown {
    border-bottom: none!important;
    background: #a13990;
}

ul.menu-dropdown.cat-drop-menu, .container_tv_megamenu .tv-sub-menu, .tv-sub-menu .tv-menu-col {
    padding: 0;
}
.menu-dropdown li {
    padding: 0;
}
div.tv-menu-row {
    margin: 0;
}
#header .tv-menu-horizontal ul li.level-1 ul li.item-header a {
    margin-left: 20px;
}
.tvsearch-header-display-wrappper form,
.tvcmsheader-search.search-widget form input, 
.tvheader-top-search-wrapper {
    border-radius: 50px;
}
#index .tvsearch-header-display-wrappper form,
#index .tvcmsheader-search.search-widget form input, 
#index .tvheader-top-search-wrapper {
    background: rgba(49, 49, 49);
}
#index .tvheader-search-display-icon .tvsearch-open svg path, 
#index .tvheader-search-display-icon .tvsearch-close svg path, 
#index .tvheader-search-display-icon .tvsearch-open svg path, 
#index .tvheader-search-display-icon .tvsearch-close svg path, 
#index .header-7 .tvheader-search-display-icon .tvsearch-open svg path, 
#index .header-7 .tvheader-search-display-icon .tvsearch-close svg path,
#index #tvcmsdesktop-account-button svg path,
#index .tv-currency-btn svg path,
#index .tv-language-btn svg path,
#index .tvcart-icon-text-wrapper svg path,
#index .search-widget form button svg path,
#index #header #tvcmsmobile-account-button .tv-myaccount-btn path {
    fill: #fff;
}
#header .tvcmsdesktop-top-header-wrapper.header-4 .tvsearch-header-display-wrappper {
    transform: translateY(-50%);
    right: calc(100% + 20px);
    top: 50%;
}
#header .tvcmsdesktop-top-header-wrapper.header-4 .tvsearch-header-display-wrappper.open {
    transform: translateY(-50%);
}
.tvcms-header-myaccount .tv-account-dropdown, 
.tv-language-dropdown, 
.tv-currency-dropdown {
    padding: 0;
}
.tv-account-dropdown li, 
.tv-language-dropdown li, 
.tv-currency-dropdown li {
    padding: 5px 20px 5px 20px;
}
.tvcmsdesktop-top-header-wrapper.header-4 .tvheader-language {
    display: none;
}
.ttvcms-wishlist-icon {
    display: list-item;
}
body.menu-open .tv-main-div .half-wrapper-backdrop {
    opacity: 0;
    visibility: hidden;
}

/*div.mod-chain-slider {*/
/*    padding-top: 50px;*/
/*}*/
.chain-slider-items {
    display: flex;
    justify-content: space-around;
}
.mod-chain-slider h2, body#index .tvcms-main-title .tvmain-title h2{
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    font-family: Open Sans, verdana, Helvetica, sans-serif;
    text-transform: none;

}
.chain-slider-content {
    border: 2px solid transparent;
    border-radius: 16px;
    position: relative;
    background-color: #000;
    background-clip: padding-box;    
}
.chain-slider-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to bottom, #5b18c0, transparent);
}
/*.chain-slider-content:after {*/
/*     height: 50%;*/
/*     content: '';*/
/*     position: absolute;*/
/*     top: 0;*/
/*     right: 0;*/
/*     left: 0;*/
/*     bottom: 0;*/
/*     z-index: -2;*/
/*     box-shadow: 0 0 20px rgba(162, 57, 144);*/
/*        }*/
body main .tv-main-div,
.tvcmscustomer-services.container-fluid.wow.fadeInUp,
.tvservices-img {
    background: none!important;
}
body#index {
    background-color: #000; 
}
.main-cate {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.sub-item {
    padding-bottom: 15px;
}
.main-cate::before {
    content: '';
    height: 50%;
    position: absolute;
    bottom: 0;
    background: red;
}
.main-cate a {
    background-image: linear-gradient(to top, rgb(100, 14, 201) 50%, transparent 50%);
    padding: 0 10px;
}

.tv-all-service.card-deck {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tvcmscustomer-services .tvservices-center::after {
    display: none;
}
div.tvcmscustomer-services .tvservices-center {
    padding: 20px;
    border: 1px solid transparent;
    width: calc(33.33% - 50px);
    border-radius: 15px;
    display: block;
    background: linear-gradient(to bottom right, #23092f, #17073a);
    position: relative;
    background-clip: padding-box;
}
div.tvcmscustomer-services .tvservices-center:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(to bottom right, #760377, #5616b6);
}
.tvservices-content-box .tvservices-title {
    font-weight: 700;
    line-height: 2;
}
.tvcmscustomer-services .tvservices-img-conut {
    width: 30%;
}
.tvservices-content-box {
    width: 70%;
}

.tvtabcategory-product-li .tvtabcategory-product-img {
    display: none;
}
.tvtabcategory-product-inner {
    display: flex;
    justify-content: space-between;
}
.tvtabcategory-product-li {
    padding: 0;
    margin: 0;
    width: unset;
    transform: skewX(-12deg);
}
.tvtabcategory-product-li a {
    color: #fff;
    padding: 18px 35px;
    text-transform: none;
    border-radius: 15px;
    border: 2px solid #8c8399;
    background-clip: padding-box;
    transition: background 11s;
    font-size: 24px;
}
.tvtabcategory-product-li a:hover {
    color: #fff;
}
#index .tvtabcategory-product-li.active a, 
#index .tvtabcategory-product-li a:hover {
    color: #fff;
    background: linear-gradient(to bottom right, #7d24ff, #ff3af8);
    border: 2px solid transparent;
    background-clip: padding-box;
}
.tvcmsmain-title-wrapper {
    margin-bottom: 0;

}
.tvtabcategory-tab-product {
    padding-top: 30px;
}
.tvtabcategory-product-next-pre-btn.tvcms-next-pre-btn {
    display: none;
}

.tvcmstabcategory-product-slider {
    background: url('https://www.hismith.co.uk/img/cms/test1/back2.jpg');
    background-size: 100%;
    height: max-content;
    min-height: 48.44vw;
    background-repeat: no-repeat;
}

body #tvcmsdesktop-user-info .tvhedaer-sign-btn i {
    /*color: #000;*/
    color:white;
}
#index #tvcmsdesktop-user-info .tvhedaer-sign-btn i {
    color: #fff;
}

@media (max-width:1920px) {
    .tvcmstabcategory-product-slider .tvtabcategory-product-slider {
        width: 67.71vw;
    }


    .dg-wrapper a {
        width: 20.84vw;
        padding: calc(0.26vw + 10px) calc(0.26vw + 15px);
    }
    span.dg-product-title {
        margin: 0.67vw 0;
        font-size: 1.04vw;
    }
    .dg-items .price {
        font-size: 1.25vw;
    }
    .tvall-product-star-icon .star i {
        font-size: 1.2vw;
    }
    #index .mod-chain-slider h2, body#index .tvcms-main-title .tvmain-title h2, 
    #index .blog-title-left h2, .hismith_title {
        font-size: 2.81vw;
        line-height: 1.5;
    }
    .custom-main h1 {
        font-size: 1.81vw;
    }
    .tvtabcategory-product-inner {
        margin-bottom: 2.6vw;
    }
    .tvtabcategory-product-li a {
        font-size: 1.25vw;
        padding: 0.94vw 1.82vw;
    }
    .tvtabcategory-tab-product {
        padding-top: 1.56vw;
    }
    .dg-left1 {
        transform: translateX(-18.23vw) translateY(2.6vw) translateZ(-15.63vw) rotateY(30deg);
    }
    .dg-left2 {
        transform: translateX(-31.25vw) translateY(2.6vw) translateZ(-15.63vw) rotateY(30deg);
    }
    .dg-right1 {
        transform: translateX(18.23vw) translateY(2.6vw) translateZ(-15.63vw) rotateY(-30deg);
    }
    .dg-right2 {
        transform: translateX(31.25vw) translateY(2.6vw) translateZ(-15.63vw) rotateY(-30deg);
    }
    .dg-wrapper {
        width: 20.84vw;
    }
}
@media (min-width: 992px) {
    .tv-menu-horizontal .menu-dropdown .level-2:hover, 
    .tv-menu-horizontal .menu-dropdown .level-3:hover,
    .tvmega-menu-link.menu-item.item-header:hover,
    .tv-header-account .dropdown-menu li:hover, 
    .tvheader-currency  .tv-currency-dropdown li:hover,
    .tvheader-language  .tv-language-dropdown li:hover {
        background: rgba(0, 0, 0, .1);
    }
}

.tvcmstestimonial .tvmain-desc {
    display: none;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    border: 2px solid transparent;
    border-radius: 16px;
    position: relative;
    background: #111226;
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tvcmstestimonial .tvtestimonial-img-block,
.tvtestimonial-title-des {
    margin-bottom: 0;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to bottom right, #418494, #42256d);
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding: 15px;
    border-radius: 15px;
}
.tvcmstestimonial .tvtestimonial-dec p {
    height: 96px;
    overflow-y: scroll;
    color: #9e9ea0;
    margin: 0;
}
.tvcmstestimonial .tvtestimonial-dec p::-webkit-scrollbar {
    width: 0;
}

.tvtestimonial-logo-text::before {
    content: '\e8b5';
    font-family: 'Material Icons';
    font-size: 17px;
    margin-right: 10px;
}
.tvtestimonial-logo span {
    display: flex;
    padding-left: 14px;
}
.tvtestimonial-logo-text::after {
    content: none;
}
.tvtestimonial-title-des i {
    font-size: 20px;
}
.tvtestimonial-title {
    padding-bottom: 15px;
}
.tvtestimonial-title span {
    font-size: 20px;
    color: #fff;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding: 30px 20px;
}

.tvbanner-hover-wrapper {
    padding: 20px;
    background: linear-gradient(to bottom right, #311031, #270d4b);
    display: flex;
    border-radius: 15px;
    flex-wrap: wrap;
}
.tvbanner2 .tvbanner-hover-wrapper {
    background: linear-gradient(to bottom, #102931, #182142);
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner img {
    border-radius: 15px;
    padding-bottom: 20px;
    border: none;
}
.tvtwoofferbanner-content.left {
    position: static;
    width: 100%;
    background: unset;
    padding: 0;
    transform: none;
}
.tvtwoofferbanner-content h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    -webkit-text-stroke: unset;
}
.left.tvtwoofferbanner-content h4::after {
    content: "î‰";
    position: absolute;
    right: 35px;
    bottom: 20px;
    font-family: 'Material Icons';
    font-size: 35px;
    background: #533d6f;
    border-radius: 100px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: inherit;
    cursor: pointer;
    color: #999;
    transition: all .5s;
}
.left.tvtwoofferbanner-content h4:hover::after {
    color: #fff;
}
.tvcmsblog-event-home .blog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.blog-title-left {
    width: 80%;
}
.blog-title-left h2 {
    color: #fff;
    font-weight: 600;
}
.blog-title-left h4 {
    color: #747474;
    font-size: 18px;
}
.blog-title-right {
    width: 20%;
}
.hismith-btn, .hismith-btn:hover {
    float: right;
    padding: 10px 20px;
    background: linear-gradient(to bottom right, #7d24ff, #5C17C1);
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}
.tvblog-event-all-content-block .tvblog-img-content-wrapper {
    position: relative;
    background: linear-gradient(to bottom, #111226, #000);
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 15px;
}
.tvblog-img-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to bottom, #620ec4, transparent);
}
.tvnews-event-content-wrapper {
    text-align: left;
}
#index .tvnews-event-titel h3 a, 
#index .tvblog-event-all-content-block .tvnews-event-titel a:hover {
    color: #fff; 
}
.tvblog-date-username .post_meta {
    justify-content: space-between;
    padding-top: 15px;
}
.tvnews-event-username p::after {
    content: none;
}
.tvblog-date-username p, #module-tvcmsblog-archive .post_content .post_meta p {
    position: relative;
    color: #a5a5a7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.tvnews-event-description {
    color: #77777a;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.8;
}
.tvnews-event-content-wrapper .tvnews-event-read-more a {
    border-bottom: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
}
.tvnews-event-read-more-link i {
    background: #5c17c1;
    margin-left: 20px;
    border-radius: 10px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 28px;
}
div.tvblog-date-username {
    border: unset;
    padding-bottom: 5px;
}
.tvblog-date-username .tvnews-event-titel h3 {
    line-height: 1.8;
}
.tvblog-event-all-content-block .tvblog-img-content-wrapper:hover {
    box-shadow: 0px 0px 40px rgba(98, 14, 196, 0.8);
}
.tvnews-event-content-wrapper .tvnews-event-read-more a {
    text-transform: none;
}

.video-box {
    width: 1300px;
    max-width: 100%;
}
.tvcmsvideo-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid transparent;
    background: #111226;
    border-radius: 15px;
    color: #fff;
    position: relative;
    background-clip: padding-box;
}
.tvcmsvideo-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to bottom right, #418494, #42256d, #418494);
}
.video-box-left {
    width: calc(50% - 25px);
    border-radius: 15px;
    position: relative;
}
.video-box-right {
    width: calc(50% - 25px);
}
.video-box-left img {
    border-radius: 15px;
}
.video-box-left a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.video-box-left span.video-play {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 100px;
}
.video-box-left .video-play::after {
    font-family: 'Material Icons';
    content: '\e039';
    margin-left: 3px;
    position: relative;
    top: 4px;
    font-size: 80px;
    position: absolute;
    color: #fff;
}
.video-box-right h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}
.deco-bar {
    width: 80px;
    height: 10px;
    display: block;
    background: linear-gradient(to right, #7d24ff, #ff3af8);
    border-radius: 2px;
    margin-bottom: 20px;
}
.video-box-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.video-box-right ul li {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.video-box-right ul li::before {
    font-family: 'Material Icons';
    content: '\e86c';
    margin-left: 3px;
    font-size: 15px;
    padding-right: 10px;
    color: #5C17C1;
}
.video-box-right a {
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    background: linear-gradient(to right, #7d24ff, #5C17C1);
    border-radius: 28px;
    width: 180px;
    display: block;
}
.video-box-right a>span {
    display: flex;
    line-height: 51.6px;
    justify-content: center;
}
.video-box-right a>span:after {
    font-family: 'Material Icons';
    content: '\e037';
    margin-left: 3px;
    font-size: 36px;
}
.tvcmsbrandlist-slider {
    background: #111226;
    padding: 25px 0;
    margin-bottom: 0;
}
.tvbrand-img-block {
    background-color: unset;
}
.tvcms-newsletter-wrapper {
    padding: 0;
}
.tvcms-newsletter-wrapper input::placeholder {
    font-size: 1.2em;
    font-style: italic;
    color: #fff;
}
.tvnewsletter-lable-wrapper::after {
    content: none;
}
.tvnewsletter-desc-wrapper {
    padding-inline-start: 0;
}
.tvnewsletter-desc-wrapper .tvnewsletter-desc {
    font-size: 28px;
    line-height: 1.8;
    padding-bottom: 26px;
    color: #fff;
}
.tvnewsletter-desc strong {
    color: #ea2be3;
}
.emails-right .tvnewsleeter-input-button-wraper .input-wrapper input {
    color: #fff;
    background: #111226;
    border: none;
    width: calc(100% - 140px);
}
.tvnewsleteer-btn-wrapper .hismith-btn {
    border: none;
    height: 50px;
    margin-bottom: 0;
}
#custom-text {
    text-align: left;
    background: unset;
    padding: 0;
}
#custom-text p {
    color: #919096;
}
#custom-text h1 {
    margin-bottom: 30px;
}
#custom-text h1, #custom-text h2, #custom-text h3, #custom-text h4, #custom-text h5, #custom-text h6 {
    color: #fff;
}
#custom-text .deco-bar {
    margin: 20px auto;
}
.main-text {
    overflow: hidden;
    transition: all 1s ease 0s;
    padding: 40px 50px 100px;
    border-top-left-radius: 15px;
    position: relative;
    border-top-right-radius: 15px;
}
#index .main-text {
    background: linear-gradient(to right, #0d091d, #191330, #0d091d);
}
.home-toggle-link {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(to right, #180b35, #211344, #180b35);
    border: navajowhite;
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
}
.custom-main {
    margin-bottom: 100px;
}
.custom-main>div {
    position: relative;
}
.tvfooter-store-link::before {
    font-family: 'Material Icons';
    content: '\e0be';
    position: relative;
    top: 1px;
    background-image: linear-gradient(to bottom right, #5d17c1, #e92be3);
    -webkit-background-clip: text;
    font-size: 23px;
    color: transparent;
    margin-right: 2px;
}
.tvfooter-addresses::before {
    font-family: 'Material Icons';
    content: '\e8b4';
    position: relative;
    background-image: linear-gradient(to bottom right, #5d17c1, #e92be3);
    -webkit-background-clip: text;
    font-size: 25px;
    color: transparent;
}
.footer-container {
    /*background-color: unset;*/
    background-color:#000;
}
.tvfooter-storelogo-imformation .links .row .h3.hidden-sm-down {
    color: #fff;
    font-weight: 600;
}
.footer-container li a,
#footer_sub_menu_store_info .tvfooter-addresses,
.tvfooter-store-link a,
.tvcopylink p {
    color: #999;
}

#index .tvfooter-storelogo-imformation .links .row .h3.hidden-sm-down {
    color: #fff;
    font-weight: 600;
}
#index .footer-container li a,
#index #footer_sub_menu_store_info .tvfooter-addresses,
#index .tvfooter-store-link a,
#index .tvcopylink p {
    color: #999;
}
.footer-container li a:hover {
    color: #5C17C1;
}
.tvfooter-contact-link-wrapper img.logo {
    width: 150px;
}
.tvfooter-contact-link-wrapper.links {
    margin: 50px 0;
}
.tvfooter-title-wrapper {
    margin-bottom: 35px;
}
.tvfooter-storelogo-imformation {
    padding: 70px 0 0;
}
.tv-header-logo img {
    max-width: 100%;
    width: 150px;
}
.tv-menu-horizontal li.level-1 {
    padding-bottom: 0;
}
.chain-slider-item {
    width: 25%;
    padding: 0 20px;
}
.chain-slider-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-cate {
    width: 100%;
    text-align: center;
}
#tvcms-mobile-view-header.mobile-header-2 .tvheader-language {
    display: none;
}
#index #header .tvheader-cart-btn-wrapper.tvcms-classic-block.sticky .tv-cart-icon-main svg path {
    fill: #5C17C1;
}

/*mobile 20230811*/

@media (max-width:1200px) {
    .tvheader-nav-offer-text svg {
        display: none;
    }
    .tvcmsmobile-top-wrapper {
        background: #333;
    }
    #index #header, .tvmobile-sliderbar-btn a {
        background: unset;
    }
    .tvmobile-sliderbar-btn i {
        color: #5C17C1;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tv-header-logo {
        justify-content: center;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-search {
        justify-content: space-between;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvsearch-close svg {
        width: unset;
        height: unset;
    }
    .tvcmsheader-sticky {
        position: relative;
    }
    #header .tvsearch-top-wrapper {
        position: static;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper.tvsearch-header-display-full {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0;
        height: unset;
        left: 50px;
        margin: 0;
        transition: all 1s;
        opacity: 0;
        display: unset;
        visibility: hidden;
        max-width: 45%;
    }
    #header #tvcms-mobile-view-header.mobile-header-2 .tvsearch-header-display-wrappper.tvsearch-header-display-full.open {
        opacity: 1;
        visibility: visible;
    }
    .header-4 .tvcmssearch-wrapper {
        margin-inline-end: 0;
    }
    .header-4 .tvheader-cart-wrapper,
    .header-4 .tvcmsheader-nav-right {
        padding-right: 0;
        padding-left: 0;
    }
    .tvcms-header-logo-wrapper {
        margin-left: -15px;
    }

    div.tvcmscustomer-services .tvservices-center {
        width: calc(33.33% - 20px);
        display: flex;
        align-items: center;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 1.53vw;
    }
    .tvcmsmobile-header-search-logo-wrapper {
        justify-content: space-between;
    }
    .tvcmsmobile-contact .tvheader-email {
        display: flex;
        align-items: center;
    }
    #tvcms-mobile-view-header.mobile-header-2 .tvheader-sarch-display {
        margin: 0;
    }
    .tvfooter-store-link.tvheader-email svg {
        display: none;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 2.3vw;
    }

}
/*------------------------------991px------------------------------------------*/

@media (max-width:991px) {
    .chain-slider-items {
        flex-wrap: wrap;
    }
    .chain-slider-item {
        width: 50%;
    }
    .sub-cates {
        width: 80%;
    }
    .sub-item {
        padding: 15px 20px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        border: 1px solid #333;
        box-shadow: 1px 1px 5px rgba(98, 14, 196, 0.8);
        border-radius: 10px;
    }
    #index .tvcmsheader-sticky.sticky {
        background-color: #000;
    }
    div.tvcmscustomer-services .tvservices-center {
        padding: 10px;
    }
    .tvservices-all-block {
        overflow: unset;
    }

    .dg-wrapper, .dg-wrapper a {
        width: 28vw;
    }
    body#index .tvcms-main-title .tvmain-title h2 {
        font-size: 3.5vw;
    }
    .tvtabcategory-product-li a {
        font-size: 1.5vw;
    }
    .dg-items .price, .tvall-product-star-icon .star i {
        font-size: 2vw;
    }
    .dg-container nav .dg-prev:before {
        left: -14.3vw;
    }
    .dg-container nav .dg-next::before {
        right: -14.3vw;
    }
    .dg-items.dg-left2, .dg-items.dg-right2 {
        opacity: 0;
        visibility: hidden;
    }
    .dg-left1 {
        transform: translateX(-28.23vw) translateY(2.6vw) translateZ(-15.63vw) rotateY(30deg);
    }
    .dg-right1 {
        transform: translateX(28.23vw) translateY(2.6vw) translateZ(-15.63vw) rotateY(-30deg);
    }
    span.dg-product-title {
        font-size: 1.4vw;
        height: 4.48vw;
    }
    .video-box-right {
        width: 100%;
        padding: 0 calc(50% - 325px);
    }
    .video-box-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .emails-right {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        width: 100%;
        padding: 0 calc(50% - 325px);
    }
    .dg-left2, .dg-right2 {
        opacity: 0;
        visibility: hidden;
    }
    #header .tv-menu-horizontal ul li.level-1 ul li.item-header a {
        margin-left: 0;
    }
    button.tvslider-video-play, button.tvslider-video-mute, button.tvslider-video-link {
        bottom: 25px;
    }
}

/*------------------------------767px------------------------------------------*/

@media (max-width:767px) {

    .tvcmstabcategory-product-slider .tvtabcategory-product-slider {
        width: 100%;
    }
    .chain-slider-item {
        width: 100%;
    }
    .chain-slider-content::before {
        content: none;
    }
    #index .mod-chain-slider h2, body#index .tvcms-main-title .tvmain-title h2, 
    #index .blog-title-left h2, .hismith_title {
        font-size: 5vw;
    }
    .custom-main h1 {
        font-size: 3vw;
    }
    .blog-title-left h2 {
        text-align: center;
    }
    div.tvcmscustomer-services .tvservices-center {
        width: 100%;
        margin: 0 auto 25px;
        max-width: 400px;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 16px;
    }
    span.dg-product-title {
        font-size: 1.8vw;
        height: 5.76vw;
    }
    .tvall-product-star-icon {
        position: static;
    }
    .dg-container nav .dg-prev::before {
        left: 2.7vw;
        top: 62%;
    }
    .dg-container nav .dg-next::before {
        right: 2.7vw;
        top: 62%;
    }
    .tvcmsblog-event-home .blog-title {
        flex-wrap: wrap;
    }
    .blog-title-left,
    .blog-title-right {
        width: 100%;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 3.5vw;
    }
    
    .tvmain-title, .tvmain-title h2 {
        margin-bottom: 10px;
    }
    .tvcmstestimonial .tvmain-title {
        margin-bottom: 20px;
    }
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 30px;
    }
    .emails-right  {
        padding: 0 20px;
    }
    .tvnewsletter-desc-wrapper .tvnewsletter-desc {
        font-size: 22px;
    }
}

/*------------------------------575px------------------------------------------*/

@media (max-width:575px) {
    #tvcms-mobile-view-header.mobile-header-2 .tvcmsmobile-header-logo-right-wrapper {
        width: unset;
    }
    .tvcmstabcategory-product-slider {
        background: unset;
    }
    .tvtabcategory-product-li {
        width: 50%;
        padding-bottom: 20px;
    }
    .tvtabcategory-product-li a {
        font-size: 16px;
        width: 95%;
        display: inline-block;
    }
    #index .mod-chain-slider h2, body#index .tvcms-main-title .tvmain-title h2, 
    #index .blog-title-left h2, .hismith_title {
        font-size: 8vw;
    }
    .custom-main h1 {
        font-size: 4vw;
    }
    .dg-items.dg-left1 {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-70vw);
    }
    .dg-items.dg-left2 {
        transform: translateX(-140vw);
    }
    .dg-items.dg-right2 {
        transform: translateX(140vw);
    }
    .dg-right1 {
        transform: translateX(70vw);
    }
    .dg-container {
        margin: 0 15px;
    }
    .dg-container nav .dg-prev::before, .dg-container nav .dg-next::before {
        top: 76%;
    }
    .dg-wrapper {
        width: 100%;
    }
    .dg-wrapper a {
        width: 60%;
    }
    span.dg-product-title {
        font-size: 14px;
        height: 45px;
    }
    .dg-items .price {
        font-size: 18px;
    }
    .tvall-product-star-icon .star i {
        font-size: 16px;
    }
    .tvtabcategory-all-tab {
        margin-bottom: 20px;
    }
    .dg-container {
        height: max-content;
    }
    .dg-container nav .dg-prev::before, .dg-container nav .dg-next::before {
        top: 100%;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 4vw;
    }
    .main-text {
        padding: 12px 15px 0;
    }
    .tvcms-header-myaccount .tv-account-dropdown {
        right: -40px;
        left: unset;
        transform: none;
    }
}

body .tvcmsdesktop-top-header-wrapper.header-4 .tvheader-language {
    display: block;
}
.tv-cart-cart-inner {
    display: none;
}
.sticky .tv-cart-cart-inner {
    display: block;
}
#index .tvmobile-wishlist path {
    fill: #fff
}
.account_creation {
    margin-bottom: 1.5rem;
}
.account_creation>div {
    padding: 1rem 0 0;
}
.ets_crosssell_list_blocks .grid-2, .ets_crosssell_list_blocks .list, .ets_crosssell_list_blocks .catelog {
    display: none;
}
@media (min-width: 1200px) {  
    h4.ets_crosssell_title {
        font-size: 21px;
    }
}
/* express button pos */
.product-add-to-cart .pp-checkout-btn{
    clear:both;
    float:left;
}

/* customer service page start lokij 250606 */
#cms.cms-id-16 .title-featured{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}
#cms.cms-id-16 .title-featured .title{
    font-size: 3.5rem;
    font-weight: 700;
    color: #111316;
}

.service-blocks {
    margin: -1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#cms.cms-id-16 .service-blocks {
    margin-bottom: 5rem;
}
.service-blocks .service-block-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 25rem;
    padding: 1.2rem;
}
.service-blocks .service-block-col a.service-block {
    padding: 3rem 2rem;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
}
.service-block .icon {
    width: 8rem;
    height: 8rem;
    font-size: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 2.5rem;
    background: #a13990;
    color: #fff;
}
.bx {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:3.5rem;
}
a.service-block .title {
    text-align: center;
    font-weight: 700;
    font-size:1.4rem;
    color:#3c404d;
}
#cms.cms-id-16 .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -1.5rem;
}
#cms.cms-id-16 .col-main {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    padding: 1.5rem;
}

#cms.cms-id-16 .col-sidebar.on-right {
    min-width: 40rem;
    max-width: 40rem;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 2rem;
}

#cms.cms-id-16 #main .tv-sub-pages-inner-content{
    border:none;
}
#cms.cms-id-16 #content.page-content *:first-child{
    margin-top:0;
}
#cms.cms-id-16 #content.page-content h1,#cms.cms-id-16 #content.page-content h2,#cms.cms-id-16 #content.page-content h3,#cms.cms-id-16 #content.page-content h4,#cms.cms-id-16 #content.page-content h5{
    padding:0;
    font-weight: 700;
    color: #111316;
}
#cms.cms-id-16 #content.page-content p{
    padding:0;
    margin: 1.4rem 0;
    font-size:1.4rem;
}
#cms.cms-id-16 #content.page-content h1{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 120%;
}
#cms.cms-id-16 #content.page-content h3{
    font-size: 2.1rem;
    margin-bottom: 2rem;
}
#cms.cms-id-16 #content.page-content a{
    color: #a13990;
    font-weight: 700;
    text-decoration: underline;
}
#cms.cms-id-16 #content.page-content .col-xs-12{
    float:unset;
    line-height:2rem;
}

#cms.cms-id-16 .block-shadow {
    padding: 3rem 2.5rem;
    -webkit-box-shadow: 0 0 0.5rem 1px rgb(9 18 48 / 5%);
    box-shadow: 0 0 5px 1px rgb(9 18 48 / 5%);
    border-radius: 1rem;
    margin-bottom: 2rem;
}
#cms.cms-id-16 .title.title-small {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
    color: #111316;
}
#cms.cms-id-16 .contact-info-block ul li {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cms.cms-id-16 .contact-info-block .icon{
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1.5rem;
    background: #a13990;
    color: #fff;
}
#cms.cms-id-16 .contact-info-block .text a{
    color: #3a404c;
    text-decoration: none;
    outline: none;
}

#cms.cms-id-16 .block-gray {
    padding: 3rem 2.5rem;
    background: rgba(0, 0, 0, .03);
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.standard-input {
    height: 5rem;
    padding: 0 2.5rem;
    outline: none;
    border-radius: 8px;
    font-size: 1em;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#cms.cms-id-16 .contact-message-block form input[type="text"] {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .07);
    margin-bottom: 1.5rem;
}
#cms.cms-id-16 .contact-message-block form .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#cms.cms-id-16 .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 5rem;
    padding: 0 3rem;
    background: #a13990;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 0.8rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height:4rem;
}
#cms.cms-id-16 .contact-message-block form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 15rem;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, .07);
    margin-bottom: 1.5rem;
}
/* customer service page end lokij 250606 */

/* service cmsåˆ†ç±»ä¸‹çš„ cmsé¡µ lokij start 250611 */
#cms .guide-wrap {
    padding: 15px;
    background: #A13990;
    border-radius: 0.8rem;
    color: #fff;
}
#cms .cms-sidebar{
    max-width:25rem;
    margin-right:7rem;
}
#cms .cms-sidebar .side-title {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 2rem;
}

#cms .service-wrap {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f5f5f6;
    border-radius: 0.8rem;
    color: #3c404d;
}
#cms .ul-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cms .cms-sidebar ul li:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5rem;
    cursor: pointer;
}
#cms .cms-sidebar ul li a {
    font-size:1.4rem;
    color:#3c404d;
}
#cms .cms-sidebar ul li.active a {
    font-weight: 700;
}
#cms .title-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem;
}
#cms  #content.page-content .title-featured h1.title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #111316;
    padding:0;
    margin:0;
}

#cms #main .tv-sub-pages-inner-content{
    border:none;
    padding:0px;
}
#cms #content.page-content *:first-child{
    margin-top:0;
}
#cms #content.page-content h1,#cms #content.page-content h2,#cms #content.page-content h3,#cms #content.page-content h4,#cms #content.page-content h5{
    padding:0;
    font-weight: 700;
    color: #111316;
}
#cms #content.page-content p{
    padding:0;
    margin: 1.4rem 0;
    font-size:1.4rem;
}
#cms #content.page-content h1{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 120%;
}
#cms #content.page-content h3{
    font-size: 2.1rem;
    margin-bottom: 2rem;
}
#cms #content.page-content a{
    color: #a13990;
    font-weight: 700;
    text-decoration: underline;
}
#cms #content.page-content .col-xs-12{
    float:unset;
    line-height:2rem;
}
#cms #content.page-content *:last-child{
    margin-bottom:0;
}
#cms #content.page-content.cms-description h5{
    font-size:1.8rem;
}
#cms .breadcrumb ol{
    display:flex;
}
#cms #wrapper .breadcrumb li a,#cms #wrapper .breadcrumb li:last-child a{
    font-size: 1.4rem;
    color: grey;
}
/* service cmsåˆ†ç±»ä¸‹çš„ cmsé¡µ lokij end 250611 */

/* header & footer é¡µé¢ç»“æž„ç›¸å…³æ ·å¼ lokij start 250609 */
.tvcmsdesktop-top-header-wrapper.header-2 ul.tv-currency-dropdown.tv-dropdown,
.tvcmsdesktop-top-header-wrapper.header-2 ul.tv-language-dropdown.tv-dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

/*
#index #header div.header-2 .tv-menu-horizontal ul li.level-1 > a{
	color: #fff;
}
*/
.tvfooter-addresses::before , .tvfooter-store-link::before{
    display:none;
}
#footer .tvfooter-contact-link-wrapper{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}
#footer_sub_menu_store_info>div{
    padding-bottom:0px;
    margin-bottom:2rem;
}
#footer_sub_menu_store_info .tvfooter-store-link-content, #footer_sub_menu_store_info .tvfooter-store-link-fax, #footer_sub_menu_store_info .tvfooter-store-link{
    padding-bottom:0px;
}
#footer #footer_sub_menu_store_info .tvfooter-addresses{
    padding-bottom:0px;
}
#footer_sub_menu_store_info div i{
    font-size: 1.5rem;
    margin-right: 6px;
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#footer .footer-container.footer-4 .tvfooter-logo-block{
    margin-bottom:0px;
}
#footer .tvfooter-logo-block .tvfooter-img-block img{
    max-width:200px;
}
#footer .footer-container.footer-4 .tvfooter-logo-link-wrapper li a:before{
    display:none;
}

#footer .tvfooter-product-box-layout{
    display:none;
}

#footer .tvcms-newsletter-wrapper{
    background: #a13990;
}
#footer .tvcms-newsletter-wrapper .tvcms-newsletter-inner{
    padding-top:5rem;
    padding-bottom:5rem;
}
#footer .tvcms-newsletter-wrapper .tvcms-newsletter-inner .newsletter-wrap{
    max-width: 50rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer .tvcms-newsletter-wrapper .tvcms-newsletter-inner .newsletter-wrap .title{
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}
#footer .tvcms-newsletter-wrapper .tvcms-newsletter-inner .newsletter-wrap .subtitle{
    color: #fff;
    margin-top: 0.6rem;
    font-size: 1.6rem;
    text-align: center;
}
#footer .tvcms-newsletter-wrapper .newsletter {
    width: 100%;
    margin-top: 2rem;
    max-width: 32rem;
}
#footer .tvcms-newsletter-wrapper #formNewsletter{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
}
#footer .tvcms-newsletter-wrapper #formNewsletter .standard-input {
    background-color: transparent;
    color: #fff ;
    border: solid 2px #fff;
    width: 100%;
    font-size: 1.6rem;
}
#footer .tvcms-newsletter-wrapper #formNewsletter a{
    height: 5rem;
    width: 5rem;
    background-color: #ffffff61;
    border: solid 2px transparent;
    border-radius: 0.8rem;
    color:#fff;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}
#footer .newsletter-wrap .tvnewsletter-description{
    margin-top:1rem;
}
#footer .footer-languages{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: solid 2px #eeeeee;
    background-color: #fff;
}
#footer .footer-languages .lang-list {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 1.4rem;
    justify-content: center;
}
#footer .footer-languages .lang-list .lang {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4rem;
    transform: translateY(0px);
    transition: all 140ms ease-in-out;
    padding-bottom:0px;
}
@media only screen and (min-width: 768px) {
    #footer .footer-languages .lang-list .lang:hover {
        transform: translateY(-4px);
        box-shadow: rgba(99, 99, 99, 0.2) 1px 6px 12px 0px;
        transition: all 140ms ease-in-out;
    }
}
#footer .footer-languages .lang-list .lang a {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.8rem 1.6rem;
}
#footer .footer-languages .lang-list .flag {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 10rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
}
#footer .footer-languages .lang-list .flag img {
    height: 100%;
    width: auto;
}
#footer .footer-languages .lang-list .lang-text{
    color:#3c404d;
    font-size:1.5rem;
}
/* header & footer é¡µé¢ç»“æž„ç›¸å…³æ ·å¼ lokij end 250609 */

/* custom title 250610 start */
#header .tvmobileheader-offer-wrapper{
    background-color:#a13990;
    float:unset;
    height:4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#header .tvmobileheader-offer-wrapper .tvheader-nav-offer-text{
    width:100%;
}
#header .tvmobileheader-offer-wrapper .tvheader-nav-offer-text .usp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 100%;*/
    margin-bottom:0px;
}
#header .tvmobileheader-offer-wrapper .tvheader-nav-offer-text .usp-wrap li{
    padding-bottom:0px;
}
#header .tvmobileheader-offer-wrapper .tvheader-nav-offer-text .usp-wrap li a,#header .tvmobileheader-offer-wrapper .tvheader-nav-offer-text .usp-wrap li i{
    color:white;
    font-size:1.3rem;
}
/*
#header .container{
    width:1460px;
}
*/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1460px;
        padding: 0 30px;
    }
    #header .container{
        width:1460px;
    }
}



/* ============ ICON FONT ============ */
@font-face {
    font-family: icons-hismith;
    src: url(icons-hismith.eot?gdxj74);
    src: url(icons-hismith.eot?gdxj74#iefix) format('embedded-opentype'),url(icons-hismith.ttf?gdxj74) format('truetype'),url(icons-hismith.woff?gdxj74) format('woff'),url(icons-hismith.svg?gdxj74#icons-hismith) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],[class^=icon-] {
    font-family: 'icons-hismith'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-empty-star:before {
    content: "\e900"
}

.icon-halve-star:before {
    content: "\e901"
}

.icon-full-star:before {
    content: "\e902"
}

.icon-check:before {
    content: "\e903"
}

.icon-truck:before {
    content: "\e904"
}

.icon-menu:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e906"
}

.icon-linkedin:before {
    content: "\e907"
}

.icon-instagram:before {
    content: "\e908"
}

.icon-btw:before {
    content: "\e909"
}

.icon-kvk:before {
    content: "\e90a"
}

.icon-mail:before {
    content: "\e90b"
}

.icon-phone:before {
    content: "\e90c"
}

.icon-arrow-down:before {
    content: "\e90d"
}

.icon-arrow-up:before {
    content: "\e90e"
}

.icon-arrow-left:before {
    content: "\e90f"
}

.icon-arrow-right:before {
    content: "\e910"
}

.icon-mobile-app:before {
    content: "\e911"
}

.icon-diamond:before {
    content: "\e912"
}

.icon-cart:before {
    content: "\e913"
}

.icon-heart:before {
    content: "\e914"
}

.icon-search:before {
    content: "\e915"
}

.icon-account:before {
    content: "\e916"
}

.icon-store:before {
    content: "\e917"
}

.icon-location:before {
    content: "\e918"
}

.icon-discreet:before {
    content: "\e919"
}

.icon-chat:before {
    content: "\e91a"
}

/* ============ END ICON FONT ============ */

/* custom title 250610 end */

/* home page slot  lokij 250613 start */
.category-hero {
    background-color: #F6EBF4;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.category-hero .category-container {
    display: flex;
    gap: 1.6rem;
}
.category-hero .category-container .home-category-main {
    width: 100%;
    height: 25rem;
    background-size: cover;
    background-position: right center;
    position: relative;
    padding: 2.4rem;
    display: flex;
    align-items: flex-end;
    border-radius: 0.8rem;
    overflow: hidden;
}
.category-hero .category-container .home-category-main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    top: 0;
    opacity: 0.5;
}
.category-hero .category-container .home-category-main .cat-link {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 9;
    width: 100%;
}
.category-hero .category-container .home-category-main .cat-link svg, .category-hero .home-category-sub svg {
    transform: rotate(0deg);
    transition: transform 120ms ease-in-out;
    width: 2rem;
    height: 2rem;
}
.category-hero .category-container .home-category-main .cat-link:hover svg, .category-hero .home-category-sub:hover svg{
    transform: rotate(-45deg);
    transition: transform 120ms ease-in-out;
}
.category-hero .sub-category-container {
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
    padding-top: 1.6rem;
}
.category-hero .sub-category-container .home-category-sub {
    width: calc(33% - 0.7rem);
    background: #000;
    padding: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.8rem;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    #index #wrappertop {
        margin-top: 0px;
    }
}

.home-textblock {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color:white;
}
.home-textblock .container {
    display: flex;
}
.home-textblock .container .col-left {
    width: 45%;
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-textblock h2.title {
    font-size: 5.5rem;
    font-weight: 900;
    color: #000;
}
.home-textblock .content {
    font-size: 1.5rem;
    line-height: 3rem;
}
.home-textblock .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 5rem;
    padding: 0 3rem;
    background: #a13990;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 0.8rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-textblock .container .col-left .btn {
    width: fit-content;
}
.home-textblock .btn:active,.home-textblock .btn:focus, .home-textblock .btn:visited, .home-textblock .btn:hover {
    color: #fff;
}

.home-usp-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.home-usp-block .usp-container {
    display: flex;
    gap: 2rem;
}
.home-usp-block .usp-container .usp {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: #fff;
}
.home-usp-block .usp-container .usp i {
    font-size: 3.6rem;
}
.home-usp-block .icon:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-usp-block .usp-container .usp .title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

/* home page slot  lokij 250613 end */

/* home page featured product start lokij 250616 */
#index #content .tvcmsfeatured-product{
    background-color:#fff;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-top:0;
    margin-bottom:0;
}
#index #content .tvfeatured-product-wrapper-box{
    margin-top:1.4rem;
}
#index #content .tvcmsfeatured-product .tvfeatured-main-title-wrapper{
    display:flex;
    justify-content: space-between;
    margin-bottom:4rem;
}
@media (max-width: 1920px) {
    body#index .tvcms-main-title .tvmain-title h2{
        font-size:3.5rem;
        line-height:3.5rem;
        color:#111316;
        margin-bottom:0;
    }
}
#index #content .tvcmsfeatured-next-pre-btn.tvcms-next-pre-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#index #content .tvcmsfeatured-prev,#index #content .tvcmsfeatured-next{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 5rem;
    max-width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid #a13990;
    color: #a13990;
    font-size: 1.6rem;
}
#index #content .tvcmsfeatured-prev{
    margin-right:1.5rem;
}

/* home page featured product end lokij 250616 */
/* home page new product start lokij 250617 */
#index #content .tvcmsnew-product{
    background-color:#fff;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-top:0;
    margin-bottom:0;
}
#index #content .tvcmsnew-product .tvnew-main-title-wrapper{
    display:flex;
    justify-content: space-between;
    margin-bottom:4rem;
}
#index #content .tvcmsnew-next-pre-btn.tvcms-next-pre-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#index #content .tvcmsnew-prev,#index #content .tvcmsnew-next{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 5rem;
    max-width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid #a13990;
    color: #a13990;
    font-size: 1.6rem;
}
#index #content .tvcmsnew-prev{
    margin-right:1.5rem;
}
/* home page new product end lokij 250617 */
/* home page bestsell product start lokij 250617 */
#index #content .tvcmsbest-seller-product{
    background-color:#fff;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-top:0;
    margin-bottom:0;
}
#index #content .tvcmsbest-seller-product .tvbest-seller-main-title-wrapper{
    display:flex;
    justify-content: space-between;
    margin-bottom:4rem;
}
#index #content .tvcmsbest-seller-next-pre-btn.tvcms-next-pre-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#index #content .tvcmsbest-seller-prev,#index #content .tvcmsbest-seller-next{
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 5rem;
    max-width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid #a13990;
    color: #a13990;
    font-size: 1.6rem;
}
#index #content .tvcmsbest-seller-prev{
    margin-right:1.5rem;
}
/* home page bestsell product end lokij 250617 */
/* home page two banner start lokij 250617 */
#index .home-guides-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
#index .home-guides-block .guides-container {
    display: flex;
    gap: 3rem;
}
#index .home-guides-block .guides-container .guide-block {
    width: 100%;
    background-color: #A1399099;
    padding: 2.4rem;
    border-radius: 0.8rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
#index .home-guides-block .guide-tag {
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
}
#index .home-guides-block .title {
    font-size: 2.5rem;
    color:#fff;
}
#index .home-guides-block .content {
    font-size: 1.5rem;
    line-height: 140%;
}
#index .home-guides-block .btn-white {
    background-color: #fff;
    color: #a13990;
    width: fit-content;
    margin-top: 1.6rem;
}
.home-guides-block .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 5rem;
    padding: 0 3rem;
    background: #a13990;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 0.8rem;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* home page two banner end lokij 250617 */
/* home page faq start lokij 250617 */
#index .home-content-block{
    background-color:white;
}
#index .collapsible-info-wrap {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5rem;
}
#index .collapsible-info {
    padding-top: 2.4rem;
}
#index .general-content {
    font-size: 1.4rem;
    line-height: 2.8rem;
}
#index .general-content *:first-child {
    margin-top: 0;
}
#index h2.collapsible-title {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding: 16px 0;
    margin: 0;
}
@media only screen and (min-width: 1200px) {
    #index h2.collapsible-title {
        padding: 2.4rem 0;
    }
}
#index .collapsible-info h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#index .general-content h1,#index .general-content h2,#index .general-content h3,#index .general-content h4,#index .general-content h5,#index .general-content h6 {
    font-weight: 700;
    color:#111316;
}
#index .general-content *:last-child {
    margin-bottom: 0;
}

#index .general-content *:first-child {
    margin-top: 0;
}
#index .collapsible-info h2 i {
    margin-left: 10px;
    font-size: 15px;
    color: #a13990;
}
/* home page faq end lokij 250617 */
/* blog achive start lokij 250618 */
.blog-articles {
    margin: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-articles .blog-article {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.blog-articles .blog-article .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.blog-articles .blog-article .date, .complete-article .date {
    height: 2.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    background: #a13990;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1rem;
}
.blog-articles .blog-article .title {
    line-height: 2rem;
    margin-bottom: 2rem;
}
.blog-articles .blog-article .title, .blog-articles .blog-article .summary, .blog-articles .blog-article .date, .blog-articles .blog-article .image-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.blog-articles .blog-article .title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111316;
    text-decoration: none;
}
.blog-articles .blog-article .summary {
    line-height: 2.8rem;
    font-size: 1.3rem;
}
.blog-articles .blog-article .image-wrap {
    margin-top: 2rem;
}
.blog-articles .blog-article:nth-child(even) .image-wrap, .regular-articles .blog-articles .blog-article .image-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 4rem;
}
.blog-articles .blog-article .image-wrap {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.blog-articles .blog-article .image {
    min-height: 28rem;
    width: 100%;
}
.regular-articles {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 1px solid #e4e4e4;
}
#module-tvcmsblog-archive .breadcrumb_container,#module-tvcmsblog-single .breadcrumb_container{
    display:none;
}
.blog_post_content_top{
    display:block;
}
/* blog achive end lokij 250618 */
/* blog single start lokij 250619 */
#module-tvcmsblog-single .page-content{
    padding:1.5rem;
    border: unset
}
#module-tvcmsblog-single .complete-article .article-title {
    margin: 0;
    margin-bottom: 1rem;
}
#module-tvcmsblog-single .complete-article .article-title h1{
    font-size:2.8rem;
}
#module-tvcmsblog-single .complete-article .date-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}
#module-tvcmsblog-single .complete-article .date-author .date {
    margin-right: 15px;
    margin-bottom: 0;
}
#module-tvcmsblog-single .blog-articles .blog-article .date, .complete-article .date {
    height: 2.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    background: #a13990;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 1rem;
}
#module-tvcmsblog-single .complete-article .date-author .author {
    font-size: 1.3rem;
}
#module-tvcmsblog-single .complete-article .image-wrap {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
#module-tvcmsblog-single .complete-article .image:after,#module-tvcmsblog-single .complete-article .no-image:after {
    content: '';
    display: block;
    padding-top: 40%;
}
#module-tvcmsblog-single .general-content {
    font-size: 1.4rem;
    line-height: 2.8rem;
}
#module-tvcmsblog-single .complete-article h1.article-title{
    font-size:2.8rem;
    text-align:left;
}
#module-tvcmsblog-single .general-content *:last-child {
    margin-bottom: 0;
}

#module-tvcmsblog-single .general-content *:first-child {
    margin-top: 0;
}
#module-tvcmsblog-single .general-content {
    font-size: 1.4rem;
    line-height: 2.5rem;
}
#module-tvcmsblog-single .general-content ul ,#module-tvcmsblog-single .general-content ol{
    padding-left: 2.5rem;
}
#module-tvcmsblog-single .general-content ul li,#module-tvcmsblog-single .general-content ol li {
    list-style: none;
    position: relative;
}
#module-tvcmsblog-single .general-content ul li:before ,#module-tvcmsblog-single .general-content ol li:before{
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #a13990;
    vertical-align: middle;
    margin-right: 1.5rem;
}
#module-tvcmsblog-single .general-content ul li>p ,#module-tvcmsblog-single .general-content ol li>p{
    display:inline-block;
}
#module-tvcmsblog-single .general-content h1,#module-tvcmsblog-single .general-content h2,#module-tvcmsblog-single .general-content h3,#module-tvcmsblog-single .general-content h4,#module-tvcmsblog-single .general-content h5,#module-tvcmsblog-single .general-content h6 {
    font-weight: 700;
    color: #111316;
    margin-bottom: 2rem;
    line-height: 120%;
    text-align:left;
}
#module-tvcmsblog-single .general-content h1{
    font-size: 2.5rem;
}
#module-tvcmsblog-single .general-content h2{
    font-size: 2.3rem;
}
#module-tvcmsblog-single .general-content h3{
    font-size: 2.1rem;
}
#module-tvcmsblog-single .general-content h4{
    font-size: 1.9rem;
}
#module-tvcmsblog-single .general-content h5{
    font-size: 1.7rem;
}
#module-tvcmsblog-single .general-content a{
    text-decoration: underline;
    color:#a13990;
    font-weight:700;
}
#module-tvcmsblog-single .general-content strong,#module-tvcmsblog-single .general-content b {
    color: #111316;
    font-weight: 700;
}
#module-tvcmsblog-single .complete-article {
    margin-bottom: 5rem;
}
#module-tvcmsblog-single .share {
    padding: 2rem 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#module-tvcmsblog-single .share .title {
    margin-right: 2rem;
}
#module-tvcmsblog-single .share ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
#module-tvcmsblog-single .share ul li {
    font-size: 2rem;
    margin-right: 1.5rem;
}
#module-tvcmsblog-single .share ul li a svg{
    width:1.6rem;
    height:1.6rem;
}
#module-tvcmsblog-single .share ul li a.facebook {
    color: #3b5998;
}
#module-tvcmsblog-single .share ul li a.twitter {
    color: #55acee;
}
#module-tvcmsblog-single .share ul li a.pinterest {
    color: #cb2027;
}

#module-tvcmsblog-single #respond.tvcms-blog-inner-page{
    background:unset;
    padding:unset;
    margin:unset;
}
#respond .comment_reply_title, #comments .comments_title{
    font-size:1.4rem;
    text-align:left;
    margin-bottom:2rem;
    color:#3d404d;
}
#respond #tvcmsblogs_commentfrom{
    width:100%;
    margin:unset;
}
#respond .comment_form .form-group label{
    display:none;
}
#tvcmsblogs_commentfrom .form-group>div{
    padding:unset;
}
.comment_form .form-control {
    color: #777;
    height: 5rem;
    padding: 0 2.5rem;
    outline: none;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.comment_form textarea.form-control{
    padding: 2.5rem;
    height: 15rem;
    resize: none;
}
/* blog single end lokij 250619 */
/* header dark light lokij 250620 start */
#index #header{
    background-color:#111316;
}
#header{
    background-color:#111316;
}
img.dark-logo {
    display: block;
}
img.light-logo {
    display: none;
}
.tvsearch-header-display-wrappper form, .tvcmsheader-search.search-widget form input, .tvheader-top-search-wrapper {
    background: rgba(49, 49, 49);
}
.tvheader-search-display-icon .tvsearch-open svg path, 
.tvheader-search-display-icon .tvsearch-close svg path, 
.tvheader-search-display-icon .tvsearch-open svg path, 
.tvheader-search-display-icon .tvsearch-close svg path, 
.header-7 .tvheader-search-display-icon .tvsearch-open svg path, 
.header-7 .tvheader-search-display-icon .tvsearch-close svg path, 
#tvcmsdesktop-account-button svg path,
.tv-currency-btn svg path,
.tv-language-btn svg path,
.tvcart-icon-text-wrapper svg path, 
.search-widget form button svg path,
#header #tvcmsmobile-account-button .tv-myaccount-btn path {
    fill: #fff;
}
#header .tvcmsdesktop-top-header-wrapper {
    background-color: #111316;
}
.tvcms-header-menu-offer-wrapper{
    background-color: white;
}
#module-supercheckout-supercheckout .tvcms-header-menu-offer-wrapper{
    background-color:unset;
}
#module-supercheckout-supercheckout #header .tvcmsheader-sticky.sticky .tv-menu-horizontal ul li.level-1>a {
    color:white;
}
#module-supercheckout-supercheckout #header #tv-menu-horizontal .level-1 {
    display: none; 
}
#module-supercheckout-supercheckout #header #tv-menu-horizontal .level-1:nth-child(-n+4) {
    display:inline-block;
}

#header .tv-menu-horizontal ul li.level-1>a {
    color:#222222;
}
.tv-menu-horizontal .cat-drop-menu li a span{
    color:white;
}
#index .tv-menu-horizontal .cat-drop-menu li a span{
    color:white;
}
/* header dark light lokij 250620 end */

/* site cookie permit start lokij 250623 */
.tvcmscookies-notice{
    height: 100%;
    z-index:999999;
    padding:unset;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tvcmscookies-notice *{
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 1.5rem;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.tvcookies-notice-img-wrapper{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
    
    background-color: #b2b2b2;
    border-radius: 8px;
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    color: #141414;
    font-family: sans-serif;
    font-size: 1.5rem;
    height: auto;
    max-width: 900px;
    max-height: 80vh;
    
    letter-spacing: .1px;
    line-height: 2.4rem;
    max-height: calc(100% - 16px);
    overflow: hidden;
    position: fixed;
    text-align: initial;
    transition: all .5s ease;
    transition-property: width, max-width, top, bottom, left, opacity;
    width: calc(100% - 16px);
    z-index: 2147483631;
    
}
.tvcookies-notice-header{
    align-items: center;
    border-bottom: 1px solid #141414;
    display: flex;
    padding: 2.1rem;
    width: 100%;
}
.tvcookies-notice-header img{
    max-height:3rem;
    width:auto;
}
.tvcookies-notice-nav{
    border-bottom: 1px solid #141414;
    position: relative;
    width: 100%;
}
.tvcookies-notice-nav>ul{
    display: flex;
    list-style: none;
    overflow-x: auto;
}
.tvcookies-notice-nav>ul li{
    flex: 1 1 0%;
    margin: 0 auto;
}
.tvcookies-notice-nav>ul li a{
    display: block;
    font-weight: 600;
    height: 100%;
    outline-offset: -0.5rem;
    padding: 1.4rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border-color: transparent;
    /*border-bottom: 1px solid #a13990;*/
    color: #141414;
}
.tvcookies-notice-nav>ul li.active a{
    border-bottom: 1px solid #a13990;
    color: #a13990;
}
.tvcookies-notice-tabcontent{
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 6rem;
    overflow: auto;
    width: 100%;
    padding:2.1rem;
    border-bottom: 1px solid #141414;
}
.tvcookies-notice-tabcontent div{
    display:none;
}
.tvcookies-notice-tabcontent div.active{
    display:block;
}
.tvcookies-notice-icon{
    padding:1.5rem 2.25rem 2.25rem 2.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*flex-direction: row;*/
    flex-direction:row-reverse;
    width:100%;
}
.tvcookies-notice-icon .tvclose-icon{
    background-color: #a13990!important;
    border-color: #ffffff;
    color: #ffffff;
    border: 2px solid #696767;
    border-radius: 0.4rem;
    display: block;
    font-weight: 600;
    padding: 1.4rem;
    text-align: center;
    user-select: none;
    opacity: .85;
    margin-bottom: 0;
    margin-top: 0;
    width: 33%;
}
/* site cookie permit end lokij 250623 */

/* temp css edit start */
.tv-category-cover{
    display:none;
}
/* temp css edit end */
/* product grid 250728 start */
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .product-price-and-shipping{
    text-align:left;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .product-title a h6{
    font-size:1.4rem;
    font-weight:600;
    min-height:4.2rem;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .product-title a:hover h6{
    color:#a13990;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .price{
    font-size:1.4rem;
    color:#a13990;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .bottom-wrap {
    padding-top: 1rem;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .ui.checkbox {
    position: relative;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    vertical-align: baseline;
    font-style: normal;
    min-height: 1.7rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
    min-width: 1.7rem;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .ui.checkbox input[type=checkbox],.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .ui.checkbox input[type=radio] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    outline: 0;
    z-index: 3;
    width: 1.7rem;
    height: 1.7rem;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .additional-compare .ui.checkbox label{
    padding-left: 2.4rem;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #000 !important;
    font-weight: 300;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    position: relative;
    display: block;
    outline: 0;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .additional-compare .ui.checkbox label:before{
    border-radius: 2px;
    border-color: #e4e4e4;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 2px solid #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #FFF;
    -webkit-transition: border .1s ease, opacity .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    transition: border .1s ease, opacity .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease;
    transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .additional-compare.checked .ui.checkbox label:before{
    border-color: #a13990;
}
.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .additional-compare .ui.checkbox label:after{
    font-family: 'icons-hismith'!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
    
    position: absolute;
    top: 0;
    left: 0;
    text-align:center;
    -webkit-transition: border .1s ease, opacity .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    transition: border .1s ease, opacity .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease;
    transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    
    opacity:0;
}

.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .additional-compare.checked .ui.checkbox label:after{
    opacity:1;
    color:#a13990;
}

.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .bottom-wrap .additional-product-btn {
    min-width: 4.5rem;
    max-width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #a13990;
    color: #fff;
    font-size: 2rem;
}

.tvall-product-wrapper-info-box .tvproduct-wrapper.grid .tvproduct-hover-btn{
    display:none;
}
/* product grid 250728 end */
/* category description 250815 start */
#category .tv-main-div  #wrapper{
    padding-top:0;
}
#category #wrapper #category_description_top{
    background: rgba(0, 0, 0, .5);
    min-height: 350px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#category #wrapper #category_description_top #category_description_top_block h1{
    font-size: calc(100vw * 35 / 1920);
    color: white;
    font-weight: bold;
    margin-bottom: calc(100vw * 42 / 1920);
}
#category #wrapper #category_description_top #category_description_top_block p{
    font-size: calc(100vw * 14 / 1920);
    color: white;
}
#category #wrapper #category_description_top #category_description_top_block a{
    color: white;
}
#category .breadcrumb{
    margin-top:15px;
}
#category .breadcrumb ol{
    width:fit-content;
}
.breadcrumb li:first-child a:before{
    display:none;
}
#wrapper #main .breadcrumb li:last-child a{
    color:#9d9ea4;
}
#wrapper .breadcrumb li a{
    color:#9d9ea4;
}

#category .tv-category-block-wrapper{
    display:none;
}
#category #category_description_bottom{
    border-top: 1px solid #dedade;
    padding-top: 15px;
}

/* category description 250815 end */

/* category menu start */
#category .tvcms-header-menu-offer-wrapper{
	background-color:rgba(89, 89, 89, 1);
}
#category #tvdesktop-megamenu .tv-menu-horizontal ul li.level-1>a{
	color:white
}
#category .tvcmsdesktop-top-header-wrapper.sticky .tvcms-header-menu-offer-wrapper{
	background-color:white;
}
#category .tvcmsdesktop-top-header-wrapper.sticky #tvdesktop-megamenu .tv-menu-horizontal ul li.level-1>a{
	color:black
}
/* category menu end */