/*********************************************************** start header **************************************************/
#header {
    background: transparent;
    width: 100%;
    z-index: 70;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
#index #header{
    border: none;    
}

#header .container{
    width: 1800px;
    max-width: 100%;
}

#header a:hover {
    text-decoration: none;
}
#header .ttvcmsdesktop-top-header-wrapper.sticky.container{
    width: 100%;
    max-width: 100%;

}
#index .ttvcmsdesktop-top-header-wrapper.sticky,
.ttvcmsdesktop-top-header-wrapper.sticky {
    top: 0;
    position: fixed;
    z-index: 70;
    width: 100%;
    list-style: none;
    left: 0;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    background-color: rgba(255, 255, 255, 1);
}
#index .ttv-box-layout #header{
    left: 30px;
    right: 30px;
    width: auto;
}
#index .ttv-box-layout #header.sticky{
    width: 100%;
    left: 0;
    right: 0;
}
/*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%;
}

@media(max-width: 991px) {
    #header {
        position: relative;
    }
}

/*********************************************************** start Top header **************************************************/
.ttvheader-top-bar{
    background-color: #111111;
}
.ttvcustom-text p,
.ttvcontact-info a{
    color: #fff;
    margin: 0;
    font-size: 13px;
}
.ttvcms-header-language,
.ttvcms-header-currency{
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    position: relative;
}
.ttvlang-curr-wrapper{
    text-align: right;
}
.ttvcustom-text{
    text-align: center;
}
@media(min-width: 768px){
    .lang-rtl .ttvlang-curr-wrapper{
        text-align: left;
    }
    .ttvtop-nav .row{
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
}
/************************************************************* start logo *************************************************/
.ttv-header-logo {
    position: relative;
    overflow: hidden;
}
@media(max-width: 991px) {
    .ttv-header-logo {
        text-align: center;
        margin: 15px 0;
    }
    .ttv-header-logo a{
        display: inline-block;
        vertical-align: middle;
    }

    #header .logo {
        margin-left: auto;
        margin-right: auto;
    }
}

/********************************************* end logo **********************************************/
/************************************** start horizontal menu ************************************/
.ttvcmsdesktop-top-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ttvmain-menu-sub-menu .top-menu.ttv-header-menu {
    overflow: hidden;
    margin: 0;
}

.ttvcmsdesktop-top-header-wrapper .ttvcmsmain-menu-wrapper {
    position: relative;
}

#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper>.ttv-header-menu>li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.ttvmain-menu-sub-menu .ttv-header-menu li {
    overflow: hidden;
    width: 185px;
    margin: 0;
    float: left;
    padding-right: 10px;
    position: relative;
    direction: ltr;
}

.ttvmain-menu-sub-menu .ttv-header-menu li #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: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    line-height: 39px;
}

#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="1"]>li>.ttvmenu-link-wrapper a span {
    color: #333333;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
}

.ttvmenu-link-wrapper {
    position: relative;
}

#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper .ttv-header-menu[data-depth="1"]>li>.ttvmenu-link-wrapper a span:hover {
    color: #1e7b67;
}

.ttvcms-header-menu .ttv-header-menu>li>.ttvmenu-link-wrapper i {
    color: #ffffff;
    line-height: 17px;
    font-size: 14px;
}

.ttvmain-menu-sub-menu .ttvmenu-toggle-icon {
    display: none;
}

#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper>.ttv-header-menu>li {
    padding: 0 20px;
}

#ttvcmsdesktop-main-menu .ttvcmsmain-menu-wrapper>.ttv-header-menu>li:first-child {
    padding-left: 0;
}

@media (min-width: 992px) {
    .ttv-header-menu {
        margin: 0;
        overflow: hidden;
    }

    .ttvmain-menu-dropdown {
        position: absolute;
        background-color: #ffffff;
        z-index: 60;
        padding: 15px;
        outline: 1px solid #e5e5e5;
        left: auto;
        opacity: 0;
        visibility: hidden;
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
}

.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: 12px;
    line-height: 30px;
    font-weight: 300;
}

.ttvcms-header-menu .ttv-header-menu>li>.ttvmenu-link-wrapper a[data-depth="1"] {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 30px;
    text-align: left;
}

.ttvmain-menu-mobile-dropdown {
    text-align: left;
}

.ttvmenu-button-wrapper {
    display: none;
}

.ttvheader-top-menu-img {
    padding-top: 20px;
}

.ttv-desk-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media(max-width: 991px) {
    .ttvcmsdesktop-top-header-box {
        display: block;
    }
}

/******************************************************** mobile horizontal menu ****************************************/
@media (max-width: 991px) {
    #ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper>.ttv-header-menu {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        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: 30px;
        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;
    }

    #ttvcmsmobile-horizontal-menu .ttv-header-menu li {
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        padding: 0;
    }

    #ttvcmsmobile-horizontal-menu .ttv-header-menu ul[data-depth="1"]>li {
        padding: 10px 0;
        float: unset;
    }

    .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>.ttvcmsmain-menu-wrapper>.ttv-header-menu>li>.ttvmenu-link-wrapper a {
        color: #333333;
        font-weight: 500;
    }

    .ttvmenu-link-wrapper .ttvdropdown-submenu.ttvmenu-link {
        display: block;
        width: 100%;
    }

    #ttvcmsmobile-horizontal-menu .ttv-header-menu li .ttvmain-menu-mobile-dropdown .category.ttvmain-menu-wrapper {
        padding: 3px 0;
    }

    .ttvmenu-link-wrapper .ttvdropdown-submenu.ttvmenu-link span {
        color: #000;
        font-weight: 500;
    }

    .ttvmenu-link-wrapper .ttvdropdown-submenu.ttvmenu-link span:hover {
        color: #1e7b67;
    }

    #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%);
    }

    .ttvmenu-toggle-icon {
        position: absolute;
        right: 0;
    }

    .ttvmain-menu-dropdown {
        display: none;
        width: 100%;
        padding: 0 0 15px 0;
    }

    .ttvmenu-button-wrapper {
        display: block;
    }

    #ttvcmsmobile-horizontal-menu-left {
        padding: 0;
    }

    #ttvcms-mobile-view-header .ttvmenu-button i {
        color: #ffffff;
        font-size: 24px;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        vertical-align: top;
        cursor: pointer;
    }

    #header .ttvcmsmain-menu-wrapper .menu {
        display: block;
    }

    .ttvcmsmobile-header-menu {
        position: initial;
    }

    #ttvcms-mobile-view-header .ttvmenu-button span {
        display: none;
    }

    .lang-rtl .ttvcmsmobile-header-menu {
        float: right;
    }

    .lang-rtl .ttvoffer-text-img-wrapper {
        float: left;
    }
}

@media (max-width: 768px) {
    #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;
        right: 30%;
        width: 70%;
    }

}

@media (max-width: 575px) {
    #ttvcmsmobile-horizontal-menu .ttvcmsmain-menu-wrapper>.ttv-header-menu {
        width: 100%;
    }
    .ttvcmsmobile-header-center {
        width: 100%;
    }
}

/**************************************************** start header right ***********************************/
.tvsearch-cart-account-wrapper {
    text-align: right;
}

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

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

.ttvsearch-icon.open .ttvsearch-open {
    background-position: -405px -805px;
}

.ttvsearch-header-display-wrappper .ttvheader-search-main {
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

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

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

.ttvcmssearch-dropdown {
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -moz-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -ms-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    -o-box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.27);
}

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

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

.ttvcmsheader-search.search-widget .ttvheader-search-main button[type=submit] {
    background-image: url(../img/sprite.png);
    background-color: transparent;
    background-position: -5px -705px;
    height: 40px;
    width: 40px;
    padding: 0;
    border: none;
    outline: 0;
}

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

.ttvsearch-more-search:hover {
    background-color: #1e7b67;
    color: #ffffff;
    border: 1px solid #1e7b67;
}

#header .ttvsearch-result {
    margin: 0;
}

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

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

.ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text] {
    color: #333333;
    height: 40px;
    padding: 0 8px 0 10px;
    border: none;
    outline: none;
    min-width: 195px;
}

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

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

.ttvsearch-dropdown-close-wrapper {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media(max-width: 991px) {
    .ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text] {
        height: 40px;
    }

    .ttvcmsheader-search .ttvcms-select-category {
        margin: 0 10px;
    }
    .ttvheader-cart-btn-wrapper,
    .ttvcms-header-myaccount .ttv-myaccount-btn,
    .ttvcmsheader-search .ttvsearch-icon {
        padding: 0;
    }
}

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

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

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

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

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

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

    .ttvcmsheader-search.search-widget .ttvheader-search-main input[type=text] {
        font-size: 12px;
    }
    #ttvcmsmobile-header-right .ttvcmssearch-wrapper{
        position: unset;
    }

}

@media(min-width: 992px) {
    .ttv-box-layout .search-widget .ttvheader-search-main input[type=text] {
        min-width: 100%;
    }
}
.lang-rtl .ttvsearch-header-display-wrappper .ttv-search-category{
    padding: 0 10px 0 20px;
    background-position: left center; 
}
/**************************************************** start deckstop and mobile my account ****************************/
.ttvcms-header-myaccount .ttv-myaccount-btn i {
    background-image: url(../img/sprite.png);
    background-position: -5px -605px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

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

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

/********************************************** start deckstop language *************************************/
.ttvcmsdesktop-language-selector {
    text-align: right;
}
#ttvcmsdesktop-language-selector .ttv-language-btn .ttv-language-span,
#ttvcmsdesktop-currency-selector .ttv-currency-btn .ttv-currency-span{
    color: #fff;
    font-size: 13px;
    width: 100%;
    line-height: 45px;
    font-weight: 400;
}
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn,
.ttvcmsdesktop-view-wishlist .ttvwishlist-name span,
.ttvcmsdesktop-view-compare .ttvdesktop-view-compare-name {
    color: #000;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    font-weight: 400;
}

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

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

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

#ttvcmsdesktop-language-selector .ttv-language-btn i,
#ttvcmsdesktop-currency-selector .ttv-currency-btn i,
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn i {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#ttvcmsdesktop-language-selector:hover .ttv-language-btn i,
#ttvcmsdesktop-currency-selector:hover .ttv-currency-btn i,
#ttvcmsdesktop-user-info:hover .ttvhedaer-sign-btn i,
#ttvcmsdesktop-language-selector:hover .ttv-language-btn .ttv-language-span,
#ttvcmsdesktop-currency-selector:hover .ttv-currency-btn .ttv-currency-span,
#ttvcmsdesktop-user-info .ttvhedaer-sign-btn:hover {
    color: #1e7b67;
}

.ttv-account-dropdown>div {
    border-bottom: 1px solid #e5e5e5;
}

.ttv-account-dropdown>div:last-child {
    border-bottom: none;
}

.ttv-language-dropdown,
.ttv-currency-dropdown {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background-color: #ffffff;
    z-index: 100;
    width: 110px;
    text-align: left;
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    z-index: 10;
    min-width: 130px;
}

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

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

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

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

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

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

@media(max-width: 991px) {
    .ttvcmsdesktop-language-selector,
    .ttvcmsdesktop-top-wrapper,
    .lang-rtl .ttvcmsdesktop-language-selector,
    .lang-rtl .ttvtags-content-box {
        text-align: center;
    }
}
.lang-rtl .ttvcms-header-language, 
.lang-rtl .ttvcms-header-currency{
    margin: 0 35px 0 0;
}
/***************************************************** media language ******************************************/
@media(max-width: 575px) {
    .ttvcms-header-myaccount {
        position: relative;
    }
}

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

.ttv-cart-icon i {
    display: none;
}

.ttvcms-header-cart .ttv-cart-icon {
    background-image: url(../img/sprite.png);
    background-position: -5px -655px;
    height: 40px;
    width: 40px;
    position: relative;
}

.ttvcart-counter {
    position: absolute;
    height: 15px;
    width: 15px;
    line-height: 15px;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
    text-align: center;
    background-color: #1e7b67;
}

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

.ttvcmscart-show-dropdown {
    width: 300px;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 900ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttvcart-product-list-subtotal-prod,
.ttvcart-product-list-subtotal-shipping,
.ttvcart-product-list-subtotal-tax,
.ttvcart-product-list-subtotal-excluding-text {
    margin-bottom: 10px;
    text-align: left;
}

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

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

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

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

.ttvorder-conformation-wrapper {
    margin-bottom: 100px;
}

@media(max-width: 575px) {
    .ttv-cart-cart-inner {
        right: -5px;
        top: 0;
    }

    .ttvcmscart-show-dropdown {
        width: 290px;
    }
}

/*************************************************** Media cart *************************************/

#blockcart-modal .cart-content .cart-content-btn .btn-secondary:hover {
    background-color: #373737;
    color: #ffffff;
}

@media(max-width: 1050px) {
    .ttvcmsstore-time {
        display: block;
    }

    .ttvoffer-text-img-wrapper {
        padding: 0 5px;
    }

    .ttvcms-header-myaccount .ttv-myaccount-btn i,
    #contact-link i {
        margin-left: 5px;
    }

    .ttvcms-header-cart .ttv-cart-icon {
        margin: 0 5px;
    }
}
@media (max-width: 991px) {
    .ttvcmsmobile-header-upper{
        padding-top: 15px;
    }
    #index .ttvcmsmobile-header-upper{
        padding-top: 0;
    }
    .ttvtags-content-box {
        text-align: center;
    }
    .ttvsearch-header-display-wrappper{
        left: 15px;
        right: 15px;
    }
    .ttvsearch-header-display-wrappper.open{
        transform: none;
    }
    #ttvcms-mobile-view-header {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .ttvlang-curr-wrapper{
        text-align: center;
    }
    .ttvcustom-text{
        text-align: right;
    }
}
@media(max-width: 575px) {
    .ttvcustom-text{
        text-align: center;
    }
    .ttvcontact-info{
        text-align: center;
        margin: 10px 0;
    }
    .ttvcms-header-cart {
        position: unset;
    }

    .ttvcmsstore-time {
        display: block;
    }

    .ttvstore-email-wrapper,
    .ttvstore-time-infowrapper,
    .ttvcmsstore-time {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ttvcmsmobile-header-logo-right-wrapper {
        display: block;
    }
}
/*************************************** RTL ALL header ***********************************/
.lang-rtl #ttvcmsdesktop-logo {
    float: none;
}

.lang-rtl .ttvcms-header-menu .ttv-header-menu>li>.ttvmenu-link-wrapper a[data-depth="1"],
.lang-rtl .ttvmain-menu-mobile-dropdown {
    text-align: right;
}

.lang-rtl .ttv-cart-cart-inner {
    left: 0;
    right: auto;
}

.lang-rtl .ttvmenu-toggle-icon {
    right: auto;
    left: 0;
}

/***************************************************** end header ********************************************/
/************ Vertical Menu ***************/
.ttvvertical-menu-top .ttvmenu-main-wrapper .ttvmega-menu-container .ttvsub-item-content-two h4 a {
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.ttvvertical-menu-top .ttvleft-right-title-wrapper {
    background-color: #ffd741;
    text-align: left;
    padding: 11px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ttvvertical-menu-top .ttvleft-right-title-wrapper span {
    padding-left: 40px;
    text-align: left;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.ttvvertical-menu-top .ttvleft-right-title-wrapper i {
    display: block;
    width: 40px;
    position: absolute;
    top: 50%;
    font-size: 0;
    height: 40px;
    background-image: url(../img/sprite.png);
    background-position: -5px -606px;
    float: left;
    transform: translateY(-50%);
    left: 8px;
}

.ttvvertical-menu-top .ttvmenu-main-wrapper .ttvmega-menu-container .ttvsub-item-content-two img {
    max-width: 255px;
    overflow: hidden;
    margin: 0 auto;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper {
    background: #FFFFFF;
    color: #666;
    display: block;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
    margin: 0 0 13px 0;
    border-top: 1px solid transparent;
    border-left: 3px solid #e1e1e1;
    border-bottom: 1px solid transparent;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper:first-child {
    margin-top: 15px;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper:hover {
    background-color: #fafafa;
    border-left: 3px solid #1e7b67;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmnu-toggle-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper:hover .jsttvmnu-toggle-icon i {
    color: #000;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link {
    color: #333;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 400;
    float: left;
    position: relative;
    display: table;
    padding: 11px 15px;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link.a-minus.a-over,
.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link.a-plus.a-over {
    padding: 10px 15px;
    width: 100%;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link.a-minus.a-over i,
.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link.a-plus.a-over i {
    line-height: normal;
    float: right;
    -webkit-transform: none;
    transform: none;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link .ttvtop-icon-wrapper {
    width: 30px;
    height: 30px;
    background-color: #1e7b67;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    float: left;
}

.ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper i {
    font-size: 16px;
    line-height: 40px;
    height: auto;
    width: auto;
}

.ttvvertical-menu-wrapper .ttvmenu-main-wrapper .ttvsub-menu-container {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 4px 1px;
    z-index: 10;
    background-color: #fff;
}

.ttvvertical-menu-wrapper .ttvflyout-menu-container {
    float: left;
    width: 230px;
}

.ttvvertical-menu-wrapper .ttvfly-secound-menu {
    float: left;
    width: 100%;
    padding: 10px 5px 10px 0;
}

.ttvvertical-menu-wrapper .ttvfly-secound-menu .ttvmenu-secound-item {
    float: left;
    width: 100%;
    position: relative;
}

.ttvvertical-menu-wrapper .ttvfly-secound-menu .ttvmenu-secound-item:hover .ttvmnu-toggle-icon i {
    color: #1e7b67;
}

.ttvvertical-menu-wrapper .ttvfly-secound-menu .ttvmenu-secound-item .ttvmenu-items {
    padding: 10px 25px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    float: left;
}

.ttvvertical-menu-wrapper .ttvflyout-third-items .ttvli-third-items .ttvfly-menu-third-link:hover,
.ttvvertical-menu-wrapper .ttvfly-secound-menu .ttvmenu-secound-item .ttvmenu-items:hover {
    color: #1e7b67;
}

.ttvmain-menu .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmega-menu-container .ttvsub-menu-item-three h5 a {
    padding: 10px 0;
}

@media(max-width: 1600px) {
    .ttvvertical-menu-top .ttvleft-right-title-wrapper {
        padding: 15px;
    }
}

@media(max-width: 1199px) {
    .ttvvertical-menu-wrapper .ttvfly-secound-menu {
        overflow-y: scroll;
        max-height: 300px;
    }

    .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmnu-toggle-icon {
        position: inherit;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .ttvvertical-menu-wrapper .ttvmenu-main-wrapper .ttvsub-menu-container {
        position: initial;
        float: left;
        width: 100%;
        box-shadow: none;
        display: none;
    }

    .ttvvertical-menu-top {
        margin: 0;
        padding: 0;
        position: inherit;
    }

    .ttvvertical-menu-wrapper .ttvflyout-third-items {
        position: initial;
        float: left;
        width: 100%;
        box-shadow: none;
    }

    .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmnu-toggle-icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media(max-width: 991px) {
    .ttvvertical-menu-wrapper .ttvmain-menu-top-items.open {
        display: block;
    }

    #ttvcmsmobile-vertical-menu {
        display: inline-block;
    }

    .ttvvertical-menu-wrapper .ttvmenu-main-wrapper .ttvsub-menu-container.open {
        display: block;
    }

    .ttvvertical-menu-wrapper .ttvflyout-third-items.open {
        display: block;
    }
}

/**************Start vertical Menu Rtl***********/
.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper {
    border-left: none;
    border-right: 3px solid #e1e1e1;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper:hover {
    border-left: none;
    border-right: 3px solid #1e7b67;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmnu-toggle-icon {
    left: 0;
    right: auto;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmenu-bars .right i {
    right: auto;
    left: 15px;
}

.lang-rtl .ttvvertical-menu-top .ttvleft-right-title-wrapper {
    text-align: right;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items {
    padding: 0 20px 0 0;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link.a-minus.a-over i,
.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link.a-plus.a-over i {
    float: left;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link {
    border-right: 3px solid #fff;
    border-left: none;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link .ttvtop-icon-wrapper {
    margin: 0 0 0 10px;
}

.lang-rtl .ttvhorizontal-menu .ttvmain-menu-top-items {
    direction: ltr;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvflyout-third-items,
.lang-rtl .ttvvertical-menu-wrapper .ttvmenu-main-wrapper .ttvsub-menu-container {
    left: auto;
    right: 100%;
}

.lang-rtl .ttvvertical-menu-wrapper .ttvfly-secound-menu .ttvmenu-secound-item .ttvmenu-items,
.lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmenu-link {
    float: right;
}

@media(max-width: 1199px) {
    .lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper .ttvmnu-toggle-icon {
        float: left;
    }
}

@media(max-width: 991px) {
    .lang-rtl .ttvvertical-menu-top .ttvleft-right-title-wrapper .left i {
        float: left;
    }
}

@media(min-width: 992px) {
    .lang-rtl .ttvvertical-menu-top {
        float: right;
    }

    .lang-rtl .ttvvertical-menu-wrapper .ttvmain-menu-top-items .ttvmenu-main-wrapper i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

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

.ttvcmsprev-btn {
    background-image: url(../img/sprite.png);
    background-position: -5px -405px;
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    width: 45px;
    left: 0;
    transition: all .5s linear;
}

.ttvcmsprev-btn:hover {
    background-position: -52px -405px;
    border-color: #cacaca;
}

.ttvcmsnext-btn {
    background-image: url(../img/sprite.png);
    background-position: -1px -455px;
    background-color: #ffffff;
    border-radius: 3px;
    height: 40px;
    width: 45px;
    right: 0;
    transition: all .5s linear;
}

.ttvcms-testimonial-pagination-wrapper .ttvcmsprev-btn,
.ttvcms-testimonial-pagination-wrapper .ttvcmsnext-btn,
.ttvtab-pagination-wrapper .ttvcmsprev-btn,
.ttvtab-pagination-wrapper .ttvcmsnext-btn,
.ttvcmsrelated-prev,
.ttvcmsrelated-next
{
    position: unset;
    transform: none;
    display: inline-block;
    vertical-align: middle;
}
.ttvcmsnext-btn:hover {
    background-position: -50px -455px;
    border-color: #cacaca;
}

.ttvcmsprev-btn i,
.ttvcmsnext-btn i {
    display: none;
}
.ttvcms-testimonial-next-pre-btn,
.ttvcms-blog-left-side-next-pre-btn {
    text-align: center;
}

.ttvinstagram-slider-inner .ttvcmsprev-btn,
.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 {
    left: 30px;
    right: auto;
}

.ttvinstagram-slider-inner .ttvcmsnext-btn,
.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 {
    right: 30px;
    left: auto;
}

.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-prev,
.ttvcms-left-testimonial .ttvcms-testimonial-pagination-wrapper .ttvcms-testimonial-next-pre-btn .ttvtestimonial-next,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-prev,
.ttvcms-blog-left-side-pagination-wrapper .ttvcms-blog-left-side-next-pre-btn .ttvblog-left-side-next {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    position: unset;
    display: inline-block;
    margin: 0 5px;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev{
    background-image: url(../img/sprite.png);
    background-position: -1px -501px;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    left: 0;
    position: absolute;
    left: 75px;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(.8);
    -o-transform: translate(0, -50%) scale(.8);
    -ms-transform: translate(0, -50%) scale(.8);
    -moz-transform: translate(0, -50%) scale(.8);
    transform: translate(0, -50%) scale(.8);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 0;
    opacity: 0;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-next{
    background-image: url(../img/sprite.png);
    background-position: -1px -550px;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    left: 0;
    position: absolute;
    right: 75px;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(.8);
    -o-transform: translate(0, -50%) scale(.8);
    -ms-transform: translate(0, -50%) scale(.8);
    -moz-transform: translate(0, -50%) scale(.8);
    transform: translate(0, -50%) scale(.8);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 0;
    opacity: 0;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-prev:hover{
    background-color: #1e7b67;
    background-position: -51px -501px;
}
.ttvmain-slider-next-pre-btn .ttvcmsmain-next:hover{
    background-color: #1e7b67;
    background-position: -51px -550px;
}
@media(min-width: 992px){
    .ttvcms-main-slider:hover .ttvmain-slider-next-pre-btn .ttvcmsmain-prev,
    .ttvcms-main-slider:hover .ttvmain-slider-next-pre-btn .ttvcmsmain-next{
        -webkit-transform: translate(0, -50%) scale(1);
        -o-transform: translate(0, -50%) scale(1);
        -ms-transform: translate(0, -50%) scale(1);
        -moz-transform: translate(0, -50%) scale(1);
        transform: translate(0, -50%) scale(1);
        opacity: 1;
    }
}
@media(max-width: 991px){
    .ttvmain-slider-next-pre-btn .ttvcmsmain-prev{
        -webkit-transform: translate(0, -50%) scale(.6);
        -o-transform: translate(0, -50%) scale(.6);
        -ms-transform: translate(0, -50%) scale(.6);
        -moz-transform: translate(0, -50%) scale(.6);
        transform: translate(0, -50%) scale(.6);
        left: 15px;
        opacity: 1;
    }
    .ttvmain-slider-next-pre-btn .ttvcmsmain-next{
        -webkit-transform: translate(0, -50%) scale(.6);
        -o-transform: translate(0, -50%) scale(.6);
        -ms-transform: translate(0, -50%) scale(.6);
        -moz-transform: translate(0, -50%) scale(.6);
        transform: translate(0, -50%) scale(.6);
        right: 15px;
        opacity: 1;
    }
}
/*   pagination btn */
.nivo-controlNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    bottom: 25px;
}

.nivo-controlNav {
    display: block;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.nivo-controlNav .nivo-control,
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background-color: #333333;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 5px;
    display: inline-block;
}

.nivo-controlNav .nivo-control.active,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: none;
    background-color: #1e7b67;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nivo-controlNav .nivo-control:before {
    display: none;
}

.ttvcms-brandlist-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 {
    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;
}
.ttvcmsblog-event-home-pagination-wrapper{
    text-align: center;
}
@media(max-width: 991px) {
    .ttvcms-brandlist-pagination-wrapper {
        display: block;
    }

    .ttvmain-slider-next-pre-btn .ttvcmsprev-btn {
        left: 5px;
    }

    .ttvmain-slider-next-pre-btn .ttvcmsnext-btn {
        right: 5px;
    }
}

@media(max-width: 767px) and (min-width: 576px) {
    .ttvcmstab-title-product .ttvcmsprev-btn,
    .ttvcmstab-title-product .ttvcmsnext-btn {
        position: inherit;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        left: 0;
        right: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
}

@media(max-width: 575px) {
    .ttvcmsmain-title-wrapper {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }

    .ttvcms-next-pre-btn,
    .ttvtabcategory-product-next-pre-btn {
        text-align: center;
        margin-bottom: 10px;
    }

    .ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-prev,
    .ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-prev {
        position: absolute;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .ttvcms-quickview-pagination-wrapper .ttvcms-quickview-pagination-btn .ttv-quickview-next,
    .ttvcms-singleimage-pagination-wrapper .ttvcms-singleimage-pagination-btn .ttvsingleimage-next {
        position: absolute;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .ttvcmsprev-btn,
    .ttvcmsnext-btn {
        transform: none;
        display: inline-block;
        position: initial;
        margin: 0 3px;
    }

    .ttvbrandlist-slider-prev.ttvcmsprev-btn,
    .ttvbrandlist-slider-next.ttvcmsnext-btn,
    .ttvmain-slider-next-pre-btn .ttvcmsprev-btn,
    .ttvmain-slider-next-pre-btn .ttvcmsnext-btn {
        -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);
        display: inline-block;
        position: absolute;
        margin: 0;
    }

    .ttvfooter-product-title-product .ttvcmsmain-title-wrapper {
        margin-bottom: 5px;
    }
}
.ttv-pagination-wrapper{
    text-align: center;
}
.ttvcms-testimonial-next-pre-btn,
.ttvcms-next-pre-btn,
.ttvrelated-pagination-wrapper,
.ttvcmsblog-event-home-pagination-wrapper{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    height: 40px;
}
.ttvcms-testimonial-pagination,
.ttvtabcategory-product-next-pre-btn,
.ttvcms-testimonial-next-pre-btn,
.ttvcms-blog-left-side-next-pre-btn {
    direction: ltr;
    text-align: center;
}
.ttvcmsblog-event-home-pagination-wrapper:after,
.ttvcms-testimonial-next-pre-btn:after,
.ttvrelated-pagination-wrapper:after,
.ttvcms-next-pre-btn:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    height: 16px;
    width: 2px;
    background-color: #eee;
    transform: translateY(-50%);
}

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

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

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

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

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

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

/**************** product title design **********/
.ttvcmsmain-title-wrapper {
    margin-bottom: 35px;
    position: relative;
    text-align: left;
}
.lang-rtl .ttvcmsmain-title-wrapper{
    text-align: right;
}
.ttvcmstab-title-product .ttvcmsmain-title-wrapper{
    margin: 0;
}
.ttvcustomer-services .ttvcmsmain-title-wrapper {
    display: none;
}

.ttvtab-product-list-wrapper {
    margin: 0 -15px;
    position: relative;
}

.ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
    text-align: right;
    display: block;
    margin: 0;
}

.ttvtab-title-wrapper .ttvtabs-products li {
    position: relative;
    background-color: #fff;
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.ttvtab-title-wrapper .ttvtabs-products li span {
    font-weight: 500;
    color: #666666;
    font-size: 15px;
    text-transform: capitalize;
}

.ttvtab-title-wrapper .ttvtabs-products li:hover span,
.ttvtab-title-wrapper .ttvtabs-products li.active span {
    color: #111;
}

.ttvtab-product {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.ttvcms-main-title .ttvmain-title h2 {
    font-size: 30px;
    color: #111111;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
}

.ttvfooter-product-box-layout .ttvcms-main-title .ttvmain-title h2 {
    font-size: 22px;
}

.ttvcms-main-title .ttvmain-sub-title h4 {
    font-size: 14px;
    color: #696969;
    font-style: italic;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 400;
}

.ttvcms-main-title .ttvmain-desc {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    color: #a0a0a0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: none;
}
.lang-rtl .ttvtab-title-wrapper .ttvtabs-products li{
    padding: 0 20px 0 0;
}
/********* tab title */
@media (max-width: 991px) {
    .ttvfooter-product-box-layout .ttvcms-main-title .ttvmain-title h2 {
        font-size: 20px;
    }

    .ttvcms-main-title .ttvmain-title h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .ttvtab-product .ttvcms-main-title {
        float: none;
        text-align: center;
    }
    .ttvtab-product{
        display: block;
        margin-bottom: 25px;
    }
    .ttvtab-main-title-wrapper{
        margin-bottom: 15px;
    }
    .ttvtab-product .ttvtab-title-wrapper .ttvtabs-products{
        text-align: center;
    }
    .ttvcmsmain-title-wrapper{
        text-align: center;
    }
}

@media (max-width: 575px) {
    .ttvfooter-product-box-layout .ttvcms-main-title .ttvmain-title h2 {
        margin-bottom: 0;
    }

    .ttvtab-product .ttvcms-main-title .ttvmain-title h2 {
        margin-bottom: 0;
    }

    .ttvcms-main-title .ttvmain-title h2 {
        margin-bottom: 10px;
    }

    .ttvtab-title-wrapper .ttvtabs-products li {
        display: inline-block;
        padding: 5px 10px;
    }
}

.lang-rtl .ttvtab-product .ttvcms-main-title {
    float: right;
}

@media (max-width: 767px) {
    .lang-rtl .ttvtab-product .ttvcms-main-title {
        float: none;
        text-align: center;
    }
}

/*********************************************Start All Product design*********************************************/
/***************Start Main Wrapper  **************************/
.ttvproduct-wrapper {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    margin-bottom: 30px;
}

.ttvtab-first-product.ttvall-product-wrapper-info-box {
    margin-bottom: 30px;
}

.products.owl-carousel.owl-drag .owl-item:hover,
.ttvtabcategory-all-product-slider .owl-item:hover {
    position: relative;
    z-index: 20;
}

.ttvall-product-wrapper-info-box {
    padding: 0 15px;
}

.ttvproduct-wrapper .ttvproduct-image img {
    width: auto;
}

.ttv-product-top-hover {
    text-align: left;
    padding: 15px;
}

/***********************************Start Product Review*************************************/
.ttvall-product-star-icon .star i {
    font-size: 14px;
    color: #cccccc;
    width: 16px;
}

.ttvall-product-star-icon .star.star_on i {
    color: #ffc000;
    width: 16px;
    font-size: 14px;
}

/******************************End Product Review********************************/
/********************** producat-labal ***************************/
.product-flags {
    position: absolute;
    top: 10px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ttvproduct-wrapper:hover .product-flags {
    opacity: 0;
}

.product-flags.ttvproduct-sale-label {
    right: 10px;
    left: auto;
}

.product-flags.ttvproduct-new-label {
    left: 10px;
    right: auto;
}

.product-flags span {
    font-size: 12px;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
}

.product-flags.ttvproduct-sale-label span {
    color: #333;
}

@media(max-width: 991px) {
    .product-flags {
        opacity: 1;
    }
}

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

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

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

.ttvproduct-wrapper .ttvproduct-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background-color: #fff;
}

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

/**********************End image change on hover***********************************/
/**************************Start timer design *********************************************/
.ttvproduct-wrapper.grid .ttvproduct-timer,
.ttvproduct-wrapper.grid-2 .ttvproduct-timer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ttvproduct-wrapper:hover.grid .ttvproduct-timer,
.ttvproduct-wrapper:hover.grid-2 .ttvproduct-timer {
    opacity: 0;
}

.ttvtimer-wrapper {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 5px;
}

.ttvproduct-timer-icon {
    display: none;
}

.ttvproduct-timer-icon i {
    font-size: 0;
    background-image: url(../img/sprite.png);
    background-position: -210px -159px;
    height: 32px;
    width: 25px;
}

.ttvproduct-timer-wrapper {
    position: relative;
    text-align: center;
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.ttvproduct-timer-wrapper:nth-child(4n+1){
    margin: 0;
}

.ttvproduct-timer-wrapper .seconds {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.ttvproduct-timer-wrapper .hours,
.ttvproduct-timer-wrapper .minutes,
.ttvproduct-timer-wrapper .days {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

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

.ttvproduct-timer-wrapper .ttvtimer-name {
    display: none;
}

@media(max-width: 1600px) {
    .ttvproduct-timer-wrapper {
        min-width: 20px;
    }
}

@media(max-width: 1199px) {

    .ttvproduct-timer-wrapper .seconds,
    .ttvproduct-timer-wrapper .hours,
    .ttvproduct-timer-wrapper .minutes,
    .ttvproduct-timer-wrapper .days {
        font-size: 12px;
    }
}

@media(max-width: 991px) {

    .ttvproduct-wrapper.grid:hover .ttvproduct-timer,
    .ttvproduct-wrapper.grid-2:hover .ttvproduct-timer {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .ttvproduct-wrapper.grid .ttvproduct-timer,
    .ttvproduct-wrapper.grid-2 .ttvproduct-timer {
        bottom: 50px;
        top: auto;
    }
}

/******************* end Start timer design *******************/
/************************Start cart-Quick-compare-wishlist Hover btn*************************/
.ttvproduct-wrapper .ttvproduct-hover-btn {
    position: absolute;
    top: auto;
    bottom: 15px;
    z-index: 10;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.ttvproduct-wrapper:hover .ttvproduct-hover-btn {
    opacity: 1;
}
.ttvproduct-wrapper .ttvproduct-quick-btn,
.ttvproduct-wrapper .ttvproduct-cart-btn,
.ttvproduct-wrapper .ttvproduct-wishlist,
.ttvproduct-wrapper .ttvcompare-wrapper{
    margin: 0 6px;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart,
.ttvproduct-wrapper .ttvproduct-quick-btn .ttvproduct-quick-icon,
.ttvproduct-wrapper .ttvproduct-wishlist .ttvproduct-wishlist-icon,
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.add,
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.remove,
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-out-of-stock{
    background-image: url(../img/sprite.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
.ttvproduct-wrapper .ttvproduct-quick-btn .ttvproduct-quick-icon {
    background-position: -105px -506px;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-add-to-cart {
    background-position: -105px -406px;
}
.ttvproduct-wrapper .ttvproduct-wishlist .ttvproduct-wishlist-icon {
    background-position: -105px -655px;
}
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.add {
    background-position: -105px -556px;
}
.ttvproduct-wrapper .ttvcompare-wrapper .ttvproduct-compare-icon i.remove {
    background-position: -105px -606px;
}
.ttvproduct-wrapper .ttvproduct-cart-btn .ttvproduct-out-of-stock{
    background-position: -105px -456px;
    opacity: .6;
    cursor: not-allowed;
}
.ttvproduct-wrapper .ttvproduct-quick-btn:hover .ttvproduct-quick-icon {
    background-position: -155px -506px;
    background-color: #1e7b67;
    border-color: #1e7b67;
}
.ttvproduct-wrapper .ttvproduct-cart-btn:hover .ttvproduct-add-to-cart {
    background-position: -155px -406px;
    background-color: #1e7b67;
    border-color: #1e7b67;
}
.ttvproduct-wrapper .ttvproduct-wishlist:hover .ttvproduct-wishlist-icon {
    background-position: -155px -655px;
    background-color: #1e7b67;
    border-color: #1e7b67;
}
.ttvproduct-wrapper .ttvcompare-wrapper:hover .ttvproduct-compare-icon i.add {
    background-position: -155px -556px;
    background-color: #1e7b67;
    border-color: #1e7b67;
}
.ttvproduct-wrapper .ttvcompare-wrapper:hover .ttvproduct-compare-icon i.remove {
    background-position: -155px -606px;
    background-color: #1e7b67;
    border-color: #1e7b67;
}
.ttvproduct-wrapper .ttvproduct-cart-btn:hover .ttvproduct-out-of-stock{
    background-position: -155px -456px;
    background-color: #1e7b67;
    border-color: #1e7b67;
    opacity: .6;
    cursor: not-allowed;
}
.ttvproduct-cart-btn .ttvproduct-add-to-cart span,
.ttvproduct-add-to-cart-label,
.ttvproduct-cart-btn .ttvproduct-add-to-cart i,
.ttvproduct-hover-btn .ttvproduct-quick-btn i,
.ttvproduct-hover-btn .ttvproduct-quick-btn .ttvproduct-quick-lable,
.ttvproduct-wishlist .panel-product-line span,
.ttvproduct-wishlist .panel-product-line i,
.ttvcompare-wrapper .ttvcmsproduct-compare-btn span {
    display: none;
}


/******************** end Start cart-Quick-compare-wishlist Hover btn ********************/
/**************************************Start Product Title & Price*************************************************/
.ttvproduct-info-box-wrapper {
    padding: 15px 0 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.ttvproduct-info-box-wrapper .ttvproduct-name {
    padding: 5px 0;
}

.ttvproduct-name .product-title a h6 {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    margin: 0;
}
.product-price-and-shipping .price {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    vertical-align: middle;
}

.product-price-and-shipping .regular-price {
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    color: #666;
    vertical-align: middle;
    margin: 0 5px;
}

.ttvproduct-name .ttvproduct-cat-name {
    display: none;
}

.ttvproduct-wrapper .product-price-and-shipping {
    display: inline-block;
    vertical-align: middle;
}

.product-price-and-shipping .ttvproduct-discount-price {
    color: #999999;
    font-weight: 400;
    font-size: 11px;
    padding: 3px;
    border: 1px solid #cccccc;
    display: inline-block;
}

.product-price-and-shipping .price-tax {
    display: none;
}

.ttvleft-right-product-slider .comments_note {
    margin-bottom: 8px;
}

.lang-rtl #column-left .ttvproduct-wrapper .ttv-product-price {
    text-align: right;
}

#column-left .ttvproduct-wrapper .ttv-product-price {
    text-align: left;
}

/************************* end Start Product Title & Price***********************************/

.ttv-product-price {
    padding-bottom: 0;
}

@media(max-width: 1600px) {
    .product-price-and-shipping .price {
        font-size: 15px;
        margin-right: 3px;
    }

    .ttvproduct-name .product-title a h6 {
        font-size: 14px;
    }

    .product-price-and-shipping .regular-price {
        font-size: 13px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#products.list-2 .ttvproductdescription-button-wrapper {
    width: 50%;
    padding: 15px;
}

#products.list-2 .ttvproduct-timer {
    margin-bottom: 15px;
}

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

.ttvproduct-wrapper.list .ttv-product-list {
    float: left;
    margin-right: 20px;
}

.ttvcmsstock-indicator-wraper {
    display: none;
}

/************ mobile Start Gride---Gride-2---List---List-2---cataloge Product***************/
.ttv-grid-list-wrapper-info-box {
    margin-bottom: 0;
}
#products #js-product-list.ttvall-block-box-shadows {
    margin: 0 -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 575px) {

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

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

/***********************************Start Product ALL RTL********************************************/
/*************************************************End All Product Design****************************************************/
/************* special product design **********/
.ttvall-product-branner {
    width: 21%;
    float: left;
    padding: 0 7.5px;
}

.ttvimage-true {
    width: 79%;
    float: left;
}

.ttvspecial-product-offer-banner {
    margin: 0 -7.5px;
}

.lang-rtl .ttvall-product-branner {
    float: right;
    padding-left: 0;
}

.lang-rtl .ttvspecial-product-content {
    padding-right: 0;
}

.ttvmenu-main-wrapper .ttvbanner-hover-wrapper img {
    border: none;
    border-radius: 0;
}

.ttvfooter-product-box-layout .ttvmain-all-product-wrapper {
    margin: -7.5px;
    border-radius: 3px;
    overflow: hidden;
}

.ttvfooter-product-box-layout {
    margin-bottom: 50px;
}

.ttvleft-right-product-slider .ttvproduct-image {
    border: none;
}

.ttvfooter-product-box-layout .ttvleft-right-product-slider .ttvproduct-wrapper {
    border: 1px solid #e5e5e5;
}

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

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

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

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

.ttvmain-footer-tab-prod-slider {
    padding: 0;
}
.ttvleft-right-product-slider .ttvproduct-name{
    margin-bottom: 10px;
}
.ttvleft-right-product-slider:last-child .ttvproduct-wrapper{
    border: none;
}
@media(max-width: 1599px) {
    .ttvfooter-product-title-product .owl-item.active:first-child {
        border-right: none;
    }
}

@media(max-width: 1399px) {
    .ttvall-product-branner {
        width: 24%;
        padding-right: 0;
    }

    .ttvspecial-product-content {
        width: 76%;
        padding-left: 0;
    }
}

@media(max-width: 1199px) {
    .ttvcmsfooter-best-seller-product {
        margin-top: 20px;
    }

    .ttvall-product-branner {
        width: 24%;
    }

    .ttvspecial-product-content {
        width: 76%;
    }
}

@media(max-width: 1024px) {
    .ttvall-product-branner {
        width: 27%;
    }

    .ttvspecial-product-content {
        width: 73%;
    }
}

@media(max-width: 991px) {
    .ttvfooter-product-box-layout .ttvleft-right-product-slider {
        width: 100%;
    }

    .ttvfooter-product-title-product {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .ttvcmsfooter-best-seller-product {
        margin-top: 0;
    }

    .ttvall-product-branner {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
    }

    .ttvspecial-product-content {
        width: 100%;
    }
}

@media(max-width: 767px) and (min-width: 576px) {
    .ttvfooter-product-box-layout .ttvleft-right-product-slider {
        width: 50%;
        float: left;
    }
}

.lang-rtl .ttvleft-right-product-slider .ttvproduct-image {
    padding-left: 0;
    padding-right: 15px;
}

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

/*******************************newsletter**********************/
.ttvnewsletter-icon-wrapper{
    background-color: #fafafa;
    padding: 55px 0;
}
.ttvcms-newsletter-wrapper{
    max-width: 45%;
    margin: 0 auto;
    text-align: center;
}
.ttvnewsletter-title{
    font-size: 34px;
    color: #212121;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.ttvnewsletter-lable-wrapper{
    margin-bottom: 45px;
}
.ttvnewsletter-description p {
    margin: 0;
    color: #696969;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .3px;
}

.block_newsletter form {
    width: 100%;
    margin: 0 auto;
}
.ttvnewsleteer-btn-wrapper .btn-primary[type=submit] {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #000000;
    padding: 0 15px;
    height: 40px;
    width: 140px;
    border: 1px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ttvnewsleteer-btn-wrapper .btn-primary[type=submit]:hover{
    border-color: #212121;
    color: #212121;
    background-color: transparent;
}
.ttvnewsleeter-input-button-wraper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dddddd;
}
.ttvnewsleteer-btn-wrapper{
    margin-bottom: 5px;
}
.ttvnewsleeter-input-button-wraper #ttvnewsletter-home {
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #999999;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}

.ttvnewsleeter-input-button-wraper #ttvnewsletter-home::placeholder {
    color: #999999;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
}
 .ttvinput-wrapper{
        width: 100%;
    }
@media(max-width: 1199px){
    .ttvcms-newsletter-wrapper{
        max-width: 100%;
    }
}
@media(min-width: 992px){
    .ttvnewsletter-icon-wrapper .row{
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

}
@media(max-width: 991px) {
    .ttvcms-newsletter-wrapper{
        max-width: 100%;
    }
    .ttvnewsletter-title{
        font-size: 24px;
    }
    .ttvnewsleeter-input-button-wraper .ttvnewsleteer-btn-wrapper{
        display: inline-block;
        vertical-align: middle;
    }
}

@media(max-width: 767px) {
    .ttvnewsletter-block {
        display: block;
        text-align: center;
    }
    .ttvcms-newsletter-wrapper{
        margin-bottom: 15px;
    }
}
@media(max-width: 575px){
    .ttvnewsleteer-btn-wrapper .btn-primary[type=submit]{
        width: 80px;
    }
}

/****start rtl newsletter*************/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/****************************************footer *************************************/

#index .footer-container{
    border: none;
}   
.footer-container{
    border-top:1px solid #e5e5e5;
    padding: 60px 0;
}
.ttvfooter-title-wrapper{
    position: relative;
    margin-bottom: 15px;
}
.ttvfooter-title-wrapper .ttvfooter-title {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
}
.ttvfooter-link-wrapper{
    margin: 0;
}
.ttvfooter-link-wrapper li:not(:last-child){
    margin-bottom: 10px;
}
.ttvfooter-link-wrapper li a{
    font-size: 14px;
    color: #696969;
}
.ttvfooter-link-wrapper li:hover a{
    color: #1e7b67;
}

.ttvfooter-logo-block .ttvfooter-logo-desc{
    font-size: 14px;
    color: #696969;
    line-height: 24px;
}
.ttvfooter-address-lable {
    float: left;
    padding-right: 3px;
}
#footer_sub_menu_store_info .ttvfooter-store-link-content,
#footer_sub_menu_store_info .ttvfooter-store-link-text-fax,
#footer_sub_menu_store_info .ttvfooter-addresses,
#footer_sub_menu_store_info .ttvfooter-store-link {
    padding-bottom: 15px;
    position: relative;
    font-size: 14px;
    color: #696969;
}
#footer_sub_menu_store_info .ttvfooter-addresses:after {
    position: absolute;
    content: '';
    left: -26px;
    top: 0;
    background-image: url(../img/sprite.png);
    background-position: -266px -17px;
    width: 18px;
    height: 18px;
}
#footer_sub_menu_store_info .ttvfooter-store-link-content:after {
    position: absolute;
    content: '';
    left: -26px;
    top: 0;
    background-image: url(../img/sprite.png);
    background-position: -266px -66px;
    width: 18px;
    height: 18px;
}

#footer_sub_menu_store_info .ttvfooter-store-link-text-fax:after {
    position: absolute;
    content: '';
    left: -26px;
    top: 0;
    background-image: url(../img/sprite.png);
    background-position: -266px -165px;
    width: 18px;
    height: 18px;
}
#footer_sub_menu_store_info .ttvfooter-store-link:after {
    position: absolute;
    content: '';
    left: -26px;
    top: 0;
    background-image: url(../img/sprite.png);
    background-position: -266px -115px;
    width: 18px;
    height: 18px;
}
.ttvfooter-social-icon-wrapper {
    margin-bottom: 0;
    text-align: center;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li {
    background-color: transparent;
    position: relative;
    margin: 0 8px;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
}
.ttvfooter-social-icon-wrapper li a {
    font-size: 0;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 100%;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.rss a {
    background-image: url(../img/sprite.png);
    background-position: -155px -5px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.facebook a {
    background-image: url(../img/sprite.png);
    background-position: -155px -55px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.twitter a {
    background-image: url(../img/sprite.png);
    background-position: -155px -105px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.youtube a {
    background-image: url(../img/sprite.png);
    background-position: -155px -155px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.googleplus a {
    background-image: url(../img/sprite.png);
    background-position: -155px -255px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.pinterest a {
    background-image: url(../img/sprite.png);
    background-position: -155px -205px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.vimeo a {
    background-image: url(../img/sprite.png);
    background-position: -155px -355px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.instagram a {
    background-image: url(../img/sprite.png);
    background-position: -155px -305px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.rss:hover a {
    background-position: -105px -5px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.facebook:hover a {
    background-position: -105px -55px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.twitter:hover a {
    background-position: -105px -105px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.youtube:hover a {
    background-position: -105px -155px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.googleplus:hover a {
    background-position: -105px -255px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.pinterest:hover a {
    background-position: -105px -205px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.vimeo:hover a {
    background-position: -105px -355px;
}
.ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li.instagram:hover a {
    background-position: -105px -305px;
}
.ttvfooter-copy-payment-icon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}


/***************Bottom To Top***************/
.ttvbottom-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 40;
    display: none;
    cursor: pointer;
}
.ttvbottom-to-top span {
    display: none;
}
.ttvbottom-to-top-icon {
    background-image: url(../img/sprite.png);
    background-position: -102px -853px;
    color: transparent;
    width: 45px;
    font-size: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
}
.ttvbottom-to-top i {
    display: none;
}
/***************CopyRight Text***************/
.ttvfooter-payment-icon-img-block{
    text-align: right;
}
.ttvfooter-payment-wrapper .ttvfooter-payment-icon{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.ttvfooter-copyright-payment-icon {
    display: flex;
    align-items: center;
    background-color: #fff;
}
.ttvcopylink-inner{
    padding: 25px 0;
    border-top: 1px solid #eee;
}
.ttvcopylink {
    text-align: left;
}
.ttvcopylink p{
    margin: 0;
}
/*************************************** Teblet-footer *****************************************/
@media(max-width: 1199px){
    .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li{
        margin:4px;
    }
}
@media (min-width: 992px) {
    #footer_sub_menu_store_info,
    #footer_sub_menu_link,
    #footer_sub_menu_linksecond,
    #footer_sub_menu_myaccount{
        display: block;
        overflow: hidden;
        margin: 0;
    }
    .ttvfooter-toggle-icon-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    .ttvcmsfooter-social-icon .ttvfooter-social-icon-wrapper li{
        margin: 2px;
    }
    .ttvfooter-link-wrapper{
        padding: 0 15px;
    }
    .ttvfooter-box-container{
        padding: 25px 0;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon {
        display: block;
        padding: 0;
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 36px;
        position: absolute;
        right: 0;
        top: 4px;
        cursor: pointer;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon i {
        color: #333;
        height: 36px;
        width: 36px;
        line-height: 36px;
        font-size: 20px;
    }
    .ttvfooter-toggle-icon-wrapper .ttvfooter-toggle-icon .remove {
        display: none;
    }
    .ttvcmsfooter-social-icon .ttvfooter-title-wrapper {
        padding-left: 0;
    }
    .ttvfooter-title-wrapper {
        margin-bottom: 0px;
    }
    .ttvfooter-title-wrapper .ttvfooter-title {
        margin-bottom: 10px;
        padding: 10px;
        display: block;
        border: 1px solid #eee;
        font-size: 16px;
    }
    .ttvnewsletter-icon-wrapper{
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .ttvfooter-logo-block{
        margin-bottom: 15px;
    }
    .ttvfooter-logo-block .ttvfooter-logo-desc {
        max-width: 100%;
    }
    .ttvfooter-social-icon-wrapper {
        text-align: center;
    }
    .ttvbottom-to-top {
        right: 15px;
    }
    .ttvcmsfooter-social-icon {
        text-align: center;
    }
    .ttvfooter-copyright-payment-icon{
        display: block;
    }
    .ttvcopylink{
        text-align: center;
        margin-bottom: 15px;
    }
    .ttvfooter-payment-icon-img-block{
        text-align: center;
    }
}

@media (max-width: 575px) {
    .ttvfooter-logo-block .ttvfooter-img-block {
        margin-bottom: 15px;
    }
}

/***************************************** footer rtl **********************************************/

.lang-rtl .footer_sub_menu_social_icon {
    text-align: left;
}

.lang-rtl .ttvfooter-address-lable {
    float: right;
    padding-left: 5px;
    padding-right: 0;
}
@media(max-width: 1199px) {
    .lang-rtl .footer_sub_menu_social_icon {
        text-align: center;
    }
}
@media(min-width: 768px){
    .lang-rtl .ttvfooter-payment-icon-img-block{
        text-align: left;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ttv-main-div.ttv-box-layout.container {
    background-color: #ffffff;
}

.lang-rtl .ttvleft-right-title.facet-label,
.lang-rtl .block-categories .category-top-menu>li.ttv-category-title-wrapper a,
.lang-rtl .ttvleft-right-title-wrapper,
.lang-rtl .ttv-category-title-wrapper {
    text-align: center;
}

.lang-rtl .ttv-pagination-wrapper {
    direction: ltr;
}

.lang-rtl #newsletter_block_popup .ttvnewsletter-popup-wrapper .ttvnewsletter-popup-img-wrapper {
    margin: 0 0 0 10px;
}

.lang-rtl .ttvprduct-image-info-wrapper .product-cover .layer {
    right: 20px;
    left: auto;
}

.lang-rtl .product-flags.ttvproduct-sale-pack-wrapper {
    left: 20px;
    right: auto;
}

.lang-rtl .ttvtab-title-wrapper .ttvtabs-products li:last-child:after {
    background-color: #000000;
}

.lang-rtl .ttvtab-title-wrapper .ttvtabs-products li:first-child:after {
    background-color: transparent;
}

@media(max-width: 991px) {
    .lang-rtl .ttvleft-right-title.facet-label,
    .lang-rtl .block-categories .category-top-menu>li.ttv-category-title-wrapper a,
    .lang-rtl .ttvleft-right-title-wrapper,
    .lang-rtl .ttv-category-title-wrapper {
        text-align: right;
    }
}

@media (max-width: 991px) {

    .lang-rtl #footer_sub_menu_store_time,
    .lang-rtl #footer_sub_menu_link,
    .lang-rtl#footer_sub_menu_linksecond,
    .lang-rtl #footer_sub_menu_myaccount,
    .lang-rtl .footer_sub_menu_social_icon {
        padding: 0 15px;
    }
}

/******************************** end footer *************************/
.lang-rtl .ttvmain-slider-next-pre-btn .ttvcmsprev-btn {
    left: 15px;
    right: auto;
}

.lang-rtl .ttvmain-slider-next-pre-btn .ttvcmsnext-btn {
    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;
    }
}*/

.ttvcms-slider-offerbanner-wrapper,
.ttvcmsmultibanners,
.ttvcmstab-title-product,
.ttvservices-home,
.ttvcmstestimonial,
.ttvcmsbrandlist-slider {
    margin-bottom: 90px;
}
@media(max-width: 991px){
    .ttvcms-slider-offerbanner-wrapper,
    .ttvcmsmultibanners,
    .ttvcmstab-title-product,
    .ttvservices-home,
    .ttvcmstestimonial,
    .ttvcmsbrandlist-slider {
        margin-bottom: 50px;
    }
}
