/************************** ALL Custom css **************************/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
    background-color: #ffffff;
    letter-spacing: 1px;
}

/* commn css*/
a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #96806b;
    text-decoration: none;
}

.btn {
    background-color: #333333;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #96806b;
    border-color: transparent
}

.table-hover>tbody>tr:hover {
    background-color: transparent;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #ffffff;
    background-color: #96806b;
    border-color: #96806b
}

.btn-outline-primary {
    color: #96806b;
    background-image: none;
    background-color: transparent;
    border-color: #96806b
}

.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #96806b;
    border-color: #96806b
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
    color: #ffffff;
    background-color: #96806b;
    border-color: #96806b
}

.btn-primary {
    color: #ffffff;
    background-color: #e8cc8f;
    border-color: transparent
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: transparent;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #333333;
    border-color: #175c6a
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #333333;
    border-color: #333333;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #333333;
    border-color: #333333;
}

.btn-info:hover {
    background-color: #333333;
    border-color: #333333;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #333333
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #333333 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #333333;
}

.btn-link {
    font-weight: 400;
    color: #96806b;
    border-radius: 0
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #96806b;
    outline: 0
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #ffffff;
    cursor: default;
    background-color: #96806b
}

.card-primary {
    background-color: #96806b;
    border-color: #96806b
}

.card-outline-primary
 {
    border-color: #96806b
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #96806b;
    border-color: #96806b
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    color: #96806b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.tag-primary {
    background-color: #96806b
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #96806b;
    border-color: #96806b
}

.bg-primary {
    background-color: #96806b !important
}

.text-primary {
    color: #96806b !important
}

.btn-unstyle:focus .expand-more {
    color: #96806b
}

.form-control:focus,
.input-group.focus {
    outline: none;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background-color: #96806b;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .875rem;
    padding: .5rem 1rem
}

.custom-radio input[type=radio]:checked+span {
    display: block;
    background-color: #96806b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: .125rem;
    top: .125rem
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #96806b
}

.search-widget form input[type=text]:focus {
    color: #232323;
    background: #fff
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}

*::-webkit-scrollbar-thumb {
    background-color: #e6c57b;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.ttv-all-page-main-title-wrapper {
    text-align: center;
    padding: 15px 0;
}
#account-newsletter .form-horizontal .control-label{
    width: auto;
}
#index #wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

input {
    outline: none;
    padding: 0 10px;
}

.btn-default:hover {
    background-color: #96806b;
    color: #ffffff;
}

.bootstrap-datetimepicker-widget .datepicker td.active,
.bootstrap-datetimepicker-widget .datepicker td.active:hover {
    background-color: #96806b;
    color: #ffffff;
}

.select-title option[selected="selected"],
.select-title .js-search-link:hover {
    background-color: #96806b;
    color: #ffffff;
}

.bootstrap-datetimepicker-widget .btn.focus,
.bootstrap-datetimepicker-widget .btn:focus,
.bootstrap-datetimepicker-widget .btn:hover {
    color: #96806b;
}

p,
li {
    line-height: 22px;
}

.fancybox-lock .fancybox-overlay .fancybox-inner p {
    font-size: 14px;
    text-align: center;
}

.fancybox-success a {
    color: #000000;
}

.fancybox-success a:hover {
    color: #96806b;
}

/* end comman css */
.block_newsletter .ttvnewsletter-input input[type=text]:focus {
    outline: none;
    color: #232323;
    background: #fff
}

.block_newsletter .ttvnewsletter-input input[type=text]:focus+button .search {
    color: #96806b
}

.block_newsletter .ttvnewsletter-input button[type=submit] .search:hover {
    color: #96806b
}

.block_newsletter .ttvnewsletter-input input[type=email]:focus {
    border:none;
    padding: 11px;
    outline: 0;
    border: none;
}

.pagination .current a {
    color: #96806b;
    text-decoration: none;
    font-size: 20px;
}

.ttv-innerpage-button {
    text-transform: capitalize;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    padding: 7px 15px;
    display: inline-block;
}

.ttv-innerpage-button:hover {
    color: #ffffff;
    background-color: #96806b;
    border-color: #96806b;
}

/* header */
.ttvcms-loading-inner {
    background-color: transparent;
    padding: 30px;
}

.ttvcms-loading-inner img.logo {
    display: block;
    margin: auto auto 0;
    padding: 20px;
    border-radius: 10px;
    max-height: 100px;
}

.ttv-main-div {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
@media(max-width: 479px){
    .ttv-main-div .container.ttv-left-layout > .row{
        margin: 0;
    }
}
@media (min-width: 480px){
    .container{
        max-width:420px;
    }
}
@media (min-width:575px){
    .container{
        max-width:480px;
    }
}
@media (min-width: 576px){
    .container{
        max-width:530px;
    }
}
@media (min-width: 768px){
    .container{
        max-width:720px;
    }
}
@media (min-width: 992px){
    .container{
        max-width:768px;
    }
}
@media (min-width: 1024px){
    .container{
        max-width: 992px;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1024px;
		/* max-width: 1280px; */
    }
}
@media (min-width: 1580px){
    
    .container{
        max-width: 1200px;
    }
}
@media (min-width: 1661px){
    .container{
        max-width: 1660px;
    }
}
@media(max-width: 1199px){
     .footer-container-2.container {
        max-width: 100%;
        width: 100%;
     }
}
@media(max-width: 1920px){
    .container.ttvfooter-logo-link-wrapper {
        width: 1600px;
        max-width: 100%;
        padding: 0;
    }
    .ttvcms-slider-offerbanner-wrapper .container,
    #header .container{
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
}
.ttvsearch-more-search:hover,
.ttvcart-product-list-checkout:hover,
.ttvcart-product-list-viewcart:hover {
    background-color: #96806b;
    color: #ffffff;
}
#header .ttvcart-product-list-checkout:hover a,
#header .ttvcart-product-list-viewcart:hover a {
    color: #ffffff;
}
.ttvsearch-dropdown-total-wrapper:hover .ttvsearch-dropdown-total {
    color: #96806b;
}
/********* pagination *************/
.pagination .ttv-pagination-wrapper .ttv-pagination-li {
    background-color: #c1c1c1;
}
.pagination .ttv-pagination-wrapper .ttv-pagination-li a,
.pagination .ttv-pagination-wrapper .ttv-pagination-li.active a {
    color: #ffffff;
	display:block;
}
.pagination .ttv-pagination-wrapper .ttv-pagination-li.active,
.pagination .ttv-pagination-wrapper .ttv-pagination-li:hover {
    background-color: #e5cc97;
}
/******  product page *********/
.ttvproduct-brand,
.ttvproduct-brand:hover {
    text-decoration: underline;
}
/*********** left pannal ***********/
.ttvcategory-slider-inner-info-box,
.ttvspecial-product,
.ttvsame-category-product,
.ttvcross-selling-product,
.ttvlike-product {
    margin: 0;
}
.ttvleft-right-title.facet-label,
.block-categories .category-top-menu>li.ttv-category-title-wrapper a {
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing:1px;
    text-transform: uppercase;
}
.ttvleft-right-title-toggle {
    color: #000000;
}
.ttvleft-right-product-slider .ttvproduct-wrapper {
    box-shadow: none;
}
#products.grid .ttvproduct-view.ttvproduct-grid,
#products.grid-2 .ttvproduct-view.ttvproduct-grid-2,
#products.list .ttvproduct-view.ttvproduct-list,
#products.list-2 .ttvproduct-view.ttvproduct-list-2,
#products.catalog .ttvproduct-view.ttvproduct-catalog,
.ttvcms-left-column-wrapper .ttv-left-pannal-btn-wrapper:hover,
.ttvcmsproduct-grid-list .ttvproduct-view:hover,
.ttv_search_filter_wrapper .ttvleft-right-title-wrapper:hover {
    background-color: #e5cc97;
}
.ttvleft-right-penal-all-block,
.block-categories,
.ttvcms-left-testimonial,
.ttvcmsblog-left-side,
.ttvleftcustomer-service {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-bottom: 30px;
}
#search_filters_brands .facet .ttvsearch-filter-brand-wrapper li.facet-label a,
.ttvserach-filter-suppliers p {
    color: #373737;
    font-size: 12px;
}
.ttvleft-right-title-wrapper,
.ttv-category-title-wrapper {
    background-color: #ffffff;
    text-align: left;
    padding: 10px 15px;
}
.ttvleft-product-wrapper-info{
    padding: 15px;
}
.ttvleft-product-wrapper-info,
.ttvcmsblog-left-side .ttvblog-event-all-block,
.ttvsearch-filter-brand-wrapper,
.ttvserach-filter-suppliers,
.ttvtestimonial-slider-button-wrapper,
.ttv-category-wrapper,
.ttv-leftcategory-wrapper,
#column-left .ttv-all-service.card-deck,
#column-right .ttv-all-service.card-deck,
.ttv-accountinfo-wrapper,
.ttvleftcustomer-service .ttvservice-all-block-wrapper {
    border-top: 1px solid #e5e5e5;
}
.ttvleft-right-product-slider .ttvproduct-image {
    padding: 0;
}
.ttvcategory-name {
    text-align: center;
    margin-top: 15px;
    color: #373737;
}
.ttvcategory-name a {
    color: #373737;
}
#category #content-wrapper {
    padding-right: 0;
}
#category.lang-rtl #column-left {
    padding-left: 15px;
    padding-right: 0;
    float: right;
}
@media(min-width: 992px) {
    #category.lang-rtl #content-wrapper {
        padding-right: 15px;
        padding-left: 0;
    }
}
@media(max-width: 1199px) {
    #column-left .ttvleft-right-product-slider {
        width: 33.33%;
        float: left;
    }

    #column-left .ttvleft-product-wrapper {
        overflow: hidden;
    }

    #index #column-left {
        padding: 0 0;
        background-color: transparent;
    }
    #column-left {
        padding: 0 15px;
    }
    #content-wrapper.left-column {
        padding: 0 15px;
    }
    #index #content-wrapper.left-column {
        padding: 0;
    }
}
@media(max-width: 991px) {
    .block-categories .category-top-menu>li.ttv-category-title-wrapper a {
        text-align: left;
    }
    .ttv-left-layout .ttvleft-right-penal-all-block, 
    .ttv-left-layout .block-categories, 
    .ttv-left-layout .ttvcms-left-testimonial,
    .ttvleft-right-penal-all-block,
    .block-categories,
    .ttvcms-left-testimonial,
    .ttvcmsblog-left-side,
    .ttvleftcustomer-service,
    .ttvvertical-menu-top-wrapper {
        margin-bottom:15px;
    }
    #column-left .ttvleft-right-product-slider {
        width: 50%;
        float: left;
    }
    .ttvleft-right-title-toggle i{
        font-size: 16px;
    }
}
@media(max-width: 575px) {
    #column-left .ttvleft-right-product-slider {
        width: 100%;
    }
}
.lang-rtl #column-left {
    padding-right: 0;
    padding-left: 15px;
    float: right;
}
.lang-rtl #content-wrapper.left-column {
    padding-left: 0;
    padding-right: 15px;
}
.lang-rtl .ttvleft-right-product-slider .ttvproduct-wrapper {
    direction: rtl;
}
#category .page-content.page-not-found .ttvsearch-top-wrapper {
    padding: 0;
}
#pagenotfound #content-wrapper .ttvsearch-header-display-wrappper {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: unset;
    box-shadow: none;
}
.ttvcmsleftsideofferbanners-one {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.ttvcmsleftsideofferbanners-one img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
@media(max-width: 1199px) {
    .ttvcmsleftsideofferbanners-one img {
        width: auto;
    }
    .ttvcmsttvcmsleftsideofferbanners {
        text-align: center;
    }
    .ttvcmsleftsideofferbanners-one {
        border: none;
    }
    .lang-rtl #content-wrapper.left-column {
        padding: 0;
    }
}
@media(max-width: 991px){
    .ttvcmsleftsideofferbanners-one {
        margin-bottom:15px;
    }
}
.ttvleft-right-title-wrapper a:hover,
.ttvleft-right-title-wrapper a:focus {
    color: #333333;
}
.ttvleft-right-penal-all-block .ttv-accountinfo-wrapper a,
.block-categories a {
    color: #666666;
}
.block-categories a:hover{
    color: #96806b;
}
.ttvleft-right-penal-all-block .ttv-accountinfo-wrapper a:hover {
    color: #96806b;
}
.products-sort-order .select-list:hover {
    background-color: #96806b;
    color: #ffffff;
    text-decoration: none;
}
#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;
}
#newsletter_block_popup .block_content .send-reqest:hover {
    background-color: #96806b;
    color: #ffffff;
}
.footer_sub_menu_social_icon .ttvsocial-title {
    display: none;
}
.ttvnewsletter-social-icon ul li {
    margin: 0;
}
.blog_post_content p.meta_author,
.blog_post_content p.meta_date,
.blog_post_content p.meta_category {
    color: #333333;
}
.kr_blog_post_area .ttvblog_post .post_content .post_meta>p span,
.blog_post_content p.meta_author span {
    color: #96806b;
}
/**************************tab **************************/
.tabs .nav-tabs .nav-link.active {
    color: #96806b
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #96806b
}
@media (max-width: 575px) {
    .ttvtab-product .ttvtab-title-wrapper .ttvtabs-products {
        display: inline-block;
        vertical-align: middle;
    }
    .ttvcms-main-title .ttvmain-sub-title {
        font-size: 14px;
    }
}
/******************** all product ***************************/
.ttvproduct-wrapper .btn-primary:active:focus,
.ttvproduct-wrapper .btn-primary:active:hover {
    color: #222222;
    background-color: transparent;
}
.block-category,
.card,
.ttvcenter-block-product-section,
#main .ttv-sub-pages-inner-content {
    border: 1px solid #e5e5e5;
}
#information-contact #main .ttv-sub-pages-inner-content {
    margin-top: 30px;
}
#main .ttvpage-header-title-wrapper,
.ttvall-page-top-title {
    border: 1px solid #e5e5e5;
}
/***************** breadcrumb ***************/
#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a {
    color: #bb9448;
}
#wrapper .breadcrumb {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
/**************************** product page ****************************/
.ttv-wrapper-info .ttvproduct-title h1 {
    color: #666666;
}
.ttvtabs li.active a:before {
    background-color: #96806b;
}
.ttv-wrapper-info .ttv-review i,
.ttvproduct-brand,
.ttvproduct-model,
.ttvproduct-reward,
.ttvproduct-stock-status {
    color: #666666;
}
.ttvproduct-details-img-block .thumbnail {
    border: 1px solid #e6e6e6;
}
#quickviewdata .ttvproduct-details-img-block .ttv-quickview-content-box .thumbnail,
.ttvproduct-details-img-block .ttvsingimage-content-box .thumbnail {
    border: none;
}
.ttvproduct-button-main button:hover i,
.ttvproduct-button-main button:hover {
    color: #96806b;
}
.ttv-additional-image {
    max-height: 100%;
}
.ttv-wrapper-info .product-price-and-shipping {
    display: block;
}
/**** theme control */
.ttvcmstheme-control .ttvtheme-control-icon {
    background-color: #333333;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ttvcmstheme-control .ttvtheme-control-icon:hover {
    background-color: #96806b;
}
.ttvcmstheme-control .ttvtheme-control-wrapper {
    max-height: calc(100vh - 210px);
    overflow-y: scroll;
    width: 300px;
    padding: 15px 15px;
    border-radius: 0;
    background-color: #ffffff;
    text-align: center;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.ttvtheme-control-wrapper .ttvtheme-all-pattern .ttvtheme-pattern-image {
    border-radius: 25px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .2)
}
.ttvtheme-control-title-name-reset-btn p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.ttvtheme-control-wrapper .ttvtheme-control-reset {
    background-color: #333333;
    padding: 5px 20px;
    margin-top: 15px;
}
.ttvtheme-control-wrapper .toggle.btn {
    min-width: 70px;
    min-height: 30px;
}
.ttvtheme-control-wrapper .ttvtheme-option .toggle-off.btn {
    padding: 6px 0 6px 20px;
}
.ttvtheme-control-wrapper .ttvtheme-option .toggle-on.btn {
    padding: 6px 20px 6px 0px;
}
.ttvtheme-control-wrapper td {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.ttvtheme-control-wrapper .ttvselect-theme-name,
.ttvtheme-control-wrapper .ttvcolor-theme-name,
.ttvtheme-control-wrapper .ttvtheme-layout-name,
.ttvtheme-control-wrapper .ttvtheme-animation-name,
.ttvtheme-control-wrapper .ttvtheme-page-loader-name,
.ttvtheme-control-wrapper .ttvtheme-left-sticky-name,
.ttvtheme-control-wrapper .ttvtheme-right-sticky-name,
.ttvtheme-control-wrapper .ttvtheme-menu-sticky-name,
.ttvtheme-control-wrapper .ttvbgcolor-theme-name,
.ttvtheme-control-wrapper .ttvtheme-background-pattern-name {
    font-size: 14px;
    float: left;
    margin-right: 15px;
}
.ttvtheme-control-wrapper .ttvselect-theme-name,
.ttvtheme-control-wrapper .ttvcolor-theme-name,
.ttvtheme-control-wrapper .ttvbgcolor-theme-name {
    padding-top: 5px;
}
.ttvtheme-control-wrapper .ttvtheme-layout-name,
.ttvtheme-control-wrapper .ttvtheme-animation-name,
.ttvtheme-control-wrapper .ttvtheme-animation-name,
.ttvtheme-control-wrapper .ttvtheme-page-loader-name,
.ttvtheme-control-wrapper .ttvtheme-left-sticky-name,
.ttvtheme-control-wrapper .ttvtheme-right-sticky-name,
.ttvtheme-control-wrapper .ttvtheme-menu-sticky-name {
    padding-top: 8px;
}
.ttvtheme-control-wrapper .ttvtheme-background-pattern-name {
    float: none;
    margin-bottom: 5px;
}
.ttvtheme-control-title-name-reset-btn {
    border-bottom: 1px solid #e5e5e5;
}
.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select,
.ttvcmstheme-control .ttvtheme-option {
    float: right;
    padding-left: 0;
    padding-right: 0;
}
.ttvtheme-control-wrapper .ttvtheme-option .btn-default {
    background-color: #333333;
}

.ttvtheme-control-wrapper .ttvtheme-option .btn-primary {
    background-color: #96806b;
}

.ttvtheme-control-wrapper .ttvtheme-option .toggle-handle {
    background-color: #ffffff;
}

.ttvtheme-control-wrapper .ttvtheme-control-reset:hover {
    background-color: #96806b;
}

.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select {
    background-color: #333333;
    color: #ffffff;
    width: 130px;
}

.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select option {
    background-color: #ffffff;
    color: #222222;
}

.ttvcmstheme-control .ttvtheme-control-wrapper .ttvselect-theme select option:hover {
    background-color: #96806b !important;
    color: #ffffff;
}

.ttvtheme-control-wrapper .ttvall-theme-content {
    text-align: center;
}

.ttvtheme-control-wrapper .ttvtheme-all-pattern-wrapper {
    width: 162px;
    margin: auto;
    overflow: hidden;
    clear: both;
}

.ttvtheme-control-wrapper .ttvtheme-color-box {
    float: right;
}

.ttvtheme-control-wrapper .ttvtheme-bgcolor-box input,
.ttvtheme-control-wrapper .ttvtheme-color-box input {
    height: 28px;
    padding: 0 0 0 32px;
    width: 100px;
}

.ttvcmstheme-control .ttvtheme-control-icon:hover i {
    color: #ffffff;
}

.ttvtheme-control-wrapper .ttvtheme-option .btn-primary {
    color: #ffffff;
}

/************************************** rtl **************************************/
.lang-rtl .ttvbottom-to-top {
    left: 30px;
    right: auto;
}

/************************************ end ************************************/

/* slider */
.ttvcms-slider-offerbanner-wrapper {
    margin-bottom:80px;
}

.ttvcmssliderofferbanners-one {
    width: 20%;
    padding-right: 0;
}

.ttvcmsmain-slider-wrapper {
    width: 100%;
}

.ttvofferbanner-text {
    display: none;
}
.nivo-html-caption{
    display: block;
}
.ttvmain-slider-contant {
    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%);
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.ttvmain-slider-contant-left{
    left: 8%;
    text-align: left;
    right: auto;
}
.ttvmain-slider-contant-right{
    right: 8%;
    left: auto;
    text-align: right;
}
.ttvmain-slider-contant-center{
    left:0;
    right: 0;
    text-align: center;
}
.ttvmain-slider-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #f7f7f7;
    background-color: #fefefe;
}

.ttvmain-slider-content-inner {
    padding: 0 15px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ttvmain-slider-content-inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: transparent;
}

.ttvmain-slider-content-inner.active:after {
    background-color: #96806b;
}

.ttvmain-slider-contant .ttvmain-slider-title {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0;
    text-shadow: none;
    text-align: center;
    padding-bottom: 5px;
	display:none;
}
.ttvmain-slider-contant .ttvmain-slider-info h2 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #222222;
    font-weight: 500;
    text-shadow: none;
}
.ttvmain-slider-contant .ttvmain-slider-info p {
    font-size: 12px;
    color: #96806b;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.ttvmain-slider-contant .ttvmain-slider-button {
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 20px;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 2px;
    line-height: 35px;
    border: none;
    text-shadow: none;
    background-color: #96806b;
}
.ttvmain-slider-contant .ttvmain-slider-button:hover {
    color: #ffffff;
    background-color: #000000;
}
.nivo-controlNav {
    padding: 15px 0 30px 0;
}
@media (max-width: 991px) {
    .nivo-controlNav {
        padding: 3px 0;
    }
    .ttvmain-slider-contant .ttvmain-slider-info p {
        font-size: 10px;
    }
    .ttvcms-slider-offerbanner-wrapper {
        margin-bottom:30px;
    }
    .ttvmain-slider-contant .ttvmain-slider-button {
        padding: 0 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .ttvcmsmain-slider-wrapper {
        width: 100%;
    }

    .ttvcmssliderofferbanners-one {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ttvmain-slider-contant .ttvmain-slider-title {
        font-size:22px;
        padding-bottom: 5px;
   }
    .ttvmain-slider-contant .ttvmain-slider-info h2 {
        font-size:18px;
        margin-bottom: 20px;
    }
    .ttvmain-slider-content-wrapper {
        display: block;
        overflow: hidden;
        display: none;
    }

    .ttvmain-slider-content-inner {
        width: 50%;
        float: left;
        margin: 5px 0;
    }

    .ttvmain-slider-content-inner:last-child {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .ttvmain-slider-content-inner {
        width: 100%;
    }

    .ttvmain-slider-contant .ttvmain-slider-info h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ttvmain-slider-contant .ttvmain-slider-button {
        padding: 0 6px;
        font-size: 10px;
        line-height: 16px;
    }
}

.lang-rtl .ttvcmsmain-slider-wrapper {
    float: right;
}

body#checkout .custom-checkbox {
    float: left;
}

/******************end slider*****************************/
/***************** offer banner ****************/
.ttvcmsofferbanners-one .ttvbanner1 {
    position: relative;
}

.ttvofferbanner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.ttvofferbanner-content h4 {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ttvofferbanner-content h6 {
    color: #111111;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ttvofferbanner-content p {
    font-size: 20px;
    color: #111111;
    font-weight: 400;
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .ttvofferbanner-content h4 {
        font-size: 36px;
    }

    .ttvofferbanner-content h6 {
        font-size: 26px;
    }

    .ttvofferbanner-content p {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .ttvofferbanner-content h4 {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .ttvofferbanner-content h4:after {
        width: 120px;
    }

    .ttvofferbanner-content h6 {
        font-size: 17px;
    }

    .ttvofferbanner-content p {
        font-size: 12px;
    }
}

@media(max-width: 480px) {
    .ttvofferbanner-content {
        width: 100%;
    }

    .ttvofferbanner-content h4 {
        font-size: 18px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .ttvofferbanner-content h4:after {
        width: 60px;
    }

    .ttvofferbanner-content h6 {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .ttvofferbanner-content p {
        font-size: 12px;
    }
}

.ttvcmsofferbanners-one {
    margin-bottom:80px;
    overflow: hidden;
}

.ttvcmsttvcmsofferbanners .ttvbanner-hover-wrapper {
    overflow: hidden;
}

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

/*********end single offer banner**************************/
/************ two offer banner *************/
.ttvcmstwoofferbanners-one {
    margin-bottom:60px;
}
.ttvcmstwoofferbanners-one .ttvofferbanner-two-inner {
    position: relative;
    text-align: center;
}
.ttvtwoofferbanner-content-one {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70%;
    margin: 0 auto;
    left: 100px;
}
.ttvtwoofferbanner-content-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.ttvtwoofferbanner-content-two h4 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}
.ttvtwoofferbanner-content-two h6 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.ttvtwoofferbanner-content-one h6 {
    font-size: 40px;
    color: #92816f;
    font-weight: 600;
    margin-bottom: 20px;
}
.ttvtwoofferbanner-content-one h4 {
    font-size:16px;
    color: #666666;
    font-weight:400;
    margin-bottom: 20px;
    line-height: 24px;
}
.ttvtwoofferbanner-content-one .ttvtwoofferbaner-btn {
    background-color: #373737;
    color: #ffffff;
    padding: 7px 26px;
    border: 1px solid #373737;
    border-radius: 3px;
    box-shadow: none;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}
.ttvtwoofferbanner-content-one .ttvtwoofferbaner-btn a {
    color: #ffffff;
}
.ttvtwoofferbanner-content-one .ttvtwoofferbaner-btn:hover {
    background-color: #ffffff;
}
.ttvtwoofferbanner-content-one .ttvtwoofferbaner-btn:hover a {
    color: #000000;
}
.ttvbanner1,
.ttvbanner2{
    padding: 0;
}
.ttvbanner-hover-wrapper img{
    width: 100%;
}
@media(max-width: 1399px) {
    .ttvtwoofferbanner-content-one h6 {
        font-size: 45px;
    }
    .ttvtwoofferbanner-content-two h4 {
        font-size: 30px;
    }
    .ttvtwoofferbanner-content-two h6 {
        font-size: 20px;
    }
}
@media(max-width: 1024px) {
    .ttvtwoofferbanner-content-two {
        padding: 10px;
    }
    .ttvtwoofferbanner-content-two h6 {
        font-size: 18px;
    }
    .ttvtwoofferbanner-content-one {
        width: 50%;
        left: 50px;
    }
}
@media(max-width:991px){
    .ttvcmstwoofferbanners-one {
        margin-bottom:30px;
    }
}
@media(max-width: 767px){
	.ttvtwoofferbanner-content-one h6 {
	    font-size: 30px;
	    margin-bottom: 5px;
	}
	.ttvtwoofferbanner-content-one h4 {
	    font-size: 12px;
	    line-height: normal;
	    margin-bottom: 10px;
	}
	.ttvtwoofferbanner-content-one .ttvtwoofferbaner-btn{
		font-size: 12px;
		padding: 5px 15px;
		line-height: normal;
	}
	.ttvtwoofferbanner-content-two h4{
		font-size: 22px;
		text-transform: capitalize;
	}
	.ttvtwoofferbanner-content-two h6 {
	    font-size: 10px;
	}
}
@media(max-width: 575px) {
    .ttvtwoofferbanner-content-one h6 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .ttvcmstwoofferbanners-one .ttvbanner1{
		margin-bottom: 0;
	}
    .ttvtwoofferbanner-content-one h4 {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .ttvtwoofferbanner-content-one button {
        font-size: 14px;
        padding: 3px 7px;
    }
}

/************ end two offer banner ******************/
/*************************** Start sevices ***************************/
.ttvservices-home {
    background-color: #ffffff;
    margin-bottom:60px;
}
.ttvservice-all-block-image {
    overflow: hidden;
    position: relative;
}
.ttv-all-service.card-deck {
    margin-bottom: 0;
    border-spacing: 0;
    direction: ltr;
}
.ttvcmscustomer-services .ttvservices-center{
    cursor: ew-resize;
}
.ttvservices-center .ttvservices-wrapper {
    display: block;
}
.ttvservices-img-conut i {
    display: none;
}
.ttvcmscustomer-services .ttvservices-content-box{
    text-align: center;
}
.ttvservices-img {
    width:60px;
    height:60px;
    background-color: #ffffff;
    border-radius: 100%;
}
.ttvservices-wrapper:hover .ttvservices-img {
    background-color: #96806b;
}
.ttvservice-payment .ttvservices-wrapper .ttvservices-img {
    background-image: url(../img/Service-sprite.png);
    background-position: 0 0;
}
.ttvservice-payment .ttvservices-wrapper:hover .ttvservices-img {
    background-position: 0 -60px;
}
.ttvservice-cash-trustpay .ttvservices-wrapper .ttvservices-img {
    background-image: url(../img/Service-sprite.png);
    background-position: -60px 0px;
}
.ttvservice-cash-trustpay .ttvservices-wrapper:hover .ttvservices-img {
    background-position: -60px -60px;
}
.ttvservice-supprt .ttvservices-wrapper .ttvservices-img {
    background-image: url(../img/Service-sprite.png);
    background-position: -120px 0;
}
.ttvservice-supprt .ttvservices-wrapper:hover .ttvservices-img {
    background-position: -120px -60px;   
}
.ttvservice-shopon .ttvservices-wrapper .ttvservices-img {
    background-image: url(../img/Service-sprite.png);
    background-position: -180px 0;
}
.ttvservice-shopon .ttvservices-wrapper:hover .ttvservices-img {
    background-position: -180px -60px;   
}
.ttvservices-home .ttvservices-title {
    font-size: 16px;
    text-transform:capitalize;
    color: #373737;
    font-weight:500;
    margin-bottom:5px;
    letter-spacing: 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ttvservices-center:hover .ttvservices-title {
    color: #96806b;
}
.ttvservices-home .ttvservice-dec {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
@media(max-width: 991px){
    .ttvservices-home {
        margin-bottom:10px;
    }
}
/*************************** end sevices ***************************/
/***************** blog **********/
.ttvcmsblog-event {
    margin-bottom:60px;
}
.ttvblog-event-all-content-block{
    padding: 0 15px;
}
.ttvcmsblog-event .ttvblog-event-all-content-block.ttvblog-even .ttvblog-img-block:after,
.ttvcmsblog-event .ttvblog-event-all-content-block.ttvblog-odd .ttvblog-img-block:after {
    display: none;
}

.ttvnews-event-content-wrapper {
    text-align: left;
    padding:20px;
    position: relative;
    background-color: #ffffff;
}

.ttvnews-event-read-more {
    text-align:right;
}
.ttvnews-event-content-wrapper .ttvnews-event-read-more a{
    font-size: 12px;
    color: #9a816b;
    font-weight:500;
}
.ttvnews-event-content-wrapper .ttvnews-event-read-more a i{
    background-image: url(../img/sprite.png);
    background-position: -218px -567px;
    font-size: 0;
    width: 14px;
    margin-right: 0;
    height: 17px;
}
.ttvnews-event-content-wrapper .ttvdate-time {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    display: inline-block;
    vertical-align: middle;
}

.ttvnews-event-content-wrapper .ttvdate-time .ttvmonth-time {
    padding: 0 5px;
}

.ttvnews-event-content-wrapper .ttvnews-event-titel a h3,
.kr_blog_post_area .ttvblog_post .post_content .post_title a {
    color: #373737;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.ttvnews-event-content-wrapper .ttvnews-event-titel {
    margin-bottom: 10px;
}
.ttvblog-event-all-content-block:hover .ttvnews-event-titel a h3 {
    color: #96806b;
}

.ttvnews-event-description,
.kr_blog_post_area .ttvblog_post .post_content .post_description p {
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    -webkit-line-clamp: 2;
    letter-spacing: 0;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ttvnews-wrapper-info-box {
    background-color: transparent;
    padding: 0;
}
.ttvblog-img-content-wrapper {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); 
    background-color: #ffffff;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

.ttvblog-event-all-content-block .ttvblog-img-block .ttvblog-content-img {
    position: relative;
    height: auto;
}

.ttvblog-event-all-content-block .ttvnews-event-buttons i {
    color: #ffffff;
    line-height: 42px;
    height: 44px;
}

.ttvblog-event-all-content-block .ttvblog-img-block .ttvblog-content-img:after,
.blog_post_content_top .ttvnews-event-hoverbtn .ttvnews-event-overly {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    opacity: 0;
    background-color: rgba(51, 51, 51, 0.45);
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.ttvblog-event-all-content-block:hover .ttvblog-img-block .ttvblog-content-img:after,
.blog_post_content_top:hover .ttvnews-event-hoverbtn .ttvnews-event-overly {
    opacity: 1;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.ttvblog-event-all-content-block .ttvnews-event-buttons {
    height: 46px;
    width: 46px;
    display: block;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.ttvblog-event-all-content-block .ttvblog-img-block .ttvblog-content-img,
.blog_post_content .ttvnews-event-hoverbtn {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.ttvblog-event-all-content-block:hover .ttvnews-event-buttons,
.blog_post_content:hover .ttvnews-event-buttons {
    opacity: 1;

}
.blog_post_content_top.ttvblog-img-block{
    position: relative;
}
.blog_post_content_top.ttvblog-img-block,
.kr_blog_post_area .ttvblog_post .post_thumbnail {
    overflow: hidden;
}
.ttvblog-date-username,
.ttvblog-date-username-admin .post_meta {
    display: inline-block;
    vertical-align: middle;
}
.ttv-author-comment p{
    margin-bottom: 0;
    font-size: 14px;
    color: #2f2f2f;
    font-weight:600;
    font-style: italic;
}
.ttvblog-date-username-admin{
    margin-bottom:10px;
}
.meta-author.ttvnews-event-username{
    display: flex;
    align-items: center;
}
.ttvnews-event-username p{
    font-size: 14px;
    color: #96806b;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
    text-transform: capitalize;
}
.date_time.ttvdate-time{
    font-size: 12px;
    color: #9a816b;
    font-weight:500;
    text-transform: capitalize;
}
.date_time.ttvdate-time i{
    background-image: url(../img/sprite.png);
    background-position: -218px -169px;
    font-size: 0;
    width: 14px;
    margin-right: 0;
    height: 14px;
    display: none;
}
.ttvblog-date-username p,
#module-ttvcmsblog-archive .post_content .post_meta p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.ttvnews-event-link {
    margin-top: 15px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.kr_blog_post_area .ttvblog_post .post_content .post_meta,
.kr_blog_post_area .ttvblog_post .post_content .post_title {
    margin-bottom:10px;
}

.blog_post_content .ttvnews-event-hoverbtn .ttvnews-event-buttons i {
    border: none;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.blog_post_content .ttvnews-event-hoverbtn .ttvnews-event-buttons:hover i {
    border: none;
    color: #ffffff;
}
.meta-author.ttvnews-event-username i{
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -214px -217px;
    font-size: 0;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}
.blog_post_content .ttvnews-event-hoverbtn .ttvnews-event-buttons i {
    color: #ffffff;
    font-size: 24px;
}

#module-ttvcmsblog-archive .ttvpagination-title-item-main-wrapper {
    margin: 0;
}

.ttvpagination-title-item-wrapper .ttvinner-page-pagination-wrapper {
    background-color: #f6f6f6;
    padding: 10px 0;
}

.kr_blog_post_inner.products,
#module-ttvcmsblog-archive .ttvall-page-top-title,
#module-ttvcmsblog-single .card {
    border: 1px solid #e5e5e5;
}

.ttvcms-blog-left-side-pagination-wrapper {
    height: 50px;
}
@media(max-width: 1199px){
    .ttvblog-event-all-content-block{
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .ttvnews-event-content-wrapper {
        padding:15px;
    }
    .ttvblog-date-username {
        margin-right: 15px;
        padding-right: 15px;
    }
    .ttvblog-date-username-admin {
        margin-bottom: 10px;
    }
    #index .ttvcmsblog-event {
        margin-bottom: 30px;
    }
    
}
@media(max-width: 575px){
    .ttvblog-event-all-content-block{
        margin-bottom: 5px;
    }
}
/*********** blog rtl **************/
.lang-rtl .ttvnews-event-read-more {
    text-align: right;
}

.lang-rtl .ttvblog-date-username {
    direction: rtl;
}

.lang-rtl .ttvnews-event-content-wrapper {
    text-align: right;
}

/*********** end blog rtl *********/
/************ left blog ***********/
.ttvcmsblog-left-side {
    border: 1px solid #e5e5e5;
}

.ttvcmsblog-left-side .ttvblog-img-block {
    padding: 0;
}
.ttvdate-time-icon {
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    background-image: url(../img/sprite.png);
    background-position: -217px -267px;
}

.ttvcms-blog-left-side-pagination-wrapper {
    height: 45px;
}

/*********************************** end blog **********************************/
/****************************** brand -*/
.ttvcmsbrandlist-slider {
    margin-bottom:60px;
}
.ttvbrand-img-block {
    background-color: #ffffff;
}
.ttvbrandlist-slider-wrapper-info {
    margin: 0 7px;
}
.ttvcmsbrandlist-slider .ttvcmsbrandlist-slider-main-title-wrapper {
    display: none;
}
.owl-carousel .owl-item .ttvbrandlist-slider-wrapper-info .ttvbrand-img-block img {
    opacity: 1;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}

.owl-carousel .owl-item .ttvbrandlist-slider-wrapper-info .ttvbrand-img-block:hover img {
    opacity: 0.6;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

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

/******************** end brand **************/
/********************* single block ****************/
.ttvcmssingle-block {
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 100px;
}

.ttvsingle-block-image-content-inner {
    position: relative;
}

.ttv-single-block-mainimage,
.ttvsingle-block-image-two {
    display: none;
}

.ttvsingle-block-image-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ttvsingle-block-image-content-inner .ttv-singleblock-content-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ttvsingle-block-image-content-inner .ttvsingle-bolck-btn-link-wrapper {
    display: none;
}

.ttv-single-block-image {
    padding-right: 50px;
}

.ttv-single-block-content {
    text-align: left;
}

.ttv-single-block-content .ttvsingle-block-sub-description {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.ttv-single-block-content .ttvsingle-block-title {
    font-size: 36px;
    color: #feed01;
    font-weight: 700;
    display: block;
    text-align: left;
    padding-bottom: 0;
}

.ttv-single-block-content .ttvsingle-block-desc {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.ttvsingle-block-info-box {
    text-align: right;
}

.ttvsingle-bolck-btn-link .ttvsingle-bolck-btn {
    font-size: 22px;
    color: #333333;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px 27px 9px 27px;
    background-color: transparent;
    border: 1px solid #333333;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.ttvsingle-bolck-btn-link .ttvsingle-bolck-btn:hover {
    background-color: #333333;
    color: #ffffff;
}

.ttvsingle-bolck-btn-link .ttvsingle-bolck-btn i {
    margin-left: 10px;
}

.lang-rtl .ttvsingle-bolck-btn-link .ttvsingle-bolck-btn i {
    margin-left: 0;
    margin-right: 10px;
}

@media(max-width: 1024px) {
    .ttvcmssingle-block {
        padding: 6px 30px;
    }
}

@media(max-width: 991px) {
    .ttv-single-block-content .ttvsingle-block-title {
        font-size: 24px;
    }

    .ttv-single-block-image {
        padding-right: 15px;
    }

    .ttvcmssingle-block {
        padding: 15px 30px;
    }

    .ttvsingle-bolck-btn-link .ttvsingle-bolck-btn {
        font-size: 18px;
        padding: 8px 15px;
    }

    .ttv-single-block-content .ttvsingle-block-sub-description,
    .ttv-single-block-content .ttvsingle-block-desc {
        font-size: 15px;
    }
}

@media(max-width: 767px) {
    .ttv-single-block-content .ttvsingle-block-title {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .ttvsingle-bolck-btn-link .ttvsingle-bolck-btn {
        font-size: 14px;
        padding: 10px 14px 9px 15px;
    }

    .ttvsingle-block-image-content-inner .ttv-singleblock-content-one,
    .ttv-singleblock-content-two {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .ttv-single-block-mainimage,
    .ttvsingle-block-image-two {
        display: block;
    }

    .ttv-single-block-mainimage img,
    .ttvsingle-block-image-two img {
        width: 100%;
    }

    .ttvsingle-block-image-info-wrapper {
        display: block;
    }

    .ttvcmssingle-block {
        background-image: none !important;
        padding: 0;
    }
}

@media(max-width: 575px) {

    .ttv-single-block-content .ttvsingle-block-desc,
    .ttv-single-block-content .ttvsingle-block-sub-description {
        font-size: 14px;
    }

    .ttvcmssingle-block {
        background-image: none;
    }

    .ttv-single-block-content .ttvsingle-block-title {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(max-width: 420px) {
    .ttv-single-block-image {
        padding-right: 10px;
        padding-left: 20px;
        width: 23%;
    }

    .ttv-single-block-content .ttvsingle-block-title {
        font-size: 16px;
        font-weight: 500;
    }

    .ttv-single-block-content .ttvsingle-block-desc,
    .ttv-single-block-content .ttvsingle-block-sub-description {
        font-size: 12px;
    }

}

.lang-rtl .ttvsingle-block-image-content-inner,
.lang-rtl .ttvsingle-block-image-content-inner,
.lang-rtl .ttvsingle-block-image-info-wrapper {
    direction: ltr;
}

/******************* end single block css ***********/
/* multi banner hover */
.ttvcmsmultibanners {
    margin-bottom:100px;
}
.ttvbanner-hover-wrapper {
    position: relative;
    overflow: hidden;
}
.ttvcmsmultibanners .ttvbanner-hover-wrapper img{ 
    position: relative;
    display: block;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d (1,1,1);
    -o-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
}
.ttvcmsmultibanners .ttvbanner-hover-wrapper:hover img{
    -webkit-transform: scale3d(1.10,1.10,1);
    transform: scale3d(1.10,1.10,1);
    -o-transform: scale3d(1.10,1.10,1);
    -ms-transform: scale3d(1.10,1.10,1);
    -moz-transform: scale3d(1.10,1.10,1);
}
.ttvbanner-hover-wrapper:after {
    position: absolute;
    content: "";
    width: 10%;
    transform: skewX(-50deg);
    bottom: 0%;
    left: -110%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
.ttvbanner-hover-wrapper:hover:after {
    left: 300%;
    -webkit-transition: all 1.5s ease 0.1s;
    -o-transition: all 1.5s ease 0.1s;
    transition: all 1.5s ease 0.1s;
}
.ttvmultibanner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 40px;
}
.ttvmultibanner-content h4 {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}
.ttvmultibanner-content h6 {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.ttvmultibanner-content .ttvmultibanner-btn {
    letter-spacing: 0;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    border-bottom: 2px solid #222222; 
    border-radius: 0;
    padding: 5px 0;
    cursor: pointer;
    line-height: 19px;
    display: inline-block;
    text-transform: uppercase;
}
.ttvcmsmultibanners .ttvbanner-hover-wrapper img {
    width: 100%;
    border-radius: 0;
}
.ttvmultibanner2-wrapper{
    margin-bottom: 30px;
}
/****************************** mobile ttvcmsmultibanner1 *****************************************/
@media(max-width: 991px) {
    .ttvmultibanner-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ttvmultibanner-content h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tttvmultibanner-first-block {
        margin: 0;
    }
}
@media(max-width: 767px) {
    .ttvmultibanner2-wrapper{
        margin-bottom:15px;
    }
    .ttvmultibanner-content h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .ttvmultibanner-content h6 {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .ttvmultibanner-content .ttvmultibanner-btn {
        font-size: 12px;
        line-height: 12px;
        padding: 3px 10px;
    }
    .ttvmultibanner-content{
    	left: 10px;
    }
}
@media(max-width: 575px) {
    .ttvmultibanner-3,
    .ttvmultibanner-2,
    .ttvmultibanner-1{
        margin-bottom:15px;
    }
}
.lang-rtl .ttvbanner-hover-wrapper {
    direction: ltr;
}

/***************************************************** end ttvcmsmultibanner1 *****************************************/
/************************ testimonial ********************/
.ttvcmstestimonial {
    background-color: #f8f8f8;
    margin-bottom:60px;
    padding: 0;
}
.ttvtestimonial-wrapper-info{
}
.ttvcmstestimonial .ttvcms-main-title .ttvmain-title,
.ttvcmstestimonial .ttvcms-main-title .ttvmain-sub-title,
.ttvcmstestimonial .ttvcms-main-title .ttvmain-desc,
.ttvcmstestimonial .ttvtestimonial-dec {
    color: #96806b;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.ttvtestimonial-img-block {
    margin-bottom:15px;
}
.ttvcmstestimonial .ttvtestimonial-dec{
    position: relative;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    width:50%;
    margin: 0 auto;
    padding-top:30px;
    text-align: center;
    -webkit-line-clamp:4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom:30px;
}
.ttvcmstestimonial .ttvtestimonial-dec:after{
    position: absolute;
    content: "";
    background-image: url(../img/testimonial-icon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 22px;
    top: 0;
    right: 0;
    margin: 0 auto;
    left: 0;
}

.ttvcms-left-testimonial .ttvtestimonial-dec {
    position: relative;
    color: #959596;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width:80%;
    text-align: left;
    -webkit-line-clamp:4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom:15px;
}

.ttvtestimonial-title-des i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    color: #222222;
    font-size: 25px;
}

.ttvtestimonial-title-des {
    display: block;
    margin-bottom: 0;
    text-align: center;
}

.ttvtestimonial-title {
    margin: 0;
    padding-bottom: 5px;
}

.ttvtestimonial-inner-content-box .ttvtestimonial-img-block img {
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.ttvfooter-featured-product-pagination-wrapper,
.ttvfooter-new-product-pagination-wrapper,
.ttvfooter-best-seller-product-pagination-wrapper{
	direction: ltr;
}
.ttvcmstestimonial .ttvtestimonial-designation,
.ttvcms-left-testimonial .ttvtestimonial-designation {
    color: #998069;
    font-weight: 500;
    font-style: italic; 
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
}

.ttvcmstestimonial .ttvcmstestimonial-main-title-wrapper {
    display: none;
}

.ttvtestimonial-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight:500;
    letter-spacing:0;
    color: #373737;
}
.ttvtestimonial-inner-content-box {
    margin:0;
}
.ttvtestimonial {
    padding: 30px 15px;
    overflow: hidden;
}
#left-column .ttvcms-all-testimonial .ttvtestimonial {
    width: auto;
    margin: 0;
}
.ttvcms-left-testimonial .ttvtestimonial-inner-content-box {
    margin: 0 15px;
}
.ttvtestimonial-slider-inner {
    padding: 0;
    overflow: hidden;
}

.ttvcms-left-testimonial .ttvtestimonial-slider-inner {

    margin: 0 auto;
}

.ttvcms-left-testimonial .ttvtestimonial-dec {
    width: 100%;
}

.ttvtestimonial-content-box {
    text-align: center;
}

.ttvcmstestimonial.ttvcms-all-testimonial .owl-carousel .owl-stage-outer,
.ttvcms-left-testimonial .owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (max-width: 991px) {
   .ttvcmstestimonial {
        margin-bottom: 30px;
    }
    .ttvcmstestimonial .ttvtestimonial-dec,
    .ttvcms-left-testimonial .ttvtestimonial-dec {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .ttvtestimonial-title-des {
        margin-bottom: 15px;
    }
    .ttvcms-left-testimonial .ttvtestimonial-dec{
        font-size: 14px;
    }
    .ttvcmstestimonial .ttvtestimonial-dec{
        font-size: 14px;
        padding: 30px 15px 0 15px
    }
    .ttvtestimonial-inner-content-box {
        margin: 0;
    }

}

/********** left testimonial **********/
.ttvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}

.ttvcms-left-testimonial .ttvtestimonial-img-content-block {
    display: block;
    text-align: center;
}

.ttvcms-left-testimonial .ttvtestimonial-img-block {
    margin-right: 0;
}

/******************************** end testimonial ****************************/
/*********************** category-slider **********************/
.ttvcmscategory-slider{
    margin-bottom:60px;
}
.ttvcategory-slider-wrapper-info {
    margin: 0 15px;
    padding: 0;
}
.ttvcategory-slider-info-box{
    position: absolute;
    top:25px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -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;
}
.ttvcategory-slider-wrapper-info:hover .ttvcategory-slider-info-box{
    top:0;
    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;
}
.ttvcategory-slider-info-box .ttvcategory-slider-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
   -webkit-transform: translate(0,-50%);
   -o-transform: translate(0,-50%);
   -ms-transform: translate(0,-50%);
   -moz-transform: translate(0,-50%);
}
@media(max-width: 991px){
    .ttvcmscategory-slider{
        margin-bottom:30px;
    }
}
/******************* end category-slider **********************/
/*************************** app logo *************/
.ttvcmsapp-logo {
    margin-bottom:50px;
}
.ttvapp-logo-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.ttvapp-logo-img-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.ttvapp-logo-content-inner {
    text-align: right;
    padding-right: 100px;
    width: 450px;
    padding-bottom: 60px;
}
.lang-rtl .ttvapp-logo-content-inner{
    padding-left: 100px;
    padding-right: 0;
}
.ttvdekstop-footer-all-sub-title-wrapper {
    display: none;
}
.ttvdekstop-footer-all-desc-wrapper span {
    font-size: 16px;
    color: #333333;
    font-weight:500;
    line-height: 30px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-transform: capitalize;
}
.ttvapp-logo-wrapper {
    margin:5px;
    display: inline-block;
}
.ttvapp-logo-link-wrapper {
    display: inline-block;
    text-align: center;
}
@media(max-width: 1660px){
    .ttvapp-logo-content-inner .ttvdekstop-footer-all-title-wrapper .ttvfooter-title span{
        font-size: 28px;
    }
    .ttvapp-logo-content-inner {
        padding-right: 50px;
        width: 500px;
        padding-bottom: 0;
    }
    .ttvdekstop-footer-all-desc-wrapper span {
        font-size: 12px;
    }
}
@media(max-width: 991px) {
    .ttvapp-logo-content-inner .ttvdekstop-footer-all-title-wrapper .ttvfooter-title span {
        font-size: 22px;
    }
    .ttvdekstop-footer-all-desc-wrapper span {
        font-size: 14px;
    }
    .ttvapp-logo-content-inner,
    .lang-rtl .ttvapp-logo-content-inner {
        width: 100%;
    }
    .ttvcmsapp-logo {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .ttvapp-logo-content-box {
        display: block;
    }
    .ttvapp-logo-content-wrapper {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .ttvapp-logo-img-content-wrapper {
        display: block;
        text-align: center;
    }
    .ttvapp-logo-content-inner,
    .lang-rtl .ttvapp-logo-content-inner {
        margin-right: 0;
        padding: 0;
        margin-bottom: 15px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .ttvcms-block,
    .ttvcmsrelated-product {
        margin-bottom:30px;
    }
    .ttvfooter-product-box-layout{
        margin-bottom: 15px;
    }
}
/***************************************** imagegallery **********************************************************/
.ttvcmsimagegallery-slider{
    margin-bottom: 60px;
    padding: 0;
}
.ttvimagegallery-slider-wrapper-info{
    padding: 0;
}
.ttvbrand-img-block {
    overflow: hidden;
}
.ttvbrand-img-block img{
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    position: relative;
}
.ttvbrand-img-block {
    position: relative;
}
.ttvcmsimagegallery-slider .ttvbrand-img-block:hover:after {
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(23%, rgba(255,255,255,0)), color-stop(23%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.ttvcmsimagegallery-slider .ttvbrand-img-block:after {
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(23%, rgba(255,255,255,0)), color-stop(23%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 77%, rgba(255,255,255,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.ttvimagegallery-slider-wrapper-info:hover .ttvbrand-img-block img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
/***************************************** mobile imagegallery **********************************************************/
@media(max-width: 991px){
    .ttvcmsimagegallery-slider{
        margin-bottom: 30px;
    }
}
/***************************************** end imagegallery **********************************************************/


/********************* ALL_common_page **************************/
.ttvpage-header-title,
.ttvpage-sub-title{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing:1px;
    text-transform: uppercase;
}
.contact-form .ttvpage-sub-title{
    text-align: center;
    text-transform: none;
}
.ttv-sub-pages-inner-content p{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.ttv-sub-pages-inner-content p strong{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.ttv-sub-pages-inner-content form .form-group a{
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
}
.a-link-list {
    margin-bottom: 0;
    padding: 0;
}
.a-link-list .a-link-content a{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
}
.ttv-sub-pages-inner-content .a-link-heading h2{
    margin: 0;
}
.ttv-sub-pages-inner-content .a-link-list .a-link-heading {
    background: #ffffff;
    border: 1px solid #e5e5e5;
}
#product-manufacturer p{
    padding: 0;
}
@media(max-width: 575px){
    .ttv-sub-pages-inner-content p {
        font-size:13px;
    }
}
.ttv-sub-pages-inner-content .row div ul li{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
#content.page-content.card{
    border: none;
}
.ttvpage-sub-label {
    font-weight: 500;
    color: #333333;
    font-size: 14px;
}
.ttv-sub-pages-inner-content legend{
    padding-bottom:10px;
}
.cms-box .testimonials .inner{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.cms-block .page-subheading{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}
.page-content .page-heading{
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 700;
}
/************** ALL-blog-page*****************/
.ttvcms-blog-inner-page{
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
.kr_blog_post_area .blog_post .post_content .post_description p {
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.blog_post_content .post_content .post_title{
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}
.kr_blog_post_area .ttvblog_post .post_content .post_meta>p span, .blog_post_content p.meta_author span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.blog_post_content p.meta_author, .blog_post_content p.meta_date, .blog_post_content p.meta_category {
    color: #333333;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
}
.kr_blog_post_area .ttvblog_post .post_thumbnail {
    margin-bottom: 15px;
}
#module-ttvcmsblog-archive .blog_post_content {
    padding: 15px;
}
/*********** product-compare ***********/
#product-compare #main .ttv-sub-pages-inner-content{
    border: none;
    padding: 0;
}
.table-bordered {
    border: 1px solid #e5e5e5;
}
#product-compare #main .table>tbody+tbody {
    border-top: 1px solid #e5e5e5;
}
.ttvproduct-name .product-title a{
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}
#product-compare .description {
    font-size: 14px;
    color: #666666;
    font-weight:400;
    line-height: 20px;
}
/************************ producat-page **************************/
.ttvall-product-star-review-wrapper{
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.ttv-wrapper-info .ttv-review {
    margin-bottom: 0;
}
.ttv-wrapper-info .ttvproduct-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.ttv-wrapper-info .ttv-list-unstyled-wrapper{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e5e5e5;
}
#product .ttvpage-sub-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
#product .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
#product .form-group .checkbox:last-child,
#product .form-group .radio:last-child{
    margin-bottom: 0;
}
#product .form-group .fa.fa-shopping-cart{
    height: 20px;
}
.ttv-wrapper-info #button-cart i {
    margin: 0 8px 0 0;
}
#product .form-group #button-cart {
    padding: 10px 15px;
    margin: 0 0 15px 0;
}
.ttvproduct-button-main button i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-right:8px;
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #222222;
}
#product .ttv-alert-wrapper{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#product .alert.alert-info{
    margin-bottom: 0;
}
.ttv-wrapper-info .ttv-product-price-and-shipping-wrapper{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.ttv-wrapper-info .product-price-and-shipping .ttv-point {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
@media(max-width: 991px){
    .ttvall-product-star-review-wrapper .ttvall-product-star-icon{
        display: inline-block;
        vertical-align: middle;
    }
}
@media(max-width: 408px){
    .ttvall-product-star-review-wrapper .ttvall-product-star-icon{
       padding-bottom: 5px;
    }
}
/****************** shopping-cart *************************/
.ttv-sub-pages-inner-content .table tbody tr td{
    vertical-align: middle;
}

.frontbanners {
	max-width:1220px;
	max-height:1076px;
	margin:0 auto;	
}

.frontbanners a {
	position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    color: #d80281;
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
	float:left;
}

.frontbanners a:hover {
	background-color: #d80281;
}

.frontbanners a strong {
    margin: 0;
    line-height: 35px;
    padding-top: 5px;
    display: block;
    font-family: 'KabelLTStd-Light','GillSansMTPro-Light','Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color: #fef2f4;
    color: #836969;
    text-transform: uppercase;
    transition: ease all .5s;
    position: absolute;
	bottom: 0px;
    width: 100%;
	font-weight: 200;
	font-size: 17px;
}

.leftcol {
	order: 1;
	float:left;
	width: 30.5%;
	margin-right:10px;
}

.centercol {
	order: 2;
	float:left;
	margin-right:10px;
	width: 37%;
}

.rightcol  {
	order: 3;
	float:left;
	width: 30.5%;
}

@media (min-width: 768px) {
	
	.leftcol {
		width: 30%;
	}

	.centercol {
		width: 36%;
	}

	.rightcol  {
		width: 30%;
	}	
	
	.leftcol a {
		width: 100%;
		height: 31.2rem;
		float:left;
	}
	
	.rightcol a {
		width: 100%;
		height: 31.2rem;
		float:left;
	}
	
	.centercol a {
		width: 100%;
		height: 47.3rem;
		float:left;
	}	
}

@media only screen and (max-width: 640px) {
	
	.leftcol {
		order: 1;
		width: 100% !important;
	}

	.centercol {
		order: 2;
		width: 100% !important;
	}

	.rightcol  {
		order: 3;
		width: 100% !important;
	}
	
	.leftcol a {
		width: 100% !important;
		height: 31.2rem;
	}
	
	.rightcol a {
		width: 100% !important;
		height: 31.2rem;
	}
	
	.centercol a {
		width: 100% !important;
		height: 30rem;
	}	
}