
/**** 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,
.tvcmstwoofferbanners-one,
.tvcmsvideo-block-wrapper {
    margin-bottom: 70px;
}
.tvcmsmain-slider-wrapper {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}
.tv-main-slider {
  position: relative;
}
#tvmain-slider.owl-carousel {
  display: block;
  overflow: hidden;
}
#tvmain-slider .owl-dots {
  display: none;
}
.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: 0;
  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;
}
@media(min-width:1631px) {
    img.tvmain-slider-img,
    .tvcmssliderofferbanners-one .tvimage-lazy {
        object-fit: none;
    }
}
    /**** mainslider mobile Start ****/

@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;
    }
}
@media(max-width: 767px) {
    .tvcmsmain-slider-wrapper {
        aspect-ratio: 18 / 25;
    }
    .tvslider-video {
        margin-top: 41vw;
    }
    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-around;
}
.mod-chain-slider h2 {
  margin: 0 0 30px;
  text-align: center;
  color: #fff;
  font-size: 42px;
}
.main-cate {
    font-size: 28px;
    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: 25%;
    padding: 0 20px;
}
.chain-slider-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item-icon {
    aspect-ratio: 1;
    max-width: 100%;
    text-align: center;
    width: 250px;
}
.main-cate {
    width: 100%;
    text-align: center;
}
.mod-chain-slider .item-icon img {
    width: 250px;
    max-width: 100%;
}




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

@media(max-width: 991px) {
    .chain-slider-items {
        flex-wrap: wrap;
    }
    .chain-slider-item {
        width: 50%;
    }
    .sub-cates {
        width: 80%;
    }
    .sub-item {
        padding: 15px 20px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        border: 1px solid #333;
        box-shadow: 1px 1px 5px rgba(98, 14, 196, 0.8);
        border-radius: 10px;
    }
}
@media(max-width: 767px) {
    .tvmain-title {
        margin-bottom: 10px;
    }
    .chain-slider-item {
        width: 100%;
    }
    .chain-slider-content::before {
        content: none;
    }
}
    /**** chainslider End ****/


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

.tvcmscustomer-services {
  position: relative;
}
.tv-all-service.card-deck {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tvcmscustomer-services .tvservices-center {
    padding: 20px;
    border: 1px solid transparent;
    width: calc(33.33% - 50px);
    border-radius: 15px;
    display: block;
    background: linear-gradient(to bottom right, #23092f, #17073a);
    position: relative;
    background-clip: padding-box;
}
.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%;
}
.tvservices-content-box {
    width: 70%;
}
.tvservices-img {
  width: 82px;
  height: 82px;
  padding: 18px;
  border-radius: 100%;
  aspect-ratio: 1;
}
.tvservices-img img {
  transition: all 0.6s ease;
}
.tvservices-wrapper:hover .tvservices-img img {
  transform: rotateY(360deg);
}
.tvservices-content-box .tvservices-title {
    font-weight: 700;
    line-height: 2;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  transition: all 600ms ease 0s;
}
.tvall-block-box-shadows:hover .tvservices-content-box .tvservices-title {
  color: #942cd1;
}


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

@media (max-width: 1200px) {
  .tvcmscustomer-services .tvservices-center {
        padding: 40px 30px 40px 30px;
        width: calc(33.33% - 20px);
        display: flex;
        align-items: center;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 1.53vw;
    }
}
@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%;
  }
  .tvservices-img {
    width: auto;
    height: auto;
    padding: 10px
  }
  .tvservices-content-box .tvservices-title {
    text-transform: none;
    font-weight: 500;
  }


}
@media(max-width: 767px) {
    .tvcmscustomer-services .tvservices-center {
        width: 100%;
        margin: 0 auto 25px;
        max-width: 400px;
    }
    .tvservices-wrapper {
        justify-content: center;
    }
    .tvservices-content-box {
        text-align: center;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 16px;
    }

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

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


    /**** tvcmstabcategory-product-slider Start ****/
.tvcmstabcategory-product-slider {
  position: relative;
    background: url('https://www.hismith.co.uk/img/cms/test1/back2.jpg');
    background-size: 100%;
    height: max-content;
    min-height: 48.44vw;
    background-repeat: no-repeat;
}
.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: 1200px) {
    
}
@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;
    }
}

    /**** tvcmstabcategory-product-slider End ****/
    /**** tvcmstestimonial Start ****/
    
.tvtestimonial {
  overflow: hidden;
  padding: 0;
}
.tvtestimonial-slider-inner {
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  width: 34%;
}
.tvcmstestimonial h2 {
  margin: 0 0 30px;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 42px;
  text-align: center;
}
.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: 16px;
  width: 100%;
  margin: auto;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 25px;
    padding: 15px;
}
.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: 1200px) {
  .tvtestimonial-slider-inner {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .tvtestimonial-slider-inner {
    width: 60%;
  }
}
@media (max-width: 767px) {
    .tvtestimonial-slider-inner {
        width: 100%;
    }
    .tvtestimonial-inner-content-box {
        margin: 0;
    }
}
@media (max-width: 575px) {
    
}
    /**** tvcmstestimonial End ****/
    
    /**** tvcmstwoofferbanners Start ****/
    
.tvtwoofferbanner-wrapper {
  margin: 0 -15px;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
  position: relative;
  padding: 0 15px 15px 15px;
}
.tvbanner-hover-wrapper {
    padding: 20px;
    background: linear-gradient(to bottom right, #311031, #270d4b);
    display: flex;
    border-radius: 15px;
    flex-wrap: wrap;
}
.twoofferbanner_imagbox {
    aspect-ratio: 1.9;
    width: 100%;
}
.tvtwoofferbanner-content {
    height: max-content;
    text-align: left;
    position: static;
    width: 100%;
    background: unset;
    padding: 0;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner img {
    border-radius: 15px;
    padding-bottom: 20px;
    border: none;
}
.tvtwoofferbanner-content h4 {
    color: #fff;
    font-size: 28px;
    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:575px) {
    .tvtwoofferbanner-content h4 {
        font-size: 18px;
    }
}
    /**** 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: 768px) {
    
}
@media (max-width: 575px) {
    
}
    /**** video-block End ****/
    
    
    
    /**** newsletter Start ****/
    
.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: 24px;
    padding-bottom: 26px;
    color: #fff;
    margin-bottom: 0;
}
.tvnewsletter-desc strong {
    color: #ea2be3;
}
.block_newsletter form {
    width: 100%;
    margin: 0 auto;
}
.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;
}
.tvnewsleeter-input-button-wraper .input-wrapper input {
    height: 50px;
    border-radius: 10px;
    padding: 11px;
    color: #fff;
    background: #111226;
    border: none;
    width: 100%;
}
.tvnewsleteer-btn-wrapper .hismith-btn {
    height: 50px;
}
    
    
    
    /**** newsletter mobile Start ****/

@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;
    }
}
    /**** 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) {
    #left-column.tv-left-right-panel-hide {
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #21212d;
        height: 100%;
        overflow-y: scroll;
        padding: 30px 15px 0;
        opacity: 0;
        -webkit-transition: all .7s ease .1s;
        -o-transition: all .7s ease .1s;
        transition: all .7s ease .1s;
        left: -500px;
        max-width: 380px;
    }
    #left-column.tv-left-right-panel-hide.open {
        opacity: 1;
        transition: all .7s ease .1s;
        left: 0;
    }
    .tv-left-right-panel-hide .tvleft-column-close-btn {
        height: 40px;
        width: 40px;
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 50%;
        background-image: url(../img/themevolty/sprite.png);
        background-position: -105px -805px;
        cursor: pointer;
        z-index: 2;
        filter: invert(1);
    }
}
#category .breadcrumb {
    margin-bottom: 15px;
}
#category #wrapper {
    margin-bottom: 40px;
}
.tv-category-title-wrapper {
    position: relative;
    padding: 10px 15px;
    text-align: left; 
}
.block-categories a {
    color: #c9c7cc;
}
.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;
    padding: 0 15px;
    font-size: 14px;
}
.block-categories .category-sub-menu li[data-depth="0"] {
    padding: 0
}
.block-categories .category-sub-menu li>a {
    display: block;
    padding: 10px 0;
}
.block-categories .category-sub-menu li[data-depth="0"]>a {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}
.block-categories .collapse-icons {
    position: absolute;
    top: 0;
    padding: 9px 20px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    text-align: center;
    right: 5px;
}
.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;
}
#category-description {
    position: relative;
    z-index: 2
}
#category-description .myh2, #category-description .myh3 {
    margin-bottom: 18px;
    padding: 5px 10px;
    background: #942cd1cc;
    color: #fff;
    border-radius: 5px;
}
#category-description h3 {
    font-size: 18px;
}
#category-description h2 {
    font-size: 20px;
}
#category-description h4 {
    font-size: 16px;
    color: #942cd1;
}
#category-description li {
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
}
#category-description li:before {
    content: "✤ ";
    color: #a0388f;
}
.myNewH3>span {
    color: #fff;
    padding: 5px 10px;
    background: #942cd18c;
    border-radius: 5px;
}
.main-text .tvall-inner-btn {
    background-color: #942cd1;
    color: #fff;   
    margin-bottom: 15px;
}
.tv-category-main-div {
    border-radius: 5px;
    background: #121121;
    padding: 15px;
    margin: 0 0 30px;
}
.tv-sub-category-title-wrapper {
    padding: 15px 15px 0;
}
.tvcategory-name-image {
    overflow-x: auto;
    cursor: grab;
    max-height: 308px;
    display: flex;
    overflow-y: hidden;
    margin: 0;
    user-select: none;
}
.tv-sub-category-title-wrapper .tv-sub-category-title {
    font-size: 24px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
}
.tv-sub-category-wrapper {
    padding: 25px 15px;
}
.tvcategory-name a {
    border-radius: 10px;
    color: #942cd1;
    /*! border: 1px solid #942cd1; */
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 21px inset #942cd199;
    padding: 15px;
    color: #ccc;
    transition: 0.2s all;
    border: none;
}
.tvcategory-name a:hover {
    background: #942cd1;
    color: #fff;
}
.tvcenter-block-product-section {
    border: 1px solid #393939;
    border-radius: 3px;
    padding: 15px 0;
    margin-bottom: 30px;
}
.tvall-page-shortby {
    float: right;
}
.tv-left-search-totle-product {
    display: flex;
    align-items: center;
    position: initial
}
.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 #393939;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    filter: invert(0.3);
}
.tvleft-right-title-wrapper {
    position: relative;
    text-align: left; 
    float: left;
    color: #fff;
    height: 40px;
    margin: 0 10px 0 0;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    width: auto;
    display: inline-flex;
    padding: 8px 10px;
    border: 1px solid #393939;
    filter: invert(0.3);
}
.tvleft-right-penal-all-block .tvleft-right-title-wrapper {
    display: none;
}
.tvproduct-top-filter-name {
    padding: 4px 0 0 5px;
}
.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: 40px;
    min-width: 120px;
}
.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;
}
.products-sort-order .select-title {
    width: 100%;
    color: #ccc;
    border: 1px solid #393939;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    padding: 7px 10px;
}
.products-sort-order .dropdown-menu {
    background: #1c1c1e;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
    left: 15px;
    right: 15px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all;
    overflow: hidden;
    transition-delay: 0.2s;
}
.open.products-sort-order .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.products-sort-order .select-list {
    display: block;
    padding: 10px 10px;
}
#search_filters {
    box-shadow: none;
    margin: 0;
    padding: 0
}
#search_filters {
    display: none;
}
.tvserach-filter-wrapper {
    width: 100%;
    margin: 0 0 30px;
    padding: 15px 15px 0px 15px;
}
.tvsearch-filter-content-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.tvsearch-filter-content-wrapper .facet:not(:last-child) {
    margin-bottom: 30px;
}
#search_filters .facet .facet-title {
    line-height: normal;
    padding-bottom: 10px;
    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
}
.tvfilter-search-types-title {
    position: relative;
}
.tvfilter-search-types-dropdown {
    margin-bottom: 0;
    padding: 0 2px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}
.tvfilter-dropdown-wrapper .faceted-slider {
    position: relative;
    padding: 0 4px;
}
#search_filters .facet .title .facet-title {
    font-size: 17px;
    margin: 0;
    line-height: 35px;
}
#search_filters .facet .tvdropdown-btn {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: translateY(-50%);
}
.tvfilter-search-types-dropdown > li {
    margin-bottom: 14px;
    width: 100%;
}
#search_filters .ui-slider-horizontal {
  height: .4em;
}
#search_filters .ui-widget-header {
  background: #bbb;
}
#search_filters_wrapper #search_filters .ui-slider .ui-slider-handle {
  margin-left: -1px;
  cursor: pointer;
    top: -9px;
    width: 11px;
    background: #222;
    border: 1px solid #555;
    height: 24px;
}
#search_filters_wrapper #search_filters .ui-slider .ui-slider-handle:last-child {
    margin-left: -6px;
}
#search_filters .facet .facet-label {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
}
#search_filters .facet .facet-label a {
    margin: 0 0 0 8px;
    color: #ccc;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    letter-spacing: 0.3px;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tvfilter-search-types-dropdown>li .magnitude {
    float: right;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: auto;
  margin-right: 0;
}
#_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 .close {
    font-size: 16px;
    /*! float: right; */
}
.tvgrid-list-view-product {
    text-align: center;
}
#tv-button-load-products,
#tv-back-top-wrapper {
    width: 350px;
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid #942cd1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    color: #942cd1;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    padding: 10px 11px;
    display: inline-block;
}
#tv-button-load-products:hover,
#tv-back-top-wrapper:hover {
    background: #942cd1;
    color: #fff;
}
#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-wrapper p {
  margin: 0;
}
#tv-back-top-wrapper .tv-back-top-span {
  display: inline-block;
  margin: 2px 0 0 5px;
}
#tv-back-top-wrapper .tv-back-top-span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #942cd1;
  transition: all 0.3s ease-out;
}
#tv-back-top-wrapper:hover .tv-back-top-span:after {
  border-bottom: 4px solid #fff;
}
#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 {
    display: block;
}


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

@media (max-width: 1200px) {
    .tvproduct-wrapper .product-hover-btn {
        width: 36px;
        height: 36px;
    }
    #category .tvfooter-storelogo-imformation {
        margin-top: 50px;
    }
    .tvproduct-wrapper .product-hover-btn svg {
        width: 20px;
        height: 20px;
        display: block;
    }
    .tvproduct-wrapper.grid .tvproduct-hover-btn {
        justify-content: space-around;
        opacity: 1;
        position: static;
        margin: 15px -10px 10px;
    }
    .tvproduct-wrapper .product-hover-btn {
        background: #333;
        color: #fff;
        border: none;
    }
    .tvproduct-wrapper .product-hover-btn svg path {
        fill: #ccc;
    }
    .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;
    }
}
@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;
    }
}
@media (max-width: 575px) {
    #js-product-list .tvgrid-list-view-product .products {
        margin: 0 0 30px;
    }
    .block-categories .category-top-menu li>.category-sub-menu {
        /*! padding: 10px 15px; */
    }
}
@media (max-width: 399px) {
    .tvall-product-wrapper-info-box {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) and (min-width: 400px) {
    .tvproduct-info-box-wrapper {
        margin: 0 -8px;
    }
    .product-title a h6 {
        font-size: 14px;
    }
}
/**** Categorypage End ****/


/**** Productpage Style Start ****/
@media(min-width:768px) {
    .breadcrumb {
        /*! margin-bottom: 0; */
    }
}
    /**** Sticky add to cart button Style End ****/
.tvfooter-product-sticky-bottom {
    position: fixed;
    bottom: 0;
    background-color: #000;
    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: center;
    position: relative;
    padding: 15px;
}
.tvfooter-product-sticky-bottom .tvproduct-image-title-price {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.tvfooter-product-sticky-bottom .product-image {
    margin-right: 15px;
}
.tvfooter-product-sticky-bottom .product-image img {
    max-width: 80px;
    border-radius: 3px;
}
.tvfooter-product-sticky-bottom .tvtitle-price {
    max-width: 220px;
}
.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 .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;
}
.tvfooter-product-sticky-bottom .product-add-to-cart {
    display: flex;
    align-items: center;
}
.tvfooter-product-sticky-bottom .product-quantity {
    margin: 0;
    width: 30%;
    min-width: 213px;
}
.tvfooter-product-sticky-bottom .tv-product-page-add-to-cart-wrapper {
  display: flex;
  margin-left: 15px;
  width: 70%;
}
.tvfooter-product-sticky-bottom .tvproduct-wishlist-compare {
    display: none;
}
.tvfooter-product-sticky-bottom .pp-checkout-btn {
  margin: 0 0 0 10px;
}
.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: 28px;
    color: #fff;
}
.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;
}
.tv-product-page-content .theiaStickySidebar {
    margin-bottom: 0;
}
.product-prices .product-price {
    font-size: 16px;
}
.product-prices .product-price > div {
    margin-right: 10px;
}
.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:last-child {
    margin: 0
}
.social-icon li a {
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 40px;
}
.facebook.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -62px;
    background-color: #21212d;
}
.twitter.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -111px;
    background-color: #21212d;
}
.rss.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -155px;
    background-color: #EE802F;
}
.youtube.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -205px;
    background-color: #c4302b;
}
.googleplus.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -255px;
    background-color: #DD4B39;
}
.pinterest.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -311px;
    background-color: #21212d;
}
.vimeo.icon-black a {
    background-image: url(../img/themevolty/sprite.png);
    background-position: -11px -355px;
    background-color: #4EBBFF;
}
.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: -61px -62px;
    background-color: #fff;
}
.twitter.icon-black a:hover {
    background-position: -61px -111px;
    background-color: #fff;
}
.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: -61px -311px;
}
.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;
}
#block-reassurance li {
    max-width: 320px;
}
#block-reassurance li .block-reassurance-item {
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #727893;
    margin-bottom: 15px;
}
#block-reassurance img {
    width: 25px;
    margin-right: 10px;
}
#product #block-reassurance span {
    font-size: 14px;
}
.product-variants>.product-variants-item select {
    width: auto;
}
.product-information {
    padding: 30px 0 0px;
    border-top: 1px solid #252525;
}
.tvproduct-page-wrapper .ets_crosssell_block {
    margin-top: 0;
    border-top: 1px solid #252525;
    padding-top: 30px;
}
.tvproduct-description-tab {
    margin: 50px 0;
    border-radius: 3px;
}
.tvproduct-description-tab .nav-item {
    float: left;
    margin-left: -1px;
    display: block;
}
.tvproduct-description-tab .nav-item:first-child {
    margin-left: 0;
}
.tvproduct-description-tab .nav-item:first-child a {
    border-top-left-radius: 5px;
}
.tvproduct-description-tab .nav-item a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0;
    border: 1px solid #393939;
    border-bottom: none;
}
.tvproduct-description-tab .nav-item a.active {
    color: #f5f1f6;
}
#tab-content {
    padding: 30px;
    border-radius: 0 3px 3px 3px;
    border: 1px solid #393939;
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block;
}
#product-details .product-reference {
    margin-bottom: 15px;
}
#product-details .label {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 8px 0 0;
}
.tvproduct-description-tab .product-features {
}
.tvproduct-description-tab .product-features p {
    margin-bottom: 15px;
}
.product-features dl {
    margin-bottom: 0;
}
.tvReviews {
    margin-bottom: 10px;
}
.tvproduct-description-tab .open-comment-form {
    margin: 0;
    padding: 10px 0;
    display: block;
    width: 180px;
    text-align: center;
}
.tvproduct-description-tab .open-comment-form span {
    font-size: 16px;
    color: #fff;
    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: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
}
#tvcmsproduct_comments_block_tab .comment_author {
    display: flex;
    justify-content: right;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
#tvcmsproduct_comments_block_tab .comment_author_infos {
    padding: 0;
    width: 50%;
}
#tvcmsproduct_comments_block_tab .star_content {
    width: 50%;
    margin-right: 0;
    display: flex;
    justify-content: right;
}
.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;
    color: #c45500;
    font-size: 12px;
    margin-top: 10px;
}
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(2) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(5) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(7) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(11) .verified-c, 
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(12) .verified-c,
#product #tvcmsproduct_comments_block_tab>div:nth-last-child(3n+14) .verified-c {
    display: none;
}
#tvcmsproduct_comments_block_tab p {
    margin: 0 0 0px 15px;
    font-size: 14px;
    white-space: pre-wrap;
    margin-bottom: 20px;
}
#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: #121121;
    color: #fff;
    margin-bottom: 100px;
    /*! overflow-y: scroll; */
}
.fancybox-close {
    top: 10px;
    right: 10px;
}
#id_new_comment_form .title {
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #393939;
  margin-bottom: 25px;
  width: 100%;
}
#id_new_comment_form {
  display: flex;
  flex-wrap: wrap;
}
.tvcmsproduct-image-comment img {
    border-radius: 5px;
}
.tvproduct-review-box > * {
  margin-bottom: 15px;
}
#criterions_list label {
  margin: 0;
  color: #fff;
}
#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;
}
#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: 14px;
  height: 14px;
  margin: 0 2px;
  cursor: pointer;
}
#new_comment_form .star,
#new_comment_form .star.star_on {
  background: url(../../../../modules/tvcmsproductcomments/views/img/star-no.png) no-repeat scroll 0 0 transparent;
}
#new_comment_form .star.star_hover,
#new_comment_form .star.star_on {
  background: url(../../../../modules/tvcmsproductcomments/views/img/star.png) no-repeat scroll 0 0 transparent;
}
#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;
  color: #fff;
}
.tvproduct-review-box sup,
.fl.required {
  color: #f00;
  top: 4px;
}
.tvcustom-review-box input {
  border: 1px solid #727893;
  height: 32px;
  width: 100%;
  border-radius: 3px;
  background: #000;
  color: #ccc;
}
.tvcustom-review-box #review_content {
  border: 1px solid #727893;
  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: 100px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
}
#product .video_cont,
#product .img_cont {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#product .custom-selector {
    width: unset;
}




@media (min-width: 768px) {
    #product .slick-dots {
        display: none;
    }
    .tvproduct-description-tab .nav-item:last-child a {
        border-top-right-radius: 5px;
    }
}

/**** MobileProductpage Style Start ****/
@media (max-width: 1200px) {
    .tvfooter-product-sticky-bottom .container {
        padding: 0 90px;
    }
    .tvflex-items > div {
        scale: 0.8;
    }
}
@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: 20px;
    }
.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;
}
}

@media (max-width: 767px) {
    .tvproduct-page-wrapper .tv-product-page-image {
        padding: 0;
        margin-bottom: 10px;
    }
    .tvvertical-slider .product-images {
        padding-bottom: 30px;
    }
    .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:first-child a {
        border-top-right-radius: 5px;
    }
    #tab-content {
        border-radius: 0 0 3px 3px;
    }
    .tvproduct-description-tab .nav-item a {
        text-align: center;
    }
    .tvproduct-description-tab #tab-content {
        padding: 15px;
    }
    .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;
    }
    
}

@media (max-width: 575px) {
    .tvvertical-slider .product-images {
        margin: 5px -15px 0 -15px;
    }
    .tvvertical-slider img.thumb {
        /*border-radius: unset;*/
    }
}

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


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

    /**** Sign in Start ****/
.page-customer-account #main {
    border-top: 1px solid #222;
}
.page-customer-account  #content,
#module-tvcmswishlist-mywishlist #content {
    padding: 70px 0;
    margin: 0 auto;
}
#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 h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}
.page-customer-account label {
    margin-bottom: 16px;
}
.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 {
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    padding-bottom: 16px;
    color: #ccc;
    text-decoration: underline;
}
.page-customer-account .hismith-btn {
    width: 100%;
    height: 38px;
    margin: 30px auto 0;
    max-width: 200px;
}

.page-customer-account #customer-form .hismith-btn {
    /*! margin: 30px auto 0; */
    /*! max-width: 200px; */
}
.page-customer-account #submit-login {
    margin: 10px 0;
    max-width: 100%;
}
.page-customer-account #content .no-account {
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    color: #942cd1;
}
    /**** 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;
    color: #fff;
}
.page-customer-account .custom-checkbox label i {
    font-style: unset;
}
.page-customer-account .custom-checkbox label em {
    color: #ccc;
}
.page-my-account #content .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -15px 30px;
}
.page-my-account #content .links a {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    aspect-ratio: 1;
    padding: 15px;
}
.page-my-account #content .links a .link-item {
    display: block;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;  
    background: radial-gradient( circle at 50% 38%, #2f2a57, #181925);
    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 img {
    width: 35%;
    margin-bottom: 15px;
}
.link-item p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    height: 48px;
    padding: 0 15px;
}
.page-my-account .hismith-grey-btn i {
    font-size: 20px;
    margin-right: 10px;
}
.page-my-account .hismith-grey-btn span {
    font-size: 15px;
}
.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: .875rem;
    vertical-align: middle;
}
    /**** 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;
    border: 1px solid #727893;
    padding: 1rem;
    border-radius: 5px;
    overflow: hidden;
    height: 229px;
    margin-bottom: 15px;
    background-color: #000;
    text-align: center;
    font-size: 25px;
}
.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;
    color: #5b6076;
}
.add-address a:hover i {
    color: inherit;
}
.page-addresses .address {
    margin-bottom: 15px;
    font-size: .875rem;
    color: #ccc;
    background: #000;
}
.page-addresses .address .address-body {
    border: 1px solid #727893;
    padding: 1rem;
    border-radius: 3px;
    overflow: hidden;
}
.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    width: 85%;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}
.js-address-form .custom-selector {
  border: 1px solid #727893;
}
.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;
}
    /**** Order history style ****/
.page-customer-account #content .order-actions a {
    padding: 0 5px;
}
#history .cus-acc-sty > div {
    width: 100%;
    overflow-x: scroll;
}
.page-order-detail .box {
    background: #000;
    padding: 15px;
    margin-bottom: 15px;
    color: #c9c7cc;
    border-radius: 5px;
}
#order-history h4 {
    margin-bottom: 15px;
}
.page-order-detail .addresses {
    margin: 0 -15px;
}
.page-order-detail .addresses h4 {
    font-size: 16px;
}
.order-products,
.order-summary {
    width: 100%;
    overflow-x: scroll;
}
    /**** myWishlist style ****/

#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;
}
#form_wishlist .tvwishlist-title-name {
  display: none;
}
#form_wishlist input.inputTxt {
    border: 1px solid #727893;
    color: #ccc;
    font-size: 16px;
    padding: 0px 15px;
    width: 260px;
    border-right: none;
    border-radius: 5px 0 0 5px;
    height: 40px;
    line-height: 40px;
}
#form_wishlist input.inputTxt::placeholder {
    color: #727893;
    font-size: 16px;
}
#module-tvcmswishlist-mywishlist .page-content .hismith-btn {
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    color: #fff;
    display: inline-block;
    max-width: 250px;
    text-align: center;
}
#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 #727893;
    margin-top: 10px;
    background: transparent;
}
.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,
.wishlisturl {
    margin-bottom: 30px;
}
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 #942cd1solid;
    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;
}

    /**** affiliate program ****/
#module-refpro-myaccount #content-wrapper {
    border-top: 1px solid #222;
    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: 15px;
    background-color: #21212d;
    margin-bottom: 20px;
    padding: 25px 30px 30PX;
}
.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;
    color: #fff;
}
.afflink {
  background: #000;
  padding: 10px 20px;
  border: 1px solid #727893;
  border-radius: 8px;
  width: max-content;
  color: #6c728c;
  margin-bottom: 20px;
  max-width: 100%;
}
.afflink #url1 {
  margin-right: 15px;
}
.voucher_cart_rule {
  display: inline-block;
}
.wrapp_voucher_cart_rule {
  background: #000;
  padding: 30px 50px;
  border: 1px solid #727893;
  border-radius: 8px;
}
.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 {
    background-color: #1c1c1e;
    color: #fff;
    border-color: rgba(0, 0, 0, .25);
    outline: none;
}


@media (min-width: 992px) {
    .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 #main {
    border-top: 1px solid #222;
    padding-top: 25px;
}
.tvcmsblog-event-home {
    margin-bottom: 70px;
}
.tvblog-event-inner-block {
    margin: 0 -15px;
}
.tvcmsblog-event-home .blog-title {
    margin-bottom: 35px;
}
#module-tvcmsblog-archive .tvcmsblog-event-home .blog-title {
    margin-bottom: 25px;
}
.blog-title-left,
.blog-title-right {
    width: 100%;
}
.blog-title-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-title-right .hismith-btn {
    min-width: 120px;
    text-align: center;
}
.blog-title-right h4{
    margin: 0;
    width: 100%;
}
.tvcmsblog-event-home h2 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
}
.blog-title-left h4 {
    color: #747474;
    font-size: 18px;
}
.tvblog-img-content-wrapper {
    position: relative;
    background: linear-gradient(to bottom, #111226, #000);
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.6s ease-in-out 0s;
}
.tvblog-img-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to bottom, #620ec4, transparent);
}
.tvblog-event-all-content-block .tvblog-img-content-wrapper:hover {
    box-shadow: 0px 0px 40px rgba(98, 14, 196, 0.8);
}
.tvnews-event-content-wrapper {
    text-align: left;
    padding: 0;
}
.tvblog-date-username,
.tvnews-event-content {
    padding: 20px 28px;
}
.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: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8;
}
.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 {
    text-align: center;
}
.tvnews-event-content-wrapper .tvnews-event-read-more a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
    text-transform: unset;
}
.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;
    overflow: hidden;
}
.pagination>div:first-child {
    line-height: 40px;
}
.tvpagination-title-item-main-wrapper {
    margin-top: 25px;
}
.tvpagination-title-item-wrapper .tvinner-page-pagination-wrapper {
    background-color: #121121;
    display: flex;
    padding: 10px 0;
    border-radius: 5px;
    flex-wrap: wrap;
}
.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: #323232;
  margin-left: 15px;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
}
.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;
}


@media(min-width: 576px) {
    .pagination .page-list.tvinner-page-pagination {
        justify-content: flex-end;
    }
}
    /**** tvcmsbloghome mobile Start ****/

@media(max-width: 1200px) {
    .tvblog-event-all-content-block {
        padding: 15px;
    }
}
@media(max-width: 991px) {
    .blog-title-right {
        flex-wrap: wrap;
        justify-content: right;
    }
}
@media(max-width: 767px) {
    .tvcmsblog-event-home .blog-title {
        flex-wrap: wrap;
    }
    .blog-title-left,
    .blog-title-right {
        width: 100%;
    }
    .tvblog-event-all-content-block .tvblog-img-content-wrapper {
        box-shadow: 0px 0px 20px rgba(98, 14, 196, 0.8);
    }
}
@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 {
    border: 1px solid rgb(39, 41, 46);
    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: #333;
    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: 1px solid #444;
  border-radius: 10px;
}
.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 {
  background-color: #121121;
  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;
  width: max-content;
  margin: 0 auto 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;
}


/**** blog single mobile start ****/

@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 ****/