/*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);
    }
}

/*Fix*/
#header .vc_section[data-vc-full-width],
#header .vc_row[data-vc-full-width]{
    overflow: inherit !important;
}
.remove-overflow{
    overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0;
}

.sidebar.sidebar-right{
    margin-top: 30px;
}
.adv-info1 > p,
.top-profile li > div > p{
    margin-bottom: 0;
}
body{
    background: #fafafa;
}
.newsletter-form input[type="email"] {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0 0 3px;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    max-width: 300px;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
}
.copyright-design {
    border-top: 0;
}
.social-payment{
    margin-top: 0;
    border-top: 0;
}
.list-footer-box{
    margin-bottom: 30px;
}
.banner-top1 > div > div{
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.banner-background .wpb_column{
    position: static;
}
.banner-background .banner-info{
    margin: auto !important;
}
.product-extra-link > a{
    margin: 0 2px;
}
.list-adv2{
    padding: 0 7px;
}
.brand-slider2{
    background-image: none;
}
.popular-category .desc{
    padding-bottom: 50px;
}
.item-deal3 .product-price{
    width: 90px;
}
.item-deal3.info-left .product-price {
    right: -45px;
}
.item-deal3.info-right .product-price {
    left: -45px;
}
/*.item-deal3 .product-info{
    height: 150px;
    padding-top: 60px;
}*/
.item-deal3:hover .product-info{
    padding-top: 0;
}
.product-extra-link2 > a > span{
    display: none;
}
.item-collect3 .shop-button{
    margin-top: 12px;
}
.banner-advs2 .banner-info p a{
    font-size: 14px;
}
.social-footer4 .newsletter-intro,
.newsletter-box4 .newsletter-intro {
    margin: 0 0 17px;
}
.footer4 .copyright-design {
    margin-top: 0; 
}
.footer4 .list-footer-box {
    margin-bottom: 40px;
}
.top-banner4 .list-inline-block li {
    margin: 0 10px;
    vertical-align: middle;
}
.vc_row.top-banner4{
    margin-left: 0;
    margin-right: 0;
}
.top-banner4.banner-background {
    padding: 20px 15px;
}
.item-adv4 .banner-info{
    height: auto;
}
.product-price > span {
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    margin: 0 2px;
    color: #ff607c;
}
.testimo-box4{
    background-image: none;
}
.testimo-slider4{
    margin-top: 0;
}
.testimo-slider4 > div{
    margin-top: 40px;
}
.footer5 {
    background: #f6fafb;
}
.testimo-slider4{
    margin-bottom: 25px;
}
.product-bestsale5 .title-box5{
    padding-bottom: 8px;
    margin-top: 0px;
}
.title-box5.text-left span {
    padding-left: 15px;
}
.blog-slider5 .title-box5{
    margin-bottom: 20px;
}
.post-list-info > li{
    display: inline;
}
.item-post-list .post-info .desc{
    margin-top: 10px;
}
.pagi-nav-bar .page-numbers{
    display: inline-block;
    border-radius: 50%;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border: 1px solid transparent;
}
.pagi-nav-bar .page-numbers.current {
    color: #ff607c;
    border-color: #ff607c;
}
.pagi-nav-bar .page-numbers.next,
.pagi-nav-bar .page-numbers.prev{
    padding: 0;
    text-align: center;
    width: 30px;
    margin: 0 20px;
    height: 30px;
    line-height: 30px;
    background: #ff607c;
    display: inline-block;
    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;
}
.pagi-nav-bar .page-numbers.next:hover,
.pagi-nav-bar .page-numbers.prev:hover {
    background: #f4ca49;
}
.sidebar > div:not(.sidebar-shop) .widget{
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-post-list.border:hover,
.sidebar > div:not(.sidebar-shop) .widget:hover{
    border-color: transparent;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.item-post-list.border{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
} 
.post-list-info a{
    color: #999;
}
.post-list-info a:hover{
    color: #ff607c;
}
.widget-title::after{
    top: 5px;
}
.form-control{
    border-color: #e5e5e5;
}
.sidebar .widget > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar .widget ul li{
    padding: 3px 0;
}
.sidebar .widget ul li:last-child{
    padding-bottom: 0;
}
.sidebar .widget ul li:first-child{
    padding-top: 0;
}
.sidebar .widget{
    color: #555;
}
.main-wrap-content .blog-list-post {
    margin-bottom: 20px;
}
.leave-comments {
    padding: 0;
}
.single-leave-comment p.form-submit .shop-button{
    border: 0;
}
.single-leave-comment p.form-submit,
.form-leave-comment .logged-in-as,
.comment-reply-title {
    padding: 0 15px;
}
.comment-reply-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.form-leave-comment .logged-in-as{
    margin-bottom: 10px;
}
.latest-news.related-post {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
    margin-bottom: 0;
}
.select-box label {
    margin: 6px 5px;
}
.sort-pagi-bar {
    min-height: 56px;
}
.shop-page.content-page{
    padding-bottom: 50px;
}
.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%;
}
.woocommerce .item-product1 .product-extra-link{
    position: absolute;
}
.list-col-item.list-full-item{
    padding: 0;
    float: none;
}
.category .bread-crumb a:last-child::after{
    display: none;
}
/*.single .bread-crumb a:last-child::after{
    display: inline-block;
}*/
.yith-wcwl-add-button{
    display: none !important;
}
.product-price > span.percent-sale{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
input.qty-val{
    border: 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
.woocommerce div.product form.cart div.quantity{
    margin-right: 6px;
    border-radius: 6px;
}
.woocommerce .detail-info .product-extra-link {
    margin: 30px -3px;
}
.woocommerce a.button.alt,
.woocommerce-product-search input[type="submit"],
.error-404 .search-widget .btn-search,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button{
    background: #ff607c;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 0;
    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;
}
.woocommerce a.button.alt:hover,
.woocommerce-product-search input[type="submit"]:hover,
.error-404 .search-widget .btn-search:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover{
    background: #f4ca49;
    color: #fff;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
}
.woocommerce-Reviews-title{
    margin: 0 0 18px;
    text-transform: inherit;
    font-size: 14px;
    font-weight: 700;
}
.detail-descript > h2:first-child{
    display: none;
}
.woocommerce #reviews h3{
    margin: 0 0 18px;
    text-transform: inherit;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
}
input,
textarea,
select{
    border-color: #e5e5e5;
}
.woocommerce p.stars a{
    color: #f4d632;
}
.woocommerce-Reviews input{
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 40px;
    max-width: 400px;
    padding: 0 15px;
    width: 100%;
}
.woocommerce-Reviews input[type="submit"]{
    max-width: inherit;
    width: auto;
}
.woocommerce-Reviews textarea {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    max-height: 120px;
    padding: 10px 15px;
    width: 100%;
}
.woocommerce-Reviews .comment-form > p > label{
    font-weight: 400;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
}
.woocommerce-Reviews .comment-form > p{
    margin-bottom: 10px;
    min-height: 40px;
    padding-left: 105px;
    position: relative;
}
.woocommerce-Reviews .comment-form > p.comment-notes{
    padding-left: 0;
}
.woocommerce #review_form #respond p.stars{
    padding-top: 10px;
}
.woocommerce p.stars a{
    font-size: 16px;
}
.error-404.not-found{
    padding: 60px 0 20px;
    text-align: center;
}
.error-404.not-found input{
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}
.entry-content-page{
    padding: 20px;
    margin-bottom: 10px;
}
.entry-content-page.no-padding{
    padding: 0;
}
.content-page .container > .row > div{
    margin-top: 30px;
    z-index: 1;
}
.bread-crumb{
    margin-bottom: 0;
}
.title-page-blog {
    margin-top: 30px;
    margin-bottom: 0;
}
.product-popup-content {
    padding: 15px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 100px;
    border-radius: 6px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: auto;
    border-radius: 50%;
    border-color: transparent;
    width: 70px;
    padding: 0;
    border: 0;
}
.detail-extra .product_meta > span{
    display: block;
    margin-bottom: 5px;
}
.detail-extra .product_meta > span span,
.detail-extra .product_meta > span a{
    color: #999;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    padding: 20px 20px 5px;
}
.woocommerce .star-rating span,
.woocommerce .star-rating:before{
    color: #f4d632
}
.woocommerce table.shop_attributes td {
    padding: 0 8px;
}
.default-attribute select{
    height: 38px;
    border-color: #e5e5e5;
    border-radius: 6px;
}
.woocommerce div.product form.cart .variations label{
    text-transform: capitalize;
}
.attr-product .list-filter,
.attr-detail-box {
    margin: 7px -3px 15px;
}
.woocommerce div.product form.cart .variations select {
    margin-right: 0;
    padding: 0 8px;
    max-width: 100%;
    min-width: 100%;
}
.special .default-attribute{
    display: none;
}
.single-product .variations .type-label .swatch-label{
    color: #686868;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    line-height: 24px;
    display: inline-block;
    font-size: 16px;
}
/* .single-product .variations .type-label .swatch-label-box:not(:last-child) .swatch-label:after{
    content: ",";
} */
.single-product .variations .type-label .swatch-label-box:hover .desc{
    color: #333333;
}
.single-product .variations .type-label .swatch-label:hover,
.single-product .variations .type-label .swatch-label.selected
{
    color: #ff607c;
    /* text-decoration: underline; */
}
.single-product .variations .type-label .swatch-label:last-child{
    margin-right: 0px;
}
.attr-product .list-filter a {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 3px 8px;
    text-align: center;
    text-transform: uppercase;
    min-width: 40px;
    padding: 0 8px;
    background: #fff;
}
.attr-product .list-filter>li{
    padding: 0 2px;
    vertical-align: top;
}
.variations .tawcvs-swatches{
    display: flex;
    flex-wrap: wrap;
}
.variations .tawcvs-swatches .swatch.swatch-label{
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 3px 8px;
    text-align: center;
    text-transform: uppercase;
    min-width: 40px;
    padding: 0 8px;
    background: #fff;
}
.variations .tawcvs-swatches .swatch.swatch-label{
    padding: 0 10px;
    vertical-align: top;
}
.gallery-control{
    text-align: center;
}
.gallery-control .shop-button{
    padding: 0px 12px;
    height: 30px;
    line-height: 30px;
}
.gallery-control .shop-button:active{
    color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #ff607c;
}
.woocommerce #review_form #respond p.form-submit{
    margin: 0;
}
.list-filter li.active a::after {
    bottom: -10px;
    color: rgb(255, 255, 255);
    content: "";
    font-family: fontawesome;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    width: 20px;
    border-radius: 50%;
    background: #ff607c;
    font-size: 14px;
}
.attr-product .list-filter a{
    position: relative;
}
.social-detail a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}
.social-detail a.share-fb{
    background: #39599f;
}
.social-detail a.share-twi{
    background: #45b0e3;
}
.social-detail a.share-gplus{
    background: #e9483e;
}
.sidebar-shop .widget .widget-title{
    padding: 20px 0;
}
.content-about {
    margin-top: 55px;
}
.content-about h2.title30 {
    margin-bottom: 25px;
}
.content-about p.blockquote{
    margin-bottom: 60px !important;    
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-body,
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-container .accordion-about .vc_tta-panel.vc_active .vc_tta-panel-heading{
    background-color: transparent !important;
    border: 0 !important;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-heading{
    margin-bottom: 10px !important;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 15px 12px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    min-height: 40px;
    color: #333;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-title>a span{
    margin-left: 0 !important;
}
.vc_tta.vc_tta-accordion.accordion-about .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
    right: 0;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-title {
    min-height: 40px;
    padding-left: 50px;
}
.vc_tta-container .accordion-about .vc_tta-icon {
    position: absolute;
    left: -50px;
    top: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px !important;
    font-size: 18px !important;
    background: #ff607c;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-body{
    padding: 0;
    color: #555;
}
.accordion-about{
    margin-right: 50px;
}
.row-padding{
    padding: 0 15px;
}
.vc_tta-container .accordion-contact .vc_tta-panel .vc_tta-panel-title>a{
    font-size: 14px;
}
.vc_tta-container .accordion-contact .vc_tta-controls-icon::after,
.vc_tta-container .accordion-contact .vc_tta-controls-icon::before{
    border-color: #ff607c !important;
}
.vc_tta-container .accordion-contact .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #ff607c !important;
}
.vc_tta-container .accordion-contact .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border: 0;
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
}
.vc_tta-container .accordion-contact .vc_tta-panel .vc_tta-panel-body{
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.contact-form input[type="email"] {
    height: 40px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #999;
    padding: 0 20px;
    margin-bottom: 10px;
}
.sidebar-shop .widget-title::after {
    top: 18px;
}
.sidebar-shop .widget {
    padding: 5px 0 20px;
    margin-bottom: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    border: medium none;
    border-radius: 6px;
    cursor: pointer;
    height: 16px;
    margin: 0 -8px;
    top: -6px;
    width: 16px;
    background-color: #ff607c;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #ff607c;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(255,96,124,.2);
    margin: 10px 6px 30px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 4px;
}
.widget_layered_nav .wc-layered-nav-term > a::before {
    border: 1px solid #e5e5e5;
    content: "";
    font-family: fontawesome;
    height: 20px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 20px;
}
.woocommerce .widget_layered_nav ul li.wc-layered-nav-term > a {
    padding-left: 30px;
    position: relative;
}
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before{
    content: "\f00c";
    color: #ff607c;
    font-family: fontawesome;
}
.screen-reader-text{
    display: none;
}
.search-field{
    border: 1px solid #e5e5e5;
    height: 40px;
    width: 126px;
    padding: 0 8px;
    border-radius: 6px;
}
.widget .tagcloud a{
    font-size: 14px !important;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 5px;
}
.widget .tagcloud a:hover{
    border-color: #ff607c;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 70px;
    border-radius: 6px;
}
.woocommerce ul.product_list_widget li .star-rating {
    margin-bottom: 6px;
    margin-top: 4px;
}
ul.product_list_widget .product-price {
    margin: 0 -2px 0px;
}
ul.product_list_widget .product-price > span,
ul.product_list_widget .product-price ins {
    font-size: 18px;
}
.sidebar .widget ul.product_list_widget li{
    padding: 10px 0;
}
.sidebar .widget ul.product_list_widget li:first-child{
    padding-top: 0;
}
.sidebar .widget ul.product_list_widget li:last-child{
    padding-bottom: 0;
}
.sidebar .widget.widget_layered_nav_filters ul li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.yith-woocompare-widget .clear-all{
    background: #ff607c;
    display: inline-block;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 0;
    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;
}
.yith-woocompare-widget .clear-all:hover{
    background: #f4ca49;
    color: #fff;
}
.sidebar .widget.yith-woocompare-widget > ul.products-list{
    margin-bottom: 20px;
}
.widget_sv_category_fillter li > a,
.widget .list-filter li > a {
    padding-left: 30px;
    position: relative;
}
.widget_sv_category_fillter li > a::before,
.widget .list-filter li > a::before {
    border: 1px solid #e5e5e5;
    content: "";
    font-family: fontawesome;
    height: 20px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 20px;
}
.widget_sv_category_fillter li > a.active::before,
.widget .list-filter li > a.active::before {
    content: "\f00c";
    color: #ff607c;
}
.sidebar-shop .widget.widget_product_search {
    padding: 20px 0;
}
.logo h1{
    text-transform: uppercase;
    font-weight: bold;
}
.main-nav.main-nav1 {
    padding-left: 0; 
    text-align: center;
}
.widget ul.children{
    list-style: none;
}
.widget #menu-testing-menu{
    padding: 0;
    list-style: none;
}
.widget ul.sub-menu{
    padding-left: 16px;
    list-style: none;
}
.latest-news-slider .post-thumb{
    text-align: center;
}
.entry-content-page > .title30{
    margin-bottom: 20px;
}
/*.widget:not(.sidebar-shop) .widget-title{
    margin-bottom: 20px;
}*/
.item-comment{
    width: 100%;
}
.comment-list ul.children {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 50px;
}
.default-footer{
    background: #fff;
}
.header-default{
    background: #fff;
    /*margin-bottom: -48px;*/
}
.woocommerce-Reviews .comment-reply-title{
    padding: 0;
}
.shop-button.bg-white {
    background-color: #fff;
}
.product-extra-link > a:hover{
    color: #fff;
}
.banner-slider2 .owl-theme .owl-controls .owl-page span{
    background: #f4ca49;
    opacity: 0.2;
}
.banner-slider2 .owl-theme .owl-controls .owl-page.active span{
    opacity: 1;
}
.main-nav.style2>ul>li.current-menu-ancestor>a {
    background: #ff607c;
}
.main-nav.main-nav3>ul>li.current-menu-ancestor>a{
    background: #ff607c;
}
.main-nav.style2>ul>li.current-menu-ancestor>a::after,
.main-nav.main-nav3>ul>li.current-menu-ancestor>a::after{
    color: #ff607c;
}
.item-deal3:hover .product-price > span{
    color: #ff607c;
}
.title-box2 span::before, .title-box2 span::after{
    background-color: #f4ca49;
    opacity: 0.04;
}
.main-nav>ul>li.current-menu-ancestor:hover>a{
    color: #fff;
}
.main-nav>ul>li.current-menu-ancestor>a{
    background: #f4ca49;
    color: #fff;
}
.main-nav>ul>li.current-menu-ancestor>a::after{
    color: #f4ca49;
}
.sm-style2 .shop-button:hover{
    background-color: #f4ca49;
}
.sm-style2 .shop-button{
    background-color: #ff607c;
}
.list-mini-cart-item li {
  border-bottom: 1px solid #e9e9e9;
  display: table;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.mini-cart-edit {
    position: absolute;
    top: 40%;
    right: -4px;
}
.mini-cart-edit a {
  color: #999;
  display: block;
  margin-right: 5px;
}
.mini-cart-thumb {
    display: table-cell;
    width: 80px;
    vertical-align: top;
}
.mini-cart-info h3 {
  font-size: 14px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.mini-cart-info{
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}
.list-mini-cart-item {
    margin-top: 0px;
    margin-bottom: 16px;
}
.mini-cart-button{
    margin-top: 15px;
}
.mini-cart-price{
    color: #ff607c;
    font-weight: bold;
    font-size: 18px;
}
.product_list_widget .product-title{
    white-space: normal;
}
.woocommerce ul.product_list_widget li a{
    font-weight: normal;
}
.vc_section[data-vc-full-width]>.vc_row.section-white6{
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.section-white6{
    background: #fff;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.main-header6{
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-header6 .logo {
    left: 5px;
    position: absolute;
    top: -65px;
}
.fixed-header.main-nav.main-nav6{
    border-bottom: 0;
    padding-bottom: 0;
}
.home6-content2{
    margin-bottom: 60px;
}
.page-template-visual-temlpate #main-content{
    z-index: 8;
    position: relative;
}
.footer6{
    margin-top: -50px;
}
.scroll-top{
    z-index: 9999;
}
.banner-slider7 {
    margin-bottom: 100px;
}
.search-form.search-form8{
    z-index: 999;
    min-height: 59px;
    right: 15px;
    background: #ff607c;
}
.main-nav.main-nav8{
    /*z-index: 998;*/
}
.mini-cart-content{
    z-index: 9999;
}
.search-form8-wrap{
    position: relative;
}
.header-nav > div{
    z-index: 9;
}
.content-top8{
    z-index: 8;
}
.item-blog7.table {
    margin-bottom: 28.5px;
    padding-bottom: 28.5px;
}
.footer.style2{
    margin-top: 0;
}
li.current-menu-item > a{
    color: #ff607c;
}
.main-nav.main-nav6 > ul > li.current-menu-item:hover > a,
.main-nav.main-nav6 > ul > li.current-menu-ancestor:hover > a{
    color: #fff;
}
/*.main-nav .has-mega-menu .sub-menu{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 20px 5px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 985px;
    z-index: 99;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}*/
.main-nav li.has-mega-menu{
    position: static;
}
/*.main-nav > ul > li.has-mega-menu .sub-menu > li > a{
    border: 0;
}
.main-nav > ul > li.has-mega-menu .sub-menu > li {
    padding: 0 15px;
}
.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;
}*/
/*Woo page*/
/*Cart*/
.woocommerce table.shop_table{
    border-collapse: collapse;
    padding: 0;
    background: #fff;
}
.woocommerce table.shop_table .detail-qty{
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart table.cart td.product-remove{
    width: 50px;
}
.woocommerce-cart table.cart td.product-thumbnail{
    text-align: center;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 70px;
}
.cart_totals > h2{
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    height: 40px;
    min-width: 150px;
    border-color: #e5e5e5;
    border-radius: 6px;
}
.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;
    padding: 0 20px;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{
    background-color: #ff607c;
    color: #fff;
}
.woocommerce table.shop_table th {
    padding: 12px 12px;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th{
    border-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    background: #ff607c;
    padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    width: 100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    background: #f4ca49;
}
/*Checkout*/
form.woocommerce-checkout input.input-text,
form.woocommerce-checkout input[type="text"],
form.woocommerce-checkout textarea,
form.woocommerce-checkout select{
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 8px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    background: #ff607c;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover{
    background: #f4ca49;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.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;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #f4ca49;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #ff607c;
}
.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: #ff607c;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #f4ca49;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 6px;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #ff607c;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
}

/*End Woo page*/
.single-adv.banner-advs{
    text-align: center;
}
.post-date-comment .comment-reply i.fa,
.post-date-comment .comment-reply:hover{
    color: #ff607c;
}
.newsletter-box{
    background-size: auto 100% !important;
}
.sidebar-home4 > div {
    margin-bottom: 0;
}
.sidebar-home4 > .vc_column-inner > .wpb_wrapper > div {
    margin-bottom: 30px;
}
.main-nav.main-nav1 > ul.menu{
    display: inline-block;
}
.archive .main-wrap-shop,
.post-type-archive-product .main-wrap-shop{
    z-index: 1;
}
.product-extra-link2 > a{
    position: relative;
}
.product-extra-link2 > a > span {
    background: rgba(51, 51, 51, 0.9);
    color: #fff;
    font-size: 12px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-left: -19px;
    margin-top: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    visibility: hidden;
    width: 100px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: block;
}
.product-extra-link2 > a:hover > span {
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
}
.product-extra-link2{
    z-index: 9;
}
.product-extra-link2 > a > span::before {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    border-bottom: 4px solid rgba(51, 51, 51, 0.9);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    left: 50%;
    margin-left: -2px;
    content: "";
}
.widget .widget_shopping_cart_content .title18{
    font-size: 14px;
}
.sidebar .widget ul.list-mini-cart-item li:last-child {
    padding-bottom: 20px; 
}
.sidebar .widget ul.list-mini-cart-item li:first-child {
    padding-top: 20px; 
}
.sidebar .widget_shopping_cart .shop-button{
    padding: 0 15px;
}
.item-about-service > a:hover{
    color: #fff;
}
.item-product-filter .product-extra-link {
    bottom: 10px;
}
.preload #loading {
    background-color: #ff607c;
}
.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%);
}
.mega-list-pages > h3{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 7px;
    margin: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.mega-list-pages > h3 > span:after{
    bottom: -10px;
}
.mega-list-pages{
    text-align: left;
}
.mega-list-pages ul{
    padding: 0;
    list-style: none;
}
.mega-list-pages ul li a{
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 10px 0;
}
.mega-list-pages ul li:last-child a{
    border-bottom: 0;
    padding-bottom: 0;
}
.main-nav .sub-menu{
    border-top: 3px solid transparent;
    background-clip: padding-box;
}
.main-nav li.menu-item-has-children:hover > .sub-menu{
    margin-top: -3px;
}
.range-filter .slider-range{
    margin: 5px 8px 30px;
}
.style-border.item-product1 .product-thumb {
    border-bottom: 1px solid #f5f5f5;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 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;
}
.social-detail a:hover{
    color: #fff;
}
.detail-gallery.style5 .social-detail,
.detail-gallery.style2 .social-detail{
    padding-left: 0;
}
.gallery-control .carousel li{
    height: 70px;
}
.zoomContainer{
    z-index: 9;
}
.fancybox-lock .zoomContainer{
    z-index: 999998;
}
.fancybox-lock .detail-gallery .fancybox-media.shop-button{
    z-index: 999999;
}
.style3 .wrap-detail-gallery{
    padding-left: 0;
}
.detail-info{
    position: relative;
}
.detail-info.style5{
    margin-left: 0;
}
.style5 .wrap-detail-gallery {
    padding: 0;
    margin: 0;
}
.woocommerce div.product .style5 form.cart .button.single_add_to_cart_button{
    margin-top: 25px;
}
.group_table{
    width: 100%;
}
.group_table tr{
    border-bottom: 1px solid #e5e5e5;    
}
.woocommerce div.product form.cart .group_table tr:first-child td{
    padding-top: 0;
}
.woocommerce div.product form.cart .group_table td{
    padding-bottom: 20px;
    padding-top: 20px;
}
.woocommerce div.product .list-product-group form.cart{
    margin: 0;
}
.woocommerce .list-product-group .single_add_to_cart_button{
    margin-top: 20px;
}
.woocommerce div.product form.cart .group_table td:first-child{
    width: 100px;
    padding-right: 0;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding-left: 20px;
}
.woocommerce div.product form.cart .group_table td.group-qty{
    width: 140px;
    padding-right: 0
}
.woocommerce .detail-info .variations_form .product-extra-link{
    margin-top: -20px;
}
.des-excerpt{
    margin-bottom: 10px;
}
.list-col-item .item-product1{
    margin: 0;
}
.list-col-item .item-product-filter,
.grid-shop .item-product{
    margin: 0 0 30px;
    background: #fff;
    padding-bottom: 30px;
}
.woocommerce .item-product-filter div.product.product-extra-link{
    position: absolute;
}
.detail-countdown{
    margin-bottom: 25px;
}
/*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;
}
.fixed-header.main-nav.main-nav8,
.fixed-header .main-nav.main-nav8,
.fixed-header .main-nav.main-nav1,
.fixed-header.main-nav.main-nav1{
    margin-bottom: 0;
}
.fixed-header.main-nav{
    border-radius: 0 !important;
}
.product-price > span,
.product-price ins{
    font-size: 16px;
}
.entry-content-page .vc_row:first-child .wpb_column,
.entry-content .vc_row:first-child .wpb_column{
    z-index: 1;
}
.related-slider .list-col-item.list-full-item,
.related-slider .list-col-item{
    padding: 0 15px;
}
.detail-info .percent-sale{
    margin-top: 0;
}
.logo-center .logo{
    text-align: center;
}
iframe{
    border: 0;
}
.block-top100{
    margin-top: 100px;
}
.block-top50{
    margin-top: 50px;
}
.block-bottom100{
    margin-bottom: 100px;
}
.block-bottom50{
    margin-bottom: 50px;
}
.title-box1{
    padding-bottom: 30px;
}
/*Grid element*/
.vc_gitem-post-data-source-post_excerpt{
    max-height: 56px;
    overflow: hidden;
}
.vc_grid .vc_gitem-link.vc_btn3-style-outline,
.vc_grid .vc_gitem-link.vc_general.vc_btn3{
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    border-bottom-style: none;
}
.has-image-preview{
    position: relative;
}
.box-slider {
    padding: 24px 10px;
}
.box-slider .list-inline-block {
    margin-top: 45px;
}
.box-adv4 {
    padding: 27px 10px 27px;
}
.box-adv4 .adv-info p {
    margin-bottom: 16px;
}
.main-nav.main-nav  > ul > li > a{
    line-height: 29px;
}
/*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: #f4ca49 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: #ff607c;
}
.wishlist-button a:last-child:hover{
    background: #f4ca49;
    color: #fff;
}
.wishlist-button a:hover{
    background: #ff607c;
    color: #fff;
}
/*End Wishlist Popup*/
.mc4wp-form select{
    display: none;
}
.content-popup .mc4wp-form select{
    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%;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.item-deal3 .product-price > span{
    font-size: 14px;
    display: block;
    color: #fff;
}
.item-deal3 .product-price .slipt{
    line-height: 3px;
    height: 3px;
}
.item-product-filter .product-extra-link > a:active{
    color: #fff;
}
.content-top9 .sidebar-home4 > .vc_column-inner > .wpb_wrapper > div {
    margin-bottom: 0;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: left;
}
.woocommerce table.wishlist_table .product-price del::after{
    top: 8px;
}
.woocommerce a.remove.remove_from_wishlist{
    width: 100%;
}
.main-nav.main-nav1.main-nav4 {
    text-align: inherit;
}
.top-service.service9{
    background: #fff;
    margin: 0 0 30px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.list-mini-cart-item{
    max-height: 363px;
    overflow: hidden;
}
.inner-collect3{
    border: 0;
}
.wrap-banner3{
    margin-bottom: 65px;
}
.wrap-banner3 .brand-slider2.brand-slider3{
    margin-bottom: 0;
}
.mini-cart-content{
    padding: 30px 10px;
}
.mini-cart-content .widget_shopping_cart_content > h2,
.mini-cart-content .widget_shopping_cart_content .widget_shopping_cart_content > div,
.mini-cart-main-content > ul.list-mini-cart-item:not(.mCustomScrollbar),
.widget_shopping_cart_content > ul.list-mini-cart-item:not(.mCustomScrollbar),
.mini-cart-content > h2,
.mini-cart-content > div{
    padding: 0 10px;
}
.mini-cart-content > div.widget_shopping_cart_content{
    padding: 0;
}
.mini-cart-content .mCustomScrollBox{
    padding: 0 10px;
}
/*Add cart message*/
.add-cart-message{
    background: #ff607c;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    border: none;
    position: fixed;
    top: 150px;
    left: 100%;
    width: 100px;
    min-height: 100px;
    max-height: 100px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 9999;
    overflow: hidden;
    animation: slide-in, slide-out;
    animation-duration: 1.5s, 1.5s;
    animation-delay: .5s, 4.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: #FFF;
    font-size: 16px;
}
.add-cart-message .product_notification_wrapper{
    cursor: pointer;
}
.add-cart-message .product_notification_wrapper .product_notification_background{
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a.view-cart-noti{
    display: block;
    color: #fff !important;
    text-decoration: underline;
}
.add-cart-message .product_notification_wrapper .product_notification_text{
    padding: 20px;
    margin-left: 100px;
    color: #FFF;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: .5s, .5s;
    animation-fill-mode: forwards;
}
@keyframes slide-in{
    0%{
        transform:translateX(800px);
        width:100px;
        max-height:100px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.2)
    }
    50%{
        transform:translateX(-490px);
        width:100px;
        max-height:100px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.2)
    }
    75%{
        transform:translateX(-490px);
        width:400px;
        max-height:100px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.2)
    }
    100%{
        transform:translateX(-490px);
        width:400px;
        max-height:500px;
        box-shadow:0px 0px 40px -10px rgba(0, 0, 0, 0.5)
    }
}
@keyframes slide-out{
    0%{
        transform:translateX(-490px);
        width:400px;
        max-height:500px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.5)
    }
    50%{
        transform:translateX(-490px);
        width:400px;
        max-height:
        100px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.2)
    }
    75%{
        transform:translateX(-490px);
        width:100px;
        max-height:100px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.2)
    }
    100%{
        transform:translateX(800px);
        width:100px;
        max-height:100px;
        box-shadow:0px 0px 40px -10px rgba(0,0,0,0.2)
    }
}
@keyframes opacity_text_in{
    0%{
        opacity:0
    }
    80%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes opacity_text_out{
    0%{
        opacity:1
    }
    80%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
/*End*/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background-image: none;
}
.item-deal3 .product-price.simple > span {
    margin-top: 10px;
}
.main-nav .mega-menu {
    border-top: 3px solid transparent;
    background-clip: padding-box;
}
.main-nav > ul > li.has-mega-menu:hover .mega-menu {
    margin-top: -3px;
}
.item-product3 .product-price > span,
.item-product3 .product-price ins {
    font-size: 16px;
}
.item-product3 .product-info{
    z-index: 9;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 14px;
}
.list-post-comment p.form-submit{
    padding: 0 15px;
}
.list-post-comment .comment-respond{
    margin: 0 -15px;
}
.search-notfound .btn-search{
    display: inline-block;
    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;
    background: #ff607c;
}
.search-notfound .btn-search:hover{
    background: #f4ca49;
}
.sidebar-mobile{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    text-align: center;
    position: absolute;
    right: -50px;
    top: 0;
    border-left: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); 
    line-height: 50px;
    cursor: pointer;
    display: none;
}
.sidebar-mobile .icon-close{
    display: none;
}
.related-product .title18 {
    margin-bottom: 17px;
}
.related-post.latest-news .title18 {
    margin-bottom: 22px;
}
li.comment .comment-respond{
    margin-bottom: 30px;
}
.main-nav > ul > li.has-mega-menu:hover .mega-menu{
    z-index: 999;
}
.mini-cart-content,
.mega-menu,
.main-nav>ul li >.sub-menu{
    pointer-events:none;
}
.mini-cart-box:hover .mini-cart-content,
.main-nav > ul > li.has-mega-menu:hover .mega-menu,
.main-nav > ul li:hover > .sub-menu{
    pointer-events: inherit;
}
/*Fix carousel item load*/
.smart-slider:not(.owl-carousel):after{
    content: " ";
    display: table;
    clear: both;
}
.smart-slider:not(.owl-carousel) > div{
    float: left;
    width: 100%;
    /*display: block !important;*/
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
/*End*/
input[type=checkbox]{
    height: 25px;
    width: 16px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    margin: auto !important;
    margin-right: 10px;
    display: inline-block;
}
label.checkbox > span{
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin-left: 25px;
}
/*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: #ff607c;
    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: #f4ca49;
    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: #ff607c;
}
#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*/
.header-page .top-header{
    z-index: 999;
}
.header-page .main-header{
    z-index: 2;
}
.woocommerce-ordering {
    z-index: 9;
}
.widget_product_search input[type="search"]{
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0 6px;
}
.top-header.style2 .top-profile li p > a:hover {
    color: #f4ca49;
}
.shop-countdown{
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
}
.shop-countdown .days-countdown .time_circles > div{
    background: rgba(255,255,255,0);
    margin-left: -10px;
}
.shop-countdown .days-countdown .time_circles > div:last-child{
    margin-left: -18px;
}
.shop-countdown .days-countdown .number{
    display: inline-block;
    font-size: 18px;
}
.shop-countdown .days-countdown {
    max-width: 100%;
}
.shop-countdown .days-countdown .time_circles > div::after{
    content: ":";
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
}
.shop-countdown .days-countdown .time_circles > div:last-child::after{
    display: none;
}
.show-percent > span{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    top: 61px;
    background: #f85e59;
    position: relative;
    display: inline-block;
}
.show-percent > span label{
    margin-bottom: -7px;
}
.language-current img{
    margin-right: 10px;
}
.language-list li.active a,
.list-profile li.active a,
.currency-list li.active a {
    background: #ff607c;
    color: #fff;
}
.sidebar-element .widget-inner-content{
    padding-top: 25px;
}
.shop-button-grid{
    color: #FFF;
    border-color: #F90;
    background-color: #F90;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 4px;
}
.shop-button-grid i{
    margin-left: 5px;
}
.shop-button-grid:hover{
    color: #f7f7f7;
    border-color: #e08700;
    background-color: #e08700;
}
.item-simple .product-price{
    margin-bottom: 25px;
}
.item-simple .desc{
    font-size: 18px;
    margin-bottom: 5px;
}
.header-page .header-nav {
    z-index: 1;
}
.header-page{
    position: relative;
    z-index: 10;
}
.acc-text{
    color: #fff;
}
.acc-text:hover{
    color: #fff;
    text-decoration: underline;
}
.dark .acc-text{
    color: #555;
}
.product-grid-filter .col-md-4:nth-child(3n+1){
    clear: both;
}
/* fix css */
.list-filter span.smoke{
	display: none;
}