.tv-cms-chatbox-container.tv-cms-chatbox-position-bottom_left {
    bottom: 0;
    position: fixed;
    margin: 1em;
    left: 0;
    z-index: 9999;
}

.tv-cms-chatbox-container.tv-cms-chatbox-position-bottom_right {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 9999;
}

.tv-cms-chatbox-container.tv-cms-chatbox-position-top_left {
    top: 0;
    position: fixed;
    margin: 1em;
    left: 0;
    z-index: 9999;
}

.tv-cms-chatbox-container.tv-cms-chatbox-position-top_right {
    top: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 9999;
}

.tv-cms-chat-message {
    background-color: rgb(253, 251, 251);
    height: 200px;
    width: 300px;
}

.tv-cms-message {
    height: 150px !important;
    width: 300px !important;
}

.tv-cms-chatbox-container.tv-cms-chatbox-position-left {
    right: auto;
    left: 0;
}

.tv-cms-widgets-container {
    max-width: 400px;
    margin-top: 20px;
}

.tv-cms-chatbox-opener {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    background: #04AA6D;
}

/* pulse wave */
.tv-cms-chatbox-opener:before {
    content: "";
    position: absolute;
    width: 170%;
    height: 170%;
    -webkit-animation: pulsate1 1500ms ease-out infinite;
    animation: pulsate1 1500ms ease-out infinite;
    opacity: 1;
    border-radius: 50%;
    top: -33%;
    left: -33%;
    z-index: -1;
    background: rgb(177 167 167 / 48%);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;

    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
    }
}

.stcms-close-icon-lg {
    width: 35px;
    height: 28px;
    vertical-align: middle;
    display: inline-block;
    background: url(../img/download.ico) no-repeat;
}

.tv-cms-chatbox-opener>i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #ffffff;
}

.tv-cms-chatbox-positions-bottom_right {
    position: fixed;
    right: 20px;
    bottom: 96px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left;
    border-radius: 10px;
    -webkit-animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
}

.tv-cms-chatbox-positions-bottom_left {
    position: fixed;
    bottom: 89px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left;
    border-radius: 10px;
    -webkit-animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
}

.tv-cms-chatbox-positions-top_left {
    position: fixed;
    top: 120px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left;
    border-radius: 10px;
    -webkit-animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
}

.tv-cms-chatbox-positions-top_right {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left;
    border-radius: 10px;
    -webkit-animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomOut .2s cubic-bezier(.42, 0, .58, 1);
}

.tv-cms-chatbox.tv-cms-chatbox-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.tv-cms-chatbox-position-left .tv-cms-chatbox {
    right: auto;
    left: 20px;
}

.tv-cms-chatbox-header {
    font-size: 13px;
    font-weight: 500;
    color: #f3f3f3;
    background: #04AA6D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 16px;
}

.tv-cms-chatbox-header-title {
    font-size: 19px;
    margin-left: 20px;
    margin-right: 20px;
}

.tv-cms-chatbox-header-subtitle {
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 8px;
    padding: 10px 20px;
}

.tv-cms-chatbox-header .span {
    float: right;
}

.tv-cms-chatbox-header img {
    width: 50px;
    margin: -15px 20px 10px 20px;
    background: #04AA6D;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.tv-cms-chatbox-header .agent {
    font-size: 12px;
    font-weight: 300;
}

.tv-cms-chatbox-header .online {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
}

.tv-cms-chatbox-body {
    background: #fff;
    width: 100%;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    padding: 20px;
}

.tv-cms-chatbox-is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.tv-cms-chatbox-is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.tv-cms-chatbox-account,
.tv-cms-widget-account {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 10px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
    border-left: 4px solid #797979;
}

.tv-cms-chatbox-account.tvactive {
    border-left: 4px solid #04AA6D;
}

.tv-cms-chatbox-account.tvdeactive {
    opacity: 0.7;
}

.tv-cms-widget-account {
    /*background: #eaeaea;*/
    background: #ffffff;
    border-top: 1px dotted #04AA6D;
    border-right: 1px dotted #04AA6D;
    border-bottom: 1px dotted #04AA6D;
}

.tv-cms-chatbox-account:hover,
.tv-cms-widget-account:hover {
    opacity: 0.8;
}

.tv-cms-chatbox-account>a,
.tv-cms-widget-account>a {
    display: block;
    text-decoration: none;
}

.tv-cms-chatbox-account>a:focus,
.tv-cms-chatbox-account>a:active,
.tv-cms-widget-account>a:focus,
.tv-cms-widget-account>a:active {
    text-decoration: none;
}

.tv-cms-account-avatar,
.tv-cms-widget-account-avatar {
    width: 50px;
    float: left;
}

.tv-cms-account-avatar img,
.tv-cms-widget-account-avatar img {
    max-width: 100%;
    border-radius: 100%;
}

.tv-cms-account-details,
.tv-cms-widget-account-details {
    padding-top: 5px;
    float: left;
    max-width: calc(90% - 135px);
    margin-left: 30px;
}

.tv-cms-account-name,
.tv-cms-widget-account-name {
    font-size: 14px;
    line-height: 1.4em;
    color: #545050;
}

.tv-cms-account-title,
.tv-cms-widget-account-title {
    font-size: 11px;
    line-height: 1.4em;
    color: #757575;
}

.tv-cms-account-status,
.tv-cms-widget-account-status {
    float: right;
    margin-top: 12px;
    background: #20ab54;
    color: #fff;
    font-size: 0;
    padding: 0px 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 17px 0;
}

.tv-cms-account-status.tv-cms-account-offline,
.tv-cms-widget-account-status.tv-cms-widget-account-offline {
    background: #797979;
}

.tv-cms-account-offline-text,
.tv-cms-widget-account-offline-text {
    font-size: 12px;
    line-height: 1.4em;
    color: #773636;
    padding-top: 10px;
}

.tv-cms-chatbox-icon {
    background-image: url(../img/producttab-logo-white.png);
    display: block;
    width: 52%;
    height: 52%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tv-cms-chatbox-icon-close {
    background-image: url(../img/close.png);
    width: 35%;
    height: 35%;
}

.tv-cms-widget-button-text {
    font-size: 14px;
    padding-top: 5px;
    color: #04AA6D;
    font-weight: bold;
}

.tvhomecategoryslider .regular-price {
    color: #E64906 !important;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.22px;
    margin-bottom: 0 !important;
    text-align: start;
}

.tvhomecategoryslider .standard-price {
    color: #686E86 !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    text-align: start;
    margin-bottom: 0;
    text-decoration: line-through !important;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

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

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

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

.tvall-product-star-icon .star i {
    width: 12px;
}

@media only screen and (max-width: 480px) {
    .tv-cms-chatbox {
        width: 350px;
    }

    .tv-cms-chatbox-body {
        padding: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .tv-cms-chatbox {
        max-width: calc(100% - 40px);
    }

    .tv-cms-chatbox-account,
    .tv-cms-widget-account {
        padding: 8px;
    }

    .tvall-product-star-icon .star i {
        font-size: 15px;
    }

    .tvall-product-review-grid {
        font-size: 11px;
    }
}

.open-button {
    background-color: #04AA6D;
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.open-button svg {
    vertical-align: bottom;
    margin-right: 5px;
}

.open-button span+svg {
    margin: 0 0 0 4px;
}

button:focus {
    outline: none;
}

/* The popup chat - hidden by default */
.chat-popup {
    bottom: 0;
    right: 15px;
    z-index: 9;
}

input {
    display: block !important;
}

.chat-popup {
    position: fixed;
    right: 0px;
    left: 0px;
    margin: auto;
    top: 0px;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.chat-popup .form-container {
    position: relative;
    height: max-content;
    max-width: 500px;
    margin: 15px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px;
    z-index: 2;
}

.chat-popup.show {
    opacity: 1;
    visibility: visible;
}

.chat-popup.show .form-container {
    opacity: 1;
    visibility: visible;
    -webkit-animation: zoomIn .3s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .3s cubic-bezier(.42, 0, .58, 1);
}

.chat-popup.close {
    opacity: 0;
    visibility: hidden;
}

.chat-popup.close .form-container {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: zoomOut .3s cubic-bezier(.42, 0, .58, 1);
    animation: zoomOut .3s cubic-bezier(.42, 0, .58, 1);
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

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

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

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


@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

.form-container {
    padding: 19px;
    background-color: white;
}

/* Full-width textarea */
.form-container .textbox {
    width: 100%;
    padding: 10px;
    margin: 2px 0 20px 0;
    border: none;
    background: #f1f1f1;
    border-radius: 3px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn.send {
    background-color: #04AA6D;
    color: white;
    padding: 13px 15px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.open-button:after,
.form-container .btn.send:after {
    position: absolute;
    content: "";
    width: 50px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    bottom: 0%;
    left: -196%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}

.open-button:hover:after,
.form-container .btn.send:hover:after {
    left: 300%;
    -webkit-transition: all 1.5s ease 0.1s;
    -o-transition: all 1.5s ease 0.1s;
    transition: all 1.5s ease 0.1s;
}

.form-container .btn.send svg {
    margin-left: 6px;
    display: block;
    fill: #fff;
}

.form-container .cancel {
    position: absolute;
    /* left: 0; */
    top: -9%;
    right: -7%;
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border: 2px solid #b7b7b7;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}

label.tv_title {
    margin-bottom: 0;
}

.form-container .cancel svg {
    vertical-align: middle;
    transition: all 200ms ease-in-out;

}

.form-container .cancel svg path:nth-child(2) {
    fill: #000;

}

.form-container .cancel:hover svg {
    transform: rotate(180deg);
}

.form-container #tvcust_name {
    margin: 2px 0 5px 0;
}

.error-feedback {
    display: none;
    color: #ff9a52;
    font-size: 14px;
}

.form-container hr {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

input:focus-visible {
    outline: none;
}

.form-container input:focus {
    background-color: #ddd;
}

button:focus {
    outline: none !important;
}

#wrapper {
    position: relative;
}


.tvhomecategoryslider {
    /*    background: linear-gradient(270deg, rgba(70, 64, 222, 0.20) 0.83%, rgba(70, 64, 222, 0.05) 47.53%, rgba(70, 64, 222, 0.20) 100%);*/
    padding: 38px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/**********product scroll*************/
.tvhomecategoryslider .tvproduct-detail-wrapper,
.stcmsnew-product .tvproduct-wrapper-content-box,
.stcmscategory-slider-2 .tvcategory-slider-wrapper,
.tvproduct-main-slider {
    overflow-x: auto;
    cursor: grab;
    display: flex;
    overflow-y: hidden;
}

.stcmscategory-slider-2 .tvcategory-slider-wrapper {
    margin: 0 15px;
}

.tvhomecategoryslider .tvproduct-wrapper,
.stcmsnew-product .tvproduct-wrapper,
.stcmscategory-slider-2 .tvproduct-wrapper {
    width: 328px;
    margin-bottom: 15px !important;
}

.product-slider-main {
    width: 358px;
}

.tvhomecategoryslider .product-details,
.stcmsnew-product .product-details,
.stcmscategory-slider .tvall-product-wrapper-info-box {
    width: auto !important;
}

.stcmstestimonial .tvtestimonial-content-box::-webkit-scrollbar,
.tvhomecategoryslider .tvproduct-detail-wrapper::-webkit-scrollbar,
.stcmsnew-product .tvproduct-wrapper-content-box::-webkit-scrollbar,
.tvproduct-main-slider::-webkit-scrollbar,
.stcmscategory-slider-2 .tvcategory-slider-wrapper::-webkit-scrollbar {
    height: 5px !important;
    background-color: transparent !important;
}

.stcmstestimonial .tvtestimonial-content-box::-webkit-scrollbar-thumb,
.tvhomecategoryslider .tvproduct-detail-wrapper::-webkit-scrollbar-thumb,
.stcmsnew-product .tvproduct-wrapper-content-box::-webkit-scrollbar-thumb,
.tvproduct-main-slider::-webkit-scrollbar-thumb,
.stcmscategory-slider-2 .tvcategory-slider-wrapper::-webkit-scrollbar-thumb {
    background-color: #0000002e !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
}

/**********product scroll*************/

.product-details {
    width: 20%;
    padding: 0 10px !important;
    /* margin: 0 15px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px; */
}

.product-details img {
    /* border-radius: 10px 10px 0 0; */
}

.tvhomecategoryslider .tvproduct-wishlist-icon {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    padding: 6px 5px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    /* background-color: #ffd741; */
    /* border: 1px solid #ffd741; */
}

.tvhomecategoryslider h2 {
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 7px;
    color: #242424;
    font-family: Inter;
    font-size: 34px !important;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: center;
}

.tvhomecategoryslider .tvmain-desc {
    color: #242424;
    text-align: center;
    font-family: Inter;
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.tvcmproduct-link-wrapper {
    margin-top: 21px;
}

.tvproduct-view-btn {
    display: block;
    text-align: center;
    margin-top: 29px;
}

.tvcmproduct-link {
    padding: 14px 34px;
    border-radius: 7px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    border: 1px solid #FFF;
    color: #fff;
    background: #4640DE;
    position: relative;
}


.tvcmproduct-link:hover {
    background-color: #000;
}

.tvhomecategoryslider .price {
    display: inline-block;
    vertical-align: middle;
    color: #242424 !important;
    font-family: Inter;
    font-size: 22px !important;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.22px;
    margin-bottom: 0;
}

.tvhomecategoryslider .tvall-product-star-icon .star i {
    color: #FFBA33;
}

.product-hover-link-inner {
    display: flex;
    justify-content: space-between;
}

.product-description {
    padding: 0 10px;
}

.tv-product-sale .tv-product-sale-content span {
    color: #242424;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
}

@media(max-width: 1600px) {
    .product-details {
        /* margin: 10px 8px; */
    }

    .product-details {
        padding: 0 5px !important;
        margin: 0 10px !important;
    }

}

@media(max-width: 1200px) {
    .product-details {
        /* width: 31.33%; */
    }

    .tvhomecategoryslider .price {
        font-size: 18px !important;
    }

    .tvhomecategoryslider h2 {
        font-size: 27px !important;
    }

    .tvhomecategoryslider {
        padding: 60px 0;
    }
}

@media(max-width: 768px) {
    .tvhomecategoryslider h2::after {
        display: none;
    }

    .tvhomecategoryslider {
        padding: 30px 0;
    }

    .tvhomecategoryslider .tvmain-desc {
        font-size: 15px !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width:575px) {
    .form-container .cancel {
        top: -5%;
        right: -4%;
    }

    .product-details {
        /* width: 45.33%; */
    }

    .tv-cms-chatbox-opener {
        width: 55px;
        height: 55px;
    }

    .tv-cms-chatbox-positions-top_left {
        bottom: 370px;
    }

    .tvall-product-wrapper-info-box,
    .tvproduct-detail-wrapper {
        padding: 0 0;
    }

    .tvhomecategoryslider {
        padding: 20px 0;
    }

}

@media(max-width: 480px) {

    .stcmscategory-slider-2 .tvproduct-wrapper,
    .stcmsnew-product .tvproduct-wrapper,
    .tvhomecategoryslider .tvproduct-wrapper {
        width: 280px;
    }

    .stcmscategory-slider-2 .tvall-product-wrapper-info-box,
    .tvhomecategoryslider-wrepper .product-details {
        margin: 0 5px 10px 0 !important;
        padding: 0 5px 0 0 !important;
    }
}

@media (max-width:375px) {
    .open-button {
        font-size: 13px;
        padding: 10px 13px;
    }

    .open-button svg:first-child {
        margin-right: 3px;
        width: 21px;
        height: 21px;
    }

    .open-button span+svg {
        margin: 0 0 0 3px;
        height: 23px;
        width: 23px;
    }
}

#category .tvhomecategoryslider .tvproduct-detail-wrapper,
#category .stcmsnew-product .tvproduct-wrapper-content-box,
#category .stcmscategory-slider-2 .tvcategory-slider-wrapper,
#category .tvproduct-main-slider {
    overflow-x: unset;
    cursor: grab;
    display: block;
    overflow-y: unset;
}

#category .tvhomecategoryslider .tvproduct-wrapper,
#category .stcmsnew-product .tvproduct-wrapper,
#category .stcmscategory-slider-2 .tvproduct-wrapper {
    width: auto;
    margin-bottom: 15px !important;
}

/*#product .tvhomecategoryslider .tvproduct-detail-wrapper,
#product .stcmsnew-product .tvproduct-wrapper-content-box,
#product .stcmscategory-slider-2 .tvcategory-slider-wrapper,
#product .tvproduct-main-slider {
    overflow-x: unset;
    cursor: grab;
    display: block;
    overflow-y: unset;
}
#product .tvhomecategoryslider .tvproduct-wrapper,
#product .stcmsnew-product .tvproduct-wrapper,
#product .stcmscategory-slider-2 .tvproduct-wrapper {
    width: auto;
    margin-bottom: 15px!important;
}*/

#sidebar .tvhomecategoryslider .tvproduct-detail-wrapper {
    overflow-x: unset;
    display: block;
    overflow-y: unset;
}

/*homepage slider start*/

#tvhomepade_slider_wrapper .section-title {
    font-size: 24px;
    text-align: center;
    color: #232323;
    font-weight: 600;
    margin: 0 0 25px;
}

#tvhomepade_slider_wrapper .products-banner-wrapper .tvproductswipr-slider-wrapper {
    position: relative;
    padding-inline-end: 12px;
}

#tvhomepade_slider_wrapper .tvproductswipr-slider-wrapper.banner-right {
    padding-inline-end: 19px;

}

#tvhomepade_slider_wrapper .swiper-button-next-custom,
#tvhomepade_slider_wrapper .swiper-button-prev-custom {
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
    background-color: var(--global-palette9);
    border: var(--border);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    z-index: 1;
}

#tvhomepade_slider_wrapper .swiper-button-next-custom:hover,
#tvhomepade_slider_wrapper .swiper-button-prev-custom:hover {
    color: var(--global-palette1-bkgtext-color);
    background-color: var(--global-palette1);
    border-color: var(--global-palette1);
}

#tvhomepade_slider_wrapper .swiper-button-next-custom:hover i,
#tvhomepade_slider_wrapper .swiper-button-prev-custom:hover i {
    color: var(--global-palette1-bkgtext-color);
}

#tvhomepade_slider_wrapper .swiper-button-next-custom i,
#tvhomepade_slider_wrapper .swiper-button-prev-custom i {
    user-select: none;
    font-size: 29px;
    color: var(--global-palette3);
}

#tvhomepade_slider_wrapper .products-banner-wrapper .swiper-button-next-custom {
    right: 0.5%;
}


/*#tvhomepade_slider_wrapper .section-block {
    margin: 150px 0;
}*/

#tvhomepade_slider_wrapper .banner-block img {
    max-width: 100%;
    border-radius: 3px;
}

#tvhomepade_slider_wrapper .banner-block a {
    display: inline-block;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: .5px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#tvhomepade_slider_wrapper .banner-block a:hover {
    opacity: .8;
}

#tvhomepade_slider_wrapper .banner-block {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tvhomepade_slider_wrapper .products-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#tvhomepade_slider_wrapper .tvproductswipr-slider-wrapper .wishlist-button-add {
    padding: 0px 0px;
}

#tvhomepade_slider_wrapper .tvproductswipr-slider-wrapper .product-miniature .product-flags li.product-flag {
    min-width: 2.125rem;
    min-height: 1.375rem;
}

#tvhomepade_slider_wrapper .tvproductswipr-slider-wrapper {
    position: relative;
}



@media (max-width: 991px) {

/*    #tvhomepade_slider_wrapper .swiper-button-next-custom,
    #tvhomepade_slider_wrapper .swiper-button-prev-custom {
        top: 0;
    }*/

    #tvhomepade_slider_wrapper .swiper-button-prev-custom {
        right: 7%;
    }

    /*    #tvhomepade_slider_wrapper .section-title {
        margin: 0 0 60px;
    }*/

    #tvhomepade_slider_wrapper .products-banner-wrapper .tvproductswipr-slider-wrapper {
        padding-top: 30px;
        width: 100%;
    }

    #tvhomepade_slider_wrapper .swiper-button-prev-custom {
/*        right: 53%;*/
/*        left: auto;*/
    }

    #tvhomepade_slider_wrapper .swiper-button-next-custom {
/*        left: 50%;*/
/*        right: auto;*/
    }

    #tvhomepade_slider_wrapper .products-banner-wrapper .swiper-button-next-custom {
        right: 0%;
}

.customNavigation, .owl-carousel .owl-controls {
    opacity: 1 !important;
}

.product-banner.stcustombamnners{
    display: none;
}


}

@media (max-width: 767px) {
    #tvhomepade_slider_wrapper .section-title {
        font-size: 20px;
    }

    /*    #tvhomepade_slider_wrapper .section-title {
        margin: 0 0 50px;
    }*/

    #tvhomepade_slider_wrapper .swiper-button-next-custom, #tvhomepade_slider_wrapper .swiper-button-prev-custom {
        width: 37px;
        height: 37px;
        line-height: 30px;
        opacity: 1;
    }

    #tvhomepade_slider_wrapper .swiper-button-next-custom i,
    #tvhomepade_slider_wrapper .swiper-button-prev-custom i {
        font-size: 29px;
    }

    #tvhomepade_slider_wrapper .banner-block a {
        padding: 5px 11px;
        font-size: 14px;
    }

    #tvhomepade_slider_wrapper .products-banner-wrapper .tvproductswipr-slider-wrapper {
        width: 100%;
    }

    #tvhomepade_slider_wrapper .products-banner-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #tvhomepade_slider_wrapper .tvproductswipr-slider-wrapper.banner-right {
        order: 2;
    }

}

@media (max-width: 350px) {
    #tvhomepade_slider_wrapper .products-grid .product-item {
        width: 100%;
    }
}

/*homepage slider end*/

#tvhomepade_slider_wrapper .img-content-wrapper {
    position: relative;
}

#tvhomepade_slider_wrapper .banner-content {
    position: absolute;
    padding: 15px;
    color: #fff;
    max-width: 65%;
}

/* Banner position classes */
#tvhomepade_slider_wrapper .top-left {
    top: 10px;
    left: 10px;
    text-align: left;
}

#tvhomepade_slider_wrapper .top-center {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#tvhomepade_slider_wrapper .top-right {
    top: 10px;
    right: 10px;
    text-align: right;
}

#tvhomepade_slider_wrapper .center-left {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    text-align: left;
}

#tvhomepade_slider_wrapper .center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#tvhomepade_slider_wrapper .center-right {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-align: right;
}

#tvhomepade_slider_wrapper .bottom-left {
    bottom: 10px;
    left: 10px;
    text-align: left;
}

#tvhomepade_slider_wrapper .bottom-center {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#tvhomepade_slider_wrapper .bottom-right {
    bottom: 10px;
    right: 10px;
    text-align: right;
}


/* Button styling */
#tvhomepade_slider_wrapper .banner-button {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: bold;
}

#tvhomepade_slider_wrapper .banner-desc {
    margin-bottom: 10px;
}

#tvhomepade_slider_wrapper .banner-desc h1,
#tvhomepade_slider_wrapper .banner-desc h2,
#tvhomepade_slider_wrapper .banner-desc h3,
#tvhomepade_slider_wrapper .banner-desc h4,
#tvhomepade_slider_wrapper .banner-desc h5,
#tvhomepade_slider_wrapper .banner-desc h6 {
    line-height: 1.4;
    letter-spacing: .7px;
}

#tvhomepade_slider_wrapper .banner-desc span,
#tvhomepade_slider_wrapper .banner-desc p {
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .9px;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/*#tvhomepade_slider_wrapper .banner-desc h3 {
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .7px;
    font-size: 18px;
}*/


@media (max-width: 767px) {
    #tvhomepade_slider_wrapper .banner-content.mobile-only {
        display: none;
    }

    #tvhomepade_slider_wrapper .products-banner-wrapper .product-banner {
        width: 100%;
    }

    #tvhomepade_slider_wrapper .tvproductswipr-slider-wrapper {
        padding: 0 10px;
    }
    .product-banner.stcustombamnners {
        display: block;
    }
}

section.featured-products.products-section.clearfix {
    margin-bottom: 30px;
}

#ok_banner_block {
    margin-top: 0px;
}

.section-block h2 {
    text-transform: uppercase;
}


.tvproductswipr-slider-wrapper .swiper-button-prev-custom,
.tvproductswipr-slider-wrapper .swiper-button-next-custom {
    opacity: 0;
}

.tvproductswipr-slider-wrapper:hover .swiper-button-prev-custom,
.tvproductswipr-slider-wrapper:hover .swiper-button-next-custom {
    opacity: 1;
    transition: all .3s ease-in-out;
}

#tvhomepade_slider_wrapper {
    clear: both;
}

section.newproducts.products-section.clearfix {
    margin-bottom: 35px;
}

@media (max-width: 415px) {
#tvhomepade_slider_wrapper .swiper-button-next-custom, 
#tvhomepade_slider_wrapper .swiper-button-prev-custom {
       top: 20%;
}
 
#tvhomepade_slider_wrapper .swiper-button-next-custom, 
#tvhomepade_slider_wrapper .swiper-button-prev-custom {
        width: 32px;
        height: 32px;
                line-height: 28px;
}
#tvhomepade_slider_wrapper .swiper-button-next-custom i, 
#tvhomepade_slider_wrapper .swiper-button-prev-custom i {
    font-size: 25px;
}
#tvhomepade_slider_wrapper .banner-excl .swiper-button-next-custom,
#tvhomepade_slider_wrapper .banner-excl .swiper-button-prev-custom {
    top: 15%;
}
}