/** Shopify CDN: Minification failed

Line 9785:0 Unexpected "}"

**/
/******************************* Start Common Css **********************************/
/******************************* Start Popovers Tooltip*******************/
.tvtooltip.popover {
    border: none;
    padding: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    border-radius: 0;
    background-color: transparent;
}

.tvtooltip .popover-title {
    background-color: #000;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: normal;
    border: none;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
}

.tvtooltip .popover-content {
    font-size: .750rem;
    padding: 0;
}

.tvtooltip.popover.bs-tether-element-attached-bottom:before,
.tvtooltip.popover.popover-top:before {
    display: none;
}

.tvtooltip.popover.top:after {
    content: "";
    border-width: 10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #000;
}

.tvtooltip.popover.top:after {
    left: 50%;
    border-bottom-width: 0;
}
::selection {
    background-color: #616161;
    color: #fff;
}

/******************************* End Popovers Tooltip *******************/

/******************************* Start Header top ************************/
.tvheader-top-bar .tvheader-inner {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.tvheader-top-bar .tvcontact-info {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tvcontact-icon-wrap {
    margin-right: 15px;
}

.tvsignin-link i {	
  	color: #000000;
}

.tvheader-top-bar .tvcontact-info span {
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}
.tvheader-top-bar .tvcontact-info i {
    font-size: 22px;
    color: #222222;
    vertical-align: middle;
    margin-right: 5px;
}

.tvheader-top-bar .tvcustom-text {
    text-align: left;
}

.tvheader-top-bar .tvcustom-text span {
    font-size: 13px;
    color: #222222;
    font-weight: 400;
}

.tvheader-top-bar .tvcustom-text i {
    font-size: 20px;
    color: #222222;
    vertical-align: middle;
}
.tvcmscurrency-wrapper .localization-form:only-child .localization-form__select {
	color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .4px;

}
.tvmyaccount-dropdown svg g path {
  	fill: #ffffff !important;
}
.tvcms-header-menu .tvsearch-close svg {
	width: 26px;
  	height: 26px;
}
@media(max-width: 767px) {

    .tvheader-top-bar .tvcustom-text,
    .tvheader-top-bar .tvcontact-info {
        text-align: center;
    }
}

/******************************* End Header top *******************************/

/******************************* Start Header *******************************/


.tvcmslogo-wrapper {
    text-align: center;
}

.tvcmslogo-wrapper .tvcmslogo {
    display: block;
    padding: 31px 0;
    text-align: center;
}

.desktop-megamenu.sticky {
    z-index: 9;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    top: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border: none;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

/**Start Header Right**/
.tvmyaccount-dropdown,
#tvsearchid,
/* .tvwishlist-count-product, */
/* .tvcompare-product, */
.tvheader-add-to-cart,
.tvsignin-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    position: relative;
}

.tvlogin-wrapper i,
.tvwishlist-count-product .tvwishlist-icon i,
.tvcompare-product .tvcompare-product-link i {
    font-size: 21px;
    color: #000000;
    margin-right: 5px;
}

.tvlogin-wrapper svg,
.tvwishlist-count-product .tvwishlist-icon svg,
.tvcompare-product .tvcompare-product-link svg {
	margin-right: 8px;
}

/**Start wishlist**/


.tvwishlist-count-product a {
    position: relative;
    display: block;
}

.tvwishlist-count-product .tvwishlist-counter {
    height: 19px;
    width: 19px;
    display: inline-block;
    text-align: center;
    background-color: #333333;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.tvdropdown-menu-my-account .tvwishlist-count-product .tvwishlist-counter {
    position: unset;
    vertical-align: middle;
    width: auto;
    height: auto;
    color: #000000;
    background-color: transparent;
}

/**End wishlist**/

/**Start Compare**/
.tvcompare-product .tvcompare-product-link {
    position: relative;
    display: block;
}

.tvcompare-product .tvcompare-product-link .tvdesktop-view-compare-name {
    height: 19px;
    width: 19px;
    display: inline-block;
    text-align: center;
    background-color: #333333;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.tvdropdown-menu-my-account .tvcompare-product .tvcompare-product-link .tvdesktop-view-compare-name{
    position: unset;
    vertical-align: middle;
    width: auto;
    height: auto;
    color: #000000;
    background-color: transparent;
}

.tvwishlist-count-product:hover .tvwishlist-counter ,
.tvcompare-product:hover .tvcompare-product-link .tvdesktop-view-compare-name {
    background-color: #333333;
}

.tvdropdown-menu-my-account .tvwishlist-count-product:hover .tvwishlist-counter,
.tvdropdown-menu-my-account .tvcompare-product:hover .tvcompare-product-link .tvdesktop-view-compare-name {
    background-color: transparent;
}

/**End Compare**/
.tvcompare-label,
.tvwishlist-label,
.tvlogin-label {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.tvdropdown-menu-my-account .tvwishlist-count-product .tvwishlist-icon i,
.tvdropdown-menu-my-account .tvwishlist-count-product a,
.tvdropdown-menu-my-account .tvcompare-product .tvcompare-product-link i,
.tvdropdown-menu-my-account .tvcompare-product .tvcompare-product-link {
    display: inline-block;
}

/*Start Search*/
.tvsearch-btn-wrap {
  cursor: pointer;
}

.tvsearch-main-box .tvsearch-btn-wrap {
/*     display: none; */
}

.tvsearch-btn-wrap .tvsearch-close {
    display: none;
}

.tvsearch-main-box.open .tvsearch-btn-wrap .tvsearch-close {
    display: block;
}

.tvsearch-main-box.open .tvsearch-btn-wrap .tvsearch-open {
    display: none;
}

.tvsearch-main-box .tvsearch-full-wrapper {
    position: absolute;
    right: 0;
    left: auto;
    top: 54px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #eeeeee;
  	max-width: 435px;
    width: 435px;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tvsearch-main-box.open .tvsearch-full-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tvsearch-main-box .tvsearch-form {
    position: relative;
    background: 0 0;
    border: none;
    outline: 0;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

.tvsearch-main-box .tvsearch-input-box {
    padding: 8px 15px;
    border: none;
    width: 100%;
    background-color: transparent;
    color: #333;
    font-size: 14px;
}

.tvsearch-main-box .tvsearch-input-box:focus {
    outline: none;
}

.tvsearch-main-box input::placeholder {
    font-size: 14px;
    color: #d9d9d9;
    font-weight: 400;
    opacity: 1;
    margin: 0 0;
    vertical-align: middle;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-form {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn {
/*     background-image: url(sprite_3.png);
    background-position: -199px -104px; */
    background-color: #333333;
    outline: none;
    border: none;
    height: 40px;
    width: 40px;
    padding: 7px;
}
.tvsearch-full-wrapper svg {
	width: 25px;
  	height: 25px;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn:hover svg path {
/* 	stroke: #fff!important; */
    fill: #fff!important;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn svg path {
/* 	stroke: #ffffff !important; */
  	fill: #ffffff !important;
}
.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn:hover svg path{
    fill:#fff;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn:hover {
    background-color: #616161;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn i {
    font-size: 18px;
    color: #fff;
    display: none;
}

@keyframes load-spin {
    100% {
        transform: rotate(360deg)
    }
}

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

.tvsearch-main-box input:internal-autofill-selected {
    background-color: transparent !important;
}

/**Search Wrapper***/
.tvsearch-result {
    background-color: #ffffff;
    position: absolute;
  	left: 0;
  	right: 0;
    top: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
    box-shadow: none;
}

.tvsearch-result a:hover {
    text-decoration: none;
}

.tvcmssearch-dropdown {
    border: 1px solid #eeeeee;
    margin: 0;
    padding: 15px;
    text-align: left;
}

.tvsearch-dropdown-wrapper {
    margin: 0;
    overflow: hidden;
}

.tvsearch-dropdown-content-box {
    text-align: left;
    overflow: hidden;
}

.tvsearch-dropdown-title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 600;
    color: #111;
}

.tvsearch-result .tvsearch-dropdown-title:hover {
    color: #666;
    text-decoration: none;
}

.tvsearch-result .product-price-and-shipping {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.tvsearch-result .product-price-and-shipping .price {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
    display: inline-block;
    width: auto;
}

.tvsearch-result .product-price-and-shipping .regular-price {
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
    color: #666666;
    vertical-align: middle;
    float: right;
    font-family: 'Raleway', sans-serif;
    margin-left: 15px;
    display: inline-block;
    width: auto;
}

.tvsearch-all-dropdown-wrapper:last-child {
    margin-bottom: 0;
}

/*End Search*/

/*Start Add to Cart*/
.tvadd-to-cart-count {
    display: inline-block;
    /* position: absolute; */
    /* right: -8px; */
    /* top: -8px; */
    font-size: 15px;
  	font-weight: 600;
  	text-transform: uppercase;
    color: #000;
    /* height: 19px; */
    /* width: 19px; */
    /* background: #333333; */
    line-height: 19px;
    text-align: center;
}

.tvadd-to-cart-count .tvcart-count {
/*      height: 19px;
    width: 19px;
    font-size: 12px;
    display: inline-block;
    line-height: 23px;
    color: #000;
    border-radius: 100%;
    background: #F2D06B;  */
  
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    right: -5px;
    top: -3px;
    color: #fff;
    font-size: 11px;
    font-family: 'Raleway',sans-serif;
    line-height: 14px;
    text-align: center;
    background-color: #616161;
}

.tvheader-add-to-cart-wrapper {
    position: relative;
    cursor: pointer;
/*     cursor: pointer;
  	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  	background-color: #616161;
    border-radius: 25px; */
/*    padding:29px 35px 29px 0; */
}

.tvheader-add-to-cart .tvaddto-cart-button {
    /* background-image: url(sprite_3.png);
    background-position: -5px -654px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: relative; */
}

.tvheader-add-to-cart .tvaddto-cart-button i,
.tvheader-add-to-cart .tvaddto-cart-button img {
    color: #000000;
}

.tvcart-no-items {
    position: absolute;
    z-index: 999;
    right: -6px;
    top: 100%;
    min-width: 290px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: center;
    display: none;
}

.tvcart-no-items p {
    color: #333;
    font-size: 16px;
}

.tvheader-add-to-cart .tvadd-to-cart-produt-main-wrapprer {
    /* position: absolute;
    z-index: 20;
    right: 15px;
    top: 100%;
    min-width: 280px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    max-width: 330px;
    max-height: 376px;
    overflow-y: auto;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 900ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    opacity: 0;
    visibility: hidden; */
    width: calc(100% - 50px);
    max-width: 380px;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 5%);
    z-index: 999;
    visibility: visible;
    text-align: left;
    right: -100%;
    padding: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
}

.tvheader-add-to-cart .active .tvadd-to-cart-produt-main-wrapprer {
    /* -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; */
    right: 0;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.full-wrapper-backdrop {
    background-color: #0000004d;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

body.CartOpen .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}

.tvheader-add-to-cart .tvadd-to-cart-product {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    overflow: hidden;
    display: flex;
}

.tvheader-add-to-cart .tvcart-image-wrap {
    margin-right: 15px;
    float: left;
}

.tvheader-add-to-cart .tvproduct-info-box {
    text-align: left;
}

.tvheader-add-to-cart .tvadd-to-cart-product .tvcmsproduct-cart-image {
    display: block;
    height: auto;
    width: 80px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.tvproduct-info-box span {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
}

.tvheader-add-to-cart .tvcmsproduct-cart-image:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e5e5e5;
}

.tvheader-add-to-cart .tvadd-to-cart-product .tvcart-dropdawn-product-title {
    font-weight: 600;
    color: #333;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.tvheader-add-to-cart .tvadd-to-cart-product .tvcart-dropdawn-product-title:hover {
    color: #666;
}

.tvheader-add-to-cart .tvadd-to-cart-product a.remove {
    height: 35px;
    width: 35px;
    display: block;
    font-size: 19px;
}
.tvcms-header-menu {
  border-top: 1px solid #121212;
}

.tvheader-add-to-cart .tvadd-to-cart-product-total {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tvheader-add-to-cart .tvadd-to-cart-product-total span {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
}

.tvheader-add-to-cart .tvadd-to-cart-product-total .label {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-view-btn {
    padding: 17px 15px;
    width: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #616161;
    line-height: 1;
    text-align: center;
    background: 0 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    z-index: 999;
    display: inline-block;
    border-right: none;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-view-btn:hover {
    color: #fff;
    text-decoration: none;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-view-btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #616161;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-view-btn:hover:before {
    width: 100%;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-Checkout-btn {
    padding: 17px 15px;
    width: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #616161;
    background: #616161;
    position: relative;
    z-index: 999;
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-Checkout-btn:hover {
    color: #000;
    text-decoration: none;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-Checkout-btn:before {
    position: absolute;
    content: "";
    background: #fff;
    z-index: -1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
}

.tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-Checkout-btn:hover:before {
    width: 100%;
}

.tvcms-header-menu {
	text-align: center;
}

/*End Add to Cart*/

/*Start my Account*/
.tvcms-header-menu .tvsignin-link a {
    font-size: 14px;
    color: #222222;
    text-decoration: none;
}

.tvcms-header-menu .tvsignin-link a:hover {
    color: #333333;
}

.tvmyaccount-dropdown.open .tvmyaccount-dropdown-btn:focus,
.tvmyaccount-dropdown.open .tvmyaccount-dropdown-btn:hover,
.tvmyaccount-dropdown .tvmyaccount-dropdown-btn:hover {
    background-color: transparent !important;
    border: none;
    color: #333;
}

.tvmyaccount-dropdown .tvmyaccount-dropdown-btn {
    padding: 0;
    background-color: transparent;
    border: none;
}

.tvmyaccount-dropdown .tvmyaccount-dropdown-btn i {
    font-size: 24px;
    color: #000000;
}

.tvmyaccount-dropdown .tvmyaccount-dropdown-btn a {
    /* width: 40px; */
    /* height: 40px; */
    /* line-height: 40px; */
    /* display: block; */
    /* color: #333; */
    /* background-image: url(sprite_3.png); */
    /* background-position: -5px -756px; */
}

.tvmyaccount-dropdown .tvmyaccount-dropdown-btn a span {
    font-size: 14px;
    margin-left: 5px;
    color: #000000;
    font-weight: 400;
}

.tvdropdown-menu-my-account {
    background: #fff;
    border-radius: 0;
    min-width: 16rem;
    border: 1px solid #eee;
    margin: 0;
    right: 0;
    left: auto;
    z-index: 2;
    padding: 10px 0;
    box-shadow: 0 0 1.6px 1.2px rgba(0, 0, 0, 0.05);
}

.tvdropdown-menu-my-account.open {
    display: block;
}

.tvdropdown-menu-my-account li a {
    display: block;
    width: 100%;
    padding: 8px 15px;
    color: #222;
    font-weight: 500;
}

.tvdropdown-menu-my-account>li>a:focus,
.tvdropdown-menu-my-account>li>a:hover {
    color: #666;
    text-decoration: none;
    background-color: transparent;
}

/*End my Account*/

@media(min-width: 992px) {
    .tvmainmenu-desktop-wrapper .header-right {
        text-align: right;
		/* padding: 0; */
    }
/*     .tvheader-add-to-cart-wrapper {
      min-width: 164px;
    } */
    .tvsearch-dropdown-img-block {
        float: left;
        width: 80px;
        height: auto;
        border: 1px solid #eeeeee;
        overflow: hidden;
        margin-right: 15px;
    }

    .tvsearch-all-dropdown-wrapper {
        overflow: hidden;
        margin-bottom: 15px;
    }

}

@media(max-width: 991px) {
    .tvsearch-main-box .tvsearch-input-box {
        border: 1px solid #eee;
    }

    .tvcart-no-items {
        right: 15px;
        left: auto;
        width: 100%;
    }

    .tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-view-btn,
    .tvheader-add-to-cart .tvcart-view-checkout-btn .tvaad-to-cart-Checkout-btn {
        padding: 12px;
    }

    .tvcmssearch-dropdown {
        max-height: 270px;
        overflow-x: auto;
    }

    .tv-moblie-menu-device-wrapper {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        cursor: pointer;
        border: 1px solid #000;
        margin: 0;
    }
  	.tv-moblie-menu-device-wrapper .fa-bars:before {
      color: #000;
    }

/*     .tvmyaccount-dropdown .tvmyaccount-dropdown-btn.btn-primary,
    .tvheader-add-to-cart-wrapper {
        padding: 10px 0;
    } */

    .tvsearch-main-box .tvsearch-close-btn {
        top: 15px;
        right: 15px;
        position: fixed;
    }

    .tvsearch-all-dropdown-wrapper {
        margin-bottom: 15px;
    }

    .tvsearch-dropdown-img-block {
        float: left;
        height: 70px;
        width: 70px;
        border: 1px solid #eeeeee;
        overflow: hidden;
        margin-right: 15px;
    }

    .tvsearch-main-box .tvsearch-full-wrapper {
        left: unset;
        right: 15px;
        min-width: 290px;
    }

    .tvmyaccount-dropdown .tvmyaccount-dropdown-btn {
        padding: 10px 0;
    }

    .tvcmslogo-wrapper {
        padding: 15px;
    }

    .tvheader-add-to-cart .tvadd-to-cart-produt-main-wrapprer {
        /* right: 15px; */
        padding: 15px;
        max-width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .tvmobile-menu-block {
        float: left;
        padding: 10px 0;
    }

    .tvheader-right-mobile {
        text-align: right;
    }
}

@media(min-width: 768px) {
    .tvheader-main .tvmainmenu-desktop-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      	margin: 0;
    }
}

@media(max-width: 767px) {
    .tvmobile-menu-block {
        float: left;
        padding: 8px 0;
    }

    .tvheader-right-mobile {
        float: right;
    }

}

@media(max-width: 575px) {

    .tvmyaccount-dropdown,
    .tvheader-add-to-cart {
        display: inline-block;
        vertical-align: middle;
    }

    .tvheader-add-to-cart .tvadd-to-cart-produt-main-wrapprer {
        /* right: 15px; */
        padding: 15px;
        min-width: 290px;
        max-width: 100%;
    }
}

/**************End Header Right ****************/
@media(max-width: 991px) {
    #tvcmsmobile-header-right {
        text-align: right;
      	display: flex;
      	align-items: center;
      	justify-content: flex-end;
    }
  	.tvmyaccount-dropdown .tvmyaccount-dropdown-btn a span,
  	.tvsearch-open span, .tvsearch-close span {
      	display: none;
  	}
    .tvcmsmobile-header-logo-right-wrapper {
        padding: 15px 0;
        text-align: center;
    }

    #tvcmsmobile-header-right .tvcmsmobile-header-login {
        display: inline-block;
        vertical-align: baseline;
    }

    .tvcmsmobile-header-right-icon {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 0;
    }
}

@media(max-width: 480px) {
    #tvcmsmobile-header-right {
        padding: 0 15px 0 0;
    }

    .tvwishlist-count-product,
    .tvcompare-product,
    .tvheader-add-to-cart {
        /* margin-left: 9px; */
    }
}

/******************************* end Header **************************/

/******************************* Start Mega Menu Style*******************************/
.desktop-megamenu {
/*     background-color: #111; */
}

.site-nav-dropdown .style_5 .col-wide .bottom_right a,
.site-nav-dropdown .style_5 .col-wide .bottom_left a {
    padding: 0 0;
}

.site-nav-dropdown_inner .site-nav {
    margin: 0;
    padding: 0;
}

.tvheader-menu-site-nav {
    position: inherit;
}

.site-nav .tvmain-top-title span {  
    font-size: 19px;
    color: #000;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: capitalize;
/*     padding: 0 15px; */
    line-height: 61px; 
    font-family: raleway,sans-serif;
}

.site-nav a {
    display: block;
    text-decoration: none;
}

.sticky-animate {
    position: relative;
}

.header-type-8 .menu-tool {
    float: left;
    width: 100%;
}

.site-nav>li {
    display: inline-block;
    float: none;
    text-align: center;
    list-style: none;
}

.desktop-megamenu .site-nav li.tvmenu-dropdown:hover .site-nav-dropdown,
.site-nav li.tvmenu-dropdown:hover .site-nav-dropdown,
.site-nav li.dropdown:hover .site-nav-dropdown {
    /* -webkit-transform: perspective(600px) rotateX(0deg); */
    /* transform: perspective(600px) rotateX(0deg); */
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999;
}

.desktop-megamenu .site-nav li.tvmenu-dropdown .site-nav-dropdown {
    border: 0;
    margin: auto;
    background: #fff;
}

.site-nav li.tvmenu-dropdown ul.site-nav-dropdown {
    padding: 20px 0px;
    border-radius: 0px;
}

.site-nav li.tvmenu-dropdown ul.site-nav-dropdown li a {
    padding: 5px 20px;
}

.desktop-megamenu .site-nav li.mega-menu .site-nav-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
}

.site-nav-dropdown .container {
    float: left;
    max-width: 100%;
    width: 100%;
    padding: 40px 40px 40px 40px;
    border-radius: 0px;
}

.site-nav-dropdown .style_1 .col-1 {
    float: left;
}

.site-nav-dropdown .col-1 {
    width: 60%;
    float: left;
}

.site-nav-dropdown .container.style_3 .col-1 .inner:nth-child(3n+1),
.site-nav-dropdown .container.style_2 .col-1 .inner:nth-child(3n+1),
.site-nav-dropdown .container.style_1 .col-1 .inner:nth-child(3n+1) {
    clear: both;
}

.site-nav-dropdown .col-1 .inner {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 33.3%
}

.header-type-8 .site-nav-dropdown .inner>a {
    color: #000;
}

.site-nav-dropdown .col-1 .inner>a {
    font-weight: 600;
    padding: 0;
  	color: #000;
    text-transform: capitalize;
    font-size: 17px;
    padding: 0;
    margin-bottom: 15px;
}

.site-nav-dropdown .col-1 .inner .dropdown {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.site-nav-dropdown .col-1 ul.dropdown {
    display: block;
    position: static;
    padding: 0;
}

.site-nav li {
    margin: 0;
}

.site-nav-dropdown li {
    /* float: left; */
    width: 100%;
}

.header-type-8 .site-nav-dropdown .inner .dropdown a {
    color: #000;
}

.site-nav-dropdown .col-1 ul.dropdown li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.site-nav-dropdown .col-1 ul.dropdown li a:hover,
.site-nav li.tvmenu-dropdown ul.site-nav-dropdown li:hover a,
.tvdropdown-menu-my-account .tvlogin-wrapper:hover .tvlogin-label,
.tvdropdown-menu-my-account .tvwishlist-count-product:hover .tvwishlist-label,
.tvdropdown-menu-my-account .tvcompare-product:hover .tvcompare-label,
.tvdropdown-menu-my-account .tvwishlist-count-product:hover .tvwishlist-counter,
.tvdropdown-menu-my-account .tvcompare-product:hover .tvdesktop-view-compare-name {
    color: #616161;
}

.site-nav-dropdown li a {
    position: relative;
}

.site-nav-dropdown .col-2 {
    width: 40%;
    float: left;
}

.site-nav-dropdown .style_1 .site-nav-dropdown .col-2 {
    padding: 0 15px;
}

.site-nav-dropdown .style_3 .col-2,
.site-nav-dropdown .style_2 .col-2 {
    padding: 0;
}

.site-nav-dropdown img {
    display: block;
    border-radius: 0;
    width: 100%;
}

.site-nav-dropdown .col-2 .col-left .widget-title {
    display: none;
}

.site-nav .widget-featured-product {
    float: left;
    width: 100%;
    text-align: center;
}

.site-nav .widget-featured-product .widget-product {
    float: left;
    width: 100%;
    position: relative;
}

.site-nav .widget-featured-product .widget-product .products-grid {
    margin: 0;
}

.site-nav .widget-featured-product .products-grid .grid-item {
    width: 100%;
    padding: 0;
    margin: 0;
}

.site-nav .widget-featured-product .products-grid .grid-item .product-grid-image {
    border: 1px solid #f5f5f5;
}

.site-nav .products-grid .grid-item .product-grid-image {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 15px;
}

.site-nav .widget-featured-product .product-title {
    padding: 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.site-nav .widget-featured-product .product-title:hover {
    color: #000;
}

.site-nav .widget-featured-product .price-box {
    margin: 0;
}

.site-nav .widget-featured-product .price-box .regular-product span {
    font-weight: 600;
    font-size: 16px;
}

.price-box .old-price,
.price-box .special-price {
    display: inline-block;
    float: none;
    width: auto;
}
.btn-right-arrow {
/*     height: 35px;
    width: 35px;
    border-radius: 100%; */
    display: inline-grid;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
/*     background-color: #fff;
    position: relative;
    z-index: 1; */
}
.btn-right-arrow svg{
    height: 20px;
    width: 20px;
    display: block;
    margin-left: 10px;
    position: relative;
    fill:#fff;
}
.price-box .special-price {
    color: #d92727;
    font-size: 16px;
    margin-right: 3px;
}

.price-box .old-price {
    color: #bcbcbc;
}

.site-nav .widget-featured-product .widget-product .spr-badge {
    display: none;
}

.site-nav-dropdown .style_2 .col-2 .col-left {
    text-align: right;
    padding-right: 0;
}

.site-nav-dropdown .style_5 .col-1 {
    width: 100%;
    float: none;
}

.site-nav-dropdown .col-wide {
    width: 100%;
    float: left;
    padding: 0 0px;
}

.site-nav-dropdown .style_5 .inner {
    width: 25%;
    padding: 0 15px;
}

.site-nav-dropdown .style_4 .col-1 {
    width: 100%;
    float: none;
}

.site-nav-dropdown .style_4 .inner {
    width: 25%;
    padding: 0 10px;
}

.header-type-8 .site-nav-dropdown {
    background: #fff;
}

.spr-badge-caption {
    display: none;
}

.desktop-megamenu li.tvmenu-dropdown:last-child .site-nav-dropdown ul {
    left: auto;
    right: 102%;
}

.tvheader-right-mobile {
	display: flex;
  	align-items: center;
  	justify-content: flex-end;
}
.tvsearch-main-box svg path {
	fill: #000 !important;
}
.tvcmscurrency-wrapper .localization-form__select .icon-caret {
	width: 10px;
  	height: 10px;
  	right: 16px;
  	top: 16px;
}

@media(min-width: 992px) {
    .site-nav .tvmain-top-title i {
      	font-size: 12px;
        color: #000;
        margin-left:5px;
    }

/*     .site-nav .tvmain-top-title span {
      font-size: 19px;
      color: #000;
      font-weight: 600;
      letter-spacing: .6px;
      text-transform: capitalize;
      padding: 0 15px;
      line-height: 61px;
    
    } */
  
  	.site-nav li:hover .tvmain-top-title span,
  	.site-nav li:hover .tvmain-top-title i {
		color: #000000;
    }

    .site-nav li:hover .tvmain-top-title,
    .site-nav .tvmain-top-title.current {
        /* background-color: #333333; */
    }

    .tvmain-top-title i {
        display: none;
    }
    .menu__moblie.tvmain-top-title i,
    .mega-menu .tvmain-top-title i {
        display: inline-block;
    }

    .site-nav-dropdown_inner .site-nav {
        text-align: left;
    }

    .site-nav-dropdown .style_1 .col-1 .inner .dropdown:last-child,
    .site-nav-dropdown .style_3 .col-1 .inner .dropdown:last-child,
    .site-nav-dropdown .style_4 .col-1 .inner .dropdown:last-child,
    .site-nav-dropdown .style_6 .col-1 .inner .dropdown:last-child {
        margin-bottom: 0;
    }

    .site-nav li .tvmobile-dropdown,
    .tv-mobile-close-menu,
    .tvmobile-menu-block {
        display: none;
    }

    .site-nav .tvmain-top-title {
        padding: 0px 20px;
      	line-height: 79px;
        display: block;
      	position: relative;
      	z-index: 1;
    }

    .desktop-megamenu.sticky .site-nav .tvmain-top-title {
        line-height: 60px;
    }

    .desktop-megamenu .site-nav-dropdown {
        position: absolute;
        background: #fff;
        z-index: 999;
        text-align: left;
        overflow: hidden;
        padding: 0;
        visibility: hidden;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07);
        /* -webkit-transition: all 0.35s ease 0s; */
        /* -o-transition: all 0.35s ease 0s; */
        /* transition: all 0.35s ease 0s; */
        /* -webkit-transform: perspective(600px) rotateX(-90deg); */
        /* transform: perspective(600px) rotateX(-90deg); */
        -webkit-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        transform-origin: center top 0;
        min-width: 200px;
        /* -webkit-animation-duration: 1s; */
        /* animation-duration: 1s; */
    }

    .site-nav-dropdown .col-2 a {
        padding: 0;
        max-width: 100%;
    }

    .site-nav-dropdown .style_2 .col-2 .col-left>a {
        padding-bottom: 15px;
    }
/*   	.tvmenu-tool-wrap>ul>li>a:before {
  		z-index: -1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: auto;
        height: 30px;
        display: block;
        opacity: 0;
    } */
/* 	.tvmenu-tool-wrap>ul>li:hover>a:before {
        background-color: #fec02a;
        content: "";
        border-radius: 30px;
        opacity: 1;
        width: auto;
  	} */
}

@media(max-width: 991px) {
    .tvmenu-tool-wrap {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        -webkit-transition: left .4s ease-in-out;
        -moz-transition: left .4s ease-in-out;
        -ms-transition: left .4s ease-in-out;
        -o-transition: left .4s ease-in-out;
        background-color: #fff;
        height: 100%;
        z-index: 9;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07);
        overflow-y: auto;
    }

    .tvmenu-tool-wrap.open {
        left: 0;
    }

    .tvmenu-tool-wrap .tvmain-top-title {
        padding: 12px 10px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .site-nav .tvmenu-dropdown {
        border-bottom: 1px solid #eee;
    }
    .site-nav .tvmenu-dropdown .tvmobile-dropdown {
        position: absolute;
        right: 0;
        top: 3px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        line-height: 40px;
        font-size: 15px;
    }
    .site-nav-dropdown {
        display: none;
    }

    .tvmenu-tool-wrap .tv-custom-menu.show .site-nav-dropdown {
        padding: 0;
    }

    .site-nav-dropdown .col-1 .inner .dropdown {
        margin-bottom: 15px;
    }

    .site-nav-dropdown .col-1 .inner>a {
        margin-bottom: 10px;
    }

    .tvmenu-tool-wrap .site-nav>li {
        margin: 0;
        float: left;
        width: 100%;
        position: relative;
    }
    .tv-mobile-close-menu {
        text-align: right;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
    }
    .tv-mobile-close-menu span {
        width: 100%;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
    }
    .tv-mobile-close-menu a {
        height: 40px;
        width: 40px;
        display: block;
        flex-shrink: 0;
        margin: 0 0 0 auto;
        text-align: center;
        line-height: 40px;
        border-left: 1px solid #ddd;
        background-image: url(sprite_3.png);
        background-position: -105px -805px;
        font-size: 0;
    }

    .site-nav li a i {
        display: none;
    }

    .site-nav-dropdown .container {
        padding: 15px;
    }

    .site-nav-dropdown .col-1,
    .site-nav-dropdown .col-2,
    .site-nav-dropdown .col-3 {
        width: 100%;
        padding: 0;
    }

    .site-nav-dropdown .col-1 .inner {
        width: 100%;
        position: relative;
        padding: 0;
        float: left;
    }

    .tvmenu-tool-wrap .site-nav li.tvmenu-dropdown .site-nav-dropdown {
        display: none;
        padding: 10px 0
    }

    .site-nav-dropdown .col-2 .col-left,
    .site-nav-dropdown .col-2 .col-right {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .site-nav-dropdown .style_2 .col-2 .col-left,
    .site-nav-dropdown .style_2 .col-2 .col-right {
        padding: 0 15px;
    }

    .site-nav li.tvmenu-dropdown .tv-custom-menu {
        padding: 20px 0px;
        border-radius: 0px;
    }

    .site-nav li.tvmenu-dropdown .tv-custom-menu li a {
        padding: 5px 20px;
    }

    .site-nav-dropdown .col-wide .bottom_left {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .site-nav-dropdown .col-wide .bottom_left a,
    .site-nav-dropdown .col-wide .bottom_right a {
        padding: 0;
    }

    .site-nav-dropdown .style_2 .col-2 .col-left a {
        padding: 0;
        margin-bottom: 15px;
    }

    .site-nav-dropdown .style_2 .col-2 .col-left a:last-child {
        margin-bottom: 0;
    }

    .site-nav-dropdown .style_2 .col-2 .col-left a img,
    .site-nav-dropdown .style_2 .col-2 .col-right a img {
        width: 100%;
    }
}

/******************************* End Mega Menu Style*********************************/
.tvcmsprev-btn {
/*     height: 40px;
    width: 40px; */
/*     border: 1px solid rgba(0,0,0,.07);
    border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%); */
/*     right: 45px; */
   	left: 0;
}
.tvcmsnext-btn {
/*     height: 40px;
    width: 40px; */
  /*  border: 1px solid rgba(0,0,0,.07);
     border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%); */

}
.tvcms-next-pre-btn {
	display: block;
}
.tvcmsprev-btn,
.tvcmsnext-btn {
	position : absolute;
  	top: 50%;
  	padding: 5px 10px;
    z-index:1;
}
.tvcmsprev-btn svg, 
.tvcmsnext-btn svg {
    width: 60px;
    height: 60px;
}
.tvcmsprev-btn svg path,
.tvcmsnext-btn svg path{
   fill:#ddd;
}
 
.tvcmsprev-btn:hover svg path,
.tvcmsnext-btn:hover svg path{;
    fill: #616161;
}
@media (min-width: 1500px) {
    .tvcmsnext-btn {
      right: -20px;
      left: auto;
	}
 	.tvcmsprev-btn {
      left: -40px;
      right: auto;
	}
}
/******************************* Start Slider*******************************/
.page-container .main-content {
    padding: 0;
}

#tvmain-slider .tvmain-slider-contant-left {
    position: absolute;
    text-align: left;
    left: 11.2%;
    right: auto;
    top: 18%;
}

#tvmain-slider .tvmain-slider-contant-center {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 18%;
}

#tvmain-slider .tvmain-slider-contant-right {
    position: absolute;
    text-align: right;
    right: 13%;
    top: 18%;
}

#tvmain-slider .tvmain-slider-contant-none {
    display: none;
}

.nivo-caption {
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 8;
    opacity: 1;
    display: none;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tv-main-slider .nivo-directionNav {
    display: none;
}

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

.tvmain-slider-next-pre-btn {
    text-align: center;
}

.tvmain-slider-next-pre-btn .tvcmsmain-prev {
    background-image: url(sprite_3.png);
    background-position: -155px -505px;
    background-color: #333333;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    height: 40px;
    width: 40px;
    left: 70px;
    z-index: 1;
    top: 45%;
}

.tvmain-slider-next-pre-btn .tvcmsmain-next {
    background-image: url(sprite_3.png);
    background-position: -155px -555px;
    background-color: #333333;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    height: 40px;
    width: 40px;
    right: 70px;
    z-index: 1;
    top: 45%;
}

.tvmain-slider-next-pre-btn i {
    font-size: 0;
}

.tvmain-slider-next-pre-btn i:before {
    position: absolute;
    content: "";
    border: 1px solid #333333;
    height: 48px;
    width: 48px;
    top: -4px;
    left: -4px;
}

.tvmain-slider-next-pre-btn .tvcmsmain-next:hover,
.tvmain-slider-next-pre-btn .tvcmsmain-prev:hover {
    background-color: #000;
}

.tvmain-slider-next-pre-btn .tvcmsmain-next:hover i:before,
.tvmain-slider-next-pre-btn .tvcmsmain-prev:hover i:before {
    border-color: #000;
}

.tvmain-slider-contant .tvmain-slider-info h2 {
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #1e1e1e;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
}

.tvmain-slider-contant .tvmain-slider-info h4 {
    font-size: 60px;
    color: #ab6a32;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
}

.tvmain-slider-contant .tvmain-slider-info p {
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 5px;
    font-weight: 500;
}

.tvmain-slider-contant .tvmain-slider-btn .tvslider-btn {
    font-size: 24px;
    color: #111111;
    font-style: italic;
    text-decoration: none;
    position: relative;
}

.tvmain-slider-contant .tvmain-slider-btn .tvslider-btn:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.tvmain-slider-contant .tvmain-slider-btn:hover .tvslider-btn:before {
    width: 100%;
}

.tvcms-main-slider .tvmain-slider-btn {
    margin-top: 50px;
}
@media(max-width: 1024px) {
    #tvmain-slider .tvmain-slider-contant-center {}
}
@media(max-width: 991px) {
    .tvmain-slider-next-pre-btn .tvcmsmain-prev {
        -webkit-transform: translate(0, -50%) scale(0.6);
        -o-transform: translate(0, -50%) scale(0.6);
        -ms-transform: translate(0, -50%) scale(0.6);
        -moz-transform: translate(0, -50%) scale(0.6);
        transform: translate(0, -50%) scale(0.6);
        left: 5px;
    }

    .tvmain-slider-next-pre-btn .tvcmsmain-next {
        -webkit-transform: translate(0, -50%) scale(0.6);
        -o-transform: translate(0, -50%) scale(0.6);
        -ms-transform: translate(0, -50%) scale(0.6);
        -moz-transform: translate(0, -50%) scale(0.6);
        transform: translate(0, -50%) scale(0.6);
        right: 5px;
    }
}

@media(max-width: 991px) {
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 18px;
    }

    .tvmain-slider-contant .tvmain-slider-info h4 {
        font-size: 27px;
        padding-bottom: 5px;
    }

    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .tvcms-main-slider .tvmain-slider-btn {
        margin-top: 15px;
    }

    .tvmain-slider-contant .tvmain-slider-btn .tvslider-btn {
        font-size: 19px;
    }
}

@media(max-width: 575px) {
    .tvmain-slider-contant .tvmain-slider-info h2 {
        font-size: 16px;
    }

    .tvmain-slider-contant .tvmain-slider-info h4 {
        font-size: 17px;
        padding-bottom: 0;
    }

    .tvmain-slider-contant .tvmain-slider-info p {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .tvcms-main-slider .tvmain-slider-btn {
        margin-top: 5px;
    }

    .tvmain-slider-contant .tvmain-slider-btn .tvslider-btn {
        font-size: 12px;
    }

    #tvmain-slider .tvmain-slider-contant-center {
        top: 0;
    }
}

/******************************* End Slider*********************************/

/******************************* Start Tab Product *********************************/
.tvcms-main-title {
    position: relative;
}
.tvcmsmain-title-wrapper {
	margin-bottom: 30px;
}


.tvtitle-des {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    color: #222;
    letter-spacing: .5px;
    z-index: 1;
    text-align:center;
    font-family: raleway,sans-serif;
}

.newsletter__wrapper .newsletter__align h2,
.tvcms-main-title .tvmain-title h2 {
   font-size:40px;
    color: #222;
    line-height: 60px;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 700;
    margin-bottom: 0;
    z-index: 1;
   font-family: Raleway;
   margin-bottom:10px;
   text-align:center;
  }

.tvcategoryslider .tvcms-main-title .tvmain-title h2{
   text-align:left;
}
/* .tvcms-main-title .tvmain-title h2:before,
.tvabout-block__heading:before {
    content: '';
    background-color: #616161;
    width: 6px;
    height: 26px;
    display: inline-block;
    margin-right: 8px;
} */
.tvabout-main-heading {
  padding: 30px 0;
}
.newsletter__wrapper .newsletter__align h2 {
	width: 100%;
}

.tvcms-main-title .tvmain-title .tvsub-title {
    text-align: right;
    font-size: 18px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
    font-family: raleway,sans-serif;

}

/* .tvabout-block__heading:after,
.tvcms-main-title .tvmain-title h2:after {
    content: "";
  	position: absolute;
    background-image: url(separator.png);
    background-repeat: no-repeat;
    display: block;
    height: 135px;
    width: 192px;
  	bottom: -65px;
  	right: 0;
  	left: 30px;
} */

.tvtab-title-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 0 10px;
}

.tvcmstab-product-wrapper {
    position: relative;
    padding: 0;
    margin-bottom: 75px;
}

.tvcmstab-title-product .tvtab-product {
    margin-bottom: 40px; 
}

.tvtab-all-pagination .tv-pagination-wrapper .tvtab-pagination {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -webkit-transform: scale(0);
    transition: all 0.5s linear;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: none;
}

.tvtab-all-pagination .tv-pagination-wrapper .tvtab-pagination.active {
    -webkit-transform: scale(1);
    transition: all 0.5s linear;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
}

.tvtab-product-list-wrapper {
    overflow: hidden;
}
.tvtab-main-title-wrapper {
/* 	float: left; */
  	
}

.tvtab-product-list-wrapper .tvcmstab-product {
    visibility: hidden;
    height: 0;
    opacity: 0;
    /* -webkit-transition: all 0.5s linear; */
    /* transition: all 0.5s linear; */
    /* transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8); */
}

.tvtab-product-list-wrapper>.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    /* transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1); */
    /* transition: transform 0.5s ease-in-out; */
    /* -webkit-transition: transform 0.5s ease-in-out; */
}

.tvtab-product .tvtab-title-wrapper .tvtabs-products {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    /* border-bottom: 1px solid #ececec; */
}

.tvtab-title-wrapper .tvtabs-products li {
/*     position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 9px 30px;
    border-radius: 0;
    background-color: #0000;
    margin: 0 10px;
    border: none;
    background-color: #f5f5f5;
    border-radius: 30px; */
    position: relative;
    padding: 13px 25px;
    display: inline-block;
  	line-height: normal;
    vertical-align: top;
    margin: 0;
    border: none;
    margin: 0 15px;
    min-width: 270px;
    box-shadow: 0 1px 6.65px 0.35px rgb(0 0 0 / 4%);

}
.tvtab-title-wrapper .tvtabs-products li:hover, 
.tvtab-title-wrapper .tvtabs-products li.active {
   background-color: #fcfcfc;
   cursor:pointer;
}  

    
.tvtab-title-wrapper .tvtabs-products li.active span,
.tvtab-title-wrapper .tvtabs-products li:hover span {
    color: #616161;
    font-weight: 500;
/*     border-bottom: 2px solid #333333; */
}

.tvtab-title-wrapper .tvtabs-products li.active span:after,
.tvtab-title-wrapper .tvtabs-products li:hover span:after {
    visibility: visible;
    opacity: 1;
}
 
.tvtab-title-wrapper .tvtabs-products li span {
    font-size: 16px;
    font-weight: 400;
/*     line-height: 19px; */
    color: #666;
    letter-spacing: .6px;
    font-family: Raleway,sans-serif;
    text-transform: capitalize;

}

.tvtab-title-wrapper .tvtabs-products li span.dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 3px;
    background-color: #F2D06B;
    border-radius: 100%;
    display: inline-block;
    opacity: 0;
/*     transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; */
}

.tvtab-title-wrapper .tvtabs-products li.active span.dots, 
.tvtab-title-wrapper .tvtabs-products li:hover span.dots {
    opacity: 1;
}

.tvtab-title-wrapper .tvtabs-products li span.dots:after, 
.tvtab-title-wrapper .tvtabs-products li span.dots:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 3px;
    background-color: #F2D06B;
    border-radius: 100%;
    display: inline-block;
/*     transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; */
}

.tvtab-title-wrapper .tvtabs-products li.active span.dots:before, 
.tvtab-title-wrapper .tvtabs-products li:hover span.dots:before {
    left: -8px;
}

.tvtab-title-wrapper .tvtabs-products li span.dots:before {
    left: 0;
    right: auto;
}

.tvtab-title-wrapper .tvtabs-products li.active span.dots:after, 
.tvtab-title-wrapper .tvtabs-products li:hover span.dots:after {
    right: -8px;
}
.tvtab-title-wrapper .tvtabs-products li span.dots:after {
    right: 0;
    left: auto;
}

@media(max-width: 991px) {
    .tvtab-product .tvtab-title-wrapper .tvtabs-products {
        display: inline-block;
    }

    .tvcms-main-title .tvmain-title h2 {
        font-size: 30px;
    }

    .tvcms-main-title .tvmain-title .tvsub-title {
        font-size: 24px;
    }
}

@media(max-width: 575px) {
    .tvtab-title-wrapper .tvtabs-products li {
        display: block;
        margin-bottom: 10px;
        padding: 2px 20px;
    }
}

/******************************* end Tab Product*********************************/

/******************************* Start Spacial Product*********************************/
.tvspecial-product .tvspesial-product-box {
    padding: 0 0;
}

@media(max-width: 767px) {
    .tvspecial-product .tvspesial-image {
        margin-bottom: 30px;
        text-align: center;
    }
}

/******************************* End Spacial Product*********************************/

/******************************* Start tab-pagination **************************/
.tvcmsblog-home-pagination-wrapper,
.tvtab-all-pagination,
.tvrelated-pagination-wrapper,
.tvcms-testimonial-pagination-wrapper,
.tvspecial-pagination-wrapper {
    text-align: center;
    margin-top: 30px;
}

/* .tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-prev i,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-prev i,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-prev i,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-prev i,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-prev i,
.tvcms-testimonial-pagination-wrapper .tvtestimonial-prev i,
.tvrelated-pagination-wrapper .tvcmsrelated-prev i,
.tvspecial-pagination-wrapper .tvspecial-prev i {
    background-image: url(sprite_3.png);
    background-position: -155px -505px;
    background-color: #333333;
    line-height: 40px;
    font-size: 0;
    display: block;
    height: 40px;
    width: 40px;
}

.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-next i,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-next i,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-next i,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-next i,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-next i,
.tvcms-testimonial-pagination-wrapper .tvtestimonial-next i,
.tvrelated-pagination-wrapper .tvcmsrelated-next i,
.tvspecial-pagination-wrapper .tvspecial-next i {
    background-image: url(sprite_3.png);
    background-position: -155px -555px;
    background-color: #333333;
    line-height: 40px;
    font-size: 0;
    display: block;
    height: 40px;
    width: 40px;
}

.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-prev:hover i,
.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-next:hover i,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-prev:hover i,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-next:hover i,
.tvtestimonials-home .tvcms-testimonial-pagination-wrapper .tvtestimonial-next:hover i,
.tvtestimonials-home .tvcms-testimonial-pagination-wrapper .tvtestimonial-prev:hover i,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-prev:hover i,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-next:hover i,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-prev:hover i,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-next:hover i,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-prev:hover i,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-next:hover i,
.tvrelated-pagination-wrapper .tvcmsrelated-prev:hover i,
.tvrelated-pagination-wrapper .tvcmsrelated-next:hover i,
.tvspecial-pagination-wrapper .tvspecial-prev:hover i,
.tvspecial-pagination-wrapper .tvspecial-next:hover i {
    background-color: #000;
}

.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-prev:hover,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-next:hover,
.tvrelated-pagination-wrapper .tvcmsrelated-prev:hover,
.tvrelated-pagination-wrapper .tvcmsrelated-next:hover,
.tvspecial-pagination-wrapper .tvspecial-prev:hover,
.tvspecial-pagination-wrapper .tvspecial-next:hover,
.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-next:hover,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-next:hover,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-prev:hover,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-next:hover,
.tvtestimonials-home .tvcms-testimonial-pagination-wrapper .tvtestimonial-next:hover,
.tvtestimonials-home .tvcms-testimonial-pagination-wrapper .tvtestimonial-prev:hover,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-prev:hover,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-next:hover,
.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-prev:hover,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-prev:hover {
    border-color: #000;
}

.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-prev,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-prev,
.tvtestimonials-home .tvcms-testimonial-pagination-wrapper .tvtestimonial-prev,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-prev,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-prev,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-prev,
.tvrelated-pagination-wrapper .tvcmsrelated-prev,
.tvspecial-pagination-wrapper .tvspecial-prev {
    border: 1px solid #333333;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
}

.tvtab-pagination .tvtab-featured-pagination-next-pre-btn .tvtab-featured-product-next,
.tvtab-pagination .tvtab-special-pagination-next-pre-btn .tvtab-special-product-next,
.tvtestimonials-home .tvcms-testimonial-pagination-wrapper .tvtestimonial-next,
.tvtab-pagination .tvtab-new-pagination-next-pre-btn .tvtab-new-product-next,
.tvtab-best-seller-pagination-next-pre-btn .tvtab-best-seller-product-next,
.tvcmsblog-home-pagination-wrapper .tvcmsblog-home-slider-next,
.tvrelated-pagination-wrapper .tvcmsrelated-next,
.tvspecial-pagination-wrapper .tvspecial-next {
    border: 1px solid #333333;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    padding: 5px;
} */
.tvcmstab-title-product .tvcmsprev-btn,
.tvcmstab-title-product .tvcmsnext-btn {
	top: 55%;
    z-index:1;
}

/******************************* End tab-pagination **************************/

/******************************* Start Two Banner *******************************/
.tvtwobanner-all-img img {
    width: 100%
}

.tvbanner-wrapper .tvbanner-hover-wrapper {
    position: relative;
}

.tvbanner-wrapper .tvbanner-hover-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    opacity: 0;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 39%, transparent 37%, transparent 61%, rgba(255, 255, 255, 0.14) 58%), linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 39%, transparent 32%, transparent 61%, rgba(255, 255, 255, 0.18) 50%);
    -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;
}

.tvbanner-wrapper:hover .tvbanner-hover-wrapper:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    -moz-transform: scale(1);
    -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;
}

.tvtwobanner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 60px;
    z-index: 2;
}

.tvcmsofferbanners-two .tvtwobanner-title-text {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.tv-banner-contant-left .tvtwobanner-content {
    text-align: left;
    position: absolute;
    top: 30%;
    left: 8%;
}

.tv-banner-contant-right .tvtwobanner-content {
    text-align: right;
    position: absolute;
    top: 30%;
    left: auto;
    right: 8%;
}

.tv-banner-contant-center .tvtwobanner-content {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tv-banner-contant-none .tvtwobanner-content {
    display: none;
}

@media (max-width:991px) {
    .tvcmsleft-offer-banner img {
        width: auto;
    }

    .tvcmsofferbanners-two .tvtwobanner-title-text {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .tvtwobanner-all-img .tvtwo-banner-first {
        margin-bottom: 20px
    }

    .tvtwobanner-content .tvtheme-btn {
        padding: 4px 8px;
    }
}

/******************************* End Two Banner *******************************/

/******************************* Start Product Detail Page*****************************************/
.tvdetail-page-wrapper {
    margin-bottom: 60px;
}

.tv-product-gallery-image-left .image_active {
    opacity: .5;
    display: block;
}

.tv-product-gallery-slider .tv-slider-next:hover,
.tv-product-gallery-slider .tv-slider-prew:hover {
    background-color: #000;
    color: #fff;
}

.tv-product-gallery-image-left a:focus {
    outline: none;
}

.tv-product-gallery-image-left-slider-wrapper {
    overflow: hidden;
}

.tv-single-product-content .tv-product-gallery-image-left.slick-slide {
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #eaeaea;
    max-width: 100%;
}

.tv-product-gallery-slider {
    /*padding: 0 20px;*/
}

.tv-single-product-content-box {
    background-color: #fff;
}

.tv-single-product-content .tv-product-gallery-image {
    display: inline-block;
    border: 1px solid #eaeaea;
}

.tv-single-product-summary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 0 0 29px;*/
    box-sizing: border-box;
}

.tv-single-product-summary .tv-single-product-title {
    margin: 0 0 15px 0;
}

.tv-single-product-summary .tv-single-product-review {
    margin: 0 0 15px 0;
}

.tv-single-product-review .spr-badge-starrating .spr-icon {
    font-size: 13px;
    margin: 0 2px;
}

.tv-single-product-summary .tvproduct-price-amount {
    margin: 0 0 5px 0;
    display: block;
}

.tv-single-product-summary .tvproduct-price-amount .price {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    display: inline-block;
    width: auto;
}

.tv-single-product-summary .tvproduct-rating-timer-wrapper {
    margin-bottom: 15px;
}

.tv-single-product-summary .tvproduct-price-amount .regular-price {
    font-weight: 500;
    font-size: 16px;
    margin: 0 10px;
    color: #666;
    text-decoration: line-through;
    display: inline-block;
}

.tv-single-product-summary .tv-product-details-short-description {
    margin: 0 0 15px 0;
}

.tv-single-product-summary .tvproduct-cart-btn {
    margin: 0 0 15px 0;
}

.tv-single-product-summary .tvcart-btn-wrapper,
.tv-single-product-summary .tvproduct-quentity {
    display: inline-block;
    margin: 0 15px 0 0;
}

.tv-single-product-summary .tv-single-subtitle {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}

.tv-single-product-summary .tv-product-details-short-description p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    letter-spacing: 0.7px;
}

.tv-single-product-summary .total-price {
    margin-bottom: 10px;
}

.tv-product-cart-quentity-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tvproduct-cart-quentity-increment,
.tvproduct-cart-quentity-decrement {
    border: 1px solid #eaeaea;
    color: #848484;
    min-width: 20px;
    background-color: #f9f9f9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.tvproduct-cart-quentity-increment:focus,
.tvproduct-cart-quentity-decrement:focus {
    outline: none;
}

.tvproduct-cart-quentity {
    color: #848484;
    text-align: center;
    width: 40px;
    line-height: 40px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    -moz-appearance: textfield;
    padding: 0 10px;
}

.tv-single-product-summary .tvadd_to_wishlist i {
    font-weight: 800;
}

.tv-single-product-summary .tvproduct-wishlist span {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.tv-single-product-summary .tagged_as {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tv-single-product-summary .tvwishlist-btn,
.tv-single-product-summary .tvcompare-btn-wrapper,
.tv-single-product-summary .sku_wrapper,
.tv-single-product-summary .posted_in,
.tv-single-product-summary .tagged_as,
.tv-single-product-summary .product-vendor,
.tv-single-product-summary .tvStock-available {
    margin: 0 0 10px 0;
}

.tv-single-product-summary .tvStock-available label,
.selector-wrapper-secton .swatch .tvlable,
.tv-single-product-summary .total-price label,
.tv-single-product-summary .product_meta label {
    min-width: 120px;
    margin: 0 0;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.tv-single-product-summary .total-price span,
.tv-single-product-summary .sku_wrapper span,
.tv-single-product-summary .posted_in a,
.tv-single-product-summary .tagged_as a,
.tv-single-product-summary .product-vendor span {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.tvcmsinstock {
    border: 2px solid #298e0a;
    color: #298e0a;
    padding: 2px 8px;
  	font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  	margin-left: 0;
}

.tvcmsoutstock {
    border: 2px solid #da1000;
    color: #da1000;
    padding: 5px 8px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.tv-single-product-summary .tvloadding-wishlist {
    margin-bottom: 5px;
}

.tv-single-product-summary .tvadd_to_wishlist,
.tv-single-product-summary .tvadd_to_compare {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.tv-single-product-summary .tvadd_to_wishlist:hover,
.tv-single-product-summary .tvadd_to_compare:hover {
    color: #666;
}

.tv-single-product-summary .tvproduct-quentity span {
    float: left;
    width: 100%;
}

.selector-wrapper-secton .swatch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 0 15px 0;
}

.selector-wrapper-secton .selector-wrapper {
    display: none;
}

.swatch-element label {
    padding: 0px 0;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    font-weight: bold !important;
    color: #000;
    float: left;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch label {
    margin: 0 0px 3px 0;
    border: 1px solid #eaeaea;
}

.swatch .swatch-element.available {
    margin-right: 10px;
}

.swatch .swatch-element {
    float: left;
}

.swatch input:checked+label,
.swatch label:hover {
    border: 1px solid #000;
}

.swatch-section input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    min-height: auto;
}

.tvproducttab-outer .form-horizontal .control-label {
    float: left;
}

.tvproducttab-review {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.tvproducttab-outer {
    margin-bottom: 60px;
}

.producttab {
    overflow: hidden;
    width: 100%;
    padding: 60px 0 0;
}

.tvtabs {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.tvtabs li {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 7px;
}

.tab-content .tab-pane p {
    color: #333;
    margin: 0 0 0 0;
    font-size: 15px;
    letter-spacing: 0.7px;
    line-height: 22px;
}

.tab-content #tab-description span {
    margin: 0 0 10px 0;
    display: block;
}

.tvtabs li.active {
    z-index: 2;
}

.producttab .nav-tabs>li.active>a,
.producttab .nav-tabs>li.active>a:focus,
.producttab .nav-tabs>li.active>a:hover {
    border: none;
    background-color: #000;
    cursor: pointer;
    color: #fff;
    margin: 0;

}

.nav-tabs>li>a {
    line-height: 40px;
    border: none;
    padding: 0 10px;
    margin: 0;
    background-color: #ddd;
    border-radius: 10px 10px 0 0;
}

.tvtabs li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: -28px;
    border-style: solid;
    border-width: 0 0 36px 30px;
    border-color: transparent transparent #ddd transparent;
}

.tvtabs li.active:before {
    border-color: transparent transparent #000 transparent;
    z-index: 3
}

.tvtabs li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: auto;
    right: -28px;
    border-style: solid;
    border-width: 36px 0 0 30px;
    border-color: transparent transparent transparent #ddd;
}

.tvtabs li.active:after {
    border-color: transparent transparent transparent #000;
    z-index: 3;
}

.nav-tabs>li>a:hover {
    background-color: #ddd;
}

.producttab .tab-content {
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-top: none;
    padding: 25px;
}

.spr-summary-actions-newreview {
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #333;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    border-radius: 0;
    font-family: 'Raleway';
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 16px;
    color: #333;
}

.spr-summary-actions-newreview:focus,
.spr-summary-actions-newreview:hover {
    outline: none;
    color: #ffffff;
    background-color: #333;
    border: 1px solid #333;
}

.rte a.spr-summary-actions-newreview {
    padding-bottom: 14px;
}

.tvproduct-reviews-write .spr-container .spr-summary-caption {
    font-size: 14px;
    line-height: 22px;
    color: #222;
}



.spr-form .spr-form-contact-name .spr-form-input-text,
.spr-form .spr-form-contact-email .spr-form-input-email,
.spr-form .spr-form-review-title .spr-form-input-text {
    height: 44px;
    width: 100%;
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: unset;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.spr-form-review-body textarea {
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.spr-form .spr-form-contact-name .spr-form-input-text:focus,
.spr-form .spr-form-contact-email .spr-form-input-email:focus,
.spr-form .spr-form-review-title .spr-form-input-text:focus,
.spr-form-review-body textarea:focus {
    border-color: rgba(37, 40, 43, 0.85);
    box-shadow: none;
    outline: none;
}

.spr-content .spr-form-label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}

.spr-form .spr-form-label+.spr-form-input:focus {
    outline: none;
    box-shadow: none;
}

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

.tvpage-content-wrapper {
    background-color: #fff;
}

.tv-all-pages-inner-content {
    background-color: #fff;
}

.tv-sub-pages-inner-content thead {
    background-color: #f1f1f1;
}

.tv-sub-pages-inner-content .table-bordered>thead>tr>td {
    font-weight: 600;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
}

.tab-pane .table-bordered {
    margin: 0;
    border: none;
}

.tvpage-sub-title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 7px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eaeaea;
}

.table-striped>tbody>tr:nth-of-type(even) {
    border: 1px solid #eaeaea;
}

.tv-sub-pages-inner-content tbody {
    border: 1px solid #f1f1f1;
}

#tab-specification #shopify-product-reviews {
    margin: 0 0;
}

@media(min-width: 992px) {

    .tvtab-review-form {
        margin: 0 -15px;
    }

    .tv-single-product-summary .tvwishlist-btn,
    .tv-single-product-summary .tvcompare-btn-wrapper,
    .tv-single-product-summary .sku_wrapper,
    .tv-single-product-summary .posted_in,
    .tv-single-product-summary .tagged_as,
    .tv-single-product-summary .product-vendor,
    .tv-single-product-summary .tvStock-available {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        align-items: center;
    }
}

@media(max-width: 991px) {
    .tv-product-main-image-box {
        margin-bottom: 15px;
    }

    .tv-single-product-summary {
        padding: 0;
    }

    .tv-single-product-image {
        margin-bottom: 30px;
        overflow: hidden;
    }

    .producttab .tab-content {
        padding: 15px;
    }

    .tvproducttab-outer .tvreview-box {
        padding: 0;
        margin-bottom: 30px;
    }
}
.tv-product-gallery-slider .tv-slider-next,
.tv-product-gallery-slider .tv-slider-prew {
    display: inline-block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 36px;
    font-size: 23px;
    text-align: center;
    background-color: #F5F5F5;
    border: 2px solid #fff;
    cursor: pointer;
}
@media(min-width: 768px) {
    .tv-single-product-content .tv-product-detail-images {
        position: relative;
        vertical-align: middle;
        margin: 0 -15px;
    }
}

@media(max-width: 767px) {
    .tvslider-pagination-wrapper {
/*         text-align: center;
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; */
    }

    .tv-product-gallery-image-left {
        padding: 0 7.5px;
    }
    .selector-wrapper-secton .swatch .tvlable,
    .tv-single-product-summary .total-price label,
    .tv-single-product-summary .product_meta label {
        min-width: auto;
        margin: 0 10px 0 0;
    }

    .tvtab-wrapper .tvtabs {
        display: inline-block;
        border: none;
    }

    .tvtab-wrapper {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
}

@media(max-width: 575px) {
    .tv-product-gallery-slider {
        padding: 0 0;
    }
    .tvtabs li {
        display: block;
    }
    .tv-product-detail-images .tv-product-gallery-image-left {
        margin: 0 15px;
    }
    .tv-product-gallery-slider .tv-slider-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        right: 0;
        left: auto;
        z-index: 1;
        height: 40px;
        width: 40px;
    }
    .tv-product-gallery-slider .tv-slider-prew {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        right: auto;
        left: 0;
        z-index: 1;
        height: 40px;
        width: 40px;
    }
    .tv-single-product-content .tv-product-gallery-image-left.slick-slide {
        margin: 0 15px;
        padding: 0;
    }
    .tv-single-product-content .tv-product-gallery-image {
        position: relative;
        overflow: hidden;
        pointer-events: none;
    }
}

/******************************* End Product Detail Page*****************************************/

/******************************* Start Newsletter *******************************/
.tvcmsnewsletter-scription {
    margin-bottom: 50px;
}

.tvcmsnewsletter-scription .tvnewsletter-input-title {
    float: left;
    padding: 10px 0;
    margin-right: 40px;
}

.tvcmsnewsletter-scription .tvnewsletter-input-title span {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
}

.tvcmsnewsletter-scription .tvnewsletter-form-wrap {
    overflow: hidden;
}

.tvcmsnewsletter-scription .tvnewsletter-form-wrap .contact-form input {
    float: left;
    min-width: 305px;
    border: 1px solid #dddddd;
    border-radius: 0;
    height: 45px;
    padding: 10px 15px;
}

.tvcmsnewsletter-scription .tvnewsletter-btn-submit {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #333333;
    border: none;
    padding: 12px 25px;
}

.tvcmsnewsletter-scription .tvnewsletter-btn-submit:hover {
    background-color: #000;
}

.tvcmsnewsletter-scription .tvnewsletter-form-wrap .contact-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tvcmsnewsletter-scription .tvfooter-social-share {
    text-align: right;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper li {
    display: inline-block;
    vertical-align: middle;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper li a {
    height: 40px;
    width: 40px;
    display: block;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper li i {
    display: none;
}

.tvcmsnewsletter-scription .tv-footer-social-icon-title .tv-footer-social-title {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
}

.tvcmsnewsletter-scription .tvfooter-social-share .tv-footer-social-icon-title {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.tvcmsnewsletter-scription .tvfooter-social-share .tvsocial-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .twitter a {
    background-image: url(sprite_3.png);
    background-position: -55px -105px;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .facebook a {
    background-image: url(sprite_3.png);
    background-position: -55px -55px;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .pinterest a {
    background-image: url(sprite_3.png);
    background-position: -55px -205px;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .instagram a {
    background-image: url(sprite_3.png);
    background-position: -55px -305px;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .youtube a {
    background-image: url(sprite_3.png);
    background-position: -55px -155px;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .vimeo a {
    background-image: url(sprite_3.png);
    background-position: -55px -355px;
}

.tvcmsnewsletter-scription .tvsocial-icon-wrapper .rss a {
    background-image: url(sprite_3.png);
    background-position: -55px -5px;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .tvcmsnewsletter-scription .tvnewsletter-form-wrap .contact-form input {
        width: 100%;
        min-width: auto;
    }

    .tvcmsnewsletter-scription .tvnewsletter-btn-submit {
        padding: 12px 10px;
    }
}

@media(max-width: 991px) {
    .tvcmsnewsletter-scription {
        margin-bottom: 30px;
    }

    .tvcmsnewsletter-scription .tvnewsletter-input-title {
        float: none;
    }

    .tvcmsnewsletter-scription .tvnewsletter-form-wrap .contact-form input {
        width: 100%;
        min-width: auto;
    }

    .tvsocial-icons-outer {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tvcmsnewsletter-scription .tvfooter-social-share .tv-footer-social-icon-title {
        float: left;
        margin-top: 0;
    }

    .tvcmsnewsletter-scription .tvfooter-social-share .tvsocial-icon-wrapper {
        float: left;
    }
}

@media(max-width: 480px) {
    .tvsocial-icons-outer {
        display: block;
    }

    .tvcmsnewsletter-scription .tvnewsletter-btn-submit {
        padding: 12px 8px;
    }
}

/******************************* end Newsletter**********************************/

/******************************* Start customerservice *******************************/
.tvservices-center .tvservices-wrapper a:focus {
    outline: none;
}

.tvcmscustomer-services .tvservices-center {
    box-shadow: none;
    padding: 60px 15px;
    background-color: #fff;
}

.tvcmscustomer-services .tvall-block-box-shadows {
    margin: 0 15px;
}

.tvcmscustomer-services .tvservices-img-conut i {
    display: none;
}

.tvservices-1 .tvservices-img {
    border-radius: 0;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    margin: 0 auto;
    width: 115px;
    height: auto;
}

.tvservices-center .tvservices-wrapper a {
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tvcmscustomer-services .tvservices-img-conut {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.tvservices-content-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.tvservices-content-box .tvservices-info {
    text-align: left;
}

.tvservices-content-box .tvservices-title {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    color: #111111;
    padding-bottom: 5px;
    font-weight: 500;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.tvservices-center:hover .tvservices-title {
    color: #666;
}

.tvservices-content-box .tvservice-dec {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.tvcmscustomer-services .tvservices-center:hover .tvservices-img {
    opacity: 0.4;
}

/**************** mobile service*************/
@media(min-width: 992px) {
    .tvcmscustomer-services {
        position: relative;
        z-index: 1;
    }
}

@media(max-width: 991px) {
    .tvcmscustomer-services .tvservices-center {
        margin-bottom: 15px;
        padding: 0;
    }
    .tvservices-1 .tvservices-img {
        width: 85px;
    }
    .tvservices-content-box .tvservices-title {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0;
        table-layout: fixed;
        border-spacing: 0rem 0;
    }

    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .tvcmscustomer-services .tvservices-center {
        float: left;
        width: 50%;
        display: inline-block;
        margin: 0 0 30px 0;
    }
    .tvcmscustomer-services .tvservices-center:last-child {
        float: none;
        display: block;
        margin: 0 auto;
        clear: both;
    }
}

@media (max-width: 575px) {
    .tvservices-content-box .tvservices-title {
        font-size: 18px;
    }

    .tvservices-content-box .tvservice-dec {
        font-size: 14px;
    }
}

/******************************* end customerservice *********************************/

/******************************* Start Testimonials*******************************/
.tvtestimonials-home {
    background-image: url(Testimonial-Parellex.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.tvtestimonials-home:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    display: block;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.tvtestimonials-home .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tvtestimonials-home .tvtestimonial {
    overflow: hidden;
}

.tvtestimonial-title-des {
    margin-bottom: 0;
    display: block;
    text-align: right;
    overflow: hidden;
    padding: 0 15px;
}

.tvtestimonial-content-box .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.tvtestimonial-content-box .owl-dots .owl-dot {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 5px;
    outline: none;
    height: 9px;
    padding: 0 0;
    border: none;
    width: 9px;
}

.tvtestimonial-content-box .owl-dots .owl-dot.active {
    background-color: #333333;
    height: 11px;
    width: 11px;
    margin-top: 3px;
}

.tvtestimonial-title-des .tvtestimonial-signature {
    color: #111111;
    font-size: 30px;
    float: right;
    font-weight: 400;
}

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

.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    font-weight: 400;
    font-size: 14px;
    color: #959595;
    line-height: 24px;
}

.tvtestimonial-title a:hover {
    color: #676767;
    text-decoration: none;
}

.tvtestimonial-title {
    margin: 0 0 10px 0;
}

.tvtestimonial-title a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}

.tvtestimonial-slider-inner {
    padding: 0;
    position: relative;
}

.tvtestimonials-left-penal .tvtestimonial-wrapper-info {
    padding: 15px;
    width: auto;
}

.tvtestimonial-inner-content-box {
    margin-bottom: 0;
    text-align: left;
}

.tvtestimonials-home .tvtestimonial-inner-content-box .tvtestimonial-dec-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.tvtestimonials-left-penal .tvtestimonial-img-block {
    margin: 0 0 0 25px;
    width: auto;
    height: auto;
    float: right;
}

.tvtestimonials-left-penal .tvtestimonial-dec-img .tvtestimonial-dec {
    margin-bottom: 30px;
}

.tvtestimonial-inner-content-box .tvtestimonial-dec p {
    margin: 0 0;
    font-size: 14px;
    color: #111;
    line-height: 22px;
}

.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    border-radius: 50px;
    overflow: hidden;
}

.tvtestimonial-img-wrap {
    float: left;
    width: 100px;
    height: 100px;
}

.tvtestimonial-img-block {
    width: 115px;
    height: 115px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 25px;
}

@media(max-width: 991px) {
    .tvtestimonial-slider-inner .tvcms-testimonial-pagination-wrapper {
        opacity: 1;
    }

}

@media(max-width: 575px) {
    .tvtestimonial-wrapper-info {
        padding: 30px 15px;
        width: 95%;
    }

    .tvtestimonials-home .tvtestimonial-inner-content-box .tvtestimonial-dec-img {
        display: block;
        margin-bottom: 10px;
    }

    .tvtestimonial-img-block {
        float: none;
        margin: 0 auto;
    }

    .tvtestimonial-title-desc {
        text-align: center;
        padding-top: 15px;
    }

    .tvtestimonial-title-des .tvtestimonial-signature {
        float: none;
        text-align: center;
    }
}

/******************************* End Testimonials*********************************/

/******************************* Start breadcrumb *******************************/
.tvcontent-full-width {
    /* margin: 40px 0; */
}

.template-index .tvcontent-full-width {
    margin: 0px 0;
}

.tvbreadcrumb-container-wrapper .breadcrumb {
    padding: 10px 15px;
    background-color: #f7f7f7;
    text-align: center;
    margin-bottom: 30px;
}

.tvbreadcrumb-container-wrapper a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-transform: uppercase;
    color: #333;
    font-family: 'Raleway', sans-serif;
}

.tvbreadcrumb-container-wrapper a:hover {
    color: #666;
}

.tvbreadcrumb-container-wrapper span {
    font-size: 15px;
    margin: 0 0 0 0;
    overflow: hidden;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #333;
    font-family: 'Raleway', sans-serif;
}

.tvbreadcrumb-container-wrapper a:after,
.tvbreadcrumb-container-wrapper span:after {
    content: "/";
    display: inline-block;
    font-size: 15px;
    color: #333;
    margin: 0 10px;
}

.tvbreadcrumb-container-wrapper a:last-child:after,
.tvbreadcrumb-container-wrapper span:last-child:after {
    content: none;
}

.tvbreadcrumb-container-wrapper a:last-child,
.tvbreadcrumb-container-wrapper span:last-child {
    content: none;
    font-weight: 400;
}

.page-container .main-content {
    padding: 0;
}

.tvall-page-top-title {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
}

/******************************* End breadcrumb *********************************/

/******************************* Start grid List Catelog Product in Category Page*******************************/

.tvcenter-block-product-section {
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 15px 0;
    position: relative;
}

.tv-left-search-totle-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper,
.tvcmsproduct-grid-list .tvproduct-grid,
.tvcmsproduct-grid-list .tvproduct-grid-2,
.tvcmsproduct-grid-list .tvproduct-list,
.tvcmsproduct-grid-list .tvproduct-list-2,
.tvcmsproduct-grid-list .tvproduct-catalog {
    float: left;
    background-color: transparent;
  	border: none;
  	border-radius: 0;
    color: #ffffff;
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper span,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper span,
.tv_search_filter_wrapper .tvleft-right-title-wrapper span,
.tvcmsproduct-grid-list .tvproduct-grid span,
.tvcmsproduct-grid-list .tvproduct-grid-2 span,
.tvcmsproduct-grid-list .tvproduct-list span,
.tvcmsproduct-grid-list .tvproduct-list-2 span,
.tvcmsproduct-grid-list .tvproduct-catalog span,
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper i,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper i,
.tv_search_filter_wrapper .tvleft-right-title-wrapper i,
.tvcmsproduct-grid-list .tvproduct-grid i,
.tvcmsproduct-grid-list .tvproduct-grid-2 i,
.tvcmsproduct-grid-list .tvproduct-list i,
.tvcmsproduct-grid-list .tvproduct-list-2 i,
.tvcmsproduct-grid-list .tvproduct-catalog i {
    display: none;
}

.tv-total-product-number {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.tv-grid-list-all-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#products.grid .tvproduct-view.tvproduct-grid,
#products.grid-2 .tvproduct-view.tvproduct-grid-2,
#products.list .tvproduct-view.tvproduct-list,
#products.list-2 .tvproduct-view.tvproduct-list-2,
#products.catalog .tvproduct-view.tvproduct-catalog,
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper:hover,
.tvcmsproduct-grid-list .tvproduct-view:hover,
.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover {
    background-color: transparent;
}

/* .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper,
.tvcmsproduct-grid-list .tvproduct-grid,
.tvcmsproduct-grid-list .tvproduct-grid-2,
.tvcmsproduct-grid-list .tvproduct-list,
.tvcmsproduct-grid-list .tvproduct-list-2,
.tvcmsproduct-grid-list .tvproduct-catalog, */
.tv_search_filter_wrapper .tvleft-right-title-wrapper {
    background-color: #222222;
}

.tvcmsproduct-grid-list .tvproduct-grid {
    width: 46px;
    padding: 5px 9px;
}
.tvcmsproduct-grid-list .tvproduct-grid-2 {
    padding: 5px 10px;
}
.tvcmsproduct-grid-list .tvproduct-list {
    padding: 5px 9px;
}
.tvcmsproduct-grid-list .tvproduct-list-2 {
    padding: 5px 9px;
}
.tvcmsproduct-grid-list .tvproduct-catalog {
    margin-right: 0;
    padding: 5px 8px;
}
#products .tvproduct-view.tvproduct-grid svg.tvgrid g path, 
#products .tvproduct-view.tvproduct-grid-2 svg.tvgrid-2 g path, 
#products .tvproduct-view.tvproduct-list svg.tvlist g path, 
#products .tvproduct-view.tvproduct-list-2 svg.tvlist-2 g path, 
#products .tvproduct-view.tvproduct-catalog svg.tvcatelog g path, 
#products .tvproduct-view.tvproduct-catalog svg.tvcatelog g polygon, 
#products .tv_search_filter_wrapper .tvleft-right-title-wrapper svg.tvfilter-top g polygon, 
#products .tv-left-pannal-btn-wrapper svg g rect {
    fill: #bbb !important;
}
#products .tvproduct-view.tvproduct-grid:hover svg.tvgrid g path,
#products .tvproduct-view.tvproduct-grid-2:hover svg.tvgrid-2 g path, 
#products .tvproduct-view.tvproduct-list:hover svg.tvlist g path, 
#products .tvproduct-view.tvproduct-list-2:hover svg.tvlist-2 g path, 
#products .tvproduct-view.tvproduct-catalog:hover svg.tvcatelog g path, 
#products .tvproduct-view.tvproduct-catalog:hover svg.tvcatelog g polygon, 
#products .tvproduct-view.tvproduct-grid.active svg.tvgrid g path, 
#products .tvproduct-view.tvproduct-grid-2.active svg.tvgrid-2 g path, 
#products .tvproduct-view.tvproduct-list.active svg.tvlist g path, 
#products .tvproduct-view.tvproduct-list-2.active svg.tvlist-2 g path, 
#products .tvproduct-view.tvproduct-catalog.active svg.tvcatelog g path, 
#products .tvproduct-view.tvproduct-catalog.active svg.tvcatelog g polygon {
    fill: #000 !important;
}
#products .tv-left-pannal-btn-wrapper svg g rect {
    fill: #222 !important;
}
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper, 
.tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper {
    padding: 4px 8px;
    border: 1px solid #ededed;
}

.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
    padding: 0;
}

.products-sort-order {
    color: #7a7a7a;
}

.tvall-page-shortby .products-sort-order .select-title {
    padding: 5px 10px;
    line-height: 24px;
    display: inline-block;
    width: 100% !important;
    color: #232323;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #eeeeee;
    box-shadow: none;
    text-align: left;
}

.tvall-page-shortby .products-sort-order .select-title:focus {
    outline: none;
}

.tvall-page-shortby button i {
    line-height: 22px;
    float: right;
}

.products-sort-order .dropdown-menu {
    left: 15px;
    right: 15px;
    width: auto;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .1);
    margin: 0;
}

.products-sort-order .select-list:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: 10px 20px;
}

.tvproduct-wrapper.grid,
#products.grid .tvproduct-wrapper.grid {
    display: block;
}

#products.grid .tvproduct-wrapper.grid,
#products.grid-2 .tvproduct-wrapper.grid,
#products.list .tvproduct-wrapper.list,
#products.list-2 .tvproduct-wrapper.list,
#products.catalog .tvproduct-wrapper.catalog {
    display: block;
  	margin-bottom: 0;
}

.tv-grid-list-wrapper-info-box {
    margin-bottom: 30px;
}

#products.grid .tv-grid-list-wrapper-info-box {
/*     width: 25%; */
}

#products.grid-2 .tv-grid-list-wrapper-info-box {
    width: 33.33%;
}

#products.list .tv-grid-list-wrapper-info-box {
    width: 100%;
}

#products.list .tvproduct-wrapper.list .tvproduct-image {
    padding: 0;
}

#products.list .tvproductdescription-button-wrapper {
    padding: 15px 20px;
    background-color: #fff;
    margin:auto 0;
}

#products.list .product-description,
#products.list-2 .product-description,
#products.catalog .product-description {
    border: none;
}

#products.list .product-description {
    text-align: left;
    padding: 0;
}

#products.list .tvproduct-name,
#products.list-2 .tvproduct-name,
#products.catalog .tvproduct-name {
    margin-bottom: 10px;
}

#products.list .tvproduct-name {
    padding: 0;
    text-align: left;
}

#products.list .tvproduct-review-list,
#products.list-2 .tvproduct-review-list,
#products.catalog .tvproduct-review-list {
    margin-bottom: 10px;
}

#products.list .tvproduct-name .product-title,
#products.catalog .tvproduct-name .product-title {
    margin-top: 0;
}

#products.list .tv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #333;
}

#products.list .tv-product-desc,
#products.list-2 .tv-product-desc,
#products.catalog .tv-product-desc {
    margin-bottom: 10px;
}

#products #products.list .product-price-and-shipping,
#products.list .product-accessories .product-price-and-shipping,
#products.list .product-miniature .product-price-and-shipping {
    text-align: left;
    margin-bottom: 5px;
/*    	justify-content: flex-start; */
}

#products.list .comments_note {
    text-align: left;
}

#products.list-2 .tv-grid-list-wrapper-info-box {
    width: 50%;
}

#products.catalog .tvproduct-cart-quentity-increment,
#products.catalog .tvproduct-cart-quentity-decrement {
    border: 1px solid #E0E0E0;
    color: #848484;
    min-width: 20px;
    background-color: #f9f9f9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}

#products.list-2 .tvproduct-wrapper.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#products.list-2 .tvproduct-image {
    width: 50%;
    padding: 0;
}

#products.list-2 .tvproductdescription-button-wrapper {
    width: 50%;
    padding: 15px;
    background-color: #fff;
    margin:auto 0;
}

#products.list-2 .product-description {
    text-align: left;
    padding: 0;
}

#products.list-2 .tvproduct-name {
    padding: 0;
    text-align: left;
}

#products.list-2 .tv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 22px;
    font-size: 14px;
    color: #333;
}

#products #products.list-2 .product-price-and-shipping,
#products.list-2 .product-accessories .product-price-and-shipping,
#products.list-2 .product-miniature .product-price-and-shipping {
    text-align: left;
  	justify-content: flex-start;
    margin-bottom: 5px;
}

#products.catalog .tv-grid-list-wrapper-info-box {
    width: 100%;
}

#products.catalog .tvproduct-image {
    padding: 0;
}
#products.grid .tv-grid-list-wrapper-info-box,
#products.grid-2 .tv-grid-list-wrapper-info-box,
#products.list .tv-grid-list-wrapper-info-box,
#products.list-2 .tv-grid-list-wrapper-info-box {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}
#products.catalog .tvcms-product-name-star {
    padding: 15px;
}

#products.catalog .product-description,
#products.catalog .tvproduct-name {
    text-align: center;
    margin-bottom: 10px;
}

#products.catalog .product-description,
#products.catalog .tvproduct-name {
    padding: 0;
}

#products.catalog .tv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

#products.catalog .tvproduct-catalog-price {
    text-align: center;
    padding: 0;
}

.tvproduct-wrapper.catalog .tvproduct-hover-btn {
    text-align: center;
    margin: 15px 0 0 0;
}

#products #products.catalog .product-price-and-shipping,
#products.catalog .product-accessories .product-price-and-shipping,
#products.catalog .product-miniature .product-price-and-shipping {
    margin-bottom: 10px;
    text-align: center;
}

.tvproduct-hover-btn .tv-product-btn .tvproduct-btn-wrapper,
.tvproduct-catalog-btn-wrapper .tv-product-cart-quentity-inner {
    height: 35px;
    width: 100px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin: 0 auto;
}

#products.catalog .tvproduct-cart-quentity-increment,
#products.catalog .tvproduct-cart-quentity-decrement {
    border: none;
    color: #000;
    width: 33px;
    height: auto;
    background-color: transparent;
    padding: 0;
  
}

#products.catalog .tvproduct-cart-quentity-increment:focus,
#products.catalog .tvproduct-cart-quentity-decrement:focus {
    outline: none;
}

#products.catalog .tvproduct-cart-quentity {
    color: #000;
    border: none;
    height: 33px;
    width: 33px;
    padding: 0;
    text-align: center;
    border: 1px solid #f5f5f5;
}

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

#products.list-2 .tvproduct-hover-btn,
#products.list .tvproduct-hover-btn {
    margin: 15px 0 0 0;
    justify-content: flex-start;
}

#products.catalog .tv-product-desc p {
    margin: 0;
}

@media(min-width: 992px) and (max-width: 1130px) {
    .tv-grid-list-all-wrapper {
        padding: 0;
    }

    .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper,
    .tvcms-right-column-wrapper .tv-right-pannal-btn-wrapper,
    .tvcmsproduct-grid-list .tvproduct-grid,
    .tvcmsproduct-grid-list .tvproduct-grid-2,
    .tvcmsproduct-grid-list .tvproduct-list,
    .tvcmsproduct-grid-list .tvproduct-list-2,
    .tvcmsproduct-grid-list .tvproduct-catalog {
        margin: 0 5px 0 0;
    }
}

@media(min-width: 992px) {
    .tvcenter-block-product-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #products.grid .tv-grid-list-wrapper-info-box:nth-child(4n+1) {
        clear: left;
    }

    #products.grid-2 .tv-grid-list-wrapper-info-box:nth-child(3n+1) {
        clear: left;
    }

    #products.list-2 .tv-grid-list-wrapper-info-box:nth-child(2n+1) {
        clear: left;
    }

    #products.list .tvproduct-wrapper.list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
  	.tvcategoryslider .slider-mobile-gutter {
  		padding-right: 0;
        margin-left:auto;
  	}
}

@media(max-width: 991px) {

    .tvcmsproduct-grid-list .tvproduct-grid-2,
    .tvcmsproduct-grid-list .tvproduct-list-2 {
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    #products.catalog .tvproduct-wrapper .product-price-and-shipping .price,
    #products.catalog .tvproduct-wrapper .product-price-and-shipping .regular-price {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #products.catalog .tv-product-catalog-btn {
        padding: 0;
    }

    #products.catalog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn,
    #products.catalog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
    #products.catalog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn {
        margin: 0;
    }

    #products.catalog .tvproduct-timer-wrapper {
        /* min-width: 29px; */
    }

    #products.catalog .tvtimer-wrapper .tvtimer-dot {
        margin: 0;
    }

    #products.catalog .tvtimer-wrapper {
        padding: 5px;
    }

    #products.catalog .product-miniature .product-price-and-shipping {
        margin-top: 10px;
    }
}

@media(min-width: 768px) {
    .products-selection .sort-by-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #products.catalog .tvproduct-catalog-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media(max-width: 767px) {
    .tvcmsproduct-grid-list {
        display: inline-block;
    }

    .tvall-page-shortby.tv-show-dropdown {
        margin-bottom: 15px;
    }

    #js-product-list .tvall-product-wrapper-info-box:nth-child(2n+1) {
        clear: left;
    }

    .tv-grid-list-all-wrapper {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) and (min-width: 576px) {

    #products.list .tvproductdescription-button-wrapper,
    #products.list .tvproduct-wrapper.list .tvproduct-image {
        width: 50%;
    }

    .tv-grid-list-all-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
}

@media(max-width: 575px) {
    .tv-left-search-totle-product {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 15px 0;
    }

    .tv-left-search-totle-product .tv-total-product {
        margin: 0;
    }

    .tv-grid-list-all-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #products.catalog .tvcms-product-name-star {
        padding: 15px 0 0 0;
    }
}

/******************************* End grid List Catelog Product in Category Page*********************************/

/******************************* Start Blog Page*******************************/
.related-heading {
    margin-top: 65px;
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 45px;
    font-weight: 600;
}

.tvblog-event-all-content-block a:hover {
    text-decoration: none;
}

.tvblog-event-all-content-block .tvblog-img-content-wrapper {
    max-width: 100%;
    display: block;
    position: relative;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tvblog-event-all-content-block .tvblog-inner-box {
    padding: 20px;
    text-align: center;
}

.tvblog-event-all-content-block .tvblog-img-content-wrapper .tvblog-img-block {
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.tvblog-event-all-content-block .tvblog-img-content-wrapper .tvblog-img-block img {
    max-width: 100%;
    height: auto;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.tvblog-event-all-content-block .tvblog-img-content-wrapper:hover .tvblog-img-block img {
    cursor: pointer;
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.tvblog-event-all-content-block:hover .blog_mask:before {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tvblog-event-all-content-block .blog_mask:before {
    background-color: rgba(0, 0, 0, .30);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.tvblog-event-all-content-block .tvblog-img-content-wrapper .tvblog-img-block a {
    display: block;
    position: relative;
}

.tvblog-event-all-content-block .tvblog-img-content-wrapper .tvblog-img-block i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    font-size: 22px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.tvblog-event-all-content-block:hover .tvblog-img-content-wrapper .tvblog-img-block i {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.tvblog-event-all-content-block .tvblog-category-title {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #666;
}

.tvblog-event-all-content-block .tvblog-content-box {
    background-color: #fafafa;
}

.tvblog-content-box .tvdate-time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tvblog-content-box .tvdate-time .tvday-time {
    font-size: 22px;
    background-color: #333333;
    width: 100px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    padding: 6px 15px;
    color: #fff;
}

.tvblog-content-box .tvdate-time .tvmonth-time {
    font-size: 22px;
    background-color: #333333;
    width: 100px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    padding: 6px 15px;
    color: #fff;
}

.tvblog-event-all-content-block .tvblog-category-title:before {
    content: "\f007";
    display: inline-block;
    font-family: 'fontawesome';
}

.tvblog-event-all-content-block .tvblog-category-title a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.tvblog-event-all-content-block .tvblog-category-title a:after {
    content: ",";
    display: inline-block;
}

.tvblog-event-all-content-block .tvblog-content-title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.tvblog-event-all-content-block .tvblog-content-title:hover {
    color: #666;
}

.tvblog-event-all-content-block .entry-date {
    font-size: 14px;
    color: #999;
    padding: 0 15px 10px 0;
    text-align: left;
}

.tvleft-product-content-info .tvblog-event-all-content-block .entry-date {
    border-top: none;
}

.tvleft-blog-post .tvblog-event-all-content-block .tvblog-content-box {
    padding: 15px;
}

.tvblog-event-all-content-block .entry-date .entry-meta-inner>span {
    display: inline-block;
}

.tvblog-event-all-content-block .entry-date a {
    text-transform: capitalize;
    color: #222;
    font-weight: 400;
}

.tvblog-event-all-content-block .entry-date .read-more {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.tvblog-event-all-content-block .entry-date .read-more:hover {
    color: #666;
}

.tvblog-event-all-content-block .tvnews-event-description {
    margin-bottom: 0;
    color: #111;
    font-size: 14px;
    line-height: 22px;
}

.tvblog-event-all-content-block .entry-date-published {
    font-size: 12px;
    color: #999;
}

.tvcmsblog-home .tvblog-post-readmore {
    margin-top: 15px;
}

@media(max-width: 991px) {
    .tvblog-event-all-content-block {
        margin-bottom: 30px;
    }
}

@media(min-width: 768px) {
    .tvcmsblog-home .tvnews-wrapper-info-box {
        display: block;
    }
}

@media(max-width: 767px) {
    .tvblog-event-all-content-block {
        margin-bottom: 10px;
    }
}

/******************************* End Blog Page*********************************/

/******************************* Start Blog Page Pagination*******************************/
.tvall-pagination {
    padding: 30px 0 0 0;
    text-align: center;
}

.tvall-pagination ul {
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    padding: 0;
}

.tvall-pagination li {
    float: left;
    cursor: pointer;
    height: 30px;
    width: 50px;
    text-align: center;
    border-right: 1px solid #eee;
    list-style: none;
}

.tvall-pagination li:last-child {
    border-right: 0;
}

.tvall-pagination li a,
.tvall-pagination li span {
    color: #666;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.tvall-pagination li:first-child {
    margin: 0;
}

.tvall-pagination li.active a,
.tvall-pagination li.active span,
.tvall-pagination li:hover a,
.tvall-pagination li:hover span {
    color: #000;
    text-decoration: none;
}

/******************************* End Blog Page Pagination*********************************/

/******************************* Start Login Register Page**********************************/
.home-center {
    width: 100%;
    height: 100%;
}

.tvform-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
}

.box-shadow {
    box-shadow: 0px 0px 2.5px 0px #ddd;
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
}

.tvmain-login-title {
    text-align: center;
    margin: 15px 0;
}

.tv-input-name {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

.tvform-input-text:focus {
    box-shadow: none;
    outline: none;
}

.tv-input-wrapper {
    margin-bottom: 20px;
}

.tvmain-content-wrapper .tvform-input-text {
    height: 44px;
    width: 100%;
    display: block;
    padding: 7px 12px;
    margin: 0;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: unset;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tvmain-content-wrapper .tvform-input-text:focus {
    border-color: rgba(37, 40, 43, 0.85);
}

.tvform-input-text-aria {
    background-color: #fff;
    border-radius: 5px;
    background-clip: unset;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tvform-input-text-aria:focus {
    outline: none;
    box-shadow: none;
}

.tv-input-wrapper.tv-Term-condition {
    margin-bottom: 10px;
}

.tvcustom-control-label {
    font-weight: 500;
}

.tvlogin-btn {
    margin: 15px 0;
}

.tvlogin-forgot-password {
    text-align: center;
}

.tvcustom-control {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tvcreate-account {
    margin: 10px 0 0 0;
    text-align: center;
}

.tv-form-title {
    margin: 0;
    font-size: 25px;
}

/******************************* End Login Register Page************************************/

/******************************* Start Vertical Menu************************************/
#tvcmsdesktop-vertical-menu .tvcmsverticalmenu {
    float: left;
    padding: 20px 0;
}

.tvallcategories-wrapper .tvall-categories-conent {
    position: relative;
    cursor: pointer;
}

#tvcmsdesktop-vertical-menu .tvallcategories-wrapper.open .tvall-Categories-icon:before {
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
}

#tvcmsdesktop-vertical-menu .tvallcategories-wrapper .tvall-Categories-icon:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 25px;
    background-color: #222222;
    top: 50%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

#tvcmsdesktop-vertical-menu .tvallcategories-wrapper.open .tvall-Categories-icon:after {
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
}

#tvcmsdesktop-vertical-menu .tvallcategories-wrapper .tvall-Categories-icon:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 25px;
    background-color: #222222;
    top: 50%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

#tvcmsdesktop-vertical-menu .tvcmsverticalmenu .tvcmsvertical-menu .tvallcategories .tvall-Categories-icon i {
    font-size: 24px;
    color: #222222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#tvcmsdesktop-vertical-menu .tvallcategories-wrapper.open .tvall-Categories-icon i {
    visibility: hidden;
}

#tvcmsdesktop-vertical-menu .tvcmsverticalmenu .tvverticalmenu-dropdown {
    position: absolute;
    background-color: #ffffff;
    padding: 0;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0.5px 1px 0.1px rgba(0, 0, 0, 0.09);
    top: 100%;
    min-width: 250px;
    z-index: 3;
    display: none;
    border-bottom: none;
}

.tvcmsvertical-menu ul {
    line-height: 16px;
}

.tvcmsvertical-menu li {
    position: relative;
    padding: 7px 15px;
}

.tv-vertical-menu-text-wrapper {
    position: relative;
}

.tvvertical-menu-show-hide-category a,
.tvverticalmenu-dropdown a {
    text-decoration: none;
}

.tv-vertical-menu-icon-wrapper {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: right;
}

.tvcmsvertical-menu li .tvvertical-menu-dropdown-icon.down {
    display: none;
}

.tvcmsverticalmenu .tvcmsvertical-sub-menu {
    max-height: 450px;
    overflow-y: scroll;
}

.tvvertical-show-category,
.tvvertical-hide-category {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.tvcmsvertical-menu li .tvvertical-menu-dropdown-icon {
    color: #7e7e7e;
    font-size: 17px;
    float: right;
}

.tvvertical-hide-category {
    border-bottom: none;
}

.tvcmsvertical-menu .tvvertical-menu-show-hide-category {
    padding: 0;
}

.tvcmsvertical-menu .menu-dropdown .tvcmsvertical-menu-row {
    margin: 0;
    width: 100%;
}

.tvcmsvertical-sub-menu .tvcmsvertical-menu-row .tvcmsvertical-menu-col {
    padding: 0;
}

.tvcmsvertical-menu li h2 {
    padding-top: 0;
    margin: 0;
}

.tvcmsvertical-menu ul li.level-1 ul li h2 a {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    letter-spacing: 0;
    display: block;
}

.tvcmsvertical-menu ul li.level-1 ul li>a {
    position: relative;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    padding: 0;
    line-height: 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;
}

@media (min-width: 992px) {
    .tvcmsvertical-menu li.level-1 {
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        border-bottom: 1px solid #eeeeee;
        padding: 15px;
    }

    .tvcmsvertical-menu .menu-dropdown {
        min-height: 50px;
        left: 100%;
        position: absolute;
        z-index: 6;
        background: #fff;
        border: 1px solid #eeeeee;
        width: 100%;
        padding: 15px 0;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(20px);
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
    }

    .tvcmsvertical-menu ul li.level-1:hover>.menu-dropdown,
    .tvcmsvertical-menu ul li.level-2:hover>.menu-dropdown,
    .tvcmsvertical-menu ul li.level-3:hover>.menu-dropdown,
    .tvcmsvertical-menu ul li.level-4:hover>.menu-dropdown,
    .tvcmsvertical-menu ul li.level-5:hover>.menu-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
    }

    .tvcmsvertical-menu li.level-2 .menu-dropdown {
        left: 100%;
        top: -1px;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.09);
    }
}

/******************************* End Vertical Menu************************************/

/******************************* Start Footer ********************************/
.footer {
    padding: 0;
    margin: 0;
}

.footer .tvfooter-inner {
    background-color: #fff;
}

.footer .tvfooter-inner .tvfooter-row-outer {
    border-top: 1px solid #eee;
}

.footer .tvfooter-inner .tvfooter-top {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.footer .tvfooter-inner .tvfooter-top .tvcmsfooter-title {
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    padding: 0px;
    text-align: left;
    letter-spacing: 1px;
}

.tvfooter-main-block .tvfooter-toggle-title .tv-toggle-collapse-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    height: 38px;
    line-height: 30px;
    padding: 0 15px;
}

.tvfooter-main-block .tvfooter-toggle-title .tv-toggle-collapse-icons i {
    color: #222222;
    font-size: 18px;
}

.footer .tvfooter-main-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .tvfooter-inner .tvfooter-top .tvblock_content ul li {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

.footer .tvfooter-inner .tvfooter-top .tvblock_content ul li a {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    color: #000000;
}

.tvfooter-instagram .block-instagram:before {
    content: "\f16d";
    font-family: "FontAwesome";
    color: #272727;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    z-index: 1;
    font-size: 50px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tvfooter-instagram .block-instagram:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.tvfooter-instagram .block-instagram:hover:after,
.tvfooter-instagram .block-instagram:hover:before {
    color: #fff;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.footer #tvfooter-bottom {
    padding: 15px 0;
    background: #111111;
}

.footer #tvfooter-bottom .tvfooter-copyright-text span {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}

.footer #tvfooter-bottom .tvfooter-copyright-text span:hover {
    color: #fff;
}

.footer .social-copyright ul li {
    margin-left: 0;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.footer .social-copyright ul li:last-child {
    margin-right: 0;
}

.footer .social-copyright ul li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border: 1px solid #f8f8f8;
    border-radius: 50%;
    color: #9e9e9e;
}

.footer .social-copyright ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.tvsocial-icon-wrapper {
    text-align: right;
}

.footer .tvfooter-inner .tvcmsapp-logo {
    text-align: center;
    padding: 50px 0;
}

.footer .tvfooter-inner .tvcms-app-logo-title,
.footer .tvfooter-inner .tvcmsapp-logo-second {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.footer .tvfooter-inner .tvcms-app-logo-title span {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.footer .tvfooter-inner .tvcmsapp-logo .tvapp-logo-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.footer .tvfooter-copyright-inner .tvfooter-payment-icon {
    text-align: right;
}

.footer .tvfooter-copyright-inner .tvfooter-payment-icon a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
}

@media(min-width: 992px) {
    .tvfooter-inner .tvblock_content {
        display: block;
    }

    .tvfooter-inner .tvfooter-toggle-title {
        margin-bottom: 20px;
    }

    .tvfooter-copyright-inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .social-copyright ul {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}

@media(max-width: 991px) {
    .footer .tvfooter-inner .tvcmsapp-logo {
        padding: 15px 0 30px 0;
    }

    .footer .tvfooter-inner .tvfooter-top {
        padding: 30px 0 0 0;
    }

    .tvfooter-main-block .tvfooter-toggle-title {
        position: relative;
        border: 1px solid #666;
        padding: 5px 10px;
    }

    .footer .tvfooter-inner .tvfooter-top .tvfooter-toggle-title {
        margin-bottom: 15px;
    }

    .footer .tvfooter-main-block ul {
        padding-left: 10px;
    }

    .footer #tvfooter-bottom {
        padding: 15px 0;
    }
    .tvcenter-block-product-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media(max-width: 714px) {
    .footer .tvfooter-inner .tvcms-app-logo-title {
        margin-bottom: 15px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .footer .social-copyright ul li {
        margin: 0 3px;
    }
}

@media(max-width: 767px) {
    .tvfooter-copyright-text {
        margin-bottom: 15px;
    }

    .footer .tvfooter-copyright-inner .tvfooter-payment-icon {
        text-align: center;
    }

    .tvfooter-copyright-text {
        text-align: center;
    }

    .tvsocial-icon-wrapper {
        text-align: center;
        margin: 0;
    }

    .tvcmsapp-logo .tvcms-app-logo-title {
        margin-top: 15px;
    }

    .footer .tvfooter-inner .tvcmsapp-logo .tvapp-logo-wrapper {
        display: block;
        margin: 10px 0;
    }

    .footer .tvfooter-inner .tvcms-app-logo-title,
    .footer .tvfooter-inner .tvcmsapp-logo-second {
        display: block;
    }
}

@media(max-width: 575px) {
    .footer .social-copyright ul li {
        margin: 5px;
    }

    .footer .tvfooter-inner .tvcmsapp-logo {
        padding: 15px 0;
    }

}

/******************************* End Footer ********************************/

/****************************** Start Collection Page*****************************/
.tv-allcollection-grid-item {
    position: relative;
    margin-bottom: 30px;
}

.tvcollection-main-image {
    background-size: cover;
    background-position: center;
}

.tvcollection-grid-title {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.tv-allcollection-grid-item:hover .tvcollection-grid-title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}

@media(max-width: 991px) {
    .tv-allcollection-grid-item .tvcollection-grid-title {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%);
    }
}

/****************************** End Collection Page*******************************/

/****************************** Start all Blog Page*******************************/
.tvblog-page .tvblog-image-wrapper {
    margin-bottom: 29px;
}

.tvblog-page .tvblog-post-image img {
    display: block;
}

.tvblog-page .tvblog-post-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.tvblog-page .tvblog-top-detail>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 0;
    color: #282828;
    font-size: 13px;
    letter-spacing: .05em;
}

.tvblog-page .tvblog-top-detail {
    margin: 0 0 10px 0;
}

.tvblog-page .tvblog-top-detail>div a {
    font-size: 12px;
    color: #282828;
    font-weight: 400;
}

.tvblog-page .tvblog-top-detail>div:after {
    content: ' | ';
    position: absolute;
    top: 0;
    right: 4px;
}

.tvblog-page .tvblog-top-detail>div:last-child:after {
    content: none;
}

.tvblog-page .tvblog-post-title {
    margin: 0;
}

.tvblog-page .tvblog-post-title a:hover,
.tvblog-page .tvblog-post-title a:focus {
    text-decoration: none;
    color: #000;
}

.tvblog-page .tvblog-post-title a {
    font-size: 26px;
    color: #555;
}

.tvblog-page .tvblog-post-excerpt-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0 0 0;
}

.tvblog-page .tvblog-post-excerpt-holder p {
    margin: 0;
    font-size: 15px;
}

.tvblog-inner-background {
    background-color: #f9fafc;
    padding: 30px 15px;
}

.tvblog-page-comment .tvblog-comment-list {
    margin-bottom: 30px;
}

.tvsocial-sharing a {
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #eee;
    margin: 0 5px;
}

.tvsocial-sharing a:hover {
    border-color: #000;
}

.tvsocial-sharing-title {
    vertical-align: middle;
    display: table-cell;
    padding-right: 15px;
}

.tvsocial-sharing {
    margin: 20px 0 0 0;
    display: table;
}

.tvall-blog-list-page {
    margin-bottom: 30px;

}

@media(max-width: 991px) {
    .tvblog-page .tvblog-post-title a {
        font-size: 20px;
    }

    .tvblog-page .tvblog-top-detail {
        margin: 0 0 5px 0;
    }

    .tvblog-page .tvblog-post-excerpt-holder {
        margin: 15px 0 0 0;
    }

    .tvall-blog-list-page .tvblog-event-all-content-block {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .tvblog-page .tvblog-image-wrapper {
        margin-bottom: 15px;
    }

    .tvblog-page .tvblog-post-title a {
        font-size: 21px;
    }

    .tvblog-page .tvblog-post-excerpt-holder {
        margin: 0;
    }
}

/****************************** End all Blog Page*******************************/

/****************************** Start Brandlist*******************************/
.tvcmsbrandlist-slider {
    background-color: #fafafa;
    padding: 50px 0;
    margin-bottom: 50px;
    position: relative;
    direction: ltr;
}

.tvcmsbrandlist-slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.tvcmsbrandlist-slider:hover .tvcms-brandlist-pagination-wrapper {
    opacity: 1;
    visibility: visible;
}

.tvcmsbrandlist-slider .tvcms-brandlist-pagination-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.tvcms-brandlist-pagination-wrapper .tvbrandlist-slider-prev {
    background-image: url(sprite_3.png);
    background-position: -158px -610px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    position: absolute;
    cursor: pointer;
    height: 30px;
    width: 30px;
    left: 15px;
    z-index: 5;
    top: 50%;
}

.tvcms-brandlist-pagination-wrapper .tvbrandlist-slider-next {
    background-image: url(sprite_3.png);
    background-position: -160px -660px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    position: absolute;
    cursor: pointer;
    height: 30px;
    width: 30px;
    right: 15px;
    z-index: 5;
    top: 50%;
}

/****************************** End Brandlist*******************************/

/****************************** Start image Gallery *******************************/
.tvcmsimagegallery-slider {
    direction: ltr;
}

.tvcmsimagegallery-slider .tvimagegallery-slider-wrapper-info {
    padding: 0 15px;
}

.tvcmsimagegallery-slider .tvimagegallery-slider-wrapper-info .tvgallery-image-hover {
    position: relative;
    cursor: w-resize;
    display: block;
}

.tvcmsimagegallery-slider .tvimagegallery-slider-wrapper-info .tvgallery-image-hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    background-color: #333333;
    position: absolute;
    content: "";
    opacity: .4;
    z-index: 10;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.tvcmsimagegallery-slider .tvimagegallery-slider-wrapper-info:hover .tvgallery-image-hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tvcmsimagegallery-slider .tvimagegallary-buttons {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}

.tvcmsimagegallery-slider .tvimagegallary-buttons a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    background-color: #000;
    margin: 0 10px;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.tvcmsimagegallery-slider .tvimagegallary-buttons a:hover {
    background-color: #333;
}

.tvimagegallery-slider-wrapper-info:hover .tvimagegallary-buttons a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/****************************** ennd image Gallery *******************************/

/******************************* Start Left Column **********************************/
.tv-category-title-wrapper {
    background-color: #111111;
    text-align: left;
    padding: 13px 15px;
    position: relative;
}

.tv-category-title-wrapper h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  	line-height: 21px;
/*     text-transform: uppercase; */
}

#column-left .tvproduct-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0.64px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.widget_product_categories .tvleft-product-content-info ul li {
    margin-bottom: 10px;
}

.widget_product_categories .tvleft-product-content-info ul li:last-child {
    margin-bottom: 0;
}

.widget_product_categories .tvleft-product-content-info ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
}

.widget_product_categories .tvleft-product-content-info ul li:hover a {
    color: #666;
}

.tvleft-product-content-info {
    border: 1px solid #eee;
    border-top: none;
    position: relative;
}

.tvleft-product-content-info ul {
    padding: 15px;
    background-color: #fff;
}

.tvcategory-menu-submenu .tvsublink {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.tvcategory-menu-submenu:hover .tvsublink {
    color: #666;
}

.tvcategory-menu-submenu {
    position: relative;
    padding: 5px 0;
}

.tvcategory-menu-submenu .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
}

.tvcategory-menu-submenu .collapse-icons i {
    line-height: 30px;
}

.tvcategory-menu-submenu:hover .collapse-icons i {
    color: #666;
}

.tvcategory-menu-submenu .collapse-icons[aria-expanded=true] .add {
    display: none
}

.tvcategory-menu-submenu .collapse-icons[aria-expanded=true] .remove {
    display: inline-block;
}

.tvcategory-menu-submenu .collapse-icons .remove {
    display: none
}

.tvcategory-menu-submenu .category-sub-menu {
    padding: 0 15px;
}

.tvcategory-menu-submenu .category-sub-menu ul {
    padding: 0 0 0 10px;
}

.tvcategory-menu-submenu .category-sub-menu>li:last-child {
    padding-bottom: 0;
}

.tvcategory-menu-submenu .category-sub-menu>li:first-child {
    padding-top: 10px;
}

.tvcategory-menu-submenu .category-sub-menu li :hover a {
    color: #666;
}

.tvcategory-menu-submenu .category-sub-menu a {
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.tvleft-product-content-info .tvfilter-checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.tvleft-product-content-info .tvfilter-checkbox:last-child {
    margin-bottom: 0;
}

.tvleft-product-content-info .tvfilter-checkbox:hover label {
    color: #666;
}

.tvleft-product-content-info ul li input {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    border-radius: 0;
    margin: 0 10px 0 0;
}

.tvleft-product-content-info ul li input:focus {
    outline: none;
}

.tvleft-product-content-info ul li input:before {
    content: "\f00c";
    position: absolute;
    font-family: 'fontawesome';
    top: 0px;
    left: 0px;
    font-size: 13px;
    display: none;
}

.tvleft-product-content-info ul li input[type=checkbox]:checked:before {
    display: block;
}

.tvleft-product-content-info .tvproduct-image {
    padding: 0;
}

.tvleft-product-content-info .tvproduct-wrapper {
    margin-bottom: 15px;
}

.tvleft-product-content-info .tvproduct-wrapper:last-child {
    margin-bottom: 0;
}

.tvleft-product-content-info .tvproduct-wrapper .tvproduct-name {
    margin-bottom: 10px;
}

.tvleft-product-content-info .tvproduct-wrapper .spr-badge {
    margin-bottom: 10px;
    line-height: 14px;
}

.tvleft-product-content-info .tvproduct-wrapper .tvproduct-name h6 {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tvleft-product-content-info .tvblog-event-all-content-block .entry-date {
    margin-bottom: 10px;
    padding: 0 0;
}

.tvleft-product-content-info .tvblog-event-all-content-block .tvnews-event-description {
    margin-bottom: 0;
}

.tv-category-title-wrapper .collapse-icons i {
    color: #fff;
    font-size: 18px;
}

.tv-category-title-wrapper .collapse-icons {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 44px;
    width: 44px;
    line-height: 40px;
    text-align: center;
}

@media(min-width: 992px) {
    .tvleft-product-content-info {
        display: block;
    }

    .tv-category-title-wrapper .collapse-icons {
        display: none;
    }
}

@media(max-width: 991px) {
    .tvleft-title-dropdown-wrapper {
        margin-bottom: 15px;
    }

    #column-left {
        margin-bottom: 40px;
    }

    .tvtestimonial-all-wrapper {
        padding: 15px;
    }

    .tvleft-blog-post .tvblog-pagination {
        padding: 15px;
    }
}

/********************Pagination left penal********************/
.tvleft-blog-post .tv-category-title-wrapper {
    position: relative;
}

.tvtestimonials-left-penal .tvtestimonials-pagination,
.tvleft-blog-post .tvblog-pagination {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    text-align: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.tvtestimonials-left-penal .tvtestimonials-prev,
.tvtestimonials-left-penal .tvtestimonials-next,
.tvleft-blog-post .tvblog-prev,
.tvleft-blog-post .tvblog-next {
  	position: inherit;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
/*     line-height: 38px; */
/*     border: 1px solid #eee; */
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    background-color: #fff;
}

.tvtestimonials-left-penal .tvtestimonials-prev:hover,
.tvtestimonials-left-penal .tvtestimonials-next:hover,
.tvleft-blog-post .tvblog-prev:hover,
.tvleft-blog-post .tvblog-next:hover {
    border-color: #000;
}

.tvtestimonials-left-penal .tvtestimonials-prev i,
.tvtestimonials-left-penal .tvtestimonials-next i,
.tvleft-blog-post .tvblog-prev i,
.tvleft-blog-post .tvblog-next i {
    font-size: 22px;
    color: #000;
    line-height: unset;
}

@media (min-width: 992px) {
    #column-left.tv-left-right-panel-hide {
        position: fixed;
        top: 0;
        z-index: 9999;
        background-color: #fff;
        height: 100%;
        overflow-y: scroll;
        padding: 40px 15px 0 15px;
        opacity: 0;
        -webkit-transition: 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition: 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        left: -500px;
    }

    #column-left.tv-left-right-panel-hide.open {
        opacity: 1;
        -webkit-transition: 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition: 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        left: 0;
    }
    .tvleft-title-dropdown-wrapper {
        margin-bottom: 30px;
    }
    .tvleft-column-remove .tvleft-column-close-btn {
        position: absolute;
        background-image: url(sprite_3.png);
        background-position: -104px -802px;
        height: 40px;
        width: 40px;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
    }
}

@media(max-width: 991px) {
    /*.tv-category-title-wrapper{
            margin-bottom: 10px;
        }*/
}

/******************************* End Left Column **********************************/

/******************************* Start Cart Page**********************************/
.tvcart-table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

.tvcart-table tr {
    border-bottom: 1px solid #ededed;
}

.tvcart-table th {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    background-color: transparent;
    border: none;
}

.tvcart-table td {
    border: none;
}

.tvcart-table td.tvproduct-thumbnail {
    width: 200px;
}

.tvcart-table td.tvproduct-name a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.tvcart-table td.tvproduct-name a:hover {
    text-decoration: none;
    color: #666;
}

.tvcart-table td.tvproduct-name .product-variation {
    line-height: 22px;
    display: block;
    float: left;
    clear: both;
    color: #ababab;
}

.tvcart-table td.tvproduct-price {
    clear: left;
}

.tvcart-table td.tvproduct-price .price {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.tvcart-table td.tvtotal-price {
    clear: left;
    font-size: 16px;
    font-weight: 600;
}

.tvcart-table td.tvtotal-price .price {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
}

.tvcart-table td.tvproduct-remove a {
    text-align: left;
}

.tvcart-table td.tvproduct-remove a i {
    font-size: 20px;
    color: #666;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.tvcart-table td.tvproduct-remove a:hover {
    color: #666;
}

.tvcart-total-title-price span {
    font-weight: 600;
    font-size: 20px;
}

.tvcart-total-title-price span span {
    font-weight: 600;
}

.tvcart-poduct-show .tvcart-total-title-price {
    margin: 0 0 5px 0;
}

.tvcart-shopping-info-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.cart-coupon-area {
    margin-bottom: 30px;
}

.cart-calculation-area {
    padding: 40px;
    background-color: #f7f7f7;
}

.cart-calculation-area__title {
    font-family: 'Raleway',sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    color: #111;
}

.cart-calculation-table {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
}

.cart-calculation-table th {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 12px;
    padding-left: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    background-color: transparent;
}

.cart-calculation-table td {
    padding-right: 10px !important;
    text-align: right;
}

.cart-calculation-table td.subtotal {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
}

.cart-calculation-table td.total {
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    color: #333;
}

.coupon-form input {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin-right: 16px;
    padding: 9px 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #222;
    border: 1px solid #eee;
    background: #f7f7f7;
    background-color: #fff;
}

.coupon-form input:focus {
    border-color: #c7c7c7;
}

.stock-stat-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 5px;
    letter-spacing: 1px;
    color: #297e29;
    border: 2px solid #297e29;
}

.stock-stat-message--out-of-stock {
    color: red;
    border-color: red;
}

.tvcart-detail-text span {
    font-weight: 600;
}

.tvcart-detail-text span span {
    font-weight: 500;
    color: #333;
}

.tvcart-table-container thead tr th {
    font-size: 19px;
    text-transform: capitalize;
}
.tvdropdown-menu-my-account .tvlogin-wrapper:hover svg path, 
.tvdropdown-menu-my-account .tvwishlist-count-product:hover svg path, 
.tvdropdown-menu-my-account .tvcompare-product:hover svg path {
    fill: #616161!important;
    stroke: #616161!important;
}

/******************************* End Cart Page**********************************/

/******************************* Start Cms Block**********************************/
.tvcmsmain-block {
    padding: 100px 0;
}

.tvcmsmain-block .tvmain-block-img .tvcmsblock_img-wrapper {
    text-align: right;
}

.tvcmsmain-block .tvmain-block-info {
    background-position: top;
    background-color: #fff;
    background-image: url(about-us.png);
    background-repeat: no-repeat;
    padding: 95px 65px;

}

.tvmain-block-info-wrapper .tvmain-block-title h2 {
    font-size: 60px;
    color: #333333;
    position: relative;
}

.tvmain-block-info-wrapper .tvmain-block-title h2:after {
    content: "";
    background-image: url(seperator.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: auto;
    height: 10px;
    width: 100%;
    margin-top: 5px;
}

.tvmain-block-info-wrapper .tvmain-block-subtitle h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0;
}

.tvcmsmain-block .tvmain-block-desc p {
    color: #000;
    line-height: 22px;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
}

.tvmain-block-content-box .tvmain-block-info-wrapper {
    text-align: center;
}

.tvcmsmain-block .tvmain-block-btn a {
    display: inline-block;
    border: 1px solid #333333;
    padding: 5px;
}

.tvcmsmain-block .tvmain-block-btn {
    display: inline-block;
    margin-top: 25px;
}

.tvcmsmain-block .tvmain-block-btn:hover a {
    border-color: #111111;
}

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

.tvcmsmain-block .tvmain-block-btn button {
    background-color: #333333;
    box-shadow: none;
    background-image: none;
    border: none;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    -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;
    cursor: pointer;
    padding: 10px 30px;
}

@media(min-width: 992px) {
    .tvcmsmain-block .tvmain-block-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media(max-width: 991px) {
    .tvcmsmain-block .tvmain-block-info {
        padding: 30px 15px;
    }

    .tvcmsmain-block {
        padding: 50px 0;
    }

    .tvcmsmain-block .tvmain-block-img .tvcmsblock_img-wrapper {
        text-align: center;
        margin-top: 30px;
    }
}

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

/******************************* End Cms Block**********************************/

/******************************* Start Multibanner**********************************/
.tvmultibanner .tvmulti-banner {
    padding: 0 0;
}

.tvmulti-banner a {
    position: relative;
    overflow: hidden;
    display: block;
}

.tvmulti-banner a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 250, 250, 0.33);
    top: 0;
    transform: scale(-1) rotate(300deg);
    -o-transform: scale(-1) rotate(300deg);
    -ms-transform: scale(-1) rotate(300deg);
    -moz-transform: scale(-1) rotate(300deg);
    -webkit-transform: scale(-1) rotate(300deg);
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tvmulti-banner:hover a:after {
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: scale(-1) rotate(0);

}

/******************************* end Multibanner**********************************/

/******************************* Start one Offer Banner**********************************/
.tvofferbanners-one {
    padding: 50px 0;
    background-color: #fafafa;
}

@media(max-width: 991px) {
    .tvofferbanners-one {
        padding: 15px 0;
    }
}

/******************************* End one Offer Banner**********************************/


/******************************* End Common Css **********************************/
/******************************* ************** **********************************/


*::-webkit-scrollbar {
    /*width: 5px;*/
    /*padding: 2px;*/
}

*::-webkit-scrollbar-thumb {
    /*background-color: #000;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);*/
}

a:focus {
    outline: none;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: normal;
    background-color: #ffffff;
    letter-spacing: 0.5px;
}
.tv-box-layout {
    padding: 15px;
    background-color: #ffffff;
    margin: 30px auto;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
}
@media(max-width: 991px) {
    .tv-box-layout.container {
        margin: 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1530px) {
    .tv-box-layout.container {
        margin: 30px 15px;
        width: auto;
    }
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}
/* @media(min-width: 1410px) {
    .container {
        width: 1410px;
        max-width: 100%;
        position: relative;
    }
} */
 @media(min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
        position: relative;
    }
} 
@media (max-width:575px) {
    .hidden-xs-down {
        display: none;
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none;
    }
}

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

@media (min-width:768px) {
    .hidden-md-up {
        display: none;
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none;
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none;
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none;
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
/*.tvcmsmain-slider-wrapper,*/
.tvcmscustomer-services,
.tvcmstab-title-product,
.tvcmsofferbanners-two,
.tvtestimonials-home,
.tvmultibanner,
.tvcmsimagegallery-slider,
.tvofferbanners-one,
.tvspecial-product-main,
.tvcmsblog-home.tvcmsblog-event {
    margin: 0 0 90px 0;
}

@media(max-width: 991px) {

    .tvcmsmain-slider-wrapper,
    .tvcmscustomer-services,
    .tvcmstab-title-product,
    .tvcmsofferbanners-two,
    .tvtestimonials-home,
    .tvmultibanner,
    .tvcmsimagegallery-slider,
    .tvofferbanners-one,
    .tvspecial-product-main,
    .tvcmsblog-home.tvcmsblog-event {
        margin: 0 0 50px 0;
    }
}

@media(max-width: 575px) {

    .tvcmsmain-slider-wrapper,
    .tvcmscustomer-services,
    .tvcmstab-title-product,
    .tvcmsofferbanners-two,
    .tvtestimonials-home,
    .tvmultibanner,
    .tvcmsimagegallery-slider,
    .tvofferbanners-one,
    .tvspecial-product-main,
    .tvcmsblog-home.tvcmsblog-event {
        margin-bottom: 30px;
    }
}



.shopify-section .index-section,
.shopify-section {
    margin: 0;
    padding: 0;
}

/******************************Start All Inner Btn*******************/

.rating-review .spr-container .spr-form-actions .btn.btn-primary {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
}

.rating-review .spr-container .spr-form-actions .btn.btn-primary:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}

.rating-review .spr-container .spr-form-actions .btn.btn-primary:focus {
    outline: none;
}

/******************************End All Inner Btn*******************/

/******************************Start Page Title*******************/
.tvall-page-top-title h1 {
    margin: 0;
    font-size: 30px;
        font-family: raleway,sans-serif;
    color: #333;
}

.tvall-page-top-title .tvall-page-left {
    float: left;
}

@media(max-width: 991px) {
    .tvall-page-top-title h1 {
        font-size: 20px;
    }

    .template-article .article__author,
    .template-article .article__date {
        font-size: 14px;
    }
}

/******************************End Page Title*******************/
/******************************Start Wislist Page*******************/
.tvwishlist-box .tvproduct-name .tvproduct-title {
    font-size: 16px;
    font-weight: 500;
}

.tvwishlist-box .tvproduct-name .tvproduct-title:hover {
    text-decoration: none;
    color: #666;
}

.tvwishlist-box .tvwishlistproduct-price {
    font-weight: 600;
    font-size: 16px;
}

.tvwishlist-box .tvproduct-remove i {
    font-size: 20px;
    color: #666;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.tvwishlist-box .tvproduct-remove i:hover {
    color: #000;
}

.tvcart-table-container .tvproduct-heading {
    font-size: 19px;
    text-transform: capitalize;
}

.tvwishlist-page-container .tvcart-table {
    margin: 0;
}

@media(max-width: 991px) {

    .tvcart-table-container tr,
    .tvcart-table-container th {
        white-space: nowrap;
    }

    .tvproduct-thumbnail {
        min-width: 80px;
    }
}

/******************************End Wislist Page*******************/

/******************************Start ajex loading*******************/
.tvloading-modal {
    background: #fff url("loading.gif") center 14px no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50% !important;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

/******************************Start ajex loading*******************/

/******************************* Start Loader ************************/
.tvcms-loading-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
}

.tvcms-loading-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fafafa;
    padding: 30px;
    text-align: center;
}

.tvcms-loading-inner {
    background-color: transparent;
    padding: 30px;
}

/******************************* End Loader ************************/

/******************************Start Compare product menu*****************************/
.compare_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#compare-modal .modal-title {
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.tvcmscompare-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tvcmscompare-close a {
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 23px;
}

.tvcmscompare-close a:focus,
.tvcmscompare-close a:hover {
    text-decoration: none;
}

#compare-modal .tvproduct-compare-remove {
    text-align: center;
    border-bottom: none;
}

.tvproduct-compare-remove .close {
    color: #fff;
    opacity: 1;
    float: none;
    font-weight: 600;
}

.tvproduct-compare-remove .close:hover,
.tvproduct-compare-remove .close:focus {
    outline: none;
    background-color: transparent;
    color: #666;
}

#compare-modal .th-compare .btn.remove-compare {
    color: #000;
    opacity: 1;
    display: inline-block;
    float: none;
}

#compare-modal .th-compare .btn.remove-compare:focus {
    outline: none;
    background-color: transparent;
}

#compare-modal .th-compare .btn.remove-compare:hover {
    background-color: transparent;
}

#compare-modal .item-row {
    text-align: center;
}

#compare-modal .tvcompare-product-desc,
#compare-modal .tvcompare-product-title,
#compare-modal .tvcompare-product-image {
    text-align: center;
}

#compare-modal .table-hover>tbody>tr:hover {
    background-color: transparent;
}

#compare-modal .tvcompare-product-title {
    color: #111111;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

#compare-modal .tvcompare-product-desc p {
    color: #333;
    line-height: 22px;
    font-size: 14px;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
    font-weight: 700;
}

.modal-body .table.table-hover {
    margin: 0;
    direction: ltr;
}

#compare-modal #table-compare .available-stock {
    text-align: center;
}

#compare-modal #table-compare .available-stock p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

#compare-modal .product-price.product_price {
    margin: 10px 0;
}

#compare-modal .tvtheme-btn {
    padding: 5px 10px;
}

/* #compare-modal .tvtheme-btn:hover; */

#compare-modal .tvtheme-btn:focus {
    color: #fff;
    text-decoration: none;
}

#compare-modal .product-price.product_price span .money {
    font-size: 16px;
    font-weight: 600;
}

.jsajax-success-compare-modal .overlay {
    background: #0000004d;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/******************************End Compare product menu*****************************/

/******************************Start Add-to-cart-Notification*******************************/
.modalll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: none;
    overflow: auto;
    outline: 0;
}

.ajax-success-modal .content,
.ajax-error-modal .modal-inner {
    background: #fff;
    bottom: auto;
    position: fixed;
    right: 30px;
    top: 30px;
    max-width: 350px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ajax-success-modal .ajax-left {
    float: left;
    padding-right: 15px;
    width: 30%;
}

.ajax-right {
    float: left;
    width: 70%;
    padding: 0px;
}

.ajax-product-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.ajax-right .ajax_price {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 0;
}

.ajax-success-modal .close-modal {
    position: absolute;
    top: 0;
    right: 0;
}

.ajax-success-modal .close-modal i {
    font-size: 0;
    height: 30px;
    width: 30px;
    background-image: url(sprite_3.png);
    background-position: -110px -811px;
    line-height: normal;
    display: block;
    transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.selector-wrapper {
    display: none;
    margin-bottom: 20px;
    float: left;
    width: 46%;
    margin-right: 4%;
    position: relative;
}

@media(max-width: 320px) {

    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
        left: 15px;
        right: 15px;
    }

    .ajax-product-title {
        font-size: 12px;
    }

}

#preview-bar-iframe,
#admin-bar-iframe {
    display: none;
}

/******************************End Add-to-cart-Notification*******************************/

/*******************************Start all Product ********************************/
.spr-badge .spr-badge-starrating .spr-icon {
    opacity: 1;
    color: #fcae01;
    margin: 0 1px 0 0;
    font-size: 13px;
}
.spr-badge .spr-icon.spr-icon-star {
    color: #fcae01;
    opacity: 1;
}

.tvall-product-wrapper-info-box {
    padding: 0 15px;
}
.tvtab-first-product .tvproduct-wrapper {
    margin-bottom: 30px;
}
.tvproduct-wrapper {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
/*     border: 1px solid #f5f5f5; */
}
.tvproduct-wrapper .tvproduct-color {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: 0 auto;
    z-index: 1;
}
.tvproduct-wrapper:hover .tvproduct-color {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.tvproduct-wrapper .tvproduct-color .tvproduct-color-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.tvproduct-wrapper .tvproduct-color .tvporoduct-color-box {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #f5f5f5;
}
.tvproduct-wrapper .tvproduct-flag-lable {
    position: absolute;
    top: 0;
  	right: 0;
    background-color: #fff;
  	line-height: 18px;
    margin: 0;
    padding: 3px 10px;
}
.tvproduct-wrapper .tvproduct-flag-lable.tvproduct-offer-price {
  	position: unset;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Raleway';
    padding: 0px 6px;
    background-color: #E90505;
    display: inline-block;
    margin: 0 10px;
}
.tvproduct-wrapper .tvproduct-flag-lable span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    font-family: Raleway;
    letter-spacing: .03em;
    color: #3EB71B;
    margin: 0;
}
.tvproduct-wrapper .tvproduct-flag-lable span.tvdiscount-price-lable {
    font-size: 12px;
    color: #ffffff;
    display:none;
}
.tvproduct-wrapper .tvdicount-price {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
}
.tvproduct-wrapper .tvdicount-price .tvdiscount-price-lable {
    background-color: #333333;
    font-size: 12px;
    color: #fff;
    display:none;
    padding: 2px 9px;
    font-weight: 300;
    letter-spacing: 1px;
}
.tvproduct-image {
    overflow: hidden;
    position: relative;
}

.tvproduct-image a {
    text-align: center;
}

.tvproduct-wrapper a:hover,
.tvproduct-wrapper a:focus {
    outline: none;
    text-decoration: none;
}

.tvproduct-image a img {
    width: 100%;
    margin: auto;
}

.tvproduct-wrapper .tvproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-color: #fff;
}

.tvproduct-wrapper:hover .tvproduct-hover-img {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.tvproduct-hover-btn {
	display: flex;
  	justify-content: center;
     display: inline-flex;     
    justify-content: center;  
    background-color: #fff;  
    border-radius: 35px;
     padding: 5px 0;     
    box-shadow: 2px 2px 6.65px 0.35px rgb(0 0 0 / 5%);
}

.tvproduct-wrapper .tvproduct-hover-btn-wrapper {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 10px;
/*     height: max-content; */
    z-index: 1;
    margin: auto;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
 
}

.tvproduct-wrapper:hover .tvproduct-hover-btn-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
}
.tvproduct-wrapper.grid {
      background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0.64px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;

}

.tvproduct-wrapper.grid .tvproduct-cart-btn {
/*   	background-color: #F2D06B;
	position: absolute;
  	cursor: pointer;
  	bottom: -60px;
    left: 10px;
    right: 10px;
    padding: 10px;
  	visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  	opacity: 0; */
}

.tvproduct-wrapper.grid:hover .tvproduct-cart-btn {
/* 	bottom: 10px; */
/*     opacity: 1; */
/*     visibility: visible; */
}

.tvproduct-cart-btn .tvadd-to-cart {
	display: flex;
  	align-content: center;
  	justify-content: center;
}

.tvproduct-wrapper.grid .tvproduct-cart-btn .tvadd-to-cart svg {
	margin-right: 5px;
}

.tvproduct-cart-btn .tvadd-to-cart .tvproduct-add-to-cart-label {
	font-size: 16px;
  	color: #000000;
    line-height: 24px;
  	text-transform: uppercase;
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn {
    margin: 0 5px;
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
/*     position: relative;
    background-color: #ffffff;
  	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
   	border: 1px solid #eee; */
  	border-radius: 50px;;
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn:hover,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn:hover,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn:hover,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn:hover {
    background-color: #616161;
  	border-color: #616161;
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn svg,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn svg,
/* .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn svg, */
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn svg {
/* 	width: 18px; */
/*   	height: 18px; */
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn svg {
/*     width: 20px;
    height: 20px; */
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn svg path {
	fill: #000;
/*   	stroke: #333333; */
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn svg path {
	fill: #000;
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn:hover svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn:hover svg path {
	fill: #fff;
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn:hover svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn:hover svg path {
	fill: #fff;
}

/* .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn i,
.tvproduct-compare-btn .tvproduct-compare i,
.tvproduct-wishlist-btn .tvproduct-wishlist i,
.tvproduct-cart-btn .tvadd-to-cart i, */
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-lable,
.tvproduct-hover-btn .tvproduct-add-to-compare-label,
.tvproduct-add-to-wishlist-label,
.tvproduct-add-to-cart-label {
    display: none;
}

.tvproduct-wrapper .tvproduct-hover-btn .add-cart-btn,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-compare-btn .tvproduct-compare,
.tvproduct-wrapper .tvproduct-wishlist-btn .tvproduct-wishlist {
    height: 32px;
    width: 32px;
    text-align: center;
    position: relative;
    color: #ffffff;
    padding: 7px 7px;
    line-height: 1;
    border: none;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    display: block;
}
/* .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-icon {
    background-image: url(sprite_3.png);
    background-position: -5px -455px;
} */
.tvproduct-compare-btn .tvproduct-compare {
    /* background-image: url(sprite_3.png);
    background-position: -5px -505px; */
    z-index: 2; 
}
.tvproduct-wishlist-btn .tvproduct-wishlist {
    /* background-image: url(sprite_3.png);
    background-position: -5px -554px; */
    display: block;
    z-index: 2; 
}
.tvproduct-wrapper:hover .tvproduct-rating-timer-wrapper {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.tvproduct-wrapper .tvproduct-rating-timer-wrapper {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    visibility: visible;
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    opacity: 1;
}
@media(max-width: 991px) {
    .tvproduct-wrapper .tvproduct-rating-timer-wrapper {
        bottom: 65px;
    }
    .tvproduct-wrapper .tvproduct-color {
        bottom: 120px;
    }
    .tvproduct-wrapper:hover .tvproduct-color {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/* timer design */

.tvtimer-wrapper {
    overflow: hidden;
    background-color: #ffffff;
    display: inline-block;
    padding: 2px 15px;
    vertical-align: top;
    border: 1px solid #eeeeee;
}

.tvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #333333;
    min-width: auto;
    display: inline-block;
    /* vertical-align: middle; */
    /* line-height: 20px; */
}

.tvtimer-wrapper .tvtimer-dot {
    margin: 0 4px;
}

.tvproduct-timer-wrapper .tvproduct-timer-box.tvproduct-time-seconds {
    color: #092543;
}

.tvtimer-name {
    display: none;
}

#products .tvgrid-list-view-product .tvproduct-wrapper {
    display: none;

}

.tvproduct-wrapper.grid .product-description {
    padding: 0;
    text-align: left;
}

.tv-product-top-hover {
    position: relative;
    text-align: center;
    padding: 15px 10px;
/*     background-color: #fff; */
}
.tvproduct-wrapper .tv-product-top-hover .tvproduct-name {
    margin-bottom: 15px;
}
.tvcmscurrency-wrapper svg  {
	margin-right: 8px;
}
.tvcmscurrency-wrapper svg g path {
	fill: #000 !important;
}
.tvproduct-wrapper .tv-product-top-hover .spr-badge {
    line-height: 16px;
    margin-bottom: 18px;
}

.tvproduct-wrapper .tvproduct-name-price-wrapper {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.tvproduct-wrapper.grid .tvproduct-wrapper .tvproduct-name {
    padding: 10px 0;
}

.tvproduct-wrapper .tvproduct-name .product-title a h6 { 
    color: #000;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 18px;
    font-family: Raleway;
    margin-top:0px;
}

.product-vendor {
	position: absolute;
    top: 0;
    background-color: #ffffff;
    margin: 0;
    padding: 3px 10px;
}

.product-vendor p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
  	font-family: 'Raleway';
    letter-spacing: .03em;
    color: #000000;
    margin: 0;
}

.tvproduct-wrapper .tvproduct-name .product-title:hover a h6 {
/*     color: #666; */
}

.tvproduct-wrapper .product-price-and-shipping {
    overflow: hidden;
  	display: flex;
  	justify-content: center;
  	align-items: center;
    margin-bottom: 0;
    line-height: 18px;
}

.tvproduct-wrapper .product-price-and-shipping .price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'poppins';
    color: #616161;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .5px;
}

.tvproduct-wrapper .product-price-and-shipping .regular-price {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    color: #666666;
    display:none;
    /* margin: 0 10px 0 0; */
}

@media(max-width: 991px) {
    .tvproduct-wrapper .tvproduct-hover-btn-wrapper {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
        bottom: 5px;
        margin: 8px 0;
        position: unset;
    }

    .tvproduct-wrapper:hover .tvproduct-rating-timer-wrapper {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        visibility: visible;
    }
    .tvproduct-timer-wrapper {
        /* min-width: 25px; */
    }
    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn,
    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn,
    .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn {
        /* margin: 0 -4px; */
        /* transform: scale(0.7); */
    }
}

.tvproduct-wishlist-btn .tvloadding-wish-button {
    position: relative;
    z-index: 2;
    height: 40px;
    width: 40px;
    line-height: 38px;
}

/*******************************End all Product **********************************/

/******************************* Start quickview popup*******************************/
#jstv-quick-view-modal.modal {
    background: rgba(0, 0, 0, .6);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: hidden;
    text-align: center;
    z-index: 70;
    opacity: 0;
}

.quickview-model-open {
    overflow: hidden;
}

#jstv-quick-view-modal.modal.open {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.tv-quick-view-modal.open .tv-quickview-wrapper {
    visibility: visible;
    opacity: 1;
}

.tv-quick-view-modal a:hover {
    text-decoration: none;
}

.tv-quick-view-modal .tv-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tv-quick-view-modal .tv-quickview-wrapper {
    padding: 0;
    max-width: 920px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    width: calc(100% - 30px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.tv-quick-view-modal.open .tv-quickview-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    overflow-x: hidden;
    box-shadow: none;
    background: #ffffff;
}

.tv-quick-view-modal .tv-quickview-main:after,
.tv-quick-view-modal .tv-quickview-main:before {
    content: '';
    display: table;
    clear: both;
}

#tv-quick-view-content {
    padding: 15px;
    overflow: hidden;
}

.tv-quick-view-modal #tv-quick-view-close {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    color: #000;
    line-height: 40px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
    border: 0;
}

.tv-quick-view-modal #tv-quick-view-content .images {
    position: relative;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tv-quick-view-modal #tv-quick-view-content .images img {
    display: block;
    width: 100%;
    border: 1px solid #f5f5f5;
}

.tv-quick-view-modal #tv-quick-view-content .images a {
    display: block;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box {
    padding: 25px;
    position: relative;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tv-productmain-title {
    margin: 0 0 16px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tvquick-view-price {
    line-height: 1;
    margin: 10px 0;
    font-weight: 400;
    color: #000;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tv-quick-view-product-description p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
  	margin: 0;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tv-quick-view-product-description {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
/*     margin: 0 0 15px 0; */
}

.jstotal-price span {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.swatch input:checked+label,
.swatch label:hover {
    height: 30px;
    width: 30px;
}
.tv-quick-view-modal .tvquick-view-price .tvcmsquickview-Price-amount {
    font-size: 20px;
    font-weight: 500;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.tv-quick-view-modal .tvquick-view-price .jscompare-price {
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    color: #666;
    margin: 0 10px;
}

.tv-quick-view-modal .tvtotal-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tv-quick-view-modal .tvtotal-price label {
    margin-right: 5px;
    text-transform: uppercase;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product-infor {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tv-quick-view-product-title .tvquick-view-inc-dic .jstotal-price,
.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product_meta .tvquick-type,
.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product_meta .tvquick-vendor {
    clear: both;
    margin: 0 0 10px 0;
}
.tv-quick-view-product-title .tvquick-view-inc-dic .jstotal-price label,
.tv-quick-view-modal #tv-quick-view-content .product-infor label,
.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product_meta label {
    min-width: 140px;
    margin: 0 0;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product_meta span {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.tv-quick-view-modal #tv-quick-view-content .swatch {
    margin: 10px 0;
}

.tv-quick-view-modal #tv-quick-view-content .tvquick-view-inc-dic input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    min-height: auto;
  	padding: 0 2px;
}

.tv-quick-view-modal #tv-quick-view-content .swatch-section {
    margin: 0 0 0 5px;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product_meta>span a {
    color: #666;
}

.tv-quick-view-product-title .swatch .header {
    display: table-cell;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    vertical-align: middle;
  	padding: 0;
}

.tv-quick-view-product-title .swatch .swatch-element.available {
    margin: 5px 5px 0 0;
    display: inline-block;
}



.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tvquick-view-inc-dic {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0;
}

.tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tvquick-view-quntity-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  	margin-right: 1rem;
}

.tvcmsquickview .tvquick-view-quntity-btn .tvquick-dec-btn {
    top: 0;
    border-bottom: 0;
}

.tvcmsquickview .tvquick-view-quntity-btn .tvquick-incri-btn {
    bottom: 0;
}

.tvcmsquickview .tvquick-view-quntity-btn .tvquick-dec-btn,
.tvcmsquickview .tvquick-view-quntity-btn .tvquick-incri-btn {
/*     position: absolute; */
/*     right: 0; */
    width: 40px;
/*     height: 22px; */
    line-height: 44px;
/*     border-left: 0; */
  	padding: 0;
  	min-width: auto;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    font-size: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tvcmsquickview .tvquick-view-quntity-btn .edgtf-quantity-input {
    position: relative;
    height: 43px;
    width: 48px;
  	display: inline-block;
    padding: 0;
    margin: 0;
    font-family: inherit;
    line-height: 46px;
    outline: 0;
    text-align: center;
    border: 1px solid #eee;
}

.tvmore-view-wrapper {
    padding-top: 15px;
    position: relative;
}
.tvcmsquickview .tv-quickview-prev {
    position: absolute;
    text-align: center;
/*     font-size: 25px; */
    z-index: 10;
/*     top: 40%; */
    left: 0;
/*     width: 30px; */
/*     height: 30px; */
/*     line-height: 30px; */
    cursor: pointer;
/*     border: 1px solid #eee; */
}
.tvcmsquickview .tv-quickview-next {
    position: absolute;
    text-align: center;
/*     font-size: 25px; */
    z-index: 10;
/*     top: 40%; */
    right: 0;
/*     width: 30px; */
/*     height: 30px; */
/*     line-height: 30px; */
    cursor: pointer;
/*     border: 1px solid #eee; */
}
.product-img.images .tvmore-view-wrapper ul li {
    width: 100%;
    padding: 0 5px;
}

@media(min-width: 992px) {
    .tv-quick-view-modal #tv-quick-view-content .tvdetail-box .jsproduct-inventory {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media(max-width: 991px) {

    .tv-quick-view-modal {
        bottom: unset;
    }
}

@media(max-width: 767px) {
    .tv-quick-view-modal #tv-quick-view-content .images {
        float: left;
        width: 100%;
        padding-top: 15px;
    }

    .tv-quick-view-modal #tv-quick-view-content .tvdetail-box {
        float: left;
        width: 100%;
        padding: 15px 0;
    }
}

/******************************* end quickview popup*********************************/

/******************************* Start Newsletter Popup*********************************/
#tvcmsNewsLetterPopup {
    background-color: rgba(0, 0, 0, 0.5);
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal.fade .tvcmsNewsLetterPopup-i {
   pointer-events: all;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 15px;
    max-width: 630px;
    max-height: 470px;
    width: 100%;

}

.tvcmsNewsLetterPopup-i .tvclose-btn {
    font-weight: normal;
    height: 40px;
    opacity: 1;
    background-color:#333333;
    position: absolute;
    text-align: center;
    width: 40px;
    right: -10px;
    top: -11px;
    border:none;
    z-index: 9;
}
.tvcmsNewsLetterPopup-i .tvclose-btn svg path{
   fill:#fff;
}
.tvcmsNewsLetterPopup-i .tvclose-btn:hover {
   background-color:#616161;
}

.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon {
    /* background-image: url(sprite_3.png); */
    /* background-position: -104px -802px; */
    color: #000;
    height: 40px;
    width: 40px;
    margin: auto;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.tvcmsnewsletterpopup {
    display: flex;
    border: 10px solid #fff;
    background-color: #ffffff;
    width: 100%;
/*     height: 100%; */
    background-repeat: repeat;
    position: relative;
    vertical-align: top;
    box-shadow: 0 0px 40px 15px rgba(0, 0, 0, 0.2);
}

.tvclose-btn:before {
    /* content: ""; */
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 55px 0 0 55px;
    border-color: #dad9d9 transparent transparent transparent;
    right: 5px;
    top: 5px;
    z-index: 0;
}

.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper,
.tvcmsnewsletterpopup #newsletter_block_popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper img {
    height: auto;
    width: 100%;
    max-height: 100%;
}

.tvcmsnewsletterpopup #newsletter_block_popup {
    display: block;
    padding: 30px 10px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

#newsletter_block_popup .block_content .newsletter_title h3 {
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #ffffffb3;
    color: #333333;
    margin: 0 0 10px;
    text-transform: none;
    font-size: 26px;
    font-weight: 600;
    font-family: raleway,sans-serif;
    line-height: normal;
}

#newsletter_block_popup .block_content .tvcmsnewsletterpopupContent {
    letter-spacing: 1.2px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: raleway,sans-serif;
    color: #333;
}

#newsletter_block_popup .block_content .tvcmsnewsletterpopupAlert {
    color: #ffcc01;
    font-size: 14px;
}

.tvnewsletterpopup-input {
    display: block;
}

#newsletter_block_popup .block_content .inputNew {
    height: 40px;
    margin-bottom: 20px;
    width: 80%;
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 6px 10px;
}

.tvnewsletter-popup-wrapper-btn {
    margin: 0 auto;
    margin-bottom: 20px;
}

#newsletter_block_popup .newsletter_block_popup-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
    display: inline;
    line-height: normal;
    margin-right: 5px;
    position: relative;
}

.subscribe-bottom .tvclose-cheacked {
    position: absolute;
    top: 4px;
    left: 2.7px;
    visibility: hidden;
    background-color: #fff;
    z-index: 0;
}

.newsletter_block_popup-bottom input:checked+.tvclose-cheacked {
    visibility: visible;
}

#tvcmsNewsLetterPopup button:focus,
#tvcmsNewsLetterPopup input:focus {
    outline: none;
}

.newsletter_block_popup-bottom #tvcmsnewsletterpopup_newsletter_dont_show_again {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    height: 17px;
    width: 17px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ababab;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tvcmsnewsletterpopup_newsletter_dont_show_again {
    letter-spacing: 2px;
    color: #333;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
  font-family: raleway,sans-serif;
  
  
  
    font-weight: 500;
    /* text-transform: uppercase */
}

@media(max-width: 575px) {
    .tvcmsnewsletterpopup #newsletter_block_popup {
        padding: 10px;
    }

    #newsletter_block_popup .block_content .newsletter_title h3 {
        font-size: 17px;
    }

    #newsletter_block_popup .tvcmsnewsletterpopup_newsletter_dont_show_again {
        font-size: 10px;
    }
}

/******************************* End Newsletter Popup***********************************/

/******************************* Other Btn ***********************************/
.shopify-challenge__button.btn {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
}

.shopify-challenge__button.btn:focus,
.shopify-challenge__button.btn:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
    box-shadow: none;
    outline: none;
}

.form-message--success:focus,
.form-message--success:hover {
    outline: none;
}

.form-message--error:hover h3,
.form-message--error:focus h3 {
    outline: none;
}

/******************************* Start Rtl***********************************/
/************Home Page Rtl*************/
body.lang-rtl {
    direction: rtl;
}
.lang-rtl .tvheader-menu-search-wrap .tvheader-menu-site-nav {
    float: right;
}
.lang-rtl .site-nav-dropdown_inner .site-nav {
    text-align: right;
}
.lang-rtl .tvmyaccount-dropdown {
    margin-left: 0;
    margin-right: 15px;
    direction: ltr;
}

.lang-rtl .tvcart-no-items {
    left: 0;
    right: auto;
}

.lang-rtl .tvheader-add-to-cart .tvadd-to-cart-produt-main-wrapprer {
    right: auto;
    left: 15px;
    direction: ltr;
}

.lang-rtl .tvdropdown-menu-my-account {
    left: 0;
    right: auto;
    text-align: right;
}

.lang-rtl .tvheader-add-to-cart .tvproduct-info-box {
    text-align: right;
}

.lang-rtl .tvheader-add-to-cart .tvcart-image-wrap {
    margin-right: 0;
    float: right;
    margin-left: 15px;
}

.lang-rtl .tvheader-add-to-cart .tvadd-to-cart-product a.remove {
    float: right;
    width: 100%;
}

.lang-rtl .ajax-success-modal .ajax-left {
    float: right;
    padding: 0 0 0 15px;
}

.lang-rtl .ajax-success-modal .close-modal {
    right: auto;
    left: 0;
}

@media(min-width: 992px) {
    .lang-rtl .tvmainmenu-desktop-wrapper .header-right {
        text-align: left;
    }

    .lang-rtl .desktop-megamenu .site-nav-dropdown {
        text-align: right;
    }
}

/***************Start Quick View Popup Rtl***************/
.lang-rtl .tv-quick-view-modal #tv-quick-view-content .images {
    float: right;
}

.lang-rtl .tv-quick-view-modal #tv-quick-view-content .tvdetail-box {
    float: left;
}

.lang-rtl .tv-quick-view-modal .tv-quickview-wrapper {
    text-align: right;
}

.lang-rtl .tv-quick-view-modal #tv-quick-view-content .product-infor label {
    float: right;
}

.lang-rtl .tv-quick-view-modal .tvquick-view-price .tvcmsquickview-Price-amount {
    display: inline-block;
    width: auto;
}

.lang-rtl .tv-quick-view-modal #tv-quick-view-close {
    left: 5px;
    right: auto;
}

.lang-rtl .tv-quick-view-product-title .swatch .swatch-element.available {
    float: right;
    margin: 5px 0 0 5px;
}

.lang-rtl .tvcmscompare-close {
    left: 10px;
    right: auto;
}

.lang-rtl .tv-quick-view-modal #tv-quick-view-content .tvdetail-box .tvquick-view-quntity-btn {
    margin: 0 0 0 20px;
}
.lang-rtl .tv-quick-view-product-title .tvquick-view-inc-dic .jstotal-price label,
.lang-rtl .tv-quick-view-modal #tv-quick-view-content .product-infor label,
.lang-rtl .tv-quick-view-modal #tv-quick-view-content .tvdetail-box .product_meta label {
    float: right;
}
.lang-rtl .tvsearch-dropdown-img-block {
    float: right;
    margin: 0 0 0 15px;
}
.lang-rtl .tvsearch-dropdown-content-box {
    text-align: right;
}
/**************Start Service Rtl*************/
.lang-rtl .tvservices-content-box {
    margin: 0 15px 0 0;
}

.lang-rtl .tvservices-content-box .tvservices-info {
    text-align: right;
}

/**************Start Product Rtl*************/
.lang-rtl .tvproduct-wrapper .tv-product-top-hover {
    text-align: right;
}

.lang-rtl .tvtab-product-list-wrapper {
    direction: ltr;
}

.lang-rtl .tvproduct-wrapper .product-price-and-shipping .regular-price,
.lang-rtl .tvproduct-wrapper .product-price-and-shipping .price {
    margin: 0 0 0 15px;
}

.tvspecial-product .tvspesial-product-box,
.tvcmsblog-home-pagination-wrapper,
.tvtab-all-pagination,
.tvrelated-pagination-wrapper,
.tvcms-testimonial-pagination-wrapper {
    direction: ltr;
}
/**************Start Testimonials Rtl*************/
.lang-rtl .tvtestimonial-content-box {
    direction: ltr;
}

.lang-rtl .tvtestimonial-inner-content-box {
    text-align: left;
}

/**************Start Blog Rtl*************/
.lang-rtl .tvblog-event-all-content-block .entry-date {
    direction: ltr;
}

.lang-rtl .tvsocial-sharing-title {
    padding: 0 0 0 15px;
}

/**************Start Footer Rtl*************/
.lang-rtl .tvcmsnewsletter-scription .tvcms-newsletter-input {
    float: right;
}
.lang-rtl .tvcmsnewsletter-scription .tvfooter-social-share {
    float: left;
    text-align: left;
}
.lang-rtl .footer .tvfooter-copyright-inner .tvfooter-payment-icon {
    text-align: left;
}
.lang-rtl .tvcmsnewsletter-scription .tvfooter-social-share .tv-footer-social-icon-title {
    margin: 0 0 0 40px;
}
.lang-rtl .footer .tvfooter-inner .tvfooter-top .tvcmsfooter-title {
    text-align: right;
}
.lang-rtl .tvcmsnewsletter-scription .tvnewsletter-input-title {
    float: right;
    margin: 0 0 0 40px;
}
.lang-rtl .footer .tvfooter-inner .tvfooter-top .tvblock_content ul li a:before {
    left: auto;
    right: 0;
}

.lang-rtl .footer .social-copyright ul li:last-child {
    margin: 0 10px 0 0;
}

.lang-rtl .footer .tvfooter-main-block ul {
    padding: 0;
}

/************** Start Page Not Found Rtl******************/
.lang-rtl .tvsearch-header-display-wrappper form {
    direction: ltr;
}

.lang-rtl .tvlist-view-item-price-column .tvproduct-sale-price .tvprice-item-sale,
.lang-rtl .tvlist-view-item-price-column .tvproduct-price-regular .tvprice-item-regular {
    margin: 0 0 0 10px;
}

@media(min-width: 768px) {
    .lang-rtl .tvlist-view-item-search .tvsearch-product-image-list {
        float: right;
        margin: 0 0 0 15px;
    }
}

/************** Start Category Page Rtl******************/
.lang-rtl .tvleft-penal-product-top .products-selection .sort-by {
    text-align: left;
}

.lang-rtl .tvall-page-shortby .products-sort-order .select-title {
    background-position: left 10px center;
    text-align: right;
}

.lang-rtl .tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper {
    margin: 0 0 0 10px;
}

.lang-rtl #products.list .tvproduct-name,
.lang-rtl #products.list .product-description {
    text-align: right;
}

.lang-rtl #products #products.list .product-price-and-shipping,
.lang-rtl #products.list .product-accessories .product-price-and-shipping,
.lang-rtl #products.list .product-miniature .product-price-and-shipping {
    text-align: right;
}

.lang-rtl #products.list-2 .tvproduct-name,
.lang-rtl #products.list-2 .product-description {
    text-align: right;
}

.lang-rtl #products #products.list-2 .product-price-and-shipping,
.lang-rtl #products.list-2 .product-accessories .product-price-and-shipping,
.lang-rtl #products.list-2 .product-miniature .product-price-and-shipping {
    text-align: right;
}

/************** Start Left Panel Rtl******************/
.lang-rtl .tvcategory-menu-submenu .collapse-icons {
    right: auto;
    left: 0;
}

.lang-rtl .tvleft-product-content-info ul li input {
    margin: 0 0 0 10px;
}

.lang-rtl .tvtestimonials-left-penal .tvtestimonials-pagination,
.lang-rtl .tvleft-blog-post .tvblog-pagination {
    direction: ltr;
}

.lang-rtl .tv-category-title-wrapper {
    text-align: right;
}

.lang-rtl .tv-category-title-wrapper h4 {
    margin: 0 0;
}

.lang-rtl .tv-category-title-wrapper .collapse-icons {
    right: auto;
    left: 0;
}

.lang-rtl .tvleft-product-content-info .tvproduct-image {
    float: right;
}

@media(min-width: 992px) {
    .lang-rtl #column-left.tv-left-right-panel-hide.open {
        right: 0;
        left: auto;
    }

    .lang-rtl #column-left.tv-left-right-panel-hide {
        right: -100%;
    }
}

/************** Start Detail Page Rtl******************/

.lang-rtl #tv-product-gallery-slider {
    float: right;
}

.lang-rtl .tv-woo-social-share-holder {
    text-align: right;
    direction: ltr;
}

.lang-rtl .tv-woo-social-share-holder .addthis_default_style {
    display: inline-block;
}

.lang-rtl #shopify-product-reviews .spr-form-review .spr-form-input.spr-starrating a {
    float: none;
    display: inline-block;
    white-space: nowrap;
}

.lang-rtl .spr-form-label {
    direction: ltr;
    text-align: right;
}

.lang-rtl .selector-wrapper-secton .swatch .tvlable,
.lang-rtl .tv-single-product-summary .total-price label,
.lang-rtl .tv-single-product-summary .product_meta label {
    float: right;
}

@media(min-width: 992px) {
    .lang-rtl .tv-single-product-image {
        float: right;
    }

    .lang-rtl .tv-product-gallery-slider {
        float: right;
    }

    .lang-rtl .tv-single-product-content-box {
        float: left;
    }

    .lang-rtl .tvproducttab-outer .tab-pane .spr-summary-actions {
        float: left;
    }
}

@media(max-width: 991px) {
    .lang-rtl .tv-product-gallery-slider {
        direction: ltr;
    }

    .spr-header {
        direction: ltr;
    }
}

@media(max-width: 767px) {

    .lang-rtl .selector-wrapper-secton .swatch .tvlable,
    .lang-rtl .tv-single-product-summary .total-price label,
    .lang-rtl .tv-single-product-summary .product_meta label {
        min-width: auto;
        margin: 0 0 0 10px;
    }

    .lang-rtl .tv-single-product-summary .swatch .swatch-element.available {
        float: none;
        display: inline-block;
        margin: 0 0 5px 10px;
    }
}

@media(max-width: 575px) {
    .lang-rtl .tvproducttab-outer .tab-pane .spr-summary-actions {
        margin-top: 10px;
        width: 100%;
        display: block;
    }
}

/**************Start My Account Page Rtl**************/
.lang-rtl .tvmyaccount-page-order {
    float: right;
}

.lang-rtl .tvcart-table-container .tvproduct-heading {
    text-align: right;
}

.lang-rtl .jswishlist-box.tvwishlist-box td {
    text-align: right;
}

.lang-rtl .tvblog-page .tvblog-image-wrapper {
    float: right;
}

.lang-rtl .tvcart-table-container thead tr th {
    text-align: right;
}

.lang-rtl .tvcart-table td {
    text-align: right;
}

/******************************* End Rtl***********************************/

.box input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.box label {
    cursor: pointer;

    width: 70px;
    height: 33px;
    background: #bbbbbb;
    display: block;
    border-radius: 3px;
    padding: 4px;
    position: relative;
}
.box label[data-text]:after {
    content: attr(data-text);
    position: absolute;
    left: 4px;
    right: auto;
    width: 25px;
    font-size: 9px;
    height: 25px;
    line-height: 26px;
    background: #fff;
    border-radius: 25px;
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
}

.box input:checked+label {
    background: #373737;
}

.box input:checked+label:after {
    content: attr(data-text-on);
    left: 94%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.box label:active:after {
    width: 30px;
}
.tvcmstheme-control .tvtheme-option {
    border: none;
    margin: 0 auto;
}
.tvcmstheme-control .tvtheme-control-icon i {
    -webkit-animation-name: none;
    animation: none;
}
.minicolors-theme-default.minicolors {
    vertical-align: top;
}
.tvtheme-pattern-image1,
.tvtheme-pattern-image2,
.tvtheme-pattern-image3,
.tvtheme-pattern-image4 {
    height: 25px;
    width: 25px;
    border: 1px solid #ddd;
    margin: 5px;
    float: left;
}
.tvtheme-pattern-image1 {
    background-image: url(pattern1.png);
}
.tvtheme-pattern-image2 {
    background-image: url(pattern2.png);
}
.tvtheme-pattern-image3 {
    background-image: url(pattern3.png);
}
.tvtheme-pattern-image4 {
    background-image: url(pattern4.png);
}

@media print {
    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    html,
    body {
        -webkit-text-size-adjust: 100%;
        -webkit-print-color-adjust: exact;
        background-color: #fff;
    }
    a[href]:after {
        content: none !important;
        font-size: 0;
        opacity: 0;
    }
}


.tvheader-currency {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
}
.btn-unstyle {
    background-color: #0000;
    border: none;
    padding: 0;
    text-align: inherit;
}
#tvcmsdesktop-currency-selector .tv-currency-btn {
    display: block;
    width: 100%;
    cursor: pointer;
}

#tvcmsdesktop-currency-selector .tv-currency-btn svg {
    vertical-align: middle;
    margin-right: 8px;
}
#tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
    color: #222;
    font-size: 15px;
    vertical-align: middle;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 1px;
}
#tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: #000;
    font-size: 12px;
    width: 20px;
    text-align: center;
}

@media (min-width: 1631px) {
    img.tv-img-responsive,
    .tvbanner-hover-wrapper img,
    img.tvmain-slider-img,
    .tvcmssliderofferbanners-one .tvimage-lazy {
        object-fit: none;
    }
}

.tv-box-layout img.tv-img-responsive,
.tv-box-layout .tvbanner-hover-wrapper img,
.tv-box-layout img.tvmain-slider-img,
.tv-box-layout .tvcmssliderofferbanners-one .tvimage-lazy {
    object-fit: unset;
}

.tvbrandlist-list-slider.owl-carousel .owl-item img {
	width: auto;
  	margin:auto;
}

.tvbrandlist {
	/* border-top: 1px solid #eeeeee; */
}

.owl-theme .owl-dots {
/* 	background-color: #ECECEC;
  	display: flex;
  	flex-wrap: nowrap;
  	height: 2px;
  	line-height: 11px;
  	width: 35%; */
  	margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: 0 0;
    box-shadow: none;
    border: none;
    padding: 0;
}

.owl-theme .owl-dots .owl-dot.active, 
.owl-theme .owl-dots .owl-dot:hover {
/* 	background-color: #333; */
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #616161;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background-color: #222;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    margin: 0 5px;
    display: inline-block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tvfeatured-collection-wrapper .grid__item,
.tvfeatured-collection-wrapper .tvall-product-wrapper-info-box ,
.product-recommendations .grid__item,
.product-recommendations .tvall-product-wrapper-info-box {
	padding: 0;
}
.th-compare .remove-compare {
    border: none;
    background-color: transparent;
}

.tvfeatured-collection-wrapper .collection__view-all {
	margin: 0;
}



.tvproduct-variant {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2px;
}

.tvproduct-wrapper.catalog .tvproduct-variant {
	justify-content: center;
}

.tvproduct-variant .tvproduct-variant-wrapper {
    width: 34px;
    height: 34px;
    /* border: 2px solid #333333; */
    outline: #ffffff solid 2px;
  	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.1);
    overflow: hidden;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tvproduct-variant .tvproduct-variant-wrapper:hover {
  outline: #333333 solid 2px;
}

.tvproduct-variant .tvproduct-variant-wrapper img {
/*     height: 100%; */
}

.tvproduct-price-var {
/*     display: flex; */
/*     flex-wrap: wrap; */
/*     justify-content: space-between; */
/*     align-items: center; */
}
.spr-badge-starrating {
    margin: 0;
}

.owl-theme .owl-dots {
/*     margin-top: 35px; */
/*   	margin-bottom: 4px; */
  	text-align: center;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.arrows.js-arrows {
	text-align: center;
}

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

.arrows .tvvertical-slider-next {
    width: 50%;
    display: none;
    text-align: center;
    background-color: #0000;
    border-radius: 3px;
    margin-left: 5px;
    /* box-shadow: 3px 2px 4px rgb(0 0 0 / 14%); */
}

.arrows .tvvertical-slider-pre {
    width: 50%;
    display: none;
    text-align: center;
    background-color: #0000;
    border-radius: 3px;
    margin-left: 5px;
    /* box-shadow: 3px 2px 4px rgb(0 0 0 / 14%); */
}

.row.tvabout-block {
    justify-content: center;
}

/* .tvnewsletter-popup-wrapper-btn .tvtheme-btn {
    padding: 9px 25px;
} */

.product__media-list .product__media-item.grid__item {
    padding: 0;
}

.featured-product.product {
/*     margin: 0 -15px; */
}

.price-item {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

.slick-dots {
    left: 0;
    right: 0;
    bottom: 5px;
}

.slick-dots li.slick-active button:before {
    color: #333333;
}

.slick-dots li button:before {
    color: #333333;
}

.tv-box-layout .slideshow__text .banner__heading {
    font-size: 42px;
    margin-bottom: 20px;
}

.tv-box-layout .slideshow__text .banner__text {
    margin-bottom: 10px;
}

.tv-box-layout .slideshow__text .banner__text span {
    font-size: 16px;
}

.tv-box-layout .tvadvance-block__content {
    padding: 5rem 5rem 5rem 5rem;
}

.tv-box-layout .tvadvance-block__heading {
    font-size: 30px;
    margin-bottom: 30px;
}

.tv-box-layout .tvadvance-block__text--caption {
    font-size: 16px;
    margin-bottom: 10px;
}

.tv-box-layout .tvadvance-block__text.body {
    width: 100%;
}

.tv-box-layout .tvofferbanner .tvbanner_caption {
    padding: 20px 25px;
    width: 30%;
}

.tv-box-layout .tvofferbanner-caption.tvbanner_caption h1 {
    font-size: 26px;
    line-height: 30px;
}

.tv-box-layout .tvstoretime-block__content {
    padding: 8rem 8rem 8rem 8rem;
}

.tv-box-layout .tvstoretime-block__heading {
    margin-bottom: 30px;
    font-size: 30px;
}

.tvpage-content-wrapper.tvwishlist-page-container {
    margin-bottom: 30px;
}

.tvbottom-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    z-index: 40;
    display: none;
    cursor: pointer;
    box-shadow: -1px 0px 5px 0px rgb(0 0 0 / 30%);
    border-radius: 40px;
}
.tvbottom-to-top:hover {
    background-color: #616161;
}
.tvbottom-to-top span {
    display: none;
}
.tvbottom-to-top .tvbottom-to-top-icon {
    color: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
}

.site-nav-dropdown .style_1 .col-1 .inner,
.site-nav-dropdown .style_2 .col-1 .inner {
  width: 50%
}

.site-nav-dropdown .style_4 .col-1 .inner>a {
	text-align: center;
}

.site-nav-dropdown .style_4 img {
	margin-top: 15px;
}

.tvcmstheme-control .tvtheme-control-icon:hover i,
.tvbottom-to-top:hover i {
	color: #ffffff;
}

.tvforce-hide {
	display: none;
}
.tvtheme-label-wrapper {
	display: inline;
}
.tvtheme-label {
    height: auto;
    line-height: 0;
    font-size: 0;
}
.tvcmssearch-words {
	width:100%;
  	padding: 12px 10px;
  	border-color: #eeeeee;
}

.tvsearch-open span,
.tvsearch-close span {
    font-size: 14px;
    vertical-align: middle;
    color: #000000;
}

.tvsearch-open svg,
.tvsearch-close svg {
    margin-right: 5px;
}

.tvtwoofferbanner .col-xl-7 {
	text-align: left;
}

.tvtwoofferbanner .col-xl-5 {
	text-align: right;
}

.tvtwoofferbanner-caption h1 {
	font-size: 30px;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tvtwoofferbanner-caption p {
	font-size: 17px;
    color: #222;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-block__details-content.footer-block-image p {
/*   width: 80%; */
  margin: 15px 0;
  font-size: 15px;
  color: #000;
}

.tvcustomer-service-list.row,
.tvbrandlist-list.row {
	margin: 0;
}

.tvleft-bestseller-product .tvproduct-wrapper .product-price-and-shipping {
	justify-content: flex-start;
}
.tv-main-div {
	overflow: hidden;
}
.tvcms-header-menu {
	width: 75%;
    margin: 0 auto;
    position: relative;
}
.tvcms-header-menu {
	border: none;
}

/* .tvcategoryslider-card__image-wrapper {
	position: relative;
} */
/* .tvcategoryslider-card__image-wrapper:after,
.tvbanner-wrapper:after {
	border-top: solid 2px #ffffff80;
    border-bottom: solid 2px #ffffff80;
    content: '';
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 50%;
    width: 0;
    height: calc(100% - 20px);
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s; */
}
/* .tvcategoryslider-card__image-wrapper:after,
.tvbanner-wrapper:after {
	border-left: solid 2px #ffffff80;
    border-right: solid 2px #ffffff80;
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 10px;
    width: calc(100% - 20px);
    height: 0;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
} */
/* .tvcategoryslider-card__image-wrapper:hover:before,
.tvbanner-wrapper:hover:before {
	width: calc(100% - 20px);
    left: 10px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.tvcategoryslider-card__image-wrapper:hover:after,
.tvbanner-wrapper:hover:after {
	height: calc(100% - 20px);
    top: 10px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.tvofferbanner-wrapper .tvbanner-wrapper:after,
.tvofferbanner-wrapper .tvbanner-wrapper:before {
	display: none;
} */
/* .tvcategoryslider-card__image-wrapper:after{
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #ffffff60;
    display: grid;
    align-items: center;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;

}
.tvcategoryslider-card__image-wrapper:hover:after{
     height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
 */
/* .tvcategoryslider-list__item:before{
    content: '';
    background-image: url(Thread.png);
    display: block;
    height: 59px;
    width: 189px;
    background-repeat: no-repeat;
    margin: auto;

} */
 
.featured-product .rating {
    display: flex;
    align-items: center;
}

.featured-product .rating p {
    margin: 0;
    line-height: 14px;
}

.featured-product .rating .spr-badge {
    line-height: 14px;
}
.tv-product-desc span,
.featured-product .rating .rating-count span {
    font-family: 'Raleway';
}
.full-wrapper-backdrop {
    background-color: #0000004d;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

body.option-open .full-wrapper-backdrop {
    opacity: 1;
    visibility: visible;
}
.tvnewsletter-popup-wrapper-btn .tvtheme-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 23px;
    cursor: pointer;
    border-radius: 25px;
    line-height: 15px;
    border: none;
    background-color: #616161;
    direction: ltr;
}
.tvnewsletter-popup-wrapper-btn .tvtheme-btn:after{
    top: -4px;
    left: -4px;
    padding: 4px;
/*     box-shadow: 0 0 0 2px #616161; */
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    -moz-transition: -moz-transform .2s,opacity .2s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tvnewsletter-popup-wrapper-btn .tvtheme-btn:hover:after{
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;

}

.tvall-page-top-title div{
   font-family: raleway,sans-serif;
} 

.tvcategoryslider-card__info
{
position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #ffffff60;
    display: grid;
    align-items: center;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}
.tvcategoryslider-card:hover .tvcategoryslider-card__info
{
      height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

}
.tvproduct-cart-quentity-decrement{
    background-color:#f5f5f5;
    color:#000;
}
#products.catelog .tvproduct-wrapper.catelog,
#products.list .tvproduct-wrapper.list,
#products.list-2 .tvproduct-wrapper.list{
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0.64px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.tvleft-blog-post .tvblog-prev,
.tvleft-blog-post .tvblog-next { 
    width:40px;
    height:40px;
    line-height:2;
    padding:0px;

}
#products.catalog .tv-grid-list-wrapper-info-box{
      background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0.64px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    }    
.tvcmsmain-title-wrapper .tvcms-main-title{
    margin-bottom:0px;
}
.tvtab-title-wrapper{
    margin-top:40px;
}
.tvcategoryslider .tvtitle-des{
    width:77%;
    text-align:left;
}
.tvcategory-main-title-wrapper{
    padding:0;
}
 .tvofferbanner .tvtheme-btn{
    display:block;
    margin:auto;
 }

.card-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;   
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
/* .tv-event-content{
     position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 40px;
    display: grid;
    align-items: center;
    background-color: #fcfdfe;
    border: 1px solid #eee;
    transform: rotateY(180deg);
    border-radius: 30px;
    z-index: 10; 
} */
.card__inner,
.tv-event-content{
 position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
}

.slider__slide:hover .card-wrapper{
  transform: rotateY(180deg);
  -webkit-transition: all 0.6s ease-in-out 0s;
/*   opacity:0; */
}
.slider__slide{
  background-color: transparent;
/*   width: 300px; */
/*   height: 400px; */
  perspective: 1000px;
}
/* .media--hover-effect{
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
} */
 .slider__slide:hover .card__content{
   transform: rotateY(180deg); 
   opacity:1;
   visibility:visible;
      -o-transition: all 0.3s ease-in-out 0s;
}
/* .tv-event-content:before{
  background-color:#fff;
  position:absolute;
  z-index:1;
  height:400px;
  width:300px;
  content:'';
  visibility:hidden;
  opacity:0;
} */
.card__content{
   background-color:#fcfdfe;
  height:400px;
  width:300px;
   border: 1px solid #eee;
  visibility:hidden;
  opacity:0;
  padding:10px 40px;
  border-radius:30px;
   -webkit-transition: all 0.6s ease-in-out 0s;
/*     position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px 40px;
    display: grid;
    align-items: center;
    background-color: #fcfdfe;
    border: 1px solid #eee;
    transform: rotateY(180deg);
    border-radius: 30px;
    z-index: 10 */
}
.article-card__info {
    display:none;
}
.tvtestimonial .tvcms-main-title .tvmain-title .tvsub-title{
    font-size:18px;
 }
.card__media{
   width:100%;
}
.placeholder {
	display: block;
}
.fancybox-overlay  {
	z-index: 10000;
}
.footer__blocks-wrapper {
    column-gap: 15px;
}
/* .tvmyaccount-dropdown{
  margin:35px;
} */
.tvheader-add-to-cart{
  margin:0px;
}
.blog__posts.articles-wrapper {
    height: 400px;
}
/* .section-template--15657870131349__slideshow-margin {   
  margin-bottom:110px;
} */
.article-card__image-wrapper {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px 40px;
    display: grid;
    align-items: center;
    background-color: #fcfdfe;
}
.tvproduct-catalog-btn-wrapper {
	text-align: center;
}

.tvleft-blog-post .tvblog-prev svg,
.tvleft-blog-post .tvblog-next svg{
    width:25px;
    height:25px;
}
.template-index .tvheader-main {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.tvcart-close {
    z-index: 1;
    text-align: right;
    margin-bottom: 11px;
    line-height: 24px;
}