/*********************************************************** start header **************************************************/
#header {
    background: #fff;
    width: 100%;
    z-index: 70;
    position: relative;
}
#header.sticky {
    top: 0;
    position: fixed;
    z-index: 70;
    width: 100%;
    list-style: none;
    left: 0;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    background-color: rgba(255, 255, 255, .9);
}

/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0;
    }
}

/*Standard syntax */
@-moz-keyframes mySticky {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0;
    }
}

/*Standard syntax*/
@keyframes mySticky {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0;
    }
}
@media(max-width: 991px) {
    #header {
        padding-bottom: 20px;
    }
    .header-top {
        margin-bottom: 15px;
    }
}
.ttvcmsdesktop-top-header-box{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
/************************************************************* start logo *************************************************/
.ttv-header-logo {
    position: relative;
    overflow: hidden;
}
.lang-rtl .ttv-header-logo{
    text-align: right;
}
@media(max-width: 991px) {
    .ttv-header-logo,
    .lang-rtl .ttv-header-logo{
        text-align: center;
    }
    .ttv-header-logo a{
        display: inline-block;
        vertical-align: middle;
    }

    #header .logo {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 575px){
    .ttv-header-logo{
        margin-bottom: 15px;
    }
}
/********************************************* end logo **********************************************/

/**************************************************** start header right ***********************************/
.tvsearch-cart-account-wrapper {
    text-align: right;
}
.ttvcms-header-cart,
.ttvcms-header-myaccount-wrapper,
.ttvcmssearch-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.lang-rtl .tvsearch-cart-account-wrapper{
    text-align: left;
}
.ttvsearch-icon,
.ttvheader-cart-btn-wrapper{
    padding: 30px 0
}
.ttv-myaccount-btn{
    padding: 30px 30px;
}
@media(max-width: 1199px){
    .ttv-myaccount-btn{
        padding: 30px 30px;
    }
}
@media(max-width: 991px){
    .ttvsearch-icon, .ttvheader-cart-btn-wrapper{
        padding: 0;
    }
    .ttv-myaccount-btn{
        padding: 0 30px;
    }
}
/**************************************************** start serach right ***********************************/


.ttvsearch-header-display-wrappper .ttvheader-search-main {
    background-color: #fff;
    border-radius: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ttvsearch-header-display-wrappper .ttv-search-category {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 40px;
    max-width: 115px;
    padding: 0 20px 0 10px;
    margin: 0 10px;
    display: none;
}

.ttvheader-top-search-wrapper {
    background-color: #1d4f74;
}

.ttvheader-top-search-wrapper:hover {
    background-color: #222222;
}

.ttvcmssearch-dropdown {
    border-radius: 3px;
    background-color: #ffffff;
    -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);
}

.page-not-found .ttvsearch-header-display-wrappper .ttvheader-search-main {
    border: 1px solid #e5e5e5;
}

.ttvcmsheader-search.search-widget .ttvheader-search-main button[type=submit] .ttvserach-name,
#_desktop_search .ttvcmsheader-search .ttvserach-name {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.ttvcmsheader-search.search-widget .ttvheader-search-main button[type=submit] {
    background-color: transparent;
    height: 40px;
    width: 40px;
    padding: 0;
    border: none;
    outline: 0;
    flex-shrink: 0;
}

.ttvcmsheader-search.search-widget .ttvheader-search-main button[type=submit] i {
    display: none;
}

.ttvsearch-more-search:hover {
    background-color: #1d4f74;
    color: #ffffff;
}

#header .ttvsearch-result {
    margin: 0;
    min-width: 290px;
}

.ttvsearch-more-search-wrapper {
    text-align: center;
}

#search.page-search #content-wrapper .ttvsearch-header-display-wrappper {
    position: relative;
    border: 1px solid #e5e5e5;
}

.ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text] {
    color: #cccccc;
    height: 40px;
    border: none;
    outline: none;
}

.ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text]::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
    font-weight: 400;
}

.ttvsearch-dropdown-close {
    border: none;
    height: 40px;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
}

.ttvsearch-dropdown-close-wrapper {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
}
.ttvsearch-icon .ttvsearch-open {
    width: 40px;
    height: 40px;
    position: relative;
    background-image: url(../img/sprite.png);
    background-position: -5px -705px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ttvsearch-icon.open .ttvsearch-open {
    background-position: -405px -805px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .ttvcmsheader-nav-right{
        padding-left: 0;
    }
    .lang-rtl .ttvcmsheader-nav-right{
        padding: 0 0 0 15px;
    }
}

@media(max-width: 575px) {
    .search-widget .ttvheader-search-main input[type=text] {
        min-width: auto;
    }

    .ttvsearch-header-display-wrappper .ttv-search-category {
        max-width: 60px;
        margin: 0 5px 0 5px;
    }

    .ttvcmsmobile-header-search {
        padding: 15px 0 25px 0;
    }

    .ttvcmsheader-search .ttvcms-select-category {
        margin: 0 5px;
        min-width: 50px;
    }

    .ttvheader-top-search-wrapper {
        padding: 0 10px;
    }

    .ttvcmsheader-search.search-widget .ttvheader-search-main button[type=submit] .ttvserach-name,
    #_desktop_search .ttvcmsheader-search .ttvserach-name {
        font-size: 12px;
    }

    .ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text] {
        font-size: 12px;
    }
    #ttvcmsmobile-header-right .ttvcmssearch-wrapper{
        position: unset;
    }
    .lang-rtl .ttvsearch-header-display-wrappper {
        left: 0;
        right: auto;
    }
}

/**************************************************** start deckstop and mobile my account ****************************/
.ttvcms-header-myaccount .ttv-myaccount-btn i {
    background-image: url(../img/sprite.png);
    background-position: -5px -755px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    transition: all .3s ease-in-out;
}
.ttvcms-header-myaccount .ttv-myaccount-btn:hover i{
    background-position: -55px -755px;
}

.ttvcms-header-myaccount .ttv-account-dropdown {
    right: 0;
    left: auto;
    top: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    min-width: 145px;
}

.ttvcms-header-myaccount .ttv-account-dropdown form {
    margin: 0;
}

/********************************************** start deckstop language *************************************/
.ttvcmsdesktop-language-selector {
    text-align: right;
}

#ttvcmsdesktop-language-selector .ttv-language-btn .ttv-language-span,
#ttvcmsdesktop-currency-selector .ttv-currency-btn .ttv-currency-span,
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn,
.ttvcmsdesktop-view-wishlist .ttvwishlist-name span,
.ttvcmsdesktop-view-compare .ttvdesktop-view-compare-name {
    color: #222222;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
}

#ttvcmsdesktop-language-selector .ttv-language-lable,
#ttvcmsdesktop-currency-selector .ttv-currency-lable {
    display: none;
}

#ttvcmsdesktop-language-selector .ttv-language-btn,
#ttvcmsdesktop-currency-selector .ttv-currency-btn {
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
}

#ttvcmsdesktop-language-selector .ttv-language-btn .ttvimage-lazy {
    margin-right: 5px;
}

.lang-rtl #ttvcmsdesktop-language-selector .ttv-language-btn .ttvimage-lazy {
    margin-right: 0;
    margin-left: 5px;
}

#ttvcmsdesktop-language-selector .ttv-language-btn i,
#ttvcmsdesktop-currency-selector .ttv-currency-btn i,
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn i {
    color: #222222;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lang-rtl #ttvcmsdesktop-language-selector .ttv-language-btn i,
.lang-rtl #ttvcmsdesktop-currency-selector .ttv-currency-btn i{
    left: 0;
    right: auto;
}
#ttvcmsdesktop-language-selector:hover .ttv-language-btn i,
#ttvcmsdesktop-currency-selector:hover .ttv-currency-btn i,
#ttvcmsdesktop-user-info:hover .ttvhedaer-sign-btn i,
#ttvcmsdesktop-language-selector:hover .ttv-language-btn .ttv-language-span,
#ttvcmsdesktop-currency-selector:hover .ttv-currency-btn .ttv-currency-span,
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn:hover {
    color: #1d4f74;
}

.ttv-language-dropdown,
.ttv-currency-dropdown {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background-color: #ffffff;
    z-index: 100;
    width: 110px;
    text-align: left;
}

.ttv-language-dropdown li img {
    margin-right: 10px;
}

.lang-rtl .ttv-language-dropdown li img {
    margin-left: 10px;
    margin-right: 0;
}

.lang-rtl .ttv-language-dropdown,
.lang-rtl .ttv-currency-dropdown {
    text-align: right;
    left: 0;
    right: auto;
}

.ttv-language-dropdown li a,
.ttv-currency-dropdown li a {
    font-size: 13px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
}

.ttv-language-dropdown li a:hover,
.ttv-currency-dropdown li a:hover {
    color: #1d4f74;
}

.lang-rtl .ttvcmsdesktop-language-selector {
    text-align: left;
}

@media(max-width: 991px) {
    .ttv-language-dropdown,
    .ttv-currency-dropdown {
        position: inherit;
        left: 0;
        width: auto;
        right: 0;
    }

    .ttvcmsdesktop-language-selector,
    .ttvcmsdesktop-top-wrapper,
    .lang-rtl .ttvcmsdesktop-language-selector,
    .lang-rtl .ttvtags-content-box {
        text-align: center;
    }
}

/***************************************************** media language ******************************************/
@media(max-width: 575px) {
    .ttvcms-header-myaccount {
        position: relative;
    }
}

/**************************************************** start decsktop cart **************************************/
.ttvcms-header-cart {
    position: relative;
}

.ttvheader-cart-btn-wrapper .ttv-cart-icon i{
    background-image: url(../img/sprite.png);
    background-position: -5px -655px;
    height: 40px;
    width: 40px;
    position: relative;
    font-size: 0;
    transition: all .3s ease-in-out
}
.ttvheader-cart-btn-wrapper .ttv-cart-icon span{
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    right: -8px;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background-color: #7e15ff;
    text-align: center;
    line-height: 14px;
}
.ttvheader-cart-btn-wrapper .ttv-cart-icon:hover i{
    background-position: -55px -655px;
}

.ttvcart-no-product-label {
    text-align: center;
}

.ttvcmscart-show-dropdown {
    width: 300px;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -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;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.ttvcmscart-show-dropdown.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.ttvcmscart-show-dropdown .ttvcart-product-wrapper.items {
    overflow: hidden;
    margin-bottom: 15px;
}

.ttvcmscart-show-dropdown .ttvcart-product-list-img {
    border: 1px solid #e5e5e5;
   /* height: 80px;*/
    width: 80px;
    float: left;
    margin-right: 15px;
}

.ttvcmscart-show-dropdown .ttvcart-product-list-quentity {
    margin-bottom: 5px;
}

.ttvshoping-cart-dropdown-title span.product-name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ttvcart-product-content {
    margin-left: 80px;
    text-align: left;
}

.ttvcmscart-show-dropdown .ttvshoping-cart-dropdown-title a {
    font-size: 15px;
}

.ttvcmscart-show-dropdown .ttvcart-product-list-attribute {
    display: none;
}

.ttvcart-product-remove a i {
    display: none;
}

.ttvcart-product-remove a {
    background-image: url(../img/sprite.png);
    height: 40px;
    width: 40px;
    background-position: 0 145px;
    display: block;
}

.ttvcart-product-content-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow-y: auto;
    max-height: 301px;
    scroll-behavior: smooth;
}

.ttvcart-product-list-total-info .ttvshoping-cart-subtotal,
.ttvshoping-cart-shipping,
.ttvshoping-cart-tax,
.ttshoping-cart-total {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

span.ttvcart-product-price {
    float: right;
}

.ttvcart-product-list-subtotal-prod,
.ttvcart-product-list-subtotal-shipping,
.ttvcart-product-list-subtotal-tax,
.ttvcart-product-list-subtotal-excluding-text {
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.ttvcart-product-list-subtotal-excluding-text {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.ttvcart-product-list-btn {
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.ttvcart-product-list-checkout,
.ttvcart-product-list-viewcart {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.ttvcart-product-list-checkout a,
.ttvcart-product-list-viewcart a {
    display: block;
    border: none;
    padding: 10px 15px;
    height: 40px;
    line-height: normal;
}

.ttvorder-conformation-wrapper {
    margin-bottom: 100px;
}
@media(max-width: 991px){
    #ttvcmsmobile-header-right{
        text-align: right;
    }
    .lang-rtl #ttvcmsmobile-header-right {
        text-align: left;
    }
    #ttvmobile-search,
    #ttvmobile-account,
    #ttvmobile-cart{
        display: inline-block;
        vertical-align: middle;
        margin: 0 0;
        position: relative;
    }
    .ttvheader-cart-btn-wrapper .ttv-cart-icon span{
        top: -6px;
    }
}
@media(min-width: 576px){
    .ttvmobile-header-row {
        display: flex;
        align-items: center;
    }
}
@media(max-width: 575px) {
    .ttv-cart-cart-inner {
        right: -5px;
        top: 0;
    }
    .ttvcmscart-show-dropdown {
        width: 290px;
    }
    #ttvcmsmobile-header-right{
        position: unset;
        margin-top: 9px;
    }
    .lang-rtl .ttvcmsmobile-header-menu{
        float: right;
    }
}
.lang-rtl .ttvcmscart-show-dropdown .ttvcart-product-list-quentity{
    text-align: right;
}
/****************************** end header ********************************************/

/******************************Star pagination btn ******************************/
.ttvmain-slider-next-pre-btn {
    display: block;
}

.ttvmain-slider-next-pre-btn .ttvcmsmain-prev{
    background-image: url(../img/sprite.png);
    background-position: 2px -498px;
    background-color: #e4b798;
    margin: 0 0;
    border: none;
    height: 55px;
    width: 55px;
    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%);
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    left: 50px;
    right: auto;
    border-radius: 0;
}

.ttvmain-slider-next-pre-btn .ttvcmsmain-next{
    background-image: url(../img/sprite.png);
    background-position: 3px -548px;
    background-color: #e4b798;
    margin: 0 0;
    border: none;
    height: 55px;
    width: 55px;
    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%);
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    right: 50px;
    border-radius: 0;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev:hover{
    background-color: #1d4f74;
    background-position: -48px -498px;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-next:hover{
    background-color: #1d4f74;
    background-position: -48px -548px;
}
.ttvcms-brandlist-pagination .ttvbrandlist-slider-prev,
.ttvcms-quickview-pagination-btn .ttv-quickview-prev,
.ttvcms-singleimage-pagination-btn .ttvsingleimage-prev,
.ttvtestimonial-pagination .ttvtestimonial-prev{
    background-image: url(../img/sprite.png);
    background-position: -55px -405px;
    margin: 0 0;
    border: none;
    height: 40px;
    width: 40px;
    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%);
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    left: 0;
    right: auto;
    border-radius: 0;
}
.ttvcms-brandlist-pagination .ttvbrandlist-slider-next,
.ttvcms-quickview-pagination-btn .ttv-quickview-next,
.ttvcms-singleimage-pagination-btn .ttvsingleimage-next,
.ttvtestimonial-pagination .ttvtestimonial-next{
    background-image: url(../img/sprite.png);
    background-position: -55px -455px;
    margin: 0 0;
    border: none;
    height: 40px;
    width: 40px;
    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%);
    z-index: 2;
    right: 0;
    cursor: pointer;
    font-size: 0;
    border-radius: 0;
}
.ttvcms-brandlist-pagination .ttvbrandlist-slider-prev{
    left: 15px;
}
.ttvcms-brandlist-pagination .ttvbrandlist-slider-next{
    right: 15px;
}
.ttvcms-brandlist-pagination .ttvbrandlist-slider-prev:hover,
.ttvcms-quickview-pagination-btn .ttv-quickview-prev:hover,
.ttvcms-singleimage-pagination-btn .ttvsingleimage-prev:hover,
.ttvtestimonial-pagination .ttvtestimonial-prev:hover{
    background-position: -5px -405px;
}
.ttvcms-brandlist-pagination .ttvbrandlist-slider-next:hover,
.ttvcms-quickview-pagination-btn .ttv-quickview-next:hover,
.ttvcms-singleimage-pagination-btn .ttvsingleimage-next:hover,
.ttvtestimonial-pagination .ttvtestimonial-next:hover{
    background-position: -5px -455px;
}

.ttvcms-next-pre-btn{
    text-align: center;
    margin-top: 30px;
    direction: ltr;
}
.ttvcmsprev-btn {
    background-image: url(../img/sprite.png);
    background-position: -55px -405px;
    margin: 0 15px;
    border: none;
    height: 40px;
    width: 40px;
    left: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
    top: -10px;
}
.ttvcmsprev-btn:before{
    content: '';
    position: absolute;
    background-color: #eee;
    height: 53px;
    width: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -18px;
    top: 1px;
}
.ttvcmsnext-btn {
    background-image: url(../img/sprite.png);
    background-position: -55px -455px;
    margin: 0 15px;
    border: none;
    height: 40px;
    width: 40px;
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
    bottom: -10px;
}
.ttvcmsprev-btn:hover {
    background-position: -5px -405px;
}
.ttvcmsnext-btn:hover {
    background-position: -5px -455px;
}
.ttvcmsprev-btn i,
.ttvcmsnext-btn i {
    display: none;
}

.ttvinstagram-slider-inner .ttvcmsprev-btn{
    left: 30px;
}

.ttvinstagram-slider-inner .ttvcmsnext-btn{
    right: 30px;
}

.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-next {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    position: inherit;
    display: inline-block;
    margin: 0 5px;
}
.ttvcmsbrandlist-slider .ttvcms-brandlist-pagination{
    opacity: 0;
}
.ttvcmsbrandlist-slider:hover .ttvcms-brandlist-pagination{
    opacity: 1;
}
@media(max-width: 991px){
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev{
        left: 20px;
        -webkit-transform: translate(0, -50%) scale(.6);
        -o-transform: translate(0, -50%) scale(.6);
        -ms-transform: translate(0, -50%) scale(.6);
        -moz-transform: translate(0, -50%) scale(.6);
        transform: translate(0, -50%) scale(.6);
        transform-origin: left;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-next{
        right: 20px;
        -webkit-transform: translate(0, -50%) scale(.6);
        -o-transform: translate(0, -50%) scale(.6);
        -ms-transform: translate(0, -50%) scale(.6);
        -moz-transform: translate(0, -50%) scale(.6);
        transform: translate(0, -50%) scale(.6);
        transform-origin: right;
    }
}
@media(max-width: 575px){
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev{
        left: 10px;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-next{
        right: 10px;
    }
    .ttvcms-next-pre-btn{
        margin-top: 20px;
    }
}
/****************************** End pagination Arrow*****************************/
/****************************** End pagination Dots*****************************/
.nivo-controlNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    bottom: 25px;
}
.nivo-controlNav .nivo-control:before {
    display: none;
}
.nivo-controlNav {
    display: block;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.owl-dots{
    text-align: center;
}
.owl-dots .owl-dot{
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: none;
    margin: 0 10px;
}
.owl-dots .owl-dot span {
    border: none;
    background-color: rgba(40,40,40,.20);
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -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;
    display: inline-block;
}
.ttvtestimonial-home .owl-dots .owl-dot span{
    background-color: transparent;
    background-image:url(../img/Testimonial-Bullets.png); 
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 17px;
    width: 17px;
}
.ttvtestimonial-home .owl-dots .owl-dot.active span,
.ttvtestimonial-home .owl-dots .owl-dot:hover span{
    background-color: transparent;
    background-position: 0 -18px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background-color: #1d4f74;
}

/****************************** End pagination Dots*****************************/
/* product after link */
.ttvallproduct-link,
.ttvfooter-view-link {
    text-align: right;
}

.ttvnews-event-link a,
.ttvallproduct-link a,
.ttvleft-right-penal-all-block .ttvall-product-bottom-link-block a,
.ttvcmsblog-left-side .ttvnews-event-link a,
.ttvfooter-view-link a {
    color: #333333;
}

.ttvnews-event-link a i,
.ttvallproduct-link a i,
.ttvleft-right-penal-all-block .ttvall-product-bottom-link-block a i,
.ttvcmsblog-left-side .ttvnews-event-link a i,
.ttvfooter-view-link a i {
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    color: #333333;
}

.ttvleft-right-penal-all-block .ttvall-product-bottom-link-block,
.ttvcmsblog-left-side .ttvnews-event-link,
.ttvallproduct-link,
.ttvfooter-view-link {
    display: none;
}

.ttvnews-event-link a:hover,
.ttvallproduct-link a:hover,
.ttvleft-right-penal-all-block .ttvall-product-bottom-link-block a:hover,
.ttvcmsblog-left-side .ttvnews-event-link a:hover,
.ttvfooter-view-link a:hover,
.ttvnews-event-link a:hover i,
.ttvallproduct-link a:hover i,
.ttvleft-right-penal-all-block .ttvall-product-bottom-link-block a:hover i,
.ttvcmsblog-left-side .ttvnews-event-link a:hover i,
.ttvfooter-view-link a:hover i {
    color: #1d4f74;
}

.ttv-total-product-number {
    line-height: 40px;
}

/****************************** product title design *******************************/
.ttvcmsmain-title-wrapper {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}
.ttvtab-main-title-wrapper .ttvcmsmain-title-wrapper{
    margin-bottom: 15px;
}
.ttvcms-main-title .ttvmain-title h2 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 45px;
    position: relative;
}
.ttvcms-main-title .ttvmain-title h2:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image:url(../img/Sepretor.png);
    height: 36px;
    width: 216px;
    background-repeat: no-repeat; 
}
.ttvcms-main-title .ttvmain-sub-title h4 {
    font-size: 14px;
    color: #696969;
    font-style: italic;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
}

.ttvcms-main-title .ttvmain-desc {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    color: #a0a0a0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}
@media(max-width: 991px){
    .ttvcmsmain-title-wrapper{
        margin-bottom: 15px;
    }
    .ttvcms-main-title .ttvmain-title h2{
        font-size: 28px;
    }
}
/************************************* tab title *******************************************/
.ttvtab-product {
    overflow: hidden;
}
.ttvtab-title-wrapper .ttvtabs-products li {
    position: relative;
    background-color: #fff;
    padding: 9px 40px;
    margin: 0 10px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    border: none;
}
.ttvtab-title-wrapper .ttvtabs-products li span {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
}
.ttvtab-title-wrapper .ttvtabs-products li:hover span,
.ttvtab-title-wrapper .ttvtabs-products li.active span {
    color: #fff;
}
.ttvtab-title-wrapper .ttvtabs-products li:hover,
.ttvtab-title-wrapper .ttvtabs-products li.active{
    background-color: #1d4f74
}
.ttvtab-title-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.ttvtab-product-list-wrapper {
    margin: 0 -15px;
    position: relative;
}
.ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
    margin-bottom: 0;
    display: block;
    text-align: center;
}
@media(max-width: 991px){
    .ttvtab-title-wrapper{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .ttvtab-title-wrapper .ttvtabs-products li{
        padding: 9px 12px;
        margin: 0 5px;
    }
}
@media(max-width: 575px){
    .ttvtab-title-wrapper .ttvtabs-products li{
        margin: 5px;
        display: block;
    }
    .ttvtab-product .ttvtab-title-wrapper .ttvtabs-products{
        display: inline-block;
        vertical-align: middle;
    }
    .ttvtab-title-wrapper{
        text-align: center;
        margin-bottom: 20px;
    }
}
/*********************************************Start All Product design*********************************************/

/********************************Start Main Wrapper  *******************************************/
.ttvall-product-wrapper-info-box {
    padding: 0 15px;
}
.ttvproduct-wrapper {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    -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;
    cursor: pointer;
}
.ttvproduct-wrapper .ttvproduct-image img {
    width: auto;
}

.ttv-grid-list-wrapper-info-box .ttvproduct-wrapper{
    margin-bottom: 30px;
}
.ttvtab-first-product.ttvall-product-wrapper-info-box {
    margin-bottom: 30px;
}
/***********************************Start Product Review*************************************/
.ttvleft-right-product-slider .comments_note {
    margin-bottom: 8px;
}
.ttvall-product-star-icon .star i {
    font-size: 0;
    color: #e9e9e9;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-image:url(../img/star-1.png); 
}

.ttvall-product-star-icon .star.star_on i {
    color: #ffc954;
    background-image:url(../img/star-2.png); 
}
.comments_note div.star{
    margin: 0 1px;
}
/***********************************End Product Review*************************************/
/***********************************producat-labal ****************************************/
.product-flags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    opacity: 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;
}

.product-flags span {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}
.product-flags.ttvproduct-sale-label {
    right: 10px;
    left: auto;
}
.product-flags.ttvproduct-new-label {
    left: 10px;
    right: auto;
}
.ttvproduct-sale-label span {
    color: #ec2515;
}
@media(min-width: 992px){
    .ttvproduct-wrapper:hover .product-flags {
        opacity: 1;
    }
}
@media(max-width: 991px) {
    .product-flags {
        opacity: 1;
    }
}

#products.list .product-flags,
#products.list-2 .product-flags,
#products.catalog .product-flags {
    opacity: 1;
}

/********************** end producat-labal ***************************/
/*****************************Start image change on hover****************************************/
.ttvproduct-wrapper .ttvproduct-image a {
    text-align: center;
    display: block;
    position: relative;
}

.ttvproduct-wrapper .ttvproduct-image {
    overflow: hidden;
    position: relative;
    padding: 0;
    display: block;
}

.ttvproduct-wrapper .ttvproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    -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;
}

.ttvproduct-wrapper:hover .ttvproduct-hover-img {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

/**********************End image change on hover***********************************/
/**********************Start Timer Design**************************/
.ttvproduct-wrapper.grid .ttvproduct-timer,
.ttvproduct-wrapper.grid-2 .ttvproduct-timer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    opacity: 1;
    text-align: center;
    -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;
}
.ttvtimer-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #eee;
}
.ttvproduct-timer-icon{
    display: inline-block;
    vertical-align: middle;
}
.ttvproduct-timer-icon i {
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: -215px -161px;
    height: 28px;
    width: 25px;
}

.ttvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.ttvproduct-timer-wrapper .hours,
.ttvproduct-timer-wrapper .minutes,
.ttvproduct-timer-wrapper .days,
.ttvproduct-timer-wrapper .seconds {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
}

.ttvtimer-dot {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 1px;
    font-size: 14px;
    color: #262626;
    font-weight: 400;
}

.ttvproduct-timer-wrapper .ttvtimer-name {
    display: none;
}
@media(min-width: 992px){
    .ttvproduct-wrapper:hover.grid .ttvproduct-timer,
    .ttvproduct-wrapper:hover.grid-2 .ttvproduct-timer {
        opacity: 0;
    }
}
@media(max-width: 991px) {
    .ttvproduct-wrapper.grid .ttvproduct-timer,
    .ttvproduct-wrapper.grid-2 .ttvproduct-timer {
        opacity: 1;
        bottom: 60px;
    }
    .ttvtimer-wrapper{
        padding: 0 5px;
    }
    .ttvproduct-timer-wrapper{
        min-width: 25px;
    }
}

/******************* end Start timer design *******************/

/************************Start cart-Quick-compare-wishlist Hover btn*************************/
.ttvproduct-wrapper .ttvproduct-hover-btn {
    position: absolute;
    top: auto;
    bottom: 15px;
    z-index: 10;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 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;
}

.ttvproduct-wrapper:hover .ttvproduct-hover-btn {
    opacity: 1;
}
.ttvproduct-wrapper .ttvproduct-quick-btn,
.ttvproduct-wrapper .ttvproduct-wishlist,
.ttvproduct-wrapper .ttvcompare-wrapper,
.ttvproduct-wrapper .ttvproduct-cart-btn{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.ttvproduct-wrapper .ttvproduct-quick-btn .ttvproduct-quick-icon,
.ttvproduct-wrapper .ttvproduct-wishlist .ttvproduct-wishlist-icon,
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.add,
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.remove,
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart,
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-out-of-stock{
    background-image: url(../img/sprite.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.ttvproduct-wrapper .ttvproduct-quick-btn .ttvproduct-quick-icon {
    background-position: -106px -506px;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart {
    background-position: -106px -406px;
}
.ttvproduct-wrapper .ttvproduct-wishlist .ttvproduct-wishlist-icon {
    background-position: -106px -655px;
}
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.add {
    background-position: -106px -556px;
}
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.remove {
    background-position: -106px -607px;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-out-of-stock{
    background-position: -106px -456px;
    opacity: .6;
    cursor: not-allowed;
}
.ttvproduct-wrapper .ttvproduct-quick-btn:hover .ttvproduct-quick-icon{
    background-position: -156px -506px;
    background-color: #333;
    border-color: #333;
}
.ttvproduct-wrapper .ttvproduct-cart-btn:hover .ttvproduct-add-to-cart{
    background-position: -156px -406px;
    background-color: #333;
    border-color: #333;
}
.ttvproduct-wrapper .ttvproduct-wishlist:hover .ttvproduct-wishlist-icon{
    background-position: -156px -655px;
    background-color: #333;
    border-color: #333;
}
.ttvproduct-wrapper .ttvcompare-wrapper:hover .ttvproduct-compare-icon i.add{
    background-position: -156px -556px;
    background-color: #333;
    border-color: #333;
}
.ttvproduct-wrapper .ttvcompare-wrapper:hover .ttvproduct-compare-icon i.remove{
    background-position: -156px -607px;
    background-color: #333;
    border-color: #333;
}
.ttvproduct-wrapper .ttvproduct-cart-btn:hover .ttvproduct-out-of-stock{
    background-position: -156px -456px;
    background-color: #333;
    border-color: #333;
}
.ttvproduct-cart-btn .ttvproduct-add-to-cart span,
.ttvproduct-add-to-cart-label,
.ttvproduct-cart-btn .ttvproduct-add-to-cart i,
.ttvproduct-hover-btn .ttvproduct-quick-btn i,
.ttvproduct-hover-btn .ttvproduct-quick-btn .ttvproduct-quick-lable,
.ttvproduct-wishlist .panel-product-line span,
.ttvproduct-wishlist .panel-product-line i,
.ttvcompare-wrapper .ttvcmsproduct-compare-btn span {
    display: none;
}
@media(max-width: 991px){
    .ttvproduct-wrapper .ttvproduct-hover-btn{
        opacity: 1;
        position: static;
        margin-top: 10px;
    }
    .ttvproduct-wrapper .ttvproduct-quick-btn,
    .ttvproduct-wrapper .ttvproduct-wishlist,
    .ttvproduct-wrapper .ttvcompare-wrapper,
    .ttvproduct-wrapper .ttvproduct-cart-btn{
        transform: scale(.8);
        margin: 0 0;
    }
}
/******************** end Start cart-Quick-compare-wishlist Hover btn ********************/
/**************************************Start Product Title & Price*************************************************/
.ttvproduct-info-box-wrapper {
    padding:15px;
    position: relative;
    text-align: center;
    background-color: #fff;
    min-height: 135px;
}

.ttvproduct-name .product-title a h6 {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
}
.ttvproduct-cat-name{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
}
.ttvproduct-name:hover .product-title a h6{
    color: #1d4f74;
}
.ttv-product-price{
    padding-top: 5px;
}
.product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    vertical-align: middle;
    display: inline-block;
}
.product-price-and-shipping .regular-price {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #777777;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 7px;
}
.product-price-and-shipping .ttvproduct-discount-price {
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f61a1a;
    margin: 0 0 0 7px;
}
.ttvleft-product-wrapper-info .product-price-and-shipping .price{
    font-size: 15px;
}
.ttvleft-product-wrapper-info .product-price-and-shipping .regular-price{
    font-size: 13px;
}
.lang-rtl .product-price-and-shipping .regular-price,
.lang-rtl .product-price-and-shipping .ttvproduct-discount-price{
    margin: 0 7px 0 0;
}
.product-price-and-shipping .price-tax {
    display: none;
}
.ttvproduct-wrapper .product-price-and-shipping {
    display: inline-block;
    vertical-align: middle;
}
.lang-rtl .ttvproduct-wrapper .product-price-and-shipping{
    direction: rtl;
}
@media(max-width: 991px){
    .ttvproduct-info-box-wrapper{
        padding: 10px 0;
    }
    .ttvproduct-name .product-title a h6{
        font-size: 15px;
    }
    .product-price-and-shipping .price{
        font-size: 16px;
    }
}
/********************************* end Start Product Title & Price***********************************/


/********************************Start Gride---Gride-2---List---List-2---catalog Product*************************************/
.ttvproduct-catalog-btn-wrapper {
    display: block;
    text-align: center;
}

.ttv-product-cart-quentity-inner {
    margin-right: 0;
    margin-bottom: 15px;
}

.ttv-product-catalog-btn .ttvproduct-cart-quentity {
    width: 40px;
    color: #1d4f74;
}

.ttvproduct-cart-quentity-increment,
.ttvproduct-cart-quentity-decrement {
    background-color: #333333;
    border: none;
    color: #ffffff;
}

.ttvproduct-cart-quentity-increment:hover,
.ttvproduct-cart-quentity-decrement:hover {
    background-color: #1d4f74;
}

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

#products.list-2 .ttv-product-desc,
#products.list .ttv-product-desc {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

#products.catalog .ttv-product-desc {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center;
}

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

#products.catalog .ttvall-product-star-icon .comments_note {
    text-align: center;
}

#products.catalog .ttvproduct-name {
    text-align: center;
}

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

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

#products.catalog .ttvproduct-timer {
    display: block;
}

#products.list .ttvproduct-wrapper .ttvproduct-info-box-wrapper .ttvall-product-star-icon,
#products.list-2 .ttvproduct-wrapper .ttvproduct-info-box-wrapper .ttvall-product-star-icon,
#products.catalog .ttvproduct-wrapper .ttvproduct-info-box-wrapper .ttvall-product-star-icon {
    display: block;
}

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

.ttvproductlist-comment-stock-wrapper {
    overflow: hidden;
}

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

#products.list-2 .ttvproductdescription-button-wrapper {
    width: 50%;
    padding: 15px;
    background-color: #fff;
}
#products.list-2 .ttvproduct-timer {
    margin-bottom: 15px;
}

#products.list .ttvproductdescription-button-wrapper {
    padding: 15px;
    background-color: #fff;
}

.ttvproduct-wrapper.list .ttv-product-list {
    float: left;
    margin-right: 20px;
}
#products.catalog .ttvproduct-catalog-wrapper{
    background-color: #fff;   
}
.ttvcmsstock-indicator-wraper {
    display: none;
}
.lang-rtl #products.list-2 .product-description,
.lang-rtl #products.list .product-description{
    text-align: right;
}
/************ mobile Start Gride---Gride-2---List---List-2---cataloge Product***************/
.ttv-grid-list-wrapper-info-box {
    margin-bottom: 0;
}
#products #js-product-list.ttvall-block-box-shadows {
    margin: 0 -15px;
}

.block-category .ttv-all-page-main-title-wrapper {
    text-align: left;
    padding: 0;
}

@media(min-width: 1200px) {
    #products.grid .ttvall-product-wrapper-info-box {
        width: 25%;
    }
    #products.grid-2 .ttv-grid-list-wrapper-info-box {
        width: 33%;
    }
}

@media(max-width: 1699px) {
    #products.grid .ttvall-product-wrapper-info-box {
        width: 25%;
    }

    .ttv-grid-list-all-wrapper {
        padding: 0;
    }

    .ttvcmsproduct-grid-list .ttvproduct-grid,
    .ttvcmsproduct-grid-list .ttvproduct-grid-2,
    .ttvcmsproduct-grid-list .ttvproduct-list,
    .ttvcmsproduct-grid-list .ttvproduct-list-2,
    .ttvcmsproduct-grid-list .ttvproduct-catalog {
        margin: 0 5px 5px 0;
    }
}

@media(max-width: 991px) {
    #products.grid .ttvall-product-wrapper-info-box {
        width: 33.33%;
    }

    .ttvcmsproduct-grid-list .ttvproduct-grid,
    .ttvcmsproduct-grid-list .ttvproduct-grid-2,
    .ttvcmsproduct-grid-list .ttvproduct-list,
    .ttvcmsproduct-grid-list .ttvproduct-list-2,
    .ttvcmsproduct-grid-list .ttvproduct-catalog {
        margin: 0 15px 0 0;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .ttv-product-catalog-btn {
        text-align: center;
    }

    .ttvcatlog-button-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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

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

@media(max-width: 767px) {
    #products.grid .ttvall-product-wrapper-info-box {
        width: 50%;
    }

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

    #products.catalog .ttv-product-list {
        margin: 0;
    }
}

@media(max-width: 575px) {
    .ttv-total-product-number {
        line-height: normal;
    }

    #products.list .ttvproduct-timer {
        text-align: center;
    }

    #products.list-2 .ttv-product-desc,
    #products.list .ttv-product-desc {
        text-align: center;
    }

    #products.list .ttvproduct-info-box-wrapper {
        text-align: center;
    }

    #products.catalog .ttvcms-product-name-star {
        padding-bottom: 0;
    }

    .ttvproduct-wrapper.list .ttv-product-list {
        float: none;
        margin: 0;
    }

    .ttvproduct-wrapper.list .ttv-indicator.ttv-bar .ttv-outer {
        margin: 0 auto;
    }
}

@media(max-width: 419px) {
    #products.grid .ttvall-product-wrapper-info-box {
        width: 100%;
    }
}

/******************* endStart Gride---Gride-2---List---List-2---cataloge Product *************************/
/******************************************************Start Product ALL RTL********************************************************/
.lang-rtl .ttvproduct-hover-btn-wrapper {
    direction: ltr;
}

.lang-rtl .ttvproduct-online-new-wrapper {
    left: 15px;
    right: auto;
    text-align: left;
}

.lang-rtl .ttvproduct-sale-pack-wrapper {
    right: 15px;
    left: auto;
    text-align: right;
}

.lang-rtl #products.list-2 .ttvproduct-info-box-wrapper,
.lang-rtl #products.list .ttvproduct-info-box-wrapper {
    text-align: right;
}

.lang-rtl .ttv-product-cart-quentity-inner,
.lang-rtl .ttvproduct-cart-catalog-btn {
    margin-left: 0;
    margin-right: 0;
}

.lang-rtl .ttvproduct-info-box-wrapper .ttvproduct-info-box-wrapper {
    direction: ltr;
}

/********************* teblet-Product-RTL ********************/
@media(min-width: 992px) {
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list {
        float: right;
        margin-right: 0;
        margin-left: 15px;
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
}

@media(max-width: 575px) {

    .lang-rtl #products.list .ttvproduct-name,
    .lang-rtl #products.list .ttv-indicator .ttv-items,
    .lang-rtl #products.list .ttvproduct-timer,
    .lang-rtl #products.list .comments_note,
    .lang-rtl #products.list .product-miniature .product-price-and-shipping,
    .lang-rtl #products.list-2 .ttvproduct-info-box-wrapper,
    .lang-rtl #products.list .ttvproduct-info-box-wrapper {
        text-align: center;
    }

    .lang-rtl .ttvproduct-wrapper.list .ttvall-product-btn-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/***********************************Start Product ALL RTL********************************************/
/*************************************************End All Product Design****************************************************/
/************* special product design **********/

.ttvleft-right-product-slider .ttvproduct-wrapper {
    padding: 24px 0;
    margin-bottom: 0;
    border: none;
    border-radius: 3px;
    border-bottom: 1px solid #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ttvleft-right-product-slider .ttvproduct-name-price-wrapper {
    text-align: left;
}

.ttvfooter-product-box-layout .ttvleft-right-product-slider {
    padding: 7.5px;
}

.ttvleft-right-product-slider .product-price-and-shipping .ttvproduct-discount-price {
    display: none;
}

.ttvmain-footer-tab-prod-slider {
    padding: 0;
}
.ttvleft-right-product-slider .ttvproduct-name{
    margin-bottom: 10px;
}
.ttvleft-right-product-slider:last-child .ttvproduct-wrapper{
    border: none;
}
@media(max-width: 1599px) {
    .ttvfooter-product-title-product .owl-item.active:first-child {
        border-right: none;
    }
}
/*******************************newsletter**********************/
.ttvfooter-before{
    background-color: #1d4f74;
}
.ttvnewsletter-title{
    font-size: 28px;
    color: #ffffff;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.ttvnewsletter-icon {
    display: inline-block;
    vertical-align: middle;
    background-image:url(../img/Newsletter-Icon.png);
    height: 27px;
    width: 36px; 
    background-repeat: no-repeat;
    margin-right: 15px;
}
.lang-rtl .ttvnewsletter-icon{
    margin: 0 0 0 15px;
}
.ttvnewsletter-description p {
    margin: 0;
    color: #696969;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .3px;
}

.block_newsletter form {
    width: 100%;
    margin: 0 auto;
}
.ttvnewsleteer-btn-wrapper .btn-primary[type=submit] {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
    border-radius: 0;
    text-transform: capitalize;
    background-color: #e4b798;
    padding: 0 25px;
    height: 40px;
    border: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ttvnewsleteer-btn-wrapper .btn-primary[type=submit]:hover{
    color: #fff;
    background-color: #000;
}
.ttvnewsleeter-input-button-wraper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttvnewsleeter-input-button-wraper #ttvnewsletter-home {
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #777777;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    text-overflow: ellipsis;
}

.ttvnewsleeter-input-button-wraper #ttvnewsletter-home::placeholder {
    color: #777777;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}
.lang-rtl .ttvnewsletter-lable-wrapper {
    text-align: right;
}
@media(max-width: 1366px){
    .ttvnewsletter-title{
        font-size: 22px;
    }
    .ttvnewsletter-icon{
        margin-right: 10px;
    }
    .lang-rtl .ttvnewsletter-icon{
        margin: 0 0 0 10px;
    }
}
@media(max-width: 1024px){
    .ttvnewsletter-title{
        font-size: 18px;
    }
}
@media(min-width: 992px){
    .ttvcms-newsletter-block.row,
    .ttvfooter-top-wrapper {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
}
@media(max-width: 991px) {
    .ttvfooter-before{
        padding: 15px 0;
    }
    .ttvnewsletter-lable-wrapper{
        margin-bottom: 15px;
    }
    .ttvcms-newsletter-wrapper,
    .lang-rtl .ttvnewsletter-lable-wrapper{
        text-align: center;
    }
    .ttvnewsleeter-input-button-wraper .ttvnewsleteer-btn-wrapper{
        display: inline-block;
        vertical-align: middle;
    }
}

@media(max-width: 767px) {
    .ttvnewsletter-block {
        display: block;
        text-align: center;
    }
}
@media(max-width: 575px){
    .ttvnewsleeter-input-button-wraper #ttvnewsletter-home{
        width: 60%;
    }
    .ttvnewsleeter-input-button-wraper{
        justify-content: center;
    }
}
/****start rtl newsletter*************/


/**********end rtl****************/
/********************* end newsletter ******************/

/****************************************Start Category Tab *************************************/
.ttvcmstabcategory-product-slider {
    margin-bottom: 50px;
}

.ttvtabcategory-product-tab-inner {
    margin: 0 -7.5px;
}

.ttvtabcategory-product-sub-title-block {
    float: left;
    width: 21%;
    padding: 0 7.5px;
}

.ttvtabcategory-product-inner-block {
    border-radius: 3px;
    padding: 22px 15px 22px 10px;
    background-color: #111;
    direction: ltr;
}

.ttvtabcategory-all-product {
    float: left;
    width: 79%;
}

.ttvtabcategory-product-li,
.ttvtabcategory-show,
.ttvtabcategory-hide {
    padding: 13px 15px 13px 20px;
    cursor: pointer;
    position: relative;
}

.ttvtabcategory-product-li:after,
.ttvtabcategory-show:after,
.ttvtabcategory-hide:after {
    position: absolute;
    content: "";
    height: 30px;
    background-color: #ffffff;
    left: 0;
    top: 50%;
    border-radius: 3px;
    width: 3px;
    opacity: 0.3;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.ttvtabcategory-product-li.active:after,
.ttvtabcategory-show.active:after,
.ttvtabcategory-hide.active:after,
.ttvtabcategory-product-li:hover:after,
.ttvtabcategory-show:hover:after,
.ttvtabcategory-hide:hover:after {
    opacity: 1;
}

.ttvtabcategory-product-li.active,
.ttvtabcategory-product-li:hover,
.ttvtabcategory-show:hover,
.ttvtabcategory-hide:hover {
    background-color: #292929;
}

.ttvtabcategory-product-inner {
    margin-bottom: 0;
    border-radius: 3px;
    background-color: #111111;
    direction: ltr;
}

.ttvtabcategory-product-li:hover {
    background-color: #3d3f4b;
}

.ttvtabcategory-product-li .ttvtabcategory-tab-sub-title {
    display: block;
    cursor: pointer;
}

.ttvtabcategory-product-li .ttvtabcategory-tab-sub-title span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.ttvtabcategory-not-found {
    padding: 20px;
    font-size: 20px;
}

@media(min-width: 992px) and (max-width: 1024px) {
    .ttvtabcategory-all-product {
        float: left;
        width: 72%;
    }

    .ttvtabcategory-product-sub-title-block {
        width: 28%;
        float: left;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .ttvtabcategory-all-product {
        float: left;
        width: 65%;
    }

    .ttvtabcategory-product-sub-title-block {
        width: 35%;
        float: left;
    }
}

@media(max-width: 575px) {
    .ttvtabcategory-product-li .ttvtabcategory-tab-sub-title span {
        font-size: 14px;
    }
}

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

    .ttvtabcategory-all-product,
    .ttvtabcategory-product-sub-title-block {
        float: left;
        width: 50%;
    }
}

@media(max-width: 991px) {
    .ttvcmstabcategory-product-slider {
        margin-bottom: 20px;
    }
}

@media(max-width:419px) {
    .ttvtabcategory-product-sub-title-block {
        width: 100%;
        margin-bottom: 15px;
    }

    .ttvtabcategory-all-product {
        width: 100%;
    }
}

/****************************************End Category Tab *************************************/

/****************************************footer *************************************/
.ttvfooter-box-container{
    background-color: #fff;
}
.footer-container{
    padding: 80px 0;
}
.ttvfooter-title-wrapper{
    position: relative;
    margin-bottom: 20px;
}
.lang-rtl .ttvfooter-title-wrapper{
    text-align: right;
}
.ttvfooter-title-wrapper .ttvfooter-title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.ttvfooter-link-wrapper li:not(:last-child){
    margin-bottom: 10px;
}
.ttvfooter-link-wrapper li span,
.ttvfooter-link-wrapper li a{
    font-size: 14px;
    font-weight: 400;
    color: #777;
}
.ttvfooter-link-wrapper li .ttvclose-time{
    color: #ff0000;
}
.ttvfooter-link-wrapper li:hover a{
    color: #1d4f74;
}
.ttvfooter-address-lable {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}
.lang-rtl .ttvfooter-address-lable{
    float: right;
    padding: 0 0 0 5px;
}
/***************Bottom To Top***************/
.ttvbottom-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 40;
    display: none;
    cursor: pointer;
}
.ttvbottom-to-top span {
    display: none;
}
.ttvbottom-to-top-icon {
    background-image: url(../img/sprite.png);
    background-position: -102px -853px;
    color: transparent;
    width: 45px;
    font-size: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-color: #e4b798;
}
.ttvbottom-to-top-icon:hover{
    background-color: #1d4f74;
    background-position: -152px -853px;
}
.ttvbottom-to-top i {
    display: none;
}
/***************CopyRight Text***************/
.ttvfooter-copyright-inner{
    border-top: 1px solid #eeeeee;
    padding: 13px 0;
}
.ttvfooter-copy-payment-icon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.ttvfooter-payment-icon-img-block{
    text-align: right;
}
.lang-rtl .ttvfooter-payment-icon-img-block{
    text-align: left;
}
.ttvfooter-payment-wrapper .ttvfooter-payment-icon{
    display: inline-block;
    vertical-align: middle;
}
.ttvfooter-payment-wrapper .ttvfooter-payment-icon{
    margin: 0 0 0 7px;
}
.lang-rtl .ttvfooter-payment-wrapper .ttvfooter-payment-icon{
    margin: 0 7px 0 0;
}

.ttvcopylink {
    text-align: left;
}
.lang-rtl .ttvcopylink {
    text-align: right;
}
.ttvcopylink p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.ttvcopylink p:hover{
    color: #1d4f74;
}
@media(min-width: 992px){
    .ttvfooter-toggle-icon-wrapper{
        display: none;
    }
    .ttvfooter-link-wrapper{
        display: block;
        margin: 0;
    }
}
@media(min-width: 768px){
    .ttvfooter-copyright-payment-icon {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 991px) {
    .footer-container {
        padding: 30px 0;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon {
        display: block;
        padding: 0;
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 4px;
        cursor: pointer;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon i {
        color: #333;
        height: 36px;
        width: 36px;
        line-height: 36px;
        font-size: 20px;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon .remove {
        display: none;
    }
    .ttvfooter-title-wrapper {
        margin-bottom: 0px;
    }
    .ttvfooter-title-wrapper .ttvfooter-title {
        margin-bottom: 10px;
        padding: 10px;
        display: block;
        border: 1px solid #eee;
    }
    #footer_sub_menu_link,
    #footer_sub_menu_store_info,
    #footer_sub_menu_linksecond,
    #footer_sub_menu_link_third,
    #ttvinstagram{
        padding: 0 15px;
        margin-bottom: 0;
    }
}
@media(max-width: 767px){
    .ttvfooter-copyright-payment-icon{
        display: block;
    }
    .ttvfooter-payment-icon-img-block{
        text-align: center;
        margin-top: 15px;
    }
    .ttvcopylink,
    .lang-rtl .ttvfooter-payment-icon-img-block,
    .ttvfooter-payment-icon-img-block{
        text-align: center;
    }
}
/****************************End Social Icon*************************/
.ttvfooter-social-icon-wrapper {
    margin-bottom: 0;
    background-color: #e4b798;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 53px;
}
.ttv-box-layout .ttvfooter-social-icon-wrapper{
    padding: 20px 30px;
}
.ttvcmsfooter-social-icon{
    text-align: right;
}
.lang-rtl .ttvcmsfooter-social-icon{
    text-align: left;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li {
    background-color: #ffffff;
    position: relative;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li:hover{
    background-color: #1d4f74;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li:not(:last-child){
    margin: 0 15px 0 0;
}
.lang-rtl .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li:not(:last-child){
    margin: 0 0 0 15px;
}
.ttvfooter-social-icon-wrapper li a {
    font-size: 0;
    display: block;
    height: 40px;
    width: 40px;
}
.ttvfooter-social-icon-wrapper li.rss a {
    background-image: url(../img/sprite.png);
    background-position: -155px -5px;
}
.ttvfooter-social-icon-wrapper li.facebook a {
    background-image: url(../img/sprite.png);
    background-position: -155px -55px;
}
.ttvfooter-social-icon-wrapper li.twitter a {
    background-image: url(../img/sprite.png);
    background-position: -155px -105px;
}
.ttvfooter-social-icon-wrapper li.youtube a {
    background-image: url(../img/sprite.png);
    background-position: -155px -155px;
}
.ttvfooter-social-icon-wrapper li.googleplus a {
    background-image: url(../img/sprite.png);
    background-position: -155px -255px;
}
.ttvfooter-social-icon-wrapper li.pinterest a {
    background-image: url(../img/sprite.png);
    background-position: -155px -205px;
}
.ttvfooter-social-icon-wrapper li.vimeo a {
    background-image: url(../img/sprite.png);
    background-position: -155px -355px;
}
.ttvfooter-social-icon-wrapper li.instagram a {
    background-image: url(../img/sprite.png);
    background-position: -155px -305px;
}
.ttvfooter-social-icon-wrapper li.rss:hover a {
    background-position: -5px -5px;
}
.ttvfooter-social-icon-wrapper li.facebook:hover a {
    background-position: -5px -55px;
}
.ttvfooter-social-icon-wrapper li.twitter:hover a {
    background-position: -5px -105px;
}
.ttvfooter-social-icon-wrapper li.youtube:hover a {
    background-position: -5px -155px;
}
.ttvfooter-social-icon-wrapper li.googleplus:hover a {
    background-position: -5px -255px;
}
.ttvfooter-social-icon-wrapper li.pinterest:hover a {
    background-position: -5px -205px;
}
.ttvfooter-social-icon-wrapper li.vimeo:hover a {
    background-position: -5px -355px;
}
.ttvfooter-social-icon-wrapper li.instagram:hover a {
    background-position: -5px -305px;
}
@media(max-width: 1366px){
     .ttv-box-layout .ttvfooter-social-icon-wrapper,
     .ttvfooter-social-icon-wrapper {
        padding: 20px 10px;
    }
}
@media(max-width: 1199px){
   
    .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li:not(:last-child) {
        margin: 0 5px 0 0;
    }
    .lang-rtl .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li:not(:last-child) {
        margin: 0 0 0 5px;
    }
}
@media(max-width: 1199px) and (min-width: 992px){
     .ttv-box-layout .ttvfooter-social-icon-wrapper,
     .ttvfooter-social-icon-wrapper {
        padding: 20px 6px;
    }
}
@media(max-width: 991px){
    .ttvcmsfooter-social-icon,
    .lang-rtl .ttvcmsfooter-social-icon {
        text-align: center;
        margin-top: 15px;
    }
    .ttv-box-layout .ttvfooter-social-icon-wrapper,
    .ttvfooter-social-icon-wrapper {
        padding: 15px 10px;
    }
}
/****************************End Social Icon*************************/
/*********************************************************** end footer ********************************************************/

/****************************start NewsLetterPopup*************************/
.ttvcmsNewsLetterPopup-i {
    max-width: 885px;
    max-height: 400px;
}
#ttvcmsNewsLetterPopup .footer_sub_menu_social_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.ttvnewsletter-social-icon ul li {
    margin: 0;
}
.ttvcmsnewsletterpopup {
    box-shadow: none;
    background-color: #f4fffe;
}

#newsletter_block_popup .block_content .newsletter_title h3 {
    font-size: 24px;
    font-weight: 600;
}

#newsletter_block_popup .block_content .ttvcmsnewsletterpopupContent {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
}

#newsletter_block_popup .block_content .inputNew::placeholder,
#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-input-wrapper input::placeholder {
    font-size: 12px;
}

#newsletter_block_popup .block_content .inputNew {
    height: 34px;
    width: 80%;
}

#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-input-wrapper input,
#newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-img-wrapper img {
    height: 34px;
}

#newsletter_block_popup .block_content .send-reqest {
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    background-color: #222
}
#newsletter_block_popup .block_content .send-reqest:hover {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121;
}
#newsletter_block_popup .newsletter_block_popup-bottom .ttvcmsnewsletterpopup_newsletter_dont_show_again {
    font-size: 10px;
}

.modal.in .modal-dialog.ttvcmsNewsLetterPopup-i {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

@media (max-width: 575px) {
    .ttvcmsnewsletterpopup .ttvnewslatter-popup-img-wrapper img {
        width: auto;
        max-height: inherit;
        height: auto;
    }

    .ttvcmsNewsLetterPopup-i {
        max-height: inherit;
        max-width: 800px !important;
    }

    .ttvcmsnewsletterpopup .ttvnewslatter-popup-img-wrapper {
        padding: 15px;
    }

    #newsletter_block_popup .block_content .newsletter_title h3 {
        font-size: 18px;
    }

    #newsletter_block_popup .block_content .ttvcmsnewsletterpopupContent {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #newsletter_block_popup .block_content .inputNew {
        margin-bottom: 10px;
        width: 100%;
    }

    #newsletter_block_popup .block_content .send-reqest {
        margin-bottom: 10px;
    }

    .ttvcmsnewsletterpopup .ttvnewslatter-popup-img-wrapper {
        width: 50%;
        margin: 0 auto;
    }
}

/****************************End NewsLetterPopup*************************/
@media (max-width: 1660px) and (min-width: 992px) {
    .ttv-main-div.ttv-box-layout.container {
        margin: 0 5%;
        width: auto;
        max-width: 100%;
    }
}

.ttv-main-div.ttv-box-layout.container {
    background-color: #ffffff;
}
/******************************** end footer *************************/
/******************************** Start Category **********************************/
.ttvcategory-slider-info-box{
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    text-align: center;
    transition: all .3s linear;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.ttvcategory-slider-info-box a{
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    color: #1d4f74;
    font-weight: 600;
    letter-spacing: 0.8px;
    position: relative;
}
.ttvcategory-slider-info-box a:before{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    width: 2px;
    height: 50%;
    background-color: #1d4f74;
}
.ttvcategory-slider-content-box .owl-item:nth-child(odd) .ttvcategory-slider-info-box a:before{
    background-color: #e4b798;
}
.ttvcategory-slider-content-box .owl-item:nth-child(odd) .ttvcategory-slider-info-box a{
    color: #e4b798;
}
@media(max-width: 767px){
    .ttvcategory-slider-info-box a{
        font-size: 24px;
    }
    .ttvcategory-slider-info-box{
        left: 30px;
    }
}
/******************************** End Category **********************************/

.ttvcms-slider-offerbanner-wrapper,
.ttvcmscategory-slider,
.ttvcmsbrandlist-slider,
.ttvcmsmultibanners,
.ttvcmstab-title-product,
.ttvcmssingle-block,
.ttvcmsspecial-product,
.ttvcmstestimonial,
.ttvcmsblog-event,
.ttvservices-home {
    margin-bottom: 100px;
}
@media(max-width: 991px){
    .ttvcms-slider-offerbanner-wrapper,
    .ttvcmscategory-slider,
    .ttvcmsbrandlist-slider,
    .ttvcmsmultibanners,
    .ttvcmstab-title-product,
    .ttvcmstestimonial,
    .ttvcmssingle-block,
    .ttvcmsspecial-product,
    .ttvcmsblog-event,
    .ttvservices-home {
        margin-bottom: 50px;
    }
}
