
/***************************************START SWIPER_SLIDER**************************************/
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    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-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

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

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

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

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: not-allowed;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: linear-gradient(to top, #000, #000);
    opacity: .2
}

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

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

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

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

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

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

.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: 5px 0;
    display: block
}

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-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: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    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: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

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

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

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

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

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

.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,
.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-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

.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-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, #000);
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-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-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-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%;
    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)
    }
}

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






/***************************************START SWIPER_SLIDER**************************************/

























/* * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #category #left-column{
   padding-left: 2px;
 }
 #left-column{
  margin-top: 15px;
 }
 #content-wrapper{
  margin-top: 15px;
 }
  #content-wrapper{
  padding-right: 0;
 }
 @media (max-width: 767px){
/*  #content-wrapper{
    padding: 0 15px !important;
  }*/
  #left-column{
    padding: 0 15px !important;
  }
 }

.tvcmsgrid-view-product{
  margin-left: -15px;
  margin-right: -15px;
 }
 .btn:focus{
  outline: none !important;
 }
 #category .form-control:focus
 #category .input-group.focus:focus{
  outline: none;
 }

 @media(max-width: 575px){
  #category #left-column{
   padding-left: 15px;
  }
  #category #content-wrapper{
  padding-right: 15px;
 }
  #category .tvcmsgrid-view-product{
  margin-left: 0px;
  margin-right: 0px;
 }
}
/****************************ThemeVolty START loading******************************************/
.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;
}
/****************************ThemeVolty END loading******************************************/

/******************START CATEGORY SLIDER********************/ 

.tvcmscategory {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    cursor: url(../img/horizontal-resize-option.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, 0.5);
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}
.tvcmscategory .tvcategory-slide:hover img{
	transform: scale(1.1);
}

.tvcmscategory .tvcategory-titel{
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
  /*  display: -webkit-box;
    display: flex;*/
    -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;
} 

/******************END CATEGORY SLIDER********************/ 
#product_comparison .thumbnail-container img{
  width: 100%;
  max-width: 250px;
}
#product_comparison .tvcmscomparison .tvcmsproduct-compare-list{
   background-color: transparent;
   border:none;
   cursor: pointer;
} 
#product_comparison .tvcmscomparison .tvcmsproduct-compare-list:focus{
  outline: none;
}
#product_comparison .tvcompare-hover-img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.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 .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: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    padding: 2px 7px;
    line-height: 38px;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#product_comparison .product-add-to-cart .btn:hover{
  background: linear-gradient(to top, #000, #000);
}
#product_comparison .tvcmscomparison .product-description .product-desc p span{
   font-size: 14px;
    color: #424242;
    font-weight: 400;
    letter-spacing: 0.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;
    width: 25%;
   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: 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;
  }
}


/******************END COMPARE********************/



/******************START newsletter********************/
#index #footer{
   background-image:url(../img/Footer-Base.jpg);
   width: 100%;
   height: 100%;
   padding-top: 50px;
}
.tvcms-newsletter{
    margin-bottom: -75px;
    z-index: 1;
    position: relative;
   
}
.tvcms-newsletter .tvnewsletter-search{
  padding:0;
}
.tvcms-newsletter .tvnewsletter{
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    padding: 15px;
}
.tvcms-newsletter .tvnewsletter-info{
  text-align: center;
}
.tvcms-newsletter .tvnewsletter-textbox{
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
}
.tvcms-newsletter .tvnewsletter-name{

}

.tvcms-newsletter .tvnewsletter-wrapper{
  padding: 40px 0;
  background: linear-gradient(to top, #ceffb0, #00c2c4);
}
 .tvcms-newsletter .tvnewsletter-inner{
  padding: 0 40px;
}
.tvcms-newsletter .tvnewsletter-btn{
    background: linear-gradient(to bottom, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    width: 25%;
    float: left;
    padding: 0;
    letter-spacing: 0.5px;
}
.tvcms-newsletter .tvnewsletter-btn:hover{
    background: linear-gradient(to top, #222, #222);
}
.tvcms-newsletter .tvnewsletter-input .tvnewsletter-email-address{
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    border:none;
    height: 40px;
    width: 75%;
    float: left;
}
.tvcms-newsletter .tvnewsletter-icon{
    color: #7808d9;
    font-size: 28px;
    float: left;
    line-height: 40px;
    margin-right: 8px;
    margin-left: 8px;
}
.tvcms-newsletter .tvnewsletter-name p{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin:0;
    font-family: 'Titillium Web', sans-serif;
    line-height: 40px;
    text-align: left;
}
.tvcms-newsletter .tvnewsletter-msg{   
    padding: 0; 
}
@media(min-width: 1200px) and (max-width: 1399px){
  .tvcms-newsletter .tvnewsletter-name p{
   font-size: 18px;
  }
  .tvcms-newsletter .tvnewsletter-btn{
    font-size: 12px;
  }
  .tvcms-newsletter .tvnewsletter-input .tvnewsletter-email-address{
    width: 70%;
  }
  .tvcms-newsletter .tvnewsletter-btn{
    width: 30%;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
   .tvcms-newsletter .tvnewsletter-name p{
     font-size: 18px;
   }
   .tvcms-newsletter .tvnewsletter-inner{
     padding: 0 5px;
  }
  .tvcms-newsletter {
    margin-bottom: -80px;
  }
}
@media(max-width: 575px){
  .tvcms-newsletter .tv-mobile-view-btn{
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    width: 25%;
    float: left;
    padding: 0;
  }
  .tvcms-newsletter .tvnewsletter-name p{
     font-size: 18px;
   }
  .tvcms-newsletter .tvnewsletter-inner{
    padding: 0 15px;
  }
  .tvcms-newsletter .tvnewsletter-icon{
    margin-right: 5px;
  }
  .tvcms-newsletter .tvnewsletter-info{
     padding:0 !important;
     margin-bottom: 5px;
  }
  .tvcms-newsletter{
     margin-bottom: -100px;
  }
}
@media(max-width: 385px){
  .tvcms-newsletter .tvnewsletter-name p{
     font-size: 13px;
   }

}
/******************END newsletter********************/ 

/******************START FOOTER********************/ 
 
.tvcmsfooter{
    /*cmanzano*/
    /*background-image:url(../img/Footer-Background.jpg);*/
    background-attachment: fixed;
    background-position: center;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.tvfooter-inner{
    background-position: center;
    padding: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background: linear-gradient(to top, rgba(156, 22, 235, 0.85), rgb(99, 0, 209));
}
.tvcmsfooter .tvfooter-title,
.tvcmsfooter .tvfooter-title a{
    color: #fff !important;
    font-size:16px;
    font-weight: 600 !important;
}

.tvfooter-wrapper-info{
    /*cmanzano*/
    /*background-image: url(http://themevolty.com/Prestashop/1.7/ps_book_super_store/themes/tv_book_super_store/assets/css/../img/Footer-Background-1.png);*/
}

.tvcmsfooter .tvfooter{
   padding: 132px 0 50px 0;
}

.tvcmsfooter .tvnewsletter-wrapper{
    padding: 40px 0 !important;
}
.tvcmsfooter .tvfooter-address-wrapper,
.tvcmsfooter .tvfooter-contact-wrapper,
.tvcmsfooter .tvfooter-email-wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tvcmsfooter .tvfooter-title{
    margin: 0 0 12px 0;
}
.tvcmsfooter .tvfooter-block-sub-title li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}
.tvcmsfooter .tvfooter-block-sub-title li a:hover{
    background: linear-gradient(to top, #c6f8a8, #00f0f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


}
.tvcmsfooter .tvfooter-block-sub-title{
  margin-bottom: 0;
}
.tvcmsfooter .tvfooter-block-sub-title li{
  padding: 5px 0;
}

.tvcmsfooter .tvfooter-address,
.tvcmsfooter .tvfooter-contact,
.tvcmsfooter .tvfooter-email{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 0;
  float: left;
}
.tvfooter-address-icon .material-icons,
.tvfooter-contact-icon .material-icons,
.tvfooter-email-icon .material-icons{
  color: #fff;
  float: left;
  font-size: 14px;
  padding: 8px 0;
  margin-right:15px;
}
.tvcmsfooter .tvfooter-block {
  padding-left: 100px;
}
@media(min-width: 1200px) and (max-width: 1399px){
  .tvcmsfooter .tvfooter-block{
    padding-left: 30px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .tvcmsfooter .tvfooter-block{
    padding-left: 10px;
  }
  .tvcmsfooter .tvfooter-block {
  padding-left: 15px !important;
    }
}
@media (max-width: 991px){
  .tvcmsfooter .tvfooter-block {
    padding-left: 65px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px){
  .tvcmsfooter .collapse{
     display: block;
  }
}
@media(max-width: 768px){
  .tvcmsfooter .tvfooter-title a,
  .tvcmsfooter .tvfooter-title{
    display: none;
  }
  .tvcmsfooter .tvfooter-mobile-title span,
  .tvcmsfooter .title a{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
  }
  .tvcmsfooter .tvfooter-address, 
  .tvcmsfooter .tvfooter-contact, 
  .tvcmsfooter .tvfooter-email,{
    font-size: 13px;
  }
  .tvcmsfooter .tvfooter-block {
    padding:0 20px;
  }
  .tvfooter-store-information{
    margin-top: 15px;
  }
  /*.tvcmsfooter .tvfooter{
    padding: 115px 0 40px 0;
  }*/
}
/*****************START footer app logo***********************/
.tvcmsapp-logo .tvapp-logo{
  text-align: center;
}
.tvcmsapp-logo .tvapp-logo-content-box{
  display: inline-block;
  width: auto;
}
.tvcmsapp-logo .tvapp-logo-title{
   color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    margin-right: 25px;
}
.tvcmsapp-logo .tvapp-logo-wrapper{
  float: left;
  margin: 0 15px;
}
.tvcmsapp-logo .tvapp-logo-microsoft img{
  height: 44px;
}
.tvcmsapp-logo{
  margin-top: 50px;
}

@media(max-width: 991px){
   .tvcmsapp-logo .tvapp-logo-microsoft img,
   .tvcmsapp-logo .tvapp-logo-apple img,
   .tvcmsapp-logo .tvapp-logo-google img{
      height: 35px;
    }
   .tvcmsapp-logo .tvapp-logo-title{
    font-size: 14px;
    line-height: 35px;
   }
   .tvcmsfooter .tvfooter-block{
    padding-bottom: 25px;
   }
   .tvcmsapp-logo .tvapp-logo-wrapper {
    padding: 0 5px;
   }
}
@media (max-width: 767px){
   .tvcmsapp-logo .tvapp-logo-microsoft img,
   .tvcmsapp-logo .tvapp-logo-apple img,
   .tvcmsapp-logo .tvapp-logo-google img{
      height: 40px;
      width: 140px;
      text-align: center;
      margin: 5px 0;
    }
    .tvcmsapp-logo .tvapp-logo-title{
       font-size: 18px;
       text-align: center;
       margin-bottom: 10px;
       float:none !important;
    }
    .tvcmsapp-logo{
      text-align: center;
    }
    .tvcmsapp-logo .tvapp-logo-wrapper{
      width: 100%;
      margin: 0;
    }
}


/****************END footer app logo*************************/

/***************START copyright footer link***********/
.tvcmsfooter-link{
    background-color: rgba(0, 0, 0, 0.2);
   height: 50px;
}
.tvcmsfooter-link .tvfooter-copylink .tvcopylink p{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 50px;  
}
.tvcmsfooter-link .tvfooter-copylink .tvcopylink p:hover{
	background: linear-gradient(to top, #c6f8a8, #00f0f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tvcmsfooter-link .tvfooter-copylink{
  padding: 0;
}
@media (max-width: 767px){
   .tvcmsfooter-link{
    height: auto;
   }
   .tvcmsfooter-link .tvfooter-copylink{
    text-align: center;
   }
   .tvcmspaymentlogo{
     text-align: center;
   }
   .tvcmsfooter-link .tvcmspaymentlogo .tvpaymentlogo-wrapper{
      float: none !important;
      text-align: center;
      display: inline-block;
    }
   .tvcmsfooter-link .tvfooter-copylink .tvcopylink p{
    line-height: 20px;
   }
   .tvcmsfooter-link .tvcmspaymentlogo .tvpaymentlogo-wrapper{
    line-height: 45px;
   }
   .tvcmsfooter-link{
    padding: 10px 0 2px 0;
   }
}
@media(max-width: 575px){
  .tvcmsfooter-link .tvfooter-copylink .tvcopylink p{
    line-height: 18px;
  }
  .tvcmsfooter-link .tvcmspaymentlogo .tvpaymentlogo-wrapper{
    line-height: 45px;
  }
  .tvcmsfooter-link{
    padding: 10px 0 2px 0;
  }
}
/*****footer paymentlogo start*****/

.tvcmspaymentlogo .tvpaymentlogo{
  float: left;
  margin: 0 5px;
}
.tvcmsfooter-link .tvcmspaymentlogo .tvpaymentlogo-wrapper{
  float: right;
  line-height: 50px;
}
.tvcmsfooter-link .tvcmspaymentlogo{
  padding: 0;
}

/***************END copyright footer link**********/

/*****************************END FOOTER*********************************/ 

/****************************START MULTIBANNER***********************/ 
.tvcmsmultibanners .tvmultibanner{
  padding:35px 0 59px 0;
}
.tvcmsmultibanners{
  padding: 0;
  background: #f2f2f2;
  background-repeat: no-repeat;
}
.tvmultibanner{
  padding: 0;
}
.tvcmsmultibanners .tvmultibanner-wrapper{
   padding: 0;
}
.tvcmsmultibanners .tvmultibanner-info{
  padding: 0
}
.tvcmsmultibanners .tvmultibanner-3{
  padding-top: 15px;
  padding-bottom: 30px;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-4{
  padding-top: 15px;
  padding-bottom: 15px;
}
@media(min-width: 992px) and (max-width: 1399px){
  .tvcmsmultibanners .tvmultibanner-4{
    padding-top: 0;
  }
  .tvcmsmultibanners .tvmultibanner-3{
    padding-bottom: 15px;
  }
}
@media (max-width: 991px){
  .tvcmsmultibanners .tvmultibanner-1 img,
  .tvcmsmultibanners .tvmultibanner-2 img,
  .tvcmsmultibanners .tvmultibanner-3 img,
  .tvcmsmultibanners .tvmultibanner-4 img,
  .tvcmsmultibanners .tvmultibanner-5 img{
    width: 100%;
  }
  .tvcmsmultibanners .tvmultibanner-3{
    padding-bottom: 15px;
  }
  .tvcmsmultibanners .tvmultibanner-5{
    padding-top: 10px;
  }
}
/****************************END MULTIBANNER***********************/

/***************************START ALL BANNERS HOVER**********************************/

.tvcmsbrandslider .tvbrand-hover,
.tvcmsmultibanners .tvmultibanner-hover,
.tvcmsleft-offer-banner,
.tvrightpanel-banner-hover{
  position: relative;
  overflow: hidden;
  justify-content: center;
   display: flex;
}
.tvcmsbrandslider .tvbrand-hover-1,
.tvcmsbrandslider .tvbrand-hover-2,
.tvcmsmultibanners .tvmultibanner-hover1,
.tvcmsmultibanners .tvmultibanner-hover2,
.tvleft-offer-banne-hover-1, 
.tvleft-offer-banne-hover-2,
.tvrightpanel-banner-hover1, 
.tvrightpanel-banner-hover2 {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 650ms ease 0s;
}
.tvcmsbrandslider .tvbrand-hover:hover .tvbrand-hover-1,
.tvmultibanner-hover:hover .tvmultibanner-hover1,
.tvcmsleft-offer-banner:hover .tvleft-offer-banne-hover-1,
.tvrightpanel-banner-hover:hover .tvrightpanel-banner-hover1{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 51%;
    top: 50%;
}
.tvcmsbrandslider .tvbrand-hover:hover .tvbrand-hover-2,
.tvmultibanner-hover:hover .tvmultibanner-hover2,
.tvcmsleft-offer-banner:hover .tvleft-offer-banne-hover-2,
.tvrightpanel-banner-hover:hover .tvrightpanel-banner-hover2{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}


/***************************END ALL BANNERS HOVER**********************************/



.tvcmstesimonial-blog-post{
  background-color: #f8f8f8;
  padding: 50px 0;
}


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

/****************************START TESTIMONIAL***********************/
.tvtestimonial-slider-inner{
  background-color: #FFF;
  overflow: hidden;
} 

 .tvcmstestimonial-slider{
    overflow: hidden;
    float: left;
    padding: 0 15px;
 }
 .tvcmstestimonial-slider .tvtestimonial-slider{
     height: 400px;
     width: 640px;
     position: relative;
     display: -webkit-box;
     display: flex;
 }
 .tvcmstestimonial-slider .tvtestimonial-slider:before{
    font-family: 'Material Icons';
    content: '\e244';
    color: #f1f1f1;
    font-size: 200px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 13%;
 }
 .tvcmstestimonial-slider .tvtestimonial_img{
    margin-bottom: 30px;
    width: 130px;
    height: 130px;
    display: inline-block;
 }
 .tvcmstestimonial-slider .tvtestimonial_dec{
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px;
   /* width: 550px;*/
    letter-spacing: 0.5px;
    height: calc(20px * 2);
    overflow: hidden;
    line-height: 20px;
    padding: 0 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
 }
 .tvcmstestimonial-slider .tvtestimonial-title{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
 }
  .tvcmstestimonial-slider .tvtestimonial-title em{
    font-style: normal;
  }
 .tvcmstestimonial-slider .tvtestimonial-title1{
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
 }
.tvcmstestimonial-slider .tvtestimonial-pagination{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
 }
.tvcmstestimonial-slider .tvtestimonial-pagination .swiper-pagination-bullet{
    display: inline-block;
    border-radius:0;
    background-color: #a8a8a8;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.tvcmstestimonial-slider .tvtestimonial-pagination .swiper-pagination-bullet-active{
    background: #6f2aa7;
}
@media (max-width: 1399px){
   /* .tvcmstestimonial-slider .tvtestimonial-slider:before{ 
      left: 6%;
    }*/
}
@media (max-width: 1199px){
    .tvcmstestimonial-slider .tvtestimonial_dec{
     /* width: 400px;*/
     padding: 0 20px;
    }
    .tvcmstestimonial-slider .tvtestimonial-slider:before{  
      font-size: 158px;
      top: 23%;
    }
}
@media (max-width: 991px){
    .tvcmstestimonial-slider .tvtestimonial_dec{
      /*width: 500px;*/
      padding: 0 30px;
    }
    .tvcmstestimonial-slider .tvtestimonial-slider:before {
      font-size: 165px;
      top: 20%;
    }
    .tvcmstestimonial-slider{
      margin-bottom: 20px;
    }
}
/*@media (max-width: 767px){
    .tvcmstestimonial-slider .tvtestimonial-slider:before {
      left: 6%;
    }
}*/

@media (max-width: 545px){
    .tvcmstestimonial-slider .tvtestimonial-slider:before {
      left: 0%;
      font-size: 130px;
      top: 30%;
    }
    .tvcmstestimonial-slider .tvtestimonial_dec{
      /*width: 375px;*/
      padding: 0 10px;
    }
}

@media (max-width: 430px){
    .tvcmstestimonial-slider .tvtestimonial_dec{
     /* width: 270px;*/
     padding: 0 10px;
    }
}
/****************************END TESTIMONIAL***********************/

/****************************END NEW-EVENT***********************/
.tvcmsnews-event{
  padding: 0 15px;
}
.tvnews-event{
  overflow: hidden;
  padding:11px 0;
  background-color: #FFF;
}
.tvcmsnews-event .tv-main-title a h2{
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  position: relative;
  line-height: 70px;
  text-transform: uppercase;
}
.tvcmsnews-event .tvblog-title-background-text{
  position: relative;
  text-align: center;
  font-weight: normal;
}
.tvcmsnews-event .tvblog-title-text{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #e7e7e7;
 background-image: url(../img/Blog.png);
 background-position: center;
 background-repeat: no-repeat;
  font-size: 60px;
  font-weight: 400;
}
.tvcmsnews-event .tv-main-title .tvnews-event-des-title{
  display: none;
}
.tvcmsnews-event .tvnews-event-description{
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  letter-spacing: 0.5px;
  height: calc(18px * 2);
  overflow: hidden;
  line-height: 18px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.tvcmsnews-event .tvnews-event-content{
  background-color: #fff;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 12px;
  height: auto;
    width: auto;
}
.tvcmsnews-event .post_thumbnail a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.tvcmsnews-event .post_meta{
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 30px;
  width: 120px;
  line-height: 30px;
}
.tvcmsnews-event .swiper-slide{
  margin-bottom: 10px;
}
.tvcmsnews-event .tvnews-event-username i{
  float: left;
  font-size: 14px;
  color: #030303;
  margin: 0 5px;
  line-height: 30px;
}
.tvcmsnews-event .tvnews-event-username p{
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    float: left;
    margin:0;
}
.tvcmsnews-event .tvnews-event-username p:hover{
    color: #000;
}
.tvcmsnews-event .img_content img{
  width: 100%;
}
.tvcmsnews-event .tvdate-time{
  width: 42px;
  height: 60px;
  background-color: #000;
  position: absolute;
  top: 2%;
  right: 11%;
}
 
.tvcmsnews-event .tvdate-time .tvmonth-time p{
  color: #fff;
  line-height: 62px;
  text-align: center;
  font-size: 15px;
}
.tvcmsnews-event .tvdate-time .tvday-time{
  position: absolute;
  top:10%;
  right: 20%;
  background-color: #fff;
  height: 25px;
  width: 25px;
}
.tvcmsnews-event .tvdate-time .tvday-time p{
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 0;
}
.tvcmsnews-event .tvnews-event-titel a{
  color:#333333;
  font-size: 14px;
  font-weight: 600;
  height: calc(16px * 1);
  overflow: hidden;
  line-height: 16px;
  -webkit-line-clamp: 1;
  font-family: 'Titillium Web', sans-serif;
  display: -webkit-box;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
}
.tvcmsnews-event .tvnews-event-titel a:hover{
	color: #000;
}
.tvcmsnews-event .tvnews-event-titel{
  text-align: left;
  height: calc(16px * 1);
  overflow: hidden;
}
.tvcmsnews-event .blog_mask_content{
  display: none;
}
.tvcmsnews-event .tvnews-event-hoverbtn {
    width: 100%;
    overflow: hidden;
    position: relative;
   /* -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);*/
}
.tvcmsnews-event .tvnews-event-hoverbtn .tvblog-content-img{
  background-position: center;
  background-size: cover;
  height: 170px;
}
.tvcmsnews-event .tvnews-event-hoverbtn .tvblog-content-img {
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.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: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.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-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
   /* -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;*/
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-buttons .material-icons {
   
}
.tvcmsnews-event .tvnews-event-hoverbtn .tvnews-event-buttons .material-icons:hover{
    background: linear-gradient(to top, #ceffb0, #00c2c4);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.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: 1;
}
.tvcmsnews-event .tvnews-event-link{
    text-align: right;
}
.tvcmsnews-event .tvnews-event-link a{
    margin-top: 30px;
    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;
}
/***************start video***************/
.tvnews-event-video iframe{
   height: 406px;
   width:406px;
}
/************end video************/
.tvcmsnews-event .tvnews-event-next-pre-btn  .tvcmsmain-prev{
   border-radius: 0 8px 8px 0;
   left: 15px;
   box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.10);
   border: 1px solid #e3e3e3;
   right: auto;
}
.tvcmsnews-event .tvnews-event-next-pre-btn  .tvcmsmain-next{
   border-radius:8px 0 0 8px;
   right:15px;
   box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.10);
   border: 1px solid #e3e3e3;
   left: auto;
}
.tvcmsnews-event .tvnews-event-next-pre-btn  .tvcmsmain-next:hover,
.tvcmsnews-event .tvnews-event-next-pre-btn  .tvcmsmain-prev:hover{
    box-shadow: 0px 0px 3px 2px rgba(74, 74, 74, 0.1);
}
.tvcmsnews-event .tvnews-event-next-pre-btn  .tvcmsmain-next:hover:before,
.tvcmsnews-event .tvnews-event-next-pre-btn  .tvcmsmain-prev:hover:before{
    color: #222;
}
.tvcmsnews-event .tvnews-event-next-pre-btn .tvcmsmain-prev,
.tvcmsnews-event .tvnews-event-next-pre-btn .tvcmsmain-next{
    width: 35px;
    height: 100px;
    background-color: #eeeeee;
    background-image: none;
    text-align: center;
    top:0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.tvcmsnews-event .tvnews-event-next-pre-btn .tvcmsmain-prev:before{
  font-family: 'Material Icons';
  content: '\e408';
  font-size: 30px;
  line-height: 100px;
  color: #999;
}
.tvcmsnews-event .tvnews-event-next-pre-btn .tvcmsmain-next:before{
  font-family: 'Material Icons';
  content: '\e409';
  font-size: 30px;
  line-height: 100px;
  color: #999;   
}
@media (min-width: 518px) and (max-width: 640px){
    .tvcmsnews-event .tvdate-time{
      right: 15%;
    } 
}
@media (max-width:991px){
    #module-tvcmsblog-single .tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial_dec{
        padding: 0 11px;
    }
}
/****************************END NEW-EVENT***********************/


/***************************START IMAGEGALLARY*********************/
.tvcmsimagegallary {
  padding: 0;
  cursor: url(../img/horizontal-resize-option.png), move;
}
.tvcmsimagegallary .tvimagegallary-slide{
   -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*.tvcmsimagegallary .tvimagegallary-slide:hover{
  opacity: 0.8;
}*/
.tvcmsimagegallary .tvimagegallary-slide img{
    width: 100%;
}
/*********zoom button hover*******/

.tvimagegallary-hoverbtn {
    width: 100%;
    overflow: hidden;
    position: relative;
  
}
.tvimagegallary-hoverbtn img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.tvimagegallary-hoverbtn .tvimagegallary-ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.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: #FFF;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    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 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    color:#222;
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons .material-icons:hover{
    background: linear-gradient(to top, #ceffb0, #00c2c4);
    color: #FFF;
}
.tvimagegallary-hoverbtn .tvimagegallary-buttons .material-icons {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    cursor:pointer;
}
.tvimagegallary-hoverbtn:hover .tvimagegallary-buttons .material-icons  {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tvimagegallary-hoverbtn:hover .tvimagegallary-ovrly{
    opacity: 1;
}


/***************************END IMAGEGALLARY*********************/

/***************************START BRAND*********************/
.tvcmsbrandslider .tvbrand-img img{
  width: 92px;
}
.tvcmsbrandslider .tvbrand-inner .tvbrand-img{
  text-align: center;
}
.tvcmsbrandslider .tvbrand-first-img img,
.tvcmsbrandslider .tvbrand-second-img img{
  width: 100%;
}

/******** boredre *******/
.tvcmsbrandslider{
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.tvcmsbrandslider .tvbrand-info{
  margin-bottom: 0px;
}
.tvcmsbrandslider .tvbrand-wrapper tr{
  border:1px solid #ececec;
}
.tvcmsbrandslider .tvbrands{
  padding :50px 0;
}
.tvcmsbrandslider .tvbrand-wrapper tr td{
  border:1px solid #ececec;
}
@media(min-width: 992px) and (max-width: 1399px){
  .tvcmsbrandslider .tvbrand-img img{
    width: 62px;
  }
}

@media(max-width: 991px){
 .tvcmsbrandslider .tvbrand-img img{
  width: 43px;
 }
}

@media(max-width: 767px){
  .tvcmsbrandslider .tvbrand-first-img{
    margin-bottom: 30px;
  }
  .tvcmsbrandslider .tvbrand-img img{
    width: 62px;
    margin-top: 15px;
  }
  .tvcmsbrandslider .tvbrand-second-img{
  margin-top: 30px;
  }
  /*.tvcmsbrandslider{
    padding: 30px 0;
  }*/
}
/***************************END BRAND*********************/
/***************************START SERVICE*********************/

.tvcmscustomer-services{
  background-color: #ffffff;
}
.tvcmscustomer-services .tvcustomer-services{
  padding: 40px 0;
}
.tvcmscustomer-services .tvservices-img-wrapper .wvservices-img {
  float: left;
  font-family: 'Material Icons';
  color: #333333;
  margin-right: 18px;
}
.tvcmscustomer-services .tvservices-img-wrapper .wvservices-img i{
   font-size:30px;
   -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -ms-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}
.tvcmscustomer-services .tvservices-img-wrapper .wvservices-img i:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tvcmscustomer-services .tvservices-title{
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 28px;
}
.tvcmscustomer-services .tvservice-dec{
  color:#777777;
  font-size:13px;
  font-weight:500;
  letter-spacing: 0.5px;
  height: calc(17px * 2);
  overflow: hidden;
  line-height: 17px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: auto!important;
}
@media (max-width: 991px){
  .tvcmscustomer-services .tvservices-title{
    font-size: 13px;
  }
}
@media(min-width: 574px) and (max-width: 992px){
  .tvcmscustomer-services .tvservices-1,
  .tvcmscustomer-services .tvservices-2{
    margin-bottom: 20px;
  }
}
@media (max-width: 575px){
  .tvcmscustomer-services .tvservices-title{
    font-size: 14px;
  }
  .tvcmscustomer-services .tvservices-center{
    width: 100%;
  }
 .tvcmscustomer-services .tvservices-center{
  margin-bottom: 30px;
 }
}

/***************************END SERVICE*********************/

/****************************START LEFT PANEL***************************/

/************START leftpannel testimonial**********/

.tvcmsleftpannel-testimonial-slider{
    overflow: hidden;
    background-color: #fff;
    padding:15px;
    margin-bottom: 25px;
    border:1px solid #eee;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial_img{
    margin-bottom: 20px;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial_img img{
  width: 130px;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial_dec{
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    width: auto;
    padding: 0 10px;
    letter-spacing: 0.5px;
    height: calc(20px * 2);
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial-title{
    color:#333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial-title1{
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial-pagination .swiper-pagination-bullet{
      display: inline-block;
    border-radius: 0;
    background-color: #a8a8a8;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.tvcmsleftpannel-testimonial-slider .tvleftpannel-testimonial-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(to top, #6f2aa7, #6f2aa7);
    
}
.tvleftpannel-testimonial-pagination{
      text-align: center;
}
/****************end testimonial ************/

/****************start banner**************/

.tvcmsleft-offer-banner img{
  width: 100%;
  margin-bottom: 25px;
} 

/****************start banner**************/

/**********************************END LEFT PANEL********************************/

/*************************START RIGHT PANEL****************************************/

/********start right banner**********/

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

/********end right banner**********/

#content-wrapper .card-block {
    padding-left:0px !Important;
}

.tvright-panel-titel, .tvpage-header-name h1, .tvcmsshopping-cart .cart-container .card-block h1, #cart .card-block h1, #checkout .card-block h1{
    font-size: clamp(2rem, 1.6226rem + 1.6771vw, 3rem);
    color: #000000;
    font-weight: 600;
    text-transform: initial;
    padding-left:0rem;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

#cart .card-block-full ,  #checkout .card-block-full {
    border-bottom: solid 1px #dddddd;
}

#cart .card-block h1, #checkout .card-block h1{ 
    padding-top:1rem !important;
}

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

/*************************END RIGHT PANEL****************************************/


/****************************START ALL PRODUCTS NEXT&PRE BTN***********************/

.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev
{
   border-radius: 0 8px 8px 0;
   left: 0;
   box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.10);
   border: 1px solid #e3e3e3;
}
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next{
   border-radius:8px 0 0 8px;
   right: 0;
   box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
   border: 1px solid #e3e3e3;
}
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next:hover,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next:hover,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next:hover,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next:hover,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next:hover,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next:hover,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next:hover,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next:hover,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next:hover,
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev:hover,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev:hover,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev:hover,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev:hover,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev:hover,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev:hover,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev:hover,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev:hover,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev:hover{
    box-shadow: 0px 0px 3px 2px rgba(74, 74, 74, 0.1);
}

.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next:hover:before,
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev:before,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev:hover:before,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev:hover:before{
    color: #222;
}

.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev,
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next{
    width: 50px;
    height: 150px;
    background-color: #eeeeee;
    background-image: none;
    text-align: center;
    top:0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev:before,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev:before,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev:before,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev:before,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev:before,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev:before,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev:before,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev:before,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev:before{
  font-family: 'Material Icons';
  content: '\e408';
  font-size: 40px;
  line-height: 150px;
  color: #999;

}
.tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next:before,
.tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next:before,
.tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next:before,
.tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next:before,
.tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next:before,
.tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next:before,
.tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next:before,
.tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next:before,
.tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next:before{
  font-family: 'Material Icons';
  content: '\e409';
  font-size: 40px;
  line-height: 150px;
  color: #999;   
}
@media (max-width: 575px){
    .tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev,
    .tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next,
    .tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev,
    .tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next,
    .tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev,
    .tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next,
    .tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev,
    .tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next,
    .tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev,
    .tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next,
    .tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev,
    .tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next,
    .tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev,
    .tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next,
    .tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev,
    .tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next,
    .tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev,
    .tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next{
      width: 45px;
      height: 55px;
    }/*
    .tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-prev:before,
    .tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-prev:before,
    .tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-prev:before,
    .tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-prev:before,
    .tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-prev:before,
    .tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-prev:before,
    .tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-prev:before,
    .tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-prev:before,
    .tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-prev:before{
      font-size: 30px;
      line-height: 55px;
    }
    .tvcmsspecial-product .tvcmsspecial-next-pre-btn .tvcmsmain-next:before,
    .tvcmstab-title-product .tvtab-special-pagination-next-pre-btn .tvcmsmain-next:before,
    .tvcmsfeatured-product .tvcmsfeatured-next-pre-btn .tvcmsmain-next:before,
    .tvcmsnew-product .tvnew-next-pre-btn .tvcmsmain-next:before,
    .tvcmsbest-seller-product .tvcmsbest-seller-next-pre-btn .tvcmsmain-next:before,
    .tvcmslike-product .tvcmslike-next-pre-btn .tvcmsmain-next:before,
    .tvcmscategory-product .tvcmscategory-next-pre-btn .tvcmsmain-next:before,
    .tvcmscross-selling-product .tvcmscross-selling-next-pre-btn .tvcmsmain-next:before,
    .tvcmsblog-slider .tvcmsblog-next-pre-btn .tvcmsmain-next:before{
      font-size: 30px;
      line-height: 55px;
 
    }*/
}

/****************************END ALL PRODUCTS NEXT&PRE BTN***********************/

/****************************END ALL PRODUCTS Reviews***********************/
  .tvReviews .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: #003366;
    border:solid 1px #003366;
    color: #fff;
    padding: 0 10px;
    line-height: 38px;
}
 .tvReviews .btn:hover{
    background: transparent !important;
    color: #003366;
 }
.tvcmsproducts-section-title{
   font-size: 18px;
}
.tvcmsproduct_comments_block_tab h4{
   color: #6f2aa7;
   font-weight: 500;
   font-size: 13px;
}
/****************************END ALL PRODUCTS Reviews***********************/

/********************************start review star********************/



#tvcmsproductCommentsBlock .star_content .star_on i,
.tvcmsfeatured-product .tvproduct-info-box .star_on i,
.tvcmsspecial-product .tvproduct-info-box .star_on i,
.tvcmsnew-product .tvproduct-info-box .star_on i,
.tvcmsbest-seller-product .tvproduct-info-box .star_on i,
.tvcmstab-title-product .tvproduct-info-box .star_on i,
.tvcmslike-product .tvproduct-info-box .star_on i,
.tvcmscategory-product .tvproduct-info-box .star_on i,
#products .tvproduct-info-box .star_on i{
    color: #6f2aa7;
}
/********************************end review star********************/

/****************************START COYTACT US LINK FOOTER***********************/

#order-confirmation .tvcms-box-layout .card-title i{
  padding: 0;
}
.tvcms-box-layout .card-block{
   background-color: transparent;
   box-shadow: none;
   /*border: 1px solid #eee;*/
} 
#contact #content-wrapper .card-block{
  margin: 25px 0;
}
.tvcmscontact-us .tvcontact-title h3{
    color: #424242;
    font-size: 18px;
    font-weight: 500;
}
.tvcmscontact-us .tvcontactt-us-inner select,
.tvcmscontact-us .tvcontact-us-email input,
.tvcmscontact-us .tvcontact-us-attachment input,
.tvcmscontact-us .tvcontact-us-order-reference select,
.tvcmscontact-us .tvcontact-us-message textarea{
    background-color: #fff;
    color: #7a7a7a;
    font-size: 12px;
    border: 1px solid #ccc;
}
.tvcmscontact-us .form-control-label{
  font-size: 14px;
    color: #3a3a3a;
    font-weight: 500;
}
.tvcmscontact-us .tvcontact-us-message{
  width: 50%;
}
.tvcontact-us-attachment .input-group-btn .btn{
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    padding : 10px;
}
.tvcmscontact-us .tvcontact-us-button .btn{
    box-shadow: none;
    background-image: none;
    border:none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 80px;
    line-height: 38px;
}
.tvcmscontact-us .tvcontact-us-button .btn:hover{
  background: linear-gradient(to top, #000, #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%;
  }
}
/***start store information*****/
.tvcmsStore-inform-contact-us{
  margin-top: 25px;
  border: 1px solid #dddddd;
  padding: 15px;
}
.tvcmsStore-inform-contact-us h4{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.tvcmsStore-inform-contact-us .tvStore-inform-icon i{
  color: #000000;
   width: 35px;
}

.tvcmsStore-inform-contact-us .tvStore-inform-data{
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.tvcmsStore-inform-contact-us .tvStore-inform-data a{
  color: #000000;
}
@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;
  }
}
/****************************END COYTACT US LINK FOOTER***********************/

/************************Start page header titel*******************
.tvpage-header-name h1{
   font-size: 20px;
   color: #a2a2a2;
   padding:15px;
   font-weight: 600;
}
/************************End page header titel*******************/

/****************************START OUR STORES LINK FOOTER***********************/

.tvcmsstores .tvstore-titte-address{
    color: #222;
    font-size: 15px;
    font-weight: 600;
}
.tvcmsstores .tvstores{
   box-shadow: none;
   background-color: transparent;
}
.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;
  }
}
/****************************END OUR STORES LINK FOOTER***********************/

#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:#6f2aa7
}
.tvlogin-from-btn .btn{
    background-color: #878787;
    color: #fff;
    padding :10px;
    letter-spacing: 0.5px;
}
.tvlogin-btn .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    padding: 2px 17px;
    line-height: 38px;
    margin: 10px 0;
}
.tvlogin-btn .btn:hover{
    background: linear-gradient(to top, #222, #222);
}
.tvno-account{
  text-align: center;
}
.tvno-account a{
  color: #656565;
  font-size: 14px;
  font-weight: 500;
}
.tvno-account a:hover{
  color: #222;
}
/******************************START LOGIN PAGE******************************/


/******************************END LOGIN PAGE*******************************/


/******************************START WISHLIST******************************/
 .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{
  float: right;
  background: linear-gradient(to top, #9c16eb, #6300d1);
  color: #FFF; 
  padding: 5px 15px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
 #_desktop_wishtlistTop .tvwishlist-name i{
  color: #fff;
  font-size: 20px;
 }
 #_desktop_wishtlistTop .tvwishlist-top .tvwishlist-name{
    position: relative;
 }
 #_desktop_wishtlistTop .tvdesktop-view-wishlist-count{
    position: absolute;
    background-color: #fff;
    width: 15px;
    border-radius: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
    color: #000;
    top: 6px;
    right: -9px;
    text-align: center;
    font-weight: 600;
 }
 .wishlistLinkTop .tvwishlist-send-mess-btn button:hover{
  background: linear-gradient(to top, #000, #000);
 }
.tvcmswishlist {
    float: left;
}

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

.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action a{
    color: #FFF;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    display: inline-block;
    padding: 5px 15px;
    float: left;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvcmswishlist .wishlistLinkTop .wlp_bought_item_container .product_infos .btn_action a:hover{
  background: linear-gradient(to top, #000, #000);
}
.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;
}
.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 td.wishlist_default i{
    color: #000;
}
.tvcmswishlist .tvwishlist-info .tvwishlist-view-link a{
  color: #222;
   font-weight: 500;
    font-size: 14px;
}
.tvcmswishlist .tvwishlist-info .tvwishlist-view-link a:hover{
    color: #7808d9;
}
.tvcmswishlist .tvwishlist-info .tvwishlist-view-name a{
  color: #6f2aa7;
   font-weight: 400;
    font-size: 14px;
}
.tvcmswishlist .tvwishlist-titel-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: #6f2aa7;
}
.tvcmswishlist .wishlist_default p{
   margin: 0;
}
.tvcmswishlist .tvwishlist-btn .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 120px;
    line-height: 38px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvcmswishlist .tvwishlist-btn .btn:hover{
    background: linear-gradient(to top, #222, #222);
}
.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;
    width: 205px;
    line-height: 38px;
}
.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: #6f6f6f;
    height: 38px;
    width: 95px;
    line-height: 38px;
}
.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{
  border: 1px solid #eee;
  padding: 10px;
}
#module-tvcmswishlist-view .wlp_bought_list li button{
  background: linear-gradient(to top, #9c16eb, #6300d1);
  padding: 5px 15px;
  color: #FFF;
  font-weight: 400;
}
#module-tvcmswishlist-view .wlp_bought_list li .btn_action form{
  float: left;
}
#module-tvcmswishlist-view .wlp_bought_list li .lnk_view{
   background: linear-gradient(to top, #9c16eb, #6300d1);
  padding: 5px 15px;
  color: #FFF;
  float: right;
}



/******************************END WISHLIST******************************/

/******************************START SITEMAP******************************/

.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: #000000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    height: 35px;
}
/******************************END SITEMAP******************************/

/******************************START  CREATE AN ACCOUNT******************************/

.tvall-page-content .tvcmsregister-form{
    font-size: 13px;
    color: #656565;
}
.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: #656565;
}
.tvcmsregister-form .form-footer .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 104px;
    line-height: 38px;
}
.tvcmsregister-form .form-footer .btn:hover{
    
    background: linear-gradient(to top, #222, #222);
}
.tvcmsregister-form .form-control-comment{
   padding-top: 10px;
   display: block;
}
.tvinformation-lable em{
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 10px;
  display: block;
}
/******************************END  CREATE AN ACCOUNT******************************/

/***********process all inner page**********************/

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

/**************end all inner page********************/

/******************************START BLOG-POST PAGE inner page******************************/
#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: 0.5px;
}
.meta_category a{
   color: #222;
   font-size: 14px;
}

.tvcms-blog-inner-page .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    height: 38px;
    width: 120px;
    line-height: 38px;
    float: right;
    margin-bottom: 10px;
}
.tvcms-blog-inner-page .btn:hover{
    background: linear-gradient(to top, #222, #222);
}
.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%;
}


/******************************START BLOG-POST PAGE inner page******************************/

/****************************START REVIEWS-POPOUOP**************************/
#id_new_comment_form .title{
   background: linear-gradient(to top, #9c16eb, #6300d1);
   color: #fff;
}

.tvreviews-popup-send-btn button{
     box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    vertical-align: baseline;
    text-transform: lowercase;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 10px;
}
.tvreviews-popup-send-btn button:hover{
    background: linear-gradient(to top, #000, #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;
}

/****************************END REVIEWS-POPOUOP**************************/


/****************************START ABOUT US**************************/

.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;
}
/****************************END ABOUT US**************************/

/****************************START SECURE PAYMENT**************************/


/****************************END SECURE PAYMENT**************************/

/****************************START LEGAL NOTICE**************************/
.page-cms-5 h2,
.page-cms-5 h3,
.page-cms-4 h2,
.page-cms-4 h3,
.page-cms-3 h2,
.page-cms-3 h3,
.page-cms-2 h2,
.page-cms-2 h3,
.page-cms-1 h2,
.page-cms-1 h3{
   color: #222;
   font-size: 16px;
   font-weight: 500;
}
.page-cms-5 a,
.page-cms-4 a,
.page-cms-3 a,
.page-cms-2 a,
.page-cms-1 a{
   color: #656565;
}

.page-cms-5 a:hover,
.page-cms-4 a:hover,
.page-cms-3 a:hover,
.page-cms-2 a:hover,
.page-cms-1 a:hover{
  color: #222;
}
/****************************END LEGAL NOTICE**************************/

/****************************START DELIVERY**************************/

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

.page-cms-1 li,
.page-cms-2 li,
.page-cms-3 li,
.page-cms-4 li,
.page-cms-5 li{
  line-height: 20px;
}
/****************************END DELIVERY**************************/

/****************************START FORGET PASSWORD**************************/
.tvcmsforget-password .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    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: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: normal;
}
.page-footer  button:hover{
    background:#333;
}
/****************************END FORGET PASSWORD**************************/

/*****************************START CREATE NEW ADDRESS******************************/
.tvcms-box-layout .form-footer .btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    padding:2px 12px;
    line-height: 38px;
    letter-spacing: 0.5px;
}
.tvcms-box-layout .form-footer a.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    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: linear-gradient(to top, #000, #000);
}
.tvcms-box-layout .form-control-label{
    font-size: 13px;
    font-weight: 500;
    color: #6f2aa7;
}
.tvcms-box-layout .form-control-valign{
  color: #777777;
  font-size: 13px;
}
/*****************************END CREATE NEW ADDRESS******************************/

/****************************START BLOG REPLY-FORM **************************/

#tvcmsblogs_commentfrom label{
  font-size: 13px;
  color: #6f2aa7;
  font-weight: 500;
}
/****************************END BLOG REPLY-FORM **************************/


/****************************START FOOTER-PAGE **************************/
.page-footer a{
  color: #6f6f6f;
  font-size: 14px;
}
.page-footer a:hover{
    color: #000;
}
/****************************END FOOTER-PAGE*********************************/

/****************************START PRODUCTS CART-POPUP**************************/
 
.tvcmsproduct-cart-popup .tvproduct-cart-btn button{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    padding: 0 15px;
    text-transform: capitalize;
}
.tvcmsproduct-cart-popup .tvproduct-cart-btn button:hover{
   background-color: #4cbb6c;
}

.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;
    padding: 0 10px;
    background: linear-gradient(to top, #4cbb6c, #4cbb6c);
    text-transform: capitalize;
    font-weight: 500;
}
.tvcmsproduct-cart-popup .tvproduct-cart-btn a.btn:hover{
   background: linear-gradient(to top, #9c16eb, #6300d1);
}
.tvproduct-cart-btn a i{
  font-size: 18px;
  margin: 0 5px;
}
/****************************END PRODUCTS CART-POPUP**************************/


/****************************START ORDER HISTORY*********************/

.tvcmsorder-history .order-actions a{
  color: #7a7a7a;
}
.tvcmsorder-history .order-actions a:hover{
 color:#7808d9;
}
.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;
}
.table-bordered{

}
/****************************END ORDER HISTORY*********************/


/*****************************START PROCCES******************************/

/************************START SHOPING CART********************/
.cart-detailed-actions button.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding:2px 16px;
}
.checkout button.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding:2px 16px;
}
.tvcmsshopping-cart a.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding:2px 16px;
    -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: linear-gradient(to top, #000, #000);
}
.tvcmsshopping-cart .btn i{
    font-size: 16px;
}
.tvcmsshopping-cart .remove-from-cart i{
    font-size: 20px;
    height: 18px;
    width: 16px;
   
}
.cart-grid-right .cart-detailed-actions a.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    line-height: 38px;
    padding:2px 16px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cart-grid-right .cart-detailed-actions a.btn:hover{
  background: linear-gradient(to top, #000, #000);
}
.cart-grid-right .cart-detailed-actions a i{
    font-size: 16px;
}

.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:48px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}
.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: red;
    font-weight: 500;
}
.tvcmsshopping-cart .product-line-info .product-discount .discount-percentage{
    font-size: 14px;
    color: red;
    font-weight: 600;
}
.tvcmsshopping-cart .product-line-info .current-price span{
    font-size: 24px;
    font-weight: 600 !important;
    color: #000000;
    padding-top: 15px;
    display: block;
}
.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;
}
/**********************END SHOPING CART******************/

/************************START Personal Information *******************/
#identity .form-footer button{
        background-color:#7808d9;
        color: #FFF;
        padding: 10px 15px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-size: 14px;

}
#identity .form-footer button:hover{
    background: linear-gradient(to top, #000, #000);
}

.tvcmspersonal-information .form-control-comment{
    padding-top: 10px;
    display: block;  
}
.tvcmspersonal-information  .custom-checkbox span{
  float: left;
}
.tvcmspersonal-information .tvinformation-lable{
   display: block;
}
/*#checkout-personal-information-step .step-title{
    font-size: 18px;
}*/
#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: #7808d9;
}

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

/************************ END Personal Information *******************/

/**************************START 2ADDRESS process***********************/

#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: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;  
    line-height: 38px;
}
.tvcmsaddress-process button.btn:hover{
    background: linear-gradient(to top, #222, #222);
}
.cart-summary-products .tvshow-detail-process a{
    color: #222;
    font-size: 14px;
    font-weight: 500;
}
/**************************END 2ADDRESS process***********************/

/**************************START SHIPPING***************************/ 

.delivery-options-list button{
   box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 38px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.delivery-options-list button:hover{
  background: linear-gradient(to top, #000, #000);
}
.delivery-options-list .carrier-name{
   font-size: 15px;
    color: #585858;
    font-weight: 600;
}
/**************************END SHIPPING***************************/ 
#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;
}

/************************START order-confirmation  *******************/

.order-confirmation-table .order-line a{
   color: #222;
   /*line-height: 75px;*/
}
/*.order-confirmation-table .qty{
  line-height: 75px;
}*/
#order-confirmation .definition-list p a{ 
  color: #222;
  font-weight: 600;
 }


/******shiping methhod ***********/

.summary-selected-carrier{
  line-height: 50px;
}
.checkout-payment-step .order-summary-content h4{
  color: #444444;
  font-weight: 400;
}

#payment-confirmation button.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 38px;
}
#payment-confirmation button.btn:hover{
    background: linear-gradient(to top, #222, #222);
}
#order-confirmation .order-confirmation-table .order-line span{
  line-height: 24px;
}
#order-items .details{
    margin-top: 80px;
}
#order-confirmation .order-confirmation-table .order-line .qty{
  line-height: 24px;
  margin-top: 80px;
}
body#checkout .tvprocess-payment-price{
    margin-top: 80px;
}
#order-confirmation .col-xs-2.col-lg-2.tvprocess-payment-price{
    margin-top: 80px;
    line-height: 24px;
}
@media (max-width: 1199px){
    body#checkout .tvprocess-payment-price{
        margin-top: 10px;
    }
   #order-confirmation .order-confirmation-table .order-line span{
      line-height: 24px;
      margin-top: 10px;
    }
    #order-confirmation .order-confirmation-table .order-line .qty{
      line-height: 24px;
      margin-top: 10px;
    }
    #order-confirmation .col-xs-2.col-lg-2.tvprocess-payment-price{
        margin-top: 10px;
    }
    #order-items .details{
        margin-top: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    #order-confirmation .order-confirmation-table .order-line .qty{
        line-height: 24px;
    }
      #order-confirmation .order-confirmation-table .order-line span{
      line-height: 24px;
    }
    #order-confirmation .order-confirmation-table .order-line .details{
        margin-top: 35px;
    }
    #order-confirmation .col-xs-2.col-lg-2.tvprocess-payment-price{
        margin-top: 35px;
    }
}

.page-order-confirmation table tr,
.page-order-confirmation table td{
  border:1px solid #eeeeee;
  padding:5px;
}
#order-detail .form-footer button{
        background-color:#7808d9;
        color: #FFF;
        padding: 10px 15px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        font-size: 14px;

}
#order-detail .form-footer button:hover{
    background: linear-gradient(to top, #000, #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;
}

/************************END order-confirmation*******************/

/*************************START PAYMENT PROCESS**********************/

.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;
}
/*************************END PAYMENT PROCESS**********************/

/************************************END PROCCES*******************************************/


/*****************************START LEFT PANNEL******************************/

.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: #003366;
}
.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;
}
.tv-leftpnael-filter .custom-radio:hover{
	border: 1px solid #000;
}
#search_filters_brands .facet h1 a,
#search_filters_suppliers .facet h1 a,
.tvleft-special-product h1,
.tvleft-new-product  h1,
.tvcmsleft-featured-product h1,
.tvcmsleftpannel-testimonial-slider h1,
#search_filters_blog_category h1
{
  color: #626262;
  font-size: 15px;
  font-weight: 500;
}
#search_filters_brands .facet h1 a:hover,
#search_filters_suppliers .facet h1 a:hover,
#search_filters_blog_category .facet ul li a:hover{
  color: #000;
}


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

#search_filters_brands .facet ul li a:hover,
#search_filters_suppliers .facet ul li a:hover,
#search_filters_blog_category .facet ul li a:hover{
  color: #222;
}
/*****************************END LEFT PANNEL******************************/

/*************************START pagination*****************************/
.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: 35px;
    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: #003366 !important;
  color: #fff !important;
  border: 1px solid #003366 !important;
}
.pagination .page-list .current a{
  background: #003366;
  color: #fff;
}
/*************************END pagination*****************************/

/*********************START all page******************/
#index .tvcmspage-footer-link{
   display: none;
}
.tvcmspage-footer-link{
  padding: 15px 0;
}

/*********************END all page******************/

/**************start your account*******************/

.tvyour-account-btn {
    text-align: center;
}
.tvyour-account-btn .tvyour-account-signout.btn{
    box-shadow: none;
    background-image: none;
    border: none;
    background: linear-gradient(to top, #9c16eb, #6300d1);
    color: #fff;
    font-size: 13px;
    padding: 2px 16px;
    line-height: 36px;
    margin-top: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvyour-account-btn .tvyour-account-signout.btn:hover{
    background: linear-gradient(to top, #000, #000);
}

/**************end your account*******************/




/****************************START PRODUCT VIWE  INNRE PAGE*******************************/
.tvproduct-view-img-block .product-flags .new{
position: absolute;
    right: 15px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    top: 30px !important;
    background: red;
    padding: 5px 10px;
    color: #fff;
}
.tvproduct-content .tvproduct-content-title{
   font-size: 22px;
   color: #343434;
}
.tvproduct-content .tvcurrent-price{
    float: left;
    font-size: 60px;
    color: #000000;
    margin: 15px 0;
    font-weight: 600 !IMPORTANT;
}
.tvproduct-content .discount-amount,
.current-price .discount-amount{
    float: left;
    margin: 0 10px;
    line-height: 25px;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px;
    position:relative;
    top:10px;
}
.tvproduct-content .discount-percentage{
    float: left;
    background-color: red;
    margin: 0 10px;
    color: #FFF;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: 25px;
}


#product .tvproduct-content .discount-percentage {
        top: 10px;
}

.tvproduct-content .product-discount{
    float: left;
    font-size: 14px;
}
.tvproduct-content .tax-shipping-delivery-label{
    margin-top: 10px;
    font-size: 12px;
    color: #222;
    font-weight: 600 !IMPORTANT;
}
.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: 20px;
    color: #003366;
    font-weight: 800 !important;
    line-height: 38px;
    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: 10px 5px;
    width: 20px;
    height: 20px;
}
.tvproduct-content .product-add-to-cart .control-label{
    font-size: 20px;
    color: #003366;
    font-weight: 800 !important;
    float: left;
    width: 21%;
    line-height: 44px;
}
.tvproduct-content .tvquick-view-add-to-cart{
    float: left;
}
.tvproduct-content .tvquick-view-add-to-cart button{
    padding: 10px 25px;
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #003366;
    text-transform: uppercase;
    display: inline-flex;    
    align-items: center;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.tvproduct-content .tvquick-view-add-to-cart button:hover{
    background-color: transparent !important;
    color:#003366;
}
.tvproduct-content .tvquick-view-add-to-cart i{
    font-size: 22px;
    line-height: 18px;
    margin-right: 5px;
}
.tvproduct-content .tvproduct-view-content{
    margin-top: 15px;
    overflow: hidden;
}
.tvproduct-content .tvproduct-view-content #product-availability{
    display: inline-flex;
    margin: 0 10px;
    line-height: 36px;
    font-weight: 600 !important;
    font-size: 18px;
}
.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 .tvsocial-sharing{
    float: right;
}
.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: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvproduct-content .tvsocial-sharing ul li:hover{
    background-color: #7607da;
}
.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-variants-item .control-label,
    .tvproduct-content .product-add-to-cart .control-label{
        width: 35%;
    }
}

/****************************START PRODUCT VIWE  INNRE PAGE*******************************/
/****************************START PÁGINA SOLICITA PRESUPUESTO ***************************/
.cms-id-10 .quickformsubject {
    display: none;       
}
/****************************FIN PÁGINA SOLICITA PRESUPUESTO ***************************/

/****************************FOOTER DESPLEGADO ******************************************/
#footer .collapse {
	display: block !important;
}

#footer .material-icons.add, #footer .material-icons.remove{
	display: none !important;
}
/***************************FIN FOOTER DESPLEGADO ***************************************/

/***************************DESPLEGABLE Nº PRODUCTOS ************************************/
.tvall-page-shortby .custom-select{
	padding: .6rem 1.75rem .375rem .75rem !important;
}

.tvall-page-shortby .js-dropdown{
	margin-left: 10px;
}

.tvall-page-shortby .js-dropdown .dropdown-menu{
	background: #f6f6f6 !important;
}
/**************************FIN DESPLEGABLE Nº PRODUCTOS ********************************/
