/**** homepage Start ****/

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

    .tvbanner-hover-wrapper img {
        width: 100%;
    }
}

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

.tv-full-layout {
    overflow: hidden
}


/**** mainslider Start ****/
/* .tvcms-slider-offerbanner-wrapper, */
/* .mod-chain-slider, */
/* .tvcmscustomer-services, */
.tvcmstabcategory-product-slider,
/* .tvcms-all-testimonial, */
.tvcmsvideo-block-wrapper {
    margin-bottom: 70px;
}

.tvcmstwoofferbanners-one {
    margin-bottom: 20px;
}

.mod-chain-slider {
    padding: 50px;
    background-color: #1a1a1a;
}

.tvcms-slider-offerbanner-wrapper {
    margin-bottom: 20px;
}

.tvcmsmain-slider-wrapper {
    width: 100%;
    position: relative;
    aspect-ratio: 12/5;
}

.tv-main-slider {
    position: relative;
}

#tvmain-slider.owl-carousel {
    display: block;
    overflow: hidden;
}

#tvmain-slider.owl-carousel>a {
    display: none;
}

#tvmain-slider.owl-carousel>a:first-child {
    display: inline;
}

#tvmain-slider .owl-dots {
    /*! display: none; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -15px);
}

.tvmain-slider-next-pre-btn {
    /*! display: none; */
}

.tvmain-slider-next-pre-btn svg circle {
    transition: 0.2s all;
}

.tvmain-slider-next-pre-btn svg:hover circle {
    fill-opacity: 0.3;
}

.owl-item.active .tv-video,
.owl-item.active .tvimage,
#tvmain-slider .owl-item.active .tvslider-list:first-child {
    display: block;
}

.tvslider-video-play,
.tvslider-video-mute,
.tvslider-video-link {
    display: none;
}

button.tvslider-video-play,
button.tvslider-video-mute,
button.tvslider-video-link {
    position: absolute;
    bottom: 20%;
    right: 70px;
    background-color: #0000;
    border: none;
    z-index: 90;
}

#tvmain-slider .owl-item.active .tvslider-video-play,
#tvmain-slider .owl-item.active .tvslider-video-mute,
#tvmain-slider .owl-item.active .tvslider-video-link {
    display: block;
}

button.tvslider-video-mute {
    right: 20px;
}

button.tvslider-video-link {
    right: 120px;
}

.tvslider-video {
    position: relative;
    right: 10px;
    bottom: 0;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
    display: block;
}

button.tvslider-video-play i.material-icons,
button.tvslider-video-mute i.material-icons,
button.tvslider-video-link i.material-icons {
    color: #fff;
    font-size: 35px;
    margin: 0 5px;
}

button.tvslider-video-link i.material-icons {
    font-size: 30px;
    line-height: 26px;
}


/**** mainslider mobile Start ****/

@media(max-width: 1199px) {
    .mod-chain-slider {
        padding: 50px 15px;
    }
}

@media(max-width: 991px) {
    .tvmain-slider-next-pre-btn .tvcmsprev-btn {
        left: 15px;
        bottom: 0;
    }

    .tvmain-slider-next-pre-btn .tvcmsnext-btn {
        right: 15px;
        bottom: 0;
    }

    .tvmain-slider-next-pre-btn {
        display: none;
    }

    .tvcms-slider-offerbanner-wrapper {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {

    .tvcmsmain-slider-wrapper,
    .tvcmsmain-slider-wrapper img {
        aspect-ratio: 1000 / 1780;
    }

    button.tvslider-video-play,
    button.tvslider-video-mute,
    button.tvslider-video-link {
        bottom: 20px;
    }
}

/**** mainslider End ****/

/**** chainslider Start ****/

.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);
} */
.mod-chain-slider a {
    color: #fff;
}

.chain-slider-items {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.mod-chain-slider h2 {
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
    font-size: 42px;
}

.main-cate {
    font-size: 26px;
    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;
}

.chain-slider-item {
    width: 20%;
    padding: 0px 15px;
}

.chain-slider-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-icon {
    aspect-ratio: 323/200;
    width: 250px;
    max-width: 100%;
    text-align: center;
    position: relative;
}

.main-cate {
    width: 100%;
    text-align: center;
}

.mod-chain-slider .item-icon img {
    width: 250px;
    max-width: 100%;
}

.mod-chain-slider .item-icon img.hover-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
}

.mod-chain-slider .chain-slider-item .item-icon:hover img.hover-img {
    opacity: 1;
    visibility: visible;
}


/**** chainslider mobile Start ****/

@media(max-width: 1199px) {
    .main-cate {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .chain-slider-items {
        flex-wrap: wrap;
    }

    .chain-slider-item {
        width: 25%;
    }

    .chain-slider-item:last-child {
        display: none;
    }

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

@media(max-width: 767px) {
    .tvmain-title {
        margin-bottom: 10px;
    }

    .chain-slider-item {
        width: 50%;
        margin-bottom: 30px;
    }

    .chain-slider-content::before {
        content: none;
    }
}

/**** chainslider End ****/


/**** customerservice Start ****/

.tvcmscustomer-services {
    position: relative;
}

.tvcustomer-services {
    background: #1a1a1a;
    padding: 0 100px 20px;
}

.tvservice-all-block-wrapper {
    overflow: hidden;
}

.tvservices-all-block {
    width: 125%;
}

.tv-all-service-title {
    text-align: center;
    color: #fff;
}

.tv-all-service-title h2 {
    font-size: 40px;
}

.tv-all-service-title p {
    margin-bottom: 30px;
    color: #99969B;
    font-size: 24px;
}

.tv-all-service.card-deck {
    padding-bottom: 50px;
}

.tv-all-service.card-deck .slick-dots {
    width: 80%;
}

.tv-all-service.card-deck .slick-dots li {

    width: 60px;
    height: 6px;
    margin: 0;
}

.tv-all-service.card-deck .slick-dots li button {
    width: 60px;
    height: 6px;
}

.tv-all-service.card-deck .slick-dots li button::before {
    content: "";
    width: 60px;
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
}

.tv-all-service.card-deck .slick-dots li:first-child button::before {
    border-radius: 100px 0 0 100px;
}

.tv-all-service.card-deck .slick-dots li:last-child button::before {
    border-radius: 0 100px 100px 0;
}

.tv-all-service.card-deck .slick-dots li.slick-active button::before {
    border-radius: 100px;
    background-color: #8a2be2;
}

.tvcmscustomer-services .tvservices-center {
    width: 775px;
    position: relative;
    padding-right: 10px;
}

/* .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-wrapper {
    /*! display: flex; */
    /*! align-items: center; */
    /*! flex-wrap: wrap; */
}

.tvcmscustomer-services .tvservices-img-conut {
    /*! width: 30%; */
    /*! border: 11px dashed #444; */
    opacity: 1;
    transition: 0.2s al;
}

.tvservices-video-conut {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10px;
    z-index: -1;
    opacity: 0;
    transition: 0.2s al;
}

.tvservices-wrapper:hover .tvservices-video-conut,
.is-mobile-ios .slick-current .tvservices-video-conut {
    z-index: 1;
    opacity: 1;
}

.tvservices-wrapper:hover .tvservices-img-count {
    opacity: 0
}

.tvservices-content-box {
    /*! width: 70%; */
    position: absolute;
    left: 10%;
    right: 10%;
    top: calc(90% - 108px);
    z-index: 2;
}

.tvservices-img img {
    width: 100%;
}

.tvservices-content-box .tvservices-title {
    font-weight: 700;
    line-height: 2;
    font-size: 26px;
    color: #fff;
}

.tvservice-dec {
    font-size: 24px;
    color: #C9C7CC;
}

/*.tvall-block-box-shadows:hover .tvservices-content-box .tvservices-title {*/
/* color: #942cd1;*/
/*}*/
.certificate {
    padding: 50px;
    background: #363338;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.certificate_list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.certificate_item {
    color: #fff;
    width: 25%;
}

.certificate_img {
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
}

.certificate_content p {
    font-size: 12px;
    margin-bottom: 10px;
}

.certificate_content h4 {
    font-size: 26px;
}

.more_info {
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    transition: 0.2s all;
}

.more_info:hover {
    color: #942cd1;
}

.more_info:after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all;
}

.more_info:hover:after {
    background: #942cd1;
}

/**** customerservice mobile Start ****/

@media (min-width: 1400px) {

    .is-mobile-ios .tvservices-all-block .slick-list .slick-active:nth-child(1) .tvservices-video-conut,
    .is-mobile-ios .tvservices-all-block .slick-list .slick-active:nth-child(2) .tvservices-video-conut {
        z-index: 1;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .tvcmscustomer-services .tvservices-center {
        /*! padding: 40px 30px 40px 30px; */
        width: calc(33.33% - 20px);
        display: flex;
        align-items: center;
    }

    .tv-all-service-title h2 {
        font-size: 30px;
    }

    .tv-all-service-title p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tvcustomer-services {
        padding: 0 20px 20px;
    }

    .certificate {
        padding: 50px 20px;
    }

    .certificate_img {
        max-width: 150px;
    }

    .certificate_content {
        max-width: 150px;
        margin: 0 auto;
    }
}

@media(max-width: 991px) {
    .tvcmscustomer-services .tvservices-center {
        /*! padding: 10px; */
    }

    .tvcmscustomer-services .tvservices-img-conut {
        /*! padding: 5px; */
        /*! max-width: 70px; */
    }

    .tvservices-content-box {
        /*! width: 70%; */
        top: calc(88% - 70px);
    }

    .tvservices-content-box .tvservices-title {
        /*! text-transform: none; */
        /*! font-weight: 500; */
        font-size: 20px;
    }

    .tvservice-dec {
        font-size: 16px;
    }

    .certificate_img {
        max-width: 120px;
    }

    .certificate_content h4 {
        font-size: 20px;
    }


}

@media(max-width: 767px) {
    .tvcmscustomer-services .tvservices-center {
        width: 100%;
        /*! margin: 0 auto 25px; */
        /*! max-width: 400px; */
    }

    .tv-all-service.card-deck {
        padding-bottom: 0;
    }

    .tvall-services-block {
        aspect-ratio: 1;
    }

    .tvservices-content-box .tvservices-title {
        font-size: 26px;
    }

    .tv-all-service-title h2 {
        margin-bottom: 30px;
    }

    .tv-all-service-title p {
        display: none;
    }

    .tvcustomer-services {
        padding: 0;
    }

    .tvservices-all-block,
    .tv-all-service.card-deck .slick-dots {
        width: 100%;
    }

    .tv-all-service.card-deck .slick-dots {
        bottom: calc(6%);
    }

    .tvservices-img {
        width: 100vw;
        aspect-ratio: 1;
    }

    .tvservices-img img {
        width: 100vw;
    }

    .certificate_list {
        flex-wrap: wrap;
    }

    .certificate_item {
        width: 50%
    }

    .tvcmscustomer-services .tvservices-center {
        margin-right: 0;
    }

}

@media(max-width: 575px) {
    .tv-all-service.card-deck {
        /*! padding: 15px 0; */
    }

    .tv-all-service-title h2 {
        font-size: 24px;
    }

    .tvservices-content-box .tvservices-title {
        font-size: 22px;
    }
}

/**** customerservice End ****/


/**** tvcmstabcategory-product-slider Start ****/
.tvcmstabcategory-product-slider {
    position: relative;
    background: url('https://www.hismith.co.uk/modules/tvcmscategoryproduct/views/img/back2.jpg');
    background-size: 100%;
    height: max-content;
    min-height: 48.44vw;
    background-repeat: no-repeat;
}

.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
    margin-bottom: 1.2vw;
}

.tvtabcategory-tab-product {
    margin: 0 -15px;
    position: relative;
}

.tvcmstabcategory-product-slider h2 {
    margin: 0 0 30px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #fff;
    font-size: 42px;
    text-align: center;
}

.tvtabcategory-product-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 0;
    direction: ltr;
}

.tvtabcategory-product-li {
    text-align: center;
    cursor: pointer;
    background-color: #0000;
    position: relative;
    border-radius: 0;
    padding: 0;
    transform: skewX(-12deg);
    width: unset;
}

.tvtabcategory-product-li a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #8c8399;
    background-clip: padding-box;
    transition: 0.3s background;
    font-size: 24px;
}

.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a {
    background: linear-gradient(to bottom right, #7d24ff, #ff3af8);
    border: none;
    background-clip: padding-box;
}

.tvtabcategory-all-product {
    width: 100%;
}

.tvtabcategory-product-pagination {
    display: none;
}

.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-imgbox {
    width: 100%;
    aspect-ratio: 1;
}

.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 .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: #555;
    font-size: 20px;
    line-height: 1.6;
    margin: 10px 0;
    display: block;
    height: 3.33vw;
    overflow: hidden;
}

.dg-items .price {
    color: #942cd1;
    font-weight: 700;
    font-size: 24px;
}

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

    .tvtabcategory-tab-product {
        padding-top: 1.56vw;
    }

    .tvtabcategory-product-inner {
        margin-bottom: 2.6vw;
    }

    .tvtabcategory-product-li a {
        font-size: 1.25vw;
        padding: 0.94vw 1.82vw;
    }

    .tvtabcategory-product-li.active a,
    .tvtabcategory-product-li:hover a {
        padding: calc(0.94vw + 2px) calc(1.82vw + 2px);
    }

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

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

    .tvall-product-star-icon .star i {
        font-size: 1.2vw;
    }
}

/**** tvcmstabcategory-product-slider mobile Start ****/

@media(max-width: 1199px) {}

@media(max-width: 991px) {
    .tvtabcategory-product-li a {
        font-size: 1.5vw;
    }

    .dg-wrapper,
    .dg-wrapper a {
        width: 28vw;
    }

    span.dg-product-title {
        font-size: 1.4vw;
        height: 4.48vw;
    }

    .dg-items .price,
    .tvall-product-star-icon .star i {
        font-size: 2vw;
    }

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

    .dg-items.dg-left2,
    .dg-items.dg-right2 {
        opacity: 0;
        visibility: hidden;
    }

    .dg-container nav .dg-prev:before {
        left: -14.3vw;
    }

    .dg-container nav .dg-next::before {
        right: -14.3vw;
    }
}

@media(max-width: 767px) {
    .tvcmstabcategory-product-slider .tvtabcategory-product-slider {
        width: 100%;
    }

    .tvtabcategory-all-tab {
        margin-bottom: 15px;
    }

    .tvtabcategory-tab-product {
        margin: 0 -7.5px;
    }

    .tvcms-main-title .tvmain-title {
        font-size: 20px
    }

    span.dg-product-title {
        font-size: 1.8vw;
        height: 5.76vw;
    }

    .dg-container nav .dg-prev::before {
        left: 2.7vw;
        top: 62%;
    }

    .dg-container nav .dg-next::before {
        right: 2.7vw;
        top: 62%;
    }
}

@media(max-width: 575px) {
    .tvcmstabcategory-product-slider {
        background: unset;
    }

    .tvtabcategory-all-tab {
        margin-bottom: 20px;
    }

    .tvtabcategory-product-li {
        width: 50%;
        padding-bottom: 20px;
    }

    .tvtabcategory-product-li a {
        font-size: 16px;
        width: 95%;
        display: inline-block;
    }

    .tvtabcategory-product-sub-title-block {
        /*! margin: 0 -30px; */
    }

    .dg-container {
        height: max-content;
    }

    .dg-wrapper {
        width: 100%;
        margin: 0 15px;
    }

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

    .dg-right1 {
        transform: translateX(70vw);
    }

    .dg-items.dg-left2 {
        transform: translateX(-140vw);
    }

    .dg-items.dg-right2 {
        transform: translateX(140vw);
    }

    .dg-items.dg-left1 {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-70vw);
    }

    .dg-container nav .dg-prev::before,
    .dg-container nav .dg-next::before {
        top: 100%;
    }
}

@media(max-width: 380px) {
    .tvtabcategory-product-li {
        width: 55%;
        min-width: 210px;
        padding-bottom: 10px;
        margin: 0 auto;
    }
}

@media(max-width: 991px) and (min-width: 575px) {
    .tvtabcategory-product-desktop-view {
        display: flex;
        justify-content: center;
    }

    .tvtabcategory-product-sub-title-block {
        min-width: 500px;
    }
}

/**** tvcmstabcategory-product-slider End ****/
/**** tvcmstestimonial Start ****/

.tvcms-all-testimonial {
    background-color: #1D1A1E;
    margin-top: -1px;
}

.tvtestimonial {
    /*! overflow: hidden; */
    padding: 50px;
}

.tvtestimonial-slider-inner {
    padding: 0;
    /*! margin: 0 auto; */
    overflow: hidden;
    /*! width: 34%; */
    cursor: pointer;
}

.tvcmstestimonial h2 {
    margin: 0 0 30px;
    letter-spacing: 0.5px;
    color: #ffffff80;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.tvcmstestimonial h2 span {
    font-size: 40px;
    font-weight: 700;
    color: #99969B;
}

.tvcmstestimonial h2 strong {
    font-size: 40px;
    color: #fff;
}

.tvcmstestimonial.tvcms-all-testimonial .owl-carousel .owl-stage-outer,
.tvcms-left-testimonial .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tvtestimonial-inner-content-box {
    margin-bottom: 30px;
}

.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    margin: 0 15px;
    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;
    padding: 30px 20px;
}

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

.tvcmstestimonial .tvtestimonial-img-block,
.tvtestimonial-title-des {
    margin-bottom: 10px;
}

.tvcmstestimonial .tvtestimonial-dec {
    color: #6B6B6B;
    font-size: 26px;
    width: 100%;
    padding: 15px;
    width: max-content;
    display: flex;
}

.lokij-review-card {
    padding: 12px 30px;
    margin-right: 30px;
    border: 1px solid rgba(160, 32, 240, 0.3);
    border-radius: 100px 100px 100px 0;
    color: #C9C7CC;
    position: relative;
}

.lokij-review-card-inner {
    position: relative;
    z-index: 2;
}

.lokij-review-card:after {
    content: '';
    position: absolute;
    inset: 0;
    transition: opacity 0.6s;
    background: linear-gradient(90deg, rgba(212, 75, 208, 0.5) 0%, rgba(140, 44, 201, 0.2) 100%);
    background: linear-gradient(90deg, rgba(140, 44, 201, 0.5) 0%, rgba(140, 44, 201, 0.2) 100%);
    border-radius: 100px 100px 100px 0;
    opacity: 0;
    transition: 1.2s all;
}

.lokij-review-card:hover:after,
.lokij-review-card.active:after {
    opacity: 1;
}

.tvcmstestimonial .tvtestimonial-dec p {
    height: 96px;
    overflow-y: scroll;
    color: #9e9ea0;
    margin: 0;
}

.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    border-radius: 100%;
}

.tvtestimonial-title {
    padding-bottom: 15px;
}

.tvtestimonial-title-des .tvrattings {
    display: flex;
}

.tvtestimonial-title a {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
}

.tvtestimonial-title-des i {
    font-size: 20px;
    color: #ccc;
}

.tvtestimonial-title-des .star_on i {
    color: gold;
}

.tvtestimonial-logo span {
    font-size: 16px;
    font-weight: 400;
    color: #A4A3A3;
    position: relative;
    display: flex;
    padding-left: 14px;
    align-items: center;
}

.tvtestimonial-logo-text::before {
    content: '\e8b5';
    font-family: 'Material Icons';
    font-size: 17px;
    margin-right: 10px;
}

.owl-item.active .tvtestimonial-title a {
    color: #942cd1;
}

/**** tvcmstestimonial mobile Start ****/


@media (max-width: 1199px) {
    .tvtestimonial {
        padding: 50px 20px;
    }

    .tvtestimonial-slider-inner {
        /*! width: 40%; */
    }

    .tvcmstestimonial h2 {
        font-size: 18px;
    }

    .tvcmstestimonial h2 span,
    .tvcmstestimonial h2 strong {
        font-size: 30px;
    }


    .tvcmstestimonial .tvtestimonial-dec {
        font-size: 16px;
        width: 100%;
        padding: 10px;
        width: max-content;
        display: flex;
    }

    .lokij-review-card {
        padding: 10px 20px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .tvtestimonial-slider-inner {
        /*! width: 60%; */
    }
}

@media (max-width: 767px) {
    .tvtestimonial-slider-inner {
        width: 100%;
    }

    .tvtestimonial-inner-content-box {
        margin: 0;
    }

    .tvtestimonial {
        padding: 50px 0;
    }

    .tvcmstestimonial-main-title-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {

    .tvcmstestimonial h2 span,
    .tvcmstestimonial h2 strong {
        font-size: 24px;
    }

    .tvcmstestimonial h2 {
        font-size: 16px;
    }

    .tvcmstestimonial .tvtestimonial-dec {
        font-size: 14px;
    }
}

/**** tvcmstestimonial End ****/


/**** tvcmsBrandList Start ****/
.tvbrandlist-slider {
    padding: 50px;
}

.tvbrandlist-slider-wrapper-info {
    padding: 15px
}

.tvbrandlist-slider-wrapper-info .tvbrand-img-block {
    border-radius: 10px;
    transition: 0.2s all;
}

.tvbrandlist-slider-wrapper-info .tvbrand-img-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px -5px rgba(160, 32, 240, 0.25);
}

.tvbrandlist-slider-block .tv-img-responsive {
    aspect-ratio: 484/118;
}

/**** tvcmsBrandList mobile Start ****/

@media (max-width: 1199px) {
    .tvbrandlist-slider {
        padding: 50px 20px;
    }
}

/**** tvcmsBrandList End ****/

/**** tvcmstwoofferbanners Start ****/

.tvtwoofferbanner-wrapper {
    margin: 0 -10px;
    padding: 0 20px;
}

.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    padding: 0 10px 20px 10px;
    aspect-ratio: 1.43;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tvbanner-hover-wrapper {
    /*! padding: 20px; */
    /*! background: linear-gradient(to bottom right, #311031, #270d4b); */
    display: flex;
    border-radius: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.twoofferbanner_imagbox {
    width: 100%;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1), clip-path 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.tvofferbanner-two-inner.active .tvbanner-hover-wrapper .twoofferbanner_imagbox,
.tvbanner-hover-wrapper:hover .twoofferbanner_imagbox {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.tvtwoofferbanner-content {
    height: max-content;
    text-align: left;
    position: static;
    /*! width: 100%; */
    background: unset;
    padding: 0;
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.twoofferbanner_videobox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: -1;
}

.tvtwoofferbanner-content h5 {
    margin: 0;
    min-width: 168px;
    text-align: center;
}

.tvtwoofferbanner-content h5 a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    background-color: #8C2CC9;
}

.tvcmstwoofferbanners-one .tvofferbanner-two-inner img {
    /*! border-radius: 15px; */
    padding-bottom: 20px;
    border: none;
}

.tvtwoofferbanner-content h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    -webkit-text-stroke: unset;
    margin-bottom: 0;
    position: relative;
}

/* .left.tvtwoofferbanner-content h4::after {
   content: "";
   position: absolute;
   right: 0;
   top: 50%;
   transform: translate(30%, -50%);
   font-family: 'Material Icons';
   font-size: 35px;
   background: #533d6f;
   border-radius: 100px;
   height: 42px;
   width: 42px;
   line-height: 42px;
   text-align: center;
   cursor: pointer;
   color: #999;
   transition: all .3s;
} */
.left.tvtwoofferbanner-content h4:hover::after {
    color: #fff;
}


/**** tvcmstwoofferbanners mobile Start ****/
@media (max-width:1199px) {
    .tvcmstwoofferbanners-one .tvofferbanner-two-inner {
        padding: 0 5px 20px 5px;
    }

    .tvtwoofferbanner-content {
        left: 5%;
        right: 5%;
    }

    .tvtwoofferbanner-content h4 {
        font-size: 16px;
    }

    .tvtwoofferbanner-content h5 a {
        padding: 10px 15px;
    }

    .tvtwoofferbanner-content h5 {
        font-size: 16px;
        min-width: 130px;
    }
}

@media(max-width: 991px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 10px;
    }

    .tvtwoofferbanner-wrapper {
        margin: 0 -5px;
        padding: 0 10px;
    }

    .twoofferbanner_videobox {
        left: 5px;
        right: 5px;
    }
}

@media(max-width: 767px) {
    .tvcmstwoofferbanners-one {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .tvtwoofferbanner-wrapper {
        display: flex;
        width: 170vw;
        margin: 0;
        padding: 0;
    }

    .tvcmstwoofferbanners-one .tvofferbanner-two-inner {
        padding: 0;
        aspect-ratio: 1;
    }

    .tvcmstwoofferbanners-one .tvofferbanner-two-inner:first-child {
        margin-right: 10px;
    }

    .tvcmstwoofferbanners-one .tvofferbanner-two-inner img {
        padding-bottom: 0;
    }

    .twoofferbanner_videobox {
        top: 0;
        bottom: 0;
        left: 50%;
        right: unset;
        aspect-ratio: 930/698;
        transform: translateX(-50%);
    }

    .tvtwoofferbanner-content {
        left: 5%;
        right: 50%;
        flex-wrap: wrap;
    }

    .tvtwoofferbanner-content h4 {
        margin-bottom: 20px;
    }

}

@media (max-width:575px) {
    .tvtwoofferbanner-content h4 {
        font-size: 18px;
    }

    .tvtwoofferbanner-content {
        right: 20%;
    }
}

/**** tvcmstwoofferbanners End ****/


/**** video-block Start ****/

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

.video-box-right a {
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    background: linear-gradient(to right, #7d24ff, #942cd1);
    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;
}




/**** video-block mobile Start ****/

@media (max-width: 991px) {
    .video-box-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .video-box-right {
        width: 100%;
        padding: 0 calc(50% - 325px);
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {}

/**** video-block End ****/



/**** newsletter Start ****/

.tvcms-newsletter-inner {
    padding-bottom: 60px;
}

.tvnewsletter-block {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.tvnewsletter-lable-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}

.tvnewsletter-desc-wrapper .tvnewsletter-desc {
    font-size: 20px;
    padding-bottom: 26px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

.tvnewsletter-desc strong {
    /*! color: #942cd1; */
    font-weight: 700;
    font-size: 40px;
}

.block_newsletter form {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}

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

.tvnewsleteer-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.tvnewsletter-description {
    display: none;
}

.block_newsletter form .input-wrapper {
    overflow: hidden;
    box-shadow: 0 5px 10px rgb(140 44 201 / 14%);
    transition: 0.2s all;
}

.tvnewsleeter-input-button-wraper .input-wrapper input {
    height: 50px;
    border-radius: 10px;
    padding: 11px;
    color: #333;
    /*! background: #111226; */
    border: none;
    width: 100%;
}

.block_newsletter form .input-wrapper:has(input:focus),
.block_newsletter form .input-wrapper:hover {
    box-shadow: 0 5px 25px rgb(140 44 201 / 14%);
}

.tvnewsleteer-btn-wrapper .hismith-btn {
    height: 50px;
    background-color: #8C2CC9;
    border-color: #8C2CC9;
}
.tvnewsleteer-btn-wrapper .hismith-btn:hover {
    background-color: transparent;
    color: #8C2CC9;
}



/**** newsletter mobile Start ****/

@media (max-width: 1199px) {
    .tvnewsletter-desc strong {
        font-size: 30px;
    }

    .block_newsletter form {
        width: 700px;
    }
}

@media (max-width: 991px) {
    .tvnewsletter-block {
        display: block;
    }

    .tvnewsletter-lable-wrapper {
        margin-bottom: 15px;
        padding-right: 15px;
    }

    .emails-right {
        /*! position: absolute; */
        /*! top: 50%; */
        /*! left: 50%; */
        /*! transform: translate3d(-50%,-50%,0); */
        /*! width: 100%; */
        /*! padding: 0 calc(50% - 325px); */
    }

    .tvnewsletter-desc-wrapper {
        padding: 0 0 10px 0;
        text-align: center;
    }

    .tvnewsleeter-input-button-wraper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .tvnewsleeter-input-button-wraper .input-wrapper input {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .emails-right {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    .tvnewsletter-lable-wrapper {
        display: block;
    }

    .tvnewsletter-desc strong {
        font-size: 24px;
    }

    .tvnewsletter-desc-wrapper .tvnewsletter-desc {
        font-size: 16px;
        text-align: left;
    }
}

/**** newsletter End ****/


/**** custom-text Start ****/

#custom-text {
    padding-bottom: 10px;
    margin-bottom: 50px;
}

#custom-text h2 {
    text-transform: uppercase;
    color: #ccc;
    font-size: 25px;
    font-weight: 700
}

#custom-text p .dark {
    color: #7a7a7a;
    font-weight: 400
}

#custom-text p {
    color: #919096;
    font-size: 16px;
}

#custom-text h1 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

#custom-text .deco-bar {
    margin: 20px auto;
}

.hismith_title {
    font-size: 42px;
}


/**** custom-text mobile Start ****/
@media(max-width: 767px) {
    #custom-text {
        margin-bottom: 0;
    }
}

/**** custom-text End ****/

/**** homepage End ****/

/**** Categorypage Start ****/

@media (min-width: 992px) {
    .product-list-container.expend {
        padding-left: 15px;
    }
    #left-column.tv-left-right-panel-hide {
        width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #left-column.tv-left-right-panel-hide.open {
        width: 33.33%;
        padding-right: 15px;
    }
    #left-column.tv-left-right-panel-hide .theiaStickySidebar {
        position: static;
        background-color: #fff;
        overflow-y: scroll;
        padding: 30px 15px 0;
        opacity: 0;
        -webkit-transition: all .7s ease .1s;
        -o-transition: all .7s ease .1s;
        transition: 0.4s all;
        left: -500px;
        padding: 0;
    }

    #left-column.tv-left-right-panel-hide.open .theiaStickySidebar{
        opacity: 1;
    }

    #search_filters_wrapper.top-search-filter {
        position: static;
        height: 0;
        opacity: 0;
        transition: 0.1s all;
        padding: 0 15px;
    }

    #search_filters_wrapper.top-search-filter.open {
        opacity: 1;
        height: unset;
    }
    #category #wrapper .container {
        width: 1860px;
        max-width: 100%;
        padding-top: 20px;
    }
    .tv-category-main-div {
        margin: 0 15px 100px;
        padding: 0 0 20px;
        border-bottom: 1px solid #C9C7CC7A;
        position: relative;
    }
    .tv-left-search-totle-product>div.menu-open {
        background-color: #fff
    }
    .tvproduct-wrapper .product-hover-btn .add-cart {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    #left-column.tv-left-right-panel-hide.open {
        opacity: 1;
        /*! transition: all .7s ease .1s; */
        left: 0;
        width: 33.33%;
    }
}

.tv-category-title-wrapper {
    position: relative;
    padding: 10px 15px;
    text-align: left;
}

.block-categories a {
    color: #666469;
}

.block-categories a:hover {
    color: #fff;
}

.block-categories .tv-main-category-title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.tvleft-right-title-toggle {
    display: none;
}

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

.block-categories .category-sub-menu li {
    position: relative;
    margin: 0 15px;
    font-size: 14px;
}

.block-categories .category-sub-menu li[data-depth="0"] {
    margin: 0
}

.block-categories .category-sub-menu li>a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
}

.block-categories .category-sub-menu li>a:hover,
.block-categories .category-sub-menu li>a.currentCategory {
    color: #8C2CC9;
}


.category-sub-menu li[data-depth="0"]>a {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    display: block;
    font-size: 20px;
    color: #000;
}

.block-categories .collapse-icons {
    position: absolute;
    top: 9px;
    padding: 0;
    cursor: pointer;
    height: 32px;
    width: 32px;
    text-align: center;
    right: 0px;
    line-height: 32px;
}

.block-categories .collapse-icons svg {
    transition: 0.05s all;
}

.block-categories .collapse-icons path {
    fill: transparent;
}

.block-categories .collapse-icons[aria-expanded=true] svg {
    transform: rotateX(180deg);
}



.block-categories .collapse-icons .add,
.block-categories .collapse-icons .remove {
    font-size: 17px
}

.block-categories .collapse-icons[aria-expanded=true] .add,
.block-categories .collapse-icons .remove {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: inline-block
}

.card.block-category {
    margin-bottom: 25px;
    padding: 15px 0;
}

.short-description-wrapper {
    display: none;
}

.special-color {
    color: #363338;
}

a.special-color {
    text-decoration: underline;
}

#category-description {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

#category-description .myh2,
#category-description .myh3 {
    margin-bottom: 18px;
    /*! padding: 5px 10px; */
    /*! background: #942cd1cc; */
    /*! color: #fff; */
    border-radius: 5px;
}

#category-description h3 {
    font-size: 22px;
}

#category-description h2 {
    font-size: 26px;
    padding: 5px 10px;
    background: #F6F8F9;
    margin-left: -10px;
    margin-right: -10px;
}

#category-description h4 {
    font-size: 16px;
    color: #942cd1;
}
#category-description p {
    color: #666469;
}
#category-description ul {
    margin-bottom: 20px;
}

#category-description li {
    /*! color: #ccc; */
    line-height: 24px;
    margin-bottom: 16px;
}

#category-description li:before {
    content: "✤ ";
    color: #942cd1;
}

.myNewH3>span {
    padding: 5px 10px;
    background: #F6F8F9;
    border-radius: 5px;
    display: inline-block;
}

.main-text .tvall-inner-btn {
    background-color: #942cd1;
    color: #fff;
    margin-bottom: 15px;
}

.tv-category-main-div svg {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: rotateX(180deg);
    transition: 0.2s all;
}

.tv-category-main-div svg.collapsed {
    transform: unset;
}

.tv-category-main-div svg path {
    stroke: #C9C7CC;
    fill: transparent;
}


.tv-sub-category-title-wrapper {
    padding: 15px 15px 0;
}

.tvcategory-name-image {
    overflow-x: auto;
    height: 57px;
    display: flex;
    overflow-y: hidden;
    margin: 0;
    user-select: none;
    font-size: 18px;
    justify-content: left;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.tvcategory-name-image.collapse.in {
    height: unset;
    display: flex;
}

.tv-sub-category-title-wrapper .tv-sub-category-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.tv-sub-category-wrapper {
    padding: 15px 20px;
}

.tvcategory-name a {
    color: #99969B;
    transition: 0.2s all;
}

.tvcategory-name a.category-self {
    color: #040206;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.tvcategory-name a:hover {
    color: #040206;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.tvcenter-block-product-section {
    border-radius: 3px;
    /*! padding: 15px 0; */
    /*! margin-bottom: 5px; */
    font-size: 18px;
    margin-top: 50px;
}

.tvall-page-shortby {
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tv-left-search-totle-product {
    display: flex;
    align-items: center;
    /*! position: initial */
    /*! padding-left: 0; */
}

.tv-left-search-totle-product>div {
    padding: 10px 20px 15px 20px;
    border-radius: 5px 5px 0 0;
    transition: 0.4s all;
    margin-top: 5px;
}


.tv-total-product {
    margin-left: 10px;
}

.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper {
    /*! background-image: url(../img/themevolty/sprite.png); */
    /*! background-position: -105px -955px; */
    /*! padding: 12px 8px; */
    /*! border: 1px solid #c9c7cc94; */
    /*! float: left; */
    color: #000;
    /*! height: 40px; */
    /*! width: 40px; */
    /*! margin: 0 30px 0 0; */
    cursor: pointer;
    /*! border-radius: 3px; */
    /*! overflow: hidden; */
    display: flex;
    line-height: 32px;
}

.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper svg {
    margin-right: 15px;
}

.tvleft-right-title-wrapper {
    position: relative;
    text-align: left;
    float: left;
    color: #000;
    margin: 0 30px 0 0;
    cursor: pointer;
    /*! border-radius: 3px; */
    overflow: hidden;
    width: auto;
    display: flex;
    /*! padding: 8px 10px; */
    align-items: center;
}

.tvleft-right-title-wrapper svg {
    margin-right: 15px;
}

.tvleft-right-penal-all-block .tvleft-right-title-wrapper {
    display: none;
}

.tvproduct-top-filter-name {
    margin-bottom: 0;
    line-height: 32px;
}

.tv_search_filter_wrapper .tvleft-right-title-wrapper i {
    display: block;
    line-height: 24px;
    text-align: center;
    font-size: 17px;
}

.tv-total-product-number {
    margin-bottom: 0;
    line-height: 32px;
    min-width: 120px;
    color: #99969B;
}

.products-selection .sort-by-row {
    display: flex;
    align-items: center;
    justify-content: right;
}

.products-sort-order {
    min-width: 250px;
    max-width: 300px;
}

.page-new-products .products-sort-order {
    min-width: 310px;
    max-width: 310px;
}

.products-selection .sort-by {
    text-align: right;
    padding: 0;
    width: 70px;
    min-width: 70px;
    color: #99969B;
}

.products-sort-order .select-title {
    width: 100%;
    color: #000;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    padding: 0px 0 0 20px;
}

.products-sort-order svg {
    transition: 0.05s all;
}

.products-sort-order.open svg {
    transform: rotateX(180deg);
}

.products-sort-order .select-title path {
    fill: transparent;
    stroke: #000;
}

.products-sort-order .dropdown-menu {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    left: 15px;
    right: 15px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all;
    overflow: hidden;
    transition-delay: 0.2s;
    top: 40px;
    padding: 5px 0;
}

.open.products-sort-order .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.products-sort-order .select-list {
    display: block;
    padding: 9px 20px;
    font-size: 14px;
}

.products-sort-order .select-list:hover {
    /*! background: #942cd1; */
    color: #942cd1;
}

#search_filters {
    box-shadow: none;
    margin: 0;
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
}

#search_filters {
    /*! display: none; */
}

.tvserach-filter-wrapper {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

.facet-search-title {
    /*! display: flex; */
    /*! align-items: center; */
    /*! justify-content: center; */
    /*! margin-bottom: 25px; */
}

.facet-search-title svg {
    margin-right: 5px;
}

.tvserach-filter-wrapper .facet-search-title {
    margin-bottom: 25px;
}

.tvserach-filter-wrapper h3 {
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
}

.tvserach-filter-wrapper h3:before {
    content: '';
    font-family: Material Icons;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 25px;
}

.tvserach-filter-wrapper h3 i {
    vertical-align: middle;
    font-style: unset;
}

.tvsearch-filter-content-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.tvsearch-filter-content-wrapper .facet:not(:last-child) {
    margin-bottom: 40px;
}

#search_filters .facet .facet-title {
    line-height: normal;
    /*! padding-bottom: 5px; */
    margin-bottom: 10px;
    /*! text-transform: uppercase; */
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: none;
}

#search_filters .facet .title {
    /*! border-bottom: 1px solid #393939; */
    display: flex;
    padding: 0 30px;
}

.tvfilter-dropdown-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tvfilter-dropdown-wrapper:has(.faceted-slider) {
    align-items: center;
}

.tvfilter-search-types-title {
    position: relative;
}

.tvfilter-search-types-dropdown {
    margin-bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tvfilter-dropdown-wrapper .faceted-slider {
    position: relative;
    padding: 0 15px;
    width: 380px;
    max-width: 100%;
    color: #666469;
}

#search_filters .facet .title .facet-title {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    /*    color: #fff; */
    text-align: right;
}

#search_filters .tvsearch-filter-content-wrapper section.facet:has(.fs-item-selected) {
    opacity: 0.8;
}

#search_filters .tvsearch-filter-content-wrapper section.facet .final-facet-search {
    background: #333;
}

#search_filters .facet .tvdropdown-btn {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: translateY(-50%);
    display: none;
}

#search_filters .facet .open .tvdropdown-btn i {
    transform: rotateZ(180deg);
}

.tvfilter-search-types-dropdown>li {
    margin-bottom: 15px;
    margin-right: 50px;
    font-size: 18px;
    display: inline-block;
}

.tvfilter-search-types-dropdown.faceted-slider>li {
    width: 100%;
    margin-top: 14px;
}


.tvfilter-search-types-dropdown>li p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#search_filters .ui-slider-horizontal {
    height: 6px;
    background: #00000014;
    border-radius: 12px;
    position: relative;
    max-width: calc(100% - 16px);
}

#search_filters .ui-widget-header {
    background: #040206;
    height: 6px;
    position: absolute;
    top: 0;
    z-index: 1;
}

#search_filters_wrapper #search_filters .ui-slider .ui-slider-handle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #000000;
    position: absolute;
    top: -5px;
    z-index: 2;
    background: #fff;
}

#search_filters .facet .facet-label {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}
#search_filters .facet .facet-label .custom-checkbox {
    position: static;
}
#search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#search_filters .facet .facet-label a {
    /*! margin: 0 0 0 8px; */
    color: #666469;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    letter-spacing: 0.3px;
    /*! width: calc(100% - 40px); */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.tvfilter-search-types-dropdown>li .magnitude {
    float: right;
    display: none;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: auto;
    margin-right: 0;
    padding-right: 7px;
}

#_desktop_search_filters_clear_all {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.active_filters {
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #393939;
    border-radius: 3px;
}

.active_filters .active-filter-title {
    display: block;
    margin: 10px 0 20px;
    font-weight: 600;
    text-align: center;
}

.active_filters ul {
    display: inline;
}

.active_filters .filter-block {
    color: #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    background: #222;
    border-radius: 3px;
}

.active_filters .filter-block button {
    background: transparent;
    border: none;
    color: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.active_filters .filter-block .close {
    font-size: 16px;
    /*! float: right; */
}

.ap-cl-btn-div {
    display: flex;
    justify-content: right;
    font-size: 14px;
    color: #040206;
}

.ap-cl-btn-div .btn {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 3px;
    margin-left: 25px;
}

.ap-cl-btn-div .btn.final-facet-search {
    background: #000;
    color: #fff;
}

.ap-cl-btn-div .btn.final-facet-search path {
    fill: #fff;
}

.ap-cl-btn-div svg {
    margin-right: 5px;
}

.tvgrid-list-view-product {
    text-align: center;
}

#tv-button-load-products,
#tv-back-top-wrapper .tv-back-top-span {
    width: 310px;
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid #99969B;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    color: #99969B;
    /*! font-weight: 400; */
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    padding: 10px 30px 10px 0px;
    display: inline-block;
    position: relative;
}

#tv-back-top-wrapper .tv-back-top-span {
    width: 210px;
}

#tv-button-load-products:after,
#tv-back-top-wrapper .tv-back-top-span:after {
    content: '\e313';
    font-family: 'Material Icons';
    margin-left: 3px;
    position: absolute;
    top: -2px;
    font-size: 40px;
    right: 7px;
}

#tv-back-top-wrapper .tv-back-top-span:after {
    transform: rotateZ(180deg);
    top: -6px;
}

#tv-button-load-products:hover,
#tv-back-top-wrapper .tv-back-top-span:hover {
    /*! background: #942cd1; */
    /*! color: #fff; */
    filter: invert(1);
}

#tv-loader {
    clear: both;
    padding: 80px 0 40px;
    font-weight: 600;
    text-transform: uppercase;
    background: url("/modules/tvcmsinfinitescroll/views/img/ajax-loader.svg") no-repeat center 20px;
    filter: invert(1);
}

#tv-loader p {
    margin: 0;
    padding: 0;
    color: #141314;
}

.tv-back-top-link {
    font-size: 16px;
    color: #99969B;
}

#tv-back-top-wrapper p {
    margin: 0;
}

#tv-back-top-wrapper .tv-back-top-span {
    display: inline-block;
    margin: 10px 0 30px 5px;
}
#products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*! margin: 0 -15px; */
}

#category .tvcompare-wrapper,
#new-products .tvcompare-wrapper {
    /*display: none;*/
}

.tvproduct-wrapper .product-hover-btn svg.add,
.tvproduct-wrapper .product-hover-btn svg.remove {
    display: block;
    margin-left: 3px;
    padding: 5px;
    background: #fff8;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #0002;
}

.tvproduct-wrapper .product-hover-btn span svg {
    display: block;
    margin-left: 0;
    position: absolute;
    right: -5px;
    top: 0;
    /*! z-index: -1; */
}

.table-wrapper {
    /*     width: 1400px; */
    max-width: 100%;
    overflow-x: scroll;
    padding: 0 0 20px;
    position: relative;
    margin: 50px auto;
}

table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}


table tr {
    border-bottom: 1px solid #F6F8F9;
}

table th {
    border-bottom: 1px solid #F6F8F9;
    border-right: 1px solid #F6F8F9;
    padding: 10px;
    text-align: center;
}

table td {
    border-right: 1px solid #F6F8F9;
    padding: 10px 10px;
    width: 160px;
}

table tbody tr:nth-child(2n+1) td {
    background: #F6F8F9;
}



.machine-compare-table img {
    max-width: 100%;
    aspect-ratio: 1;
}

.machine-img {
    margin-bottom: 10px;
    padding: 15px;
}

.machine-name {
    height: 38px;
}

.machine-name a {
    text-decoration: underline;
}

.feature_key span[title]:after {
    vertical-align: middle;
    cursor: pointer;
    content: '';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    display: inline;
}

@media (min-width: 768px) {
    table td, table th {
        min-width: 200px;
    }
}
/**** Categorypage Mobile Start ****/

@media (max-width: 1199px) {
    .tvproduct-wrapper .product-hover-btn {
        /*! width: 36px; */
        /*! height: 36px; */
    }


    #category .tvfooter-storelogo-imformation {
        margin-top: 50px;
    }


    .tvproduct-wrapper.grid .tvproduct-hover-btn {
        justify-content: space-around;
        opacity: 1;
        /*! position: static; */
        /*! margin: 15px -10px 10px; */
    }

    .tvproduct-wrapper .product-hover-btn {
        background: transparent;
        /*! color: #fff; */
        border: none;
        opacity: 1;
        color: #040206;
    }
    .tvproduct-wrapper .product-hover-btn svg path {
        fill: #000;
    }

    .tvproduct-image {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    #category #wrapper {
        margin-bottom: 10px;
    }

    #category .tvfooter-storelogo-imformation {
        margin-top: 0px;
    }

    #category-description .data-sheet {
        max-width: 100%;
    }

    .tvcms-left-column-wrapper {
        /*! display: none; */
    }

    .tvfilter-search-types-dropdown {
        /*display: none;*/
        /*! margin-top: 15px; */
    }

    .tv-category-title-wrapper {
        border-bottom: 1px solid #222;
        border-top: 1px solid #222;
        padding: 10px 0;
    }

    #category .tvfooter-contact-link-wrapper.links {
        margin: 10px 0;
    }

    #category .tvfooter-title-wrapper {
        margin-bottom: 15px;
    }

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

    .tvproduct-wrapper .product-hover-btn svg.add,
    .tvproduct-wrapper .product-hover-btn svg.remove {
        width: 34px;
        height: 34px;
    }
    .tv-category-main-div {
        margin: 0 -15px;
        border-top: 1px solid #F5F5F7;
        position: relative;
        background: #fff;
    }
    .tv-category-main-div.sticky {
        top: 0;
        position: fixed;
        z-index: 101;
        width: 100%;
        left: 0;
        animation: mySticky 1s;
        animation-timing-function: ease;
        animation-timing-function: ease;
        animation-timing-function: ease-in-out;
        transform: translateY(0);
        transition: transform 0.1s ease-in-out;
        box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
        margin: 0;
    }
    .tv-category-main-div svg {
        right: 0;
        /*! top: 50%; */
        left: auto;
        /*! bottom: auto; */
        bottom: 0;
        height: 56px;
        width: 76px;
        padding: 12px 15px 12px 29px;
        background: linear-gradient(to left, #fff 0%, #fff 50%, transparent 100%);
    }
    .tv-category-main-div svg path {
        stroke: #000;
    }
    .tv-category-main-div svg.collapsed {
        /*! transform: translateY(-50%); */
        
    }
    .tvcenter-block-product-section {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tvleft-penal-product-top,
    .product-list-container,
    .card.block-category {
        margin: 0 -15px;
    }
    .tv-left-search-totle-product > div {
        padding: 10px 0 15px 0;
    }
    .tvproduct-top-menu-name,
    .tvproduct-top-filter-name {
        display: none;
    }
    .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper svg {
        margin-right: 30px;
    }
    #left-column.tv-left-right-panel-hide,
    .top-search-filter {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 0;
        background: #0008;
        z-index: -1;
        opacity: 0;
        padding: 0;
        transition: 0.3s height;
        transform-origin: top
    }
    #left-column.tv-left-right-panel-hide.open,
    .top-search-filter.open {
        z-index: 105;
        opacity: 1;
        height: 100vh;
    }
    #left-column.tv-left-right-panel-hide .theiaStickySidebar,
    .top-search-filter #search_filters {
        position: absolute;
        padding: 20px;
        background: #FAFAFA;
        width: 400px;
        max-width: 100%;
        height: 100vh;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0;
    }
    .top-search-filter #search_filters {
        overflow-y: hidden;
    }
    .top-search-filter #search_filters .tvserach-filter-wrapper {
        overflow-y: scroll;
        height: calc(100vh - 150px);
        overflow-x: hidden;
        margin-bottom: 0;
    }
    .is-mobile-ios .top-search-filter #search_filters .tvserach-filter-wrapper {
        height: calc(100vh - 220px);
    }
    .tvleft-column-close-btn,
    .search_filter_controls {
        text-align: right;
    }
    #search_filters .facet .title {
        padding: 0 15px;
    }
    #search_filters .facet .title .facet-title {
        text-align: left;
        margin-bottom: 30px;
    }
    #search_filters .facet .tvfilter-dropdown-wrapper:has(.faceted-slider) .title .facet-title {
        
        margin-bottom: 10px;
    }
    .tvfilter-search-types-dropdown > li {
        margin-right: 0;
        min-width: 50%;
    }
    .tvfilter-search-types-dropdown > li .js-search-link {
        margin-right: 15px;
    }
    .ap-cl-btn-div {
        position: absolute;
        
        justify-content: center;
        bottom: 20px;
        left: 0;
        right: 0;
        /*! top: 100%; */
    }
    .is-mobile-ios .ap-cl-btn-div {
        bottom: 90px;
    }
    .ap-cl-btn-div .btn.js-search-filters-clear-all,
    .tvproduct-wrapper .product-hover-btn .add-cart-div svg  {
        margin: 0;
    }
    .tvproduct-wrapper .product-hover-btn .add-cart-div svg  path {
        fill: #fff;
    }
    .tvproduct-wrapper .product-hover-btn > div > span {
        display: none;
    }
    .tvproduct-wrapper .product-hover-btn .add-cart-div {
        padding: 4px 5px 6px;
        background: #000000;
        border-radius: 50%;
    }
    .tv-sub-category-wrapper {
        padding: 15px 15px;
    }

}

@media (max-width: 767px) {
    #category-description .data-sheet {
        font-size: 14px;
    }

    .block-categories .category-top-menu li>.category-sub-menu {
        /*! padding: 10px 40px; */
    }

    .tv-left-search-totle-product {
        /*! margin-bottom: 15px; */
    }

    .tv-left-search-totle-product {
        /*! justify-content: center; */
    }

    .tvall-page-shortby {
        /*! float: none; */
    }

    .products-selection .sort-by-row {
        /*! justify-content: center; */
    }

    .block-categories .category-sub-menu li[data-depth="0"]>a {
        /*! color: #fff; */
        /*! font-weight: 700; */
    }

    #category .tvfooter-contact-link-wrapper.links {
        margin-top: 2px;
    }

    .block-categories .tv-main-category-title {
        text-align: center;
    }

    .machine-compare-table td,
    .machine-compare-table th {
        min-width: 120px;
    }

    .machine-compare-table .feature_key,
    .machine-compare-table .feature_value {
        width: 120px;
    }
}

@media (max-width: 575px) {
    #js-product-list .tvgrid-list-view-product .products {
        margin: 0 0 30px;
        padding: 0 10px;
    }

    .block-categories .category-top-menu li>.category-sub-menu {
        /*! padding: 10px 15px; */
    }

    .tvserach-filter-wrapper h3 {
        margin-bottom: 20px;
    }

    .machine-compare-table td,
    .machine-compare-table th {
        min-width: 120px;
    }

    .machine-compare-table .feature_key,
    .machine-compare-table .feature_value {
        width: 120px;
    }
    .tv-left-search-totle-product > div.tv-total-product {
        display: none;
    }
    .tvproduct-hover-btn .tvcompare-wrapper .tvproduct-compare > div span {
        display: none;
    }
}

@media (max-width: 375px) {
    .tvall-product-wrapper-info-box {
        width: 100%;
        margin-bottom: 10px;
    }
}

/**** Categorypage End ****/


/**** Productpage Style Start ****/

/**** Sticky add to cart button Style End ****/
.tvfooter-product-sticky-bottom {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px -1px 2px 0.8px rgba(122, 122, 122, 0.18);
    transform: translateY(30px);
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
}

.tvfooter-product-sticky-bottom.sticky {
    transform: translateY(0);
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.tvflex-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px 15px;
}

.tvfooter-product-sticky-bottom .tvproduct-image-title-price {
    display: flex;
    align-items: center;
    margin-right: 15px;
    width: 480px;
    justify-content: space-between;
    flex-shrink: 0;
}

.tvfooter-product-sticky-bottom h1 {
    margin: 0;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1;
}

.tvfooter-product-sticky-bottom .tvtitle-price h1.h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

.tvfooter-product-sticky-bottom .product-discount,
.tvfooter-product-sticky-bottom .discount,
.tvfooter-product-sticky-bottom .tvproduct-tax-label,
.tvfooter-product-sticky-bottom .tax-shipping-delivery-label {
    display: none;
}

.tvfooter-product-sticky-bottom .tvtitle-price .regular-price {
    font-size: 13px;
    margin-left: 5px;
}

.tvfooter-product-sticky-bottom .product-variants {
    display: none;
}

.product-action-wrapper {
    width: 550px;
}

.tvfooter-product-sticky-bottom .product-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: right;
}

.tvfooter-product-sticky-bottom .product-quantity {
    margin: 0 15px 0 0;
    /*! width: 30%; */
    /*! min-width: 213px; */
}

.tvfooter-product-sticky-bottom .tv-product-page-add-to-cart-wrapper {
    /*! display: flex; */
    /*! margin-left: 15px; */
    /*! width: 70%; */
    padding: 0;
    background: transparent;
}

.tvfooter-product-sticky-bottom .tvproduct-wishlist-compare {
    display: none;
}

.tvfooter-product-sticky-bottom .pp-checkout-btn {
    margin: 0;
}

.tvfooter-product-sticky-bottom .pp-checkout-btn .hs_paypal_btn svg {
    width: 80px;
    height: 19px;
}

#product .tv-left-layout>.row {
    margin: 0;
}

.tvprduct-image-info-wrapper {
    position: relative;
    margin-bottom: 40px;
}


#product #content {
    position: relative;
    margin: 0 auto;
    /*! display: flex; */
    /*! flex-wrap: wrap; */
}

.tvvertical-slider .arrows {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.tvvertical-slider .arrows .tvvertical-slider-next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.tvvertical-slider .arrows .tvvertical-slider-pre {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.tvvertical-slider .arrows .tvvertical-slider-next:hover,
.tvvertical-slider .arrows .tvvertical-slider-pre:hover {
    color: #fff;
}

.tv-product-page-content h1 {
    font-size: 40px;
    color: #000;
}


.tv-product-page-content h2 {
    font-size: 24px;
    color: #99969B;
    font-weight: 400;
}

.tvproduct-title-brandimage {
    position: relative;
}

.tvproduct-title-brandimage .tvproduct-stock-social {
    position: absolute;
    top: 16px;
    right: 0;
}

.tvproduct-page-wrapper .tvall-product-star-icon .tvall-product-review {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

.ets_crosssell_block .tvall-product-star-icon .tvall-product-review {
    display: none;
}

.tvproduct-page-wrapper .star_content {
    float: left;
    margin-right: 10px;
}

.tv-product-page-content .theiaStickySidebar>div,
.tv-product-page-content>div {
    margin-bottom: 20px;
}

.description-wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
}

.description-extract {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
    margin-bottom: 15px;
}

.description-link {
    margin-bottom: 10px;
    color: #8C2CC9;
}

.reassurance-wrapper {
    padding: 30px;
    background: #F6F8F9;
    color: #666469;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 10px 10px 10px 10px;
}

#product-availability {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#product-availability i {
    font-style: unset;
}

#product-availability .product-unavailable {
    margin-right: 15px;
    transform: translateY(-1px);
    font-weight: 700;
}

.tv-product-page-content .theiaStickySidebar {
    margin-bottom: 0;
}

.product-prices .product-price {
    font-size: 16px;
}

.product-prices .product-price>div {
    margin-right: 10px;
    color: #000;
    font-size: 40px;
}

.product-prices .product-price>div>span {
    line-height: 1;
    display: inline;
    vertical-align: baseline;
}

.tv-product-page-content .tvall-product-star-icon {
    display: inline-block;
    width: calc(100% - 110px);
}

.tvproduct-stock-social {
    display: inline-block;
    width: 110px;
}

.social-icon li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.social-icon li:nth-last-child(1),
.social-icon li:nth-last-child(2) {
    margin: 0
}

.social-icon li a {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 40px;
    text-align: center;
}

.social-icon li a svg {
    width: 28px;
    height: 28px;
}

.social-icon li a path {
    fill: rgb(201, 199, 204);
}

.social-icon li a:hover path {
    fill: #000;
}

/* .facebook.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -62px;
    background-color: #21212d;
    background-color: rgb(201,199,204);
}

.twitter.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -111px;
    background-color: #5ea9dd;
    background-color: rgb(201,199,204);
} */

.rss.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -155px;
    background-color: #EE802F;
    background-color: rgb(201, 199, 204);
}

.youtube.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -205px;
    background-color: #c4302b;
    background-color: rgb(201, 199, 204);
}

.googleplus.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -255px;
    background-color: #DD4B39;
    background-color: rgb(201, 199, 204);
}

/* .pinterest.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -211px;
    background-color: #cb2027;
    background-color: rgb(201,199,204);
} */

.vimeo.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -355px;
    background-color: #4EBBFF;
    background-color: rgb(201, 199, 204);
}

.instagram.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -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: -63px -62px;
    background-color: #fff;
    border: 1px solid #21212d;
}

.twitter.icon-black a:hover {
    background-position: -62px -112px;
    background-color: #fff;
    border: 1px solid #5ea9dd;
} */

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

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

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

/* .pinterest.icon-black a:hover {
    background-color: #fff;
    background-position: -62px -212px;
    border: 1px solid #cb2027;
} */

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

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

.tv-product-page-content .product-reference label {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}

.tvproduct-page-decs ul li {
    margin-bottom: 10px;
}

.tvproduct-page-decs strong {
    color: #fff;
}

.tvproduct-page-decs a {
    color: #e3e3e3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#block-reassurance li {
    /*! max-width: 320px; */
}

#block-reassurance li .block-reassurance-item {
    /*! padding: 10px 10px; */
    border-radius: 10px;
    /*! border: 1px solid #727893; */
    margin-bottom: 20px;
}

#block-reassurance li:last-child .block-reassurance-item {
    margin-bottom: 0;
}

#block-reassurance img {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

#product #block-reassurance span {
    font-size: 20px;
    line-height: 25px;
    vertical-align: middle;
}

.product-variants>.product-variants-item select {
    width: auto;
}

.product-information {
    padding: 30px 0 0px;
    border-top: 1px solid #E5E7EB;
}

.tvproduct-page-wrapper .ets_crosssell_block {
    margin-top: 0;
    padding-top: 30px;
    width: 100vw;
    background: #F5F5F7;
    margin: 0 -30px;
    padding: 50px 30px;
}

.tvproduct-description-tab {
    margin: 50px 0 0;
    border-radius: 3px;
}

.tvproduct-description-tab .nav-item {
    float: left;
    display: block;
}

.tvproduct-description-tab .nav-item a {
    display: block;
    font-size: 26px;
    padding: 10px 30px;
    margin: 0;
    /*! border: 1px solid #393939; */
    border-bottom: none;
    color: #99969B;
    border-bottom: 2px solid transparent;
}

.tvproduct-description-tab .nav-item a.active {
    color: #040206;
    font-weight: 700;
    border-color: #000;
}

#tab-content {
    padding: 60px 0;
}

.tab-content>.tab-pane {
    display: none
}
.tab-content #product-details {
    font-size: 22px;
}

.tab-content>.active {
    display: block;
}

#description_short .product-description {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

#product-details .product-reference {
    margin-bottom: 30px;
/*     font-size: 26px; */
}

#product-details .product-reference>span {
    color: #99969B;
}


#product-details .label {
    font-weight: 700;
    margin: 0 8px 0 0;
    color: #040206;
    font-size: inherit;
}

.tvproduct-description-tab .product-features {}

.tvproduct-description-tab .product-features p {
    margin-bottom: 15px;
    display: none;
}

.product-features dl {
    margin-bottom: 0;
}

.parameters {
    display: flex;
    flex-wrap: wrap;
    margin: 0 - 15px;
    background: #F6F8F9;
    padding: 50px;
    border-radius: 10px;
/*     font-size: 26px; */
}

.pm_items {
    width: 25%;
    padding: 15px;
    border-right: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}


.pm_items.last-row-item {
    border-bottom: none;
}

.pm_value {
    color: #99969B;
}

.pm_key {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.pm_key path {
    fill: #000;
}

.tvReviews {
    margin-bottom: 30px;
}

.tvproduct-description-tab .open-comment-form {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 180px;
    text-align: center;
    border-radius: 3px;
    background: #8C2CC9;
    border-color: #8C2CC9;
}
.tvproduct-description-tab .open-comment-form:hover {
    color: #8C2CC9;
    background: transparent;
}

.tvproduct-description-tab .open-comment-form span {
    font-size: 18px;
    vertical-align: middle;
}

#tvcmsproduct_comments_block_tab {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

#tvcmsproduct_comments_block_tab>div {
    margin-bottom: 15px;
}

#tvcmsproduct_comments_block_tab div.comment {
    padding: 15px 0;
    margin: 0;
    /*! border: 1px solid #444; */
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#tvcmsproduct_comments_block_tab .comment_author {
    display: flex;
    /*! justify-content: left; */
    /*! margin-bottom: 30px; */
    flex-wrap: wrap;
}

#tvcmsproduct_comments_block_tab .comment_author_infos {
    padding: 0;
    width: 50%;
    font-size: 26px;
    margin-bottom: 10px;
}

#tvcmsproduct_comments_block_tab .star_content {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

.comment_details {
    width: 100%
}

.comment_author_infos strong {
    /*! display: block; */
    /*! margin-bottom: 5px; */
}

#product .comment_author_infos em {
    display: none;
}

#tvcmsproduct_comments_block_tab div.comment .star_content .star {
    display: inline-block;
    vertical-align: top;
}

.verified-c {
    text-align: right;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.verified-c svg {
    margin-right: 10px;
}

#tvcmsproduct_comments_block_tab p {
    font-size: 20px;
    white-space: pre-wrap;
    padding: 0 15px;
}

#tvcmsproduct_comments_block_tab h6 {
    font-size: 24px;
}


#tvcmsproduct_comments_block_tab div.comment li {
    line-height: 22px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#tvcmsproduct_comments_block_tab div.comment .comment_details li button {
    padding: 5px 10px;
    border: 1px solid #444;
    border-radius: 5px;
    color: #ccc;
    box-shadow: 0px 0px 1px #ffffff4d;
}

#tvcmsproduct_comments_block_tab div.comment .comment_details li button:hover {
    box-shadow: 0px 0px 2px #fff9;
}

.fancybox-skin {
    background: #fff;
    color: #040206;
    margin-bottom: 100px;
    /*! overflow-y: scroll; */
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.fancybox-close {
    top: 15px;
    right: 25px;
    /*! display: none; */
    width: 26px;
    height: 26px;
    background: unset;
}

.title .custom-close {
    display: block;
    position: absolute;
    top: 0;
    background: unset;
    right: 10px;
    width: 26px;
    height: 26px;
}

#id_new_comment_form .title {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    /*! color: #fff; */
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 25px;
    width: 100%;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
}

#id_new_comment_form {
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
    max-width: 100%;
}

.tvcmsproduct-image-comment img {
    border-radius: 5px;
}

.tvproduct-review-box>* {
    margin-bottom: 30px;
}

.tvproduct-review-box .product-title a h6 {
    font-size: 18px;
    font-weight: 700;
    -webkit-line-clamp: 2;
}

#criterions_list label {
    margin: 0;
}

#criterions_list .star_content {
    margin: 0 20px 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}

#criterions_list li .cancel {
    order: 2;
    position: absolute;
    right: -50px;
    background: none;
    display: none;
}

#criterions_list li .cancel a:after {
    content: 'Clear';
    font-size: 11px;
    color: #c9c7cc;
}

#new_comment_form .star a,
#tvcmsproductCommentsBlock .star a {
    display: none;
}

#new_comment_form div.star {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    cursor: pointer;
}

#new_comment_form .star,
#new_comment_form .star.star_on {
    background: url(../../../../modules/tvcmsproductcomments/views/img/Staroff.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

#new_comment_form .star.star_hover,
#new_comment_form .star.star_on {
    background: url(../../../../modules/tvcmsproductcomments/views/img/Staron.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

#criterions_list li {
    display: flex;
    align-items: center;
}

.tvcustom-review-box label {
    display: block;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.tvproduct-review-box sup,
.fl.required {
    color: #f00;
    top: 4px;
}
.fl.required {
    display: none;
}

.tvcustom-review-box input {
    border: 1px solid #C9C7CC;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    /*! background: #000; */
    /*! color: #ccc; */
}
.tvreviews-popup-send-btn {
    display: flex;
    justify-content: space-between;
}
.tvcustom-review-box #review_content {
    border: 1px solid #C9C7CC;
    padding: 5px 10px;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    /*! background: #000; */
    /*! color: #ccc; */
}

#new_comment_form_error li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #f10;
}

.tvreviews-popup-send-btn .hismith-btn {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background: transparent;
    border: 1px solid #040206;
    border-radius: 3px;
    transition: 0.2s all;
    color: #040206;
}

.tvreviews-popup-send-btn .hismith-btn:hover,
.tvreviews-popup-send-btn .hismith-btn#submitNewMessage {
    background: #040206;
    color: #fff;
}
.tvreviews-popup-send-btn .hismith-btn#submitNewMessage:hover {
    background: transparent;
    color: #040206;
    
}


#product .video_cont,
#product .img_cont {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#product .tvproduct-page-decs .video_cont {
    width: auto;
}

#product .custom-selector {
    max-width: 200px;
}

.pd_container img {
    margin: 0;
    aspect-ratio: 1464/600;
    width: 100%;
}

.pd_slider_cont {
    aspect-ratio: 1464/600;
    position: relative;
}

.pd_container .js-arrow-up {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #fff;
}

.pd_container .js-arrow-down {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #fff;
}

.pd_slider {
    padding-bottom: 30px;
}

.pd_slider .slick-dots {
    margin: 0;
    bottom: -8px;
}

#content .images-container {
    transform: translateX(0);
    opacity: 1;
    position: relative;
}

#content .video-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-modal-product-images {
    display: flex;
}


.tvprduct-image-info-wrapper .product-cover .layer {
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    bottom: 15px;
    top: auto;
    right: 15px;
    left: auto;
    z-index: 10;
    opacity: 1;
    background-color: transparent;
    display: none;
}

.tvproduct-play-icon {
    width: 100%;
    margin-top: 30px;
}

.tvproduct-play-icon-wrapper {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.show-img-div .show-img-btn,
.play-video-div .play-video-btn {
    display: flex;
    align-items: center;
    width: 95px;
    justify-content: center;
}

.tvproduct-play-icon-wrapper>div {
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #040206;
    cursor: pointer;
}

.tvproduct-play-icon-wrapper>div.active {
    background: #040206;
    color: #fff;
}

.tvproduct-play-icon-wrapper>div.active path {
    fill: #fff;
}

.tvproduct-play-icon-wrapper svg {
    margin-right: 20px;
}

.video-container {
    width: 100%;
    aspect-ratio: 1;
}

#content {
    position: relative;
    overflow: hidden;
}

#content .images-container,
#content .video-container {
    width: 100%;
    transition: transform 0.35s ease, opacity 0.35s ease;
}


/* 切到视频 */
#content.show-video .images-container {
    transform: translateX(-100%);
    opacity: 0;
}

#content.show-video .video-container {
    transform: translateX(0);
    opacity: 1;
}

.video_content video {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
}

@media (min-width: 1860px) {
    .tvproduct-page-wrapper .ets_crosssell_block {
        margin: 0 calc(900px - 50vw);
        padding: 50px calc(50vw - 900px);
    }
}
@media (min-width: 1200px) {
    .pm_items:nth-child(4n) {
        border-right: none;
    }
    .tv-product-page-content {
        padding-left: 0;
    }
    .tv-product-page-image {
        padding-right: 50px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .pm_items:nth-child(3n) {
        border-right: none;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .pm_items:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 992px) {
    #product #main {
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    #product .slick-dots {
        display: none;
    }

    .tvproduct-description-tab .nav-item:last-child a {
        border-top-right-radius: 5px;
    }

    .tvvertical-slider .product-images {
        aspect-ratio: 5;
        overflow: hidden;
    }


    .social-modal {
        display: block !important;
    }

    .social-icon .close-btn {
        display: none;
    }

    .social-icon li a {
        font-size: 0;
    }
    .tv-product-page-content h1 {
        max-width: calc(100% - 120px);
    }
    .tv-product-page-content h1.entire-title {
        max-width: 100%;
    }
    .tv-product-page-content h1 span.title-part-1{
        display: block;
        max-width: calc(100% - 120px);
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .tvvertical-slider .product-images {
        aspect-ratio: 3;
    }
}

.tvvertical-slider .product-images.slick-slider {
    aspect-ratio: unset;
    overflow: unset;
}

/**** MobileProductpage Style Start ****/
@media (max-width: 1199px) {
    #product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model {
        width: 56px;
        flex-shrink: 0;
        padding: 1px;
        height: 56px;
    }
    #product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model .add-to-cart {
        height: 54px;
    }
    #product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model button svg {
        display: block;
        margin: 0
    }
    #product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model button[disabled] svg {
        display: none;
    }

    #product .tvfooter-product-sticky-bottom.sticky .tvcart-btn-model span {
        font-size: 0;
    }
    .pm_items {
        width: 33.33%
    }
    .product-miniature .product-title a h6 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    #block-reassurance {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .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%;
    }

    .tvproduct-page-wrapper h1.h1 {
        font-size: 32px;
    }

    /* 
    .facebook.icon-black a {
        background-position: -61px -62px;
    }

    .twitter.icon-black a {
        background-position: -61px -111px;
    } */

    .rss.icon-black a {
        background-position: -61px -155px;
    }

    .youtube.icon-black a {
        background-position: -61px -205px;
    }

    .googleplus.icon-black a {
        background-position: -61px -255px;
    }

    /* 
    .pinterest.icon-black a {
        background-position: -61px -311px;
    } */

    .vimeo.icon-black a {
        background-position: -61px -355px;
    }

    .instagram.icon-black a {
        background-position: -61px -405px;
    }

    .tvproduct-title-brandimage .tvproduct-stock-social {
        top: 10px;
    }

    .tvfooter-product-sticky-bottom h1 {
        display: none;
    }

    .tvfooter-product-sticky-bottom .tvproduct-image-title-price {
        width: 100px;
    }
    .pm_items {
        width: 50%
    }
    #tvcmsproduct_comments_block_tab .star svg {
        width: 20px;
        height: 20px;
    }
    .tvReviews {
        text-align: center;
    }
    #tvcmsproduct_comments_block_tab h6,
    #tvcmsproduct_comments_block_tab .comment_author_infos {
        font-size: 22px;
    }
    #tvcmsproduct_comments_block_tab p,
    .verified-c {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tvproduct-page-wrapper .tv-product-page-image {
        padding: 0;
        margin-bottom: 10px;
    }

    .tvvertical-slider .product-images {
        padding-bottom: 30px;
        height: 100vw;
        overflow: hidden;
    }

    .tvvertical-slider .product-images.slick-slider {
        height: unset;
        overflow: unset;
    }

    .tvprduct-image-info-wrapper {
        /*! padding: 0 0 40px; */
    }

    .tvvertical-slider .arrows {
        display: none;
    }

    .tvproduct-description-tab .nav-tabs li.nav-item {
        /*! width: 100%; */
        /*! margin-left: 0; */
    }

    .tvproduct-description-tab .nav-item a {
        font-size: 20px;
        text-align: center;
    }

    #tab-content {
        border-radius: 0 0 3px 3px;
    }


    .tvproduct-description-tab #tab-content {
        padding: 30px 0;
    }

    .tvproduct-description-tab .open-comment-form {
        margin: 10px auto 0;
    }

    .tvcmsproduct-image-comment {
        margin-bottom: 30px;
    }

    .tvproduct-description-tab {
        margin-bottom: 5px;
    }

    .product-3 .tvvertical-slider,
    .product-3 .slick-initialized .slick-slide {
        padding-top: 0;
    }

    .tv-product-page-image .theiaStickySidebar {
        margin: 0 -15px;
    }
    #content.show-video .video-container {
        padding: 0 15px;
    }
    .tvcmsVerticalSlider,
    .product-3 .tvvertical-slider {
        padding: 0;
    }

    .tvvertical-slider img.thumb {
        border-radius: 0;
    }

    .product-3 .tvvertical-slider {
        position: static;
        width: 100%;
    }

    .pd_container {
        margin: -15px -31px;
    }

    .pd_container img {
        margin: 0;
        aspect-ratio: 4/3;
    }

    .pd_slider_cont {
        aspect-ratio: 4/3;
    }

    .pd_container .js-arrows {
        display: none;
    }

    .tvproduct-play-icon {
        position: absolute;
        bottom: 45px;
    }

    .tvproduct-play-icon-wrapper {
        justify-content: center;
    }

    .tvproduct-play-icon-wrapper>div {
        background: rgb(245, 245, 245);
        border-color: transparent;
        border-radius: 100px;
        height: 50px;
    }

    .tvproduct-play-icon-wrapper>div.active {
        background: rgb(245, 245, 245);
    }

    .tvproduct-play-icon-wrapper .play-video-div {
        padding: 0;
    }

    .tvproduct-play-icon-wrapper .play-video-btn {
        width: 50px;
        height: 50px;
    }

    .show-img-div {
        margin-right: 20px;
    }

    .show-img-div .show-img-btn {
        display: none;
    }

    .show-img-div .slick-dots {
        width: max-content;
        position: static;
    }

    .tvproduct-play-icon-wrapper svg {
        margin: 0;
    }

    .tvproduct-play-icon-wrapper span {
        display: none;
    }

    .product-3 .slick-dots {
        display: flex;
        height: 32px;
        align-items: center;
        justify-content: center;
    }

    .product-3 .slick-dots li {
        width: unset;
        height: 10px;
        margin-right: 10px;
    }

    .product-3 .slick-dots li:last-child {
        margin: 0;
    }

    .product-3 .slick-dots li button::before {
        display: none;
    }

    .product-3 .slick-dots li button {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #C9C7CC;
        opacity: 1;
        transition: all .3s ease;
    }

    .product-3 .slick-dots li.slick-active button {
        width: 60px;
    }

    .tvproduct-play-icon-wrapper svg path,
    .tvproduct-play-icon-wrapper>div.active path {
        fill: rgb(201, 199, 204);
    }

    .tvproduct-stock-social {
        width: 70px;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .share-epxand {
        height: 70px;
        background: #ffffff88;
        border-radius: 100px;
        width: 70px;
    }

    .tvproduct-title-brandimage .tvproduct-stock-social {
        top: -12px;
    }

    .social-modal-open {
        max-height: 100vh;
        overflow: hidden;
    }

    .social-modal-open .social-modal {
        opacity: 1;
    }

    .social-modal {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000080;
        z-index: 101;
        opacity: 0;
        transition: 0.2s all;
    }

    #social-list {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        aspect-ratio: 1.7;
        background: #fff;
        border-radius: 20px 20px 0px 0px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 50px;
    }

    .social-icon li {
        /*! padding-bottom: 50px; */
    }

    .social-icon li a,
    .social-icon li a svg {
        width: 70px;
        height: 70px;
    }

    .social-icon li a path {
        fill: #000;
    }

    .social-icon .close-btn {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .social-icon .close-btn a {
        display: inline-block;
    }

    .tvfooter-product-sticky-bottom .container {
        padding: 0 15px;
    }

    .tvfooter-product-sticky-bottom .bootstrap-touchspin .input-group-btn-vertical {
        width: 120px;
    }
    .tvproduct-page-wrapper .ets_crosssell_block {
        margin: 0 -15px;
    }
    .parameters {
        padding: 15px;
/*         font-size: 20px; */
    }
    #product-details .product-reference {
        margin-bottom: 15px;
    }
    .tab-content #product-details {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .tvvertical-slider .product-images {}

    .tvvertical-slider img.thumb {
        /*border-radius: unset;*/
    }

    .tvproduct-stock-social {
        width: 35px;
    }

    .share-epxand {
        height: 35px;
        width: 35px;
    }

    .tvproduct-play-icon-wrapper .play-video-btn,
    .tvproduct-stock-social svg,
    .social-icon li a svg {
        width: 35px;
        height: 35px;
    }

    .tvproduct-play-icon-wrapper>div,
    .social-icon .close-btn a {
        height: 35px;
    }

    .tvproduct-play-icon-wrapper svg {
        width: 17px;
        height: 17px;
    }

    .tvproduct-play-icon-wrapper .slick-dots {
        height: 17px;
    }

    .tvproduct-play-icon-wrapper .slick-dots li {
        /*! width: 6px; */
        height: 6px;
        margin-right: 10px;
    }

    .tvproduct-play-icon-wrapper .slick-dots li button {
        width: 6px;
        height: 6px;
    }

    .tvproduct-play-icon-wrapper .slick-dots li.slick-active button {
        width: 30px;
    }

    .tvproduct-play-icon-wrapper .slick-dots li button {
        padding: 3px;
    }

    #social-list {
        padding: 15px;
    }

    .tvfooter-product-sticky-bottom .product-quantity {
        display: none;
    }

    .tvfooter-product-sticky-bottom .pp-checkout-btn span svg {
        width: 25px;
    }
    .tvproduct-page-wrapper h1.h1,
    .product-prices .product-price > div {
        font-size: 22px;
    } 
    
    .tv-product-page-content h2 {
        font-size: 16px;
    }
    .tvproduct-wishlist-compare {
        top: 1px;
    }
    .tv-product-page-content {
        /*! padding: 0 5px; */
    }
    .reassurance-wrapper {
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }
    .description-wrapper {
        display: none;
    }
    .tvproduct-description-tab .nav-item a {
        font-size: 18px;
        padding: 5px 10px;
    }
    .tvproduct-description-tab {
        margin: 50px -15px 5px;
    }
    .tvproduct-description-tab #tab-content {
        padding: 30px 15px;
    }
    .tvproduct-description-tab .nav-tabs li.nav-item {
        padding: 0 5px;
        /*! display: inline-block; */
        /*! float: unset; */
    }
    .pm_items {
        width: 100%;
        border-right: none;
    }
    .tab-content #product-details {
        font-size: 16px;
    }
    #tvcmsproduct_comments_block_tab h6,
    #tvcmsproduct_comments_block_tab .comment_author_infos {
        font-size: 18px;
    }
    #tvcmsproduct_comments_block_tab p,
    .verified-c {
        font-size: 16px;
    }
    .product-miniature .product-title a h6 {
        -webkit-line-clamp: 2;
        font-size: 16px;
        min-height: 48px;
    }
    .tvfooter-product-sticky-bottom .container {
        padding: 0 5px;
    }

    
}

@media (max-width: 399px) {
    #product .tvfooter-product-sticky-bottom .btn-expresspp {
        width: 140px;
    }
    .tvfooter-product-sticky-bottom .pp-checkout-btn {
        justify-content: left;
    }
    .tvfooter-product-sticky-bottom .pp-checkout-btn .hs_paypal_btn svg {
        margin-left: 15px;
    }
}

/**** Productpage Style End ****/


/**** Accountpage Style Start ****/

/**** Sign in Start ****/

.page-customer-account #main {
    border-top: 1px solid #EBEBEB;
}
#hismith-login-modal {
    display: none;
}
#signInModal #hismith-login-modal {
    display: block;
}
.page-customer-account #content {
    padding: 70px 0;
    margin: 0 auto;
}
#identity #content {
    width: 800px;
    max-width: 100%;
}

#password #content {
    max-width: 640px;
    /*! padding: 0; */
}

.send-renew-password-link {
    margin-bottom: 30px;
}

.forgotten-password .form-fields .email {
    width: calc(100% - 90px);
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px;
    width: 75px;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 15px;
}

.ps-alert-error .item,
.ps-alert-success .item {
    align-items: center;
    border-radius: 3px;
    display: flex;
    background-color: #ff4c4c66;
    margin-bottom: 30px;
    padding: 0 15px;
    color: #fff;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    display: flex;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    width: 24px;
    height: 24px
}

.ps-alert-error .item p,
.ps-alert-success .item p {
    margin: 0;
    padding: 18px 20px;
    width: 100%;
}

.ps-alert-success .item {
    background-color: #4cbb6c66;
}

.renew-password .email {
    margin-bottom: 30px
}

.login-form {
    margin: 15px 0
}

.form-title h1,
.page-customer-account h2,
.sign-in-up-form h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
}

.page-customer-account label,
.sign-in-up-form label {
    margin-bottom: 16px;
    color: #040206;
}
#customer-form h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.login-form .form-control-comment {
    /*     display: none; */
}

.input-group.pw-field .input-group-btn {
    position: absolute;
    left: auto;
    right: 0;
    width: 60px;
    z-index: 4;
}

.input-group.pw-field .input-group-btn button {
    width: 60px;
    padding: 0;
    height: 100%;
    background: transparent;
    font-size: 25px;
    color: #727893;
}

.page-customer-account #content .forgot-password,
.sign-in-up-form .forgot-password {
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.page-customer-account #wrapper .hismith-btn,
.sign-in-up-form .hismith-btn {
    width: 100%;
    height: 38px;
    margin: 30px auto 0;
}

.page-customer-account #submit-login,
.sign-in-up-form #submit-login {
    max-width: 100%;
}

.sign-in-up-tabs .nav-tabs {
    display: flex;
    justify-content: space-between;
    background: #F6F8F9;
    border-radius: 3px;
    padding: 5px;
}
.sign-in-up-tabs .nav-item {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
}
.sign-in-up-tabs .nav-item a {
    display: block;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
}
.sign-in-up-tabs .nav-item a.active {
    background: #fff;
}
#hismith-login-modal {
    padding-top: 50px;
}
#hismith-customer-form h3 {
    display: none;
}
/**** Sign up Start ****/
.register-form>p {
    color: #ccc;
    text-align: center;
    margin-bottom: 30px;
}

.register-form>p a {
    text-decoration: underline;
    color: #942cd1;
}

.form-control-valign .radio-inline {
    margin-right: 12px;
}

.page-customer-account .custom-checkbox {
    display: flex;
    margin: 0;
}

.page-customer-account .custom-checkbox span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-customer-account .custom-checkbox label {
    text-align: left;
    margin-left: 10px;
}

.page-customer-account .custom-checkbox label i {
    font-style: unset;
}

.sign-in-up-form .custom-checkbox label em {
    color: #c9c7cc;
    display: none;
}

.page-my-account #content .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -15px 30px;
}




.page-my-account .tvall-inner-btn {
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 42px;
    padding: 0;
    font-size: 18px;
    background: #040206;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #040206;
}
.page-my-account .tvall-inner-btn:hover {
    background: #fff;
    color: #040206;
}

.page-my-account .hismith-grey-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.cus-acc-sty {
    background: #21212d;
    border-radius: 15px;
    margin: 0 0 50px;
    padding-bottom: 50px;
}

#customer-form.cus-acc-sty {
    /*! padding-bottom: 0; */
}

.cus-acc-sty h3 {
    padding: 14px 30px;
    background: #121121;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.cus-acc-sty>div {
    max-width: 950px;
    margin: 0px auto;
    padding: 0 25px;
    width: 100%;
    /*overflow: hidden;*/
}

#module-tvcmswishlist-view .cus-acc-sty>div {
    overflow: hidden;
}

.cus-acc-sty footer {
    text-align: center;
}

.page-footer .account-link {
    margin-right: 16px;
    padding: 8px 10px 10px 10px;
    border: 1px solid #942cd1;
    border-radius: 5px;
    color: #942cd1;
}

.page-footer .account-link span {
    font-size: 14px;
    vertical-align: middle;
}.signup-policy .form-group {
    margin-bottom: 10px;
}


@media (min-width: 576px) {
    .page-my-account .tv-left-layout {
        background: #F5F5F7;
    }
    .page-my-account .tv-left-layout .container {
        width: 1500px;
        padding: 60px 30px;
    }
    .page-my-account #content .links a {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        aspect-ratio: 0.9;
        padding: 15px;
    }
    .page-my-account #content .links a .link-item {
        display: block;
        height: 100%;
        padding: 20px;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        position: relative;
    }
    .link-item span {
        display: block;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
    }
    .page-my-account #content .links a svg {
        margin-bottom: 15px;
        padding: 25px;
        background: #F6F8F9;
        border-radius: 50%;
    }
    .link-item p {
        color: #000;
        margin-bottom: 0;
        font-weight: 700;
        height: 72px;
        padding: 0 15px;
        font-size: 24px;
        line-height: 1.2;
    }
    .page-my-account #content .links a:hover path {
        fill: #fff;
    }
    .page-my-account #content .links a:hover svg {
        background: #8C2CC9;
    }

}
@media (max-width: 575px) {
    .page-my-account .tv-left-layout .container {
        padding: 30px 15px;
    }
    .page-my-account #content .links a .link-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .link-item span {
        display: flex;
        align-items: center;
    }
    .page-my-account #content .links a {
        margin-bottom: 30px;
    }
    .page-my-account .tvall-inner-btn {
        width: 300px;
    }
    .page-my-account #content .links a svg:not(.hidden-sm-up) {
        width: 60px;
        height: 60px;
        padding: 10px;
        background: #F6F8F9;
        border-radius: 50%;
        margin-right: 30px;
    }
    .link-item p {
        font-size: 28px;
        margin-bottom: 0;
    }
    .sign-in-up-form #login-form > div {
        min-height: calc(100vh - 450px);
    }

}
@media (max-width: 450px) {
    .page-my-account .tvall-inner-btn {
        width: 100%;
    }
    .page-my-account #content .links svg {
        width: 30px;
        height: 30px;
    }
    .page-my-account #content .links a svg:not(.hidden-sm-up) {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .link-item p {
        font-size: 20px;
        margin-bottom: 0;
    }

}
/**** Address Start ****/
.address-alias {
    border-bottom: 1px solid #727893;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.address-name p {
    width: 50%;
    display: inline-block;
}

.address-body p {
    margin-bottom: 0;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    color: #61667d;
}

.address-address p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    vertical-align: top;
}

.add-address a {
    display: block;
    padding: 16px;
    border-radius: 5px;
    overflow: hidden;
    height: 229px;
    margin-bottom: 15px;
    /*! background-color: #000; */
    text-align: center;
    font-size: 25px;
    border: 1px solid #C9C7CC;
}

.add-address a:hover {
    color: #942cd1;
}

.add-address a * {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    color: inherit;
    transition: 0.2s all;
}

.add-address a i {
    font-size: 56px;
    padding: 50px;
}

.add-address a:hover i {
    color: inherit;
}

.page-addresses .address {
    margin-bottom: 15px;
    font-size: 14px;
}

.page-addresses .address .address-body {
    padding: 16px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #040206;
}

.page-addresses .address .address-body h4 {
    font-size: 16px;
    font-weight: 700;
    width: 85%;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}

.js-address-form .custom-selector {
    border: 1px solid #E5E7EB;
}

.js-address-form .custom-selector {
    width: 100%;
}

.js-address-form .custom-selector .selected-option {

    height: 36px;
    padding: 8px 16px;
}

.js-address-form .custom-selector .select-options>li {
    padding: 7px 16px;
}
.tvaddress-save-box {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.tvaddress-save-box h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.tvaddress-save-box .address-alias {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.js-address-form {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.js-address-form h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
/**** Order history style ****/
.no-order {
    text-align: center;
}
.no-order img {
    max-width: 300px;
}
.page-customer-account #content .order-actions a {
    padding: 0 5px;
    color: #8C2CC9;
    display: inline-flex;
    align-items: center;
}
.page-customer-account #content .order-actions a svg {
    margin-right: 3px;
}
.order-history-wrapper h3 {
    text-align: center;
    margin-bottom: 30px;
}
#history .cus-acc-sty>div {
    width: 100%;
    overflow-x: scroll;
}
.order-detail-wrapper {
    padding: 0 15px;
    font-size: 18px;
    margin-bottom: 50px;
}
.order-detail-wrapper h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.order-detail-wrapper .reorder-btn,
.carrier-shipping-method .dl-invoice-link {
    color: #8C2CC9;
}
.page-order-detail .box {
    background: #F6F8F9;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.carrier-shipping-method strong {
    color: #99969B;
    margin-right: 10px;
}
.carrier-shipping-method li {
    padding: 10px 0;
    font-size: 18px;
}
#order-history h4 {
    margin-bottom: 15px;
}

.page-order-detail .addresses {
    margin: 0 -15px;
}

.page-order-detail .addresses h4 {
    font-size: 18px;
}

.order-products,
.order-summary {
    width: 100%;
    overflow-x: scroll;
}

.order-history-wrapper table tbody tr:nth-child(2n+1) td {
    background: transparent;
}
.table .order-state {
    padding: 8px; 
}
.order-state-2 {
    background: #ECF6FD;
    color: #108EE9;
}
.order-state-4 {
    background: #EBF8F2;
    color: #0AC000;
}
.order-state-5 {
    background: #0AC000;
    color: #EBF8F2;
}
.order-state-6 {
    background: #FEF0EF;
    color: #F04134;
}
.order-state-7 {
    background: #F6F6F6;
    color: #3B3B3B;
}
.order-state-8 {
    background: #F04134;
    color: #FEF0EF;
}
.order-state-9 {
    background: #3B3B3B;
    color: #F6F6F6;
}
.order-history-wrapper > div {
    width: 100%;
    overflow-x: scroll;
}
.page-order-detail .box#order-history,
.page-order-detail .box#delivery-address,
.page-order-detail .box#invoice-address,
.page-order-detail .box.order-product-list {
    background: #fff;
    border: 1px solid #C9C7CC;
}
.page-order-detail .box#order-history table {
    width: 400px
}
.page-order-detail .box#order-history td {
    background: #fff;
}
.page-order-detail address {
    color: #C9C7CC;
    font-size: 16px;
    line-height: 2;
}
.page-order-detail table tbody tr:nth-child(2n+1) td {
    background: transparent;
}


@media (max-width: 991px) {
    .order-detail-wrapper {
        padding: 0;
    }
}
/**** myWishlist style ****/

#module-tvcmswishlist-mywishlist #content {
    padding: 30px 15px;
    border-top: 1px solid #EBEBEB;
}
#form_wishlist,
#block-history {
    margin-bottom: 30px;
}

#form_wishlist .page-subheading {
    font-size: 20px;
}

#module-tvcmswishlist-mywishlist #mywishlist fieldset .form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#module-tvcmswishlist-mywishlist #mywishlist .nowishlist-wrapper fieldset .form-group {
    justify-content: center;
}

#form_wishlist .tvwishlist-title-name {
    display: none;
}

#addNewWlModal #form_wishlist input.inputTxt {
    margin-bottom: 30px;
}

#module-tvcmswishlist-mywishlist .page-content .hismith-btn {
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    display: inline-block;
    max-width: 250px;
    text-align: center;
    border-radius: 0 3px 3px 0;
}
#module-tvcmswishlist-mywishlist #wlShareModal .hismith-btn,
#module-tvcmswishlist-mywishlist #addNewWlModal .hismith-btn {
    max-width: 100%;
    width: 100%;
}

#form_wishlist .hismith-btn {
    border-radius: 0 5px 5px 0;
}

.is_wish_list_default {
    margin: 0;
}

.wishlist_delete a,
.wlp_bought_item_container .tvwishlist-all-product-delete-icon {
    background-image: url(../img/themevolty/sprite.png);
    height: 24px;
    width: 24px;
    background-position: -15px 139px;
    display: block;
    filter: invert(1);
    margin: 0 auto;
}

.wishlist_delete a i,
.wlp_bought_item_container .tvwishlist-all-product-delete-icon i {
    font-size: 0;
}

.wishlist_default {
    color: #c9c7cc;
}

#hideWishlist {
    float: left;
}

#module-tvcmswishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-tvcmswishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
    display: none
}

#module-tvcmswishlist-mywishlist .wishlisturl input {
    padding: 6px 15px;
    border: 1px solid #C9C7CC;
    margin: 10px 0;
    background: transparent;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 130px);
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.wishlistLinkTop .display_list {
    list-style-type: none;
    border-bottom: 1px solid #333;
    padding: 16px 0;
    margin-bottom: 16px;
}

.display_list .hismith-grey-btn {
    background-color: #333;

    padding: 6px 10px 6px;
    max-width: 150px;
}

.wishlistLinkTop .submit {
    margin-bottom: 30px;
}
.wishlisturl {
    position: relative;
    max-width: 800px;
    margin-bottom: 0;
}
ul.wlp_bought_list>li {
    margin-bottom: 30px;
}

ul.wlp_bought_list li:last-child {
    margin-bottom: 0;
}

.wlp_bought_item_container {
    /*! overflow: hidden; */
    border: 1px solid #393939;
    padding: 10px;
    position: relative;
    border-radius: 5px;
}

.tvwishlist-inner-product-img-block .product_image {
    text-align: center;
}

.wlp_bought_item_container img {
    border-radius: 3px;
    margin: 0 auto;
}

ul.wlp_bought_list li .lnkdel {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
}

ul.wlp_bought_list li .product_infos .product-name {
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-top: 16px;
}

.wishlist_product_detail label {
    display: block;
}

.wishlist_product_detail input,
.wishlist_product_detail select {
    border: 1px solid #393939;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

ul.wlp_bought_list li .btn_action {
    clear: both;
    display: flex;
    margin: 0 -5px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wlp_bought .tvall-inner-btn {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    background-color: #942cd1;
    border: 1px #942cd1 solid;
    margin: 0 5px;
    color: #fff;
    border: none;
}

#module-tvcmswishlist-view .wlp_bought .tvall-inner-btn {
    display: block;
    width: 70px;
}

ul.wlp_bought_list li .btn_action .popover-content {
    position: absolute;
    transition: 0.2s all;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -10px);
    z-index: 2;
    background: #000;
    border-radius: 3px;
    box-shadow: 0 0 4px #ffffff1f;
    overflow: hidden;
}

ul.wlp_bought_list li .btn_action .popover-content[hidden] {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.popover-content table {
    margin: 0;
    border: none;
}

.popover-content table tr {
    border: none;
}

.popover-content table td {
    border: none;
    padding: 7px 15px;
    white-space: nowrap;
    cursor: pointer;
}

.popover-content table td:hover {
    background: #942cd1;
    color: #fff;
}
.nowishlist-wrapper {
    text-align: center;
    min-height: 500px;
    padding-top: 150px;
}
.nowishlist-wrapper h3 {
    font-size: 36px;
}
.nowishlist-wrapper #form_wishlist {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.add-new-btn,
.wish-list-item {
    display: block;
    padding: 15px 30px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.add-new-btn {
    border: 2px dashed #8C2CC9;
    display: flex;
    align-items: center;
}
.wish-list-item.active {
    border: 1px solid #8C2CC9;
    background: rgba(140,44,201,0.05);
    color: #8C2CC9;
}
.tvwishlist-view-name {
    margin-bottom: 5px;
}
.wish-list-time {
    color: #99969B;
    font-size: 14px;
    font-weight: 400;
}
.active .wish-list-time {
    color: #8C2CC9;
}
.wishlist-no-product {
    text-align: center;
    padding-top: 100px;
    min-height: 500px;
}
.wishlist-left-column {
    padding-right: 20px;
    min-width: 300px;
}
.wishlist-right-column {
    padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    max-width: calc(100% - 300px);
}
.wishlist-name-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.wishlist-btns {
    display: flex;
    align-items: center;
}
.wishlist-btns > div:not(.modal) {
    margin-left: 15px;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-radius: 5px;
    cursor: pointer;
}
div.wishlist-add-all {
    border: none;
    background: #8C2CC9;
    color: #fff;
}
div.wishlist-delete-btn {
    color: #EF6868;
    border-color: #EF6868;
}
.wishlist-name {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #8C2CC9;
}
.wishlist-name .name-before {
    margin-right: 30px;
    font-size: 26px;
    font-weight: 700;
}
.wishlist-name .name-after {
    font-size: 16px;
    margin-left: 5px;
}
.wishlist-link-share {
    background: #FBFBFB;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
    padding: 20px;
    margin-bottom: 30px;
}
.wishlist-share-title {
    font-size: 18px;
    font-weight: 500;
}
.copy-link-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #8C2CC9;
    padding: 0 5px;
    width: 130px;
    border-radius: 0 3px 3px 0;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
}
.wishlist-product-item {
    position: relative;
}
.product-delete-btn a {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
}
.wishlist-product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 15px;
}
.wishlist-product-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.wishlist-product-action .bootstrap-touchspin {
    float: unset;
}
.wishlist-product-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    color: #8C2CC9;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    transition: 0.2s all;
    cursor: pointer;
}
.wishlist-product-qty .form-group {
    margin: 0;
}
.wishlist-product-add:hover {
    background: #040206;
    color: #fff;
}
.wishlist-product-add:hover  path {
    fill: #fff;
}
.wishlist-product-qty .input-group-btn-vertical {
    flex-shrink: 0;
}
.wishlist-product-qty .input-group-btn-vertical .btn {
    margin-right: 5px;
    border: 1px solid #555;
    float: right;
    height: 22px;
    width: 22px;
    line-height: unset;
    color: #ccc;
    border-radius: 3px;
    background: transparent;
    padding: 0px 0px;
    text-align: center;
    border: unset;
}

.wishlist-product-qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    margin-right: 0;
}
.wishlist-product-qty .wishlist-touchspin {
    color: #040206;
    background-color: transparent;
    height: 32px;
    width: 32px;
    margin-right: 5px;
    border: 1px solid #555;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: unset;
    font-size: 16px;
}
.wishlist-save-move a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 8px 0;
    border: 1px solid #EBEBEB;
    border-radius: 3px 3px 3px 3px;
    height: 34px;
    line-height: 16px;
    background: #FBFBFB;
}
.wishlist-move {
    position: relative;
    cursor: pointer;
}
.wishlist-save-move a.wishlist_change_button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wishlist-save-move a.wishlist_change_button svg {
    margin-left: 5px;
}
.wishlist-save-move .popover-content[hidden] + .wishlist_change_button svg {
    transform: rotateX(180deg);
}
.wishlist-move .popover-content {
    position: absolute;
    bottom: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid #EBEBEB;
    background: #fff;
    z-index: 11;
}
.wishlist-move-item {
    padding: 8px 0;
}
#wlShareModal .modal-dialog,
#addNewWlModal .modal-dialog {
    max-width: 600px;
    margin-top: calc(50vh - 200px);
    margin-bottom: calc(50vh - 200px);
}
#wlShareModal .modal-header,
#addNewWlModal .modal-header {
    border: none;
    /*! margin-bottom: 50px; */
}
#wlShareModal .modal-header h4,
#addNewWlModal .modal-header h4 {
    font-size: 22px;
}
#wlShareModal label,
#addNewWlModal label {
    margin: 0;
    color: #040206;
}
#wlShareModal .modal-content,
#addNewWlModal .modal-content {
    border-radius: 10px; 
}
#wlShareModal .modal-body,
#addNewWlModal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#wlShareModal #wishlist_form,
#addNewWlModal #wishlist_form {
    margin-bottom: 30px;
}

@media (min-width: 1500px) {
    .wishlist-product-item {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .wishlist-btns > div:not(.modal) > *:last-child {
        margin-left: 5px;
    }
    .wishlist-btns > div {
        border: 1px solid #C9C7CC;
    }
    .wishlist-btns > div.wishlist-add-all {
        border: none;
    }
}

@media (max-width: 991px) {
    #module-tvcmswishlist-mywishlist #content {
        padding: 30px 0;
    }
    div.wishlist-add-all {
        background: transparent;
    }
    div.wishlist-add-all path {
        fill: #040206;
    }
    .wishlist-btns > div:not(.modal) {
        padding: 5px;
    }
    .wishlist-product-add {
        width: unset;
        padding-right: 0;
    }
    .wishlist-product-add svg {
        width: 30px;
        height: 30px;
        padding: 6px;
        border-radius: 50%;
        background: #040206;
    }
    .wishlist-product-add svg path {
        fill: #fff;
    }
    .copy-link-btn {
        width: 60px;
    }
    #module-tvcmswishlist-mywishlist .wishlisturl input {
        width: calc(100% - 60px)
    }
}
@media (max-width: 767px) {
    .wish-lists {
        overflow-x: auto;
        cursor: grab;
        max-height: 308px;
        display: flex;
        overflow-y: hidden;
        margin: 0;
        user-select: none;
        scrollbar-width: none;
    }
    .wish-list-item {
        width: 210px;
        max-width: 100%;
        flex-shrink: 0;
        margin-right: 15px;
        padding: 15px;
    }
    .wishlist-right-column {
        max-width: 100%;
        border: none;
    }
    #wlShareModal label,
    #addNewWlModal label {
        margin-bottom: 15px;
    }
    .wishlist-btns > div:not(.modal) {
        margin-left: 5px;
    }
    .wishlist-name .name-before {
        margin-right: 5px;
        font-size: 22px
    }
    
}
@media (max-width: 375px) {
    .wishlist-product-item {
        width: 100%
    }
}

/**** affiliate program ****/
#module-refpro-myaccount #content-wrapper {
    border-top: 1px solid #EBEBEB;
    padding-top: 20px;
}

.tab_container .tabs {
    margin-bottom: 20px;
}

.tab_container .tabs li {
    float: left;
    padding: 0 15px;
    line-height: 30px;
    background: #21212d;
    font-size: 14px;
    margin-right: 5px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
}

.tab_container .tabs li.active {
    background: #942cd1;
}

.tab_container .tabs:after {
    content: '';
    display: block;
    clear: both;
}

.tab_container .tabs_content {
    position: relative;
    z-index: 1;
}

.tab_container .tabs_content .tab>div {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px 30px 30PX;
    border: 1px solid #EBEBEB;
}

.tab_container .tabs_content .tab>div:last-child {
    margin-bottom: 50px;
}

.ref_lbl a {
    color: #fff;
}

#module-refpro-myaccount h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.afflink {
    padding: 10px 20px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    width: max-content;
    margin-bottom: 20px;
    max-width: 100%;
}

.afflink #url1 {
    margin-right: 15px;
}

.voucher_cart_rule {
    display: inline-block;
}

.wrapp_voucher_cart_rule {
    padding: 30px 50px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
}

.voucher_code {
    text-align: center;
    font-size: 23px;
    margin-bottom: 15px;
    display: flex;
}

.voucher_code a {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.money {
    font-size: 12pt;
    font-weight: bold;
    color: #942cd1;
}

#getPaid {
    font-weight: bold;
    display: block;
    margin-top: 25px;
    max-width: max-content;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
}

#module-refpro-myaccount table.table td .sponsor {
    color: #942cd1;
}

.chart-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 7px;
}

.chart_period_clicker {
    cursor: pointer;
    color: #942cd1cf;
    border-bottom: 1px dashed;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
}

.chart_period_clicker.active {
    font-weight: bolder;
    color: #942cd1;
}

#chartsjs canvas {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #727893;
}

#module-refpro-myaccount #settings input {
    border: 1px solid #EBEBEB;
    outline: none;
}


@media (min-width: 1400px) {
    .page-my-account #content .links a {
        width: 20%;
    }
}

/**** Mobile Accountpage Style Start ****/
@media (max-width: 991px) {
    .tab_container .tabs {
        margin-bottom: 10px;
    }

    .tab_container .tabs li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 575px) {

    .page-customer-account #content,
    #module-tvcmswishlist-mywishlist #content {
        padding: 30px 0;
    }

    .cus-acc-sty>div {
        padding: 0 15px;
    }

    .cus-acc-sty h3 {
        margin-bottom: 20px;
    }

    .tab_container .tabs_content .tab>div {
        padding: 15px;
    }
}

/**** Mobile Accountpage Style End ****/



/**** tvcmsbloghome Start ****/
#module-tvcmsblog-archive .tv-left-layout {
    background: #F5F5F7;
}
#module-tvcmsblog-archive #main {
    padding: 50px 15px;
}
.tvcmsblog-event-home {
    margin-bottom: 10px;
}

.tvcmsblog-event-home .blog-title {
    margin-bottom: 35px;
}

#module-tvcmsblog-archive .tvcmsblog-event-home .blog-title {
    margin-bottom: 25px;
    color: #99969B;
}

.blog-title-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #040206;
}
.blog-title-left > div * {
    vertical-align: middle;
    font-size: 24px;
    color: #8C2CC9;
}
.blog-title-right {
    width: 100%;
}

.blog-title-right {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
}

.blog-title-right .hismith-btn {
    min-width: 120px;
    text-align: center;
}

.blog-title-right h4 {
    margin: 0;
    width: 100%;
}

.tvcmsblog-event-home h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
}

.blog-title-left h4 {
    color: #747474;
    font-size: 18px;
}

.tvblog-img-content-wrapper {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: 2px solid transparent;
    /*! border-radius: 15px; */
    transition: all 0.6s ease-in-out 0s;
    padding: 0 15px;
}
.tvnews-event-content-wrapper {
    text-align: left;
    padding: 0;
}
.tv-event-img,
.tvblog-date-username,
.tvnews-event-content {
    margin-bottom: 20px;
}

.tvnews-event-content-wrapper .tvnews-event-titel {
    margin-bottom: 10px;
}

.tvblog-date-username .post_meta {
    padding-top: 15px;
}

.tvblog-date-username .tvnews-event-titel h3 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.tvblog-date-username .tvnews-event-titel h3 a {
    /* color: #fff; */
}

.tvblog-date-username p {
    color: #a5a5a7;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.tvnews-event-description {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-bottom: 15px;
}

.tvnews-event-read-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_pos .tvnews-event-read-more a svg {
    padding: 4px;
    width: 40px;
    background: #040206;
    opacity: 0;
}
.blog_pos:hover .tvnews-event-read-more a svg {
    opacity: 1;
}

.tvnews-event-read-more-link i {
    background: #942cd1;
    margin-left: 20px;
    border-radius: 10px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;
}

.tvnews-wrapper-info-box {
    padding: 0 0 20px;
}

.pagination>div:first-child {
    line-height: 40px;
}

.tvpagination-title-item-main-wrapper {
    margin-top: 25px;
}

.tvpagination-title-item-wrapper .tvinner-page-pagination-wrapper {
    display: flex;
    padding: 10px 0;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-list.tvinner-page-pagination {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
}

.pagination .tvinner-page-pagination li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ECECED;
    margin-left: 15px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
}
.pagination .tvinner-page-pagination li.current {
    background-color: #040206;
    color: #fff;
}


.pagination a {
    font-weight: 600;
}

.tvinner-page-pagination li i {
    /* color: #ccc; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -45%);
}

.tvinner-page-pagination li .next i {
    transform: translate(-45%, -45%);
}

.pagination .current a {
    /* color: #fff; */
}
.blog-banner-wrapper {
    position: relative;
}
.blog-banner-wrapper img {
    aspect-ratio: 30/11;
}
.blog-banner-wrapper .blog-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, #000000 100%);
}
.blog-banner-content {
    position: absolute;
    left: 10%;
    right: 60%;
    top: 50%;
    transform: translateY(-50%);
    color: #C9C7CC;
    font-size: 14px;
    line-height: 1.5;
    z-index: 1;
}
.blog-banner-content .blog-banner-title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.category-sections {
    padding: 50px 0 0;
}
.blog-home-title {
    text-align: center;
    margin-bottom: 50px;
}


@media(max-width: 991px) {
    #module-tvcmsblog-archive #main {
        padding: 15px 0;
    }
    .blog-banner-content {
        right: 10%;
    }
    .blog_pos .tvnews-event-read-more a svg {
        opacity: 1;
        background: transparent;
    }
    .blog_pos .tvnews-event-read-more a svg path {
        stroke: #8C2CC9;
    }
}
@media(max-width: 767px) {
    .blog-banner-wrapper img {
        aspect-ratio: 1.49;
    }
    .blog-banner-content {
        transform: none;
        right: 5%;
        left: 5%;
    }
    .category-sections .tvnews-wrapper-info-box {
        width: 160%;
        padding-bottom: 50px;
    }
    .tvnews-wrapper-info-box .slick-dots {
        width: 62.5%;
        bottom: 30px;
    }

}
@media(max-width: 575px) {
    .blog-banner-content .blog-banner-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .tvcmsblog-event-home h2 {
        font-size: 24px;
    }
    .blog-title-left > div * {
        font-size: 16px;
        height: 19px;
    }
    .tvblog-date-username .tvnews-event-titel h3 {
        font-size: 18px;
    }
}

@media(min-width: 576px) {
    .pagination .page-list.tvinner-page-pagination {
        justify-content: flex-end;
    }
}

/**** tvcmsbloghome mobile Start ****/

@media(max-width: 1199px) {
    .tvblog-event-all-content-block {
        padding: 15px;
    }
}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .tvcmsblog-event-home .blog-title {
        flex-wrap: wrap;
    }
}

@media(max-width: 575px) {

    .tvinner-page-showing-item,
    .tvinner-page-pagination-content-box {
        padding: 0;
        margin-bottom: 10px;
    }

    .tvinner-page-showing-item {
        text-align: center;
    }

    .pagination .tvinner-page-pagination li:first-child {
        margin-left: 0;
    }

}

/**** tvcmsbloghome End ****/

/**** blog single start ****/
.tv_blog_post_area {
    margin-bottom: 30px;
}

.tv_blog_post_area .main-text {
    border-radius: 15px;
}

.blog_post_content .post_meta {
    margin-bottom: 25px;
}

.blog_post_content .post_meta p {
    display: inline-flex;
    margin-right: 15px;
    align-items: center;
    /*! margin-bottom: 10px; */
}

.blog_post_content p i {
    font-size: 18px;
    margin-right: 5px;
    cursor: pointer;
}

.blog_post_content .guide_table {
    background: #F5F5F7;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.blog_post_content .guide_table h2 {
    margin-top: 0;
    /* color: #fff; */
}

.blog_post_content .guide_table a {
    color: inherit;
}

.blog_post_content .guide_table a:hover {
    /* color: #fff; */
}

.blog_post_content .guide_table>*:last-child {
    margin-bottom: 0;
}

.img_flex_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 0 15px;
}

.img_flex_center img {
    margin-bottom: 15px;
    /*! padding: 0 15px; */
}

#module-tvcmsblog-single .comments_title {
    text-align: center;
    font-size: 24px;
    margin: 0px 0 40px 0;
}

.comments_area {
    background: #F5F5F7;
    padding: 40px 50px 24px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.comments_area ol.comment_list {
    padding-left: 0;
}

.comments_area li.comment {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
}

.comments_area .comment_body {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
}

.comments_area .comment_author,
.comments_area .comment_meta_date {
    display: block;
    margin-bottom: 10px;
}

.comments_area .comment_body>div>div {
    display: flex;
    align-items: flex-start;
}

.comments_area .comment_body>div>div i,
.comments_area .comment_body>div>div span {
    margin-right: 10px;
}

.comments_area .comment_content_bottom p {
    margin-bottom: 0;
    font-size: 14px;
}

.tvcms-blog-inner-page {
    padding: 40px 50px 24px;
    border-radius: 5px;
}

#tvcmsblogs_commentfrom {
    max-width: 650px;
    margin: 0px auto;
    width: 100%;
}

#module-tvcmsblog-single .form-group.tvcmsblogs_message-success,
#module-tvcmsblog-single .form-group.tvcmsblogs_message-error {
    background-color: #ddf0de;
    text-align: center;
    margin: 0 15px 20px;
    line-height: 2;
    border-radius: 3px;
    padding: 0 15px;
    max-width: 100%;
    color: #09b012;
}

#module-tvcmsblog-single .form-group.tvcmsblogs_message-error {
    background-color: #ffe2e4;
    color: #ca4851;
}

.tvcms-blog-inner-page .required-star {
    color: #ca4851;
    margin-left: 5px;
}

/* 整个容器：纵向三行 */
.tvcmstestimonial .tvtestimonial-content-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* 行间距，可改 */
}

/* 每一行只显示可视区域，超出隐藏 */
.tvcmstestimonial .tvtestimonial-wrapper-info {
    position: relative;
    overflow: hidden;
    width: 100%;
    --move-distance: 0px;
    --duration: 30s;
}

/* 滚动轨道 */
.tvcmstestimonial .tvtestimonial-dec {
    display: flex;
    width: max-content;
    will-change: transform;
}

/* JS 克隆后，每组内容 */
.tvcmstestimonial .marquee-group {
    display: flex;
    flex-shrink: 0;
    gap: 16px;
    /* 卡片间距，可改 */
}

/* 卡片不能被压缩 */
.tvcmstestimonial .lokij-review-card {
    flex-shrink: 0;
}

/* 左移：右 -> 左 */
.tvcmstestimonial .marquee-left .tvtestimonial-dec.is-ready {
    animation: tv-marquee-left var(--duration) linear infinite;
}

/* 右移：左 -> 右 */
.tvcmstestimonial .marquee-right .tvtestimonial-dec.is-ready {
    animation: tv-marquee-right var(--duration) linear infinite;
}

@keyframes tv-marquee-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-1 * var(--move-distance)), 0, 0);
    }
}

@keyframes tv-marquee-right {
    from {
        transform: translate3d(calc(-1 * var(--move-distance)), 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.tvcmstestimonial .tvtestimonial-wrapper-info:hover .tvtestimonial-dec.is-ready {
    animation-play-state: paused;
}

/**** blog single mobile start ****/

@media (max-width:767px) {
    .tv_blog_post_area .main-text {
        padding: 15px 0 25px;
    }
}
@media (max-width:575px) {

    .comments_area,
    .tvcms-blog-inner-page {
        padding: 15px 15px 25px;
    }

    #module-tvcmsblog-single .comments_title {
        margin-bottom: 15px;
    }
}

/**** blog single End ****/