/** Shopify CDN: Minification failed

Line 1060:2 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;
}
.tv-main-div {
    background-color: #fff;
    overflow: hidden;
}
::selection {
    background-color: #7A3618;
    color: #ffffff;
}

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

/******************************* Start Header top ************************/
.tvheader-top-bar .tvheader-inner {
/*     border-bottom: 1px solid #eee; */
    padding: 6px 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;
/*     padding:0; */
}

.tvheader-top-bar .tvcustom-text span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
   font-family: 'Roboto', sans-serif;
}
.tvheader-top-bar {
	background-color: #fff;
   border-bottom: 1px solid #eee;
}
.tvheader-top-bar .tvcustom-text i {
    font-size: 21px;
    color: #000;
    margin-right: 5px;
    vertical-align: middle;
}
.tvheader-wishlist,
.tvheader-compare,
.tvcmscurrency-wrapper {
	display: inline-block;
    position: relative;
    vertical-align: middle;
  	margin-right: 26px;
  padding:8px 15px;
}
.tvcmscurrency-wrapper .localization-form:only-child .localization-form__select {
    color: #000;
    font-size: 14px;
    padding-left: 0;
  	padding-top: 0;	
  	padding-bottom: 0;
}
.tvcmscurrency-wrapper {
	margin-right: 0;
}
.tvwishlist-icon,
.tvwishlist-counter,
.tvcompare-icon,
.tvdesktop-view-compare-name {
  	display: inline-block;
}
/* .tvwishlist-icon svg, */
.tvcompare-icon svg,
.tvcmscurrency-wrapper svg {
	margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.tvcmscurrency-wrapper svg {
  margin-right: 5px;
}
.tvcompare-icon svg  {
	width: 16px;
}
.tvcurrency-info {
	text-align: right;
}
.tvdropdown-menu-my-account .tvlogin-wrapper:hover svg path {
    fill: #7A3618!important;
    stroke: #7A3618!important;
}

@media(max-width: 767px) {

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

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

/******************************* Start Header *******************************/
.tvheader {
    background-color: #fff;

}

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

.tvcmslogo-wrapper .tvcmslogo {
    display: block;
    padding: 23px 0;
    text-align: left;
}

.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,
.tvmobile-search,
.tvsignin-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    position: relative;
}

.tvlogin-wrapper i,
.tvwishlist-count-product .tvwishlist-icon i,
.tvcompare-product .tvcompare-product-link i {
    font-size: 18px;
    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: #7A3618;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    top: -4px;
    right: -9px;
}

.tvdropdown-menu-my-account .tvwishlist-count-product .tvwishlist-counter {
    position: unset;
    vertical-align: middle;
    width: auto;
    height: auto;
    color: #000000;
  font-family: 'Catamaran', sans-serif;
    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,
/* .tvwishlist-counter span, */
.tvdesktop-view-compare-name span {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
  	color: #000; 
  font-family: 'Catamaran', sans-serif;
}
.tvlogin-label {
	color: #000000;
}

.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;
}
.tvmobile-search .tvsearch-close i {
    color: #000;
  font-size:32px;
}
.tvsearch-main-box .tvsearch-full-wrapper {
    position: absolute;
    right: 0;
    left: auto;
    top: 64px;
    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: 1px solid rgba(0,0,0,.07);
    outline: 0;
    color: #333;
    font-size: 20px;
    cursor: pointer;
}

.tvsearch-main-box .tvsearch-input-box {
    padding: 15px 15px;
    border: none;
    width: 100%;
    background-color: transparent;
    color: #222;
    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; */
       border: none;
    background-color: #fff;
    padding: 6px 16px;
    color: #000;
}

.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: #000 !important;
  	fill: #000 !important;
}

.tvsearch-main-box .tvsearch-inner-contect .tvsearch-submit-btn:hover {
/*     background-color: #7A3618; */
}

.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;
    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;
    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: 12px;
    color: #000;
    /* height: 19px; */
    /* width: 19px; */
    /* background: #333333; */
    line-height: 19px;
    text-align: center;
  	position: absolute;
  	top: -4px;
    right: -10px;
}

.tvadd-to-cart-count .tvcart-count {
       height: 18px;
    width: 18px;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    border-radius: 18px;
    border: 1px #fff solid;
    background: #7A3618;

}

.tvheader-add-to-cart-wrapper {
    position: relative;
    /* padding: 35px 0; */
    cursor: pointer;
}

.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: 13px;
    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: 500;
    color: #000;
    display: block;
    font-size: 15px;
    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;
}

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

.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 #7A3618;
    background: #7A3618;
    position: relative;
    z-index: 999;
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    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;
  background-color: #7A3618;
    border-radius: 30px;
  padding:0 15px;
}

/*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: 16px;
    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; */
    }

    .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) {

    .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 #3d4246;
        margin: 0;
    }

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

@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: 16px;
/*     font-weight: 500; */
    text-transform: capitalize;
}

.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: 500;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px;
  	color: #000000;
    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: 15px;
    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 ,
.tvwishlist-count-product:hover .tvwishlist-icon i,
.tvdropdown-menu-my-account .tvcompare-product:hover .tvcompare-product-link i,
.tvcmscurrency-wrapper:hover .localization-form:only-child .localization-form__select,
/* .tvwishlist-count-product:hover .tvwishlist-counter span, */
.tvcompare-product:hover .tvdesktop-view-compare-name span
{
    color: #7A3618;
}
.tvcmscurrency-wrapper:hover .localization-selector svg g path{
  fill:#7A3618 !important;
}
.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;
}

.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-submit-btn svg {
	width: 20px;
  	height: 20px;
}
@media(min-width: 992px) {
    .site-nav .tvmain-top-title i {
      	font-size: 12px;
        color: #fff;
    }

    .site-nav .tvmain-top-title span {
       font-size: 16px;
    color: #ffff;
    vertical-align: middle;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
    }
    .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 15px;
      	line-height: 57px;
        display: block;
    }

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

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

/******************************* 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,
.tvslider-list-slider.owl-theme .owl-dots {
    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 .tvcms-main-title {
    text-align: center;
}

.newsletter__wrapper .newsletter__align h2,
.tvcms-main-title .tvmain-title h2 {
	 font-size: 40px;
    color: #000;
    padding-bottom: 0px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    font-family: 'Catamaran', sans-serif;
    margin-bottom: 0;
    display: block;
    text-align: center;
}
.tvtitle-des {
  
	font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
    color: #888;
    letter-spacing: .3px;
  text-align:center;
  font-family: 'Roboto', sans-serif;
}

.newsletter__wrapper .newsletter__align h2 {
	width: 100%;
}

.tvcms-main-title .tvmain-title .tvsub-title {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    color: #7A3618;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
}

.tvtab-title-wrapper {
    text-align: center;
    padding-bottom: 25px;
}

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

.tvcmstab-title-product .tvtab-product {
/*     margin-bottom: 40px; */
  	position: relative;
}

.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-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: 10px 40px;
   border-radius: 8px;
    margin: 0 9px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    line-height:0;
}
.tvtab-title-wrapper .tvtabs-products li:hover, 
.tvtab-title-wrapper .tvtabs-products li.active {
    border-color: #7A3618;
    background-color: #7A3618;
/*     border-bottom: 1px solid #7A3618; */
} 

.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: 17px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    letter-spacing: 0.05em;
     font-family: 'Catamaran', sans-serif;
    text-transform: capitalize;
}
.tvtab-title-wrapper .tvtabs-products li.active span {
    color: #222;
}

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

    

    .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: 9px 10px;
    }
}

/******************************* 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 **************************/
.tvcmsprev-btn {
	height: 36px;
    width: 36px;
  	position: absolute;
  	top: 50%;
    background: #F0EBE1;
    border: 1px solid #E4E4E4;
   line-height:2.5;
    right: 45px;;
    text-align: center;
    z-index: 2;
    cursor: pointer;
   border-radius: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
}

.tvbrandlist-slider-next.tvcmsnext-btn,
.tvbrandlist-slider-prev.tvcmsprev-btn
{
  	top: 35%; 
}
.tvbrandlist-slider-prev.tvcmsprev-btn
{
  left:0;
}
.tvcmsnext-btn {
	height: 36px;
    width: 36px;
  	position: absolute;
  	top: 50%;
    background: #F0EBE1;
    border: 1px solid #E4E4E4;
    right: 0;
    line-height:2.5;
    text-align: center;
    z-index: 2;
    cursor: pointer;
     border-radius: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
}
.tvcmsprev-btn i, .tvcmsnext-btn i {
    color: #000;
    line-height: 31px;
    font-size:22px;
    height: 30px;
}

.tvcmsprev-btn:hover,
.tvcmsnext-btn:hover {
   border: 1px solid #E4E4E4;
    background-color: #7A3618;
}
.tvcmsnext-btn:hover i, 
.tvcmsprev-btn:hover i {
    color: #fff;
}

.tvcmsblog-home-pagination-wrapper,
.tvtab-all-pagination,
.tvrelated-pagination-wrapper,
.tvcms-testimonial-pagination-wrapper,
.tvspecial-pagination-wrapper {
    text-align: center;
/*     margin-top: 30px; */
}
.circle-divider svg {
	margin-right: 5px;
}
.circle-divider:after {
	display: none;
}
.blog__posts.articles-wrapper {
	column-gap: 30px;
}


/******************************* 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;
}
.collection-list .card-wrapper {
    position: relative;
    overflow: hidden;
}
.tvbanner-wrapper:before,
.collection-list .card-wrapper:before {
	 content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .55);
    margin: auto;
    opacity: 1;
}
.tvbanner-wrapper:after,
.collection-list .card-wrapper:after {
       content: "";
    position: absolute;
   right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .55);
    margin: auto;
    opacity: 1;
}
.tvbanner-wrapper:hover:before,
.collection-list  .card-wrapper:hover:before,
.tvservies-second-img:hover:before {
	height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1.3s;
}
.tvbanner-wrapper:hover:after,
.collection-list  .card-wrapper:hover:after {
	height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1.3s;
}
.tvtwo-banner {
	padding: 0 15px;
}
@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: 1px;
}

.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%;
}
.is-empty .tvtheme-btn, .button.tvtheme-btn {
/* 	padding: 14px 15px; */
}
.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: 2px solid #eaeaea;
}

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

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

.swatch input:checked+label,
.swatch label:hover {
    border: 2px 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: 'Futura Std Medium'; */
    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;
}
.template-404 .tvtheme-btn {
	padding: 14px 15px;
}
.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 {
    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; */
}

.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: 'Roboto', 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: 'Roboto', 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%;
  	padding: 0 15px;
}

#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 0px;
}
#products.grid .tv-grid-list-wrapper-info-box {
	padding: 0 7.5px;
}
.tvgrid-list-view-product .products {
	margin: 0 -15px;
}

#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 {
   font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  font-family: 'Roboto', sans-serif;
}

#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 {
      font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  font-family: 'Roboto', sans-serif;
}

#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.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 {
   font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
  text-align:center;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  font-family: 'Roboto', sans-serif;
   
}

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

.tvproduct-wrapper.catalog .tvproduct-hover-btn {
    text-align: center;
  display:flex;
  justify-content:center;
  float:inherit;
  margin:15px 0;
}
.tvproduct-wrapper.catalog .tvproduct-hover-btn .tvproduct-quick-btn, 
.tvproduct-wrapper.catalog .tvproduct-hover-btn .tvproduct-cart-btn, 
.tvproduct-wrapper.catalog .tvproduct-hover-btn .tvproduct-wishlist-btn, 
.tvproduct-wrapper.catalog .tvproduct-hover-btn .tvproduct-compare-btn
{
  margin:0 5px;
}
#products.list .tvproduct-hover-btn,
#products.list-2 .tvproduct-hover-btn
{
  float:left;
  display:flex;
 
}
#products.list-2 .tvproduct-hover-btn .tvproduct-quick-btn,
#products.list-2 .tvproduct-hover-btn .tvproduct-cart-btn,
#products.list-2 .tvproduct-hover-btn .tvproduct-wishlist-btn, 
#products.list-2 .tvproduct-hover-btn .tvproduct-compare-btn 
{
  margin:0 5px;
}
#products.list .tvproduct-hover-btn .tvproduct-quick-btn, 
#products.list .tvproduct-hover-btn .tvproduct-cart-btn,
#products.list .tvproduct-hover-btn .tvproduct-wishlist-btn,
#products.list .tvproduct-hover-btn .tvproduct-compare-btn
{
   margin:0 5px;
}
#products .product-price-and-shipping
{
  display:block;
}

#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 #333;
    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;
}

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

@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 3px;
    }

    #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: #7A3618;
}

.tvblog-event-all-content-block .entry-date {
    font-size: 12px;
    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;
    }

}

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

.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: 0;
    margin-bottom: 15px;
}

.tvtestimonials-left-penal .tvtestimonials-prev,
.tvtestimonials-left-penal .tvtestimonials-next,
.tvleft-blog-post .tvblog-prev,
.tvleft-blog-post .tvblog-next {
    display: inline-block;
    vertical-align: middle;
  	position: unset;
    height: 40px;
    width: 40px;
  	border-radius: 100%;
    line-height: 38px;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
}

.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: 29px;
}

@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: 'Source Sans Pro', 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;
}

/******************************* 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: 'Roboto', 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: 1200px) {
    .container {
        width: 1600px;
        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-bottom: 100px;
}

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

.tvcmsmain-title-wrapper .tvcms-main-title {
    margin-bottom: 15px;
}

.shopify-section .index-section,
.shopify-section {
    margin: 0;
    padding: 0;
}
.tvtab-product .tvcms-main-title .tvmain-title h2 {
  padding-bottom: 0px
}

.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: 'Roboto', 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;
}


/******************************Start Page Title*******************/
.tvall-page-top-title h1 {
    margin: 0;
    font-size: 24px;
    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: 'Roboto', 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: rgba(0, 0, 0, .9);
    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-product-list-wrapper {
	margin: 0 -15px;
}
.tvtab-first-product .tvproduct-wrapper {
    margin-bottom: 10px;
}
.tvproduct-wrapper {

    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: 2px solid #eee;
    -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:hover {
/*     box-shadow: 0px 5px 10px 0px rgb(23 84 116 / 18%);
    -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; */
}
.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;
    background-color: #cb0606;
    margin: 0;
    padding: 5px 10px;
    border-radius: 0;
  	line-height: 12px;
    right: 0;
    top: 10px; */
    display: inline-block;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 37px;
    z-index: 1;
    margin: 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;
}
.tvproduct-wrapper .tvproduct-flag-lable.tvproduct-offer-price {
  	position: unset;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
/*     font-family: 'Roboto'; */
    padding: 0px 6px;
    background-color: #E90505;
    display: none;
    margin: 0 10px;
}
.tvproduct-wrapper .tvproduct-flag-lable span {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: .03em;
    color: #fff;
    margin: 0;
  background-color: #b90000;
    border-radius: 0px;
    padding:3px 10px;
}
.tvproduct-wrapper .tvproduct-flag-lable span.tvdiscount-price-lable {
    font-size: 12px;
    color: #ffffff;
}
.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;
    padding: 2px 9px;
    font-weight: 300;
    letter-spacing: 1px;
}
.tvproduct-image {
    overflow: hidden;
    position: relative;
  cursor:pointer;
}

.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;
  cursor:pointer;
    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;
}

.tvproduct-wrapper .tvproduct-hover-btn-wrapper {
position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    height: max-content;
    opacity: 0;
    -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;
    transition: all 0.3s ease-in-out;
}

.tvproduct-wrapper:hover .tvproduct-hover-btn-wrapper {
/*     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;
  opacity: 1;
    right: 15px; */
  opacity: 1;
    -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;
    transition: all 0.3s ease-in-out;
}

.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;
/*   	font-family: 'Roboto'; */
  	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;
    background-color: transparent;
    border-radius: 50px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;

}
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-wishlist-btn,
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-quick-btn,
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-cart-btn,
.tvproduct-wrapper:hover .tvproduct-hover-btn .tvproduct-compare-btn {
  -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.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: #fff;
/*     margin:0 10px 0 0; */
  	border-radius: 100%;
     border: 1px solid #eeeeee;
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 4%);
}

.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: #7A3618;
    border-color: #fff;
/*     color: #000; */
}

.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn svg path {
	fill: #222222 !important;
}


.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn:hover svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn:hover svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn:hover svg path,
.tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn:hover svg path {
	fill: #fff!important;
}

/* .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: 40px;
    width: 40px;
    text-align: center;
    position: relative;
    color: #ffffff;
    padding: 11px 5px;
    line-height: 1;
  	border-radius: 50px;
/*     border: 1px solid #eee; */
   box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    -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: #7a3618;
    display: inline-block;
    padding: 2px 15px;
    vertical-align: top;
    border: 1px solid #eeeeee;
    border-radius:10px;
}

.tvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
    min-width: auto;
    display: inline-block;
    /* vertical-align: middle; */
    /* line-height: 20px; */
}

.tvtimer-wrapper .tvtimer-dot {
    margin: 0 4px;
   color: #fff;
}

.tvproduct-timer-wrapper .tvproduct-timer-box.tvproduct-time-seconds {
    color: #fff;
}

.tvtimer-name {
    display: none;
}

#products .tvgrid-list-view-product .tvproduct-wrapper {
    display: none;
    background-color: #fff;
}

.tvproduct-wrapper.grid .product-description {
    padding: 0;
    text-align: left;
}

.tv-product-top-hover {
    position: relative;
    text-align: center;
	padding: 17px 0 34px;
}

.tvproduct-wrapper .tv-product-top-hover .tvproduct-name {
    margin-bottom: 5px;
}

.tvproduct-wrapper .tv-product-top-hover .spr-badge {
    margin-bottom: 8px;
}

.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: 20px;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.product-vendor {
	position: absolute;
/*     padding: 3px 10px; */
    top: 37px;
    
}

.product-vendor p {
font-size: 12px;
  background-color: #7A3618;
    border-radius: 0px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
    color: #fff;
/*     border-bottom: 1px solid #66b75c; */
    font-weight: 400;
    line-height: 13px;
  opacity:0;
    padding: 3px 10px;
    -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;
    transition: all 0.6s ease-in-out;
}

.tvproduct-wrapper:hover .product-vendor p
{
  opacity:1;
  transition: all 0.5s ease-in-out;
}
.tvproduct-wrapper:hover .tvproduct-name .product-title a h6 {
/*     color: #7A3618; */
}

.tvproduct-wrapper .product-price-and-shipping {
    overflow: hidden;
  	display: flex;
  	justify-content: center;
  	align-items: center;
    margin-bottom: 0px;
    line-height: 18px;
}

.tvproduct-wrapper .product-price-and-shipping .price {
      font-size: 21px;
    color: #7A3618;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.01em;
    font-family: 'Merienda';
  
}

.tvproduct-wrapper .product-price-and-shipping .regular-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #666666;
    margin: 0 0 0 5px;
    display:none;
}

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

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

.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;
}
.th-compare .remove-compare {
    border: none;
    background-color: transparent;
}
.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: 120px;
    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 {
    width: 40px;
    line-height: 44px;
    padding: 0;
    min-width: auto;
    cursor: pointer;
    --border-offset: none;
    -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;
    vertical-align: middle;
}

.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;
    left: 0;
    margin: auto;
    right: 0;
    padding: 0 15px;
    max-width: 630px;
    max-height: 470px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tvcmsNewsLetterPopup-i .tvclose-btn {
/*     border-radius: 100%; */
    font-weight: normal;
    height: 40px;
    opacity: 1;
    border: 1px solid #000;
    position: absolute;
    text-align: center;
    width: 40px;
  background:#000;
    right: -10px;
    top: -10px;
    z-index: 9;
}

.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 15px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

#newsletter_block_popup .block_content .newsletter_title h3 {
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #ffffffb3;
    color: #333333;
    margin: 0 0 15px;
    text-transform: none;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
  font-family: 'Roboto', sans-serif;
}

#newsletter_block_popup .block_content .tvcmsnewsletterpopupContent {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
   font-family: 'Roboto', sans-serif;
    color: #464646;
}

#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;
}
.tvcmsnewsletterpopup .tvclose-btn svg {
	width: 16px;
  	height: 16px;
}

#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: none; */
    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: 0px;
    color: #888;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  font-family: 'Roboto', sans-serif;
    /* 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: 'Roboto', 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;
}
.tvcmscurrency-wrapper .disclosure__button {
	height: auto;
}
.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: 0 auto;
}
.tvbrandlist-list-slider.owl-carousel .owl-item:hover img
{
animation: BLbounce 2s infinite;
}
@keyframes BLbounce {
    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1);
    }

    20% {
        transform: scale(1) rotate(-5deg);
    }

    25% {
        transform: scale(1) rotate(5deg);
    }

    30% {
        transform: scale(1) rotate(-3deg);
    }

    35% {
        transform: scale(1) rotate(2deg);
    }

    40% {
        transform: scale(1) rotate(0);
    }
}
.tvbrandlist {
	/* border-top: 1px solid #eeeeee; */
}

.owl-theme .owl-dots {
	text-align: center;
  	margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    background: #0000;
    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: #FFB661;
/*     width: 30px; */
/*     border-radius: 2.5px; */
}

.owl-theme .owl-nav.disabled+.owl-dots {
/*     width: 30px;
    height: 5px;
    background-color: #f1f2f4;
    margin: 0;
    border-radius: 2.5px; */
}

.owl-theme .owl-dots .owl-dot span {
    border: none;
   border: 2px solid #FFB661;
    height:12px;
    width: 13px;
    border-radius: 2.5px;
 margin:0 5px;
    display: inline-block;
}

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

.tvfeatured-collection-wrapper .collection__view-all {
	margin: 0;
}

.row>* {
/* 	padding-right: 0; */
/*   	padding-left: 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;
}

/* 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: 14px 40px; */
}

.product__media-list .product__media-item.grid__item {
    padding: 0;
}

.featured-product.product {
/*     margin: 0 -15px; */
}

.price-item {
/*     font-family: 'Futura Std Heavy'; */
    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%;
}
.blog .circle-divider
{
 display: block;
    color: #000;
    vertical-align: middle;
    position: absolute;
    padding: 10px 17px;
    text-align: center;
    background-color: #F8F5EE;
    right: auto;
    font-family: 'Catamaran', sans-serif;
    left: 0;
    top: auto;
      z-index: 3;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 8px 8px 0;
    bottom: 0%;
  line-height: 1.5;
    text-transform: capitalize;
}
.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;
    border-radius: 40px;
box-shadow: -1px 0px 5px 0px rgb(0 0 0 / 30%);
}
.tvbottom-to-top:hover {
    background-color: #7A3618;
}
.tvbottom-to-top span {
    display: none;
}
.tvbottom-to-top .tvbottom-to-top-icon {
    color: #000;
    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: 66px;
  	line-height: 60px;
  	margin-bottom: 30px;
  	color: #fff;
  	font-family: 'Roboto', sans-serif;
  	text-transform: uppercase;
}

.tvtwoofferbanner-caption p {
	font-size: 38px;
  	line-height: 38px;
  	margin-bottom: 0;
  	color: #fff;
  	font-family: 'Roboto', sans-serif;
}

.tvtwoofferbanner-caption.top-left {
	left: 0;
  	text-align: left;
}

.tvtwoofferbanner-caption.bottom-right {
	right: 6%;
  	text-align: right;
}

.tvcmstwoofferbanners {
	margin: 0 -7.5px;
}

.footer-block__details-content.footer-block-image p {
/*   font-family: 'Roboto'; */
/*   width: 80%; */
  margin: 15px 0;
  font-size: 14px;
  color: #fff;
}

.tvcustomer-service-list.row,
.tvbrandlist-list.row {
	margin: 0;
}
.featured_collection_wrapper {
	margin: 0 0px;
}

.tvleft-bestseller-product .tvproduct-wrapper .product-price-and-shipping {
	justify-content: flex-start;
}
.collection__view-all .tvtheme-btn {
      margin-top: 20px;
}
.tvfeatured-collection-wrapper .grid__item {
    padding: 0px;
}
.featured_collection_wrapper.grid {
/* 	column-gap: 30px; */
  gap: 30px;
}
.fa-angle-down:before
{
  font-family: material icons;
    content: '\e313';
    margin-left: 3px;
    position: relative;
    top: 4px;
    font-size: 15px;
}
.site-nav li.tvmenu-dropdown ul.site-nav-dropdown li a span
{
  color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.site-nav li.tvmenu-dropdown ul.site-nav-dropdown li:hover a span
{
  color:#7A3618;
}
.tvcmscategory-slider-all-link {
    font-size: 12px;
  font-weight:500;
  font-family: Roboto,sans-serif;
    display: none;
  padding-right:12px;

}
/* .tvcmscategory-slider-all-link i {
      font-size: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-left: 5px;
    line-height: 18px;
} */
.tvcategoryslider-card:hover .tvcmscategory-slider-all-link
{
  display:none;
}
.tvtestimonial-main-block 
{
  overflow: hidden;
    padding: 90px 15px 70px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.tvtestimonial-list.tvtestimonial-card.tvtestimonial-info-box
{

    width: 80%;
    padding-left: 50px;
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
    border-left: 1px solid #eee;
}
.collection__view-all .tvtheme-btn:hover
{
/*   background-color: #7A3618;
    box-shadow: inset 0 0 0 2.1em #ffffff26;
    transition: all .6s ease; */
}
.tvcmsnewsletterpopup .tvclose-btn i
{
  color:#fff;
}
.tvcmsnewsletterpopup_newsletter_dont_show_again:after {
    content: '';
    background-color: #7A3618;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 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;
}
.tvcmsnewsletterpopup_newsletter_dont_show_again{
  position:relative;
}
.tvcmsnewsletterpopup_newsletter_dont_show_again:hover:after
{
  transform: scaleX(1);
    -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;
}

.tvnewsletter-popup-wrapper-btn.tvtheme-btnbutton.tvtheme-btn
{
  background-color:#000;
}
.tvtab-title-wrapper .tvtabs-products li:hover span,
.tvtab-title-wrapper .tvtabs-products li.active span
{
  color:#fff;
}
.tvtab-product .tvcms-main-title
{
/*   margin-bottom:20px; */
}
.tvcmsNewsLetterPopup-i .tvclose-btn:hover
{
  background-color:#7A3618;
  border:#7A3618;
}

.product__tax,.form__label
{
  display:block;
  text-align:left;
   font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    margin-bottom: 0;
    vertical-align: middle;
    text-transform: capitalize;
}

.tvall-page-top-title .rte span
{
      font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
  font-family: 'Roboto', sans-serif;
 
}
.accordion__title {
	margin-bottom: 0;
}
.tvlogin-wrapper:hover i {
  color:#7A3618;
}
.placeholder {
	display: block;
}
.fancybox-overlay  {
	z-index: 10000;
}
.footer__blocks-wrapper {
    column-gap: 15px;
}
.wishlist-button-add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    min-width: 2.5rem;
    padding-top: 0.1875rem;
    background-color: #ffffff;
    box-shadow: 0.125rem -0.125rem 0.25rem 0 rgb(0 0 0 / 20%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease-out;
    border: none;
}
.products .wishlist-button-add {
    position: absolute;
    top: 0.635rem;
    right: 0.635rem;
    z-index: 10;
    display:none;

}
.wishlist-button-add i{
  color:#7a7a7a;  
}

.btn:hover{
   background:#7A3618;
}
.tvadvance-block-wrapper .tvtheme-btn{
   margin-top:30px; 
}

.slideshow__text .tvtheme-btn:hover span{
  color:#fff;
}
.tvcmsprev-btn svg,
.tvcmsnext-btn svg{
   height: 19px;
    width: 19px;
}
/* .slideshow__text-wrapper .tvbanner_caption.middle-center{
   top:-28px;
} */
.tvcmsprev-btn:hover svg path,
.tvcmsnext-btn:hover svg path{
  fill:#fff
}


#products.list .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn, 
#products.list .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn, 
#products.list .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
#products.list .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn,
#products.list-2 .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn, 
#products.list-2 .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn, 
#products.list-2 .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
#products.list-2 .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn,
#products.catelog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-wishlist-btn, 
#products.catelog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-quick-btn, 
#products.catelog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-cart-btn,
#products.catelog .tvproduct-wrapper .tvproduct-hover-btn .tvproduct-compare-btn
{
  transform:none;
}
.tvslider-pagination-wrapper .tvcmsprev-btn,
.tvslider-pagination-wrapper .tvcmsnext-btn{
  line-height: 2;
}
.tvcustomer-service{
  margin-bottom: 100px;
}
.tvcategoryslider .slider-mobile-gutter{
    margin:0 -15px;
}

.blog__post:hover .circle-divider
{
      background-color: #7A3618;
  color:#fff;
}

.template-index .tvheader-main {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.template-index .tvmyaccount-dropdown .tvmyaccount-dropdown-btn svg path,
.template-index .tvmyaccount-dropdown .tvmyaccount-dropdown-btn svg circle,
.template-index .tvaddto-cart-button ellipse,
.template-index .tvsearch-open svg circle
{
      stroke: #fff!important;
}
.template-index .tvaddto-cart-button svg,
.template-index .tvsearch-open svg 
{
  fill:#fff;
}
.banner__dec
{
    font-size: calc(9px + (26 - 9) * ((100vw - 280px) / (1920 - 280)));
    color: #fff;
    line-height: 1.23;
    letter-spacing: 0.05em;
    margin-bottom: 5%;
    font-family: 'Catamaran', sans-serif;
}
.tvslider-list-slider .tvbanner_caption
{
  padding: 5.5% 3%;
    background: rgba(200, 129, 69, 0.5);
    border: 2px solid #FFFFFF;
    border-radius: 40px;
}
.banner__heading p 
{
  margin:0;
}
.tvtwo-banner
{
  display:inline-block;
  margin-bottom:30px;
  
}
.tvbanner_caption span 
{
  font-family: 'Merienda';
    font-weight: 700;
    font-size: calc(9px + (24 - 9) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.tvtheme-btn:before{
      content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    display: inline-block;
    z-index: 1;
    pointer-events: none;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
} 
.tvtab-title-wrapper .tvtabs-products li:hover:after, .tvtab-title-wrapper .tvtabs-products li.active:after{
  content: '';
    position: absolute;
    background-color: #EEEEEE;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    display: inline-block;
}
.tvcms-main-title:before,
.newsletter__wrapper .newsletter__align h2:before{
    content: '';
    display: block;
    width: 150px;
    height: 49px;
    background-image: url(separator.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 8px;
}
.tvtestimonial .tvcms-main-title:before {
    background-image: url(separator-white.png);
    width: 135px;
    height: 50px;
}
.footer,
.newsletter__wrapper
{
  background-repeat: no-repeat;
}

.tvbrandlist-card__info
{
  display: block;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    text-align: center;
    padding: 19px 15px 14px;
    margin: 20px 0;
    position: relative;
}
/* .tvbrandlist-card__info:after
{
  content: '';
    position: absolute;
    background-color: #eee;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    display: inline-block;
    z-index: 1;
    pointer-events: none;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
} */
.tvbrandlist-card__info:before
{
  content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    display: inline-block;
    z-index: 1;
    pointer-events: none;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}
.tvbrandlist-card__info:hover:before
{
      background-color: #fff;
}
.tvbrandlist-card__info h3
{
      font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
    color: #000000;
  position: relative;
      z-index: 13;
  transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
}
.tvbrandlist-card__info:hover h3
{
  color:#fff;
}
.tvbrandlist-card__info:hover:after
{
  right: auto;
    left: 0%;
    width: 100%;
}
.tvcustomer-service-list:hover p
{
  color:#7A3618;
}
.tvbrandlist-card__info:after
{
  background-color: #7A3618;
  display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: 0;
      border-radius: 8px;
    content: '';
    color: #000 !important;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.tvtab-featured-product-next,
.tvtab-featured-product-prev
{
  top:15%;
}
.tvtab-featured-product-prev
{
  right:45px;
 
}
.tvtab-title-wrapper .tvtabs-products li:after
{
      content: '';
    position: absolute;
    background-color: #EEEEEE;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    display: inline-block;
}
.slideshow__text span{
      font-weight: 400;
    font-size: calc(9px + (28 - 9) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.143;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
  font-family: 'Catamaran', sans-serif;
}
.slideshow__text-wrapper.tvbanner_caption
{
  width:50%;
  left:8%;
}
.icon-wrap svg
{
      width: 11px;
    height: 10px;
}
.tvproduct-wrapper:hover {
    box-shadow: 1px 1px 48px 1px rgb(0 0 0 / 8%);
    -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;
}
.tvsearch-close i{
  color:#fff;
}
.newsletter-form__button:hover
{
      border: 1px #000 solid;
    background-color: #000;
}
.tvtwo-banner:nth-child(1) .tvbanner-wrapper .tvbanner_caption .tvtheme-btn:hover span
{
  color:#fff;
}
     .tvcart-close {
    z-index: 1;
    text-align: right;
    margin-bottom: 11px;
    line-height: 24px;
}
