/*********************************************************** start header **************************************************/
#header {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    z-index: 70;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
}
#header a:hover {
    text-decoration: none;
}
#index #header{
    border-bottom: none;
    margin-bottom: 0;
}
#header.sticky, 
#index #header.sticky {
    top: 0;
    position: fixed;
    z-index: 50;
    width: 100%;
    left: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
    background-color: #ffffff;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: transform 0.5s 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 2px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    box-shadow:0px -1px 2px 1px rgba(128, 128, 128, 0.27);
    list-style: none;
}
/*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;
    }
}
img{
    max-width: 100%;
}
/****************************main-heder-box**************************/
.ttvcmsdesktop-wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media(max-width: 991px){
    .ttvcmsdesktop-wrapper-box{
        display: block;
        border-bottom: 1px solid #eeeeee;
    }
}
/****************************start_desktop_contact_link**************************/
#contact-link i{
    font-size: 0;
    background-image: url(../img/header-icon.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.tvcontact-link-wrapper{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.tvcontact-link-wrapper .tvcontact-title{
    color: #888888;
    font-size: 18px;
}
.tvcontact-link-wrapper span{
    color: #222222;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
/*********************************************************** start mobile header **************************************************/
@media (max-width: 991px) {
    #ttvcms-mobile-view-header {
        padding: 0 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 575px) {
    #ttvcms-mobile-view-header {
        height: auto;
        display: block;
    }
}
/************************************************************* start logo *************************************************/
.ttv-header-logo {
    height: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;   
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
}
.ttv-header-logo .logo {
    margin-left: auto;
    margin-right: auto;
}
.ttv-header-logo a{
    width: 100%;
}
.ttvcms-header-logo .ttvcmsheader-main-menu-wrapper{
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    background-color: #ffffff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
    width: 100%;
    z-index: 70;
}
.ttvcms-header-logo.open .ttvcmsheader-main-menu-wrapper{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(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;
}
.ttvcms-header-logo .ttv-header-logo{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(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;
}
.ttvcms-header-logo.open .ttv-header-logo{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
    
}
/************************************************************** end logo ***************************************************/
/************************************************************** start horizontal menu *************************/
#ttvcmsdesktop-vertical-menu .ttvcmsverticalmenu {
    padding: 30px 0;
}
.ttvmain-menu-sub-menu .top-menu.ttv-header-menu {
    overflow: hidden;
    margin: 0;
}
.ttvcmsdesktop-top-header-wrapper .ttvcmsmain-menu-wrapper {
    position: relative;
    width: 100%;
    text-align: center; 
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu > li {
    display: inline-block;
    padding: 20px 15px;
    cursor: pointer;
    vertical-align: top;
}
.ttvmain-menu-sub-menu .ttv-header-menu li {
    overflow: hidden;
    width: 160px;
    margin: 0;
    float: left;
    padding-right: 10px;
    position: relative;
}
#header .header-top .position-static {
    margin-bottom: 0;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li > .ttvmenu-link-wrapper a span{
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="1"] > li > .ttvmenu-link-wrapper a span{
    text-transform: uppercase;
    font-size: 14px;
}
.ttvmenu-link-wrapper {
    position: relative;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu li.current > .ttvmenu-link-wrapper > a > span{
    position: relative;
}
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li.current > .ttvmenu-link-wrapper i,
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li.current > .ttvmenu-link-wrapper a span,
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li:hover > .ttvmenu-link-wrapper i,
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="0"] > li:hover > .ttvmenu-link-wrapper a span,
#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="1"] > li > .ttvmenu-link-wrapper a span:hover{ 
    color: #ff4949;
}
.ttvdropdown-submenu span{
    color: #222222;
    font-weight: 600;
    line-height: 35px;
    display: block;
}

.ttvcms-header-menu .ttv-header-menu > li > .ttvmenu-link-wrapper i {
    color: #ffffff;
    font-size: 15px;
    width: 20px;
    height: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.ttvmain-menu-sub-menu .ttvmenu-toggle-icon {
    display: none;
}
.ttvcmsheader-main-menu-wrapper .ttvhorizontal-menu-drop-down-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}
@media(max-width: 1199px){
    #ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu > li{
        padding: 20px 10px;
    }
}
@media (min-width: 992px) {
    .ttv-header-menu {
        margin: 0;
        overflow: hidden;
    }   
    .ttvmain-menu-dropdown {
        position: absolute;
        background-color: #ffffff;
        z-index: 60;    
        padding: 20px;
        outline: 1px solid #eeeeee;
        left: auto;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        -webkit-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .lang-rtl .ttvmain-menu-dropdown{
        text-align: right;
    }
}
.ttvcmsdesktop-top-header-wrapper .ttvmain-menu-dropdown.ttv-auto-scroll{
    max-height: 400px;
    overflow-y: scroll;
}
.ttvmain-menu-wrapper a[data-depth="2"] .ttvmain-menu-text-box {
    font-size: 13px;
    color: #403e3f;
    line-height: 26px;   
    width: 100%;
    font-weight: 400;
}
.ttvmain-menu-wrapper a[data-depth="2"] .ttvmain-menu-text-box:hover{
    color: #ff4949;
}
.ttvmenu-button-wrapper {
    display: none;
}
.ttvheader-top-menu-img {
    padding-top: 20px;
}
.ttvheader-top-menu-img img {
    width: 100%;
}
.ttvmain-menu-open{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.ttvmain-menu-icon{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #222222;
    border-radius: 50px;
}
.ttvmain-menu-icon:hover{
    border: 1px solid #ff4949;
}
.ttvmain-menu-open i {
    background-image: url(../img/sprite.png);
    background-position: -6px -452px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    background-color: #222222;
    display: inline-block;
    float: left;
}
.ttvmain-menu-icon .ttvmain-menu-open-wrapper {
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    cursor: pointer;
}
.ttvmain-menu-icon:hover .ttvmain-menu-open-wrapper{
    color: #ff4949;
}
.ttvmain-menu-close i{
    background-image: url(../img/sprite.png);
    background-position: -306px -633px;
    color: #ffffff;
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    background-color: #222222;
    cursor: pointer;
    float: left;
}
.ttvmain-menu-icon:hover .ttvmain-menu-open i,
.ttvmain-menu-icon:hover .ttvmain-menu-close i{
    background-color: #ff4949;
}
.ttvmain-menu-icon.open .ttvmain-menu-open{
    display: none;
}
.ttvmain-menu-icon .ttvmain-menu-close{
    display: none;
}
.ttvmain-menu-icon.open .ttvmain-menu-close{
    display: block;
}
.ttv-desk-open{
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);   
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ttvcmsheader-main-menu-wrapper.open{
    opacity: 1;
    top: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: visible;
}
/******************************************************** mobile horizontal menu ****************************************/
@media (max-width: 991px) {
    #ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        top: 100%;
        width: 50%;
        z-index: 70;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.7s ease 0.1s;
        -moz-transition: all 0.7s ease 0.1s;
        -ms-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s; 
        padding: 15px;
        left: -300px;
        visibility: hidden;
        max-height: 500px;
        overflow-y: scroll 
    }
    #ttvcmsmobile-horizontal-menu .ttv-header-menu.open {
        opacity: 1;
        -webkit-transition: all 0.7s ease 0.1s;
        -o-transition: all 0.7s ease 0.1s;
        transition: all 0.7s ease 0.1s;
        visibility: visible;
        left: 0;
    }
     .lang-rtl #ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu{
        left: auto;
        right: -300px;
     }
     .lang-rtl #ttvcmsmobile-horizontal-menu .ttv-header-menu.open{
        right: 0;
     }
    #ttvcmsmobile-horizontal-menu .ttv-header-menu li {
        width: 100%;
        text-align: center;
        position: relative;
        display: block;     
        padding: 0;
    }
    .ttvcms-header-menu{
        display: none;
    }
    #ttvcmsmobile-horizontal-menu .ttv-header-menu ul[data-depth="1"] > li{
        padding: 0 0 10px 0;
        float: none;
    }
    .ttvheader-top-menu-img {
        padding: 10px 0;
    }
    #ttvcmsmobile-horizontal-menu > .ttvcmsmain-menu-wrapper > .ttv-header-menu > li {
        border-bottom: 1px solid #f1f1f1;
    }
    #ttvcmsmobile-horizontal-menu > .ttvcmsmain-menu-wrapper > .ttv-header-menu > li > .ttvmenu-link-wrapper {
        padding: 15px 20px;
    }
    #ttvcmsmobile-horizontal-menu .ttv-header-menu li:last-child {
        border-bottom: none;
    }
    #ttvcmsmobile-horizontal-menu .ttv-header-menu li a i {
        float: right;
        padding: 0 40px;
        position: absolute;
        right: 0;
        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%);
    }
    #ttvcmsmobile-horizontal-menu > .ttvcmsmain-menu-wrapper > .ttv-header-menu > li > .ttvmenu-link-wrapper span{
        color: #222222;
        font-weight: 500;
    }
    .ttvmain-menu-dropdown {
        display: none;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .ttvmenu-button-wrapper {
        display: block;
    }
    .ttvmenu-toggle-icon {
        position: absolute;
        right: 0;
    }   
    #header .ttvcmsmain-menu-wrapper .menu {
        display: block;
    }
    #ttvcmsmobile-horizontal-menu {
        margin-right: 30px;
    }
}
@media(min-width: 576px) and (max-width: 991px){
    .ttvcmsmobile-header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 33.33%;
        float: left;
    }
}
@media (max-width: 767px) {
    #ttvcmsmobile-horizontal-menu .ttv-header-menu.open {
            width: 70%;
    }
}
@media(min-width: 567px) and (max-width: 767px){
    .ttvcmsmobile-horizontal-menu-left{
        padding: 0;
    }
}
@media (max-width: 575px) {
    .ttvcmsmobile-header-left {
        width: 100%;
        float: none;
        text-align: center;
    }
    #ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper > .ttv-header-menu {
        width: 100%;
    }
}
.lang-rtl .ttvmain-menu-open i,
.lang-rtl .ttvmain-menu-close i {
    float: right;
}
/**************************************************** start header right ***********************************/
.ttvcmsmobile-header-right {
    position: relative; 
}
.ttvcmsheader-nav-right{
    padding-left: 0;
}
.ttv-search-account-cart-wrapper {
    text-align: right;
}
.ttvcmssearch-wrapper{
    display: inline-block;
    vertical-align: top;
    float: none;
}
.ttvsearch-top-wrapper .ttvsearch-close{
    display: none;
}
@media (max-width: 991px) { 
    .ttvcmsmobile-header-right,
    .ttvcmsmobile-header-center {
        width: 33.33%;
    }
}
@media (max-width: 575px) {
    .ttvcmsmobile-header-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #eeeeee;
    }

    #ttvcmsmobile-header-right{
        width: 45%;
    }
    .ttvcmsmobile-header-center{
        width: 100%;
    }
    #ttvcmsmobile-horizontal-menu-left{
        width: 55%;
    }
    .lang-rtl #ttvcmsmobile-horizontal-menu-left{
        float: right;
    }
}
.lang-rtl .ttv-search-account-cart-wrapper {
    text-align: left;
}
.lang-rtl .ttvcmsheader-nav-right{
    padding: 0 0 0 15px;
}
.lang-rtl .ttvmain-menu-icon .ttvmain-menu-open{
    float: right;
}
/**************************************************** start serach right ***********************************/

.ttvsearch-top-wrapper .ttvsearch-close{
    background-image: url(../img/sprite.png);
    background-position: -305px -631px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    text-align: center;
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    display: none;
}
.ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text]::placeholder{
    color: #888888;
    opacity: 1;
    height: 40px;
    line-height: 40px;
}

.ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text]{
    line-height: 40px;
    height: 40px;
    min-width: 258px;
    padding: 0 10px;
}
#_desktop_search .ttvheader-search-btn i {
    font-size: 17px;
}
#products .ttvsearch-all-dropdown-wrapper .product-price-and-shipping{
    text-align: left;
}
.page-content.page-not-found .ttvsearch-close{
    display: none;  
}
.ttvsearch-dropdown-img-block img{
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.ttvsearch-dropdown-img-block{
    margin-right: 15px;
}
.lang-rtl .ttvsearch-dropdown-img-block{
    margin:0 0 0 15px;
}
.ttvsearch-dropdown-content-box {
    margin: 0;
    display: block;
    overflow: hidden;
}
.ttvsearch-more-search{
    display: inline-block;
    cursor: pointer;
}
.ttvsearch-more-search-wrapper{
    text-align: center;
}
.ttvheader-top-search-wrapper .ttvheader-search-btn{
    cursor: pointer;
    position: inherit !important;
    width: 100%;
}
#search.page-search #content-wrapper .ttvsearch-header-display-wrappper{
    display: block;
}
.ttvheader-top-search-wrapper .ttvheader-search-btn:hover i{
    color: #90a898;
}

.ttvsearch-dropdown-title{
    color: #444444;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}   
#header .ttvsearch-result .ttvsearch-all-dropdown-wrapper .ttvsearch-dropdown-wrapper{
    text-align: left;
}
.lang-rtl #header .ttvsearch-result .ttvsearch-all-dropdown-wrapper .ttvsearch-dropdown-wrapper{
    text-align: right;
}
#products.lang-rtl .ttvsearch-all-dropdown-wrapper .product-price-and-shipping{
    text-align: right;
}
/**************************************************** start deckstop and mobile my account ****************************/
#_desktop_search .ttvsearch-top-wrapper .ttvsearch-open {
    padding: 0;
    background-image: url(../img/sprite.png);
    height: 40px;
    background-position: -4px -541px;
    width: 40px;
    display: block;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    position: relative;
    z-index: 1;
}
.ttvcms-header-myaccount,
.ttvcmslogin-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;    
    padding: 0 10px;
}
.ttvcmslogin-wrapper:before,
.ttvcmslogin-wrapper:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #444444;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.ttvcmslogin-wrapper:after{
    right: 0;
    left: auto;
}
.ttvheader-search-display-icon{
    display: inline-block;
    vertical-align: middle;
}
.ttvserach-name-wrapper{
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.ttvsearch-top-wrapper {
    padding: 0;
}
.ttvheader-sarch-display:hover .ttvserach-name-wrapper{
    color: #ff4949;
}
.ttvcms-header-myaccount .ttv-myaccount-btn {
    cursor: pointer;
}
.ttvcms-header-myaccount .ttv-myaccount-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 5px;
    line-height: 50px;
}
.ttvcms-header-myaccount .ttv-myaccount-btn i {
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    display: none;
}
.ttv-account-wrapper .ttv-myaccount-btn:hover span, 
.ttv-account-wrapper .ttv-myaccount-btn:hover i{
    color: #ff4949;
}
.ttvcms-header-myaccount .ttv-account-dropdown {
    right: 0;
    left: auto;
    top: 100%;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    padding: 10px;
    width: 120px;
    min-width: auto;
}
.lang-rtl .ttvcms-header-myaccount, 
.lang-rtl .ttvcmssearch-wrapper{
    float: none;
}
.ttvcmsdesktop-navright-wrapper{
    text-align: center;
}
@media(min-width: 768px){
    .ttvcmsdesktop-navright-wrapper{
        text-align: right;
    }
    .lang-rtl .ttvcmsdesktop-navright-wrapper{
        text-align: left;
    } 
}
@media(min-width: 576px){
    .ttvcmslogin-wrapper{
        padding: 0 20px;
    }
}
@media(max-width: 575px){
    .ttvcms-header-myaccount .ttv-myaccount-btn span,
    .ttvserach-name-wrapper{
        font-size: 12px;
    }
}
@media(max-width: 360px){
    .ttvcms-header-myaccount{
        width: 100%;
        padding: 0;
    }
    .ttvcmslogin-wrapper{
        width: 50%;
        float: left;
    }
    .ttvcmssearch-wrapper{
        display: block;
        width: 50%;
        float: right;
        position: initial;
    }
    .ttvcms-header-myaccount .ttv-account-dropdown,
    .lang-rtl .ttvcms-header-myaccount .ttv-account-dropdown{
        right: 0;
        left: 0; 
    }
    #header .ttvsearch-header-display-wrappper{
        width: 100%;
    }
    .ttvcmsdesktop-navright-wrapper{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        padding: 0;
    }
    .ttvcmsdesktop-navoffer-wrapper{
        padding: 0;
    }
    .ttvcmsdesktop-headrer-nav-outer{
        padding: 0 15px;
    }
    .ttvcms-header-myaccount .ttv-myaccount-btn i{
        line-height: 40px;
        height: 40px;
    }
    .ttvcms-header-myaccount .ttv-myaccount-btn span,
    .ttvserach-name-wrapper{
        line-height: 40px;
    }
    .ttvcmslogin-wrapper:before {
        display: none;
    }
}
/********************************************** start deckstop language *************************************/
.ttvcmsdesktop-navbar-wrapper{
    background-color: #222222;
}
#ttvcmsdesktop-language-selector .ttv-language-btn .ttv-language-span, 
#ttvcmsdesktop-currency-selector .ttv-currency-btn .ttv-currency-span,
#_desktop_wishtlistTop .ttvwishlist-name span,
.ttvcmsdesktop-view-compare .ttvdesktop-view-compare-name{
    color: #888888;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    line-height: 35px;
}
.lang-rtl #_desktop_wishtlistTop .ttvwishlist-name,
.lang-rtl .ttvcmsdesktop-view-compare .ttvdesktop-view-compare-name{
    direction: ltr;
}
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.ttvheader-sign .account.ttvhedaer-sign-btn{
    padding-left: 10px;
}
#ttvcmsdesktop-user-info a.ttvhedaer-sign-btn:last-child {
    border: none;
}
#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 {
    cursor: pointer;
    width: 100%;
}
#ttvcmsdesktop-language-selector .ttv-language-btn i, 
#ttvcmsdesktop-currency-selector .ttv-currency-btn i, 
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn i {
    color: #888888;
    font-size: 14px;
    float: right;
    line-height: 35px;
    height: 35px;
}
.lang-rtl #ttvcmsdesktop-language-selector .ttv-language-btn i, 
.lang-rtl #ttvcmsdesktop-currency-selector .ttv-currency-btn i, 
.lang-rtl #ttvcmsdesktop-user-info .ttvhedaer-sign-btn i{
    float: left;
}
#ttvcmsdesktop-language-selector .ttv-language-btn:hover i, 
#ttvcmsdesktop-currency-selector .ttv-currency-btn:hover i, 
#ttvcmsdesktop-language-selector .ttv-language-btn:hover .ttv-language-span, 
#ttvcmsdesktop-currency-selector .ttv-currency-btn:hover .ttv-currency-span, 
#ttvcmsdesktop-user-info:hover .ttvhedaer-sign-btn i,
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn:hover,
#_desktop_wishtlistTop:hover .ttvwishlist-name span,
.ttvcmsdesktop-view-compare:hover .ttvdesktop-view-compare-name {
    color: #ff4949;
}
.ttvheader-account-wrapper{
    text-align: center;
}
@media(min-width: 768px){
    .ttvheader-account-wrapper{
        text-align: right;
    }
    .lang-rtl .ttvheader-account-wrapper{
        text-align: left;
    }
}
.ttv-account-dropdown > li > div {
    border-bottom: 1px solid #eeeeee;
}
.ttv-account-dropdown > li:last-child > div {
    border-bottom: none;
}
.ttv-language-dropdown, 
.ttv-currency-dropdown {
    border: 1px solid #eeeeee;
    padding: 10px;
    right: 0;
    margin-bottom: 10px;
    background: #ffffff;
    width: 100%;
    text-align: left;
}
.lang-rtl .ttv-language-dropdown, 
.lang-rtl .ttv-currency-dropdown{
    text-align: right;
    right: auto;
    left: 0;
}

.ttv-language-dropdown li a, .ttv-currency-dropdown li a {
    font-size: 13px;
    color: #222222;
    font-weight: 400;
    line-height: 30px;
}
.ttv-language-dropdown li a:hover, .ttv-currency-dropdown li a:hover {
    color: #ff4949;
}

/***************************************************** media language ******************************************/
@media(max-width: 575px) {
    #ttvcmsdesktop-language-selector .ttv-language-btn .ttv-language-span, 
    #ttvcmsdesktop-currency-selector .ttv-currency-btn .ttv-currency-span{
        line-height: 35px;
    }
    #ttvcmsdesktop-language-selector .ttv-language-btn i, 
    #ttvcmsdesktop-currency-selector .ttv-currency-btn i, 
    #ttvcmsdesktop-user-info .ttvhedaer-sign-btn i{
        line-height: 35px;
        height: 35px;
    }
    #ttvcmsdesktop-user-info .ttvhedaer-sign-btn{
        font-size: 12px;
    }
}

/*************start header-nav**************/
.ttvheader-nav-offer-text i{
    display: none;
}
.ttvheader-nav-offer-text span{
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
}
.ttvheader-nav-offer-text{
    text-align: left;
}
@media(max-width: 767px){
    .ttvheader-nav-offer-text{
        text-align: center;
    }
}
@media(max-width: 575px){
   .ttvheader-nav-offer-text span{
        font-size: 12px;
        line-height: 35px;
   }
}
@media(max-width: 360px){
    .ttvheader-nav-offer-text p{
        font-size: 10px;
    }
    #ttvcmsdesktop-user-info .ttvhedaer-sign-btn{
        line-height: 40px;
    }
}
@media(min-width: 768px){
    .lang-rtl .ttvcmsdesktop-navoffer-wrapper{
        float: right;
    }
    .lang-rtl .ttvheader-nav-offer-text{
        text-align: right;
    }
}

/**************end header-nav****************/
/**************************************************** start decsktop cart **************************************/
.ttv-cart-outer-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ttvheader-cart-wrapper {
    display: inline-block;  
    vertical-align: top;
}
.ttvheader-cart-btn-wrapper {
    position: relative;
    padding: 25px 0;
}
.ttvheader-cart-btn-wrapper a{
    position: relative;
    display: block;
}
.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);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ttv-cart-icon i {
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #222222;
    display: none;
}
.ttvcms-header-cart .ttv-cart-icon {
    background-image: url(../img/sprite.png);
    height: 40px;
    background-position: -5px -496px;
    width: 40px;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}
.ttvcms-header-cart .ttv-cart-icon:hover{
    background-position: -55px -496px;
}
.ttv-cart-cart-outer .ttv-cart-cart-inner {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ff4949;
    border-radius: 50px;
    right: 0;
    top: 0;
    color: #ffffff;
    z-index: 1;
    font-size: 10px;
}
.lang-rtl .ttv-cart-cart-outer .ttv-cart-cart-inner{
    right: auto;
    left: 0px;
}
.ttv-cart-cart-inner .ttv-cart-title{
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}
.ttvcms-header-cart:hover .ttv-cart-cart-inner .ttv-cart-title{
    color: #ff4949;
}
.ttv-cart-cart-outer{
    display: inline-block;
    vertical-align: middle;
}
.ttvcart-count-products-count .cart-products-count,
.ttvcart-count-products-count .ttvshopping-cart-name{
    font-size: 15px;
    color: #222222;
    padding-left: 2px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}
.ttvcms-header-cart:hover .ttvcart-count-products-count,
.ttvcms-header-cart:hover .cart-products-count, 
.ttvcms-header-cart:hover .ttvshopping-cart-name{
    color: #ff4949;
}
.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 #eeeeee;
    padding: 15px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.ttvcmscart-show-dropdown .ttvcart-product-wrapper.items {
    overflow: hidden;
    margin-bottom: 15px;
}
.ttvcmscart-show-dropdown .ttvcart-product-list-img {
    border: 1px solid #eeeeee;
    height: 82px;
    width: 82px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.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;
    color: #444444;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.ttvcart-product-content {
    margin-left: 80px;
    text-align: left;
}
.lang-rtl .ttvcart-product-content{
    text-align: right;
}
.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: -5px 167px;
    display: block;
}
.ttvcart-product-content-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    overflow-y: scroll;
    max-height: 301px; 
    scroll-behavior: smooth;
}
.ttvcart-product-list-btn {
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.ttvcart-product-list-checkout ,
.ttvcart-product-list-viewcart{
    border: 1px solid #222222;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.ttvcart-product-list-checkout a,
.ttvcart-product-list-viewcart a{
    padding: 10px 15px;
    height: 40px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.ttvcart-product-list-checkout:hover,
.ttvsearch-more-search:hover {
    background-color: #ff4949;
    color: #ffffff;
    border: 1px solid #ff4949;
    cursor: pointer;
}
.ttvcart-product-list-checkout:hover a{
    color: #ffffff;
}
.ttv-header-cart .ttvheader-cart-wrapper ul {
    margin: 0;
}
.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;
}
.lang-rtl .ttvcart-product-list-subtotal-prod,
.lang-rtl .ttvcart-product-list-subtotal-shipping,
.lang-rtl .ttvcart-product-list-subtotal-tax,
.lang-rtl .ttvcart-product-list-subtotal-excluding-text{
    text-align: right;
}
.ttvcart-product-list-subtotal-excluding-text {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}
.ttvorder-conformation-wrapper {
    margin-bottom: 100px;
}
#products .product-thumbnail, 
.featured-products .product-thumbnail, 
.product-accessories .product-thumbnail, 
.product-miniature .product-thumbnail {
    position: relative;
}
#main .page-content, 
#main .page-header{
    box-shadow: none;
    direction: ltr; 
    border: 1px solid #eeeeee;
    padding: 15px;
}
#module-ttvcmswishlist-mywishlist .page-content{
    padding: 15px;
}
.ttv-address-block {
    padding: 0;
}
@media (max-width: 575px) { 
    .ttvheader-cart-btn-wrapper{
        padding: 10px 0;
    }
    .ttvcmscart-show-dropdown{
        width: 290px;
    }
    .lang-rtl .ttvcmscart-show-dropdown {
        left: 0;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .lang-rtl .ttvcmscart-show-dropdown.open {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/************************************************************* end header *************************************/
.ttvcmsspecial-product,
.ttvcmsfeatured-product,
.ttvcmsbest-seller-product,
.ttvcmsnew-product,
.ttvcmstab-title-product {
    background-color: #ffffff;
    margin-bottom: 80px;
}
/*********************************************** pagination btn **************************************************/
.container, .ttvtab-product-list-wrapper, .ttvcategory-slider-inner-info-box {
    position: relative;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev {
    right: 55px;
    left: auto;
    z-index: 30;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next {
    right: 0;
    left: auto;
    z-index: 30;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev i,
.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next i,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev i,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next i,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev i,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next i,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev i,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next i,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev i,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next i,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev i,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next i,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev i,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next i,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev i,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next i,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev i,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next i,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev i,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next i,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev i,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next i,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-prev i,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-next i,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-prev i,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-next i,
.ttvmain-slider-next-pre-btn .ttvcmsmain-next i,
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev i,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev i,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next i,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-prev i,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-next i,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev i,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next i,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev i,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next i,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev i,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next i{
    line-height: 42px;
    height: 42px;
    font-size: 18px;
    color: #666666;
    display: none;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-prev,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-prev,
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-prev,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev  {
    background-image: url(../img/sprite.png);
    background-position: -6px -363px;
    background-color: #ffffff;
    height: 40px;
    width: 40px;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    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%);
    left: 15px;
    bottom: auto;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-next,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-next,
.ttvmain-slider-next-pre-btn .ttvcmsmain-next,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next ,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-next,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next,
.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-next {
    background-image: url(../img/sprite.png);
    background-position: -6px -408px;
    background-color: #ffffff;
    height: 40px;
    width: 40px;    
    border: 1px solid #eeeeee;
    border-radius: 100%;
    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: 15px;
    bottom: auto;
}
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev,
.ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev,
.ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next {
    border: none;
    background-color: transparent;
}
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next {
    background-color: #eeeeee;
}
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next,
.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;
    margin: 0 5px;
    position: unset;
}
.ttvcms-left-testimonial .ttvcms-testimonial-next-pre-btn ,
.ttvcmsblog-left-side .ttvcms-blog-left-side-next-pre-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
}

.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev {
    left: 15px;
}
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next {
    right: 15px;
}

.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev:hover,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev:hover,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev:hover,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev:hover,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev:hover,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev:hover,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev:hover,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev:hover,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev:hover,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev:hover,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev:hover,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-prev:hover,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-prev:hover,
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev:hover,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev:hover ,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-prev:hover,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev:hover,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev:hover {   
    background-color: #ff4949;
    border-color: #ff4949;
    background-position: -57px -363px;
}


.ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next:hover,
.ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next:hover,
.ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next:hover,
.ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next:hover,
.ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next:hover,
.ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next:hover,
.ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next:hover,
.ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next:hover,
.ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next:hover,
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next:hover,
.ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next:hover,
.ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-next:hover,
.ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-next:hover,
.ttvmain-slider-next-pre-btn .ttvcmsmain-next:hover,
.ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next:hover,
.ttvcms-brandlist-pagination-wrapper .ttvcms-brandlist-next-pre-btn .ttvbrandlist-slider-next:hover,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next:hover ,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-next:hover  {
    background-color: #ff4949;
    border-color: #ff4949;
    background-position: -56px -408px;
}
.ttvmain-slider-next-pre-btn {
    display: block;
}

.ttvmain-slider-next-pre-btn .ttvcmsmain-prev { 
    left: 50px;
    border-color: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
    background-position: 4px -353px;
    height: 60px;
    width: 60px;
}

.ttvmain-slider-next-pre-btn .ttvcmsmain-next { 
    right: 50px;
    border-color: #ffffff;  
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); 
    background-position: 4px -398px;
    height: 60px;
    width: 60px;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev:hover {
    background-position: -47px -354px;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-next:hover {
    background-position: -47px -397px;  
}
.ttvcms-brandlist-pagination-wrapper,
.ttvcms-singleimage-pagination-wrapper,
.ttvcms-quickview-pagination-wrapper {
    display: none;
    -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;
}

.ttvbrandlist-slider:hover .ttvcms-brandlist-pagination-wrapper,
.ttv-additional-image:hover .ttvcms-singleimage-pagination-wrapper,
.ttv-additional-image:hover .ttvcms-quickview-pagination-wrapper {
    display: block;
    -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;
}
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next {
    right: 15px;
    left: auto;
    border: none;
    margin: 0;
    border: 1px solid #eeeeee;

}
.ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev {
    left: 15px;
    right: auto;
    border: none;
    margin: 0;
    border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
    .ttvcms-brandlist-pagination-wrapper,
    .ttvcms-singleimage-pagination-wrapper,
    .ttvcms-quickview-pagination-wrapper {
        display: block;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev {
        left:20px;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-next {
        right:20px;
    }
}
@media (max-width: 767px) {
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev ,
    .ttvmain-slider-next-pre-btn .ttvcmsmain-next {
        -webkit-transform: translate(0, -50%) scale(0.7);
        -o-transform: translate(0, -50%) scale(0.7);
        -ms-transform: translate(0, -50%) scale(0.7);
        -moz-transform: translate(0, -50%) scale(0.7);
        transform: translate(0, -50%) scale(0.7);
    }
}
@media (max-width: 575px) {
    .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
    .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
    .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
    .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
    .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
    .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
    .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
    .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
    .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
    .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev,
    .ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-prev,
    .ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-prev,
    .ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-prev,
    .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
    .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
    .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
    .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
    .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
    .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
    .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
    .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
    .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
    .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next,
    .ttvcms-blog-left-side-pagination-wrapper .ttvblog-left-side-next,
    .ttvcms-service-pagination-wrapper .ttvcms-service-next-pre-btn .ttvservice-slider-next,    
    .ttvcmsblog-event-home .ttvcmsblog-event-home-next-pre-btn .ttvcmsblog-event-home-slider-next {
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev {
        left: 0;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-next {
        right: 0;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev ,
    .ttvmain-slider-next-pre-btn .ttvcmsmain-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);
    }
}
/*************************end pagination button************************************************************/
.ttvcmstab-title-product,
.ttvcmsspecial-product,
.ttvcmsfeatured-product,
.ttvcmsbest-seller-product,
.ttvcmsnew-product {
    padding: 0;
    margin-bottom: 80px;
}
.ttvallproduct-link {
    margin-top: 15px;
    text-align: right;
}
.ttvallproduct-link a,
.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{
    color: #222222;
    font-weight: 500;
}
.ttvallproduct-link a i,
.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{
    font-size: 15px;
    line-height: 14px;
}
.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 {
    color: #ff4949;
}
/******************* product title design ***********/
.ttvcmsmain-title-wrapper {
    margin-bottom: 40px;
}
.ttvtab-product .ttvcmsmain-title-wrapper {
    margin-bottom: 20px;
}
.ttvcms-main-title .ttvmain-title {
    font-size: 35px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding-bottom: 0;
}
.ttvcustomer-services .ttvcms-main-title .ttvmain-title {
    color: #ffffff;
}
.ttvcms-main-title .ttvmain-sub-title {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
    display: none;
}
.ttvcms-main-title .ttvmain-desc {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #888888;
    font-weight: 500;
    margin-top: 5px;
    letter-spacing: 0.8px;
}
.ttvtab-title-wrapper .ttvtabs-products li {
    padding: 7px 30px;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    margin: 0 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ttvtab-title-wrapper .ttvtabs-products li span {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.ttvtabs-products li.active span,
.ttvtabs-products li:hover span {
    color: #ffffff;
}
.ttvtabs-products li.active,
.ttvtabs-products li:hover {
    border: 1px solid #ff4949;
    background-color: #ff4949;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    -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;
}
.ttvtab-product {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
    margin-bottom: 30px;
}
@media(max-width: 991px) {
    .ttvcmsmain-slider-wrapper {
        margin-bottom: 30px;
    }
    .ttvcms-main-title .ttvmain-title {
        font-size: 28px;
    }
    .ttvcmstab-title-product,
    .ttvcmsspecial-product,
    .ttvcmsfeatured-product,
    .ttvcmsbest-seller-product,
    .ttvcmsnew-product,
    .ttvcmsrelated-product {
        margin-bottom: 30px;
    }
    .ttvtab-title-wrapper .ttvtabs-products li:first-child {
        padding-left: 30px;
    }
    .ttvtab-title-wrapper .ttvtabs-products li:last-child {
        padding-right: 30px;
    }
    .ttvcms-main-title {
        margin-bottom: 0;
        text-align: center;
    }
    .ttvnew-main-title-wrapper,
    .ttvbest-seller-main-title-wrapper,
    .ttvspecial-main-title-wrapper,
    .ttvfeatured-main-title-wrapper,
    .ttvcmsmain-title-wrapper,
    .ttvtab-product ,
    .ttvrelated-main-title-wrapper{
        margin-bottom: 15px;
    }
    .ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
        margin: 0;
    }
}
/********* tab title**************/

@media (max-width: 575px) {
    .ttvtab-title {
        text-align: center;
    }
    .ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
        display: inline-block;
    }
    .ttvtab-title-wrapper .ttvtabs-products li {
        margin: 5px 0;
    }
}
/*******************************all product design***********/
/***************Start Main Wrapper  *********************************/
.ttvall-product-wrapper-info-box {
    padding: 0 15px;
}
.ttvproduct-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ttvtab-first-product .ttvproduct-wrapper{
    margin: 0 0 30px 0;
}
.ttvproduct-wrapper .product-description{
    position: relative;
    padding: 10px;
}
.ttvproduct-wrapper .ttvproduct-image img {
    width: auto;
}
/*****Start Product Review*******/
.ttvproduct-wrapper.grid-2 .ttvall-product-star-icon,
.ttvproduct-wrapper.grid .ttvall-product-star-icon{
    text-align: center;
    background: #fff;
    -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;
}
.ttvproduct-wrapper.grid-2:hover .ttvall-product-star-icon,
.ttvproduct-wrapper.grid:hover .ttvall-product-star-icon{
    opacity: 1;
}
.ttvall-product-star-icon .star i {
    font-size: 13px;
    color: #999999;
    width: 16px;
}
.ttvall-product-star-icon .star.star_on i {
    color: #ffba00;
}
@media(max-width: 991px){
    .ttvproduct-wrapper.grid-2 .ttvall-product-star-icon,
    .ttvproduct-wrapper.grid .ttvall-product-star-icon{
        position: static;
        padding: 0;
        opacity: 1;
    }
}
/*****End Product Review*******/
/***************End Main Wrapper  ***********************************/

/***************Start image change on hover**************************/
.ttvproduct-wrapper .ttvproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -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;
}
.ttvproduct-wrapper:hover .ttvproduct-hover-img {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
/***************End image change on hover****************************/
/***************Start timer design **********************************/
.ttvproduct-timer-wrapper-outer{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ttvproduct-wrapper:hover .ttvproduct-timer-wrapper-outer{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.ttvtimer-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 5px;
    border-radius: 25px;
}
.ttvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    min-width: 35px;
    display: inline-block;
    vertical-align: top;
}

.ttvproduct-timer-wrapper .days,
.ttvproduct-timer-wrapper .hours,
.ttvproduct-timer-wrapper .minutes{
    font-size: 14px;
    color: #222222;
    font-weight: 500;
}
.ttvproduct-timer-wrapper .seconds{
    font-size: 14px;
    color: #ff4949;
}
.ttvproduct-timer-wrapper .ttvtimer-name{
    display: none;
}
@media(max-width: 991px){
    .ttvproduct-wrapper:hover .ttvproduct-timer-wrapper-outer,
    .ttvproduct-wrapper .ttvproduct-timer-wrapper-outer{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: initial;
        margin-top: 10px;
    }
}
/***************End timer design ************************************/


/*********Start Hover btn**********/
/* Start Add To Cart */
.ttvproduct-wrapper .ttvproduct-hover-btn-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    -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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.ttvproduct-wrapper:hover .ttvproduct-hover-btn-wrapper{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -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;
    visibility: visible;
}
.ttvproduct-wrapper .ttvproduct-hover-btn{
    display: inline-block;
}
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-cart-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-cart-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
#products.catalog .ttvproduct-hover-btn .ttvproduct-cart-catalog-btn,
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-quick-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-quick-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-quick-btn,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-quick-btn,
#products.catalog .ttvproduct-hover-btn .ttvproduct-quick-btn,
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-wishlist-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-wishlist-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-wishlist-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-wishlist-btn-list,
#products.catalog .ttvproduct-hover-btn .ttvproduct-wishlist-catalog-btn,
.ttvproduct-wrapper.grid .ttvproduct-hover-btn .ttvproduct-compare-btn,
.ttvproduct-wrapper.grid-2 .ttvproduct-hover-btn .ttvproduct-compare-btn,
#products.list .ttvproduct-hover-btn .ttvproduct-compare-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-compare-btn-list,
#products.catalog .ttvproduct-hover-btn .ttvproduct-compare-catalog-btn{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
#products.list .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
#products.list-2 .ttvproduct-hover-btn .ttvproduct-cart-btn-list  {
    margin-left: 0;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart,
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart{
    background-image: url(../img/sprite.png);
    background-position: -103px -497px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 100%;
    z-index: 2;
    padding: 0;
    border: 1px solid #efefef;
}
.ttvproduct-wrapper .ttvproduct-cart-btn:hover .ttvproduct-add-to-cart,
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart:hover,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart:hover,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart:hover {
    background-position: -153px -497px;
    background-color: #ff4949;  
    border: 1px transparent;
}
.ttvproduct-cart-btn .ttvproduct-add-to-cart i{
    display: none;
}
#products.list .ttvproduct-cart-btn-list .ttvproduct-add-to-cart span,
#products.list-2 .ttvproduct-cart-btn-list .ttvproduct-add-to-cart span,
#products.catalog .ttvproduct-catalog-btn-wrapper .ttvproduct-add-to-cart span,
.ttvproduct-cart-btn .ttvproduct-add-to-cart span{
    display: none;
}
/* End Add To Cart*/

/* Start Quick View Btn */
.ttvproduct-wrapper .ttvproduct-hover-btn .ttvproduct-quick-icon,
#products.list .ttvproduct-quick-btn .ttvproduct-quick-icon,
#products.list-2 .ttvproduct-quick-btn .ttvproduct-quick-icon,
#products.catalog .ttvproduct-quick-btn .ttvproduct-quick-icon{
    background-image: url(../img/sprite.png);
    background-position: -104px -405px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #efefef;
}
.ttvproduct-wrapper .ttvproduct-quick-btn:hover .ttvproduct-quick-icon,
#products.list .ttvproduct-quick-btn:hover .ttvproduct-quick-icon,
#products.list-2 .ttvproduct-quick-btn:hover .ttvproduct-quick-icon,
#products.catalog .ttvproduct-quick-btn:hover .ttvproduct-quick-icon{
    background-position: -153px -405px;
    background-color: #ff4949;
    border: 1px transparent;
}
.ttvproduct-wrapper .ttvproduct-quick-btn a{
    display: block;
}
.ttvproduct-wrapper .ttvproduct-hover-btn .ttvproduct-quick-btn i {
    display: none;
}
.ttvproduct-wrapper .ttvproduct-hover-btn .ttvproduct-quick-lable{
    display: none;
}
@media(max-width: 991px){
    .ttvproduct-wrapper:hover .ttvproduct-hover-btn-wrapper,
    .ttvproduct-wrapper .ttvproduct-hover-btn-wrapper {
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        -o-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        visibility: visible;
        top: auto;
        bottom: 0;
        position: relative;
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .ttvcatlog-button-wrapper{
        padding: 5px 0;
    }
}
/* End Quick View Btn */
/***** wishlist button*****/
.ttvproduct-wishlist-btn .ttvproduct-wishlist { 
    background-image: url(../img/sprite.png);
    background-position: -104px -360px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #efefef;
}
.ttvproduct-add-to-wishlist-label {
    display: none;
}
.ttvproduct-wishlist-btn:hover .ttvproduct-wishlist,
#products.list .ttvproduct-wishlist-btn-list .ttvproduct-wishlist:hover,
#products.list-2 .ttvproduct-wishlist-btn-list .ttvproduct-wishlist:hover,
#products.catalog .ttvproduct-wishlist-catalog-btn .ttvproduct-wishlist:hover {
    background-position: -154px -360px;
    background-color: #ff4949;
}
.ttvproduct-wishlist-btn .ttvproduct-wishlist i{
    display: none;
}
/***** compare product button*****/
.ttvproduct-compare-btn .ttvproduct-compare {   
    background-image: url(../img/sprite.png);
    background-position: -104px -450px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #efefef;
}
.ttvproduct-add-to-compare-label {
    display: none;
}
.ttvproduct-compare-btn:hover .ttvproduct-compare ,
#products.list .ttvproduct-compare-btn-list .ttvproduct-compare:hover,
#products.list-2 .ttvproduct-compare-btn-list .ttvproduct-compare:hover,
#products.catalog .ttvproduct-compare-catalog-btn .ttvproduct-compare:hover {
    background-position: -154px -450px;
    background-color: #ff4949;
}
.ttvproduct-compare-btn .ttvproduct-compare i {
    display: none;
}
/*********** end *******/
/*********End Hover btn**********/



/***************Start Product Title & Prise**************************/
.ttvproduct-wrapper .ttvproduct-cat-name {
    display: none;
}
.ttvproduct-name .product-title a,
.ttvproduct-name .product-title a h6{
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: normal;
}

.ttvproduct-wrapper.list .ttvproduct-name .product-title a h6,
.ttvproduct-wrapper.list-2 .ttvproduct-name .product-title a h6{
    text-align: left;   
}
.ttvproduct-wrapper .ttvproduct-name:hover .product-title a{
    color: #888888;
}
.ttvproduct-wrapper.grid .product-description .ttvproduct-name,
.ttvproduct-wrapper.grid-2 .product-description .ttvproduct-name{
    text-align: center;
    padding: 10px 0 10px 0;
}
.ttvproduct-name-price-wrapper{
    text-align: center;
}
.ttvproduct-wrapper .product-price-and-shipping{
    display: inline-block;
}
.product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #222222;
    vertical-align: middle;
    float: left;    
}
.product-price-and-shipping .regular-price {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: line-through;
    color: #888888;
    vertical-align: middle;
    margin-left: 10px;
}
.product-price-and-shipping .ttvproduct-discount-price{
    display: none;
}
.product-price-and-shipping .price-tax{
    display: none;
}
@media(max-width: 575px){
    .ttvproduct-wrapper .product-price-and-shipping{
        width: 100%;
    }
    .ttvproduct-wrapper .product-price-and-shipping .price{
        float: none;
    }
    #products.list .product-description{
        text-align: center;
    }
}
.lang-rtl .product-price-and-shipping .price {
    float: right;
}
.lang-rtl .product-price-and-shipping .regular-price {
    margin-left: 0;
    margin-right: 10px;
}
/***************End Product Title & Prise****************************/
/***************Start Gride List cataloge Product********************/
#products.grid-2 .ttv-grid-list-wrapper-info-box{
    width: 33.3%;
}
.ttv-product-catalog-btn .ttvproduct-cart-quentity{
    width: 40px;
}
#products.catalog .ttvproduct-cart-quentity-increment, 
#products.catalog .ttvproduct-cart-quentity-decrement {
    background-color: #444444;
    border: none;
    color: #ffffff;
}
#products.catalog .ttvproduct-cart-quentity-increment:hover, 
#products.catalog .ttvproduct-cart-quentity-decrement:hover {
    background-color: #888888;
}
#products.list .ttv-product-desc,
#products.list-2 .ttv-product-desc,
#products.catalog .ttv-product-desc {
    margin-bottom: 10px;
}
#products.list-2 .ttv-product-desc,
#products.list .ttv-product-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#products.catalog .ttv-product-desc {
    -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: 10px;
}
#products.catalog .ttvall-product-star-icon .comments_note {
    text-align: center;
}
 
#products.catalog .ttvproduct-name {
    text-align: center;
}
.ttvproductdescription-button-wrapper .ttvall-product-btn-list,
.ttv-product-catalog-btn .ttvcatlog-button-wrapper{
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: 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 .product-price-and-shipping,
.featured-products .product-price-and-shipping, 
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    width: auto;
}
#products.catalog .ttvproduct-catalog-price{
    text-align: center;
    padding: 0;
}
#products.catalog .ttvproduct-timer {
    display: block;
}
#products.list .ttvproduct-wrapper .product-description .ttvall-product-star-icon,
#products.list-2 .ttvproduct-wrapper .product-description .ttvall-product-star-icon,
#products.catalog .ttvproduct-wrapper .product-description .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;
}
#products.list .ttvproduct-wishlist-btn-list .ttvproduct-wishlist,
#products.list .ttvproduct-compare-btn-list .ttvproduct-compare,
#products.list-2 .ttvproduct-wishlist-btn-list .ttvproduct-wishlist,
#products.list-2 .ttvproduct-compare-btn-list .ttvproduct-compare,
.ttvproduct-catalog-btn-wrapper .ttvproduct-wishlist,
.ttvproduct-catalog-btn-wrapper .ttvproduct-compare {
    border: 1px solid #efefef;
}
#products.list .ttvproduct-wishlist-btn-list .ttvproduct-wishlist,
#products.list-2 .ttvproduct-wishlist-btn-list .ttvproduct-wishlist,
.ttvproduct-catalog-btn-wrapper .ttvproduct-wishlist {
    width: 45px;
    height: 45px;
    background-position: -104px -360px;
}
#products.list .ttvproduct-compare-btn-list .ttvproduct-compare,
#products.list-2 .ttvproduct-compare-btn-list .ttvproduct-compare,
.ttvproduct-catalog-btn-wrapper .ttvproduct-compare {
    width: 45px;
    height: 45px;
    background-position: -104px -450px;
}

@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;
    }
    .ttv-grid-list-wrapper-info-box{
        margin-bottom: 15px;
    }
}
@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: 575px) {
    #products.list .ttvproduct-name,
    #products.list .ttvproduct-timer {
        text-align: center;
    }
    #products.list .ttvtimer-wrapper {
        margin-bottom: 0;
    }
}
/***************End Gride List cataloge Product********************/
/***************Start Product RTL********************/
.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 .product-description,
.lang-rtl #products.list .product-description{
    text-align: right;
}
.lang-rtl #products.list .ttvproduct-wrapper.list .ttvproduct-image{
    padding-left: 15px;
    padding-right: 0;
}
.lang-rtl #products.list .ttvproduct-hover-btn .ttvproduct-cart-btn-list,
.lang-rtl #products.list-2 .ttvproduct-hover-btn .ttvproduct-cart-btn-list {
    margin-left: 7px;
    margin-right: 0;
}
.lang-rtl .ttvproduct-wrapper.list .ttvproduct-name .product-title a h6,
.lang-rtl .ttvproduct-wrapper.list-2 .ttvproduct-name .product-title a h6{
    text-align: right;   
}
@media(min-width: 992px) and (max-width: 1199px){
    .lang-rtl .ttvproduct-wrapper.catalog .ttv-product-cart-quentity-inner{
        margin: 0 0 15px 0;

    }
}
@media(min-width: 992px){
    .lang-rtl .ttvproduct-wrapper.list .ttv-product-list{
        float: right;
        margin-right: 0;
        margin-left: 30px;
        text-align: center;
    }
    .lang-rtl #products.list-2 .ttvproductdescription-button-wrapper{
        padding: 15px 0 15px 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 .product-description, 
    .lang-rtl #products.list .product-description{
        text-align: center;
    }
    .lang-rtl .ttvproduct-wrapper.list .ttvall-product-btn-list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lang-rtl .ttvall-product-btn-list {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-top: 10px;
    }
}
/***************End Product RTL********************/
/************************************************************** start-footer *********************************************************/
/******************************newsletter**************************************/
.ttvfooter-before{
    padding: 60px 0;
    background-color: #fbfbfb;
}
.ttv-newsletter-wrapeer{
    margin: 0;
}
.ttvnewsletter-icon {
    height: 60px;
    width:60px;
    margin-top: 4px;
    /*background-image: url(../img/Email-Image.png);*/
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    display: none;
    margin-right: 50px;
    text-align: center;
    float: left;
}
.ttvnewsletter-lable-wrapper .ttvnewsletter-title{
    margin: 0;
    color: #888888;
    padding: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
   
}
.ttvnewsleeter-input-button-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ttv-newsletter-wrapeer .ttvnewsletter-sub-title{
    font-size: 24px;
    display: none;
    color: #888888;
    font-weight: 400;
    padding-top: 0;
    text-align: center;
    margin-bottom:0px;
    padding-bottom: 30px;
}
.ttvnewsleteer-btn-wrapper .ttvnewslatter-btn-title{
    background-color: #ff4949;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.ttvnewsleteer-btn-wrapper:hover .ttvnewslatter-btn-title{
    background-color: #111111;
}

.ttvnewsleeter-input-button-wraper input::placeholder{
    font-size: 13px;
    color: #a8a8a8;
    font-weight: 400;
    opacity: 1;
}
.block_newsletter .ttvnewsletter-input button[type=submit]{
    padding: 0;
    right: 0;
    left: auto;
    bottom: 0;
    position: inherit;
}
.block_newsletter .ttvnewsletter-input button[type=submit] span {
    display: block;
}
.block_newsletter .ttvnewsletter-input button[type=submit] i{
    display: none;
}
.ttvnewsleeter-input-button-wraper .input-wrapper input {

    height: 50px;
    border: none;
    color: #a8a8a8;
    background: #ffffff;
}

.ttvnewsletter-block .ttvnewsletter-description p{
    font-weight: 500;
    font-size: 13px;
    color: #a8a8a8;
    line-height: 26px;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    display: none;
}
.ttvnewsletter-block .block_newsletter .ttvnewsletter-input .input-wrapper {
    overflow: hidden;
    margin-right: 40px;
}
.block_newsletter .ttvnewsletter-input input[type=email]{
    padding: 11px 20px;
}
.block_newsletter .ttvnewsletter-input input[type=email]:focus{
    border: none;
    padding: 11px 20px;
}
.block_newsletter .ttvnewsletter-input input[type=email]:placeholder {
    color: #a8a8a8;
    font-size: 13px;
    opacity: 1;
    font-weight: 500;
}

.ttv-newsletter-wrapeer .alert{
    display: block;
    background-color: transparent;
    border: none;
    text-align: center;
    margin: 10px 0;
    padding: 0;
}

.block_newsletter .ttvnewsletter-input .input-wrapper{
    width: 100%;
    margin-right: 20px;
}

/********************** mobile-newsletter **********************/
@media(max-width: 991px){
    .ttvcms-newsletter{
        margin-bottom: 30px;
    }
    .ttvfooter-before{
        padding: 25px 0;
    }
    .block_newsletter{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .ttvnewsletter-lable-wrapper .ttvnewsletter-title{
        text-align: center;
    }
    .ttvnewsleeter-input-button-wraper .input-wrapper input{
        height: 40px;
    }
    .ttvnewsleteer-btn-wrapper .ttvnewslatter-btn-title{
        padding: 10px 15px;
    }
}

/********************** RTL--newsletter ************************/
.lang-rtl .ttvnewsletter-icon{
    text-align: right;
    float: right;
    margin-right: 0;
    margin-left: 50px;
}
.lang-rtl .block_newsletter .ttvnewsletter-input button[type=submit]{
    right: auto;
    left: 0;
}
.lang-rtl .ttvnewsleeter-input-button-wraper .input-wrapper{
    margin: 0 0 0 20px;
}
.lang-rtl .ttv-newsletter {
    float: right;
}
/************************* end-newsletter***************************************/
/************************ social-icon *********************************/
.block-social{
    text-align: center;
}
.ttvfooter-social-icon-wrapper{
    clear: both;
    margin-bottom: 0;
}
.ttvcmsfooter-social-icon .ttvfooter-title-wrapper .ttvfooter-title{
    font-size: 30px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
    background-color: transparent;
    text-align: center;
    text-transform: capitalize;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li a{
    background-color: transparent;
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    float: left;
    padding: 0;
    overflow: hidden;
}
.block-social li{
    background-color: #222222;
    margin: 5px 7px;
    border-radius: 25px;
}

#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.facebook a{
    background-image: url(../img/sprite.png);
    background-position: -5px -48px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.twitter a {
    background-image: url(../img/sprite.png);
    background-position: -5px -92px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.rss a{
    background-image: url(../img/sprite.png);
    background-position: -5px -3px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.youtube a {
    background-image: url(../img/sprite.png);
    background-position: -5px -136px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.googleplus a {
    background-image: url(../img/sprite.png);
    background-position: -5px -226px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.pinterest a {
    background-image: url(../img/sprite.png);
    background-position: -5px -182px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.vimeo a {
    background-image: url(../img/sprite.png);
    background-position: -5px -316px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.instagram a {
    background-image: url(../img/sprite.png);
    background-position: -5px -272px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.facebook:hover a{
    background-position: -105px -48px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.twitter:hover a{
    background-position: -105px -92px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.rss:hover a{
    background-position: -105px -3px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.youtube:hover a{
    background-position: -105px -136px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.googleplus:hover a{
    background-position: -105px -226px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.pinterest:hover a {
    background-position: -105px -182px;
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.vimeo:hover a{
    background-position: -105px -316px; 
}
#footer .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.instagram:hover a{
    background-position: -105px -272px;
}
@media(max-width: 991px){
    .ttvcmsfooter-social-icon .ttvfooter-title-wrapper .ttvfooter-title{
        padding: 0;
        font-size: 20px;
    }
}
@media(min-width: 992px){
    .lang-rtl .ttvnewsletter-lable-wrapper .ttvnewsletter-title{
        text-align: right;
    }
}
/************************ social-icon *********************************/
/*************************footer after ********************/
.footer-container {
    margin-top: 0;
    box-shadow: none;
    padding-top: 0;
    background: #111111;
}
#block_myaccount_infos,
.ttvfooter-account-link .ttvfooter-account-wrapper,
.ttvcmsfooter-contact-info{
    width: 20%;
}
.ttvfooter-logo-link-wrapper{
    padding: 40px 15px;
}
.ttvfooter-title-wrapper .ttvfooter-title{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 0;
    float: left;
    width: 100%;
    
}
.ttvfooter-title-wrapper-social .ttvfooter-title-social{
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    padding-right: 20px;
    float: left;
    
}
.ttvemail-send-link{
    color: #a8a8a8;
    font-size: 13px;
    
    font-weight: 500;
}
.ttvemail-send-link:hover{
    color: #ff4949;
}
.links .title {
    border-bottom: none;
}
.ttvfooter-title-wrapper .ttvfooter-toggle-icon {
    display: none;
}

.footer-container .ttvfooter-account-link li, 
#footer_sub_menu_ttvfooter_category li a,
.footer-container #block_myaccount_infos li,
#footer_sub_menu_store_info .ttvfooter-store-link {
    margin-bottom: 10px;
}
.ttvfooter-account-link .ttvfooter-link-wrapper li a,
#block_myaccount_infos li a,

#footer_sub_menu_store_info .ttvfooter-store-link {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 500;
}
.ttvfooter-title-wrapper{
    clear: both;
}
.ttvfooter-title-wrapper-social{
    overflow: hidden;
    float: left;
}   
.ttvfooter-account-link .ttvfooter-link-wrapper li a:hover, 
#footer_sub_menu_ttvfooter_category li a:hover,
#block_myaccount_infos #footer_account_list li a:hover, 
#block_myaccount_infos li a:hover {
    color: #ff4949;
}

.ttvfooter-copy-payment-icon-wrapper  {
    background-color: #222222;
    padding: 5px 0;
}
.ttvfooter-payment-icon-img-block .ttvfooter-payment-icon-wrapper .ttvfooter-payment-content-block {
    margin: 0 10px;
    display: inline-block;
}
.ttvfooter-payment-icon-img-block{
    text-align: right;
}
.ttvfooter-store-info .ttvcmsfooter-contact-info{
    text-align: center;
}
.ttvcopylink p {
    color: #ffffff;
    margin-bottom: 0;    
    font-size: 13px;
    font-weight: 300;   
    line-height: 40px;
}
.ttvcopylink p:hover {
    color: #ff4949;
}
.ttvbottom-to-top {
    position: fixed;
    bottom: 55px;
    right: 30px;
    z-index: 50;
    background-color: #ff4949;
    border-radius: 25px;
    display: none;
}

.ttvbottom-to-top:hover{
    background-color: #222222;
}

.ttvbottom-to-top i{
    color: #ffffff;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
}

.ttvbottom-to-top a{
    display: inline-block;
}
.ttvbottom-to-top span {
    display: none;
}
.ttvcmsfooter-contact-info .ttvfooter-store-link  i{
    color: #ababab;
    font-size: 14px;
    margin-right: 15px;
    float: left;
    margin-top: 3px;
}
.ttv-contact-info-text{
    display: inline-block;
}
.lang-rtl #footer_sub_menu_store_time,
.lang-rtl #footer_sub_menu_link,
.lang-rtl #footer_sub_menu_myaccount,
.lang-rtl .footer_sub_menu_social_icon {
    padding-right: 15px;
}
/*************************teblet-footer*******************************/
@media (min-width: 992px) { 
    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_social_icon,
    #footer_sub_menu_store_info,
    .ttvfooter-link-wrapper {
        display: block;
        margin-bottom: 0;
    }
    #footer_sub_menu_ttvfooter_category{
        display: block;
    }
    #footer_sub_menu_store_info{
        display: block;
        clear: both;
    }
    .ttvfooter-storelogo-imformation{
        overflow: hidden;
    }
    .footer-container .ttvfooter-account-link li:last-child{
        margin-bottom: 0;
    }

}
/*************************mobile-footer*******************************/
@media (max-width: 991px) { 
    .ttvfooter-title-wrapper {
        position: relative;
        padding-bottom: 0;
    }
    .ttvfooter-logo-link-wrapper{
        padding: 30px 15px 20px 15px;
    }
    #block_myaccount_infos,
    .ttvfooter-account-link .ttvfooter-account-wrapper,
    .ttvcmsfooter-contact-info{
        width: 100%;
    }
    .ttvfooter-storelogo-imformation{
        overflow: hidden;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon {
        display: block;
        padding: 0;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon i {
        color: #ffffff;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon .remove {
        display: none;
    }
    #footer_sub_menu_store_info,
    #footer_sub_menu_store_time,
    #footer_sub_menu_link,
    #footer_sub_menu_myaccount,
    #footer_sub_menu_ttvfooter_category,
    .ttvfooter-link-wrapper {
        padding: 0 15px;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }
    #footer_sub_menu_store_info .ttvfooter-store-link:last-child{
        padding-bottom: 15px;
    }
   
    .ttvfooter-title-wrapper .ttvfooter-title{
        background-color: #222222;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

}
@media (max-width: 767px) { 
    #footer{
        padding-top: 0;
    }
     .ttvcopylink {
        text-align: center;
        padding-bottom: 15px;
    }
    .ttvfooter-payment-icon-img-block{
        text-align: center;
    }
     .ttvbottom-to-top{
       right: 15px;
       bottom: 15px; 
    }
}
@media (max-width: 575px){
    .ttvcopylink p {
        font-size: 12px;
    }
    .ttvfooter-payment-icon-img-block .ttvfooter-payment-icon-wrapper .ttvfooter-payment-content-block {
        margin: 0 5px;
    }
    .block-social li {
        margin: 5px;
    }
}
/********************************** RTL---start---footer **********************************/
.lang-rtl .ttvfooter-payment-icon-img-block{
    text-align: left;
}

.lang-rtl .ttvcopylink{
    float: right;
}

.lang-rtl .ttvcmsfooter-contact-info .ttvfooter-store-link  i{
    margin: 0 0 0 15px;
    float: right;
}
.lang-rtl .ttvfooter-storelogo-imformation,
.lang-rtl .ttvcmsfooter-store-time,
.lang-rtl .ttvfooter-account-link ,
.lang-rtl #block_myaccount_infos {
    float: none;
}
.lang-rtl #block_myaccount_infos,
.lang-rtl .ttvfooter-account-link .ttvfooter-account-wrapper,
.lang-rtl .ttvcmsfooter-contact-info {
    float: right;
}
.lang-rtl .ttvcopylink p {
    text-align: right;
}
/***************mobile-RTL-footer***************/
@media(max-width: 991px){
    .lang-rtl #footer_sub_menu_myaccount{
        padding: 0 15px;
    }
}
@media(max-width: 767px){
   .lang-rtl .ttvfooter-payment-icon-img-block{
        text-align: center;
    }
}
/***************************************************** end-footer *********************************************************/

@media (max-width: 1230px) and (min-width: 992px) {
    .ttv-main-div.ttv-box-layout.container {
        margin: 30px 15px 30px 15px;
        width: auto;
    }
}
/******************************** end *************************/
.lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
.lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
.lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
.lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
.lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
.lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
.lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
.lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
.lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev {
    left: 15px;
    right: auto;
}

.lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
.lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
.lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
.lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
.lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
.lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
.lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
.lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
.lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next,
.lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next {
    right: 15px;
    left: auto;
}

@media (max-width: 575px) {

    .lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-prev,
    .lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-prev,
    .lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-prev,
    .lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-prev,
    .lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-prev,
    .lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-prev,
    .lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-prev,
    .lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-prev,
    .lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-prev,
    .lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-prev {
        margin: 0;
        position: relative;
        right: auto;
        left: auto;
    }

    .lang-rtl .ttvtab-pagination .ttvtab-featured-pagination-next-pre-btn .ttvtab-featured-product-next,
    .lang-rtl .ttvtab-pagination .ttvtab-new-pagination-next-pre-btn .ttvtab-new-product-next,
    .lang-rtl .ttvtab-pagination .ttvtab-best-seller-pagination-next-pre-btn .ttvtab-best-seller-product-next,
    .lang-rtl .ttvtab-pagination .ttvtab-special-pagination-next-pre-btn .ttvtab-special-product-next,
    .lang-rtl .ttvcmsspecial-pagination .ttvcmsspecial-next-pre-btn .ttvcmsspecial-next,
    .lang-rtl .ttvcmsfeatured-pagination .ttvcmsfeatured-next-pre-btn .ttvcmsfeatured-next,
    .lang-rtl .ttvcmsbest-seller-pagination .ttvcmsbest-seller-next-pre-btn .ttvcmsbest-seller-next,
    .lang-rtl .ttvcmsnew-pagination .ttvcmsnew-next-pre-btn .ttvcmsnew-next,
    .lang-rtl .ttvcategory-slider-pagination .ttvcategory-slider-next-pre-btn .ttvcategory-slider-next,
    .lang-rtl .ttvrelated-pagination-wrapper .ttvcmsrelated-next-pre-btn .ttvcmsrelated-next {
        margin: 0;
        position: relative;
        right: auto;
        left: 8px;
    }
    
}