.nav3 {
    background: var(--header-nav-bg-color);
}
.nav4 {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
}
.nav4 .container {
    text-align: center;
}
.nav4 #_desktop_logo,.nav4 #_mobile_logo {
    float: left;
    margin: 25px 0;
}
.nav4 #_desktop_cart {
    padding: 25px 0;
    margin: 0;
}
.nav4 #tttop-link-block {
    margin: 20px 0;
}
.header-1 .tt-menu-horizontal {
    width: 50px;
    padding: 10px 0;
}
.header-1 .title-menu-mobile i {
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    width: 50px;
}
.header-1 .menu-icons {
    display: none;
}
.header-1 .tt-menu-horizontal .title-menu-mobile span {
    display: none;
}
.header-1 .tt-menu-horizontal .title-menu-mobile{
    padding: 0;
}
.header-1  #_desktop_user_info {
    width: 50px;
    border-radius: 50%;
    background: #f5f5f5;
    margin: 10px;
    height: 50px;
}
.header-1 #search_block_top #ttsearch_content_result {
    top: 60px;
}
.header-1 #search_block_top {
    margin: 8px 15px;
}
.header-1 .ttuserheading {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.header-1 .user-info {
    top: 60px;
}
.header-1  .ttuserheading i {
    line-height: 50px;
    width: 100%;
    text-align: center;
}
.header-1 .header-top .compare {
    float: right;
    padding: 0;
    margin: 23px 10px;
}
.header-1 .header-top .top-wishlist {
    float: right;
    padding: 0;
    margin: 23px 10px;
}
.header-1 .wishlist-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.header-1 .header-top .top-wishlist a.wishtlist_top,
.header-1 .header-top .compare a.bt_compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-1 .compare-title {
    display: inline-block;
    margin: 0 3px;
}
.header-1 .compare-title:hover,
.header-1 .wishlist-title:hover {
    color: var(--header-top-texthvr-color);
}
.header-1 #ttcmstopoffer {
    margin: 10px 0;
    margin-left: 10px;
}
.header-sticky .header-1 .header-nav.fixed .nav3,
.header-sticky .header-2 .header-nav.fixed .nav3 {
    display: none;
}
.header-sticky .header-1 .header-top.fixed #ttcmstopoffer {
    display: none;
}
.header-sticky .header-1 .header-top.fixed  #_desktop_cart {
    padding: 10px 0;
    margin-left: 10px;
}
.header-sticky .header-2 .header-nav.fixed .tt-menu-horizontal {
    margin: 0;
}
.header-sticky .header-2 .header-nav.fixed .tt-menu-horizontal .title-menu-mobile {
    background: none;
}
.header-sticky .header-top.fixed {
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background: var(--header-background-color);
}
.header-1 .header-nav.fixed .tt-menu-horizontal {
    width: auto;
    padding: 0;
    margin: 17px 10px;
}
.header-1 .header-nav.fixed #_desktop_cart {
    padding: 18px 0;
}
.header-1 .header-nav.fixed #_desktop_logo {
    margin: 15px 0;
}
.header-1 .header-nav.fixed .nav4 #tttop-link-block {
    margin: 12px 0;
}
.header-2 #search_block_top {
    margin: 28px 0 28px 15px;
    float: right;
}
.header-2 .tt-menu-horizontal {
    float: right;
    z-index: 1;
    margin: 30px 0;
}
.header-2 .tt-menu-horizontal .title-menu-mobile {
    padding: 15px 20px;
    border-radius: 8px;
    background: var(--primary-bg-color);
}
.header-2 .tt-menu-horizontal .title-menu-mobile > span {
    color: var(--primary-text-color);
}
.header-2  #tttop-link-block {
    float: left;
}
.header-2 #_desktop_cart {
    padding: 5px 0;
}
.header-2 .ttuserheading {
    padding: 18px 0;
}
.header-top .top-wishlist .wishlist-number, .header-top .compare .total-compare-val {
    background: var(--secondary-bg-color);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px;
    color: var(--secondary-text-color);
    font-size: 10px;
    float: right;
}
.header-top .compare {
    float: right;
    width: auto;
    padding: 19px 0;
    margin: 0 15px;
}
.header-top .top-wishlist {
    float: right;
    width: auto;
    padding: 19px 0;
}
.header-top .top-wishlist i.material-icons,
.header-top .compare i.compare_icon {
    font-size: 22px;
    color: var(--header-top-text-color);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.header-top .top-wishlist:hover i.material-icons,
.header-top .compare:hover i.compare_icon{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: var(--header-top-texthvr-color);
}
.header-2 .nav4 #_desktop_logo,.header-2 .nav4 #_mobile_logo {
    float: left;
    margin: 30px 0;
}

.footer2 #ttcmsfooter1 {
    margin: 0;
    padding: 0 0 0 50px;
}
.footer2 #newsletter .newsletter {
    background: unset;
    padding: 0;
    box-shadow: unset;
    display: unset;
}
.footer2 #newsletter {
    width: 50%;
    padding: 0 50px 0 0;
    border-right: 1px solid var(--border-color);
}
.footer2 #newsletter .container {
    display: unset;
}
.footer2  #newsletter .newsletter .tt-content {
    display: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer2 #newsletter .block_content {
    float: left;
    width: 100%;
    padding: 0;
}
.footer2 #newsletter i.mail{
    display: none;
}
.footer2 #newsletter .tt-content .title-icon {
    padding: 0;
    margin: 0;
}
.footer2 #newsletter .tt-title {
    color: #111;
    text-align: left;
    font: 500 18px/20px var(--primary-font);
    margin: 0 0 20px;
}
.footer2 #newsletter .container {
    display: block;
    padding: 0;
}
.footer2 #newsletter .tt-content p {
    display: none;
}
.footer2 #ttcmsfooterservice {
	border: none;
	background: var(--primary-bg-color);
}
.footer2 #ttcmsfooterservice .ttcmsfooterservices .ttfooterservice .icon .service-icon {
    background: var(--primary-text-color)!important;
}
.footer2 #ttcmsfooterservice .ttcmsfooterservices .ttfooterservice .service-title {
    color: var(--primary-text-color)!important;
}
.footer2 #ttcmsfooterservice .ttcmsfooterservices .ttfooterservice .service-desc {
    color: var(--primary-text-color);
}
.footer2 #ttcmsfooterservice .ttcmsfooterservices .ttfooterservice::after {
    background: rgba(255,255,255,.1);
}
.footer2 #ttfooter-link-block {
    padding-top: 34px;
}
.footer1 #ttfooter-link-block2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer2 #ttfooter-link-block2 {
    padding: 0 0 34px 0;
}
.footer1 #newsletter .newsletter {
    background: var(--primary-bg-color);
    box-shadow: unset;
}
.footer1 #newsletter i.mail {
    color: var(--primary-text-color);
}
.footer1 #newsletter .tt-title {
    color: var(--primary-text-color);
}
.footer1 #newsletter .tt-content p {
    color: var(--primary-text-color);
}
.footer1 #ttfooter-link-block {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    border: none;
    padding: 0;
}
.footer1 .testimonial-app-content > .container > .row,
.footer2 .testimonial-app-content > .container > .row {
    display: flex;
    align-items: center;
}
.footer1 #ttcmsfooter,.footer2 #ttcmsfooter {
    margin:0;
    width: 33.33333%;
    padding: 0 0 0 30px;
    border: none;
}
.bottom-footer-section {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.footer1 #ttcmstestimonial, .footer2 #ttcmstestimonial {
    float: left;
    width: 66.66667%;
    border-bottom: none;
    padding-left: 0;
    border-right: 1px solid var(--border-color);
    background: unset;
}
.footer1 #ttcmstestimonial,.footer2 #ttcmstestimonial {
    float: left;
    width: 66.66667%;
    padding-left: 0;
    border-right: 1px solid var(--border-color);
    background: unset;
}
.footer1 #ttcmsfooter1 {
    margin: 0;
    padding: 0 0 0 30px;
    width: 50%;
}
.footer1 #ttcmstestimonial .card-text,
.footer2 #ttcmstestimonial .card-text{
	color: #666;
}
.footer1 #ttcmstestimonial .card-title h5,
.footer2 #ttcmstestimonial .card-title h5{
	color: #666;
}
.footer1  #ttcmstestimonial .position,
.footer2  #ttcmstestimonial .position{
	color: #666;
}
.footer1  #ttcmstestimonial  .owl-carousel .owl-dots button,
.footer2  #ttcmstestimonial  .owl-carousel .owl-dots button {
    background: #666;
}
.footer1 #ttcmstestimonial .owl-carousel .owl-dots button.active,
.footer2 #ttcmstestimonial .owl-carousel .owl-dots button.active{
    background: var(--secondary-bg-color);
}
.footer1 #ttcmsfooterservice {
    background: unset;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.testimonial-app-content {
    float: left;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px -1px #e5e5e5;
    -moz-box-shadow: 0 2px 5px -1px #e5e5e5;
    -ms-box-shadow: 0 2px 5px -1px #e5e5e5;
    -o-box-shadow: 0 2px 5px -1px #e5e5e5;
    box-shadow: 0 2px 5px -1px #e5e5e5;
}





.product_style2 .products .product-grid .thumbnail-container:hover .ttproducthover {
    transform: unset;
}
.product_style2 .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container .ttproducthover {
    top: auto;
    background: #f5f5f5;
    bottom: 10px;
    transform: translateX(-100px);
    right: auto;
    height: 35px;
    border-radius: 5px;
}
.product_style2 .products .product-grid .thumbnail-container:hover .ttproducthover {
    transform: unset;
}
.product_style2 .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container .ttproducthover .btn {
    width: 58px;
    height: 35px;
    margin: 0;
}
.product_style2 .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container .ttproducthover .btn i{
    line-height: 35px;
    height: 35px;
}
.product_style2.column_8  .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container .ttproducthover .btn {
    width: 46px;
}
.product_style2 .products .product-grid .thumbnail-container .highlighted-informations {
    opacity: 1;
  }
  .product_style2 .products .product-grid .thumbnail-container:hover .highlighted-informations {
    opacity: 0;
  }
  .product_style2 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .btn.quick-view::before, 
  .product_style2 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .btn.add_to_compare::before{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    height: 20px;
    width: 1px;
    background: rgba(0,0,0,.1);
    content: '';
    margin: auto;
    z-index: 1;
}
.product_style2 .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
    top: 25px;
    bottom: auto;
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .cat-name,
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .product-title {
    text-align: center;
}
.product_style3  .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container .hook-reviews {
    text-align: right;
    float: right;
    width: auto;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .product-title {
    margin: 0 0 10px;
    padding: 0 0 12px;
    border-bottom: 4px double var(--border-color);
}
.product_style3  .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .product-price-and-shipping .price {
    width: 100%;
    float: left;
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .tt-button-container {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    visibility: hidden;
    right: 0;
    transform: translateY(50px);
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content,.ttfeatured-content) .product-grid .product-price-and-shipping {
    height: 42px;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    float: left;
    width: 59%;
}
.product_style3  .products #tab-gridview3 .thumbnail-container .ttproducthover {
    bottom: 0;
    top: 0;
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover {
    left: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    width: 40px;
    margin: auto;
    transform: translateX(60px);
    height: 120px;
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover .btn {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container:hover .ttproducthover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover .btn i {
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.product_style3 .product-flags li {
    top: 90px;
}
.product_style3 .product-flags li.pack {
    top: 110px;
}
.product_style3 .product-miniature .product-price-and-shipping .discount-product {
    font-size: 12px;
    line-height: 15px;
}
.product_style3 .ttspecial-products .ttqtyprogress {
    transition: all 400ms ease-in-out;
}
.product_style3 .ttspecial-products .thumbnail-container:hover .ttqtyprogress {
    transform: translateY(50px);
}
.product_style3 .products .product-grid .thumbnail-container:hover .ttproducthover {
    transform: unset;
}
@media (min-width: 992px){
    .tt-menu-horizontal .ttmenu-content{
        width: 270px;
    }
}
@media(min-width:768px){
    .product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container:hover .tt-button-container {
        transform: translateY(10px);
        visibility: visible;
        opacity: 1;
    }
    .product_style3 .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container:hover .hook-reviews {
        transform: translateX(80px);
        -webkit-transform: translateX(80px);
        -moz-transform: translateX(80px);
        -o-transform: translateX(80px);
        -ms-transform: translateX(80px);
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        visibility: hidden;
    }    
    .product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container:hover .product-price-and-shipping{
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px);
        -moz-transform: translateX(-80px);
        -o-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        visibility: hidden;
    }    
}
@media (min-width: 544px){
    .product_style3 .products .product-grid .thumbnail-container div.tt-button-container .btn.add-to-cart-disable {
        width: 100%;
    }
}
@media (max-width: 1499px) {
	.footer1 #ttcmstestimonial .card-text,
    .footer2 #ttcmstestimonial .card-text {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	.footer1 #ttcmstestimonial .card-title h5,
    .footer2 #ttcmstestimonial .card-title h5{
		font-size: 16px;
		line-height: 18px;
	}
	.footer1 #ttcmstestimonial .card-title,
    .footer2 #ttcmstestimonial .card-title {
		margin: 0 0 10px;
	}
}
@media (max-width: 1299px) {
    .header-1 .wishlist-title {
    display: none;
    }
    .header-1 .compare-title {
        display: none;
    }
    .nav4 #_desktop_logo, .nav4 #_mobile_logo {
        margin: 31px 0;
    }
    .footer2 #ttcmsfooter1 {
        padding: 0 0 0 30px;
    }
}
@media (max-width: 1199px) {
.footer2 #ttcmsfooter1 {
    width: 50%;
    margin: 0!important;
}
.header-2 .tt-menu-horizontal .menu-dropdown {
    min-width: 510px;
}
}
@media (max-width: 991px) {
    .product_style3 .ttspecial-products .thumbnail-container:hover .ttqtyprogress {
        transform: unset;
    }
    .header-2 .nav4 #_desktop_logo, .header-2 .nav4 #_mobile_logo {
        float: left;
        margin: 22px 0;
    }
    .header-2 .ttuserheading {
        padding: 28px 0;
    }
    .header-2 .tt-menu-horizontal .title-menu-mobile {
        padding: 0;
        background: unset!important;
    }
    .header-2 .tt-menu-horizontal {
        float: left;
        margin-right: 10px;
    }
    .header-2 #search_block_top {
        margin: 0 0 10px;
    }
    #header .header-1  .header-top {
        display: block;
    }
    .header-1 #ttcmstopoffer {
        display: none;
    }
    .header-1 .compare {
        float: left;
        margin: 0;
        width: 100%;
    }
    .header-1 .wishlist-title {
        display: inline-block;
    }
    .header-1 .compare-title {
        display: inline-block;
    }
    .header-1 .header-top .top-wishlist {
        float: left;
        margin: 0;
        width: 100;
    }
    .header-1 .nav4 #_desktop_logo, .header-1 .nav4 #_mobile_logo {
        margin: 25px 0;
        width: 23%;
    }
    .header-1  #_mobile_user_info {
        position: relative;
        margin: 15px 5px;
        height: 50px;
        width: 30px;
        z-index: 2;
    }
    .header-1 .user-info {
        top: 55px;
    }
    .header-1 #search_block_top {
        margin: 8px 0;
    }
    #footer .default .footer-container .links#ttcmsfooter {
        padding: 20px 0;
    }
    .footer1 #ttcmstestimonial, .footer2 #ttcmstestimonial {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding: 0 0 12px;
    }
    .footer1 .testimonial-app-content > .container > .row, .footer2 .testimonial-app-content > .container > .row{
        display: block;
    }
    .footer1 #newsletter {
        margin: 0;
    }
    .footer1 #ttcmsfooterservice {
        margin: 20px 0 0;
    }
    .footer1 #ttcmsfooter, .footer2 #ttcmsfooter {
        margin: 0;
        width: 100%;
        padding: 20px 15px !important;
    }
    .product_style2 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover {
        transform: unset;
        float: left;
        margin: 0 0 10px;
    }
    .footer2 #newsletter {
        width: 100%;
        padding: 0;
        border-right: unset;
    }
    .footer2 #newsletter .tt-content .title-icon {
        text-align: left;
        float: left;
        width: 100%;
    }
    .footer2 #newsletter {
        margin: 0 0 20px;
    }
    #footer .footer2 .footer-container #ttcmsfooter1.links {
        padding: 0;
        width: 100%;
    }
    .bottom-footer-section {
        padding: 0;
    }
    .testimonial-app-content {
        margin: 0 0 20px;
    }
    .newsletter-content {
        padding: 20px;
        margin: 20px 0;
    }
    .footer1 .bottom-footer-section .ttfooter-left {
        float: left;
        width: 100%;
        margin: 20px 0 0;
        padding: 0;
    }
    .footer1 #ttcmsfooter1{
        width: 100%;
    }
    #footer .footer1 .footer-container .ttfooter-left > #ttfooter-link-block2.links {
        margin-bottom: 15px;
    }
    .header-1 .tt-menu-horizontal {
        margin: 18px 0;
        padding: 0;
    }
}

@media (max-width:767px) {
    .product_style2 .product-miniature.product-grid .thumbnail-container .ttproductcountdown {
        top: auto;
        bottom: 50px;
    }
    .product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .tt-button-container {
        position: static;
        visibility: visible;
        transform: unset;
        opacity: 1;
        text-align: left;
        float: left;
        width: 100%;
    }
    .product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .product-price-and-shipping {
       height: auto;
    }
    .product_style3  .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .product-price-and-shipping .price {
        width: auto;
        float: left;
    }
    .product_style3  .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .hook-reviews {
        text-align: left;
        float: left;
        width: 100%;
    }
    .product_style3 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover {
        position: static;
        width: auto;
        transform: unset;
        height: auto;
        text-align: left;
    }
    .footer1 #ttcmstestimonial, .footer2 #ttcmstestimonial{
        padding: 15px 0 0 0;
    }
}
@media (max-width:543px) {
.header-1 .nav4 #_desktop_logo, .header-1 .nav4 #_mobile_logo {
    margin: 14px 0;
}
.header-1  #_mobile_user_info {
    margin: 5px;
}
.header-1 .title-menu-mobile i {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.header-1 .tt-menu-horizontal {
    width: 30px;
    margin: 15px 0;
}
.header-2 .tt-menu-horizontal {
    margin: 22px 0;
}
.header-2 .nav4 #_desktop_logo, .header-2 .nav4 #_mobile_logo {
    margin: 16px 0;
}
.header-2 .ttuserheading {
    padding: 20px 0;
}
.header-2 #_mobile_cart {
    padding: 19px 0;
}
.product_style2 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover {
    height: 30px;
}
.product_style2 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover .btn,
.product_style2.column_8 .products:not(.ttspecial-content,.ttbestseller-content ) .product-grid .thumbnail-container .ttproducthover .btn {
    width: 36px;
    height: 30px;
}
.product_style2 .products:not(.ttspecial-content,.ttbestseller-content) .product-grid .thumbnail-container .ttproducthover .btn i {
    line-height: 30px;
    height: 30px;
}
.product_style3 .products:not(.ttfeatured-content,.ttbestseller-content ) .product-grid .product-price-and-shipping {
    width: 100%;
}
}
/*--------------------- End Homepage header CSS -------------------*/

