/*Import*/
/*************************************
[Master Stylesheet]
Project: Seo Shop
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
/*add style*/
.breadcrumb >ul,
.breadcrumb >ul > li{
    display: inline-block;
}
.liked{
    color: #ff0000;
}
[data-icon]:before {
    content: attr(data-icon);
}

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon-like:before {
    content: "\f004";
}
.icon-unlike:before {
    content: "\f08a";
}
.icon-gear:before { 
    content: "\f013";
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% { 
        -moz-transform: rotate(0deg); 
    }
    100% { 
        -moz-transform: rotate(359deg); 
    }
}

@-webkit-keyframes spin {
    0% { 
        -webkit-transform: rotate(0deg); 
    }
    100% { 
        -webkit-transform: rotate(359deg); 
    }
}

@-o-keyframes spin {
    0% { 
        -o-transform: rotate(0deg); 
    }
    100% { 
        -o-transform: rotate(359deg); 
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

a.sv-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}

a.sv-post-like.liked { 
    color: #da1b1b; 
}

a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #000;
}

@-o-keyframes spin {
    0% { 
        -o-transform: rotate(0deg); 
    }
    100% { 
        -o-transform: rotate(359deg); 
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*Add*/
.item-product .product-extra-link.product-extra-link6{
    bottom: 0;
}
body{
    background: #f4f4f4;
}
.main-header.header-default{
    padding-top: 0;
}
.item-post-large.item-default .post-info{
    padding-left: 0;
}
.page-default .main-content,
.page-default .sidebar{
    margin-top: 20px;
}
.item-post-large .post-thumb{
    /*margin-top: 20px;*/
    margin-bottom: 25px;
}
.item-post-large .post-info{
    padding-top: 0;
}
.sort-pagi-bar {
    margin-bottom: 0;
}
.pagi-bar > span{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 29px;
    margin: 0 -1px;
    text-align: center;
    vertical-align: top;
    width: 30px;
    background: #fff;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.pagi-bar a.current,
.pagi-bar span.current{
    background-color: #f90;
    border-color: #f90;
    color: #fff;
}
.screen-reader-text{
    display: none;
}
.widget .tagcloud a {
    display: inline-block;
    padding: 5px 12px;
    margin: 3px 1px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    border-radius: 4px;
    font-size: 14px !important;
}
.widget .tagcloud a:hover {
    border-color: #f90;
    color: #f90;
}
.widget div > ul{
    padding: 0;
    list-style: none;
}
.content-blog-large {
    padding: 30px 30px 0;
}
.main-single {
    margin-bottom: 45px;
}
.post-date-comment li {
    margin-right: 28px;
}
.post-date-comment li:last-child {
    margin-right: 0;
}
.post-date-comment li{
    color: #ccc;
}
.post-date-comment li label{
    color: #333;
}
.related-post-slider {
    margin: 0 -10px;
}
.related-post-slider .wrap-item{
    padding: 0 30px;
}
.related-post-slider .post-thumb {
    margin: 0 10px;
}
.item-comment{
    width: 100%;
}
.comment-list ul.children {
    list-style: none none;
    margin: 0;
    padding: 0 0 0 50px;
}
.comment-list ol .comment-info ol{
    padding-left: 40px;
    list-style: decimal;
}
.comments-area.comments ol.comments li.pingback-comment{
    margin-bottom: 10px;
}
.content-detail-text .wpb_text_column p,
.content-detail-text p.desc,
.content-detail-text > p{
    color: #555;
    line-height: 24px;
    margin-bottom: 20px;
}
.page-title{
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.comment-list > h2,
.leave-comment h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 45px;
}
.page-template-default .content-detail-text{
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.error404 .site-main{
    margin: 20px 0;
    padding-bottom: 0;
}
.shop-page{
    margin-top: 20px;
    margin-bottom: 30px;
}
.item-product .product-extra-link{
    position: absolute !important;
}
.select-box{
    vertical-align: top;
}
.select-box label{
    line-height: 28px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
    margin-bottom: 0;
}
.content-grid-boxed .sort-pagi-bar {
    margin-bottom: 20px;
}
.product-thumb .product-extra-link a > span{
    display: none;
}
.item-pro-color .product-thumb-link img {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.owl-item .list-col-item{
    float: none;
    width: 100%;
}
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-3-item{
    width: 33.3333%;
}
.list-4-item{
    width: 25%;
}
.list-5-item{
    width: 20%;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.item-product.item-product-list{
    text-align: left;
}
.item-product-list .addcart-link > i{
    display: none;
}
.carousel ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.detail-gallery .carousel ul li a.active{
    position: relative;
}
.gallery-control .carousel{
    padding-top: 0;
}
.detail-gallery .carousel ul li a{
    margin: 10px 5px 0;
}
.detail-qty .qty-val{
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.detail-qty{
    display: inline-block;
}
.woocommerce div.product form.cart .button{
    float: none;
    background: #333;
    border: none;
    color: #fff;
    padding: 0 20px;
    width: auto;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    margin: 0 3px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.woocommerce div.product form.cart .button:hover{
    background: #f90;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background: #333;
    border: none;
    color: #fff;
    padding: 0 20px;
    width: auto;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background: #f90;
    color: #fff;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.hoz-tab-content > h2:first-child{
    display: none;
}
.hoz-tab-content p{
    color: #555;
    line-height: 24px;
    margin-bottom: 20px;
}
.hoz-tab-content p:last-child{
    margin-bottom: 0;
}
.woocommerce #reviews #comments h2.woocommerce-Reviews-title{
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.woocommerce #reviews.woocommerce-Reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews h3.comment-reply-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.woocommerce #review_form #respond textarea{
    border-color: #e5e5e5;
}
.product-price > span {
    color: #f90;
}
.item-product3 .product-price > span{
    font-size: 14px;
}
.currency-language p{
    margin-bottom: 0;
}
#header .vc_section[data-vc-full-width],
#header .vc_row[data-vc-full-width]{
    overflow: inherit !important;
}
.vc_row.remove-overflow{
    overflow: inherit !important;
}
.remove-overflow{
    overflow: inherit !important;
}
.footer-list-box {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.item-tag-footer {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.footer-copyright{
    padding: 25px 0 22px;
}
.payment-method{
    border-top: 0;
}
.newsletter-form input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
    display: block;
    height: 36px;
    padding: 0 15px;
    width: 100%;
}
.service-footer > div{
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    position: relative;
    background: #fff;
}
.service-footer::before{
    z-index: 9;
}
.service-footer{
    border: 0;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.search-loading{
    text-align: center;
}
.content-top-left4 > div{
    margin-right: -57px;
    position: relative;
}
.content-top-left4{
    margin-right: 0;
}
.list-cat-mega-menu ul{
    padding-left: 15px;
}
.content-top-right4 > div{
    margin-left: 27px;
}
.content-top-right4 {
    margin-left: 0;
}
.content-cat-color-more{
    background: #fff;
}
.category-color > div > div{
    background: #fff;
}
.category-color {
    background: rgba(0,0,0,0);
}
.product-tab-ajax .item-product-ajax {
    float: none;
    margin: 0 -5px;
    width: 100%;
    padding: 0;
}
.product-thumb .product-extra-link a {
    margin: 0 2px;
}
.product-extra-link6{
    padding: 20px 0;
}
.color-blue .product-price > span{
    color: #0059a7;
}
.type-grid .list-col-item{
    margin-bottom: 20px;
}
.type-grid{
    margin-bottom: -20px;
}
.product-thumb-link::before{
    z-index: 1;
}
.product-thumb .product-label,
.product-thumb .quickview-link,
.product-thumb .product-extra-link{
    z-index: 2;
}
.flagship-store > div > div{
    background: #fff;
    border: 1px solid #e5e5e5;
}
.flagship-store {
    background: rgba(0,0,0,0);
    border: 0;
}
.product-thumb .quickview-link {
    color: #fff;
    /*left: 50%;
    margin-left: -40px;*/
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    opacity: 0;
}
.product-thumb:hover .quickview-link {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.flagship-box{
    margin: 0;
}
.flagship-content .item-product {
    margin: 0px -5px;
}
.list-flagship-box::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 99;
    display: block !important;
}
.list-flagship-box::after{
    position: static;
}
/*.flagship-box .content-load-ajax {
    margin-bottom: -20px;
}*/
.slider-cat-color .list-col-item{
    padding: 0;
    margin-bottom: 0;
}
.slider-cat-color .type-grid .list-col-item{
    border-bottom: 1px solid #e5e5e5;
}
.slider-cat-color .type-grid {
    margin-bottom: 0;
}
.header-cat-color{
    background: #fff;
}
.category-color{
    margin-bottom: 0;
}
.wrap-box{
    margin-bottom: 50px;
}
.slider-cat-color .btn-loadmore{
    margin-bottom: 25px;
}
.list-category-toggle li.active a {
    background: #f90;
    color: #fff;
}
.cart-social > div{
    margin-left: 30px;
}
.cart-social {
    margin-left: 0;
}
.social-header>a{
    margin: 0 1.5px;
}
.main-header2 {
    border: none;
}
.banner-slider2 .banner-info,
.color-white{
    color: #fff;
}
.vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0;
}
.banner-slider2 .banner-info {
    height: 200px;
}
.bg-slider .banner-thumb img {
    max-width: none;
    opacity: 0;
}
.item-trending2 {
    padding: 20px 0px 1px;
}
.main-color{
    color: #f90;
}
.deal-percent span {
    font-size: 40px;
}
.banner-adv2 {
    margin: 0;
    padding: 30px 0;
}
.title-flash {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.flash-label{
    background-image: none;
}
.product-box2 {
    background: #fff;
}
.large-product .addcart-link > i{
    display: none;
}
.large-box .wishlist-link span,
.large-box .compare-link span{
    display: none;
}
.product-tab-wrap2{
    padding-top: 50px;
}
.list-flash{
    margin-bottom: 0;
}
.product-box2 .list-col-item{
    padding: 0;
}
.small-box .item-product:first-child {
    border-bottom: 0;
}
.small-box .list-col-item:first-child {
    border-bottom: 1px solid #e5e5e5;
}
.content-box2::after,
.content-box2::before{
    z-index: 0;
}
.sl-sl::before{
    left: 18%;
    width: 32%;
}
.sl-sl::after {
    right: 32%;
}
.color-blue .product-price > span {
    color: #0059a7;
}
.color-red .product-price > span {
    color: #f26551;
}
.color-orange .product-price > span {
    color: #f60;
}
.color-green .product-price > span {
    color: #55c932;
}
.color-maroon .product-price > span {
    color: #f31349;
}
.wrap-cart3 > div{
    float: right;
}
.wrap-cart3 {
    float: left;
}
.smart-search3 .category-toggle-link > span {
    display: none;
}
.smart-search3 input[type=submit] {
    border-radius: 4px;
}
.smart-search4 .submit-form{
    right: 0;
}
.smart-search4 .submit-form::before{
    display: none;
}
.smart-search.smart-search3{
    right: 70px;
}
.header-nav3{
    margin-bottom: 0;
}
.service-footer3 {
    margin-bottom: 0;
}
.service-footer3 > div > div {
    border-right: 1px solid rgba(255,255,255,.2);
}
.banner-slider3 .banner-info{
    color: #fff;
}
.banner-slider3 .banner-info.color-dark{
    color: #333;
}
.product-thumb .quickview-link.pos-bottom{
    left: 0;
    margin-left: 0;
    bottom: 8px;
    top: auto;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.pos-bottom span::after {
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #f90;
}
.top-coupon .title14 {
    background: #f9bc02;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    margin-bottom: -1px;
    padding: 12px 20px;
}
.product-extra-link.hidden-text > a > span{
    display: none;
}
.content-left3 {
    margin-right: 0;
}
.content-left3 > div{
    margin-right: 6px;
}
.content-right3 {
    margin-left: 0;
}
.content-right3 > div{
    margin-left: -6px;
}
.tags3 .widgettitle{
    padding: 17px 20px;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f90;
}
.tags3 .widget .tagcloud a {
    margin-bottom: 2px;
    margin-right: -2px;
    padding: 10px 16px;
}
.tags3 .widget .tagcloud a:hover {
    color: #fff;
    background-color: #f90;
}
.tags3 .widget{
    border: 0;
}
.tags3 .tagcloud{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.product-extra-link3 .addcart-link i{
    display: none;
}
.product-extra-link3 .wishlist-link span,
.product-extra-link3 .compare-link span{
    display: none;
}
.today-deal3 {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.pop-cat3{
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.pop-cat3 .arrow-style3{
    margin: 0 -15px;
}
.pop-cat3 .arrow-style3 .owl-theme .owl-controls .owl-buttons div{
    top: 18px;
}
.pop-cat3 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}
.pop-cat3 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.item-blog3 .post-date-comment li img{
    border-radius: 50%;
}
.smart-search1 .submit-form{
    right: 0;
    top: 0;
}
.smart-search1 .submit-form::before{
    display: none;
}
.smart-search1 .smart-search-form input[type=submit] {
    background-color: #f9bc02;
    border-radius: 4px;
}
.wrap-search1 {
    margin-left: 0;
    margin-right: 0;
}
.wrap-search1 > div {
    margin-left: -38px;
    margin-right: -30px;
}
.wrap-banner-slider1 {
    margin-left: 0;
}
.wrap-banner-slider1 > div{
    margin-left: -38px;
}
.wrap-cat-icon1 .wrap-list-cat-icon {
    position: static;
    min-width: inherit;
}
.item-banner1 .banner-info {
    height: 200px;
}
.item-pro-ajax .product-extra-link2 .addcart-link i,
.main-product1 .product-extra-link2 .wishlist-link span,
.main-product1 .product-extra-link2 .compare-link span,
.main-product1 .product-extra-link2 .addcart-link i,
.item-product1 .product-extra-link2 .wishlist-link span,
.item-product1 .product-extra-link2 .compare-link span,
.item-product1 .product-extra-link2 .addcart-link i,
.item-pro-hotdeal .product-extra-link2 .wishlist-link span,
.item-pro-hotdeal .product-extra-link2 .compare-link span,
.item-pro-hotdeal .product-extra-link2 .addcart-link i{
    display: none;
}
.main-header.main-header5 {
    border-bottom: 0;
}
.header-nav5 {
    border-bottom: 2px solid #e5e5e5;
    background: #fff;
    margin-top: 0;
    padding-top: 23px;
}
.banner-topheader{
    background-image: none;
}
.wrap-cat-icon5 .title-cat-icon{
    background-color: rgba(0,0,0,0);
    color: #333;
}
.list-banner-adv5 {
    padding: 0 10px;
}
.item-trend5 .product-extra-link a{
    margin: 0 1.5px;
}
.trending-product5.product-tab5 .owl-controls {
    border: none;
    top: -61px;
}
.category-color.category-color5{
    background: #fff;
    margin-bottom: 50px;
}
.morecat-slider5 {
    border: 0;
    margin-top: 0;
}
/*.morecat-slider5::after{
    width: 2px;
    right: 1px;
}*/
.item-morecat5:first-child {
    margin-bottom: 20px;
}
.category-color5 .wpb_column > div{
    background: #fff;
    margin-bottom: 50px;
}
.morecat-info5 > p{
    margin-bottom: 0;
}
.footer-menu6 > div > div{
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 27px;
    padding: 30px 0;
}
.footer-menu6{
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}
.contact-footer-box{
    padding-bottom: 10px;
}
.smart-search.search-form6{
    border: 1px solid #e5e5e5;
}
.cat-dropdown-off.smart-search{
    padding-left: 0;
}
.cat-dropdown-off .smart-search-form{
    border-left: 0;
}
.wrap-search-cart6>div {
    display: block;
    margin-left: 0;
    vertical-align: inherit;
}
.wrap-search-cart6 .wpb_wrapper>div {
    display: inline-block;
    margin-left: 26px;
    vertical-align: top;
}
.list-adv6{
    padding: 0 10px;
}
.banner-image:hover a::after, .banner-image:hover a::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.banner-image a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-image a::before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.1);
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.banner-image a::after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.1);
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.hot-category6 .wpb_column >div{
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.inner-latest-news6{
    background: #fff;
}
.block-home6 .product-tab-ajax{
    position: relative;
}
.block-home6 .product-tab-ajax::before {
    position: absolute;
    content: "";
    height: 2px;
    top: -1px;
    left: -1px;
    right: -1px;
    background-color: #f90;
}
.tab-pop6 .hotkey-cat-color {
    min-height: 252px;
}
.banner-image6{
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}
.category-box7{
    background: #fff;
    margin-bottom: 50px;
}
.whyus-testimo::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block !important;
    background: rgba(17,17,17,.8);
}
.whyus-testimo{
    background-image: none;
}
.top-banner7 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-sale7 {
    background: #fff;
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 0;
}
.service-sale7 .col-sm-12 > .vc_column-inner  > .wpb_wrapper{
    background: #f4f4f4;
    padding: 10px 0
}
.trend-slider5::after{
    background: #fff;
    right: 1px;
    left: inherit;
    width: 1px;
}
.item-trend5{
    border-right: 1px solid #e5e5e5;
}
.item-trend5 .ver-item {
    padding: 30px 50px 20px;
}
.trend-slider5::before{
    display: none;
}
.service-footer8{
    background: #fff;
}
.service-footer8 > div > div{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.item-service3 .title14 a{
    color: #fff;
}
.service-footer8 .item-service3 .title14 a{
    color: #333;
}
.service-footer8 .item-service3 .title14 a:hover{
    color: #f31349;
}
.smart-search8 .submit-form{
    right: 0;
    top: 0;
}
.wrap-cat-icon8 .title-cat-icon,
.wrap-cat-icon8 .title-cat-icon::after{
    color: #333;
}
.item-product-order8 .product-price > span{
    margin-top: 0;
    margin-bottom: 19px;
    display: inline-block;
}
.currency-language8.currency-language .currency-box a.currency-current,
.currency-language8.currency-language .language-box a.language-current {
    background: rgba(255,255,255,.2);
    border-radius: 4px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
}
.contact-box9 .list-none li {
    color: #999;
    padding-left: 33px;
    position: relative;
    margin-bottom: 10px;
}
.contact-box9 .list-none li i {
    color: #fff;
    left: 0;
    position: absolute;
    top: 3px;
}
.search-form9 {
    top: 3px;
    right: 15px;
}
.menu-footer9 .text-footer {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.social-footer9 .list-social>a{
    margin: 0 2px;
}
.wrap-cat-icon9 .bg-color{
    background: #fff;
    color: #333;
}
.adv-slider9 > div > div{
    margin: 0 -7px;
}
.event-form input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 4px 0 0 4px;
    color: #999;
    display: block;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.event-form input[type=submit] {
    background-color: #f90;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 100px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.event-form input[type=submit]:hover {
    background-color: #333;
}
.page-default .main-content{
    margin-bottom: 30px;
}
.bg-slider .item-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.widget-recent-post .post-thumb {
    width: 70px;
}
.widget-recent-post .post-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.widget-recent-post >ul>li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.widget ul li .post-date-comment li {
    color: #ccc;
    margin-bottom: 0;
}
.widget-recent-post .post-title{
    white-space: nowrap;
    overflow: hidden;
    width: 98%;
    text-overflow: ellipsis;
}
.widget-recent-post >ul>li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.related-post-slider .post-title a:hover,
.item-brand-side .brand-title{
    color: #f90;
}
.related-post-slider .post-title{
    width: 100%;
}
.content-detail-text .block-quote p {
    line-height: 37px;
}
.woocommerce ul.product_list_widget,
.widget > form{
    padding: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border: none;
    border-radius: 4px;
    height: 16px;
    margin: 0 -8px;
    top: -6px;
    width: 16px;
    cursor: pointer;
    background-color: #f90;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    height: 4px;
    background-color: rgba(255,68,0,.2);
    margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #f90;
}
.woocommerce .price_slider_amount button.button{
    height: 30px;
    line-height: 30px;
    background-color: #f90;
}
.woocommerce .price_slider_amount button.button:hover{
    background-color: #333;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget_product_search .search-field{
    border: 1px solid #e5e5e5;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    vertical-align: top;
    padding: 0 6px;
}
.widget_product_search input[type="submit"]{
    height: 32px;
    line-height: 28px;
    background-color: #f90;
    border: 1px solid #f90;
    color: #fff;
    border-radius: 4px;
}
.widget_product_search input[type="submit"]:hover{
    background-color: #333;
    border-color: #333;
}
.woocommerce ul.product_list_widget li{
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.product-detail-list{
    list-style: none none;
    margin: 0;
    padding: 0;
}
.product-detail-list li{
    color: #999;
    margin-bottom: 3px;
    padding-left: 15px;
    position: relative;
}
.product-detail-list li::before {
    background: #999;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
.hoz-tab-content,
.hoz-tab-title{
    margin: 0;
}
.mini-cart1 .mini-cart-link .mini-cart-icon{
    color: #fff;
}
.list-cat-icon>li>a, .product-title a{
    white-space: normal;
}
.item-product1 .product-extra-link2 a {
    margin: 0 3px 0 0;
}
.item-product1 .product-extra-link2 a:last-child {
    margin-right: 0;
}
.product-extra-link2 {
    margin: 0 -4px;
}
.social-header.style2>a:hover{
    background: #fff;
}
.product-tab5 .owl-theme .owl-controls .owl-buttons div:hover{
    background: rgba(0,0,0,0);
}
.main-nav.main-nav9>ul>li:hover>a{
    color: #fff;
}
.page-template-visual-temlpate .sidebar,
.page-template-visual-temlpate .main-content:not(.col-md-12){
    margin-top: 20px;
}
.content-blog-content{
    padding: 30px 30px 0;
}
.content-blog-small {
    padding: 30px 30px 0;
}
.content-blog-masonry{
    margin: 0 -10px;
}
.content-blog-page.blog-wrap-masonry{
    background: rgba(0,0,0,0);
    border: 0;
}
.list-filter li {
    vertical-align: top;
}
.color-filter.list-filter a span{
    display: none;
}
.list-filter li {
    margin: 0 2px 5px;
}
.list-filter li a:hover, .size-filter.list-filter li.active a {
    border-color: #f90;
}
.color-filter.list-filter a {
    border-radius: 4px;
    padding: 0 7px;
}
.variations .list-filter li {
    margin: 0 0px 5px;
}
.woocommerce div.product form.cart .variations select{
    height: 34px;
    border: 1px solid #e5e5e5;
}
.color-filter.list-filter li.active a::after{
    display: none;
}
.special .default-attribute{
    display: none;
}
.woocommerce-variation-price,
.variations .attr-product{
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 15px;
}
.list-filter a.active{
    border-color: #f90;
}
.woocommerce table.shop_attributes td{
    padding: 0 8px;
}
.product-list-item-tab-large-item .list-col-item,
.product-related-slider .list-col-item{
    padding: 0;
}
.product-related{
    margin-bottom: 20px;
}
.woocommerce-ordering,
.woocommerce-result-count {
    margin-bottom: 0;
    float: right;
}
.product-extra-link2 .wishlist-link span,
.product-extra-link2 .compare-link span{
    display: none;
}
.product-view .item-product.default .product-thumb{
    margin-bottom: 16px;
}
.product-view .item-product.default{
    margin-bottom: 20px;
}
.shop-show-value {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 30px;
    padding: 0 35px 0 10px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    background-image: url("../css/images/theme/icon-select.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
.select-box:hover .shop-dropdown-list{
    top: 100%;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.select-box{
    position: relative;
}
.shop-dropdown-list li a{
    display: block;
}
.shop-dropdown-list li {
    padding: 2px 0;
}
.shop-dropdown-list{
    opacity: 0;
    position: absolute;
    top: 200%;
    left: -1px;
    border: 1px solid #eaeaea;
    width: 102%;
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    list-style: none;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.loadding{
    position: relative;
}
.load-shop-ajax.active{
    color: #f90;
}
.page-default .bread-crumb{
    margin-bottom: 0;
}
.content-grid-no-boxed .sort-pagi-bar {
    margin-bottom: 20px;
}
.shop-show-value{
    background-color: #fff;
}
.content-grid-no-boxed .grid-pro-color{
    padding: 0 0 30px;
}
.content-grid-no-boxed.product-list-item-tab-large-item .grid-pro-color,
.content-grid-no-boxed.product-list-item-item-pro-color .grid-pro-color{
    padding: 0 5px 30px;
}
.content-grid-no-boxed.product-list-item-tab-large-item .pagi-bar.bottom{
    margin-top: 15px;
}
.content-grid-no-boxed.product-list-item-item-pro-ajax .grid-pro-color{
    padding: 0 10px 30px;
}
.item-product.item-pro-ajax{
    margin: 0 -10px 10px;
}
.item-pro-ajax .product-extra-link2{
    position: absolute !important;
}
.item-product.item-pro-ajax .quickview-link{
    right: inherit;
}
.item-product.item-pro-ajax .quickview-link span::after{
    display: none;
}
.product-list-item-item-pro-ajax .pagi-bar.bottom{
    margin-top: 20px;
}
.content-grid-no-boxed .large-product .product-info{
    background-color: #fff;
}
.item-product.item-pro-ajax{
    text-align: left;
}
.mini-cart-total span span {
    display: inline-block;
    text-align: inherit;
}
.mini-cart-total > span {
    display: table-cell;
    text-align: right;
}
.info-price > span {
    margin-right: 10px;
}
.info-price > span span{
    margin-right: 0;
}
.qty-product .qty-num {
    border: 0;
    width: 100px;
}
.accordion-detail .detail-info .table-group-detail .product-price ins {
    font-size: 18px;
}
.woocommerce div.product form.cart .group_table td{
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}
.woocommerce div.product form.cart .group_table td:last-child {
    border-right: none;
}
.table-group-detail {
    margin-top: 0; 
}
.table-group-detail .detail-extralink {
    border: 0;
    margin-top: 0;
    padding: 30px 20px;
}
.product-related-slider .item-product.item-pro-ajax {
    margin: 0 10px;
}
.table-group-detail .table tr:first-child th{
    border: 0;
}
.content-detail-tab > h2:first-child{
    margin-top: 0;
    display: none;
}
.widget_shopping_cart_content > h2{
    font-size: 14px;
}
.mini-cart-button a:hover{
    color: #fff;
}
.ui-widget-header,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background-image: none;
}
.product-extra-link2 .addcart-link.product_type_variable{
    padding: 0 10px;
}
.content-single.no-boxed{
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.page-default .banner-page{
    margin-top: 20px;
}
.banner-shop{
    margin-bottom: 0;
}
.bread-crumb{
    margin-top: 20px;
}
.content-single .item-post-masonry .post-thumb,
.content-single .item-post-small .post-thumb {
    margin-bottom: 0;
    max-width: none;
}
.main-nav > ul li.has-mega-menu > .sub-menu{
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    padding: 20px 5px;
    top: 100%;
    width: 985px;
    /*max-width: 100%;*/
}
.main-nav > ul > li.has-mega-menu:hover > .sub-menu {
    margin-top: 0;
}
.main-nav > ul li.has-mega-menu{
    position: static;
}
.main-nav > ul > li.has-mega-menu > .sub-menu > li > a{
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}
.main-nav > ul > li.has-mega-menu > .sub-menu > li > ul.sub-menu > li > a{
    padding: 10px 0;
    display: block;
    position: relative;
    padding-left: 15px;
}
.main-nav > ul > li.has-mega-menu > .sub-menu > li > ul > li > a::before {
    position: absolute;
    left: 0;
    top: 17px;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background-color: #f90;
}
/*fix megamenu*/
.main-nav .has-mega-menu > .sub-menu > li{
    padding: 0 15px;
}
.main-nav .has-mega-menu > .sub-menu > li:not(.menu-item-has-children) > a{
    display: none;
}
.main-nav .has-mega-menu > .sub-menu > li > a{
    color: #333;
    margin: 0 0 15px;
    text-transform: inherit;
    font-size: 18px;
    border-bottom: 0;
    padding: 0;
    font-weight: 700;
}
.main-nav .has-mega-menu > .sub-menu > li > .sub-menu{
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 1;
    z-index: 0;
    visibility: inherit;
}
.main-nav .has-mega-menu > .sub-menu > li > .sub-menu > li a{
    padding: 10px 0;
    border-bottom: 0;
}
.main-nav .has-mega-menu > .sub-menu > li > .sub-menu > li{
    padding: 0;
    margin-bottom: 0;
}
.main-nav>ul>li.has-mega-menu .sub-menu>li.menu-item-has-children>a::after{
    display: none;
}
ul.product-categories li > a{
    color: #555;
    display: block;
    position: relative;
}
ul.product-categories li.cat-parent > a::after {
    position: absolute;
    font-size: 10px;
    font-family: fontawesome;
    content: "\f067";
    right: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #f90;
}
ul.product-categories li.cat-parent > ul {
    display: none;
}
ul.product-categories li.cat-parent.active>a::after {
    content: "\f068";
}
.product-thumb .product-extra-link6 .quickview-link{
    position: static;
    color: #f90;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.product-thumb .product-extra-link6 .quickview-link:hover{
    color: #fff;
}
.tab-tetail-wrap:not(.detail-without-sidebar) {
    margin-top: 50px;
}
.comment-form input[type=submit]{
    border-radius: 4px;
}
.logged-in-as{
    margin-bottom: 10px;
}
.leave-comments {
    padding: 0;
}
.main-header .logo{
    margin-top: -6px;
}
.hot-cat-thumb{
    background: transparent;
}
.product-extra-link3 a.addcart-link.product_type_variable,
.product-extra-link3 a.addcart-link.product_type_grouped{
    padding: 5px 14px;
}
.item-trend5 .hoz-item .product-price .saleoff5 {
    margin-left: 12px;
}
.product-extra-link2 .addcart-link i.fa-spinner{
    display: inline-block !important;
    color: #fff !important;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    height: 40px;
    min-width: 150px;
    border-color: #e5e5e5;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: #fff;
}
.cart_totals table,
.cart_totals th,
.cart_totals td{
    border: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #f90;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #333;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.content-detail-text .woocommerce > h2,
.cart_totals > h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout textarea,
.woocommerce-checkout select{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 8px;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #333;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #f90;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
    color: #333;
}
.woocommerce-MyAccount-content a:hover{
    color: #f90;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #f90;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
/*End*/
.main-nav>ul>li li.menu-item-has-children{
    position: relative;
}
/*Menu fixed style*/
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 15px !important;
    z-index: 9998;
    -webkit-transition: top 0.5s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
    top: 32px;
}
.fixed-header.active{
    top: 0;
    /*padding: 12px 0 5px;*/
}
.vc_section .fixed-header{
    left: 0 !important;
}
.menu-fixed-content.fixed-header{
    background: #fbfbfb;
    width: 100%;
    left: 0 !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    max-width: 100%;
    display: block;
}
/*fix home fixed*/
.fixed-header.header-nav5{
    padding-top: 0;
}
.wrap-search-cart6 .wpb_wrapper>div:first-child{
    margin-left: 0;
}
.fixed-header .wrap-list-cat-icon{
    display: none;
}
.fixed-header .main-nav.main-nav4{
    margin-top: 0;
}
.header-nav8:not(.fixed-header) .wrap-list-cat-icon{
    display: block !important;
}
.hoz-item .product-price > span.slipt{
    display: block;
    margin: -14px 5px;
}
.header-nav9 .fixed-header{
    background: #f90;
}
.menu-hidden{
    display: none;
}
.menu-hidden.fixed-header{
    display: block;
    padding: 0;
    background: #fbfbfb;
}
.fixed-header .col-sm-12{
    display: block !important;
}
/*.main-nav.main-nav6.main-nav7>ul>li:hover>a,*/
.product-extra-link3 a.addcart-link:hover,
.social-header>a:hover,
.flagship-link>a:hover{
    color: #fff;
}
.product-popup-content{
    padding: 0 15px;
}
.slider-cat-color .product-title a {
    white-space: nowrap;
}
.ui-widget-content{
    background-image: none;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px;
}
.footer-tabs{
    background: #172c4a;
}
.slider-cat-color:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
}
.slider-cat-color:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 5px;
}
.item-default .post-thumb-link{
    display: inline-block;
}
.item-default .post-thumb-link img{
    width: auto;
}
.currency-language10>div a.language-current,
.currency-language10>div a.currency-current{
    color: #fff;
    height: 20px;
    line-height: 20px;
}
.currency-language10>div a.language-current:hover,
.currency-language10>div a.currency-current:hover{
    color: #f90;
}
.footer-menu10 .wpb_text_column{
    display: inline-block;
    vertical-align: top;
}
.footer-menu10 .list-none{
    vertical-align: top;
}
.fixed-header.main-nav10{
    background: #4f6273;
}
.fixed-header .main-header10 {
    padding: 8px 0 8px;
}
.footer-menu10{
    margin-top: 25px;
}
.list-footer-tags {
    margin-bottom: 0;
    padding-bottom: 26px;
}
.top-header10 {
    border-bottom: 0;
}
.wrap-cat-icon10 .title-cat-icon{
    font-size: 18px;
    color: #333;
}
.search-login10 .wpb_wrapper > div {
    display: inline-block;
    vertical-align: top;
}
.search-login10 > div{
    float: right;
}
.search-form10 .submit-form::before{
    display: none;
}
.search-form10 .smart-search-form{
    overflow: inherit;
}
.search-form10 .smart-search-form input[type=text]{
    border-radius: 4px;
}
.banner-slider10 .banner-info {
    height: auto;
}
.wrap-cat-icon10 .wrap-list-cat-icon{
    position: static;
}
.banner-slider10 .banner-info .desc {
    margin: 5px 0 10px;
}
.banner-box a::before {
    border-top: 1px solid rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(255,255,255,.9);
    bottom: 20px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.banner-box a::after {
    border-left: 1px solid rgba(255,255,255,.9);
    border-right: 1px solid rgba(255,255,255,.9);
    bottom: 10px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.banner-box:hover a::after, .banner-box:hover a::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sidebar10 {
    margin-right: 0;
}
.sidebar10 > div {
    margin-right: 7px;
}
.main-content10 {
    margin-left: 0;
}
.main-content10 > div{
    margin-left: -7px;
}
.product-extra-link5 .addcart-link > i,
.product-extra-link5 .wishlist-link > span,
.product-extra-link5 .compare-link > span,
.product-extra-link4 .addcart-link > i,
.product-extra-link4 .wishlist-link > span,
.product-extra-link4 .compare-link > span{
    display: none;
}
.main-content10 .banner-image{
    padding-bottom: 30px;
}
.title-product-type10 .list-none {
    margin: 0 -2px;
}
.title-product-type10 .list-none li {
    margin: 2px;
}
.cat-mega-menu,
.main-nav>ul li>.sub-menu{
    pointer-events:none;
}
li.has-cat-mega:hover>.cat-mega-menu,
.main-nav>ul li:hover >.sub-menu{
    pointer-events: inherit;
}
.widget-content{
    border-top: 0;
}
.item-pro-seller .product-price > span,
.widget-seller .product-price > span{
    display: inline-block;
}
.widget.widget-seller{
    margin-bottom: 30px;
}
.currency-language.currency-language11>div>p>a {
    background: #f9f9f9;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
}
.header-nav11{
    background-image: none;
}
.smart-search11 .submit-form {
    right: 0;
    top: 0;
}
.sidebar11 {
    margin-left: 0;
}
.sidebar11 > div{
    margin-left: 8px;
}
.main-content11 {
    margin-right: 0;
}
.main-content11 >div{
    margin-right: -18px;
}
.fixed-header.main-nav11{
    background: #f90;
}
.box-blue .product-price > span {
    color: #278cba;
}
.box-pink .product-price > span {
    color: #ff649d;
}
.box-cyan .product-price > span {
    color: #17b4bb;
}
.block-orange .product-price > span {
    color: #ff8300;
}
.block-green .product-price > span {
    color: #55c932;
}
.block-yellow .product-price > span {
    color: #f3b516;
}
.block-purple .product-price > span {
    color: #b018a9;
}
.banner-top-image12 {
    position: absolute;
    right: 230px;
    top: 0;
}
.service-footer.service-footer12{
    background: #f9f9f9;
}
.banner-box.banner-box12 a:not(.link-banner-box)::after,
.banner-box.banner-box12 a:not(.link-banner-box)::before{
    display: none;
}
.item-deal14 a:not(.link-banner-box)::after,
.item-deal14 a:not(.link-banner-box)::before{
    display: none;
}
.product-tab-box12{
    border-top: 0;
}
.main-header13 .logo {
    text-align: center;
}
.top-right13 > div{
    float: right;
    text-align: right;
}
.top-right13 .wpb_text_column.currency-language{
    margin: 0;
}
.top-right13 .currency-language .wpb_wrapper{
    padding: 0;
}
.top-right13 .currency-box .currency-current::after,
.top-right13 .language-box .language-current::after {
    margin-left: 10px;
}
.list-brand13{
    margin-bottom: 50px;
}
.detail-tab-info p {
    color: #555;
    line-height: 24px;
    margin: -5px 0 16px;
}
.header-nav13 .fixed-header.main-nav9 {
    background: #686868;
}
.banner-image13{
    padding-bottom: 50px;
}
.product-extra-link4>a:hover{
    color: #fff;
}
.top-review11 .owl-theme .owl-controls .owl-buttons div:hover,
.bestsale-slider11 .owl-theme .owl-controls .owl-buttons div:hover{
    background: #fff;
}
.banner-slider.banner-slider13 .inner-banner-info{
    background: #f90;
    opacity: 0.9;
}
.currency-language11{
    text-align: left;
}
.product-countdown .product-price > span:not(.saleoff) {
    color: #333;
    display: block;
    font-size: 30px;
    margin-bottom: -5px;
}
.item-product13 .product-price > span:not(.saleoff) {
    color: #333;
    display: block;
    margin-bottom: -5px;
}
.product-moreinfo .color-filter.list-filter a span {
    display: block;
}
.product-moreinfo .color-filter.list-filter a {
    border-radius: 0;
    padding: 1px;
}
.item-brand10{
    text-align: center !important;
}
/*Fix element pages*/
.wpb_content_element.title-box1 .title30 span::before {
    background: #e5e5e5;
    content: "";
    height: 5px;
    margin-right: 30px;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 1200px;
}
.wpb_content_element.title-box1 .title30 span::after {
    background: #e5e5e5;
    content: "";
    height: 5px;
    left: 100%;
    margin-left: 30px;
    position: absolute;
    top: 15px;
    width: 1200px;
}
.wpb_content_element.title-box1 .title30{
    overflow: hidden;
}
.wpb_content_element.title-box1{
    padding-bottom: 40px;
}
.wpb_content_element.title-box1 .title30 span{
    border-radius: 0;
    background: 0;
    color: #333;
    width: inherit;
    height: inherit;
    font-size: 30px;
    line-height: 30px;
}
.content-detail-text .white p{
    color: #fff;
}
.features-list .item-service2 {
    margin-bottom: 30px;
}
.item-service2 .service-icon {
    width: 60px;
    vertical-align: middle;
}
.item-service2 .service-icon a {
    background: #333;
}
.item-service2:hover {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
}
.item-service2:hover .service-icon a {
    background: #ff9677;
    border-color: #ff9677;
}
.item-service2 .service-icon a {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
div.table>div {
    display: table-cell;
}
.item-service2 .service-info {
    padding-left: 30px;
    vertical-align: middle;
}
.item-service2 {
    padding: 30px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.content-detail-text .item-service2 p{
    line-height: inherit;
    margin-bottom: 0;
}
.item-service2 .service-info{
    padding-top: 0;
}
/*Grid Post fix*/
.vc_gitem-align-right .product-rate {
    float: right;
}
.vc_gitem-align-center .product-rate {
    margin: auto;
}
.vc_is-hover{
    position: relative;
}
.vc_is-hover .product-extra-link>a {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
}
.vc_is-hover .product-extra-link>a.compare-link {
    transform: scale(1) translateY(-50px);
    -webkit-transform: scale(1) translateY(-50px);
}
.vc_is-hover .product-extra-link>a.wishlist-link {
    -webkit-transform: scale(1) translateY(50px);
    transform: scale(1) translateY(50px);
}
.vc_is-hover .quickview-gitem-hover {
    transform: translate(0);
    -webkit-transform: translate(0);
}
.vc_is-hover .quickview-gitem-hover {
    transform: translate(0);
    -webkit-transform: translate(0);
}
.vc_is-hover .quickview-gitem-hover:hover i {
    transform: scale(2);
    -webkit-transform: scale(2);
    color: #fff;
}
.vc_custom_heading.product-title a:hover{
    color: #ff9677;
    opacity: 1;
}
.vc_gitem-post-data-source-post_excerpt{
    max-height: 56px;
    overflow: hidden;
}
body .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt{
    margin-bottom: 0;
}
body .vc_gitem-post-data-source-post_excerpt p{
    margin-bottom: 0;
}
body .vc_gitem-zone-b p{
    margin-bottom: 0;
    color: #fff;
}
body .vc_gitem-animate-slideInRight .vc_gitem-zone-b p,
body .vc_gitem-animate-goTop20 .vc_gitem-zone-b p{
    color: #666;
}
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
    padding: 15px;
}
.vc_grid .vc_gitem-link.vc_general{
    border-bottom-style: solid;
}
.vc_grid .vc_gitem-link.vc_general.vc_btn3{
    border-bottom-width: 2px;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    border-bottom-style: none;
}
.block-top50{
    margin-top: 50px;
}
.block-bottom50{
    margin-bottom: 50px;
}
.block-top100{
    margin-top: 100px;
}
.block-bottom100{
    margin-bottom: 100px;
}
/*End*/
.item-contact-info .contact-icon .before{
    color: #999;
    font-size: 60px;
    left: 100%;
    position: absolute;
    top: -1px;
    transition: all 0.3s ease 0s;
    left: 0;
    transform: translateX(-200%);
    opacity: 0;
}
.item-contact-info .contact-icon:hover .before{
    transform: translateX(0) rotate(0);
    opacity: 1;
    color: #f9bc02;
}
.item-contact-info{
    margin-bottom: 45px;
}
.contact-info-page{
    padding: 0 15px;
    background: rgba(0,0,0,0);
}
.contact-info-page > div {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 70px 0;
    text-align: center;
}
.contact-form-page h2 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 37px;
    text-transform: uppercase;
}
.about-review-thumb{
    width: 100px;
}
.about-full-protec span{
    display: inline-block;
}
.image-about-full a,
.image-about-full img,
.image-about-full.wpb_single_image .vc_figure{
    width: 100%;
}
.about-full-protec span.span-text {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    background: #f90;
}
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 0 15px;
}
.wishlist-popup .popup-icon{
    color: #f90;
}
.wishlist-button a:hover{
    background: #f90;
}
/*End Wishlist Popup*/
.error404 #primary{
    background: #fff;
}
.wishlist-button a:hover{
    color: #fff;
}
.list-adv14 .wpb_column > div{
    margin: 0 -15px;
}
.list-adv14 .wpb_column:nth-child(2n) {
    margin-top: 50px;
}
.product-thumb .product-extra-link6 .addcart-link,
.product-thumb .product-extra-link6 .wishlist-link,
.product-thumb .product-extra-link6 .compare-link{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.list-banner14{
    padding: 0 10px;
}
.banner-adv14 .banner-info p {
    margin-top: 0;
}
.banner-adv14 .banner-info p.top60 {
    margin-top: 60px;
}
.popular-cat14 .title18 {
    background: #f9bc02 none repeat scroll 0 0;
    padding: 10px;
}
.list-adv15 {
    margin: 0;
}
.list-adv15 > div{
    margin: 0 10px -10px 25px;
}
.item-blog15 .post-info .post-date-comment li{
  color: #fff;
}
.list-product-type15 {
    padding: 0 5px;
}
.smart-search16 .smart-search-form input[type=submit]{
    border-radius: 4px;
}
.wrap-search16 {
    margin-left: 0;
    margin-right: 0;
}
.wrap-search16 >div{
    margin-left: 30px;
    margin-right: 5px;
}
.nav-social16 {
    border: 0;
    margin-bottom: 0;
}
.nav-social16 > div{
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    margin-bottom: 20px;
}
.list-adv16{
    margin-left: 0;
}
.list-adv16 > div{
    margin-left: 47px;
}
.list-slider16 {
    margin: 0;
}
.list-slider16 > div{
    margin: 0 -67px;
}
.fixed-header.main-nav16{
    background: #fff;
}
.fixed-header .nav-social16 > div{
    border-bottom: 0;
    border-top: 0;
    margin-bottom: 0;
}
.list-banner16 {
    margin: 0 0 50px;
    padding: 0 7px;
}
.product-box16 .item-product16 .product-price >span{
    font-size: 14px;
}
.product-box16.color-purple .item-product16 .product-price > span{
    color: #b018a9;
}
.product-box16.color-cyan .item-product16 .product-price > span{
    color: #15c1d7;
}
.product-box16.color-yellow .item-product16 .product-price > span{
    color: #f3b516;
}
.morecat-info5 .seeall::after{
    top: 3px;
}
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.wrap-search-cart17 {
    padding-right: 15px;
    margin-top: 0;
}
.wrap-search-cart17 > div{
    padding-right: 165px;
    position: relative;
    margin-top: 25px;
}
.main-header17 .logo{
    margin-top: 20px;
}
.item-banner{
    position: relative;
}
.gallery-control .carousel ul li{
    min-height: 80px;
}
.detail-qty{
    padding: 0 20px;
}
.list-banner17 {
    margin: 0 0 50px;
    padding: 0 15px;
}
.fixed-header.main-nav17{
    background: #f90;
}
.header-top18 .logo{
    text-align: center;
}
.banner-left18 {
    margin-right: 0;
}
.banner-left18 > div{
    margin-right: 17.5px;
}
.banner-right18 {
    margin-left: 0;
}
.banner-right18 > div{
    margin-left: 17.5px;
}
.banner-box1 .banner-box .info-banner-box1 a:before,
.banner-box1 .banner-box .info-banner-box1 a:after,
.banner-image .info-adv18 a:before,
.banner-image .info-adv18 a:after{
    display: none;
}
.list-adv18 {
    border-bottom: 0;
    padding: 0 15px;
}
.list-adv18 > div{
    border: 1px solid #e5e5e5;
    padding: 20px 25px;
    background: #fff;
}
.brand-slider18{
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-top: -1px;
}
.item-news18 .post-date-comment img{
    border-radius: 20px;
}
.item-deal14 .product-thumb .quickview-link.plus::before,
.item-deal14 a.product-thumb-link::before{
    display: block;
}
.pro-deal14 .product-extra-link>a:hover,
.prodeal-slider14 .owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
}
.social-footer15 .list-social > a:hover{
    border-color: #fff !important;
}

.poly-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::after, .poly-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before{
    border-left-color: #f90;
}
.poly-slider .owl-theme .owl-controls .owl-buttons div.owl-next::after, .poly-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before{
    border-right-color: #f90;
}
.poly-slider .owl-theme .owl-controls .owl-buttons div{
    background-color: #f90;
    opacity: 0.7;
}
.item-product17.deal-pro16 {
    border-color: #e5e5e5 !important;
}
#boxes-content > div{
    display: none;
}
.select-location{
    display: none;
}
.content-popup .select-location{
    display: block;
}
.content-popup input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
    display: block;
    font-size: 18px;
    height: 50px;
    margin: 0 0 16px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}
.content-popup input[type="submit"]{
    background: #f90;
    font-size: 18px;
    text-transform: uppercase;
}
#mask{
    z-index: 99998;
}
#boxes .window{
    z-index: 99999;
}
.fixed-header.main-nav11{
    padding: 8px 0;
}
.banner-slider14 .owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
}
.fixed-header .menu-hidden{
    display: block;
}
.item-news18 .post-date-comment a:hover{
    color: #fff;
}
.menu-hidden .check-cart4{
    margin-top: 4px;
}
/*Custom section*/

.content-from-cat .custom-item-large .item-sp ,
.content-from-cat .custom-list-small .item-sp {
    margin: 0px -15px;
}
.content-from-cat .item-sp{
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#D0D0D0;
	position:relative;
	z-index:9;
}
.content-from-cat .item-sp:last-child{
	border:none;
}
.content-from-cat .product-rate {
	position:relative;
}
.content-from-cat .product-rate span{
	position:absolute;
	left:100%;
	top:-3px;
	margin-left:5px;
}
.content-detail-text{
	border:none;
}
.content-from-cat{
	position:relative;
	border:1px solid #D0D0D0;
	border-top-width:0;
}
.content-from-cat > h3{
	border-bottom:1px solid #D0D0D0;
	min-height:50px;
}
.content-from-cat::before{
	position:absolute;
	top:50px;
	left:25%;
	bottom:0;
	width:1px;
	content:"";
	background:#D0D0D0;
	margin-left:-1px;
}
.content-from-cat::after{
	position:absolute;
	top:50px;
	right:25%;
	bottom:0;
	width:1px;
	content:"";
	width:25%;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}
.content-from-cat .info-custom .custom-title-product{
    font-size:14px;
	min-height:auto;
}
.content-from-cat{
    margin-top: 30px;
}
.item-sp{
    border: 1px solid #D0D0D0;
    margin: -1px -15.5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.info-custom{
    padding: 15px;
}
.custom-list-small .thumb{
    display: inline-block;
    vertical-align: top;
    width: 45.6%;
}
.custom-list-small .info-custom{
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    width: 49%;
}
.item-sp:hover {
    box-shadow: 0 0 5px 2px #BABABA;
    border-color: #BABABA;
    z-index: 9;
}
.custom-list-small:hover,
.custom-item-large:hover{
    z-index: 1;
}
.thumb-box img{
    padding: 8px;
}
.custom-list-small .item-sp:last-child{
    margin-bottom: 0;    
}
.item-sp .discount {
    position: absolute;
    top: 0;
    left: 4px;
    margin: 0;
}
.item-sp .discount span {
    line-height: 15px;
    padding: 5px 0 0;
    display: inline-block;
    font-size: 13px;
    width: 40px;
    height: 39px;
    text-align: center;
    text-transform: uppercase;
    background: url("./images/price.png") center no-repeat;
    background-size: contain;
    color: #fff;
}
.custom-item-large .custom-title-product{
    min-height: 44px;
}
.item-sp .product-price{
    margin-top: 10px;
}
.content-from-cat > .row{
    margin: 0;
}
.content-from-cat{
    background: #fff;
}
.content-from-cat > h3{
    font-size: 16px;
    padding: 14px 0 14px 10px;
    margin: 0;
    font-weight: 400;
    border-top: 2px solid #f90;
}
.custom-item-large .item-sp{
    margin: 0px -15.5px;
}
@media (max-width: 990px){
    .content-from-cat::after{
    	display:none;
    }	
    .content-from-cat::before{
    	left:50%;
    }
    .content-from-cat .custom-item-large:first-child{
    	border-bottom:1px solid #d0d0d0;
    }
    .content-from-cat .custom-list-small:last-child{
    	border-top:1px solid #d0d0d0;
    }
    .content-from-cat .custom-list-small .thumb{
    	width: 41%;
    }
}
@media (max-width: 767px){
    .content-from-cat .custom-list-small .thumb{
    	width: 42%;
    }
}
@media (max-width: 667px){
    .content-from-cat .custom-list-small .thumb {
        width: 47%;
    }
}
@media (max-width: 600px){
    .content-from-cat .col-xs-6{
    	width:100%;
    }
    .content-from-cat::before{
    	display:none;
    }
    .content-from-cat .custom-item-large{
    	border-bottom:1px solid #d0d0d0;
    	border-top:none!important;
    }
    .content-from-cat .custom-list-small{
    	border-bottom:1px solid #d0d0d0;
    	border-top:none!important;
    }
    .content-from-cat .custom-list-small:last-child{
    	border-bottom:none!important;
    }
}
/*END*/
.detail-info .yith-wcwl-add-to-wishlist{
    display: none;
}
.detail-extralink{
    margin-bottom: 20px;
}
.track-button{
    height: 40px;
    line-height: 40px;
}
/*.detail-gallery .post-zoom-link{
    position: static;
}
.detail-gallery .post-zoom-link:after{
    display: none;
}*/

/*Home 19*/
.smart-search19 .smart-search-form{
    position: static;
}
.mini-cart-checkout{
    margin: 0;
}
.check-cart19 .list-mini-cart-item li{
    border-bottom: 0;
}
.check-cart19 .mini-cart-checkout a:hover {
    background: #f90;
}
.check-cart19 .mini-cart-checkout a{
    background: #f90;
}
.check-cart19 .mini-cart-checkout {
    background: #ededed;
    margin: 0 -20px -20px;
    padding: 7px;
}
.top-banner19{
    background-image: none;
}
.intro-countdown .deals-cowndown::before,
.banner-slider19 .owl-theme .owl-controls .owl-page.active span, .item-product19 .saleoff, .mini-cart-checkout a, .title-box19::before {
    background: #f90;
}
.intro-countdown .deals-cowndown::after{
    color: #f90;
}
#fb-root iframe{
    max-width: 100%;
}
.wrap-cat-icon12 .has-cat-mega > a{
    position: relative;
    overflow: inherit;
}
.wrap-cat-icon12 .has-cat-mega > a:before{
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    right: -20px;
    background: transparent;
    top: 0;
}
.woocommerce .cart-collaterals table{
    padding: 0 !important;
}
.woocommerce .cart-collaterals th,
.woocommerce .cart-collaterals td{
    border: 0 !important;
    border-top: 1px solid #ebe9eb !important;
}
.woocommerce .cart-collaterals tr:first-child th,
.woocommerce .cart-collaterals tr:first-child td{
    border-top: 0 !important;
}
.wrap-check-cart19.coupon-element .btn-get-coupon{
    position: static;
    float: right;
    margin-top: 15px;
}
.woocommerce-Reviews .comment-reply-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.woocommerce-Reviews .comment-form input[type="email"] {
    color: #999;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #e5e5e5;
}
.woocommerce-Reviews .comment-form input[type="text"]{
    border: 1px solid #e5e5e5;
}
.woocommerce .table-group-detail table{
    border-width: 0 0 1px !important;
}
.woocommerce .table-group-detail th,
.woocommerce .table-group-detail td{
    border: 0 !important;
}
.woocommerce .table-group-detail .table tr:first-child th {
    border: 0 !important;
}
.woocommerce .table-group-detail .table th {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    border-right: 1px solid #e5e5e5 !important;
    margin-right: -1px;
    padding: 20px;
    border-top: 1px solid #e5e5e5 !important;
}
.woocommerce div.product form.cart .group_table td:last-child{
    border-right: 0 !important;
}
.table-group-detail .table th:first-child{
    width: 166px;
}
.table-group-detail .detail-extralink {
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single{
    height: 38px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px;
}
.woocommerce form .form-row .checkbox .input-checkbox {
    margin: 8px 8px 0 0;
}
.woocommerce form .form-row .checkbox >span{
    padding-left: 20px;
}
.content-top-left19 .deal-banner9{
    margin-left: 0;
    margin-right: -23px;
}
.content-top-right19 > div{
    margin-left: 20px;
}
.content-top-center19 > div{
    margin-left: 23px;
    margin-right: -20px
}
.content-top-right19 .item-adv:first-child{
    margin-bottom: 12px;
}
.product-moreinfo{
    color: #555;
    line-height: 24px;
}
.product-moreinfo p.desc{    
    margin-bottom: 16px;
}
.product-moreinfo > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/*.product-moreinfo li {
    color: #999;
    margin-bottom: 3px;
    padding-left: 15px;
    position: relative;
}
.product-moreinfo li::before {
    background: #999 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}*/
.item-blog3,
.popcat13{
    background: #fff;
}
.list-product19 {
    background: #f4f4f4 none repeat scroll 0 0;
    padding-top: 10px;
}
.list-product19 .product-box13{
    margin: 0 -20px;
}
.list-arrival19{
    padding-top: 50px;
}
.top-banner19 img{
    display: none;
}
.top-banner19{
    cursor: pointer;
}
.main-nav li.item-menu-new::after {
    background: rgba(0, 0, 0, 0) url(../css/images/new.gif) no-repeat scroll center center;
    background-size: 100% 100%;
    bottom: 0;
    height: 16px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    width: 24px;
    content: "";
}
.main-nav li.item-menu-new {
    position: relative;
}
.widget .search-widget .form-control {
    border-color: #e5e5e5;
}

/*seoshop add*/
.footer01{    
    background: #191d3d;
    padding-top: 40px;
}
.logo.logo19 {
    margin-top: 14px;
}
.main-header01 .logo{
    margin-top: 14px;
}
.select-category:hover .list-category-toggle {
    margin-top: 0px;
}
.check-cart19 span.text-meta-check{
    display: none !important;
}
.check-cart19.show-text span.text-meta-check{
    display: inline-block !important;
}
.main-header01{
    z-index: 100;
}
.list-mini-cart-item li{
    display: block;
    padding: 0;
    min-height: 50px;
    margin-bottom: 15px;
}
.item-product-mini-cart.table .product-info .product-price > span {
    font-size: 14px;
    color: #f90;
}
.list-mini-cart-item {
    margin: 0;
}
.mini-cart-box:hover .mini-cart-content{
    margin-top: 0;
}
.overlay .main-header01{
    z-index: 999997;
}
.list-category-toggle{
    max-height: 320px;
    overflow: hidden !important;
    height: 320px;
}
.language-box .language-current.white,
.currency-box .currency-current.white,
.address-box .address-toggle.white{
    color: #fff;
}
.list-tag-footer > a {
    margin-right: 12px;
}
.footer-copyright{
    background-color: rgba(0,0,0,0);
}
.wpb-js-composer .vc_tta-tabs.adv-custom-tab .vc_tta-tab.vc_active>a{
    border: 1px solid #e5e5e5 !important;
    box-shadow: none;
    background: #fff !important;
    color: #333 !important;
}
.wpb-js-composer .vc_tta-tabs.adv-custom-tab .vc_tta-panels .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_general.adv-custom-tab .vc_tta-panel-body{
    border: 1px solid #e5e5e5 !important;
    box-shadow: none;
    background: #fff !important;
    padding: 6px 18px 0px !important;
}
.wpb-js-composer .vc_tta.vc_general.adv-custom-tab .vc_tta-tab>a {
    padding: 10px 20px;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.list-tab-adv .item-tab-coupon,
.list-tab-adv .banner-adv{
    margin: 0 -12px 6px;
}
.adv-brand .brand-logo{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.banner-adv .video-icon {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.banner-adv .adv-info {
    top: auto;
    left: 0;
    padding: 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.banner-adv .adv-info h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.item-tab-coupon .coupon-info p.desc {
    margin-bottom: 23px;
}
.item-tab-coupon .coupon-info p {
    margin-bottom: 0;
}
.wpb-js-composer .vc_tta-tab:not(.vc_active) > a.tab-hight-light{
    background: #f90 !important;
    border-color: #f90 !important;
}
.wpb-js-composer .adv-custom-tab .vc_tta-tab>a{
    background: #05b0bd !important;
    border-color: #05b0bd !important;
}
.phone-app input[type="text"] {
    width: 170px;
}
.product-box01 .banner-adv01 {
    background: #05b0bd;
}
.banner-adv01 .adv-info {
    padding: 0 30px;
}
.item-product19 .product-price > span {
    font-size: 14px;
    color: #f90;
}
.list-cat-brand{
    background-color: #fff;
}
.ajax-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.ajax-loading i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
.sidebar-scroll-wrap{
    display: none;
}
.main-content article{
    position: relative;
}
/*menu fixed*/
.menu-fixed-content.fixed-header.main-nav01{
    background: #f90;
}
.shop-button.style2:hover{
    color: #fff;
}
.adv-brand .brand-logo,
.adv-brand .brand-logo img {
    margin: auto;
    z-index: 9;
}
.adv-brand .adv-thumb-link::after {
    opacity: 1;
}
.adv-cat .adv-info h3 {
    font-size: 14px;
    margin: 10px 0 0;
}
.product-box01 .banner-adv01.adv-background{
    background-size: cover;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
.mini-cart-checkout19 a:hover{
    color: #fff;
}
.app-wrap{
    position: relative;
    z-index: 2;
}
.brand-by-cat {
    margin-bottom: 30px;
}
.widget_rss > ul > li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.rssSummary{
    margin-top: 5px;
    line-height: 20px;
}
.widget_text img{
    margin: 5px 0;
}
.widget_meta abbr{
    border-bottom: 0;
}
.default-footer.footer-copyright{
    background: #191d3d;
}
.banner-adv.adv-cat .adv-info {
    height: 64px;
    margin: auto;
    padding: 0 15px;
    top: 0;
    bottom: 0;
}
.error-404 .page-content > p{
    margin-bottom: 25px;
}
.woocommerce table.shop_table thead{
    background-color: #f90;
}
.newsletter-form.footer-box {
    margin-bottom: 30px;
}
.footer02{
    background: transparent;
    padding-top: 40px;
}
.social-footer.footer-box2 a:hover,
.social-footer.footer-box a,
.social-footer.footer-box > h2{
    color: #fff;
}
.check-cart19.icon-color-main .mini-cart2 .mini-cart-link .mini-cart-number.white,
.check-cart19.icon-color-main .wishlist-top-link span.white,
.check-cart19.icon-color-main .checkout-box .dropdown-link span.white,
.check-cart19.icon-color .mini-cart2 .mini-cart-link .mini-cart-number.white,
.check-cart19.icon-color .wishlist-top-link span.white,
.check-cart19.icon-color .checkout-box .dropdown-link span.white,
.social-footer.footer-box2 a,
.social-footer.footer-box2 > h2{
    color: #333;
}
/*.icon-color-main span.white,*/
.icon-color-main i{
    color: #f90;
}
.icon-color span.white,
.icon-color i{
    color: #05b0bd;
}
.item-post-large .post-title {
    font-weight: bold;
    font-size: 18px;
}
.banner-top2 .adv-info {
    top: auto;
    bottom: 20px;
    left: 30px;
    right: 30px;
    padding: 20px;
    text-shadow: none;
}
.item-service2 {
    padding: 10px;
}
.list-service2 {
    padding: 0 10px;
}
.main-header02 .logo {
    margin-top: 14px;
}
body .shop-button:hover{
    color: #fff;
}
.social-footer.footer-box2 a{
    background-color: #fff;
}
.list-category-toggle .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.top-header .currency-language.currency-language1 {
    margin: 0;
}
.check-cart19.cart-style2 .mini-cart-box.mini-cart2.dropdown-box .mini-cart-link:hover{
    background: #f90;\
}
.check-cart19.cart-style2 .mini-cart-box.mini-cart2.dropdown-box .mini-cart-link{
    background: #05b0bd;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
}
.check-cart19.cart-style2 .mini-cart2.active .mini-cart-link .mini-cart-number,
.check-cart19.cart-style2 .mini-cart2 .mini-cart-link .mini-cart-number{
    color: #fff;
}
.cart-style2 .mini-cart-box.mini-cart2.dropdown-box {
    margin: 0;
}
.check-cart19.cart-style2 .mini-cart-box.mini-cart2.dropdown-box .mini-cart-link .mini-cart-icon,
.check-cart19.cart-style2 .mini-cart-box.mini-cart2.dropdown-box .mini-cart-link .mini-cart-icon i{
    font-size: 14px;
    color: #fff;
}
.list-sevice19 {
    margin-left: 0;
}
.list-sevice19 > div{
    margin-left: -50px;
}
.top-category19.style2 .wrap-cat-icon19 {
    margin-right: 2px;
}
.footer-tabs.footer-tabs3 {
    background: #f8f8f8 none repeat scroll 0 0;
}
.footer02.bg-white{
    background-color: #fff;
}
.item-product19 .product-info .list-inline-block > li > span.color {
    margin: 3px 3px 0;
}
.product-price > span.slipt{
    margin: 0;
}
.white-box > div{
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 30px 31px;
    margin-bottom: 30px;        
}
.boxtrend-left > div{
    margin-left: -10px;
}
.boxtrend-right > div{
    margin-right: -10px;
}
h2.title-bt {
    margin: 20px;
    padding: 11px 10px;
}
h2.title-bt a {
    color: #fff;
}
.top-category19.style2 .wrap-cat-icon19.cat-style5 {
    margin-right: -42px;
}
.wrap-cat-icon19.cat-style5 .list-cat-icon > li > a {
    padding: 4px 0 4px 40px;
}
.wrap-cat-icon19 .list-cat-icon > li.cat-no-img > a,
.wrap-cat-icon19.cat-style5 .list-cat-icon > li.cat-no-img > a {
    padding: 4px 0 4px 10px;
}
.banner-right05 {
    background: transparent;
    margin-left: 0;
    padding: 0 15px;
    border: 0;
}
.banner-right05 > div{
    background: #fff;
    margin-left: -73px;
    padding: 20px 18px;
    border: 1px solid #e5e5e5;
}
.banner-right05 .list-none li h3 {
    margin-top: -19px;
}
.wrap-cat-icon19.cat-style5 .wrap-list-cat-icon {
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}
.visual-sidebar-right > div{
    margin-left: -20px;
}
.visual-sidebar-right .banner-adv {
    margin-bottom: 30px;
}
.product-thumb .quickview-link.pos-bottom{
    bottom: 0;
    color: #555;
    text-transform: capitalize;
}
.post-date-comment li,
.post-date-comment a {
    color: #999;
}
.item-post-large .post-date-comment li {
    margin-right: 20px;
}
.product-special06{
    margin-bottom: 30px;
}
.product-special06 .product-price > span{
    display: inline-block;
}
.content-top02 .banner-slider.banner-slider19 {
    margin-left: -32px;
}
.check-cart19.cart-style2 .mini-cart2.active .mini-cart-link .mini-cart-number{
    color: #fff!important;
}
.hidden-menu{
    display: none;
}
.fixed-header .hidden-menu,
.fixed-header.hidden-menu{
    display: block;
}
.main-nav.main-nav01>ul>li:hover>a{
    color: #fff
}
.item-adv07{
    position: relative;
}
.info-adv07 p[class^="title"] {
    text-transform: inherit;
    margin: 6px 0 15px;
}
.info-adv07 p {
    margin: 0;
}
.list-item-small-adv7 {
    margin-left: 0;
}
.list-item-small-adv7 > div{
    margin-left: -25px;
}
.tile-box07 .title24{
    margin-bottom: 5px;
}
.tile-box07 {
    padding-bottom: 50px;
}
.wpb-js-composer .vc_tta.vc_general.custom-accordion .vc_tta-panel-title>a{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #f90 !important;
}
.wpb-js-composer .vc_tta.vc_general.custom-accordion .vc_tta-panel-heading{
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.custom-accordion .vc_tta-panel-heading:hover{
    background-color: #fff !important;
}
.wpb-js-composer .vc_tta.vc_general.custom-accordion .vc_active .vc_tta-panel-title>a{
    color: #05b0bd !important;
}
.wpb-js-composer .vc_tta.vc_general.custom-accordion .vc_tta-panel-body{
    border: 1px solid #e5e5e5 !important;
    margin-top: -1px !important;
    border-radius: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.wpb-js-composer .vc_tta.custom-accordion .vc_tta-controls-icon::after{
   content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f90;
    left: -4px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;     
}
.wpb-js-composer .vc_tta.custom-accordion .vc_active .vc_tta-controls-icon::after{
    background: #05b0bd !important;
    top: -3px;
}
.wpb-js-composer .vc_tta.custom-accordion .vc_tta-controls-icon::before{
    border-color: #fff !important;
}
.toggle-tab.why-choise07 {
    margin-bottom: 8.25px;
}
.header-nav08{
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
/*.wrap-cart09 .checkout-box .checkout-link,
.wrap-cart09 .mini-cart-box .mini-cart-link .mini-cart-icon,
.wrap-cart09 .wishlist-box .wishlist-top-link {
    color: #f90;
}
.wrap-cart09 .checkout-box .checkout-link::after,
.wrap-cart09 .mini-cart-link .mini-cart-number,
.wrap-cart09 .wishlist-box .wishlist-top-link .wishlist-number{
    background: #05b0bd;
}*/
.main-header19 .logo {
    margin-top: 14px;
}
.main-nav.main-nav08>ul>li:hover>a {
    color: #f90;
}
.footer02{
    background: #f2f2f2;
}
.social-footer.footer-box2 a:hover {
    background-color: #f90;
}
.banner-adv08.banner-adv .adv-info{
    top: 0;
    text-shadow: none;
}
.tab-new-pro09 li a img{
    width: 25px;
}
.product-tab08 {
    margin-left: 0;
}
.product-block08 .product-tab08 {
    margin-left: -60px;
}
.block-sidebar08{
    margin-right: 0;
}
.product-block08 .block-sidebar08 > div{
    margin-right: 60px;
}
.item-product09 .product-extra-link5 a.addcart-link{
    background: #05b0bd;
}
.item-product09 .product-extra-link5 a.addcart-link:hover{
    background: #f90;
}
.header-main10 .logo,
.header09 .logo{
    float: left;
}
.admin-bar .header-nav09 .toggle-nav-button{
    top: 52px;
}
.admin-bar .header-main10 .toggle-nav-button {
    top: 97px;
}
.fixed-header.main-nav09{
    padding: 20px 0;
}
.item-adv09 .banner-info .title-before {
    margin-bottom: 25px;
}
.list-service10{
    padding-top: 50px;
}
.right-ads10 {
    margin-left: 0;
}
.right-ads10 > div{
    margin-left: -5px;
}
.left-ads10 {
    margin-right: 0;
}
.left-ads10 > div{
    margin-right: 5px;
}
.wrap-item{
    position: relative;
}
.footer10 {
    padding-top: 98px;
    margin-top: -50px;
}
.owl-theme.arrow-style07 .owl-controls .owl-buttons div:hover{
    background: transparent;
}
.main-nav.main-nav09 > ul li.has-mega-menu > .sub-menu{
    left: 100%;
    top: 0;
}
.main-nav > ul > li.has-mega-menu .sub-menu > li{
    border: 0;
}
.item-blog10 .post-zoom-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
body:not(.overlay) .header-page{
    position: relative;
    z-index: 9;
}
body:not(.overlay) #main-content{
    position: relative;
    z-index: 8;
}
.header-nav09.active .toggle-nav-button {
    z-index: 99999;
}
.header-main10 .header-nav09 {
    padding-top: 105px;
}
.adv-info.adv-info12{
    text-shadow: none;
}
.adv-info.adv-info11{
    top: 0;
    text-shadow: none;
}
.banner-adv .adv-info h2.title48{
    font-size: 48px;
}
.banner-adv .adv-info.adv-info11{
    padding: 33px 0 0;
}
.top-banner11 .item-ads11 {
    margin: 0;
}
.block-client11 .what-client07{
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}
.block-client11 .client-job,
.block-client11 .desc{
    color: #fff;
}
.latest-post-wrap7 > h2{
    margin-bottom: 45px;
}
.latestnews-slider18 {
    margin: 0 -10px 0;
}
.latest-news11 .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
}
.latest-news11 .owl-theme .owl-controls .owl-buttons div {
    color: #f90;
}
.latest-news11 .owl-theme .owl-controls .owl-buttons div:hover{
    background: #f90;
    border-color: #f90;
    color: #fff;
}
.tab-cat11{
    margin-top: 40px;
}
.item-collect11 span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.top-banner11 {
    margin-bottom: 0;
    padding-bottom: 70px;
}
.top-banner11 .item-ads11.style2 {
    margin: -100px 65px 0;
}
.main-header12 .check-cart19.icon-color span.white,
.main-header12 .check-cart19.icon-color i{
    color: #fff !important;
}
.banner-slider .pagi-style2 .owl-controls .owl-page span {
    background: #fff !important;
}
.list-ads12{
    margin: 0;
    padding: 0 15px;
}
.item-ads12 .adv-info.adv-info12 h2 {
    border-bottom: 2px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.header13 .logo {
    margin-top: 20px;
}
.adv-slider13,
.banner-video13{
    background-image: none;
}
.adv-slider13> div{
    background-position: center;
}
.header14 .logo{
    float: left;
}
.bg-color .fixed-header{
    background: #f90;
}
.zoomContainer{
    z-index: 9999;
}
.latest-news11 .owl-theme .owl-controls .owl-buttons div:hover{
    color: #fff;
}
.bg-color .fixed-header.main-nav12{
    background: #fff;
}
.title-tab-collect11 .last-item .item-collect11 {
    border-right: 0;
}
.item-slider13{
    background-position: center 0px;
}
.latest-post-wrap8 .title30{
    margin-bottom: 45px;
}
.btn-toggle-mobile-menu{
    display: none;
}
.search-notfound{
    padding-bottom: 30px;
}
.search-notfound input{
    border-color: #e5e5e5;
}
.search-notfound .btn-search{
    background: #f90;
    color: #fff;
    box-shadow: none;
}
.search-notfound .btn-search:hover{
    background: #05b0bd;
}
.header01 .menu-fixed-content.fixed-header.main-nav01 {
    background: #191D3D;
}
.header-default{
    background: #191d3d;
}
.header-default a h1{
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.header-default .logo{
    padding: 30px 0;
    background: rgba(5, 176, 189, 0.1);
}
.main-header19.main-header05 .logo {
    margin-top: 0;
}
.page-boxed .wrap{
    max-width: 1250px;
    background: #fff;
    margin: auto;
    box-shadow: 0px 5px 5px #e5e5e5;
}
.text-logo h1{
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 27px;
    text-transform: uppercase;
}
.sblack{
    color: #000;
}
.main-header05 .text-logo{
    max-width: 170px;
    background: #f90;
    padding: 17px 0 6px;
    text-align: center;
    margin-top: -5px;
}
.main-header05 .text-logo h1{
    font-size: 22px;
}
.item-brand10 .brand-info {
    background: rgba(0, 0, 0, 0.6);
}
.header-main10 .toggle-nav-button{
    top: 62px;
}
.banner-video-parallax{
    background: rgba(0,0,0,0.2);
}
.title-list-tab12 > li > a::after {
    margin-right: 8px;
}
/*Tool Panel*/
.active .dm-open i.fa-long-arrow-left,
.dm-open i.fa-long-arrow-right{
    display: none;
}
.active .dm-open i.fa-long-arrow-right{
    display: block;
}
.dm-button {
    position: absolute;
    background: #f90;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 250px;
    left: -55px;
    display: block;
    padding: 35px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dm-button.dm-support{
    top: 310px;
    background-position: center -43px;
}
.dm-button.dm-guide{
    top: 370px;
    background-position: center -93px;
}
.dm-button:before {
  content: attr( data-title-close );
  display: inline-block;
}
.dm-button:focus, .dm-button:hover {
  color: #fff;
}
.dm-button i{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background: #05b0bd;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
    background: #f90;
}
#widget_indexdm .dm-header .header-description{
    color: #111;
    margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span{
    font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#widget_indexdm .dm-content{
    margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
    padding: 0 3px 6px;
    width: 50%;
    text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-size: 100% auto;
    padding-top: 13px;
    border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 13px;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    align-self: center;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
#indexdm_img.active > div {
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}

@keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
#widget_indexdm .mobile-content{
    margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 1440px){
    #indexdm_img > div{
        width: 600px;
    }
}

@media (max-width: 1199px){
    #indexdm_img {
        display: none !important;
    }
}

@media (max-width: 767px){
    #widget_indexdm {
        display: none !important;
    }
}
/*End tool panel*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.lightbox-opend + .fancybox-overlay,
.zoomContainer.lightbox-opend{
    z-index: 99999;
}
.list-2-item:nth-child(2n+1),
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}