.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

#category #left-column {
    padding-left: 0
}

#left-column {
    margin-top: 25px;
    padding-left: 0
}

#content-wrapper {
    margin-top: 25px
}

#content-wrapper {
    padding-right: 0
}

@media (max-width:767px) {
    #left-column {
        padding: 0 15px !important
    }
    #content-wrapper {
        padding: 0 15px
    }
}

.tvcmsgrid-view-product {
    margin-left: -15px;
    margin-right: -15px
}

.btn:focus {
    outline: 0 !important
}

#category .form-control:focus #category .input-group.focus:focus {
    outline: 0
}

@media(max-width:575px) {
    #category #left-column {
        padding-left: 15px
    }
    #category #content-wrapper {
        padding-right: 15px
    }
}

.tvcms-loading-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 10000
}

.tvcms-loading-overlay .tvcms-loading-inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.tvcmscategory {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    cursor: url(../img/icon-move-black.png), move
}

.tvcmscategory .tvcategory {
    padding: 30px 0
}

.tvcmscategory .tvcategory-info {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 15px
}

.tvcmscategory .tvcategory-info img {
    box-shadow: 3px 2px 5px rgba(136, 136, 136, .5);
    border-radius: 100%
}

.tvcmscategory .tvcategory-titel {
    color: #000;
    font-size: 12px;
    font-weight: 400
}

.swiper-slide {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.tvcategory-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: none
}

#product_comparison .thumbnail-container img {
    width: 250px;
    max-width: 250px
}

#product_comparison .tvcmscomparison .tvcmsproduct-compare-list {
    background-color: transparent;
    border: none;
    cursor: pointer
}

#product_comparison .tvcmscomparison .tvcmsproduct-compare-list:focus {
    outline: 0
}

#product_comparison .tvcompare-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in-out
}

#product_comparison .tvcmscomparison .thumbnail-container {
    position: relative;
    display: block
}

#product_comparison .tvcmscomparison:hover .tvcompare-hover-img {
    opacity: 1
}

#product_comparison .product-description .final-price {
    color: #000;
    font-size: 14px
}

#product_comparison .product-description .price {
    color: #000;
    font-size: 14px
}

#product_comparison .product-description .product-desc p {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    letter-spacing: .5px;
    height: calc(20px * 3);
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-align: left;
    -webkit-box-orient: vertical
}

#product_comparison .product-description .discount {
    margin: 0;
    background-color: #eee;
    color: #222;
    font-size: 10px;
    font-weight: 600;
    padding: 2px
}

#product_comparison .product-description .product-title a {
    color: #626262;
    font-size: 14px;
    height: calc(16px * 1);
    overflow: hidden;
    line-height: 16px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

#product_comparison .product-description .product-title a:hover {
    color: #222
}

#product_comparison .product-add-to-cart .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 7px;
    line-height: 38px;
    letter-spacing: .5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#product_comparison .product-add-to-cart .btn:hover {
    background: #000
}

#product_comparison .tvcmscomparison .product-description .product-desc p span {
    font-size: 14px;
    color: #424242;
    font-weight: 400;
    letter-spacing: .3px;
    height: calc(20px * 2);
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left !important
}

#module-tvcmsproductcompare-productcomparelist #product_comparison {
    border: none
}

@media (max-width:991px) {
    #product_comparison .compare_extra_information {
        width: 100%
    }
    #product_comparison td {
        display: block;
        float: left;
        margin-top: 20px;
        text-align: center
    }
    #product_comparison .comparison_feature_odd.feature-name {
        width: 100%;
        text-align: center
    }
    #module-tvcmsproductcompare-productcomparelist .card {
        border: none;
        padding: 0
    }
    #module-tvcmsproductcompare-productcomparelist .tvproduct-add-to-cart span {
        display: none
    }
}

@media (min-width:576px) and (max-width:767px) {
    #product_comparison .tvcmscomparison {
        width: 50%
    }
}

@media (max-width:767px) {
    #product_comparison .thumbnail-container img {
        width: 100%
    }
}

@media (max-width:575px) {
    #product_comparison .tvcmscomparison {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    #product_comparison .product-description .discount {
        margin: 0
    }
    #product_comparison .product-description .final-price {
        font-size: 11px
    }
    #product_comparison .product-description .price {
        font-size: 11px
    }
}

.tvcmsmultibanners {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff
}

.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3,
.tvcmsmultibanners .tvmultibanner-wrapper,
.tvcmsmultibanners .tvmultibanner-wrapper-info,
.tvcmsmultibanners .tvmultibanner2-wrapper {
    padding-left: 0;
    padding-right: 0
}

@media(max-width:767px) {
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-3 {
        padding: 15px
    }
    .tvcmsmultibanners .tvmultibanner-2 {
        padding: 0 15px
    }
}

.tvcmsofferbanners-one {
    padding: 50px 0;
    background-color: #fafafa
}

.tvone-banner-wrapper-info {
    padding-left: 0;
    padding-right: 0
}

@media(max-width:575px) {
    .tvone-banner-wrapper-info {
        padding-left: 15px;
        padding-right: 15px
    }
}

@-webkit-keyframes ani {
    25% {
        left: 100%
    }
    75% {
        left: 200%
    }
    100% {
        left: 300%
    }
}

@keyframes ani {
    0% {
        top: 0
    }
    25% {
        left: 100%;
        top: 100%
    }
    75% {
        left: 300%;
        top: 400%
    }
    100% {
        left: 400%;
        top: 200%
    }
}

.tvbanner-hover-wrapper,
.tvspecial-offer-banner {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.tvbanner-hover-wrapper .tvbanner-hover,
.tvspecial-offer-banner .tvbanner-hover {
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(128, 128, 128, 0) 0, rgba(255, 255, 255, .3) 100%) repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: -150%;
    -webkit-transform: skewY(-78deg);
    -o-transform: skewY(-78deg);
    -ms-transform: skewY(-78deg);
    -moz-transform: skewY(-78deg);
    transform: skewY(-78deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    box-shadow: 7px 1px 18px 12px rgba(255, 255, 255, .2)
}

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

.tvbanner-hover-wrapper:hover .tvbanner-hover,
.tvspecial-offer-banner:hover .tvbanner-hover {
    animation-direction: 2s;
    animation: ani 5s infinite;
    -webkit-animation: ani 5s infinite;
    width: 100%;
    height: 100%
}

#module-tvcmsblog-archive .tvcmsblog-slider-pagination {
    text-align: center
}

#module-tvcmsblog-archive .tvcmsblog-next-pre-btn .tvcmsmain-next:before,
#module-tvcmsblog-archive .tvcmsblog-next-pre-btn .tvcmsmain-prev:before {
    line-height: 36px
}

#module-tvcmsblog-archive .tvcmsblog-slider-pagination {
    position: absolute;
    top: 50%;
    width: 100%
}

#module-tvcmsblog-archive .tvcmsblog-slider-pagination .tvcmsblog-slider-next {
    right: 0;
    position: absolute
}

.tvcmstesimonial-blog-post .tvtestimonial-full-width {
    margin-bottom: 50px
}

.tvcmstestimonial-video {
    background-size: cover;
    position: relative
}

.tvcmstestimonial-video .tvcmstestimonial-video-inner-box {
    background-color: rgba(0, 0, 0, .3);
    padding: 50px 0
}

.tvcmstestimonial-slider .tvtestimonial-slider-content-box {
    text-align: center;
    padding: 0
}

.tvcmstestimonial-slider .tvcmstestimonialslider-inner-wrapper {
    overflow: hidden;
    width: 100%
}

.tvcmstestimonial-slider .tvcmstestimonialslider-info .tvcms-main-title .tvtitle:before {
    display: none
}

.tvcmstestimonial-slider .tvtestimonial-slider-inner {
    position: relative;
    margin-top: 35px
}

.tvcmstestimonialslider-info .tvcms-main-title {
    display: inline-block
}

.tvcmstestimonial-slider {
    overflow: hidden;
    float: left;
    padding: 0
}

.tvcmstestimonial-slider .tvtestimonial-slider {
    height: auto;
    width: auto;
    position: relative;
    display: -webkit-box;
    display: flex
}

.tvcmstestimonial-slider .tvtestimonial-info {
    outline: 8px solid rgba(255, 255, 255, .18);
    position: relative;
    padding: 55px 50px 50px 50px;
    width: 70%;
    background-color: rgba(250, 250, 250, .9)
}

.tvcmstestimonial-slider .tvtestimonial-inner {
    display: flex
}

.tvcmstestimonial-slider .tvtestimonial_img-wrapper {
    width: 115px;
    height: 115px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 25px
}

.tvcmstestimonial-slider .tvtestimonial-block {
    position: absolute;
    top: 15%;
    left: 250px;
    right: 250px;
    display: block
}

.tvcmstestimonial-slider .tvtestimonial_img {
    float: left;
    width: 100px;
    height: 100px
}

.tvtestimonial-dec-textbox-wrapper {
    text-align: left;
    align-self: center
}

.tvcmstestimonial-slider .tvtestimonial_sign img {
    width: 100px
}

.tvcmstestimonial-slider .tvtestimonial_dec {
    color: #111;
    font-size: 15px;
    font-weight: 400
}

.tvcmstestimonial-slider .tvtestimonial_sign {
    margin-top: 40px
}

.tvcmstestimonial-slider .tvtestimonial-title {
    color: #df1a52;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.tvcmstestimonial-slider .tvtestimonial-title em {
    font-style: normal
}

.tvcmstestimonial-slider .tvtestimonial-title1 {
    color: #111;
    font-size: 30px;
    font-family: 'Great Vibes', cursive;
    float: right;
    font-weight: 400
}

.tvcmstestimonial-slider .tvtestimonial-next-pre-btn .tvcmsmain-next,
.tvcmstestimonial-slider .tvtestimonial-next-pre-btn .tvcmsmain-prev {
    background-image: none;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    height: 30px;
    width: 30px
}

.tvcmstestimonial-slider .tvtestimonial-next-pre-btn .tvcmsmain-prev {
    left: 0
}

.tvcmstestimonial-slider .tvtestimonial-next-pre-btn .tvcmsmain-next {
    right: 0
}

.tvcmstestimonial-slider .tvtestimonial-next-pre-btn .tvcmsmain-next i,
.tvcmstestimonial-slider .tvtestimonial-next-pre-btn .tvcmsmain-prev i {
    color: #888;
    font-size: 30px
}

.tvcmstestimonial-slider .tvtestimonial-pagination {
    margin: 40px 50% 0 50%
}

.tvcmstestimonial-slider .tvtestimonial-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    transform: scale(0);
    border-radius: 100%
}

.tvcmstestimonial-slider .swiper-pagination-bullet-active-next-next,
.tvcmstestimonial-slider .swiper-pagination-bullet-active-prev-prev {
    width: 6px;
    height: 6px;
    margin: 4px 5px !important;
    transform: scale(1) !important
}

.tvcmstestimonial-slider .tvtestimonial-pagination .swiper-pagination-bullet-active {
    background: #df1a52;
    width: 11px;
    height: 11px;
    transform: scale(1) !important
}

.tvcmstestimonial-slider .swiper-pagination-bullet-active-next,
.tvcmstestimonial-slider .swiper-pagination-bullet-active-prev {
    width: 10px;
    height: 10px;
    transform: scale(1) !important;
    margin: 2px 2px !important
}

@media(max-width:767px) {
    .tvtestimonial-dec-textbox-wrapper {
        text-align: center
    }
    .tvcmstestimonial-slider .tvtestimonial_img-wrapper {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 0
    }
    .tvcmstestimonial-slider .tvtestimonial-title1 {
        float: none
    }
    .tvcmstestimonial-slider .tvtestimonial-inner {
        display: block
    }
    .tvcmstestimonial-slider .tvtestimonial-info {
        padding: 30px 15px
    }
}

.tvcmsnews-event .blog_pos {
    overflow: hidden;
    padding: 0 1px;
    background-color: #fafafa
}

.tvcmstesimonial-blog-post {
    background: #fff;
    padding: 80px 0
}

.tvtestimonial-blog-post .tvnews-event-title-paging {
    margin-bottom: 55px;
    text-align: center
}

.tvleft-new-product-title,
.tvleft-newsletter-title-box,
.tvleft-penal-all-block-category-title,
.tvleft-special-product-title {
    background-color: #df1a52;
    overflow: hidden;
    display: flex
}

.tvleft-new-product-title h1,
.tvleft-newsletter-title-box h1,
.tvleft-special-product-title h1 {
    margin: 0
}

.tvnews-event {
    background-color: transparent;
    overflow: hidden
}

.tvcmsnews-event .tv-main-title a h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0;
    background-color: #fff
}

.tvcmsnews-event .tv-main-title .tvblog-title-background-text:before {
    content: "";
    width: 65%;
    background-color: #ccc;
    height: 1px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1
}

.tvcmsnews-event .tvblog-title-background-text {
    position: relative;
    font-weight: 400;
    margin-top: 10px
}

.tvcmsnews-event .tv-main-title .tvnews-event-des-title {
    display: none
}

.tvcmsnews-event .tvnews-event-description {
    color: #111;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: .5px;
    height: calc(20px * 2);
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.tvcmsnews-event .tvnews-event-content {
    padding: 0 15px 35px 15px;
    height: auto;
    width: auto;
    text-align: center;
    position: relative;
    border-radius: 0 0 10px 10px
}

.tvcmsnews-event .post_thumbnail a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.tvcmsnews-event .blog_post_content_top .post_thumbnail {
    position: relative;
    padding: 0
}

.tvcmsnews-event .post_meta {
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fafafa;
    display: block;
    overflow: hidden;
    margin: 0 auto 15px auto
}

.tvcmsnews-event .post_meta .tvnews-event-username {
    text-align: center
}

.tvcmsnews-event .tvblog-date-username {
    text-align: center
}

.tvcmsnews-event .swiper-slide {
    margin-bottom: 10px;
    padding: 0 15px
}

.tvcmsnews-event .tvnews-event-username i {
    font-size: 14px;
    color: #111
}

.tvcmsnews-event .tvnews-event-username p {
    color: #111;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    display: inline-block
}

.tvcmsnews-event .tvnews-event-username p:hover {
    color: #000
}

.tvcmsnews-event .img_content img {
    width: 100%
}

.tvcmsnews-event .tvdate-time {
    overflow: hidden;
    margin-bottom: 15px;
    display: inline-block
}

.tvcmsnews-event .tvdate-time .tvmonth-time p {
    font-size: 22px;
    margin: 0;
    color: #fff
}

.tvcmsnews-event .tvdate-time .tvday-time {
    background-color: #df1a52;
    display: inline-block;
    float: left;
    width: 100px;
    text-align: center;
    line-height: 50px
}

.tvcmsnews-event .tvnews-event-content .tvmonth-time {
    float: left;
    width: 100px;
    line-height: 50px;
    text-align: center;
    background: #aeaeae
}

.tvcmsnews-event .tvnews-event-content .tvyear-time {
    float: left
}

.tvyear-time p {
    margin: 0 5px;
    font-size: 14px
}

.tvcmsnews-event .tvdate-time .tvday-time p {
    color: #fff;
    font-size: 22px;
    margin: 0
}

.tvcmsnews-event .tvnews-event-titel a {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    line-height: 16px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-transform: uppercase
}

.tvcmsnews-event .tvnews-event-titel a:hover {
    color: #df1a52
}

.tvcmsnews-event .tvnews-event-titel {
    display: -webkit-inline-box;
    margin-bottom: 15px
}

.tvcmsnews-event .blog_mask_content {
    display: none
}

.tvcmsnews-event .tvnews-event-hoverbtn {
    width: 100%;
    overflow: hidden;
    position: relative
}

.tvcmsnews-event .tvnews-event-hoverbtn .tvblog-content-img {
    width: 100%;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-position: center;
    background-size: cover;
    height: 240px
}

.tvcmsnews-event .tvnews-wrapper .blog_pos:hover .tvblog-content-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-ovrly {
    background-color: #111;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tvnews-event-read-more .tvnews-event-read-more-link a {
    color: #111;
    font-size: 12px;
    font-weight: 600
}

.tvnews-event-read-more .tvnews-event-read-more-link a:hover {
    color: #df1a52
}

.tvcmsnews-event .tvnews-event-read-more {
    float: right
}

.tvcmsnews-event .tvnews-event-read-more-link a i {
    font-size: 15px;
    color: #666
}

.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-buttons .material-icons {
    display: inline-block;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    position: relative;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -o-transition: -o-transform .3s, opacity .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-buttons i:hover {
    color: #df1a52
}

.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-buttons i {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.tvcmsnews-event .tvnews-wrapper .blog_pos:hover .tvnews-event-buttons .material-icons {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.tvcmsnews-event .tvnews-wrapper .blog_pos:hover .tvnews-event-ovrly {
    opacity: .4
}

.tvcmsnews-event .tvnews-event-link {
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 20px
}

.tvcmsnews-event .tvcmsnews-pagination {
    margin-top: 30px
}

.tvcmsnews-event .tvnews-event-link a {
    margin-right: 20px;
    color: #696969;
    font-weight: 500;
    font-size: 14px;
    margin-left: 20px
}

.tvcmsnews-event .tvnews-event-link a:hover {
    color: #000
}

.tvcmsnews-event .tvnews-event-link i {
    font-size: 18px
}

.tvtestimonial-blog-post .tvblog-full-width {
    padding: 0
}

@media (max-width:767px) {
    .tvcmsnews-event .tvnews-event-hoverbtn .tvblog-content-img {
        height: 270px
    }
}

@media (max-width:575px) {
    .tvtestimonial-blog-post .tvnews-event-title-paging {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .tvtestimonial-blog-post .tvnews-event-wrapper-mobile-desktop-slider {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media(max-width:991px) {
    .tvcmsnews-event .blog_pos {
        margin: 15px 0
    }
}

.tvnews-event-video iframe {
    height: 406px;
    width: 406px
}

.tvcmsnews-event .tvnews-event-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmsnews-event .tvnews-event-next-pre-btn .tvcmsmain-prev:hover:before {
    color: #333
}

@media (max-width:991px) {
    #module-tvcmsblog-single .tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial_dec {
        padding: 0 11px
    }
}

@media (max-width:767px) {
    .tvcmsnews-event .tv-main-title a h2 {
        text-align: center
    }
    .tvcmsnews-event .tvcmsnew-pagination {
        text-align: center
    }
    .tvcmsnews-event .tvnews-event-next-pre-btn {
        float: none !important;
        display: inline-block
    }
}

@media (orientation:portrait) and (max-width :767px) {
    #cms table {
        width: 100% !important
    }
}

@media (min-width:518px) and (max-width:640px) {
    .tvcmsnews-event .tvdate-time {
        right: 15%
    }
}

.tvcmsimagegallary {
    padding: 50px 15px;
    overflow: hidden;
    background-color: #fff
}

.tvcmsimagegallary .tvimagegallary-slide {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvcmsimagegallary .tvimagegallary-slide img {
    width: 100%
}

.tvimagegallary-hoverbtn {
    width: 100%;
    overflow: hidden;
    position: relative
}

.tvimagegallary-hoverbtn img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0
}

.tvimagegallary-hoverbtn .tvimagegallary-ovrly {
    background-color: #df1a52;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons a {
    width: 100%;
    height: 100%
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons .material-icons {
    background: #111;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    opacity: 0;
    position: relative;
    cursor: pointer;
    margin: 0 8px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.tvimagegallary-hoverbtn:hover .tvimagegallary-buttons .material-icons {
    opacity: 1
}

.tvimagegallary-hoverbtn .tvimagegallary-buttons .material-icons:hover {
    background-color: #df1a52;
    color: #fff
}

.tvimagegallary-hoverbtn:hover .tvimagegallary-ovrly {
    opacity: .5
}

.tvcmscustomer-services {
    clear: both;
    background-color: #fff;
    padding: 50px 0
}

.tvcmscustomer-services .tvservice-inner {
    padding: 40px 0;
    overflow: hidden;
    position: relative
}

.tvcmscustomer-services .tvservices-img-wrapper {
    text-align: left;
    padding: 0
}

.tvcmsfooter-container {
    background-color: #fff
}

.tvcmscustomer-services .tvservices-img-wrapper .tvservices-img {
    width: 113px;
    height: 90px;
    float: left;
    margin-right: 10px
}

.tvcmscustomer-services .tvservices-img-wrapper .tvservices-img i {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block
}

.tvcmscustomer-services .tvservices-1 .tvservices-img-wrapper .tvservices-img i {
    background-image: url(../img/themevolty/Services-1.png)
}

.tvcmscustomer-services .tvservices-2 .tvservices-img-wrapper .tvservices-img i {
    background-image: url(../img/themevolty/Services-2.png)
}

.tvcmscustomer-services .tvservices-3 .tvservices-img-wrapper .tvservices-img i {
    background-image: url(../img/themevolty/Services-3.png)
}

.tvcmscustomer-services .tvservices-info {
    position: relative;
    z-index: 1
}

.tvcmscustomer-services .tvservices-title {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    height: calc(25px * 1);
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis
}

.tvcmscustomer-services .tvservice-dec {
    color: #df1a52;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    height: calc(25px * 2);
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis
}

@media(max-width:767px) {
    .tvcmscustomer-services {
        padding: 0 0
    }
    .tvcmscustomer-services .tvservices-img-wrapper .tvservices-img {
        width: 80px;
        height: 80px
    }
    .tvcmscustomer-services .tvservices-img-wrapper .tvservices-img i {
        background-position: center top
    }
    .tvcmscustomer-services .tvservices-title {
        font-size: 18px;
        margin-bottom: 0
    }
    .tvcmscustomer-services .tvservice-dec {
        line-height: 18px;
        height: calc(18px * 2)
    }
}

@media(max-width:991px) {
    .tvcmscustomer-services .tvservices-title {
        font-size: 20px
    }
}

@media(max-width:991px) {
    .tvcmscustomer-services .tvservices-img-wrapper {
        margin: 10px auto
    }
    .tvcmscustomer-services {
        padding: 0 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .tvcmscustomer-services .tvservice-dec {
        width: 50%
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .tvcmscustomer-services .tvservices-img-wrapper .tvservices-img {
        width: 80px;
        height: 80px
    }
    .tvcmscustomer-services .tvservice-dec {
        line-height: 20px;
        height: calc(20px * 2)
    }
    .tvcmscustomer-services .tvservices-title {
        font-size: 20px
    }
}

@media(max-width:575px) {
    .tvcmscustomer-services .tvservice-inner {
        padding: 0 15px
    }
}

.tvcmsleft-offer-banner {
    margin-bottom: 30px
}

.tvcmsleft-offer-banner img {
    width: 100%
}

.tvcategory-cover {
    margin-bottom: 20px
}

#best-sales #content-wrapper #main>h2,
#new-products #content-wrapper #main>h2,
#prices-drop #content-wrapper #main>h2,
.tvpage-header-name h1,
.tvright-panel-titel {
    color: #333;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px
}

#tvright-panel-description h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.tvright-panel-description p {
    font-size: 14px;
    color: #676767 !important;
    margin: 0
}

.tvReviews .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    min-width: 165px;
    max-width: 80%;
    padding: 0 10px;
    line-height: 38px
}

.tvReviews .btn:hover {
    background-color: #333
}

.tvcmsproducts-section-title {
    font-size: 18px
}

.tvcmsproduct_comments_block_tab h4 {
    color: #222;
    font-weight: 500;
    font-size: 13px
}

#products .tvproduct-info-box .star_on i,
#tvcmsproductCommentsBlock .star_content .star_on i,
.tvcmsbest-seller-product .tvproduct-info-box .star_on i,
.tvcmscategory-product .tvproduct-info-box .star_on i,
.tvcmsfeatured-product .tvproduct-info-box .star_on i,
.tvcmslike-product .tvproduct-info-box .star_on i,
.tvcmsnew-product .tvproduct-info-box .star_on i,
.tvcmsspecial-product .tvproduct-info-box .star_on i,
.tvcmstab-title-product .tvproduct-info-box .star_on i {
    color: #fcae01
}

#order-confirmation .tvcms-box-layout .card-title i {
    padding: 0
}

.tvcms-box-layout .card-block {
    background-color: transparent;
    box-shadow: none
}

#contact #content-wrapper .card-block {
    margin: 25px 0
}

.tvcmscontact-us .tvcontact-title h3 {
    color: #424242;
    font-size: 18px;
    font-weight: 500
}

.tvcmscontact-us .tvcontact-us-attachment input,
.tvcmscontact-us .tvcontact-us-email input,
.tvcmscontact-us .tvcontact-us-message textarea,
.tvcmscontact-us .tvcontact-us-order-reference select,
.tvcmscontact-us .tvcontactt-us-inner select {
    background-color: #fff;
    color: #7a7a7a;
    font-size: 12px;
    border: 1px solid #ccc
}

.tvcmscontact-us .tvcontact-us-message textarea {
    height: 200px
}

.tvcmscontact-us .form-control-label {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 500;
    padding-bottom: 5px
}

.tvcmscontact-us .tvcontact-us-message {
    width: 50%
}

.tvcontact-us-attachment .input-group-btn .btn {
    background-color: #df1a52;
    color: #fff;
    padding: 10px
}

.tvcmscontact-us .tvcontact-us-button .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 80px;
    line-height: 38px
}

.tvcmscontact-us .tvcontact-us-button .btn:hover {
    background: #000
}

.tvcmscontact-us .tvcontact-us-button {
    text-align: right !important
}

@media (max-width:767px) {
    .tvcmscontact-us .tvcontact-us-message {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    #contact .left-column {
        width: 100%
    }
}

.tvcmsStore-inform-contact-us {
    margin-top: 25px;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 50px
}

.tvcmsStore-inform-contact-us h4 {
    color: #424242;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.tvcmsStore-inform-contact-us .tvStore-inform-icon i {
    color: #696969;
    width: 35px
}

.tvcmsStore-inform-contact-us .tvStore-inform-data {
    font-size: 13px;
    color: #777;
    line-height: 20px
}

.tvcmsStore-inform-contact-us .tvStore-inform-data a {
    color: #777
}

@media(min-width:991px) and (max-width:1199px) {
    .tvcmsStore-inform-contact-us h4 {
        font-size: 16px
    }
    .contact-rich h4 {
        margin-bottom: 10px
    }
}

@media (max-width:991px) {
    .tvcmscontact-us .form-control-comment {
        padding-top: 10px;
        display: block
    }
}

.tvcmsstores .tvstore-titte-address {
    color: #222;
    font-size: 15px;
    font-weight: 600
}

.tvcmsstores .tvstores {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #eee
}

.tvcmsstores .tvstore-address {
    color: #626262;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px
}

.tvcmsstores .tvstore-dayname {
    color: #222;
    font-size: 14px;
    font-weight: 600
}

.tvcmsstores .tvstore-time {
    color: #626262;
    font-size: 13px;
    font-weight: 500
}

@media (max-width:575px) {
    .tvcmsstores .tvstore-description {
        text-align: center;
        margin-bottom: 10px
    }
    .tvcmsstores .tvstore-day-time {
        text-align: center
    }
    .tvcmsstores .tvstore-day-time table {
        display: inline-block
    }
}

#content.tvall-page-content {
    background-color: transparent;
    box-shadow: none
}

.tvforgot-password {
    text-align: center;
    margin: 10px 0
}

.tvforgot-password a {
    color: #656565;
    font-size: 14px;
    font-weight: 500
}

.tvforgot-password a:hover {
    color: #222
}

.tvlogin-from-btn .btn {
    background-color: #878787;
    color: #fff;
    padding: 10px;
    letter-spacing: .5px
}

.tvlogin-btn .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    padding: 2px 17px;
    line-height: 38px;
    margin: 10px 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvlogin-btn .btn:hover {
    background: #000
}

.tvno-account {
    text-align: center
}

.tvno-account a {
    color: #656565;
    font-size: 14px;
    font-weight: 500
}

.tvno-account a:hover {
    color: #222
}

@media(max-width:767px) {
    #content.tvall-page-content .form-group .col-md-6 {
        width: 100%
    }
}

.tvcmswishlist-view-table-data {
    display: inline-table
}

.tvcmswishlist .wlp_bought_item_container .product_infos a.lnkdel {
    background-color: #000
}

.tvcmswishlist .wlp_bought_item_container .product_infos a.lnkdel i {
    color: #fff;
    font-size: 16px;
    display: block
}

.tvcmswishlist #showSendWishlist a {
    color: #222;
    font-weight: 500
}

.wishlistLinkTop .tvwishlist-send-mess-btn button:hover {
    background: #000
}

.tvcmswishlist .wishlistLinkTop .wlp_bought ul li .wlp_bought_item_container {
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    position: relative;
    margin-bottom: 10px
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action a {
    color: #fff;
    background-color: #df1a52;
    display: inline-block;
    padding: 5px 15px;
    float: left;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action a:hover {
    background: #000
}

.tvcmswishlist .wishlistLinkTop .wlp_bought ul li .wlp_bought_item_container img {
    width: 100%
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action .wishlist_change_button {
    float: right
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action table tr {
    border: 1px solid #eee
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action .popover-content {
    padding: 0;
    margin-top: 10px
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_image {
    border: 1px solid #eee
}

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .product-name {
    margin: 10px 0;
    line-height: 20px
}

.tvcmswishlist .wishlistLinkTop .product_infos .wishlist_product_detail .form-group {
    margin-top: 0
}

.tvcmswishlist {
    padding: 0
}

.tvcmswishlist .tvwishlist-info th {
    border: 1px solid #eee;
    text-align: center;
    color: #545454;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px
}

.tvcmswishlist .tvwishlist-info td {
    border: 1px solid #eee;
    text-align: center;
    color: #222;
    font-weight: 400;
    font-size: 14px
}

.tvcmswishlist .tvwishlist-info .tvwishlist-view-link a {
    color: #df1a52;
    font-weight: 500;
    font-size: 14px
}

.tvcmswishlist .tvwishlist-info .tvwishlist-view-name a {
    color: #222;
    font-weight: 400;
    font-size: 14px
}

.tvcmswishlist .tvwishlist-titel-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #222
}

.tvcmswishlist .wishlist_default p {
    margin: 0
}

.tvcmswishlist .tvwishlist-btn .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 120px;
    line-height: 38px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvcmswishlist .tvwishlist-btn .btn:hover {
    background: #000
}

.tvcmswishlist .wishlist_delete a {
    color: #222
}

.tvcmswishlist .tvwishlist-back-btn .btn-back-to-account i {
    font-size: 1rem
}

.tvcmswishlist .tvwishlist-back-btn .btn-home i {
    font-size: 1rem
}

.tvcmswishlist .tvwishlist-back-btn .btn-back-to-account {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #6f6f6f;
    height: 38px;
    line-height: 38px;
    float: left
}

.tvcmswishlist .tvwishlist-back-btn .btn-back-to-account:hover {
    color: #000
}

.tvcmswishlist .tvwishlist-back-btn .btn-home {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #222;
    color: #6f6f6f;
    height: 38px;
    line-height: 38px;
    float: left;
    margin: 0 15px
}

.tvcmswishlist .tvwishlist-back-btn .btn-home:hover {
    color: #000
}

.tvcmswishlist .tvwishlist-back-btn .btn-back-to-account:focus {
    border: none
}

#module-tvcmswishlist-mywishlist .form-group {
    overflow: hidden
}

@media (max-width:767px) {
    .table {
        display: block;
        width: 100%;
        min-height: 0;
        overflow-x: auto
    }
}

#module-tvcmswishlist-view .wlp_bought_list li {
    padding: 0 10px;
    margin-bottom: 10px
}

#module-tvcmswishlist-view .wlp_bought_list li .row {
    border: 1px solid #eee;
    padding: 10px 0
}

#module-tvcmswishlist-view .wlp_bought_list li button {
    background-color: #df1a52;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    text-transform: inherit;
    font-weight: 400;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#module-tvcmswishlist-view .wlp_bought_list li button:hover {
    background: #000
}

#module-tvcmswishlist-view .wlp_bought_list li .btn_action form {
    float: left
}

#module-tvcmswishlist-view .wlp_bought_list li .lnk_view {
    background-color: #df1a52;
    padding: 5px 15px;
    color: #fff;
    float: right;
    font-size: 12px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#module-tvcmswishlist-view .wlp_bought_list li .ajax_add_to_cart_button {
    background-color: #df1a52;
    padding: 5px 15px;
    color: #fff;
    float: left;
    font-size: 12px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#module-tvcmswishlist-view .wlp_bought_list li .ajax_add_to_cart_button:hover {
    background-color: #000
}

#module-tvcmswishlist-view .wlp_bought_list li .lnk_view:hover {
    background: #000
}

@media (max-width:991px) {
    .tvcmswishlist .tvwishlist-info th {
        font-size: 13px
    }
    .tvcmswishlist .tvwishlist-info td {
        font-size: 12px
    }
}

@media(min-width:320px) and (max-width:475px) {
    #module-tvcmswishlist-view .wlp_bought_list li .lnk_view {
        float: none;
        margin-top: 10px;
        font-size: 13px
    }
    #module-tvcmswishlist-view .wlp_bought_list li button {
        font-size: 13px
    }
}

@media (min-width:768px) and (max-width:1399px) {
    #module-tvcmswishlist-view .wlp_bought_list li .lnk_view {
        margin-top: 10px
    }
}

.tvcmssitemap .tvsitemap ul li a {
    color: #222;
    font-size: 13px
}

.tvcmssitemap .tvsitemap ul li a:before {
    font-family: 'Material Icons';
    content: '\e315'
}

.tvcmssitemap .tvsitemap-titel-name {
    color: #656565;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 35px
}

.tvall-page-content .tvcmsregister-form {
    font-size: 13px;
    color: #222
}

.tvcmsregister-form .form-control-valign label {
    margin-right: 15px
}

.tvall-page-content .tvcmsregister-form a {
    color: #656565;
    font-weight: 500
}

.tvall-page-content .tvcmsregister-form a:hover {
    color: #222
}

.tvcmsregister-form .form-control-label {
    font-size: 14px;
    font-weight: 500;
    color: #222
}

.tvcmsregister-form .form-footer .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 104px;
    line-height: 38px
}

.tvcmsregister-form .form-footer .btn:hover {
    background: #000
}

.tvcmsregister-form .form-control-comment {
    padding-top: 10px;
    display: block
}

.tvinformation-lable em {
    font-size: 12px;
    color: #7a7a7a;
    margin-top: 10px;
    display: block
}

.tvall-inner-page-box {
    box-shadow: none;
    background-color: transparent
}

.tvall-inner-page-box .tvall-inner-page-process {
    border: 1px solid #eee
}

#checkout .tvall-inner-page-box .tvall-inner-page-process .form-footer a.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 31px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    margin-right: 5px
}

#checkout .tvall-inner-page-box .tvall-inner-page-process .form-footer a.btn:hover {
    background-color: #000
}

#checkout .tvall-inner-page-box .tvall-inner-page-process .form-footer button {
    height: 35px;
    line-height: 32px;
    width: 120px;
    background-color: #df1a52;
    box-shadow: none;
    background-image: none;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#checkout .tvall-inner-page-box .tvall-inner-page-process .form-footer button:hover {
    background: #000
}

#module-tvcmsblog-single #content-wrapper {
    padding: 0 15px !important
}

.blog_post_content .post_title {
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 500
}

.tvcms-blog-inner-page .blog_post_content .post_description p {
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
    color: #222;
    letter-spacing: .5px
}

.meta_category a {
    color: #222;
    font-size: 14px
}

.tvcms-blog-inner-page .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 120px;
    line-height: 38px;
    float: right;
    margin-bottom: 10px
}

.comments_area .comments_title {
    font-size: 18px;
    color: #222;
    font-weight: 600
}

.tvcms-blog-inner-page .comment_reply_title {
    font-size: 16px;
    color: #222;
    margin: 15px 0;
    font-weight: 600
}

.blog_post_content_top .post_thumbnail img {
    display: inline-block;
    width: 100%
}

#id_new_comment_form .title {
    background-color: #df1a52;
    color: #fff
}

.tvreviews-popup-send-btn button {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    padding: 0 10px;
    vertical-align: baseline;
    text-transform: lowercase;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvreviews-popup-send-btn button:hover {
    background: #000
}

.new_comment_form_content .comment_title {
    color: #222;
    font-weight: 500;
    font-size: 14px
}

.product_name strong {
    font-size: 14px
}

#new_comment_form_footer .required {
    margin: 0;
    line-height: 62px
}

.new_comment_form_content h2 {
    font-size: 18px;
    color: #222;
    font-weight: 600
}

.page-heading.bottom-indent {
    font-size: 20px;
    font-weight: 600;
    color: #a2a2a2
}

.cms-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.cms-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.cms-block p {
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: 18px
}

.cms-box .testimonials .inner {
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: 20px
}

.cms-box p {
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: 20px
}

.page-cms-1 h2,
.page-cms-1 h3,
.page-cms-2 h2,
.page-cms-2 h3,
.page-cms-3 h2,
.page-cms-3 h3,
.page-cms-4 h2,
.page-cms-4 h3,
.page-cms-5 h2,
.page-cms-5 h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.page-cms-1 a,
.page-cms-2 a,
.page-cms-3 a,
.page-cms-4 a,
.page-cms-5 a {
    color: #656565
}

.page-cms-1 a:hover,
.page-cms-2 a:hover,
.page-cms-3 a:hover,
.page-cms-4 a:hover,
.page-cms-5 a:hover {
    color: #222
}

.page-cms-1 p,
.page-cms-2 p,
.page-cms-3 p,
.page-cms-4 p,
.page-cms-5 p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.page-cms-1 li,
.page-cms-2 li,
.page-cms-3 li,
.page-cms-4 li,
.page-cms-5 li {
    line-height: 20px
}

.tvcmsforget-password .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    line-height: 38px
}

.tvcmsforget-password .btn:hover {
    background: #333
}

.tvcmsforget-password .required {
    font-size: 14px;
    color: #222;
    width: auto
}

.send-renew-password-link {
    color: #222;
    font-size: 13px
}

.page-footer button {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    line-height: normal;
    cursor: pointer
}

.page-footer button i {
    font-size: 14px !important;
    height: 38px;
    line-height: 38px
}

.page-footer button:hover {
    background: #333
}

.tvcms-box-layout .form-footer .btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 12px;
    line-height: 38px;
    letter-spacing: .5px
}

.tvcms-box-layout .form-footer a.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 38px;
    margin: 0 10px;
    text-decoration: none !important
}

.tvcms-box-layout .form-footer .btn:hover {
    background: #000
}

.tvcms-box-layout .form-control-label {
    font-size: 13px;
    font-weight: 500;
    color: #222
}

.tvcms-box-layout .form-control-valign {
    color: #777;
    font-size: 13px
}

#tvcmsblogs_commentfrom label {
    font-size: 13px;
    color: #222;
    font-weight: 500
}

.page-footer a {
    color: #6f6f6f;
    font-size: 14px
}

.page-footer a:hover {
    color: #000
}

.tvcmsproduct-cart-popup .tvproduct-cart-btn button {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #121212;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    padding: 0 15px;
    text-transform: inherit
}

.tvcmsproduct-cart-popup .tvproduct-cart-btn button:hover {
    background: #df1a52
}

.tvcmsproduct-cart-popup .tvproduct-cart-btn a.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    width: 195px;
    background-color: #df1a52;
    text-transform: inherit;
    font-weight: 500
}

.tvcmsproduct-cart-popup .tvproduct-cart-btn a.btn:hover {
    background: #121212
}

.tvproduct-cart-btn a i {
    font-size: 18px;
    margin: 0 5px
}

.tvcmsorder-history .order-actions a {
    color: #7a7a7a
}

.tvcmsorder-history .order-actions a:hover {
    color: #df1a52
}

.tvcmsorder-history .tvinvoice a {
    color: #ababab
}

.tvcmsorder-history .tvinvoice a:hover {
    color: #000
}

.tvcmsorder-history tr th {
    font-weight: 400
}

.tvcmsorder-history .label-pill {
    font-size: 12px;
    font-weight: 300
}

.tv-order-history h3 {
    font-size: 14px;
    color: #8c8c8c
}

.tv-order-history .label-pill {
    font-size: 12px;
    font-weight: 300
}

.tvcms-order-details li {
    font-size: 14px;
    color: #8c8c8c;
    padding: 5px
}

.tvcms-order-details strong {
    font-size: 14px;
    font-weight: 600;
    color: #525252
}

.cart-detailed-actions button.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding: 2px 16px
}

.checkout button.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding: 2px 16px
}

.tvcmsshopping-cart a.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    padding: 0 16px;
    height: 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvcmsshopping-cart a.btn:hover {
    background: #000
}

.tvcmsshopping-cart a i {
    font-size: 16px;
    height: 40px;
    line-height: 38px
}

.tvcmsshopping-cart .remove-from-cart i {
    font-size: 16px;
    height: 15px;
    width: 16px
}

.cart-grid-right .cart-detailed-actions a.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    padding: 0 16px;
    height: 40px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.cart-grid-right .cart-detailed-actions a.btn:hover {
    background: #000
}

.cart-grid-right .cart-detailed-actions a i {
    font-size: 16px;
    height: 40px;
    line-height: 38px
}

.cart-grid-right .tvproduct-customer-services td,
.tvproduct-customer-services td {
    border: 1px solid #eee;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 22px
}

.tvproduct-customer-services-wrapper .tvproduct-customer-services-item img {
    height: 18px;
    width: 18px;
    margin-right: 5px
}

.tvcmsshopping-cart .card {
    background-color: transparent !important
}

.tvcmsshopping-cart .product-line-grid-body {
    line-height: 22px
}

.tvcmsshopping-cart .cart-container .card-block h1 {
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 600
}

.tvcmsshopping-cart .product-line-grid-body .product-line-info a {
    color: #222;
    font-size: 15px;
    font-weight: 500
}

.tvcmsshopping-cart .product-line-info .product-discount .regular-price {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 500
}

.tvcmsshopping-cart .product-line-info .product-discount .discount-percentage {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 600
}

.tvcmsshopping-cart .product-line-info .current-price span {
    font-size: 15px;
    font-weight: 500;
    color: #222
}

.tvcmsshopping-cart .product-line-info .label,
.tvcmsshopping-cart .product-line-info .value {
    font-size: 14px;
    color: #222;
    font-weight: 400
}

.tvcmsaddress-process .address-item .address-alias {
    font-size: 14px
}

.tvcmsaddress-process .address-item .addres {
    font-size: 14px;
    color: #222;
    font-weight: 400
}

#identity .form-footer button {
    background-color: #df1a52;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 14px;
    border: none
}

#identity .form-footer button:hover {
    background: #000
}

.tvcmspersonal-information .form-control-comment {
    padding-top: 10px;
    display: block
}

.tvcmspersonal-information .custom-checkbox span {
    float: left
}

.tvcmspersonal-information .tvinformation-lable {
    display: block;
    clear: none
}

#checkout-personal-information-step .nav .nav-item .nav-link {
    color: #222;
    font-weight: 500;
    cursor: pointer
}

#checkout-personal-information-step .nav .nav-item .nav-link:hover {
    color: #df1a52
}

.tvcmspersonal-info-process label {
    color: #222;
    font-size: 14px;
    font-weight: 400
}

.tvcmspersonal-info-process label em {
    font-style: normal;
    color: #222;
    font-weight: 400;
    line-height: 18px
}

.tvcmspersonal-info-process .tvlogin-from-btn .btn {
    line-height: 33px;
    padding: 0 15px
}

@media (max-width:767px) {
    #identity .form-group .col-md-6 {
        width: 100%
    }
}

#checkout-personal-information-step .delivery-addresses .address-item {
    background-color: transparent
}

.tvshipping-address-process a {
    color: #222;
    font-size: 14px;
    font-weight: 400
}

.tvcmsaddress-process button.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 38px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvcmsaddress-process button.btn:hover {
    background: #000
}

.cart-summary-products .tvshow-detail-process a {
    color: #222;
    font-size: 14px;
    font-weight: 500
}

.delivery-options-list button {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 38px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.delivery-options-list button:hover {
    background: #000
}

.delivery-options-list .carrier-name {
    font-size: 15px;
    color: #585858;
    font-weight: 600
}

#checkout-payment-step .condition-label label {
    color: #222;
    font-size: 14px;
    font-weight: 500
}

#checkout-payment-step .condition-label a {
    color: #222
}

.delivery-options-list .form-fields #delivery label {
    margin-bottom: 10px
}

.order-confirmation-table .order-line a {
    color: #222
}

#order-confirmation .definition-list p a {
    color: #222;
    font-weight: 600
}

.summary-selected-carrier {
    line-height: 50px
}

.checkout-payment-step .order-summary-content h4 {
    color: #444;
    font-weight: 400
}

#payment-confirmation button.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 38px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#payment-confirmation button.btn:hover {
    background: #000
}

#order-confirmation .order-confirmation-table .order-line .details {
    margin-top: 90px
}

#order-confirmation .order-confirmation-table .tvprocess-payment-price-text {
    margin-top: 90px
}

#order-confirmation .order-confirmation-table .order-line .qty {
    line-height: 24px;
    margin-top: 90px
}

@media (max-width:1199px) {
    #order-confirmation .order-confirmation-table .order-line .details {
        margin-top: 10px
    }
    #order-confirmation .order-confirmation-table .order-line .qty {
        line-height: 24px
    }
    #order-confirmation .order-confirmation-table .tvprocess-payment-price-text {
        margin-top: 10px
    }
    #order-confirmation .order-confirmation-table .order-line .qty {
        margin-top: 10px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #order-confirmation .order-confirmation-table .order-line .qty {
        line-height: 70px
    }
    #order-confirmation .order-confirmation-table .order-line .details {
        margin-top: 10px
    }
    #order-confirmation .order-confirmation-table .order-line .details {
        margin-top: 35px
    }
}

.page-order-confirmation table td,
.page-order-confirmation table tr {
    border: 1px solid #eee;
    padding: 5px
}

#order-detail .form-footer button {
    background-color: #df1a52;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 14px;
    border: none
}

#order-detail .form-footer button:hover {
    background: #000
}

.page-order-confirmation #order-details .card-title {
    color: #222;
    font-weight: 600;
    font-size: 16px
}

.page-order-confirmation #order-details {
    margin-top: 35px
}

.page-order-confirmation #order-details ul li,
.page-order-confirmation #order-details ul li em {
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    font-size: normal
}

.tvall-inner-page-box #order-summary-content .card-title {
    color: #222;
    font-size: 15px;
    font-weight: 500
}

#order-summary-content h4 {
    color: #222;
    font-size: 15px;
    font-weight: 500
}

#content-hook_order_confirmation a {
    color: #626262
}

#content-hook_order_confirmation a:hover {
    color: #222
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover {
    color: #222
}

.block-categories .category-sub-menu .category-sub-link:hover {
    color: #222
}

.tvcms-leftpanel-category ul {
    margin-bottom: 0
}

.tvcms-leftpanel-category a {
    font-size: 15px;
    color: #222;
    font-weight: 500
}

#search_filters h4 {
    font-weight: 500
}

#search_filters .btn-tertiary {
    color: #fff;
    font-size: 13px;
    background-color: #222
}

.tvcms-leftpanel-category .tv-leftpanel-category li a {
    font-size: 15px;
    font-weight: 400;
    color: #626262
}

.tv-leftpanel-category i {
    font-size: 15px;
    color: #626262
}

.tvcms-leftpanel-filter h1 {
    font-size: 14px;
    color: #222;
    font-weight: 500
}

.tv-leftpnael-filter li a {
    font-size: 12px;
    font-weight: 400;
    color: #626262
}

.tv-leftpnael-filter li a:hover {
    color: #000
}

.tv-leftpnael-filter .custom-checkbox input[type=checkbox]+span:hover {
    border: 1px solid #000
}

#search_filters_blog_category h1,
#search_filters_brands .facet h1 a,
#search_filters_suppliers .facet h1 a,
.tvcmsleft-featured-product>h1,
.tvcmsleft-new-product .tvleft-new-product-title>h1,
.tvcmsleft-special-product .tvleft-special-product-title>h1,
.tvleft-testimonial-wrapper-info h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase !important
}

#search_filters_blog_category .facet ul li a:hover,
#search_filters_brands .facet h1 a:hover,
#search_filters_suppliers .facet h1 a:hover {
    color: #000
}

#search_filters_blog_category .facet ul li a,
#search_filters_brands .facet ul li a,
#search_filters_suppliers .facet ul li a {
    color: #626262;
    font-size: 13px;
    font-weight: 400
}

#search_filters_blog_category .facet ul li a:hover,
#search_filters_brands .facet ul li a:hover,
#search_filters_suppliers .facet ul li a:hover {
    color: #222
}

.pagination .page-list .tvpage-list-pagination a i {
    font-size: 22px;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.pagination .page-list .tvpage-list-pagination a {
    border: 1px solid #eee;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    display: block;
    float: left;
    margin: 0 2px;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    text-align: center
}

.pagination .page-list .tvpage-list-pagination a:hover {
    background: #df1a52;
    color: #fff;
    border: 1px solid #df1a52
}

.pagination .page-list .current a {
    background-color: #222;
    color: #fff;
    border: 1px solid #222
}

#index .tvcmspage-footer-link {
    display: none
}

.tvcmspage-footer-link {
    padding: 15px 0
}

.tvyour-account-btn {
    text-align: center
}

.tvyour-account-btn .tvyour-account-signout.btn {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: #df1a52;
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 36px;
    margin-top: 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvyour-account-btn .tvyour-account-signout.btn:hover {
    background: #000
}

.tvproduct-view-img-block .product-flags .new {
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    top: 30px !important;
    background: #df1a52;
    padding: 5px;
    text-transform: uppercase
}

.tvproduct-content .tvproduct-content-title {
    font-size: 22px;
    color: #df1a52;
    margin-bottom: 20px
}

.tvproduct-content .tvcurrent-price {
    display: inline-block;
    font-size: 24px;
    color: #df1a52;
    margin: 5px 0;
    vertical-align: middle
}

.tvproduct-content .discount-amount {
    float: left;
    margin: 0 10px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px
}

.tvproduct-content .discount-percentage {
    display: inline-block;
    background-color: #df1a52;
    /*margin: 0 10px;*/
    color: #fff;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle
}

.tvproduct-content .product-discount {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
    vertical-align: middle
}

.tvproduct-content .tax-shipping-delivery-label {
    margin-top: 10px;
    font-size: 14px;
    color: #222
}

.tvproduct-content #product-description-short-12 p span {
    font-size: 12px !important;
    color: #8e8787;
    font-weight: 400
}

.tvproduct-content .product-variants-item .control-label {
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    width: 21%
}

.tvproduct-content .product-variants-item .form-control-select {
    float: left;
    padding-right: 15px;
    color: #000
}

.tvproduct-content .product-variants-item ul {
    overflow: hidden;
    margin: 0
}

.tvproduct-content .product-variants-item ul li {
    margin: 2px 5px
}

.product-variants-item .label-value {
    display: -webkit-box;
    display: flex;
    font-size: 14px
}

.tvproduct-content .product-add-to-cart .control-label {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    float: left;
    width: 21%;
    line-height: 44px
}

.tvproduct-content .tvquick-view-add-to-cart {
    float: left
}

.tvproduct-content .tvquick-view-add-to-cart button {
    background-color: #242424;
    padding: 8px 10px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-transform: initial;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvproduct-content .tvquick-view-add-to-cart button:hover {
    background: #df1a52
}

.tvproduct-content .tvquick-view-add-to-cart i {
    font-size: 16px;
    line-height: 18px
}

.tvproduct-content .tvproduct-view-content {
    margin-top: 25px;
    overflow: hidden
}

.tvproduct-content .tvproduct-view-content #product-availability {
    margin: 0 20px;
    line-height: 32px
}

@media (max-width:459px) {
    .tvproduct-content .tvproduct-view-content #product-availability {
        margin: 15px 0 0 0;
        width: 100%
    }
}

.tvproduct-content #wishlist_button button {
    background-color: transparent;
    border: none
}

.tvproduct-content #wishlist_button i {
    color: #242424;
    font-size: 18px
}

.tvproduct-content #wishlist_button span {
    color: #242424;
    font-size: 14px
}

.tvproduct-content #wishlist_button:hover i,
.tvproduct-content #wishlist_button:hover span {
    color: #000
}

.tvproduct-content .tvsocial-sharing {
    float: right
}

@media (max-width:449px) {
    .tvproduct-content .tvsocial-sharing {
        margin-bottom: 15px;
        width: 100%
    }
}

.tvproduct-content .tvsocial-sharing ul {
    margin-bottom: 0
}

.tvproduct-content .tvsocial-sharing span {
    display: none
}

.tvproduct-content .tvsocial-sharing li {
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    cursor: pointer
}

.tvproduct-content .tvsocial-sharing ul li {
    width: 35px;
    height: 35px;
    background-color: #242424;
    margin: 0 5px 0 0;
    float: left;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvproduct-content .tvsocial-sharing ul li:hover {
    background-color: #df1a52
}

.tvproduct-content .tvsocial-sharing ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

.tvproduct-content .modal-footer {
    margin-top: 15px;
    overflow: hidden
}

.tvproduct-content .panel-product-line {
    margin: 0;
    float: left;
    line-height: 38px
}

.tvproduct-content .modal-footer .js-productinfo {
    display: none
}

.tvproduct-content .tvproduct-customer-services {
    float: left;
    width: 100%;
    margin-top: 20px
}

.tvproduct-content .tvproduct-customer-services .tvproduct-customer-services-title {
    color: #787878;
    font-size: 13px
}

.tvproduct-content .tvproduct-customer-services-item {
    border: 1px solid #e9e9e9;
    padding: 10px
}

.tvproduct-content .tvproduct-customer-services-item img {
    margin-right: 8px
}

.tvproduct-content .product-manufacturer {
    float: left;
    padding-right: 10px
}

.tvproduct-content .product-features td {
    border: 1px solid #eee;
    padding: 8px
}

@media(min-width:767px) {
    #top-menu li .sub-menu {
        display: none !important
    }
    #top-menu li:hover .sub-menu {
        display: block !important
    }
}

@media (max-width:575px) {
    .tvproduct-content .product-add-to-cart .control-label {
        width: 25%
    }
    .tvproduct-content .product-add-to-cart .control-label,
    .tvproduct-content .product-variants-item .control-label {
        width: 35%
    }
}

.tvcmsmain-block {
    background-color: #fff;
    overflow: hidden;
    padding: 100px 0 50px 0
}

.tvcmsmain-block .tvmain-block {
    text-align: center
}

.tvcmsmain-block .tvmain-block {
    display: -webkit-box;
    display: flex
}

.tvcmsmain-block .tvmain-block-content-box {
    display: inline-block;
    align-self: center;
    background-image: url(../img/themevolty/about-us-textbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0
}

.tvcmsmain-block .tvmain-block-wrapper {
    display: flex;
    overflow: hidden;
    align-items: center
}

.tvcmsmain-block .tvmain-block-info {
    text-align: center;
    width: 72%;
    margin: auto
}

.tvcmsmain-block img {
    width: 100%
}

.tvcmsmain-block .tvmain-block-desc h3 {
    color: #fafafa;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    height: calc(30px * 1);
    overflow: hidden;
    line-height: 30px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.tvcmsmain-block .tvmain-block-title h2 {
    font-size: 60px
}

.tvcmsmain-block .tvmain-block-desc {
    margin-bottom: 40px
}

.tvcmsmain-block .tvmain-block-desc h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.tvcmsmain-block .tvmain-block-desc p {
    margin: 0;
    height: calc(22px * 3);
    overflow: hidden;
    line-height: 22px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    color: #111;
    font-size: 13px;
    font-weight: 300;
    text-overflow: ellipsis
}

.tvcmsmain-block .tvmain-block-btn {
    display: inline-block;
    padding: 5px;
    border: 1px solid #df1a52;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.tvcmsmain-block .tvmain-block-btn button {
    background-color: #df1a52;
    box-shadow: none;
    background-image: none;
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    padding: 10px 30px
}

.tvcmsmain-block .tvmain-block-btn:hover {
    border-color: #111
}

.tvcmsmain-block .tvmain-block-btn:hover button {
    background-color: #111
}

.tvcmsmain-block .tvcmsblock_img-wrapper {
    width: 90%;
    margin: auto
}

@media(max-width:767px) {
    .tvcmsmain-block .tvmain-block-wrapper {
        display: block
    }
    .tvcmsmain-block .tvmain-block-content-box {
        margin-bottom: 30px
    }
    .tvcmsmain-block .tvsub-title h2 {
        line-height: 40px;
        height: calc(40px * 1);
        font-size: 35px;
        display: block
    }
    .tvcmsmain-block .tvmain-block-info {
        width: 90%
    }
}

@media(min-width:768px) and (max-width:1399px) {
    .tvcmsmain-block .tvmain-block-info {
        width: 100%
    }
    .tvcmsmain-block .tvmain-block-title h2 {
        font-size: 40px;
        display: block
    }
}

@media(max-width:575px) {
    .tvcmsmain-block {
        padding: 20px 0
    }
}

.customer_satisfaction_logo {
    align-self: center
}

#_desktop_user_info .user-info i {
    font-size: 24px
}

#_desktop_user_info .user-info:hover i {
    color: #df1a52
}

.tvheader-top-info .tvcms-header-nav {
    line-height: 40px;
    color: #fff;
    background-color: #111
}

.tvheader-top-info .tvcms-header-nav a {
    color: #fff
}

.tvheader-top-info .tvcms-header-nav a:hover {
    color: #df1a52
}

.tvcms-header-nav .french_company_logo {
    float: right;
    margin-left: 20px
}

.tvcms-header-nav .contact_link {
    float: right;
    margin-left: 20px
}

.language-selector ul {
    margin-bottom: 0
}

.language-selector ul li {
    display: inline-block;
    margin-right: 5px
}

.language-selector ul li img {
    height: 13px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1)
}

.language-selector ul li img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.tvcmsheader-top .tvcmsheader-shopping-cart,
.tvcmsheader-top .tvcmswishlist,
.tvcmsheader-top .tvuser-info {
    float: right
}

.product_footer_container {
    margin-top: 50px
}

#products div.prixchoc,
.products div.prixchoc {
    background: rgba(0, 0, 0, 0) url(../img/prixchoc.png) no-repeat scroll 0 0;
    display: block;
    min-height: 115px;
    letter-spacing: 2px;
    line-height: 16px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    bottom: 0;
    width: 112px
}

#products span.choc,
.products span.choc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    line-height: 13px;
    position: relative;
    right: 5px;
    top: 68px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 51%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

body.lang-es #products span.choc,
body.lang-es .products span.choc {
    font-size: 9px;
    line-height: 10px;
    top: 63px;
    width: 52%
}

body.lang-de #products span.choc,
body.lang-de .products span.choc {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 13px;
    top: 67px;
    width: 71%
}

#product div.pxchoc {
    background: rgba(0, 0, 0, 0) url(../img/prixchoc.png) no-repeat scroll 0 0;
    bottom: 0;
    height: 99px;
    position: absolute;
    right: 0;
    width: 119px;
    z-index: 2
}

#product p.choc {
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 0 0 0 56px;
    position: relative;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 52px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 58px
}

body.lang-de div.pxchoc p.choc {
    font-size: 9px !important;
    line-height: 11px !important;
    margin: 0 0 0 39px !important;
    top: 52px !important;
    width: 90px !important
}

body.lang-es div.pxchoc p.choc {
    font-size: 9px !important;
    line-height: 11px !important
}

.by_order_label_product_list {
    bottom: 0;
    background-color: #df1a52;
    background-position: right 3px center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
	/* MODIF CREA */
	line-height: 22px;
	/* MODIF CREA */
}

.by_order_label_product {
    bottom: 0;
    background-color: #df1a52;
    background-position: right 3px center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
	/* MODIF CREA */
	line-height: 22px;
	/* MODIF CREA */
}
/* MODIF CREA */
.by_order_label_product span,
.by_order_label_product_list span {
    vertical-align: middle
}
/* MODIF CREA */
.defective_label_product_list {
    bottom: 0;
    background-color: #df1a52;
    background-position: right 3px center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    color: #fff;
    /*font-size: 13px;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
	/* MODIF CREA */
	line-height: 22px;
	/* MODIF CREA */
}

.defective_label_product {
    bottom: 0;
    background-color: #df1a52;
    background-position: right 3px center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
	/* MODIF CREA */
	line-height: 22px;
	/* MODIF CREA */
}

.defective_label_product i,
.defective_label_product_list i {
    content: url(../img/defective_picto.png);
    position: relative;
    margin-right: 5px;
    vertical-align: middle
}

/* MODIF CREA */
.defective_label_product span,
.defective_label_product_list span {
    vertical-align: middle
}
/* MODIF CREA */

.rental_label_product_list {
    bottom: 0;
    background-color: #df1a52;
    background-position: right 3px center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
	/* MODIF CREA */
	line-height: 22px;
	/* MODIF CREA */
}

.rental_label_product {
    bottom: 0;
    background-color: #df1a52;
    background-position: right 3px center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
	/* MODIF CREA */
	line-height: 22px;
	/* MODIF CREA */
}

/* MODIF CREA */
.rental_label_product span,
.rental_label_product_list span {
    vertical-align: middle
}
/* MODIF CREA */

.block_info_product {
    margin-bottom: 10px;
    font-size: 14px
}

#product .block_info_product span {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    background: #df1a52;
    padding: 4px;
    text-transform: uppercase;
    margin-right: 10px
}

#product .block_info_product a {
    color: #232323
}

#product .block_info_product a:hover {
    color: #df1a52
}

.tvcmsfooter .tvfooter-block-sub-title li.footer_contact_link,
.tvcmsfooter .tvfooter-block-sub-title li.footer_contact_phone {
    padding: 2px 0
}

.footer_contact_link i,
.footer_contact_phone i {
    margin-right: 10px
}

#cms #content h2 {
    color: #df1a52;
    font-size: 16px;
    font-weight: 600
}

#cms #content h3 {
    font-size: 15px
}

#cms #content a {
    color: #df1a52;
    text-decoration: underline
}

#cms #content a:hover {
    color: #df1a52
}

#cms img#produit {
    margin-bottom: 50px
}

#cms #content-wrapper img {
    height: auto !important;
    max-width: 100%
}

#header .header-top .search-widget {
    float: right;
    margin-top: 10px
}

@media(max-width:776px) {
    #header .search-widget form input[type=text] {
        width: 100%
    }
}

@media(max-width:991px) {
    .tvcms-header-nav .french_company_logo {
        margin-left: 10px
    }
    .tvcms-header-nav .contact_link {
        margin-left: 10px
    }
}

.first_item_space {
    margin-top: 10px
}

.customer_satisfaction_logo_mobile {
    margin-bottom: 15px
}

.customer_satisfaction_logo_mobile_nav {
    text-align: left
}

@media (max-width:992px) {
    .tvcms-header-nav .contact_link span {
        display: none
    }
}

@media (max-width:560px) {
    .tvcms-header-nav .french_company_logo span {
        display: none
    }
}

.js-mailalert .btn {
    white-space: normal
}

.tvcmsfooter .tvfooter-block-sub-title li.footer_contact_social a {
    display: inline-block
}

.footer_contact_social i {
    margin-right: 10px;
    font-size: 24px
}

.tvcmsfooter .tvfooter-block-sub-title li.footer_contact_social {
    padding: 2px 0
}

.tvcmsfooter .tvfooter-block-sub-title li.footer_contact_social span {
    color: #fff
}

@media (max-width:767px) {
    #category #content-wrapper {
        margin-top: 0
    }
    #category h1 {
        margin-bottom: 25px;
		text-align:left;
    }
	#category h1.h1 {
		text-align:center;
    }
    .product_footer_container {
        margin-top: 15px
    }
    ul.account_alert_list li img {
        float: left;
        margin-right: 20px
    }
	
	#left-column {
		margin-top:15px;
	}
}

#module-guestbook-comments .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

#module-guestbook-comments .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form-footer button {
    display: inline-block
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal
}

.fa-twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal
}

#new-products #content-wrapper {
	margin-top: 45px;
}

.payment-option label img[src*="paypal"] {
    max-width: 90px;
    margin-right: 12px;
    max-height: 30px;
    float: left;
    margin-top: -5px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    /*margin-bottom: .8rem;*/
	margin-bottom:30px;
}

.contact_img_block {
	margin:25px 0;
}

.contact_img_block img {
	/*width:100%;*/
}

@media (max-width:767px) {
	.contact_img_block {
		display:none;
	}
}

.pagenotfound_container {
    background: #000 url("../img/background_404.png") no-repeat left top;
        background-size: auto;
    width: 100%;
    height: 400px;
    position: relative;
    background-size: 70%;
}

.pagenotfound_text {
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
}

.pagenotfound_container .pagenotfound_title {
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
}

.pagenotfound_container .pagenotfound_notavailable_1 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.pagenotfound_container .pagenotfound_notavailable_2 {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.pagenotfound_container p {
    margin: 20px 0;
    padding: 0 10px;
}

.pagenotfound_container .pagenotfound_link .btn {
	box-shadow: none;
	background-image: none;
	border: none;
	background-color: #df1a52;
	color: #fff;
	font-size: 14px;
	/*height: 38px;
	width: 80px;
	line-height: 38px;*/
	padding:10px 20px;
}

.pagenotfound_container .pagenotfound_link .btn:hover {
    background: #e1e1e1;
	color: #272727;
}

@media (max-width:767px) {
	
	#new-products #left-column {
		display:none;
	}
	
	#new-products #content-wrapper #main > h2 {
		font-size: 1.375rem;
	}
	
	.pagenotfound_container {
		background-image: none;
		height: 450px;
	}
	
	.pagenotfound_text {
		position: absolute;
		right: 0;
		text-align: center;
		top: 50%;
		width: 100%;
	}
}

#content-wrapper #js-product-list-top p {
	margin:0px;
}
/*
.row.delivery-option {
	flex-flow: inherit;
}*/

.delivery-options-list .carrier-name {
    font-size: 14px;
}

.delivery-option img {
    height: auto;
    max-width: 100%;
}

.tvpage-list-pagination .spacer {
    height: 35px;
    display: block;
    float: left;
}

.block-promo .promo-input + button {
    color: #434242;
}

span.menu-toggle-text {
	margin-top: 5px;
	color: #fefefe;
	font-size: .4375rem;
	text-transform: uppercase;
	display : block;
}

.tv-mobile-view-header-menu .tv-mobile-all-cetegories {
	line-height: 1!important;
}

.tv-mobile-view-header-menu .tv-mobile-all-cetegories i {
	line-height: 1!important;
	font-size: 22px;
}

#ybc_blog_page .ybc_item_img .tvproduct-new-label {
	width: auto;
	position: absolute;
	width: auto;
	text-align: center;
	top: 15px !important;
	left: 15px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	background: #df1a52;
	padding: 5px;
	z-index: 9;
}

.fancybox-inner {
	height:auto!important;
}

.fancybox-error {
    white-space: unset!important;
}

.rewards div#transform a.btn-primary {
	color:#000;
}

.rewards div#transform a.btn-primary:hover {
	color:#df1a52;
}




@media (min-width:767px) {
	#header {
		position: fixed!important;
		top:0;
		left:0;
		width: 100%;
	}

	#wrapper {
		padding-top: 236px;
	}

	.tvcmsheader-top {
		background:#fff;
	}
}

.paypal_underline_text {
	text-decoration: underline;
}

.paypal_new_text {
	font-weight: bold;
}

@media (max-width:415px) {
	.payment-option label span {
		width: 100%;
		display: block;
	}
	.payment-option label img {
		display: block;
		margin-top: 5px!important;
	}
}

#description .product-description a {
	color: #df1a52;
}

#description .product-description a:hover {
	color: #000;
}

#cartblockcontent_block_center {
	margin-top: 20px;
}

#product .video-container iframe {
	width:100%
}

#wrapper .breadcrumb ol {
  line-height: 22px;
  padding: 7px 0;
}

#footer_sub_menu_our_partners img {
	width:100%;
}

#guestbook_statistics h1 {
	margin:20px;
}

.tv-mobile-search {
  height: 50px;
  margin: 0 12px;
}

.tv-mobile-search .tvsearch-wrapper {
  line-height: 50px;
  height: 50px;
}

.tvmobile-search {
	color:white;
	cursor:pointer;
}

.tvcms-mobile-search-bar {
	display:none;
}

#pagenotfound #main .page-content, #products #main .page-content, #cart #main, #authentication .page-content {
  margin-bottom: 10rem;
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/webfonts/fa-brands-400.woff2");
}

.fa-x-twitter::before {
  font-family: 'Font Awesome 7 Brands';
  content: "\e61b";
}

.fa-tiktok::before {
  font-family: 'Font Awesome 7 Brands';
  content: "\e07b";
}

#product #product_contact {
  display: none;
  margin: 1.5rem 0 0;
  float: left;
  border: 1px solid #e6e6e6;
}

#product_contact .product_contact_icon {
  background: #df1a52;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
  width: 40px;
  background-image: url("../img/picto-contact-produit.png");
  background-position: center;
  background-repeat: no-repeat;
}

#product_contact .product_contact_icon, #product_contact .product_contact_content {
  display: table-cell;
}

#product_contact .product_contact_content {
  padding: 5px 10px;
}