/*-------------------------/*
[Table of contents]
[Color codes]
    background-color: #ffffff
    Body Color: #666666
    Accent color: #ff3366
[Typography]
    Body: 14px/24px, "Arial", sans-serif
    Heading: "Arial", sans-serif
    Input, textarea: 14px/24px "Arial", sans-serif
[Component module]
    AUTO CLEAR
    BANNER EFFECT
    BODY DATAS
    HEADER STYLE
    PAGINATIONS
    BREADCRUMBS
    POST SINGLE
    WIDGET STYLE
    INNER PAGES
    SHORT CODE
    FOOTER
    REPONSIVE
/*-------------------------*/

/*----------------------------AUTO CLEAR--------------------------------*/
@media (min-width:1200px){
    .auto-clear .vc_col-lg-1:nth-child(12n+1),
    .auto-clear .vc_col-lg-2:nth-child(6n+1),
    .auto-clear .vc_col-lg-15:nth-child(5n+1),
    .auto-clear .vc_col-lg-3:nth-child(4n+1),
    .auto-clear .vc_col-lg-4:nth-child(3n+1),
    .auto-clear .vc_col-lg-6:nth-child(odd){clear:both;}
}
@media (min-width:1500px){
    .auto-clear .col-bg-1:nth-child(12n+1),
    .auto-clear .col-bg-2:nth-child(6n+1),
    .auto-clear .col-bg-15:nth-child(5n+1),
    .auto-clear .col-bg-3:nth-child(4n+1),
    .auto-clear .col-bg-4:nth-child(3n+1),
    .auto-clear .col-bg-6:nth-child(odd){clear:both;}
}
@media (min-width:1200px) and (max-width:1499px){
    .auto-clear .col-lg-1:nth-child(12n+1),
    .auto-clear .col-lg-2:nth-child(6n+1),
    .auto-clear .col-lg-15:nth-child(5n+1),
    .auto-clear .col-lg-3:nth-child(4n+1),
    .auto-clear .col-lg-4:nth-child(3n+1),
    .auto-clear .col-lg-6:nth-child(odd){clear:both;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .vc_col-md-1:nth-child(12n+1),
    .auto-clear .vc_col-md-2:nth-child(6n+1),
    .auto-clear .vc_col-md-15:nth-child(5n+1),
    .auto-clear .vc_col-md-3:nth-child(4n+1),
    .auto-clear .vc_col-md-4:nth-child(3n+1),
    .auto-clear .vc_col-md-6:nth-child(odd),
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-15:nth-child(5n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd){clear:both;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .vc_col-sm-1:nth-child(12n+1),
    .auto-clear .vc_col-sm-2:nth-child(6n+1),
    .auto-clear .vc_col-sm-15:nth-child(5n+1),
    .auto-clear .vc_col-sm-3:nth-child(4n+1),
    .auto-clear .vc_col-sm-4:nth-child(3n+1),
    .auto-clear .vc_col-sm-6:nth-child(odd),
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-15:nth-child(5n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd){clear:both;}
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-15:nth-child(5n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd){clear:both;}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1),
    .auto-clear .col-ts-2:nth-child(6n+1),
    .auto-clear .col-ts-15:nth-child(5n+1),
    .auto-clear .col-ts-3:nth-child(4n+1),
    .auto-clear .col-ts-4:nth-child(3n+1),
    .auto-clear .col-ts-6:nth-child(odd){clear:both;}
}
@media (max-width:767px){
    .auto-clear .vc_col-xs-1:nth-child(12n+1),
    .auto-clear .vc_col-xs-2:nth-child(6n+1),
    .auto-clear .vc_col-xs-15:nth-child(5n+1),
    .auto-clear .vc_col-xs-3:nth-child(4n+1),
    .auto-clear .vc_col-xs-4:nth-child(3n+1),
    .auto-clear .vc_col-xs-6:nth-child(odd){clear:both;}
}
/*-----------------------CUSTOM COL > 1500---------------------------*/
@media (min-width: 1500px){
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
    .col-bg-1,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9,
    .col-bg-10,
    .col-bg-11{float:left;}
    .col-bg-12{width:100%;}
    .col-bg-11{width:91.66666667%;}
    .col-bg-10{width:83.33333333%;}
    .col-bg-9{width:75%;}
    .col-bg-8{width:66.66666667%;}
    .col-bg-7{width:58.33333333%;}
    .col-bg-6{width:50%;}
    .col-bg-5{width:41.66666667%;}
    .col-bg-4{width:33.33333333%;}
    .col-bg-3{width:25%;}
    .col-bg-2{width:16.66666667%;}
    .col-bg-1{width:8.33333333%;}
}
/*-----------------------CUSTOM COL < 480---------------------------*/
@media (max-width: 479px) {
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11{float:left;}
    .col-ts-12{width:100%;}
    .col-ts-11{width:91.66666667%;}
    .col-ts-10{width:83.33333333%;}
    .col-ts-9{width:75%;}
    .col-ts-8{width:66.66666667%;}
    .col-ts-7{width:58.33333333%;}
    .col-ts-6{width:50%;}
    .col-ts-5{width:41.66666667%;}
    .col-ts-4{width:33.33333333%;}
    .col-ts-3{width:25%;}
    .col-ts-2{width:16.66666667%;}
    .col-ts-1{width:8.33333333%;}
}
/*-------------------------------Gallery-------------------------------*/
.gallery {
    margin-left: -5px;
    margin-right: -5px;
}
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 5px;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item {width: 100%; float: none;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33.3333%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16.6667%;}
.gallery-columns-7 .gallery-item {width: 14.2857%;}
.gallery-columns-8 .gallery-item {width: 12.5%;}
.gallery-columns-9 .gallery-item {width: 11.1111%;}
@media (min-width: 1200px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1){
        clear: both;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .main-container:not(.no-sidebar) .gallery .gallery-item{
        min-width: 25%;
    }
    .main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1),
    .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1){
        clear: both;
    }
}
@media (max-width: 991px) {
    .gallery .gallery-item{
        min-width: 25%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1){
        clear: both;
    }
}
@media (max-width: 767px) {
    .gallery .gallery-item{
        min-width: 33.33%;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1){
        clear: both;
    }
}
@media (max-width: 479px) {
    .gallery .gallery-item{
        min-width: 50%;
    }
    .gallery .gallery-item:nth-child(2n+1){
        clear: both;
    }
}
/*-----------------------Reset-vc_column-inner-------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
}
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.vc_separator * {
    display: block;
}
div.vc_separator .vc_sep_holder{
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line{
    height: auto;
    top: auto;
}
/*--------------------------BANNER EFFECT------------------------------*/
.effect{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
/* NORMAL */
.normal-effect::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: red;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.normal-effect:hover::after{
    opacity: 0.3;
}
.normal-effect.dark-bg::after{
    background-color: #000;
}
.normal-effect.light-bg::after{
    background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.plus-zoom:hover::before{
    right: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0.5);
}
.plus-zoom:hover::after{
    top: 50%;
    bottom: 50%;
    background-color: rgba(255,255,255,0.5);
}
/* BOUNCE IN */
.bounce-in:hover img{
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */
.border-zoom::before,
.border-zoom::after{
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.border-zoom::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
}
.border-zoom::after{
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after{
    opacity: 1;
}
.border-zoom:hover::after{
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
/* BORDER SCALE */
.border-scale{
    background-color: #000;
}
.border-scale::before,
.border-scale::after{
    content: '';
    position: absolute;
    z-index: 1;
    border-color: #fff;
    border-style: solid;
}
.border-scale::before,
.border-scale::after,
.border-scale img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.border-scale::before{
    left: 50%;
    right: 50%;
    top: 10px;
    bottom: 10px;
    border-width: 2px 0 2px 0;
}
.border-scale::after{
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: 10px;
    border-width: 0 2px 0 2px;
}
.border-scale:hover::before {
    left: 10px;
    right: 10px;
}
.border-scale:hover::after {
    top: 10px;
    bottom: 10px;
}
.border-scale:hover img {
    opacity: 0.7;
}
/*---------------------------SLICK SLIDER------------------------------*/
/* Slider */
.slick-slider{
    overflow: hidden;
}
.slick-list {
    margin: -15px;
    padding: 0;
}
.slick-track{
    margin-left: 0;
}
.slick-slide {
    padding: 15px;
}
.slick-slider .slick-arrow{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0,0,0,0.33);
    z-index: 1;
    cursor: pointer;
}
.slick-slider .slick-arrow:first-child{
    right: 29px;
}
.slick-vertical .slick-slide{
    border: none;
}
.slick-slider.nav-center{
    position: relative !important;
}
.slick-slider.nav-center>.slick-arrow{
    top: calc(50% - 15px);
    margin: 0;
    font-size: 30px;
    background-color: transparent;
    color: #999;
}
.slick-slider.nav-center>.slick-arrow:hover{
    background-color: transparent;
    color: #000;
}
.slick-slider.nav-center>.slick-arrow::before{
    font-family: Flaticon, sans-serif;
    content: '\f11a';
}
.slick-slider.nav-center>.slick-arrow:first-child{
    right: auto;
    left: 0;
}
.slick-slider.nav-center>.slick-arrow:first-child::before{
    content: '\f119';
}
.slick-slide>div:not([class])>*{
    display: block !important;
}
.slick-dots{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.slick-dots .slick-slide img{
    cursor: pointer;
    margin: auto;
}
/*-------------------------WOOCOMMERCE DATAS----------------------------*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #fafafa;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}
.woocommerce .woocommerce-error{
    border-color: #fcf8e3;
}
.woocommerce .woocommerce-info{
    border-color: #dff0d8;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin-bottom: 60px;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: none;
    width: 100%;
    margin: 0;
}
.woocommerce-checkout-payment{
    background-color: #ebe9eb;
    padding: 30px 15px;
    margin-top: 15px;
}
.woocommerce-checkout-payment .payment_methods{
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method{
    list-style: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
.woocommerce-checkout-payment .payment_box p:last-child{
    margin: 0;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    display: inline-block;
    width: calc(50% - 15px);
    overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce form #billing_phone_field,
.woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field,
.woocommerce-page form #billing_email_field {
    width: 100%;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row::after,
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
    clear: both;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce form .form-row select{
    padding: 10px 20px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
    height: 124px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after{
    content: '';
    display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after{
    clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: calc(50% - 15px);
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
}
.woocommerce-thankyou-order-details{
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-received{
    font-size: 20px;
    color: #000;
}
.woocommerce-thankyou-order-details li{
    list-style: none;
    line-height: 35px;
}
.woocommerce-account-fields{
    padding-bottom: 10px;
}
.woocommerce-account-fields .create-account{
    margin-bottom: 0;
}
.woocommerce-account-fields .create-account>label{
    display: inline-block !important;
    clear: none;
    margin: 0 0 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-account-fields .create-account label input[type="checkbox"],
#ship-to-different-address label input{
    position: static;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 4px 0 0;
}
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last,
.woocommerce-page form.lost_reset_password .form-row-first,
.woocommerce-page form.lost_reset_password .form-row-last{
    float: none;
    width: 100%;
    max-width: 585px;
}
.woocommerce .woocommerce-MyAccount-navigation{
    width: 270px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    line-height: 40px;
    font-size: 14px;
    background-color: #f1f1f1;
}
.woocommerce .woocommerce-MyAccount-navigation a{
    display: block;
}
.woocommerce .woocommerce-MyAccount-content{
    overflow: hidden;
}
.woocommerce #shipping_method{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox{
    display: inline-block;
    float: right;
    padding: 8px 0;
    margin-bottom: 0;
    cursor: pointer;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"]{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
}
#customer_login input[type="submit"],
.woocommerce-ResetPassword input[type="submit"]{
    padding-left: 50px;
    padding-right: 50px;
}
.select2-drop {
    border: 1px solid #eee;
    border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #eee;
}
.select2-container .select2-choice,
.select2-container--default .select2-selection--single{
    border: 1px solid #eee;
    padding: 7px 20px;
    border-radius: 0;
}
.select2-container .select2-selection--single{
    height: auto;
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: inherit;
    line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}
.select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: 'FontAwesome';
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
.select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #eee;
}
.select2.select2-container{
    margin-bottom: 10px;
}
.select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #eee;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
    display: block;
}
.select2.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
    padding: 0 10px;
}
.select2-drop.select2-drop-above .select2-search input{
    width: 100%;
}
.woocommerce-billing-fields>h3,
.woocommerce-shipping-fields>h3,
#order_review_heading{
    font-size: 16px;
}
#ship-to-different-address{
    overflow: hidden;
}
#ship-to-different-address label input[type="checkbox"] {
    display: none;
}
#ship-to-different-address label span {
    position: relative;
    display: block;
}
#ship-to-different-address label {
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::before {
    border-color: #000;
    background: #000;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::after {
    right: 3px;
}
#ship-to-different-address label span::before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13em;
    box-sizing: content-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 1px;
    right: 0;
}
#ship-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 17px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.place-order input#place_order,
.wc-proceed-to-checkout .button{
    padding: 10px 50px;
    text-transform: uppercase;
}
.shop_table th,
.shop_table td{
    padding: 10px;
}
.shop_table th{
    font-weight: 600;
    color: #999;
}
.shop_table td.product-price,
.shop_table td.product-subtotal{
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del{
    font-size: 14px;
    font-weight: normal;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins{
    text-decoration: none;
}
.shop_table td.product-thumbnail img{
    width: 100px;
}
.shop_table td.product-remove a{
    display: block;
    font-size: 20px;
}
.shop_table .actions{
    text-align: left;
    padding: 20px;
}
.shop_table .actions::before,
.shop_table .actions::after{
    content: '';
    display: table;
    clear: both;
}
.shop_table .actions .coupon{
    display: inline-block;
}
.shop_table .actions>.button{
    float: right;
}
.shop_table .actions>.button[disabled]{
    pointer-events: none;
}
.woocommerce table.wishlist_table{
    font-size: inherit;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
    margin: auto;
    border-radius: 0;
    line-height: inherit;
    max-width: 170px;
}
.woocommerce .wishlist_table td.product-name>*{
    display: inline-block;
    vertical-align: top;
}
.woocommerce .wishlist_table td.product-name a:not(.yith-wcqv-button){
    padding: 4px 15px 4px 0;
}
@media (max-width: 767px){
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    .woocommerce .woocommerce-MyAccount-navigation{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .shop_table .actions .coupon{
        display: block;
        margin-bottom: 15px;
    }
    .shop_table .actions .coupon .input-text{
        margin-bottom: 10px;
    }
    .shop_table .actions>.button{
        float: none;
    }
}
@media (max-width: 567px){
    .woocommerce-cart-form .shop_table,
    .wishlist_table{
        border: none;
    }
    .woocommerce-cart-form .shop_table thead,
    .wishlist_table thead{
        display: none;
    }
    .woocommerce-cart-form .shop_table tr,
    .wishlist_table tr{
        display: block;
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }
    .woocommerce-cart-form .shop_table td,
    .wishlist_table td{
        display: block;
        text-align: center !important;
        border: none;
    }
    .woocommerce-cart-form .shop_table td:not(:first-child),
    .wishlist_table td:not(:first-child){
        border-top: 1px solid #eee;
    }
    .wishlist_table tr td.product-thumbnail a{
        margin: auto;
    }
}
@media (max-width: 479px){
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
    .woocommerce-form-login .woocommerce-form__label-for-checkbox{
        float: none;
        margin-top: 15px;
    }
}
/*----------------------------BODY DATAS-------------------------------*/
html{
    font-size: 14px;
}
body {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
}
label {
    font-weight: normal;
    color: #333;
    margin: 0;
}
label .required {
    border-bottom: none;
    text-decoration: none;
}
a{
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
p {
    margin-bottom: 20px;
}
ul,
ol {
    padding: 0 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #333;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
img {
    height: auto;
    max-width: 100%;
}
.font-weight-600{
    font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    border: 1px solid #eee;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 40px;
}
textarea {
    display: block;
}
select {
    background: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 12px;
    padding-right: 22px;
}
select::-ms-expand {
    display: none;
}
:focus {
    outline: none;
}
blockquote {
    font-family: 'Pacifico', cursive;
    font-size: 16px;
    color: #333;
    border: none;
    padding: 8px 0 8px 30px;
    margin-bottom: 12px;
}
iframe {
    display: block;
    max-width: 100% !important;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
input[type="radio"],
input[type="checkbox"]{
    margin-top: 5px;
}
a.button,
button,
input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
    border: none;
    background-color: #999;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
a.button:hover,
a.button:focus,
button:hover,
input[type="submit"]:hover{
    opacity: 0.7;
    color: #fff;
}
.text-center {
    text-align: center;
}
.post-content {
    overflow: hidden;
}
.return-message{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    margin-top: 10px;
}
.wpb_single_image{
    font-size: 0;
    line-height: 0;
}
.sticky {
    color: inherit;
}
.bypostauthor {
    color: inherit;
}
.screen-reader-text{
    color: inherit;
}
.post-pagination,
.page-links{
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
}
.post-pagination>*,
.page-links>*{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}
.post-pagination .title,
.page-links .page-links-title{
    display: none;
}
.post-pagination span:not(.title),
.page-links span:not(.page-links-title){
    width: 24px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #aaa;
    background-color: #aaa;
    color: #fff;
    text-align: center;
}
.post-pagination a span,
.page-links a span{
    display: block;
}
.post-pagination a:not(:hover) span,
.page-links a:not(:hover) span{
    background-color: transparent;
    border-color: #ddd;
    color: #666;
}
.page-links span.screen-reader-text{
    display: none;
}
table {
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td {
    border-color: #eee;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-weight: normal;
    text-align: center;
}
.alignnone,
.wp-caption.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright,
.wp-caption.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
    margin: 0;
}
.post-password-form label[for="pwbox-1168"]{
    margin-bottom: 10px;
}
@media (max-width: 479px){
    .post-password-form p:last-child{
        text-align: center;
    }
}
.wp-caption {
    background-color: #fff;
    max-width: 100%;
    padding: 5px 3px 5px;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone {
    clear: both;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
/*font-awesome*/
.fa{
    line-height: inherit;
}
.fa::before {
    display: block;
}
/*flaticon*/
[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
    display: inline-block;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    display: block;
    font-size: inherit;
    margin-left: 0;
}
/*pe 7s*/
[class^="pe-7s-"]::before,
[class*=" pe-7s-"]::before {
    display: block;
}
/*rows-space*/
.rows-space-0 {margin-bottom: 0;}
.rows-space-10 {margin-bottom: 10px;}
.rows-space-20 {margin-bottom: 20px;}
.rows-space-30 {margin-bottom: 30px;}
.rows-space-40 {margin-bottom: 40px;}
.rows-space-50 {margin-bottom: 50px;}
.rows-space-60 {margin-bottom: 60px;}
.rows-space-70 {margin-bottom: 70px;}
.rows-space-80 {margin-bottom: 80px;}
.rows-space-90 {margin-bottom: 90px;}
.rows-space-100 {margin-bottom: 100px;}
/* CHOSEN */
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    width: auto !important;
}
.chosen-container-single .chosen-single{
    padding: 7px 17px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 0;
    background: #f6f6f6;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
}
.chosen-container-single .chosen-single::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
}
.chosen-container-single .chosen-single span{
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
}
.chosen-container-single .chosen-single div{
    display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border: 1px solid #eee;
    background: #f6f6f6;
    box-shadow: none;
}
.chosen-container-single .chosen-drop{
    top: calc(100% + 1px);
    left: -1px;
    clip: auto;
    border-radius: 0;
    border: 1px solid #eee;
    border-top: none;
    box-shadow: none;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.chosen-container-single .chosen-drop .chosen-search{
    display: none;
}
.chosen-container-single .chosen-results{
    color: #888;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li{
    font-size: 15px;
    line-height: 18px;
    padding: 6px 20px;
}
.chosen-container .chosen-results li.result-selected{
    background-color: #f6f6f6;
}
.chosen-container .chosen-results li.highlighted{
    background-image: none;
}
.vc_parallax {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}
.vc_parallax-inner {
    position: relative !important;
    background: none !important;
}
/*LOADING*/
.loading-lazy{
    position: relative;
    display: block;
}
.tab-container.loading{
    position: relative;
}
.kuteshop-products.loading .content-product-append::before,
.kuteshop-products.loading .content-product-append::after,
.loading-lazy::after,
.tab-container.loading::before,
.tab-container.loading::after,
.block-minicart.loading .shopcart-description::before,
.block-minicart.loading .shopcart-description::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
}
.kuteshop-products.loading .content-product-append::before,
.tab-container.loading::before,
.block-minicart.loading .shopcart-description::before{
    background: rgba(255, 255, 255, 0.8);
}
.kuteshop-products.loading .content-product-append::after,
.loading-lazy::after,
.tab-container.loading::after,
.block-minicart.loading .shopcart-description::after{
    width: 60px;
    height: 60px;
    margin: auto;
    border: 6px solid #ccc;
    border-top-color: red;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
/* DROPDOWN */
.kuteshop-dropdown {
    position: relative;
}
.kuteshop-dropdown>.submenu,
.wcml-dropdown .wcml-cs-submenu{
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: -15px;
    background-color: #fff;
    color: #666;
    z-index: 10;
    border: none;
    box-shadow: 0 0 0 1px #eee inset;
    list-style: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    visibility: visible;
}
.kuteshop-dropdown>.submenu>.menu-item>a,
.wcml-dropdown .wcml-cs-submenu>li>a{
    display: block;
    padding: 6px 12px;
}
.kuteshop-dropdown>.submenu>.menu-item:hover>a,
.wcml-dropdown .wcml-cs-submenu>li:hover>a{
    background-color: #f6f6f6;
}
/* LANGUAGE */
.block-language a>img{
    vertical-align: top;
    margin: 5px 3px 0 0;
}
.block-language>a::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    margin-left: 7px;
}
/* CUURENCY */
.wcml-dropdown{
    width: auto;
}
.wcml-dropdown li{
    border: none;
    background-color: transparent;
}
.wcml-dropdown a{
    padding: 0;
    line-height: inherit;
}
.wcml-dropdown a.wcml-cs-item-toggle{
    padding: 0;
}
.wcml-dropdown a.wcml-cs-item-toggle:after{
    vertical-align: top;
    position: static;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    border: none;
    margin-left: 10px;
}
.wcml-dropdown .wcml-cs-submenu li{
    border: none;
}
.wcml-dropdown li:hover,
.wcml-dropdown li:focus{
    background-color: transparent;
}
.wcml-dropdown:not(:hover) .wcml-cs-submenu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.woocommerce .wcml-dropdown.product{
    margin: 0;
}
/* TEMPLATE */
.main-container{
    padding: 50px 0;
}
.main-container .breadcrumbs{
    margin-top: -50px;
}
@media (min-width: 1230px) {
    .container{
        width: 1200px;
    }
}
@media (min-width: 992px){
    .left-sidebar .main-content{
        float: right;
    }
}
@media (max-width: 991px){
    .main-content{
        margin-bottom: 50px;
    }
}
/*----------------------------HEADER STYLE-------------------------------*/
/* MENU MOBILE */
.box-mobile-menu-open .body-overlay{
    visibility: visible;
    opacity: 1;
}
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.box-mobile-menu [class^="vc_col-"],
.box-mobile-menu [class*=" vc_col-"]{
    width: 100%;
    float: none;
}
.box-mobile-menu-open .box-mobile-menu{
    left: 0;
}
.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active>.submenu{
    left: 0 !important;
    z-index: 101;
}
.box-mobile-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 90%;
    max-width: 320px;
    line-height: 30px;
    background-color: #fff;
    color: #666;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
}
.box-mobile-menu .box-inner{
    height: calc(100% - 40px);
    box-shadow: 0 -1px 0 #eee;
    position: relative;
}
.box-mobile-menu .box-title{
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 8px 0;
    margin: 0 46px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.box-mobile-menu .back-menu{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.box-mobile-menu .close-menu{
    position: absolute;
    top: 0;
    right: 0;
}
.box-mobile-menu .back-menu i,
.box-mobile-menu .close-menu i{
    display: block;
    font-size: 36px;
    padding: 5px;
}
.box-mobile-menu .toggle-submenu{
    font-family: 'Pe-icon-7-stroke', sans-serif;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
}
.box-mobile-menu .toggle-submenu::before{
    display: block;
    content: "\e684";
}
.box-mobile-menu .submenu .submenu .toggle-submenu{
    display: none;
}
.box-mobile-menu .main-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-mobile-menu .main-menu .submenu{
    background-color: #fff;
    color: #666;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0 !important;
    left: -100% !important;
    bottom: 0;
    width: 100% !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}
.box-mobile-menu .main-menu>.menu-item,
.box-mobile-menu .main-menu .submenu>.menu-item{
    display: inline-block;
    position: static;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.box-mobile-menu .main-menu .menu-item>a{
    display: block;
    padding: 8px 15px;
    font-size: 14px;
}
.box-mobile-menu .main-menu .menu-item-has-children>a{
    display: inline-block;
    width: calc( 100% - 50px);
}
.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children>a{
    display: block;
    width: auto;
}
.box-mobile-menu .main-menu .menu-item-has-children>.toggle-submenu{
    float: right;
    z-index: 30;
}
/* HEADER STICKY */
.header-sticky-menu{
    position: fixed;
    top: -51px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
    background-color: #fff;
}
.header-sticky-menu.active{
    top: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
/* MAIN MENU */
.box-header-nav{
    color: #333;
}
.box-header-nav .main-menu{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}
.box-header-nav .main-menu .menu-item{
    position: relative;
}
.box-header-nav .main-menu .menu-item a{
    position: relative;
}
.box-header-nav .main-menu>.menu-item{
    display: inline-block;
    float: left;
}
.box-header-nav .main-menu>.menu-item:not(:first-child){
    margin-left: -1px;
}
.box-header-nav .main-menu>.menu-item>a{
    display: inline-block;
    padding: 13px 25px;
}
.box-header-nav .main-menu>.menu-item.active>a,
.box-header-nav .main-menu>.menu-item:hover>a{
    color: #fff;
    z-index: 1;
}
.box-header-nav .main-menu>.menu-item.parent>a::after{
    display: inline-block;
    vertical-align: top;
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    margin-left: 7px;
}
.box-header-nav .main-menu>.menu-item:not(:first-child)>a::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 22px;
    margin: auto;
    background-color: inherit;
}
.box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{
    background-color: rgba(0,0,0,0.1);
}
.box-header-nav .main-menu .menu-item:hover>.submenu{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.box-header-nav .main-menu .submenu{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    color: #666;
    box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, -1px 0 #eee inset;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
.box-header-nav .main-menu .submenu>.menu-item>a{
    display: block;
    padding: 6px 20px;
}
.box-header-nav .main-menu .submenu>.menu-item:hover>a{
    background-color: #eee;
}
.box-header-nav .main-menu .submenu>.menu-item.parent>a::after{
    display: inline-block;
    float: right;
    content: '\f105';
    font-family: FontAwesome, sans-serif;
}
.box-header-nav .main-menu .submenu .submenu{
    top: 0;
    left: 100%;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, 0 1px #eee inset;
}
.box-header-nav .main-menu .submenu .submenu>.menu-item.parent>a::after{
    display: none;
}
/* HEADER SEARCH BOX */
.block-search .form-search{
    display: table;
    position: relative;
    text-align: left;
    padding: 1px 45px 1px 1px;
    box-shadow: 0 0 0 1px #eee inset;
}
.block-search .form-search>*{
    display: table-cell;
    vertical-align: top;
    white-space: normal;
}
.block-search .category{
    border: solid #eee;
    border-width: 0 1px 0 0;
    background-color: #f6f6f6;
}
.block-search .category select{
    border: none;
    width: 160px;
}
.block-search .chosen-container-single .chosen-single{
    border: none;
    background-color: transparent;
}
.block-search .input{
    width: 100%;
    border: none;
    height: 38px;
    color: #999;
}
.block-search .btn-submit{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 8px 0;
    width: 46px;
    color: #fff;
}
.block-search .btn-submit>*{
    display: block;
    line-height: inherit;
}
.block-search .btn-submit:hover{
    opacity: 1;
}
.block-search .btn-submit:hover::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.3);
}
.block-search>.icon{
    display: block;
}
.block-search>.icon:hover span{
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
.block-search .form-search.submenu{
    position: absolute;
    left: auto;
    top: 0;
    width: 450px;
    right: 0;
    padding-right: 41px;
}
.block-search:not(.open) .form-search.submenu{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.block-search .form-search.submenu>.form-content{
    width: 100%;
}
.block-search .form-search.submenu .btn-submit{
    width: 42px;
}
.block-search .form-search.submenu .category{
    background-color: transparent;
}
/* BLOCK MINI CART */
.block-minicart .link-dropdown{
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
}
.block-minicart .link-dropdown>*{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.block-minicart .link-dropdown .icon{
    position: relative;
}
.block-minicart .link-dropdown .count{
    position: absolute;
    top: -8px;
    left: -15px;
    width: 32px;
    height: 18px;
    background-color: #009966;
    border-color: #009966;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    z-index: 1;
}
.block-minicart .link-dropdown .count::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 55%;
    border-top: 4px solid;
    border-top-color: inherit;
    border-left: 5px solid transparent;
}
.cart-style1 .link-dropdown:not(.style1){display: none;}
.cart-style2 .link-dropdown:not(.style2){display: none;}
.cart-style3 .link-dropdown:not(.style3){display: none;}
.cart-style4 .link-dropdown:not(.style4){display: none;}
.cart-style5 .link-dropdown:not(.style5){display: none;}
.cart-style6 .link-dropdown:not(.style6){display: none;}
.cart-style7 .link-dropdown:not(.style7){display: none;}
.cart-style8 .link-dropdown:not(.style8){display: none;}
.cart-style9 .link-dropdown:not(.style9){display: none;}
.cart-style10 .link-dropdown:not(.style10){display: none;}
.cart-style11 .link-dropdown:not(.style11){display: none;}
.cart-style12 .link-dropdown:not(.style12){display: none;}
.cart-style13 .link-dropdown:not(.style13){display: none;}
.cart-style14 .link-dropdown:not(.style14){display: none;}
/* cart description */
.block-minicart .shopcart-description{
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    width: 330px;
    background-color: #fff;
    color: #666;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-mini-cart {
    overflow-y: auto;
    max-height: 275px;
    border-bottom: 1px solid #eee;
}
.shopcart-description .widget_shopping_cart_content{
    border: 1px solid #eee;
    box-shadow: 0 3px 10px #ddd;
    padding: 20px;
}
.shopcart-description .woocommerce-mini-cart__empty-message{
    margin-bottom: 0;
}
.shopcart-description .subtitle{
    font-size: 16px;
}
.shopcart-description .minicart-items{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 1px #eee;
}
.shopcart-description .product-cart{
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.shopcart-description .product-cart:not(:first-child){
    box-shadow: 0 1px #eee inset;
}
.shopcart-description .product-media{
    display: inline-block;
    float: left;
    width: 100px;
}
.shopcart-description .product-details{
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 10px;
}
.shopcart-description .product-name{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.shopcart-description .product-price{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.shopcart-description .product-quantity{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.shopcart-description .product-remove{
    display: block;
    font-size: 18px;
    line-height: 20px;
    width: 10px;
    text-align: center;
}
.shopcart-description .product-remove:not(:hover){
    opacity: 0.5;
}
.shopcart-description .subtotal{
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    color: #333;
}
.shopcart-description .subtotal .total-price{
    font-size: 16px;
    float: right;
    font-weight: 600;
}
.shopcart-description .actions{
    font-size: 0;
    line-height: 0;
}
.shopcart-description .actions a{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
    padding: 8px 10px;
}
.shopcart-description .actions a:last-child{
    margin-left: 10px;
}
/* VERTICAL MENU */
.block-nav-category{
    position: relative;
}
.block-nav-category:not(.alway-open) .block-title:hover::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
}
.block-nav-category .block-title{
    font-size: 0;
    line-height: 0;
    padding: 0 20px;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.block-nav-category .block-title>*{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
}
.block-nav-category .block-title .text-title{
    font-weight: 600;
}
.block-nav-category .block-title .icon-title.before{
    display: none;
    margin-right: 15px;
}
.block-nav-category .block-title .icon-title.after{
    float: right;
    margin-left: 15px;
}
.block-nav-category:not(.has-open) .block-content{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.block-nav-category .block-content{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 270px;
    background-color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
}
.block-nav-category .vertical-menu{
    position: relative;
    list-style: none;
    padding: 7px 0;
    margin-bottom: 0;
    border-left: 1px solid #eee;
}
.block-nav-category .vertical-menu .menu-item{
    position: relative;
    color: #333;
}
.block-nav-category .vertical-menu .menu-item.link-other{
    display: none;
}
.block-nav-category .vertical-menu .menu-item>a{
    display: block;
    padding: 6px 20px;
}
.block-nav-category .vertical-menu .menu-item>a:focus{
    color: inherit;
}
.block-nav-category .vertical-menu .menu-item>a .image{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.block-nav-category .vertical-menu .menu-item>a .icon{
    min-width: 30px;
    font-size: 18px;
    vertical-align: top;
}
.block-nav-category .vertical-menu .menu-item:first-child>a{
    padding-bottom: 7px;
}
.block-nav-category .vertical-menu .menu-item:not(:first-child){
    margin-top: -1px;
}
.block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before{
    content: '';
    display: block;
    border-top: 1px dashed #f1f1f1;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.block-nav-category .vertical-menu .menu-item:hover>a::before{
    background-color: inherit;
}
.block-nav-category .vertical-menu .submenu{
    list-style: none;
}
.block-nav-category .view-all-category{
    color: #666;
}
.block-nav-category .view-all-category a{
    display: block;
    padding: 7px 20px;
    text-align: center;
    border: 1px solid #eee;
}
.block-nav-category .view-all-category a::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    font-size: 18px;
    margin-left: 15px;
}
/* SOCIAL */
.header-social .socials{
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 -6px;
}
.header-social .socials li{
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 16px;
}
.header-social .socials li a{
    display: block;
    padding: 0 6px;
}
.header-social .socials li a:not(:hover){
    opacity: 0.6;
}
.header-social .socials li a i{
    display: block;
}
/* LANGUAGE & CURRENCY */
.block-language>a,
.wcml_currency_switcher a.wcml-cs-item-toggle{
    display: block;
    padding: 8px 20px;
}
/* WISHLIST & COMPARE & USERLINK */
.block-userlink>a,
.block-wishlist>a,
.block-compare>a{
    display: block;
    font-size: 0;
    line-height: 0;
}
.block-userlink>a>*,
.block-wishlist>a>*,
.block-compare>a>*{
    font-size: 14px;
    line-height: 24px;
}
.block-userlink>a .text{
    text-transform: capitalize;
}
.block-userlink>.submenu{
    top: 100%;
    min-width: 180px;
}
/* MENU BAR */
.block-menu-bar a.menu-bar{
    display: block;
    position: relative;
}
.block-menu-bar a.menu-bar>*{
    display: inline-block;
    vertical-align: top;
}
/* HEADER SERVICE */
.header-service{
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.header-service .service-item{
    font-size: 0;
    line-height: 0;
}
.header-service .service-item .image{
    display: inline-block;
    vertical-align: middle;
    width: 54px;
}
.header-service .service-item .text{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px);
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #484848;
    margin-bottom: 0;
}
.header-service .service-item:hover .image{
    -webkit-animation: bounceIn 0.7s ease;
    -o-animation: bounceIn 0.7s ease;
    animation: bounceIn 0.7s ease;
}
/* HEADER LAYOUT */
.header.has-border .header-border{
    height: 3px;
}
.header.has-border .block-nav-category .block-content{
    margin-top: 3px;
}
.header.has-border .box-header-nav .main-menu>.menu-item>.submenu{
    margin-top: 3px;
}
.header.has-border .box-header-nav .main-menu>.menu-item>.submenu::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 3px;
}
.box-header-nav::before,
.box-header-nav::after,
.header-megabox-nav::before,
.header-megabox-nav::after,
.header-top-inner::before,
.header-top-inner::after,
.top-bar-menu::before,
.top-bar-menu::after,
.box-header-nav .main-menu::before,
.box-header-nav .main-menu::after{
    content: '';
    display: table;
    clear: both;
}
.top-bar-menu.right{
    float: right;
}
.top-bar-menu{
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.top-bar-menu>*{
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: relative;
}
.top-bar-menu>*>a,
.top-bar-menu>* a.wcml-cs-item-toggle{
    display: block;
    position: relative;
    padding: 8px 15px;
}
.top-bar-menu>*>a>.icon{
    vertical-align: top;
    font-size: 17px;
    line-height: 1;
    padding: 2px 5px 0 0;
}
.top-bar-menu>*>a:not(:hover)>.icon{
    opacity: 0.6;
}
.top-bar-menu>*>a>.icon.fa-phone{
    font-size: 22px;
    padding-top: 1px;
}
.top-bar-menu>*>.socials{
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar-menu>*>.socials li a{
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-bar-menu:first-child>*:first-child>.socials,
.top-bar-menu:first-child>*:first-child>a,
.top-bar-menu:first-child>*:first-child a.wcml-cs-item-toggle{
    padding-left: 0;
}
.top-bar-menu:last-child>*:last-child>.socials,
.top-bar-menu:last-child>*:last-child>a,
.top-bar-menu:last-child>*:last-child a.wcml-cs-item-toggle{
    padding-right: 0;
}
.top-bar-menu>*:not(:first-child)>.socials::before,
.top-bar-menu>*:not(:first-child)>a::before,
.top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 16px;
    margin: auto;
    background-color: rgba(0,0,0,0.1);
}
.header-control{
    text-align: right;
    font-size: 0;
    line-height: 0;
}
.header-control>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
/* header top */
.header-top{
    font-size: 13px;
    line-height: 24px;
}
/* header middle */
.header-middle-inner{
    padding: 17px 0;
}
.header-middle-inner>*{
    padding: 10px 0;
}
.header-middle-inner>.header-control>*{
    margin: 10px 0;
}
.header-middle-inner>.header-control>*:not(:first-child){
    margin-left: 30px;
}
/*  header nav */
.header-nav-inner{
    display: table;
    width: 100%;
}
.header-nav-inner>*{
    display: table-cell;
    vertical-align: middle;
}
/* HEADER STYLE */
/* style1 */
.header.style4 .header-top,
.header.style3 .header-top,
.header.style2 .header-top,
.header.style1 .header-top{
    background-color: #f6f6f6;
}
.header.style2 .header-nav,
.header.style1 .header-nav{
    background-color: #eee;
}
.header.style1 .block-menu-bar a.menu-bar{
    display: block;
    width: 46px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.header.style1 .block-nav-category .vertical-menu{
    padding-bottom: 0;
    margin-bottom: 7px;
}
.header.style1 .block-nav-category .vertical-menu .menu-item:first-child>a{
    padding-bottom: 6px;
}
.header.style1 .block-nav-category .vertical-menu .menu-item:not(:first-child){
    margin-top: 0;
}
.header.style1 .block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before{
    display: none;
}
.header.style1 .block-nav-category .view-all-category{
    padding-right: 20px;
}
.cart-style1 .link-dropdown{
    padding: 3px 55px 3px 18px;
    border: 1px solid #eee;
    min-width: 200px;
}
.cart-style1 .link-dropdown .icon{
    position: absolute;
    top: -1px;
    right: -1px;
    width: 46px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.cart-style1 .link-dropdown .text{
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 600;
}
.cart-style1 .link-dropdown .item,
.cart-style1 .link-dropdown .total{
    line-height: 16px;
    color: #666;
}
.cart-style1{
    position: relative;
    text-align: left;
}
/* style2 */
.header.style2:not(.style6) .box-header-nav .main-menu>.menu-item.active>a,
.header.style2:not(.style6) .box-header-nav .main-menu>.menu-item:hover>a,
.header.style2:not(.style6) .block-nav-category .block-title{
    background-color: #e80000;
}
.header.style2 .box-header-nav .main-menu>.menu-item>a{
    color: #fff;
}
.header.style7 .box-header-nav .main-menu>.menu-item.parent>a::after,
.header.style2 .box-header-nav .main-menu>.menu-item.parent>a::after{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    text-align: center;
}
.header.style2 .header-control>*:not(:first-child){
    margin-left: 15px;
}
.header.style2 .block-search .category{
    border-width: 0 0 0 1px;
}
.header.style4 .block-nav-category .view-all-category a::after,
.header.style3 .block-nav-category .view-all-category a::after,
.header.style2 .block-nav-category .view-all-category a::after{
    content: "\f101";
}
.cart-style2 .link-dropdown .icon,
.header.style2 .block-wishlist .icon,
.header.style2 .block-compare .icon,
.header.style2 .block-menu-bar a.menu-bar{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding-left: 1px;
}
.cart-style2 .link-dropdown .count{
    top: -12px;
    left: 50%;
}
.cart-style2 .link-dropdown .count::after {
    left: 30%;
    border-left: none;
    border-right: 5px solid transparent;
}
/* style3 */
.header.style3 .header-top{
    color: #53524e;
}
.header.style3 .header-mega-box>.top-bar-menu{
    display: block;
}
.header.style3 .header-mega-box .top-bar-menu .header-text-box{
    float: right;
}
.header.style3 .header-mega-box .top-bar-menu .header-text-box a{
    padding-right: 0;
}
.header.style3 .header-mega-box .top-bar-menu .header-text-box a::before{
    position: static;
    display: inline-block;
    vertical-align: top;
    content: '!';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f9d717;
    color: #fff;
    line-height: 14px;
    text-align: center;
    margin: 5px 5px 5px 0;
}
.header.style3 .block-search .form-search{
    padding: 2px 45px 2px 2px;
}
.header.style3 .block-search .category{
    border-width: 0;
}
.header.style3 .top-bar-menu>*>a,
.header.style3 .top-bar-menu>* a.wcml-cs-item-toggle{
    padding-top: 4px;
    padding-bottom: 4px;
}
.header.style3 .top-bar-menu>*:not(:first-child)>a::before,
.header.style3 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    background-color: rgba(0,0,0,0.6);
    height: 12px;
}
.header.style4 .block-nav-category .vertical-menu,
.header.style3 .block-nav-category .vertical-menu{
    padding-top: 2px;
    padding-bottom: 2px;
}
.cart-style3 .link-dropdown .icon,
.header.style3 .block-userlink .icon,
.header.style3 .block-wishlist .icon{
    display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
    line-height: 1;
    margin-right: 3px;
}
.cart-style3 .link-dropdown .text,
.header.style3 .block-userlink .text,
.header.style3 .block-wishlist .text{
    display: inline-block;
    vertical-align: bottom;
    line-height: 12px;
}
.cart-style3 .link-dropdown .count{
    background-color: #e82e05;
    left: 100%;
}
.cart-style3 .link-dropdown .count::after{
    border-top-color: #e82e05;
    left: 30%;
    border-left: none;
    border-right: 5px solid transparent;
}
.header.style3 .block-search .btn-submit{
    padding: 9px 0;
}
.header.style3 .header-control>*:not(:first-child){
    margin-left: 15px;
}
.header.style12 .block-nav-category .block-title>*,
.header.style11 .block-nav-category .block-title>*,
.header.style7 .block-nav-category .block-title>*,
.header.style4 .block-nav-category .block-title>*,
.header.style3 .block-nav-category .block-title>*{
    padding-top: 8px;
    padding-bottom: 8px;
}
.header.style7 .block-nav-category .block-title .icon-title.before,
.header.style4 .block-nav-category .block-title .icon-title.before,
.header.style3 .block-nav-category .block-title .icon-title.before{
    display: inline-block;
}
.header.style7 .block-nav-category .block-title .icon-title.after,
.header.style4 .block-nav-category .block-title .icon-title.after,
.header.style3 .block-nav-category .block-title .icon-title.after{
    display: none;
}
.header.style3 .box-header-nav .main-menu>.menu-item>a{
    padding: 8px 15px;
    text-transform: uppercase;
}
.header.style3 .box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{
    background-color: rgba(0,0,0,0.5);
    height: 12px;
}
.header.style3 .box-header-nav .main-menu>.menu-item.parent>a::after{
    margin-left: 3px;
}
.header.style3 .header-middle-inner{
    padding: 10px 0;
}
.header.style3 .block-search .chosen-container-single .chosen-drop{
    top: calc(100% + 2px);
    left: -3px;
}
.header.style3 .block-menu-bar a.menu-bar{
    font-size: 32px;
    line-height: 30px;
    margin-left: 10px;
}
.header.style14 .box-header-nav .main-menu .submenu,
.header.style13 .box-header-nav .main-menu .submenu,
.header.style8 .box-header-nav .main-menu .submenu,
.header.style4 .box-header-nav .main-menu .submenu,
.header.style3 .box-header-nav .main-menu .submenu {
    box-shadow: 0 0 0 1px #eee inset;
}
/* style4 */
.header.style4 .header-nav{
    box-shadow: 0 -1px #ccc inset, 0 1px #ccc inset;
}
.header.style4 .header-nav .block-language>a,
.header.style4 .header-nav .wcml_currency_switcher a.wcml-cs-item-toggle{
    border-right: 1px solid #ccc;
    text-align: center;
}
.header.style4 .header-nav .block-language>.submenu,
.header.style4 .header-nav .wcml_currency_switcher .wcml-cs-submenu{
    right: 1px;
    top: 100%;
    box-shadow: 0 0 0 1px #ccc;
}
.header.style4 .block-search .form-search,
.header.style4 .block-search .form-search .form-content{
    box-shadow: none;
    width: 100%;
}
.header.style7 .block-search .category,
.header.style4 .block-search .category{
    background-color: transparent;
}
.header.style4 .block-search .input{
    border-right: 1px solid #ccc;
}
.header.style4 .block-search .btn-submit{
    background-color: transparent;
    border-right: 1px solid #ccc;
    color: inherit;
}
.header.style7 .block-search .btn-submit:hover::after,
.header.style4 .block-search .btn-submit:hover::after{
    display: none;
}
.header.style7 .box-header-nav .main-menu>.menu-item:not(:first-child)>a::before,
.header.style4 .box-header-nav .main-menu>.menu-item:not(:first-child)>a::before{
    display: none;
}
.header.style4 .box-header-nav .main-menu>.menu-item>a{
    padding: 8px 15px;
    text-transform: uppercase;
}
.header.style8 .block-menu-bar a.menu-bar,
.header.style4 .block-menu-bar a.menu-bar{
    font-size: 24px;
    padding: 8px 0;
}
.header.style4 .top-bar-menu>*>a,
.header.style4 .top-bar-menu>* a.wcml-cs-item-toggle{
    padding-top: 5px;
    padding-bottom: 5px;
}
.header.style4 .block-nav-category .block-content{
    border: 1px solid #eee;
    padding-bottom: 36px;
}
.header.style4 .block-nav-category .vertical-menu{
    border: none;
}
.header.style4 .block-nav-category .view-all-category{
    padding: 0 18px;
}
.cart-style4 .link-dropdown>*{
    vertical-align: middle;
}
.cart-style4 .link-dropdown .icon{
    padding: 6px 5px 11px 0;
    font-size: 18px;
    font-weight: 600;
}
.cart-style4 .link-dropdown .count{
    background-color: #B80910;
    left: calc(100% + 2px);
}
.cart-style4 .link-dropdown .count::after{
    border-top-color: #B80910;
    left: 30%;
    border-left: none;
    border-right: 5px solid transparent;
}
/* style5 */
.header.style5 .box-header-nav .main-menu>.menu-item:not(:first-child)>a::before{
    display: none;
}
.header.style5 .header-top{
    border-color: #eee;
}
.header.style5 .block-search .btn-submit{
    background-color: transparent;
    border-left: 1px solid #eee;
}
.header.style5 .block-nav-category .block-title .icon-title.after{
    font-size: 18px;
}
.header.style5 .block-nav-category .block-title .icon-title.after i::before{
    font-family: Flaticon, sans-serif;
    content: '\f11b';
    font-weight: 600;
}
.header.style13 .block-nav-category .vertical-menu,
.header.style7 .block-nav-category .vertical-menu,
.header.style5 .block-nav-category .vertical-menu{
    border-right: 1px solid #eee;
}
/* style6 */
.header.style6{
    background-color: #00898F;
    color: #fff;
}
.header.style6 .header-nav{
    background-color: transparent;
}
.header.style6 .header-top,
.header.style6 .header-nav-inner{
    background-color: #007177;
}
.header.style7 .top-bar-menu>*>.socials::before,
.header.style7 .top-bar-menu>*:not(:first-child)>a::before,
.header.style7 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before,
.header.style6 .top-bar-menu>*>.socials::before,
.header.style6 .top-bar-menu>*:not(:first-child)>a::before,
.header.style6 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    background-color: #fff;
}
.header.style7 .header-social .socials li a:not(:hover),
.header.style6 .header-social .socials li a:not(:hover){
    opacity: 1;
}
.header.style6 .block-search .form-search{
    padding: 0 45px 0 0;
    box-shadow: none;
}
.header.style6 .block-search .chosen-container-single .chosen-single{
    padding-top: 8px;
    padding-bottom: 8px;
}
.header.style6 .block-search .chosen-container-single .chosen-single:hover,
.header.style6 .block-search .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{
    color: inherit;
}
.header.style6 .block-search .input{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
    color: #fff;
}
.header.style6 .block-search .category{
    background-color: transparent;
    border-color: #00898F;
}
.header.style6 .block-search .btn-submit{
    background-color: #007177;
    top: 0;
    right: 0;
    border-left: none;
}
.header.style6 .block-minicart .link-dropdown .count{
    background-color: #EA9101;
    border-color: #EA9101;
}
/* style7 */
.header.style7 .header-top{
    background-color: #CE2601;
    color: #fff;
}
.header.style7 .box-header-nav{
    color: #fff;
}
.header.style7 .header-nav-inner{
    box-shadow: 0 0 0 1px #eee inset;
    margin-top: 10px;
}
.header.style7 .header-middle-inner,
.header.style7 .header-middle-inner>.box-header-nav{
    padding-top: 0;
    padding-bottom: 0;
}
.header.style7 .box-header-nav .main-menu>.menu-item>a{
    padding: 33px 30px;
}
.header.style7 .box-header-nav .main-menu>.menu-item.active>a,
.header.style7 .box-header-nav .main-menu>.menu-item:hover>a{
    background-color: #F14924;
}
.header.style7 .box-header-nav .main-menu>.menu-item.parent>a::after{
    bottom: 18px;
}
.cart-style7 .link-dropdown{
    padding: 8px 22px 8px 18px;
}
.cart-style7 .link-dropdown::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 16px;
    margin: auto;
    background-color: #fff;
}
.cart-style7 .link-dropdown .icon{
    font-size: 18px;
}
.cart-style7 .link-dropdown .count{
    background-color: #FE9B00;
    width: 18px;
    border-radius: 0;
    top: -4px;
    left: calc(100% + 3px);
}
.cart-style7 .link-dropdown .count::after{
    display: none;
}
.header.style7 .block-nav-category .block-title{
    background-color: #434343;
}
.header.style7 .block-nav-category .block-title .text-title{
    float: right;
}
.header.style7 .block-nav-category .block-title .icon-title.before{
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    background-color: #2a2a2a;
}
.header.style7 .header-nav .block-language>a,
.header.style7 .header-nav .wcml_currency_switcher a.wcml-cs-item-toggle{
    border-right: 1px solid #eee;
    text-align: center;
}
.header.style7 .header-nav .block-language>.submenu,
.header.style7 .header-nav .wcml_currency_switcher .wcml-cs-submenu{
    right: 1px;
    top: 100%;
    box-shadow: 0 0 0 1px #eee;
}
.header.style7 .block-search .form-search,
.header.style7 .block-search .form-search .form-content{
    width: 100%;
}
.header.style7 .block-search .input{
    border-right: 1px solid #eee;
}
.header.style7 .block-search .btn-submit{
    background-color: transparent;
    border-right: 1px solid #eee;
    color: inherit;
}
.header.style7 .block-menu-bar a.menu-bar{
    display: inline-block;
    font-size: 19px;
    padding: 8px 0;
}
.header.style7 .block-menu-bar a.menu-bar:hover,
.header.style7 .block-menu-bar a.menu-bar:focus{
    color: inherit;
}
.header.style7 .block-menu-bar a.menu-bar>span:not(.text){
    margin-right: 10px;
    font-size: 21px;
}
.header.style7 .block-minicart .link-dropdown:hover,
.header.style7 .top-bar-menu > * > a:hover,
.header.style7 .header-social .socials li a:hover{
    color: yellow;
}
/* style8 */
.header.style8{
    background-color: #faf9f5;
}
.header.style8 .header-top{
    box-shadow: 0 -1px #eaeaea inset;
}
.header.style8 .top-bar-menu>*:not(:first-child)>a::before,
.header.style8 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    background-color: rgba(0,0,0,0.3);
}
.header.style8 .box-header-nav .main-menu>.menu-item>a{
    padding: 8px 17px;
    text-transform: uppercase;
}
.header.style8 .box-header-nav .main-menu>.menu-item>a::before{
    display: none;
}
.header.style8 .header-middle-inner{
    padding: 9px 0;
}
.header.style8 .header-top .mega-item{
    padding-left: 15px;
}
.header.style8 .header-top .mega-item>*{
    display: inline-block;
    vertical-align: top;
}
.header.style8 .header-top .mega-item::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 16px;
    margin: auto;
    background-color: rgba(0,0,0,0.3);
}
.header.style8 .header-top .mega-item>*>a{
    padding: 8px;
}
.header.style8 .header-top .mega-item>*:last-child>a{
    padding-right: 0;
}
.header.style8 .block-userlink>a .icon::before{
    content: "\f007";
    font-family: FontAwesome, sans-serif;
}
.header.style8 .block-userlink>a .text{
    display: none;
}
.header.style8 .block-userlink>.submenu{
    left: auto;
    right: 0;
}
/* style9 */
.header.style9{
    background-color: #333;
    color: #fff;
}
.header.style9 .header-top{
    background-color: rgba(0,0,0,0.4);
    color: #ccc;
    font-size: 14px;
    padding: 5px 0;
}
.header.style9 .header-middle-inner{
    padding: 21px 0;
}
.header.style9 .box-header-nav{
    color: #fff;
}
.header.style9 .box-header-nav .main-menu>.menu-item>a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 15px;
}
.header.style12 .box-header-nav .main-menu>.menu-item>a::before,
.header.style9 .box-header-nav .main-menu>.menu-item>a::before{
    content: '';
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 30%;
    height: 0;
    margin: auto;
    border-top: 2px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.style12 .box-header-nav .main-menu>.menu-item.parent>a::before,
.header.style9 .box-header-nav .main-menu>.menu-item.parent>a::before{
    right: 15px;
}
.header.style12 .box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before,
.header.style9 .box-header-nav .main-menu>.menu-item:not(.active):not(:hover)>a::before{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.header.style9 .header-top>.container>.top-bar-menu:first-child>.top-bar-menu>*>a{
    letter-spacing: -0.05em;
}
.header.style9 .top-bar-menu>*>.socials li a,
.header.style9 .top-bar-menu>*>a>.icon{
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 8px;
}
.header.style9 .top-bar-menu>*>a>.icon.fa-phone{
    font-size: 16px;
}
.header.style9 .top-bar-menu>*>.socials li a{
    margin: 8px 6px;
}
.header.style9 .top-bar-menu>*>.socials::before,
.header.style9 .top-bar-menu>*:not(:first-child)>a::before,
.header.style9 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    background-color: rgba(255,255,255,0.2);
}
.header.style9 .box-header-nav .main-menu>.menu-item.active>a,
.header.style9 .box-header-nav .main-menu>.menu-item:hover>a{
    background-color: transparent;
}
.header.style9 .block-search .icon,
.cart-style9 .link-dropdown .icon,
.header.style9 .block-menu-bar a.menu-bar{
    width: 42px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background-color: rgba(255,255,255,0.2);
    font-size: 24px;
}
.header.style9 .header-middle-inner>.header-control>*:not(:first-child){
    margin-left: 5px;
}
.header.style9 .block-search .icon{
    font-size: 21px;
    padding-top: 1px;
    line-height: 39px;
}
.header.style9 .block-search .icon span::before{
    font-family: Flaticon, sans-serif;
    content: "\f10a";
}
.header.style9 .block-minicart .link-dropdown .count{
    width: 20px;
    height: 20px;
    top: -11px;
    left: calc(50% - 10px);
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.header.style9 .block-minicart .link-dropdown .count::after{
    display: none;
}
.header.style9 .header-middle-inner>.header-control>.box-header-nav{
    margin-right: 25px;
}
/* style10 */
.header.style10 .block-search .icon,
.header.style10.cart-style9 .link-dropdown .icon,
.header.style10 .block-menu-bar a.menu-bar{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 32px;
}
.header.style10 .block-menu-bar a.menu-bar{
    font-size: 16px;
    font-weight: 600;
}
.header.style10 .block-search .icon{
    font-size: 14px;
    line-height: 32px;
}
.header.style10 .block-search .icon span{
    font-weight: 600;
}
.header.style10 .block-minicart .link-dropdown .count{
    width: 16px;
    height: 16px;
    top: -6px;
    left: 66%;
    color: #333;
    line-height: 16px;
}
.header.style10 .block-search .form-search.submenu{
    border-radius: 50px;
}
.header.style10 .block-search .category{
    background-color: transparent;
}
.header.style10 .block-search .form-search.submenu .btn-submit{
    width: 32px;
    padding: 4px 0;
    border-radius: 50%;
    right: 5px;
    background-color: #333;
    top: 3px;
    overflow: hidden;
}
.header.style10 .header-middle-inner>.header-control>*:not(:first-child){
    margin-left: 12px;
}
.header.style10 .box-header-nav .main-menu .submenu>.menu-item:hover>a{
    color: #fff;
}
.header.style10 .chosen-container-single .chosen-single:hover{
    color: inherit;
}
/* style11 */
.header.style11 .block-language a>img{
    margin-top: 3px;
}
.header.style11 .top-bar-menu>*>.socials li a{
    padding-top: 0;
    padding-bottom: 0;
}
.header.style11 .top-bar-menu>* a.wcml-cs-item-toggle,
.header.style11 .top-bar-menu>*>a{
    text-transform:  uppercase;
    padding: 0 10px;
}
.header.style11 .header-nav-inner,
.header.style11 .header-nav-inner>*{
    border: 7px solid #333;
}
.header.style11 .block-nav-category .block-title>*{
    font-size: 16px;
}
.header.style13 .block-nav-category .block-title .icon-title.after::before,
.header.style12 .block-nav-category .block-title .icon-title.after::before,
.header.style11 .block-nav-category .block-title .icon-title.after::before{
    content: '\f107';
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    opacity: 0.8;
    border: 1px solid;
    margin: 4px 0;
}
.header.style11 .block-search{
    background-color: #fff;
}
.header.style12 .block-search .form-search,
.header.style12 .block-search .form-content,
.header.style11 .block-search .form-search,
.header.style11 .block-search .form-content{
    width: 100%;
}
.header.style11 .block-search .category{
    background-color: transparent;
}
.header.style11 .header-nav-control{
    display: table;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}
.header.style11 .header-nav-control>*{
    display: table-cell;
    vertical-align: middle;
    padding: 8px 10px;
    text-align: center;
    position: relative;
}
.header.style11 .header-nav-control>*:not(:last-child)::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 24px;
    margin: auto;
    background-color: #888;
}
.header.style11 .header-nav-control .header-phone{
    display: block;
    font-size: 18px;
    letter-spacing: -0.05em;
}
.header.style11 .header-nav-control .header-phone span,
.header.style11 .header-nav-control .header-social .socials li a{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    padding: 0;
    font-size: 12px;
}
.header.style11 .header-nav-control .header-phone span,
.header.style11 .header-nav-control .header-social .socials li:not(:last-child){
    margin-right: 5px;
}
.header.style11 .header-nav-control .header-social .socials li{
    float: none;
}
.header.style11 .header-nav-control .header-social .socials li a:not(:hover){
    opacity: 1;
}
.header.style11 .box-header-nav .main-menu>.menu-item>a{
    padding: 18px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.header.style11 .box-header-nav .main-menu>.menu-item>a::before{
    display: none;
}
.header.style11 .box-header-nav .main-menu>.menu-item:not(:first-child){
    margin-left: 10px;
}
.header.style11 .box-header-nav .main-menu>.menu-item.active>a,
.header.style11 .box-header-nav .main-menu>.menu-item:hover>a{
    background-color: #333;
}
.header.style11 .header-megabox{
    display: table;
    width: 100%;
}
.header.style11 .header-megabox>*{
    display: table-cell;
    vertical-align: top;
}
.header.style11 .header-megabox>*:not(:first-child){
    padding-left: 15px;
}
.header.style11 .header-megabox .header-megabox-nav{
    width: 100%;
}
.header.style11 .block-menu-bar,
.header.style11 .block-minicart{
    padding-bottom: 15px;
}
.header.style11 .header-middle-inner{
    padding: 0;
}
.header.style11 .header-middle-inner .logo{
    padding-top: 15px;
    padding-bottom: 5px;
}
.header.style11 .header-middle-inner .header-megabox{
    padding-top: 0;
    padding-bottom: 0;
}
.header.style11 .header-megabox-nav>.top-bar-menu{
    color: #999;
    line-height: 20px;
    font-size: 12px;
    padding-top: 14px;
}
.header.style11 .top-bar-menu>*>.socials::before,
.header.style11 .top-bar-menu>*:not(:first-child)>a::before,
.header.style11 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    background-color: rgba(0,0,0,0.1);
    height: 13px;
}
.header.style11 .box-header-nav .main-menu{
    float: right;
}
.header.style11 .block-menu-bar a.menu-bar,
.cart-style11 .block-minicart .link-dropdown{
    color: #fff;
    text-align: center;
    padding: 16px 5px 6px;
    min-width: 70px;
    white-space: nowrap;
}
.header.style11 .block-menu-bar a.menu-bar::before,
.header.style11 .block-menu-bar a.menu-bar::after,
.cart-style11 .block-minicart .link-dropdown::before,
.cart-style11 .block-minicart .link-dropdown::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #333;
    -webkit-transform: skewY(15deg);
    -moz-transform: skewY(15deg);
    -ms-transform: skewY(15deg);
    -o-transform: skewY(15deg);
    transform: skewY(15deg);
}
.header.style11 .block-menu-bar a.menu-bar::after,
.cart-style11 .block-minicart .link-dropdown::after{
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    -o-transform: skewY(-15deg);
    transform: skewY(-15deg);
}
.header.style11 .block-menu-bar a.menu-bar>*,
.cart-style11 .block-minicart .link-dropdown>*{
    position: relative;
    z-index: 1;
    display: block;
}
.cart-style11 .block-minicart .link-dropdown .icon{
    font-size: 30px;
    margin-bottom: 5px;
}
.header.style11 .block-menu-bar a.menu-bar .text,
.cart-style11 .block-minicart .link-dropdown .total{
    font-size: 18px;
}
.cart-style11 .block-minicart .link-dropdown .count{
    top: -10px;
    left: 60%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}
.cart-style11 .block-minicart .link-dropdown .count::after{
    display: none;
}
.header.style11 .block-menu-bar a.menu-bar{
    padding-left: 10px;
    padding-right: 10px;
}
.header.style11 .block-menu-bar a.menu-bar .icon{
    font-size: 26px;
    margin-bottom: 5px;
}
/* style12 */
.header.style12{
    background-color: #394264;
    color: #9099b7;
    margin-bottom: 35px;
}
.header.style12 .box-header-nav{
    color: inherit;
}
.header.style12 .header-top{
    font-size: 14px;
}
.header.style12 .header-top-inner{
    box-shadow: 0 -1px rgba(255,255,255,0.2) inset;
}
.header.style12 .top-bar-menu>*>a:hover,
.header.style12 .top-bar-menu>*>a:focus,
.header.style12 .top-bar-menu>*>.socials li a:hover,
.header.style12 .top-bar-menu>*>.socials li a:focus,
.header.style12 .block-language:hover>a,
.header.style12 .wcml_currency_switcher:hover a.wcml-cs-item-toggle{
    color: #fff;
}
.header.style12 .box-header-nav .main-menu>.menu-item>a{
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 600;
}
.header.style12 .box-header-nav .main-menu>.menu-item.active>a,
.header.style12 .box-header-nav .main-menu>.menu-item:hover>a{
    background-color: transparent;
}
.header.style12 .top-bar-menu>*>.socials::before,
.header.style12 .top-bar-menu>*:not(:first-child)>a::before,
.header.style12 .top-bar-menu>*:not(:first-child) a.wcml-cs-item-toggle::before{
    background-color: rgba(255,255,255,0.2);
    height: 14px;
}
.header.style12 .header-nav-inner{
    padding: 15px 20px;
    background-color: #50587C;
    margin-bottom: -35px;
}
.header.style12 .block-nav-category .block-title{
    background-color: #FF3366;
}
.header.style12 .block-nav-category .block-title .text-title{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.header.style12 .block-nav-category .block-title>*:not(.after){
    float: left;
}
.header.style12 .block-nav-category .block-content{
    top: calc(100% + 15px);
    left: -20px;
    border: 1px solid #eee;
}
.header.style12 .block-nav-category .vertical-menu{
    border: none;
    padding-bottom: 0;
}
.header.style13 .block-nav-category .vertical-menu .menu-item>a,
.header.style12 .block-nav-category .vertical-menu .menu-item>a{
    padding-top: 9px;
    padding-bottom: 9px;
}
.header.style13 .block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before,
.header.style12 .block-nav-category .vertical-menu .menu-item:not(:first-child)>a::before{
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
    border-top-style: solid;
}
.header.style12 .block-nav-category .view-all-category a{
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'Oswald', sans-serif;
}
.header.style12 .block-nav-category .view-all-category a:not(:hover){
    color: #999;
}
.header.style12 .block-nav-category .view-all-category a::after{
    display: block;
    content: '\f107';
    line-height: 8px;
    margin: 0;
}
.header.style12 .block-nav-category .view-all-category a::before{
    content: '';
    display: block;
    border-top: 1px solid #eee;
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.header.style12 .block-search{
    background-color: #fff;
}
.header.style12 .block-search .form-search{
    padding-right: 56px;
}
.header.style12 .block-search .btn-submit{
    background-color: #394264;
    width: 56px;
}
.header.style12 .block-search .category{
    background-color: transparent;
    border-width: 0 0 0 1px;
}
.header.style12 .block-menu-bar a.menu-bar{
    padding: 8px 0;
    width: 46px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.header.style13 .top-bar-menu>*>.socials li a,
.header.style13 .top-bar-menu>*>a>.icon,
.header.style12 .top-bar-menu>*>.socials li a,
.header.style12 .top-bar-menu>*>a>.icon{
    width: 24px;
    height: 24px;
    line-height: 22px;
    border: 1px solid;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    font-size: 12px;
    margin-right: 6px;
}
.header.style13 .top-bar-menu>*>a>.icon.fa-phone,
.header.style12 .top-bar-menu>*>a>.icon.fa-phone{
    font-size: 14px;
}
.header.style13 .top-bar-menu>*>.socials,
.header.style12 .top-bar-menu>*>.socials{
    margin: 0 -4px;
}
.header.style13 .top-bar-menu>*>.socials li a,
.header.style12 .top-bar-menu>*>.socials li a{
    margin: 8px 4px;
}
.cart-style12 .block-minicart .link-dropdown{
    color: #fff;
    text-align: center;
    padding: 8px 15px;
}
.cart-style12 .block-minicart .link-dropdown .icon{
    font-size: 26px;
    margin-right: 10px;
}
.cart-style12 .block-minicart .link-dropdown .count{
    top: -19px;
    left: 15%;
    width: 20px;
    height: 20px;
    background-color: #ff3366;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.cart-style12 .block-minicart .link-dropdown .count::after{
    display: none;
}
.cart-style12 .block-minicart .link-dropdown .text,
.cart-style12 .block-minicart .link-dropdown .total{
    font-weight: 600;
    margin-left: 5px;
}
/* style13 */
.header.style13 .header-top{
    box-shadow: 0 0 5px #ccc;
    font-size: 14px;
}
.header.style13 .block-search .input{
    color: #333;
}
.header.style13 .block-search .category{
    background-color: transparent;
    border-width: 0 0 0 1px;
}
.header.style13 .header-nav-inner .box-header-nav{
    padding-left: 30px;
    color: #888;
}
.header.style13 .box-header-nav .main-menu{
    box-shadow: 0 2px #eee inset;
}
.header.style13 .box-header-nav .main-menu>.menu-item>a{
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 11px;
    border-top: 2px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
}
.header.style13 .box-header-nav .main-menu>.menu-item>a::before{
    display: none;
}
.header.style13 .box-header-nav .main-menu>.menu-item:hover>a,
.header.style13 .box-header-nav .main-menu>.menu-item.active>a{
    background-color: transparent;
    color: #000;
}
.header.style13 .block-nav-category .view-all-category a{
    padding-top: 14px;
    padding-bottom: 14px;
}
.header.style13 .block-nav-category .block-title{
    background-color: #333;
}
.header.style14 .wcml-dropdown a.wcml-cs-item-toggle:after,
.header.style14 .block-language>a::after,
.header.style14 .box-header-nav .main-menu>.menu-item.parent>a::after,
.header.style13 .wcml-dropdown a.wcml-cs-item-toggle:after,
.header.style13 .block-language>a::after,
.header.style13 .box-header-nav .main-menu>.menu-item.parent>a::after,
.header.style13 .chosen-container-single .chosen-single::after{
    content: "\f0d7";
    font-size: 14px;
    opacity: 0.5;
}
.header.style13 .block-menu-bar a.menu-bar{
    box-shadow: 0 0 0 1px #eee inset;
    padding: 8px 0;
    width: 46px;
    text-align: center;
    font-size: 24px;
}
.header.style13.cart-style12 .block-minicart .link-dropdown{
    color: inherit;
    background-color: transparent;
    box-shadow: 0 0 0 1px #eee inset;
}
.header.style13.cart-style12 .block-minicart .link-dropdown .text{
    font-weight: 500;
}
.header.style13.cart-style12 .block-minicart .link-dropdown .total{
    color: #333;
}
.header.style13.cart-style12 .block-minicart .link-dropdown .count{
    width: 36px;
    background-color: #333;
    border-radius: 0;
    left: -5px;
}
.header.style13.cart-style12 .block-minicart .link-dropdown .count::after{
    display: block;
    left: 13px;
    border-top-color: #333;
    border-right: 5px solid transparent;
}
/* style14 */
.header.style14 .box-header-nav .main-menu>.menu-item>a{
    padding: 8px 10px;
}
.header.style14 .box-header-nav .main-menu>.menu-item:first-child>a{
    padding-left: 0;
}
.header.style14 .box-header-nav .main-menu>.menu-item:last-child>a{
    padding-right: 0;
}
.header.style14 .box-header-nav .main-menu>.menu-item.active>a,
.header.style14 .box-header-nav .main-menu>.menu-item:hover>a{
    background-color: transparent;
}
.header.style14 .box-header-nav .main-menu>.menu-item.active>a{
    font-weight: 600;
}
.header.style14 .box-header-nav .main-menu>.menu-item>a::before{
    position: absolute;
    content: '';
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: auto;
    border-top: 2px solid;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.header.style14 .box-header-nav .main-menu>.menu-item.parent>a::before{
    right: 16px;
}
.header.style14 .box-header-nav .main-menu>.menu-item:first-child>a::before{
    right: 10px;
}
.header.style14 .box-header-nav .main-menu>.menu-item:last-child>a::before{
    left: 10px;
}
.header.style14 .box-header-nav .main-menu>.menu-item.parent:first-child>a::before{
    right: 26px;
}
.header.style14 .box-header-nav .main-menu>.menu-item:not(:hover):not(.active)>a::before{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.header.style14 .header-middle-inner>.header-control>*:not(:first-child){
    margin-left: 20px;
}
.header.style14 .block-userlink .icon{
    display: none;
}
.cart-style14 .block-minicart .link-dropdown,
.header.style14 .block-userlink>a,
.header.style14 .block-language>a,
.header.style14 .block-search>.icon,
.header.style14 .wcml_currency_switcher a.wcml-cs-item-toggle{
    padding: 8px 0;
}
.cart-style14 .block-minicart .link-dropdown{
    padding-right: 13px;
}
.cart-style14 .block-minicart .link-dropdown .count{
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    left: auto;
}
.cart-style14  .block-minicart .link-dropdown .count::after{
    display: none;
}
.header.style14 .header-middle-inner{
    padding: 21px 0;
}
.header.style14 .block-menu-bar{
    font-size: 18px;
    font-weight: 600;
}
/*--------------------------------WIDGET STYLE------------------------------*/
.widget .screen-reader-text{
    display: none;
}
.widget ul,
.widget ol{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget ul ul,
.widget ul ol,
.widget ol ol,
.widget ol ul{
    padding-left: 20px;
}
.widget select{
    width: 100%;
}
.widget #today{
    color: #fff;
}
.widget-area>.widget{
    border: 1px solid #eee;
}
.widget-area>.widget:not(:last-child){
    margin-bottom: 30px;
}
.widget-area>.widget>select{
    border: none;
}
.widget-area>.widget>*,
.widget-area>.widget>ul,
.widget-area>.widget>ol{
    padding: 15px 28px;
}
.widget-area>.widget>.widgettitle{
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.widget .tagcloud{
    margin: 0 -11px;
    line-height: 26px;
}
.widget .tagcloud::before,
.widget .tagcloud::after{
    display: table;
    clear: both;
    content: '';
}
.widget .tagcloud a{
    display: inline-block;
    float: left;
    margin: 0 11px;
}
.widget form[role="search"] input[type="search"]{
    margin-bottom: 10px;
}
.widget .product_list_widget>li{
    overflow: hidden;
    padding: 20px 0;
}
.widget .product_list_widget>li:not(:last-child){
    border-bottom: 1px solid #eee;
}
.widget .product_list_widget>li>a{
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget .product_list_widget>li img{
    float: left;
    width: 80px;
    margin-right: 10px;
}
.widget .product_list_widget>li .amount{
    font-weight: 600;
    font-size: 16px;
}
.widget .product_list_widget>li del .amount{
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}
.widget .product_list_widget>li ins .amount{
    text-decoration: none;
}
.widget .product_list_widget>li .star-rating{
    display: table;
    margin-bottom: 4px;
}
.widget .mini_cart_item{
    position: relative;
}
.widget .mini_cart_item .remove{
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 20px;
}
.widget .product_list_widget>li>a:not(.remove){
    margin-left: 20px;
}
.widget .woocommerce-mini-cart__total{
    margin: 30px 0 10px;
}
.widget .woocommerce-mini-cart__total .amount{
    float: right;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.widget .woocommerce-mini-cart__buttons a{
    display: block;
    text-transform: uppercase;
}
.widget .woocommerce-mini-cart__buttons a:last-child{
    margin-top: 10px;
}
.widget .kuteshop_product_filter .filter-content{
    padding-top: 0;
    padding-bottom: 0;
}
.kuteshop_product_filter .widget{
    padding: 15px 0;
}
.kuteshop_product_filter .widget:not(:first-child){
    border-top: 1px solid #eee;
}
.kuteshop_product_filter .widget .widgettitle{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.kuteshop_product_filter .widget_product_categories .cat-item{
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.kuteshop_product_filter .widget_product_categories .cat-item>*{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.kuteshop_product_filter .widget_product_categories .cat-item>a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 3px;
}
.kuteshop_product_filter .widget_product_categories .cat-item>a::before,
.widget_layered_nav .list-group>*::before{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    margin: 6px 12px 0 0;
}
.kuteshop_product_filter .widget_product_categories .cat-item.current-cat>a::before,
.kuteshop_product_filter .widget_product_categories .cat-item>a:hover::before,
.widget_layered_nav .list-group>*.chosen::before,
.widget_layered_nav .list-group>a:hover::before{
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    line-height: 10px;
    font-size: 9px;
    padding-left: 1px;
    color: #fff;
    text-align: center;
}
.kuteshop_product_filter .widget_product_categories .cat-item.cat-parent>.carets{
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #aaa;
}
.kuteshop_product_filter .widget_product_categories .cat-item.cat-parent>.carets::before{
    display: inline-block;
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kuteshop_product_filter .widget_product_categories .cat-item.show-sub>.carets::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.kuteshop_product_filter .widget_product_categories .cat-item>.count{
    color: #aaa;
}
.kuteshop_product_filter .widget_product_categories .children{
    display: none;
    clear: both;
}
.widget_layered_nav .color-group{
    font-size: 0;
    line-height: 0;
    margin: 0 -5px -5px;
}
.widget_layered_nav .color-group>*{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    border: 1px solid #ddd;
}
.widget_layered_nav .color-group>* i{
    display: block;
    width: 18px;
    height: 18px;
}
.widget_layered_nav .color-group>a:hover::after,
.widget_layered_nav .color-group>*.selected::after{
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 12px;
    height: 12px;
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    line-height: 12px;
    font-size: 9px;
    color: #fff;
    text-align: center;
}
.widget_layered_nav .list-group{
    margin-bottom: 0;
}
.widget_layered_nav .list-group>*{
    display: block;
}
.widget_layered_nav .list-group>* .count{
    margin-left: 3px;
    color: #aaa;
}
/* Ui Slider */
.ui-slider {
    position: relative;
    text-align: left;
    background-color: #e6e6e6;
    height: 7px;
    margin-top: 15px;
    margin-bottom: 13px;
}
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: #ccc;
    z-index: 1;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    top: -5px;
    left: 0;
    width: 13px;
    height: 17px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    background-image: url(../images/filter.png);
    background-size: cover;
    z-index: 2;
    margin-left: -6px;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.price_slider_amount{
    position: relative;
    padding: 35px 0 5px;
}
.price_slider_amount .price_label{
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}
.price_slider_amount .button{
    position: relative;
    width: 100%;
}
.price_slider_amount .button:hover::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(255,255,255,0.3);
}
/*------------------------------PRODUCT ELEMENT-----------------------------*/
/* ADD TO CART */
.add-to-cart a{
    display: block;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    line-height: 32px;
    font-weight: normal;
    padding: 9px 10px;
    text-align: center;
}
.add-to-cart a::before{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid;
    border-radius: 50%;
    font-family: Flaticon, sans-serif;
    content: "\f100";
    text-align: center;
    margin-right: 7px;
}
.add-to-cart a:hover,
.add-to-cart a:focus{
    color: #fff;
    opacity: 1;
}
.entry-summary .single_add_to_cart_button.loading::before,
.add-to-cart a.loading::before{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 20px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.add-to-cart a.added{
    display: none !important;
}
/* COMPARE */
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-button a.add_to_wishlist{
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    font-weight: normal;
    border-radius: 50%;
    overflow: hidden;
    color: inherit;
    background-color: transparent;
}
.entry-summary a.compare::before,
.product-item a.compare::before,
a.yith-wcqv-button::before,
.yith-wcwl-add-to-wishlist a::before{
    display: block;
    font-family: Flaticon, sans-serif;
    font-size: 14px;
    line-height: 32px;
    padding: 1px 0 0;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
}
.entry-summary a.compare:hover,
.product-item a.compare:hover,
a.yith-wcqv-button:hover,
.yith-wcwl-add-to-wishlist a:hover{
    opacity: 1;
}
.entry-summary a.compare::before,
.product-item a.compare::before{
    content: "\f109";
}
/* QUICK VIEW */
a.yith-wcqv-button::before{
    content: "\f10a";
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background-size: 100% 100% !important;
}
/* WISHLIST */
.yith-wcwl-add-to-wishlist{
    margin: 0;
}
.yith-wcwl-add-to-wishlist .feedback{
    display: none;
}
.yith-wcwl-add-to-wishlist a::before{
    content: "\f106";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button>img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px !important;
    height: 20px !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before{
    content: "\f107";
}
/* PRICE */
.price{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
}
.price ins {
    float: left;
    margin-right: 10px;
    text-decoration: none;
}
.price del {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    line-height: 18px;
    color: #666;
    font-weight: normal;
}
/* STAR RATING */
.star-rating{
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #ccc;
}
.star-rating::before,
.star-rating > span::before {
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
    font-size: 14px;
    letter-spacing: 0.1em;
}
.star-rating > span::before {
    color: #ff9900;
}
.star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
/* QUANTITY */
.quantity .control{
    display: inline-block;
    position: relative;
}
.quantity .input-qty{
    padding: 2px 20px 2px 12px;
    height: 30px;
    font-size: 13px;
}
.quantity .btn-number{
    position: absolute;
    right: 0;
    padding: 0 5px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}
.quantity .quantity-minus{
    bottom: 0;
    padding-top: 3px;
}
.quantity .quantity-plus{
    top: 0;
    padding-top: 6px;
}
.quantity .btn-number::before{
    display: block;
    content: '';
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}
.quantity .quantity-minus::before{
    border-top: 5px solid;
}
.quantity .quantity-plus::before{
    border-bottom: 5px solid;
}
/* STARS */
p.stars{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
p.stars a{
    display: inline-block
}
p.stars a:before {
    display: block;
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ccc;
    content: "\f005";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    color: #ff9900;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
    color: #ccc;
}
.flash>span{
    color: #fff;
    text-transform: uppercase;
    background-color: #ff9900;
}
.flash>.onnew{
    background-color: #009966;
}
/* COUNTDOWN */
.kuteshop-countdown{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.product-countdown.default .kuteshop-countdown>*{
    display: inline-block;
    vertical-align: top;
}
.product-countdown.default .kuteshop-countdown>*:not(:last-child)::before{
    display: inline-block;
    vertical-align: top;
    float: right;
    font-size: 20px;
    line-height: 24px;
    content: ':';
    width: 10px;
}
.product-countdown.default .digit{
    display: inline-block;
    vertical-align: top;
    float: right;
    font-size: 18px;
    line-height: 24px;
    background-color: #aaa;
    color: #fff;
    width: 24px;
}
.product-countdown.default .digit:not(:last-child){
    margin-left: 3px;
}
/* style1 */
.product-countdown.style1 .title,
.product-countdown.style1 .kuteshop-countdown>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.product-countdown.style1 .title{
    padding: 3px 5px 3px 0;
    margin-bottom: 0;
}
.product-countdown.style1 .title i{
    font-size: 24px;
    vertical-align: top;
}
.product-countdown.style1 .kuteshop-countdown{
    display: inline-block;
    vertical-align: middle;
}
.product-countdown.style1 .kuteshop-countdown>*{
    border: 1px solid #ddd;
    padding: 2px 8px;
    position: relative;
}
.product-countdown.style1 .kuteshop-countdown>*:not(:last-child){
    margin-right: 10px;
}
.product-countdown.style1 .kuteshop-countdown>*:not(:last-child)::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 1px);
    margin: auto;
    width: 10px;
    text-align: center;
    content: ':';
    font-weight: 600;
    color: #333;
    height: 24px;
}
/* style2 */
.product-countdown.style2{
    max-width: 230px;
}
.product-countdown.style2 .kuteshop-countdown{
    margin: 0 -3px;
}
.product-countdown.style2 .kuteshop-countdown>*{
    display: inline-block;
    width: 25%;
    padding: 0 3px;
    font-size: 14px;
    line-height: 20px;
}
.product-countdown.style2 .kuteshop-countdown>*>*{
    display: block;
    background-color: #f5f5f5;
}
.product-countdown.style2 .kuteshop-countdown .number{
    font-size: 18px;
    padding-top: 4px;
}
.product-countdown.style2 .kuteshop-countdown .text{
    padding-bottom: 4px;
}
/* style3 */
.product-countdown.style4 .kuteshop-countdown,
.product-countdown.style3 .kuteshop-countdown{
    text-align: left;
}
.product-countdown.style4 .kuteshop-countdown>*,
.product-countdown.style3 .kuteshop-countdown>*{
    position: relative;
    display: inline-block;
    width: 68px;
    height: 68px;
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 9px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #fff;
}
.product-countdown.style3 .kuteshop-countdown>*:not(:first-child){
    margin-left: -6px;
}
.product-countdown.style4 .kuteshop-countdown>*::before,
.product-countdown.style3 .kuteshop-countdown>*::before{
    position: absolute;
    content: '';
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    border-radius: 50%;
}
.product-countdown.style4 .kuteshop-countdown>*>*,
.product-countdown.style3 .kuteshop-countdown>*>*{
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
}
.product-countdown.style4 .kuteshop-countdown .number,
.product-countdown.style3 .kuteshop-countdown .number{
    font-weight: 700;
    padding-top: 5px;
}
.product-countdown.style4 .kuteshop-countdown .number::after,
.product-countdown.style3 .kuteshop-countdown .number::after{
    display: block;
    content: '';
    width: 50%;
    margin: auto;
    border-bottom: 1px solid;
}
.product-countdown.style4 .kuteshop-countdown .text,
.product-countdown.style3 .kuteshop-countdown .text{
    font-size: 10px;
    line-height: 14px;
}
.product-countdown.style4 .kuteshop-countdown>*{
    display: block;
    width: 78px;
    height: 78px;
    padding: 14px;
}
.product-countdown.style4 .kuteshop-countdown>*:not(:first-child){
    margin-top: -6px;
}
.product-countdown.style4 .kuteshop-countdown>*::before{
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
}
/* style5 */
.product-countdown.style5 .kuteshop-countdown{
    margin: 0 -8px;
}
.product-countdown.style5 .kuteshop-countdown>*{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    padding: 0 8px;
}
.product-countdown.style5 .kuteshop-countdown>* .number{
    display: inline-block;
    padding: 5px 6px;
    min-width: 42px;
    background-color: #ff3366;
    color: #fff;
    font-weight: 600;
}
.product-countdown.style5 .kuteshop-countdown>* .text{
    display: block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
}
/* style6 */
.product-countdown.style6{
    font-size: 0;
    line-height: 0;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.product-countdown.style6 .title{
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 33px;
    padding: 17px 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.product-countdown.style6 .title span{
    display: block;
}
.product-countdown.style6 .kuteshop-countdown {
    display: inline-block;
    vertical-align: top;
}
.product-countdown.style6 .kuteshop-countdown .label {
    margin-top: 5px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.product-countdown.style6 .time:not(:first-child){
    margin-left: 1px;
}
.product-countdown.style6 .time {
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 80px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.product-countdown.style6 .count {
    background: #f6f6f6;
    color: #333;
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 83px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}
.product-countdown.style6 .count.top {
    height: 42%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.product-countdown.style6 .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
    line-height: 0;
    height: 58%;
    top: 42%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.product-countdown.style6 .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}
.product-countdown.style6 .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}
.product-countdown.style6 .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.product-countdown.style6 .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.product-countdown.style6 .count::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    border-top: 1px solid #aaa;
    bottom: 0;
}
.product-countdown.style6 .count.bottom::before{
    bottom: auto;
    top: 0;
}
.product-countdown.style6 .time .count span{
    display: block;
    position: relative;
    z-index: 5;
    margin-top: -2px;
}
/* style7 */
.product-countdown.style7 .kuteshop-countdown{
    text-align: left;
}
.product-countdown.style7 .kuteshop-countdown>*{
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}
.product-countdown.style7 .kuteshop-countdown>*:not(:first-child){
    margin-left: 5px;
}
.product-countdown.style7 .kuteshop-countdown>* .number{
    display: block;
    padding: 7px;
    min-width: 50px;
    background-color: #333;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.product-countdown.style7 .kuteshop-countdown>* .text{
    display: block;
}
/* PRODUCT ITEM */
.product-item .product-inner{
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    overflow: hidden;
}
.product-inner .product-thumb{
    position: relative;
    overflow: hidden;
}
.product-inner .flash>span{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.product-inner .flash>.onsale{
    font-size: 11px;
    left: auto;
    right: 15px;
}
.product-inner .thumb-link{
    display: block;
}
.product-inner .add-to-cart{
    position: relative;
}
.short-text .product-inner .product_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-inner .product_title{
    font-size: 14px;
    line-height: inherit;
    font-weight: normal;
    margin-bottom: 8px;
}
/*list*/
.product-item.list .product-inner{
    border: 1px solid #eee;
    padding: 20px;
    overflow: hidden;
    margin-bottom: -1px;
}
.product-item.list .product-inner:not(:hover){
    border-color: #eee transparent #eee transparent;
}
.product-item.list:last-child {
    margin-bottom: 30px;
}
.product-item.list .sku-product,
.product-item.list .available-product{
    margin-top: 5px;
}
.in-stock.available-product span {
    color: #019865;
}
.out-stock.available-product span {
    color: #FD6600;
}
.product-item.list .product-thumb{
    display: inline-block;
    float: left;
    width: 250px;
}
.product-item.list .product-info{
    display: inline-block;
    float: right;
    width: calc(100% - 280px);
    padding: 10px 0;
}
.product-item.list .product-info .info-left{
    display: inline-block;
    float: left;
    width: calc(100% - 200px);
    margin-bottom: 30px;
}
.product-item.list .product-info .info-right{
    display: inline-block;
    float: right;
    width: 180px;
    text-align: right;
    margin-bottom: 30px;
}
.product-item.list .product-info .info-right>*{
    display: inline-block;
    text-align: left;
}
.product-item.list .product-info .info-right>*:not(.add-to-cart):not(.clear){
    margin-left: 10px;
}
.product-item.list .product-info .info-right .add-to-cart{
    display: table;
    min-width: 130px;
    margin: 20px 0 15px auto;
}
.product-item.list .add-to-cart a:hover{
    opacity: 0.7;
}
.product-item.list .add-to-cart a{
    display: block;
    line-height: inherit;
    padding: 8px 10px;
}
.product-item.list .add-to-cart a::before{
    width: auto;
    height: auto;
    line-height: inherit;
    border: none;
}
.product-item.list .excerpt-content{
    display: table;
    width: 100%;
}
.product-item.list .product_title{
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
/*shortcode*/
.kuteshop-products .slick-slider:not(.nav-center) .slick-arrow{
    margin-top: 5px;
}
.kuteshop-products .product-countdown.style1{
    margin-bottom: 20px;
}
/* default */
.kuteshop-products{
    position: relative;
}
.kuteshop-products>.slick-slider{
    position: static;
}
.kuteshop-products::before,
.kuteshop-products::after{
    display: table;
    content: '';
    clear: both;
}
.kuteshop-products.has-brand .box-brand{
    display: inline-block;
    float: left;
    width: 33%;
    padding: 0 30px 30px 0;
}
.kuteshop-products.has-brand .content-product-append{
    display: inline-block;
    float: left;
    width: 67%;
}
.kuteshop-products.has-brand .content-product-append.row{
    width: calc(67% + 30px);
}
.kuteshop-products .box-brand .desc{
    font-size: 14px;
    line-height: 18px;
    border-top: 1px dashed #aaa;
    margin-top: 10px;
    padding-top: 15px;
}
.kuteshop-products .box-brand .button-brand{
    border-top: 1px dashed #aaa;
    margin-top: 30px;
    padding-top: 20px;
}
.kuteshop-products .box-brand .button{
    padding: 4px 15px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.kuteshop-products .box-brand .button::after{
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 10px;
}
.kuteshop-products .box-brand .button:hover{
    color: #fff;
    opacity: 1;
}
.product-item.style-3 .product-inner .thumb-link img,
.product-item.style-1 .product-inner .thumb-link img,
.product-inner .thumb-link img{
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item.style-3 .product-inner:hover .thumb-link img,
.product-item.style-1 .product-inner:hover .thumb-link img,
.product-inner:hover .thumb-link img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product-inner .group-button>.clear{
    display: none !important;
}
/* STYLE 1 */
.kuteshop-slider.style2 .kuteshop-title,
.kuteshop-blog .kuteshop-title.style1,
.kuteshop-products.style-1 .kuteshop-title{
    box-shadow: 0 -1px #eee inset;
    font-size: 16px;
    line-height: 24px;
    padding-right: 65px;
}
.kuteshop-slider.style2 .kuteshop-title .title,
.kuteshop-blog .kuteshop-title.style1 .title,
.kuteshop-products.style-1 .kuteshop-title .title{
    display: inline-block;
    padding: 10px 13px 7px;
    border-bottom: 3px solid;
}
.product-item.style-6 .product-inner,
.product-item.style-5 .product-inner,
.product-item.style-1 .product-inner{
    border: 1px solid #eee;
}
.product-item.style-1 .product-inner .thumb-link img{
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}
.product-item.style-1 .group-button{
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-item.style-1 .group-button>*:not(:last-child){
    margin-bottom: 9px;
}
.product-item.style-6 .group-button>*:nth-child(1),
.product-item.style-5 .group-button>*:nth-child(1),
.product-item.style-1 .group-button>*:nth-child(1){
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.product-item.style-6 .group-button>*:nth-child(2),
.product-item.style-5 .group-button>*:nth-child(2),
.product-item.style-1 .group-button>*:nth-child(2){
    -webkit-transition: transform 0.3s ease 0.1s;
    -moz-transition: transform 0.3s ease 0.1s;
    -ms-transition: transform 0.3s ease 0.1s;
    -o-transition: transform 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s;
}
.product-item.style-6 .group-button>*:nth-child(3),
.product-item.style-5 .group-button>*:nth-child(3),
.product-item.style-1 .group-button>*:nth-child(3){
    -webkit-transition: transform 0.3s ease 0.1s;
    -moz-transition: transform 0.3s ease 0.1s;
    -ms-transition: transform 0.3s ease 0.1s;
    -o-transition: transform 0.3s ease 0.1s;
    transition: transform 0.3s ease 0.1s;
}
.product-item.style-6 .group-button>*:nth-child(4),
.product-item.style-5 .group-button>*:nth-child(4),
.product-item.style-1 .group-button>*:nth-child(4){
    -webkit-transition: transform 0.3s ease 0.2s;
    -moz-transition: transform 0.3s ease 0.2s;
    -ms-transition: transform 0.3s ease 0.2s;
    -o-transition: transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s;
}
.product-item.style-13 .add-to-cart,
.product-item.style-1 .add-to-cart{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item.style-1 .product-info{
    padding: 15px;
}
.product-item.style-1 .group-price{
    overflow: hidden;
}
.product-item.style-1 .group-price .star-rating{
    float: right;
}
/* STYLE 2 */
.kuteshop-products.style-2{
    max-width: 352px;
}
.kuteshop-products.style-2 .kuteshop-title{
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.kuteshop-products.style-2 .kuteshop-title .title{
    display: inline-block;
}
.kuteshop-products.style-2 .kuteshop-title::before{
    display: inline-block;
    vertical-align: middle;
    font-family: Flaticon, sans-serif;
    content: "\f10c";
    width: 45px;
    font-size: 28px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin: 0 8px;
    font-weight: normal;
}
.kuteshop-products.style-2 .kuteshop-title:after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 8px;
    border-bottom: 8px solid;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}
.product-item.style-2 .product-inner{
    border: 3px solid;
    padding: 25px 0 5px;
}
.product-item.style-2 .product-countdown{
    margin-bottom: 30px;
}
.product-item.style-2 .product-info{
    padding-left: 33px;
    padding-right: 33px;
}
.product-item.style-2 .product_title{
    margin-bottom: 4px;
}
.product-item.style-2 .price ins{
    margin-right: 3px;
}
.product-item.style-2 .price del{
    display: none;
}
.product-item.style-2 .flash{
    display: inline-block;
}
.product-item.style-2 .flash>span{
    position: static;
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 13px;
    color: inherit;
    background-color: transparent;
    text-transform: none;
}
.product-item.style-2 .flash>.onsale::before{
    content: '(';
}
.product-item.style-2 .flash>.onsale::after{
    content: ')';
}
.product-item.style-2 .group-button{
    top: 35%;
}
.product-item.style-2 .group-price .star-rating{
    float: none;
    display: table;
}
/* STYLE 3 */
.product-item.style-3 .product-inner{
    overflow: hidden;
}
.product-item.style-3 .product-thumb{
    display: inline-block;
    float: left;
    width: 130px;
}
.product-item.style-3 .product-info{
    display: inline-block;
    width: calc(100% - 130px);
    padding-left: 20px;
}
.product-item.style-3 .add-to-cart a{
    display: inline-block;
    line-height: inherit;
    padding: 5px 15px;
    font-size: 12px;
}
.product-item.style-3 .add-to-cart a:not(:hover){
    background-color: transparent;
    color: inherit;
    box-shadow: 0 0 0 1px #ddd inset;
}
.product-item.style-3 .add-to-cart a::before{
    width: auto;
    height: auto;
    border: none;
    line-height: inherit;
}
.product-item.style-3 .price{
    display: block;
    margin-bottom: 7px;
}
.product-item.style-3 .product_title{
    margin-top: 8px;
}
.product-item.style-3 .star-rating{
    margin-bottom: 7px;
}
.product-item.style-3 .star-rating::before,
.product-item.style-3 .star-rating > span::before{
    font-size: 12px;
}
.product-item.style-3 .flash{
    display: none;
}
/* STYLE 4 */
.product-item.style-4 .product-info{
    padding: 8px 10px 6px;
}
.product-item.style-4 .group-button{
    top: 37%;
}
.product-item.style-4 .product-inner .product_title{
    margin-bottom: 4px;
}
/* STYLE 5 */
.kuteshop-products.style-5 .kuteshop-title{
    display: inline-block;
    float: left;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding: 21px 0;
    text-align: center;
    margin: 0 15px 0 0;
    width: 38px;
    font-weight: normal;
}
.kuteshop-products.style-5 .kuteshop-title>*{
    display: block;
}
.kuteshop-products.style-5 .kuteshop-title .color{
    color: #ebd200;
}
.kuteshop-products.style-5 .product-countdown{
    display: inline-block;
    float: left;
    margin-right: 35px;
}
.kuteshop-products.style-5 .content-product-append{
    padding-left: 30px;
    overflow: hidden;
}
.kuteshop-products.style-5 .slick-slider{
    position: relative;
}
.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow{
    top: 50%;
    left: 0;
    right: auto;
    font-size: 26px;
    padding: 2px;
    font-weight: 600;
    background-color: rgba(0,0,0,0.12);
    color: #333;
}
.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow:hover{
    color: #7bc042;
}
.kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow:first-child{
    top: calc(50% - 31px);
    right: auto;
}
.product-item.style-6 .group-button,
.product-item.style-5 .group-button{
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    text-align: center;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.product-item.style-6 .group-button>*,
.product-item.style-5 .group-button>*{
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}
.product-item.style-6 a.compare,
.product-item.style-6 .yith-wcwl-add-to-wishlist a,
.product-item.style-6 .yith-wcwl-add-button a.add_to_wishlist,
.product-item.style-5 a.compare,
.product-item.style-5 .yith-wcwl-add-to-wishlist a,
.product-item.style-5 .yith-wcwl-add-button a.add_to_wishlist{
    border-radius: 0;
}
.product-item.style-6 .add-to-cart a::before,
.product-item.style-6 a.compare::before,
.product-item.style-6 .yith-wcwl-add-to-wishlist a::before,
.product-item.style-5 .add-to-cart a::before,
.product-item.style-5 a.compare::before,
.product-item.style-5 .yith-wcwl-add-to-wishlist a::before{
    border-radius: 0;
    background-color: #7bc042;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    border: none;
}
.product-item.style-6 .add-to-cart a,
.product-item.style-5 .add-to-cart a{
    font-size: 0;
    line-height: 0;
    padding: 0;
    background-color: #7bc042;
}
.product-item.style-6 .add-to-cart a::before,
.product-item.style-5 .add-to-cart a::before{
    background-color: transparent;
}
.product-item.style-6 .add-to-cart a:not(.loading)::before,
.product-item.style-5 .add-to-cart a:not(.loading)::before{
    content: '\f102';
}
.product-item.style-5 .product_title a{
    display: block;
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item.style-5 .product_title a:hover{
    opacity: 0.7;
}
.product-item.style-5 .product-info{
    padding: 0 10px 10px;
}
.product-item.style-6 .star-rating::before,
.product-item.style-6 .star-rating > span::before,
.product-item.style-5 .star-rating::before,
.product-item.style-5 .star-rating > span::before{
    font-size: 12px;
    content: "\f006\f006\f006\f006\f006";
}
.product-item.style-6 .price,
.product-item.style-5 .price{
    display: block;
    margin-top: 2px;
}
/* STYLE 6 */
.product-item.style-6 .group-button{
    top: calc(100% - 30px);
}
.product-item.style-6 a.yith-wcqv-button{
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 33px);
}
.product-item.style-6 a.yith-wcqv-button::before{
    width: 66px;
    height: 66px;
    font-size: 26px;
    line-height: 64px;
    content: '\f10b';
    background-color: rgba(123,192,66,0.7);
}
.product-item.style-6 .product-info{
    padding: 9px 10px 13px;
}
.product-item.style-6 .product_title{
    margin-bottom: 2px;
}
/* STYLE 7 */
.kuteshop-testimonials .kuteshop-title,
.kuteshop-blog .kuteshop-title.style2,
.kuteshop-tabs.style8 .tab-head .kuteshop-title,
.kuteshop-products.style-7 .kuteshop-title{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 13px 0;
    margin-bottom: 30px;
    font-weight: normal;
}
.kuteshop-testimonials .kuteshop-title::before,
.kuteshop-testimonials .kuteshop-title::after,
.kuteshop-blog .kuteshop-title.style2::before,
.kuteshop-blog .kuteshop-title.style2::after,
.kuteshop-tabs.style8 .tab-head .kuteshop-title::before,
.kuteshop-tabs.style8 .tab-head .kuteshop-title::after,
.kuteshop-products.style-7 .kuteshop-title::before,
.kuteshop-products.style-7 .kuteshop-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    border-bottom: 3px solid;
}
.kuteshop-testimonials .kuteshop-title::after,
.kuteshop-blog .kuteshop-title.style2::after,
.kuteshop-tabs.style8 .tab-head .kuteshop-title::after,
.kuteshop-products.style-7 .kuteshop-title::after{
    width: 120px;
    border-bottom-width: 1px;
    bottom: 1px;
}
.product-item.style-7 .product-inner{
    text-align: center;
}
.product-item.style-7 .product-thumb{
    border: 1px solid #eee;
}
.product-item.style-7 .product-info{
    padding: 14px 15px 0;
}
.product-item.style-7 .product_title{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-item.style-7 .group-button>*{
    display: inline-block;
    vertical-align: bottom;
}
.product-item.style-7 .group-button>*:not(:first-child){
    margin-left: 8px;
}
.product-item.style-7 .add-to-cart{
    max-width: calc(100% - 100px);
}
.product-item.style-7 .add-to-cart a{
    text-transform: uppercase;
    line-height: 24px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #333;
    font-family: 'Lato', sans-serif;
}
.product-item.style-7 .add-to-cart a.loading::before,
.product-item.style-7 .add-to-cart a.loading::after{
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    margin: auto;
    color: #333;
    z-index: 1;
    border: none;
}
.product-item.style-7 .add-to-cart a.loading::after{
    content: '';
    background-color: rgba(255,255,255,0.9);
    width: auto;
    height: auto;
    z-index: 0;
}
.product-item.style-7 .add-to-cart a:not(.loading)::before{
    display: none;
}
.product-item.style-7 a.compare,
.product-item.style-7 .yith-wcwl-add-to-wishlist a,
.product-item.style-7 .yith-wcwl-add-button a.add_to_wishlist{
    border-radius: 0;
}
.product-item.style-7 a.compare::before{
    content: "\f108";
}
.product-item.style-7 a.compare::before,
.product-item.style-7 .yith-wcwl-add-to-wishlist a::before{
    width: 36px;
    height: 36px;
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #333;
}
.product-item.style-7 .add-to-cart a:hover,
.product-item.style-7 a.compare:hover::before,
.product-item.style-7 .yith-wcwl-add-to-wishlist a:hover::before{
    color: #fff;
}
.product-item.style-7 .price{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.product-item.style-7 .price del{
    font-size: inherit;
    line-height: inherit;
    color: #999;
}
.product-item.style-16 a.yith-wcqv-button,
.product-item.style-7 a.yith-wcqv-button{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
.product-item.style-16 a.yith-wcqv-button::before,
.product-item.style-7 a.yith-wcqv-button::before{
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 58px;
}
/* STYLE 8 */
.kuteshop-products.style-17 .product_title,
.kuteshop-products.style-8 .product_title{
    margin-bottom: 3px;
    line-height: 24px;
}
.kuteshop-products.style-8 .product-info{
    padding: 8px 15px 6px;
}
.product-item.style-8 .flash>span{
    top: auto;
    bottom: 15px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
}
.product-item.style-8 .product-inner:hover .flash>span{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.product-item.style-16 a.compare,
.product-item.style-16 .yith-wcwl-add-to-wishlist a,
.product-item.style-16 .yith-wcwl-add-button a.add_to_wishlist,
.product-item.style-10 a.compare,
.product-item.style-10 a.yith-wcqv-button,
.product-item.style-10 .yith-wcwl-add-to-wishlist a,
.product-item.style-10 .yith-wcwl-add-button a.add_to_wishlist,
.product-item.style-8 a.compare,
.product-item.style-8 a.yith-wcqv-button,
.product-item.style-8 .yith-wcwl-add-to-wishlist a,
.product-item.style-8 .yith-wcwl-add-button a.add_to_wishlist{
    border-radius: 0;
}
.product-item.style-16 a.compare::before,
.product-item.style-16 .yith-wcwl-add-to-wishlist a::before,
.product-item.style-10 a.compare::before,
.product-item.style-10 a.yith-wcqv-button::before,
.product-item.style-10 .yith-wcwl-add-to-wishlist a::before,
.product-item.style-8 a.compare::before,
.product-item.style-8 a.yith-wcqv-button::before,
.product-item.style-8 .yith-wcwl-add-to-wishlist a::before{
    border-radius: 0;
    width: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
}
.product-item.style-16 a.compare:not(:hover)::before,
.product-item.style-16 .yith-wcwl-add-to-wishlist a:not(:hover)::before,
.product-item.style-10 a.compare:not(:hover)::before,
.product-item.style-10 a.yith-wcqv-button:not(:hover)::before,
.product-item.style-10 .yith-wcwl-add-to-wishlist a:not(:hover)::before,
.product-item.style-8 a.compare:not(:hover)::before,
.product-item.style-8 a.yith-wcqv-button:not(:hover)::before,
.product-item.style-8 .yith-wcwl-add-to-wishlist a:not(:hover)::before{
    background-color: #e5e5e5;
    color: #999;
}
.product-item.style-8 .group-button{
    right: 5px;
    top: 35%;
}
.product-item.style-16 .add-to-cart a,
.product-item.style-8 .add-to-cart a{
    font-size: 16px;
    padding: 6px 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.product-item.style-8 .add-to-cart a:not(:hover){
    background-color: rgba(57,66,100,0.9);
}
.product-item.style-16 .add-to-cart a::before,
.product-item.style-10 .add-to-cart a::before,
.product-item.style-8 .add-to-cart a::before{
    font-size: 18px;
    width: auto;
    height: auto;
    border: none;
}
.product-item.style-16 .add-to-cart a:not(.loading)::before,
.product-item.style-10 .add-to-cart a:not(.loading)::before,
.product-item.style-8 .add-to-cart a:not(.loading)::before{
    content: "\f101";
}
.product-item.style-17 .price,
.product-item.style-16 .price,
.product-item.style-8 .price{
    font-weight: normal;
    font-size: 14px;
}
.product-item.style-17 .price del,
.product-item.style-16 .price del,
.product-item.style-8 .price del{
    font-size: inherit;
    line-height: inherit;
}
/* STYLE 9 */
.kuteshop-tabs.style12 .tab-link .slick-arrow,
.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow{
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 0;
    width: 24px;
    height: 24px;
    padding: 6px 9px;
    margin-top: 12px;
    right: 17px;
}
.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:first-child{
    padding-left: 6px;
    right: 50px;
}
.kuteshop-tabs.style12 .tab-link .slick-arrow:not(:hover),
.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:not(:hover){
    background-color: #fff;
    color: #999;
}
.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow::before{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:first-child::before{
    border-right: 6px solid;
}
.kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow:nth-child(3)::before{
    border-left: 6px solid;
}
.product-item.style-9 .price{
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 9px;
}
.product-item.style-9 .price del{
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: #aaa;
}
.product-item.style-9 .product_title{
    margin-bottom: 3px;
}
.product-item.style-9 .star-rating::before,
.product-item.style-9 .star-rating > span::before{
    font-size: 12px;
    letter-spacing: 0.2em;
}
.product-item.style-9 .flash>span{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
}
/* STYLE 10 */
.kuteshop-products.style-10 .slick-slider.nav-center{
    overflow: inherit;
}
.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow{
    font-size: 15px;
    color: #999;
    background-color: #eee;
    border: 1px solid #dfdfdf;
    opacity: 1;
    visibility: visible;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    top: 36%;
}
.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:hover{
    color: #fff;
}
.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:first-child {
    right: auto;
    left: -112px;
}
.kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:nth-child(3){
    right: -112px;
}
.product-item.style-10{
    padding-bottom: 5px;
}
.product-item.style-10 .product-inner:not(:hover){
    border-color: transparent;
}
.product-item.style-10 .product-inner:hover .thumb-link img{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.product-item.style-10 .product-inner:hover{
    background-color: #eee;
}
.product-item.style-10 .product-info{
    padding: 18px 20px 15px;
}
.product-item.style-10 .product-inner:hover .product-info{
    text-align: center;
}
.product-item.style-10 .add-to-cart{
    left: 20px;
    right: 20px;
}
.product-item.style-10 .add-to-cart a:not(:hover){
    opacity: 0.9;
}
.product-item.style-10 .group-button{
    right: 20px;
}
.product-item.style-10 .product_title{
    font-size: 16px;
    margin-bottom: 4px;
}
.product-item.style-10 .price{
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.product-item.style-10 .flash>span{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
}
/* STYLE 11 */
.kuteshop-products.style-11{
    max-width: 410px;
    margin-left: auto;
    padding: 65px 30px 210px;
}
.kuteshop-products.style-11 .kuteshop-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
}
.kuteshop-products.style-11 .product-countdown{
    margin-bottom: 50px;
}
.product-item.style-11 .product-inner{
    background-color: transparent;
}
.product-item.style-11 .product_title{
    font-size: 24px;
    margin-bottom: 13px;
}
.product-item.style-11 .excerpt-content{
    line-height: 18px;
    margin-bottom: 29px;
}
.product-item.style-11 .price{
    font-size: 24px;
    margin-bottom: 15px;
}
.product-item.style-11 .price del{
    font-size: 18px;
}
.product-item.style-11 .add-to-cart a:hover{
    opacity: 0.7;
}
.product-item.style-11 .add-to-cart a{
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.product-item.style-11 .add-to-cart a:not(.loading)::before{
    content: '\f101';
}
.product-item.style-11 .add-to-cart a::before{
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    border: none;
}
.product-item.style-11 .product-button{
    overflow: hidden;
}
.product-item.style-11 .product-button>*{
    display: inline-block;
    float: left;
    margin-right: 6px;
}
.product-item.style-11 a.compare,
.product-item.style-11 a.yith-wcqv-button,
.product-item.style-11 .yith-wcwl-add-to-wishlist a,
.product-item.style-11 .yith-wcwl-add-button a.add_to_wishlist{
    border-radius: 0;
}
.product-item.style-11 a.compare::before,
.product-item.style-11 a.yith-wcqv-button::before,
.product-item.style-11 .yith-wcwl-add-to-wishlist a::before{
    border-radius: 0;
    width: 44px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #bbb;
    font-size: 17px;
}
.product-item.style-11 a.compare:not(:hover)::before,
.product-item.style-11 a.yith-wcqv-button:not(:hover)::before,
.product-item.style-11 .yith-wcwl-add-to-wishlist a:not(:hover)::before{
    background-color: transparent;
    color: #999;
}
/* STYLE 12 */
.kuteshop-products.style-12 .kuteshop-title{
    font-size: 14px;
    width: calc(100% - 47px);
    max-width: 265px;
    position: relative;
    line-height: 18px;
    margin-bottom: 25px;
    color: #000;
}
.kuteshop-products.style-12 .kuteshop-title::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
}
.kuteshop-products.style-12 .kuteshop-title span{
    display: inline-block;
    position: relative;
    padding-right: 14px;
    background-color: #fff;
}
.kuteshop-products.style-12 .product-list-owl .slick-arrow,
.kuteshop-tabs.style14 .tab-link .slick-arrow{
    font-size: 0;
    line-height: 0;
    padding: 3px 6px;
    border: 1px solid #eee;
    width: 17px;
    height: 17px;
    margin-top: 0;
    right: 60px;
}
.kuteshop-products.style-12 .product-list-owl .slick-arrow:not(:hover),
.kuteshop-tabs.style14 .tab-link .slick-arrow:not(:hover){
    color: #999;
    background-color: transparent;
}
.kuteshop-products.style-12 .product-list-owl .slick-arrow:first-child,
.kuteshop-tabs.style14 .tab-link .slick-arrow:first-child{
    right: 81px;
    padding-left: 5px;
}
.kuteshop-products.style-12 .product-list-owl .slick-arrow::before,
.kuteshop-tabs.style14 .tab-link .slick-arrow::before{
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.kuteshop-products.style-12 .product-list-owl .slick-arrow:first-child::before,
.kuteshop-tabs.style14 .tab-link .slick-arrow:first-child::before{
    border-right: 4px solid;
}
.kuteshop-products.style-12 .product-list-owl .slick-arrow:nth-child(3)::before,
.kuteshop-tabs.style14 .tab-link .slick-arrow:nth-child(3)::before{
    border-left: 4px solid;
}
.product-item.style-12 .product-inner{
    overflow: hidden;
}
.product-item.style-12 .product-inner:hover .thumb-link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid;
}
.product-item.style-12 .product-thumb{
    display: inline-block;
    float: left;
    width: 100px;
}
.product-item.style-12 .product-info{
    display: inline-block;
    width: calc(100% - 100px);
    padding-left: 22px;
}
.product-item.style-12 .add-to-cart a{
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: #fff;
}
.product-item.style-12 .add-to-cart a:hover{
    opacity: 0.7;
}
.product-item.style-12 .add-to-cart a:not(.loading)::before{
    content: '\f101';
}
.product-item.style-12 .add-to-cart a::before{
    width: 40px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    margin: 0;
    border: none;
}
.product-item.style-12 .product-button{
    overflow: hidden;
}
.product-item.style-12 .product-button>*{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.product-item.style-12 a.compare,
.product-item.style-12 a.yith-wcqv-button,
.product-item.style-12 .yith-wcwl-add-to-wishlist a,
.product-item.style-12 .yith-wcwl-add-button a.add_to_wishlist{
    border-radius: 0;
}
.product-item.style-12 a.compare::before,
.product-item.style-12 a.yith-wcqv-button::before,
.product-item.style-12 .yith-wcwl-add-to-wishlist a::before{
    border-radius: 0;
    width: 40px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
    font-size: 17px;
}
.product-item.style-12 a.compare:not(:hover)::before,
.product-item.style-12 a.yith-wcqv-button:not(:hover)::before,
.product-item.style-12 .yith-wcwl-add-to-wishlist a:not(:hover)::before{
    background-color: #e5e5e5;
    color: #999;
}
.product-item.style-12 .price{
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.product-item.style-12 .product_title{
    margin: 3px 0;
}
/* STYLE 13 */
.kuteshop-products.style-13 .kuteshop-title{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 10px 15px;
    position: relative;
    background-color: #fff;
    margin: 0;
}
.kuteshop-products.style-13 .kuteshop-title span{
    display: inline-block;
    position: relative;
    background-color: #fff;
}
.kuteshop-products.style-13 .kuteshop-title::before{
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    top: 50%;
    border-top: 1px solid #aaa;
    max-width: 270px;
    margin: auto;
}
.product-item.style-13 .product-inner{
    overflow: hidden;
}
.product-item.style-13 .product-thumb{
    display: inline-block;
    float: left;
    width: 160px;
}
.product-item.style-13 .product-info{
    display: inline-block;
    float: right;
    width: calc(100% - 160px);
    padding: 0 10px;
}
.product-item.style-13 .flash{
    display: inline-block;
    margin-bottom: 9px;
}
.product-item.style-13 .flash>span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    line-height: 16px;
    border-radius: 4px;
    padding: 0 3px;
    background-color: #b30000;
    margin: 2px 0;
}
.product-item.style-13 .flash>span::after{
    position: absolute;
    top: calc(50% - 2px);
    right: 100%;
    content: '';
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 4px solid #b30000;
}
.product-item.style-13 .flash .onnew{
    display: none;
}
.product-item.style-13 .price{
    margin-right: 13px;
    margin-bottom: 3px;
}
.product-item.style-13 .product_title{
    margin-bottom: 9px;
}
.product-item.style-13 .product-countdown{
    margin-bottom: 10px;
}
.product-item.style-13 .star-rating{
    margin-bottom: 6px;
}
.product-item.style-13 .excerpt-content{
    line-height: 24px;
}
/* STYLE 14 */
.product-item.style-14 .product-thumb{
    border: 1px solid #eee;
    margin-bottom: 10px;
}
/* STYLE 15 */
.kuteshop-products.style-15 .product-list-grid{
    margin: 0;
}
.kuteshop-products.style-15 .product-list-grid .product-item{
    padding: 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.kuteshop-products.style-15 .kuteshop-title{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 7px 10px;
    font-weight: normal;
}
.product-item.style-15 .product-inner{
    text-align: center;
}
.product-item.style-15 .product_title{
    margin-bottom: 2px;
}
.product-item.style-15 .product-info{
    padding: 5px 10px 10px;
}
/* STYLE 16 */
.kuteshop-products.style-17,
.kuteshop-products.style-16{
    border: 1px solid #eee;
    border-top: none;
}
.kuteshop-products.style-16 .product-countdown{
    padding: 0 20px;
}
.kuteshop-products.style-17 .kuteshop-title,
.kuteshop-products.style-16 .kuteshop-title{
    font-size: 18px;
    line-height: 30px;
    padding: 9px 20px 11px;
    background-color: #eee;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.kuteshop-products.style-16 .product-list-owl.nav-center{
    position: static !important;
}
.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow,
.kuteshop-products.style-17 .product-list-owl .slick-arrow,
.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow{
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    border-color: #ddd;
    background-color: #fff;
    color: #999;
}
.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow:hover,
.kuteshop-products.style-17 .product-list-owl .slick-arrow:hover,
.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:hover{
    color: #fff;
}
.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow::before,
.kuteshop-products.style-17 .product-list-owl .slick-arrow::before,
.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow::before{
    font-family: FontAwesome, sans-serif;
    content: '\f105';
}
.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:first-child{
    left: -12px;
}
.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:nth-child(3){
    right: -12px;
}
.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow:first-child::before,
.kuteshop-products.style-17 .product-list-owl .slick-arrow:first-child::before,
.kuteshop-products.style-16 .product-list-owl.nav-center .slick-arrow:first-child::before{
    content: '\f104';
}
.product-item.style-16 .product-inner{
    text-align: center;
    padding: 17px 15px 20px;
}
.product-item.style-16 .product-thumb{
    margin-bottom: 10px;
}
.product-item.style-16 .group-button>*{
    display: inline-block;
    vertical-align: top;
    padding: 0 1px;
}
.product-item.style-16 .add-to-cart a{
    padding: 2px 13px;
}
.product-item.style-16 .add-to-cart a:hover{
    opacity: 0.7;
}
.product-item.style-16 .price{
    margin-bottom: 15px;
}
/* STYLE 17 */
.kuteshop-products.style-17 .content-product-append{
    padding: 20px 20px 65px;
}
.kuteshop-products.style-17 .kuteshop-title{
    margin-bottom: 0;
}
.kuteshop-products.style-17 .product-list-owl .slick-arrow:first-child{
    top: auto;
    bottom: 20px;
    left: auto;
    right: calc(50% + 7px);
}
.kuteshop-products.style-17 .product-list-owl .slick-arrow:nth-child(3){
    top: auto;
    bottom: 20px;
    right: auto;
    left: calc(50% + 7px);
}
.product-item.style-17 .product-inner{
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.product-item.style-17 .product-thumb{
    display: inline-block;
    float: left;
    width: 80px;
}
.product-item.style-17 .product-info{
    display: inline-block;
    width: calc(100% - 80px);
    padding: 5px 0 0 20px;
}
/*-------------------------------PRODUCT SINGLE-----------------------------*/
/* GALLERY */
.woocommerce-product-gallery{
    display: inline-block;
    float: left;
    width: 395px;
    max-width: 395px;
    position: relative;
    margin-bottom: 30px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.woocommerce-product-gallery__trigger::before{
    font-family: Pe-icon-7-stroke;
    content: "\e657";
    font-size: 24px;
    line-height: 46px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
}
.woocommerce-product-gallery__trigger img{
    display: none !important;
}
.flex-viewport{
    border: 1px solid #e2e2e2;
}
.flex-control-nav{
    list-style: none;
    padding: 0 30px;
    margin: 20px 0 0;
}
.flex-control-nav .slick-list{
    margin: -5px;
}
.flex-control-nav .slick-slide{
    padding: 5px;
}
.flex-control-nav .slick-slide img{
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.flex-control-nav .slick-arrow{
    top: calc(50% - 12px);
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -moz-transition: left 0.3s ease, right 0.3s ease;
    -ms-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}
.flex-control-nav .slick-arrow:first-child{
    left: 0;
    right: auto;
}
.flex-control-nav .slick-arrow:hover{
    color: #fff;
}
/* SUMMARY */
.entry-summary{
    display: inline-block;
    width: calc(100% - 395px);
    padding-left: 40px;
    margin-bottom: 30px;
}
.entry-summary .product_title{
    font-size: 24px;
    color: #666;
    margin-bottom: 5px;
}
.entry-summary .woocommerce-product-rating{
    margin-bottom: 8px;
}
.entry-summary .price{
    margin: 0 12px 12px 0;
}
.entry-summary .price del{
    line-height: 22px;
}
.entry-summary .woocommerce-product-rating>span:not(.star-rating)::after{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 18px;
    background-color: #e5e5e5;
    margin: 0 10px;
}
.entry-summary .woocommerce-product-details__short-description{
    border-top: 1px solid #eee;
    padding: 6px 0 8px;
}
.entry-summary .woocommerce-product-details__short-description p:last-child{
    margin-bottom: 0;
}
.entry-summary .cart{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0 15px;
    margin-bottom: 13px;
}
.entry-summary .woocommerce-product-rating>*{
    display: inline-block;
    vertical-align: top;
}
.entry-summary .flash{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}
.entry-summary .flash>span{
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}
.entry-summary .flash>span:not(:last-child){
    margin-right: 12px;
}
.entry-summary .single_add_to_cart_button{
    padding: 6px 15px;
    font-weight: normal;
}
.entry-summary .single_add_to_cart_button:hover{
    opacity: 0.7;
}
.entry-summary .single_add_to_cart_button::before{
    display: inline-block;
    vertical-align: middle;
    font-family: Flaticon, sans-serif;
    content: '\f100';
    margin-right: 15px;
}
.entry-summary .single_add_to_cart_button.loading::before{
    font-size: 16px;
    margin-right: 12px;
}
.entry-summary>.clear{
    display: inline-block;
    width: 25px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
}
.entry-summary a.compare::before,
.entry-summary .yith-wcwl-add-to-wishlist a::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.entry-summary a.compare::before{
    margin-right: 8px;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>img{
    left: 6px;
    right: auto;
}
.entry-summary .blockUI.blockOverlay{
    width: 32px !important;
}
.entry-summary .cart .group_table .price{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.entry-summary .cart .group_table .price ins{
    float: none;
    margin-right: 0;
}
.entry-summary .cart .group_table .quantity{
    margin-bottom: 0;
    min-width: 130px;
}
.entry-summary .cart .group_table .quantity .input-qty{
    width: 60px;
}
/* SINGLE TAB */
.woocommerce-tabs{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}
.wc-tabs{
    list-style: none;
    padding: 0;
    margin-bottom: -1px;
}
.wc-tabs li{
    display: inline-block;
    margin-right: 3px;
}
.wc-tabs li:last-child{
    margin-right: 0;
}
.wc-tabs li a{
    display: block;
    padding: 11px 25px;
    color: #333;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    text-transform: uppercase;
    font-weight: 600;
}
.wc-tabs li.active a{
    background-color: transparent;
    border-bottom-color: #fff;
}
.woocommerce-Tabs-panel{
    background-color: transparent;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 20px 20px 30px 20px;
}
.woocommerce-Tabs-panel>h2,
.woocommerce-Tabs-panel>h3,
.woocommerce-Tabs-panel>h4,
.woocommerce-Tabs-panel>h5,
.woocommerce-Tabs-panel>h6{
    display: none;
}
#tab-description p:last-child,
#tab-additional_information table:last-child,
#tab-additional_information p:last-child,
#tab-reviews .commentlist .comment .description p:last-child{
    margin-bottom: 0;
}
#tab-reviews #reviews{
    max-width: 770px;
}
#tab-reviews .woocommerce-Reviews-title{
    font-size: 24px;
    color: #333;
}
#tab-reviews .woocommerce-Reviews-title span::before{
    content: '“';
}
#tab-reviews .woocommerce-Reviews-title span::after{
    content: '”';
}
#tab-reviews .comments{
    margin-bottom: 30px;
}
#tab-reviews .woocommerce-pagination{
    text-align: right;
}
#tab-reviews .commentlist{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
#tab-reviews .commentlist .comment{
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
#tab-reviews .commentlist .comment:last-child{
    border-bottom: none;
}
#tab-reviews .commentlist .comment .avatar{
    float: left;
    margin-right: 15px;
}
#tab-reviews .commentlist .comment .comment-text{
    overflow: hidden;
}
#tab-reviews .commentlist .comment .star-rating{
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-bottom: 0;
}
#tab-reviews .commentlist .comment .star-rating .preview-count{
    display: none;
}
#tab-reviews .commentlist .comment .meta{
    display: inline-block;
    margin-bottom: 0;
    font-style: italic;
    color: #aaa;
}
#tab-reviews .commentlist .comment .meta>*{
    display: inline-block;
    vertical-align: top;
}
#tab-reviews .woocommerce-review__author{
    text-transform: capitalize;
    font-weight: normal;
}
#tab-reviews .woocommerce-noreviews{
    font-style: italic;
}
#tab-reviews .comment-notes{
    font-style: italic;
}
#tab-reviews .comment-reply-title{
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}
#tab-reviews .comment-form-rating>label{
    vertical-align: top;
    color: #333;
    margin-bottom: 10px;
}
#tab-reviews p.stars{
    vertical-align: top;
    margin: 0 0 10px 20px;
}
#tab-reviews #cancel-comment-reply-link{
    float: right;
    font-style: italic;
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
}
#tab-reviews .comment-form .comment-form-author,
#tab-reviews .comment-form .comment-form-email{
    width: calc(50% - 15px);
    float: left;
    margin-bottom: 30px;
}
#tab-reviews input#author,
#tab-reviews input#email{
    display: block;
    width: 100%;
    padding: 9px 20px;
    height: 50px;
}
#tab-reviews .comment-form .comment-form-author{
    margin-right: 30px;
}
#tab-reviews textarea#comment{
    width: 100%;
}
#tab-reviews input#submit{
    padding: 10px 33px;
    font-size: 16px;
    font-weight: normal;
}
.related-product{
    position: relative;
}
.related-product>h2{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 14px;
}
.related-product .slick-slider{
    position: static;
}
.related-product:not(:last-child){
    margin-bottom: 35px;
}
/* SHOP PAGE */
.banner-shop .slick-arrow{
    padding: 8px;
    top: calc(50% - 20px);
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -moz-transition: left 0.3s ease, right 0.3s ease;
    -ms-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}
.banner-shop .slick-arrow:hover{
    color: #fff;
}
.banner-shop .slick-arrow:first-child{
    left: 0;
    right: auto;
}
.shop-page ul.products.columns-10>.product-category{width: 10%;}
.shop-page ul.products.columns-9>.product-category{width: 11.11%;}
.shop-page ul.products.columns-8>.product-category{width: 12.5%;}
.shop-page ul.products.columns-7>.product-category{width: 14.28%;}
.shop-page ul.products.columns-6>.product-category{width: 16.66%;}
.shop-page ul.products.columns-5>.product-category{width: 20%;}
.shop-page ul.products.columns-4>.product-category{width: 25%;}
.shop-page ul.products.columns-3>.product-category{width: 33.33%;}
.shop-page ul.products.columns-2>.product-category{width: 50%;}
.shop-page ul.products.columns-1>.product-category{width: 100%;}
@media (min-width: 768px){
    .shop-page ul.products>.product-category.first{
        clear: both;
    }
}
@media (min-width: 568px) and (max-width: 767px){
    .shop-page ul.products>.product-category:nth-child(3n+1){
        clear: both;
    }
}
@media (max-width: 767px){
    .shop-page ul.products>.product-category{
        min-width: 33.33%;
    }
}
@media (max-width: 567px){
    .shop-page ul.products>.product-category{
        min-width: 50%;
    }
    .shop-page ul.products>.product-category:nth-child(2n+1){
        clear: both;
    }
}
.shop-page ul.products>.product-category{
    display: inline-block;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.shop-page ul.products>.product-category a{
    display: block;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.shop-page ul.products>.product-category a img{
    width: 100%;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.shop-page ul.products>.product-category a:hover img{
    opacity: 0.7;
}
.shop-page ul.products>.product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
    padding: 5px 10px;
}
.shop-page ul.products>.product-category mark{
    background-color: transparent;
    padding: 0;
    margin-left: 3px;
}
.shop-page ul.products {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.shop-page ul.products.row{
    width: calc(100% + 30px);
}
.shop-page ul.products:not(.related-product) .product-item:not(.list){
    margin-bottom: 30px;
}
.shop-before-control::before,
.shop-before-control::after,
.shop-after-control::before,
.shop-after-control::after{
    display: table;
    clear: both;
    content: '';
}
.shop-before-control>*,
.shop-after-control>*{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}
.shop-before-control>*{
    margin-bottom: 20px;
}
.shop-before-control select{
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fafafa;
    border-color: #eee;
    cursor: pointer;
}
.shop-before-control>*:not(:last-child),
.shop-after-control>*:not(:last-child){
    margin-right: 22px;
}
.shop-after-control .pagination{
    float: right;
}
.grid-view-mode{
    float: right;
}
/*---------------------------------BLOG STYLE-------------------------------*/
.post-item:not(:last-child){
    margin-bottom: 30px;
}
.post-item .post-title{
    font-size: 30px;
    margin-bottom: 10px;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-item .post-categories{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.post-item .post-categories li{
    display: inline-block;
}
.post-item .post-categories li:not(:last-child)::after{
    content: ',';
    margin-right: 3px;
}
.post-item .post-header{
    overflow: hidden;
}
.post-item .post-thumb{
    margin-bottom: 15px;
}
.blog-item .blog-thumb,
.post-item .post-thumb{
    font-size: 0;
    line-height: 0;
}
.blog-item .blog-thumb>*,
.post-item .post-thumb>*{
    font-size: 14px;
    line-height: 24px;
}
.blog-item .blog-thumb a,
.post-item .post-thumb a{
    display: inline-block;
    position: relative;
}
.blog-item .blog-thumb a::after,
.post-item .post-thumb a::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease ;
}
.blog-item .blog-thumb a:hover::after,
.post-item .post-thumb a:hover::after{
    background-color: rgba(255,255,255,0.5);
}
.post-item .post-info{
    overflow: hidden;
}
.post-item .post-meta{
    padding: 5px 0;
    margin: 0 -20px 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.post-item .post-meta>li{
    display: inline-block;
    padding: 3px 20px;
}
.post-item .post-meta>li>*{
    display: inline-block;
}
.post-item .post-meta .author{
    text-transform: capitalize;
}
.post-item .tags{
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #333;
}
.post-item .tags a{
    display: inline-block;
    font-weight: normal;
    padding: 3px 0;
}
.post-item .tags a:not(:hover){
    color: #666;
}
.post-item.item-standard::before,
.post-item.item-standard::after{
    display: table;
    clear: both;
    content: '';
}
.post-item.item-standard .post-meta{
    margin-bottom: 20px;
}
.post-item.item-standard .read-more{
    background-color: #eee;
    color: #666;
    margin-top: 10px;
    font-weight: normal;
}
.post-item.item-standard .read-more:hover{
    opacity: 1;
    color: #fff;
}
.post-item.item-standard .read-more span{
    vertical-align: top;
    margin-left: 5px;
}
/* RELATED */
.related-post{
    position: relative;
}
.related-post .slick-slider{
    position: static;
}
.related-post .title{
    font-size: 20px;
    line-height: 24px;
    padding-right: 60px;
}
.related-post .post-item .post-title{
    font-size: 16px;
}
.related-post .post-item .author{
    text-transform: capitalize;
}
/* COMMENTS AREA */
.comments-area .comment-reply-title{
    font-size: 20px;
}
.comments-area .comment-list{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.comment-list .comment,
.comment-list .pingback{
    margin-bottom: 30px;
}
.comment-list .comment-body{
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
}
.comment-list .comment-meta{
    overflow: hidden;
    margin-bottom: 10px;
}
.comment-list .comment-author img{
    float: left;
    margin-right: 20px;
}
.comment-list .says{
    display: none;
}
.comment-list .edit-link{
    display: block;
}
.comment-list .reply{
    text-align: right;
}
.comment-list .comment-content p:last-child{
    margin-bottom: 0;
}
.comment-list .children{
    list-style: none;
}
.comment-list #cancel-comment-reply-link{
    font-style: italic;
}
.comment-respond .input-form{
    width: 100%;
}
/*---------------------------------INNER PAGES------------------------------*/
.page-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    box-shadow: 0 -1px #eee inset;
}
.page-title span{
    display: inline-block;
    padding: 5px 10px 2px;
    border-bottom: 3px solid;
}
.grid-view-mode>form{
    display: inline-block;
    vertical-align: top;
}
.grid-view-mode>form>label{
    display: none;
}
.modes-mode:hover{
    opacity: 1;
}
.modes-mode{
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    background-color: #fafafa;
    position: relative;
    padding: 0;
}
.modes-mode .button-inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
}
.modes-mode:hover .button-inner>span,
.modes-mode.active .button-inner>span{
    background-color: #fff;
}
.modes-mode .button-inner>span{
    display: inline-block;
    float: left;
    background-color: #999;
}
.mode-grid .button-inner>span{
    width: 3px;
    height: 3px;
}
.mode-grid .button-inner>span:not(:nth-child(3)):not(:nth-child(6)):not(:nth-child(9)){
    margin-right: 1px;
}
.mode-grid .button-inner>span:not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)){
    margin-bottom: 1px;
}
.mode-list .button-inner>span{
    width: 5px;
    height: 1px;
}
.mode-list .button-inner>span:nth-child(1),
.mode-list .button-inner>span:nth-child(5){
    height: 5px;
    margin-right: 1px;
}
.mode-list .button-inner>span:not(:nth-child(5)):not(:last-child){
    margin-bottom: 1px;
}
/*---------------------------------SHORT CODE-------------------------------*/
/* BLOG ITEM */
.blog-item .blog-thumb img{
    width: 100%;
}
.blog-item .blog-meta{
    list-style: none;
    padding: 0;
    margin: 0 -6px 6px;
    color: #999;
}
.blog-item .blog-meta>li{
    display: inline-block;
    padding: 0 6px;
}
.blog-item .blog-meta>li i{
    margin-right: 3px;
}
.blog-item .blog-readmore{
    text-align: right;
}
.blog-item .read-more{
    background-color: transparent;
    font-weight: normal;
    padding: 0 10px;
}
.blog-item .read-more span{
    vertical-align: top;
    font-size: 12px;
    margin-left: 5px;
}
.blog-item .read-more:hover{
    opacity: 0.7;
}
.blog-item .blog-info{
    padding: 10px 12px 13px;
    border: 1px solid #eee;
    border-top: none;
}
.blog-item .blog-title{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
}
.blog-item .post-categories{
    display: inline-block;
    list-style: none;
    padding: 5px 0 0;
}
.blog-item .post-categories li{
    display: inline-block;
}
.kuteshop-slider .slick-slider:not(.nav-center) .slick-arrow,
.kuteshop-blog .slick-slider:not(.nav-center) .slick-arrow{
    top: 10px;
}
.kuteshop-slider,
.kuteshop-blog{
    position: relative;
}
.kuteshop-slider .slick-slider,
.kuteshop-blog .slick-slider{
    position: static;
}
.kuteshop-blog .blog-date,
.kuteshop-blog .blog-category{
    color: #999;
}
/* style1 */
.kuteshop-blog.style1 .blog-meta{
    margin: 0 -10px;
}
.kuteshop-blog.style1 .blog-title{
    color: #000;
}
.kuteshop-blog.style1 .blog-meta>li{
    padding: 0 10px;
}
/* style2 */
.kuteshop-blog.style2 .kuteshop-title .title{
    padding-bottom: 7px;
    border-bottom-width: 1px;
    color: #000;
}
.kuteshop-blog.style2 .post-categories{
    display: inline;
}
.kuteshop-blog.style2 .blog-date{
    margin-bottom: 5px;
}
.kuteshop-blog.style2 .post-content{
    margin-bottom: 10px;
}
/* style3 */
.kuteshop-blog .kuteshop-title.style3{
    font-size: 18px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}
.kuteshop-blog .kuteshop-title.style3 .sub-title{
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.kuteshop-blog .kuteshop-title.style3::after{
    display: inline-block;
    content: '';
    width: 50px;
    border-bottom: 2px solid;
}
.kuteshop-blog.style5 .blog-inner,
.kuteshop-blog.style3 .blog-inner{
    display: table;
    width: 100%;
    position: relative;
    background-color: #fff;
}
.kuteshop-blog.style5 .blog-inner::before,
.kuteshop-blog.style5 .blog-inner::after,
.kuteshop-blog.style3 .blog-inner::before,
.kuteshop-blog.style3 .blog-inner::after{
    position: absolute;
    content: '';
    border-bottom: 6px solid;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: 1;
}
.kuteshop-blog.style5 .blog-inner::after,
.kuteshop-blog.style3 .blog-inner::after{
    left: auto;
    right: 0;
}
.kuteshop-blog.style5 .blog-inner:hover::before,
.kuteshop-blog.style5 .blog-inner:hover::after,
.kuteshop-blog.style3 .blog-inner:hover::before,
.kuteshop-blog.style3 .blog-inner:hover::after{
    width: 50%;
}
.kuteshop-blog.style5 .blog-thumb,
.kuteshop-blog.style3 .blog-thumb{
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.kuteshop-blog.style5 .blog-info,
.kuteshop-blog.style3 .blog-info{
    display: table-cell;
    vertical-align: top;
    padding: 30px 30px 60px;
    position: relative;
    border: none;
}
.kuteshop-blog.style5 .blog-date,
.kuteshop-blog.style3 .blog-date{
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 28px;
}
.kuteshop-blog.style5 .blog-title,
.kuteshop-blog.style3 .blog-title{
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.kuteshop-blog.style3 .read-more{
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #999;
    padding: 0;
}
.kuteshop-blog.style3 .read-more i{
    font-size: 16px;
    font-weight: 600;
}
.kuteshop-blog.style3 .slick-dots{
    text-align: center;
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
}
.kuteshop-blog.style3 .slick-dots li{
    display: inline-block;
    padding: 0 3px;
}
.kuteshop-blog.style3 .slick-dots button{
    display: block;
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #c9c9c9;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
}
.kuteshop-blog.style3 .slick-dots li button:hover,
.kuteshop-blog.style3 .slick-dots li.slick-active button{
    background-color: #999;
    border-color: #999;
    opacity: 1;
}
/* style4 */
.kuteshop-blog.style4 .blog-info{
    border: none;
    padding: 23px 25px 18px;
    background-color: #fff;
}
.kuteshop-blog.style4 .blog-title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}
.kuteshop-blog.style4 .blog-date{
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 3px 10px;
    color: #fff;
    opacity: 0.8;
}
.kuteshop-blog.style4 .blog-thumb{
    position: relative;
}
.kuteshop-blog.style4 .read-more{
    padding: 0;
}
.kuteshop-blog.style4 .read-more span{
    margin: 0 3px 0 0;
    font-size: 20px;
    color: #666;
}
.kuteshop-blog.style4 .post-content{
    margin-bottom: 10px;
}
/* style5 */
.kuteshop-blog .kuteshop-title.style4{
    font-size: 18px;
    margin-bottom: 22px;
}
.kuteshop-blog .kuteshop-title.style4 .sub-title{
    font-size: 14px;
    display: block;
    font-weight: normal;
    color: #999;
}
.kuteshop-blog .kuteshop-title.style4::before{
    display: block;
    content: '';
    width: 30px;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}
.kuteshop-blog.style5 .slick-slider:not(.nav-center) .slick-arrow{
    top: 25px;
}
.kuteshop-blog.style5 .blog-info{
    border: 1px solid #eee;
}
.kuteshop-blog.style5 .read-more{
    position: absolute;
    left: 30px;
    bottom: 20px;
    padding: 6px 0;
    color: #999;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
}
.kuteshop-blog.style5 .read-more::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    border-bottom: 2px solid;
}
.kuteshop-blog.style5 .blog-title{
    font-weight: normal;
}
/* style6 */
.kuteshop-blog.style6 .blog-item.first-slick .blog-info{
    border-bottom: 1px solid #424242;
}
.kuteshop-blog.style6 .blog-info{
    border: none;
    padding: 16px 0;
    line-height: 18px;
}
.kuteshop-blog.style6 .time-post{
    font-style: italic;
    color: #666;
    margin: 10px 0 0;
}
/* CUSTOM MENU */
.kuteshop-custommenu .menu{
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.kuteshop-custommenu .menu-item a{
    display: block;
}
/*default*/
.kuteshop-custommenu.default .title{
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0 1px #eee;
    margin-bottom: 10px;
}
.kuteshop-custommenu.default .title span{
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid;
}
.kuteshop-custommenu.default .menu-item a{
    padding: 5px 0;
}
.kuteshop-custommenu.default .menu-item a:hover{
    text-decoration: underline;
}
/* sytle1 */
.kuteshop-custommenu.style1 .menu-item a{
    padding: 2px 0;
}
.kuteshop-custommenu.style1 .menu-item a::before{
    display: inline-block;
    vertical-align: top;
    border: 2px solid;
    border-radius: 50%;
    margin: 9px 9px 0 0;
    content: '';
}
/* style2 */
.kuteshop-custommenu.style2{
    max-width: 200px;
    margin: auto;
}
.kuteshop-custommenu.style2 .title{
    font-size: 16px;
    line-height: 24px;
    padding: 5px 8px;
    border-left: 4px solid;
    color: #006379;
    background-color: #cfd5da;
    margin-bottom: 0;
}
.kuteshop-custommenu.style2 .menu{
    background-color: #e1e9ee;
    font-size: 13px;
    line-height: 24px;
    color: #53524e;
    padding: 5px 0;
}
.kuteshop-custommenu.style2 .menu li a{
    padding: 3px 12px;
}
.kuteshop-custommenu.style2 .menu li a:hover{
    color: #006379;
}
.kuteshop-custommenu.style2 .menu li a .icon{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}
/* style3 */
.kuteshop-custommenu.style3 .menu-item a{
    padding: 5px 0;
}
.kuteshop-custommenu.style3 .menu-item a::before {
    display: inline-block;
    vertical-align: top;
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    padding-right: 13px;
}
/* style4 */
.kuteshop-custommenu.style4 .menu-item a{
    padding: 2px 0;
    font-weight: 500;
}
/* ICON BOX */
.kuteshop-iconbox .iconbox-inner{
    font-size: 0;
    line-height: 0;
    padding: 0 10px;
}
.kuteshop-iconbox .iconbox-inner>*{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}
.kuteshop-iconbox .iconbox-inner:hover .icon span{
    -webkit-animation: bounceIn 0.7s ease;
    -o-animation: bounceIn 0.7s ease;
    animation: bounceIn 0.7s ease;
}
.kuteshop-iconbox .title,
.kuteshop-iconbox .text{
    margin-bottom: 0;
}
.kuteshop-iconbox .icon span{
    display: block;
}
/*default*/
.kuteshop-iconbox.default .icon{
    font-size: 40px;
    line-height: 1;
    width: 40px;
}
.kuteshop-iconbox.default .content{
    max-width: calc(100% - 40px);
    padding-left: 12px;
}
.kuteshop-iconbox.default .title{
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
}
.kuteshop-iconbox.default .text{
    font-size: 12px;
    line-height: 1.2;
}
/*style1*/
.kuteshop-iconbox.style1 .iconbox-inner>*{
    width: 50%;
}
.kuteshop-iconbox.style1 .iconbox-inner .head{
    text-align: center;
    padding-right: 5px;
}
.kuteshop-iconbox.style1 .text{
    padding-left: 5px;
    color: #999;
}
.kuteshop-iconbox.style1 .icon{
    font-size: 50px;
    line-height: 1;
    color: #333;
    margin-bottom: 6px;
}
.kuteshop-iconbox.style1 .title{
    font-size: 14px;
    line-height: 20px;
}
/* style2 */
.kuteshop-iconbox.style2 .icon span{
    width: 100px;
    height: 100px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 50px;
    margin: auto;
    line-height: 96px;
    margin-bottom: 18px;
}
.kuteshop-iconbox.style2 .iconbox-inner>*{
    text-align: center;
    line-height: 20px;
}
.kuteshop-iconbox.style2 .title{
    color: inherit;
    font-size: 18px;
    margin-bottom: 8px;
}
.kuteshop-iconbox.style2 .iconbox-inner{
    max-width: 305px;
    margin: auto;
    padding: 0;
}
/* style3 */
.kuteshop-iconbox.style3 .iconbox-inner{
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.kuteshop-iconbox.style3 .iconbox-inner>*{
    display: inline-block;
    vertical-align: middle;
}
.kuteshop-iconbox.style3 .icon{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    font-size: 26px;
    background-color: #5a5a5a;
    text-align: center;
    line-height: 50px;
}
.kuteshop-iconbox.style3 .content{
    width: calc(100% - 50px);
    padding-left: 23px;
}
.kuteshop-iconbox.style3 .title{
    font-size: 18px;
}
/* style4 */
.kuteshop-iconbox.style4 .iconbox-inner{
    padding: 0;
}
.kuteshop-iconbox.style4 .icon{
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    font-size: 28px;
    line-height: 68px;
    text-align: center;
}
.kuteshop-iconbox.style4 .content{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.kuteshop-iconbox.style4 .title{
    font-size: 14px;
    font-weight: 700;
}
.kuteshop-iconbox.style4 .text{
    font-size: 12px;
}
/* TABS */
.kuteshop-tabs{
    position: relative;
}
.kuteshop-tabs .tab-panel{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.kuteshop-tabs .tab-panel.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.kuteshop-tabs .tab-link{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
}
.kuteshop-tabs .tab-link li{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}
.kuteshop-tabs .tab-link li a{
    display: block;
    position: relative;
}
.kuteshop-tabs .tab-head{
    position: relative;
    overflow: hidden;
}
.kuteshop-tabs .tab-control{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 50px;
    padding: 5px 20px;
    margin: auto;
}
.kuteshop-tabs .tab-control>*{
    display: inline-block;
    float: left;
}
.kuteshop-tabs .tab-control .icon{
    font-size: 24px;
    line-height: 40px;
    opacity: 0.6;
}
.kuteshop-tabs .tab-control a{
    float: right;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}
.kuteshop-tabs .content-tabs.has-filter{
    position: relative;
}
.kuteshop-tabs .content-tabs.has-filter::before,
.kuteshop-tabs .content-tabs.has-filter::after{
    display: table;
    clear: both;
    content: '';
}
.content-tabs.has-filter .filter-tabs{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    z-index: 1;
    overflow: hidden;
}
.content-tabs.has-filter .tab-container{
    margin-left: 200px;
}
.filter-tabs{
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.filter-tabs .category-filter{
    padding: 20px 30px 20px;
}
.filter-tabs .slick-list{
    margin: 0 -15px;
}
.filter-tabs .slick-slide{
    padding: 0 15px;
}
.filter-tabs .slick-slide a.cat-filter{
    color: inherit;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 0;
}
.filter-tabs .slick-slider .slick-arrow{
    color: #ddd;
    background-color: transparent;
    font-size: 30px;
    width: 30px;
    text-align: center;
}
.filter-tabs .slick-slider .slick-arrow:hover{
    background-color: transparent;
    color: #333;
}
.filter-tabs .slick-slider .slick-arrow::before{
    font-family: Flaticon, sans-serif;
    content: "\f117";
}
.filter-tabs .slick-slider .slick-arrow:first-child::before{
    content: "\f118";
}
/*default*/
.kuteshop-tabs.default .content-tabs,
.kuteshop-tabs.default .kuteshop-products,
.kuteshop-tabs.default .kuteshop-products .slick-slider{
    position: static;
}
.kuteshop-tabs.default .tab-link{
    box-shadow: 0 -1px #eee inset;
    margin-bottom: 30px;
    padding-right: 60px;
}
.kuteshop-tabs.default .tab-link li:not(:last-child){
    margin-right: 3px;
}
.kuteshop-tabs.default .tab-link li a{
    padding: 10px 15px 7px;
    border-bottom: 3px solid #ccc;
    font-weight: 600;
    color: #999;
}
.kuteshop-tabs.default .tab-link li.active a,
.kuteshop-tabs.default .tab-link li:hover a{
    color: #333;
}
.kuteshop-tabs.default .kuteshop-products .slick-slider:not(.nav-center) .slick-arrow{
    margin-top: 10px;
}
.kuteshop-tabs.style2 .tab-link.slick-slider .slick-arrow,
.kuteshop-tabs.default .kuteshop-products .slick-slider:not(.nav-center) .slick-arrow{
    background-color: #eee;
    color: #bbb;
}
.kuteshop-tabs.style2 .tab-link.slick-slider .slick-arrow:hover,
.kuteshop-tabs.default .kuteshop-products .slick-slider:not(.nav-center) .slick-arrow:hover{
    background-color: #999;
    color: #fff;
}
/* style1 */
.kuteshop-tabs.style6 .tab-head,
.kuteshop-tabs.style3 .tab-head,
.kuteshop-tabs.style1 .tab-head{
    background-color: #fff;
    position: relative;
    padding-right: 90px;
    border-bottom: 3px solid #000;
}
.kuteshop-tabs.style9 .tab-head>*,
.kuteshop-tabs.style6 .tab-head>*,
.kuteshop-tabs.style3 .tab-head>*,
.kuteshop-tabs.style1 .tab-head>*{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.kuteshop-tabs.style1 .tab-head .kuteshop-title{
    width: 235px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
    margin-bottom: 0;
}
.kuteshop-tabs.style1 .tab-head .kuteshop-title .icon{
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.kuteshop-tabs.style1 .tab-link{
    overflow: hidden;
    width: calc(100% - 235px);
}
.kuteshop-tabs.style1 .tab-link li{
    float: left;
    font-size: 14px;
    margin-right: -1px;
}
.kuteshop-tabs.style1 .tab-link li a{
    padding: 13px 25px;
}
.kuteshop-tabs.style1 .tab-link li:not(:last-child) a::before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 24px;
    margin: auto;
    background-color: transparent;
}
.kuteshop-tabs.style1 .tab-link li:not(.active):not(:hover) a::before{
    background-color: rgba(0,0,0,0.1);
}
.kuteshop-tabs.style1 .tab-link li:hover a,
.kuteshop-tabs.style1 .tab-link li.active a{
    color: #fff;
    z-index: 1;
}
.kuteshop-tabs.style9 .kuteshop-products,
.kuteshop-tabs.style6 .kuteshop-products,
.kuteshop-tabs.style3 .kuteshop-products,
.kuteshop-tabs.style1 .kuteshop-products{
    background-color: #eee;
}
.kuteshop-tabs.style9 .product-item .product-inner,
.kuteshop-tabs.style6 .product-item .product-inner,
.kuteshop-tabs.style3 .product-item .product-inner,
.kuteshop-tabs.style1 .product-item .product-inner{
    border: none;
}
.kuteshop-tabs.style9 .kuteshop-products .product-list-grid,
.kuteshop-tabs.style6 .kuteshop-products .product-list-grid,
.kuteshop-tabs.style3 .kuteshop-products .product-list-grid,
.kuteshop-tabs.style1 .kuteshop-products .product-list-grid{
    margin: 0 -0.5px;
}
.kuteshop-tabs.style9 .kuteshop-products .product-list-grid .product-item,
.kuteshop-tabs.style6 .kuteshop-products .product-list-grid .product-item,
.kuteshop-tabs.style3 .kuteshop-products .product-list-grid .product-item,
.kuteshop-tabs.style1 .kuteshop-products .product-list-grid .product-item{
    padding: 0 0.5px;
    margin-bottom: 1px;
}
.kuteshop-tabs.style1 .content-tabs.has-filter .filter-tabs{
    width: 235px;
}
.kuteshop-tabs.style1 .content-tabs.has-filter .tab-container{
    margin-left: 235px;
}
/* style2 */
.kuteshop-tabs.style2 .tab-head .kuteshop-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 5px 60px 5px 12px;
    border-bottom: 3px solid;
}
.kuteshop-tabs.style2 .tab-link li{
    vertical-align: middle;
}
.kuteshop-tabs.style2 .tab-link li a{
    display: block;
    position: relative;
    color: #333;
    text-align: center;
    background-color: #eee;
}
.kuteshop-tabs.style2 .tab-link li:hover a,
.kuteshop-tabs.style2 .tab-link li.active a{
    background-color: transparent;
}
.kuteshop-tabs.style2 .tab-link li a img{
    margin: auto;
}
.kuteshop-tabs.style2 .tab-link li a span{
    display: block;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kuteshop-tabs.style2 .tab-link:not(.slick-slider) li:not(:last-child){
    margin-right: 1px;
}
.kuteshop-tabs.style2 .tab-link.slick-slider{
    position: static;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.kuteshop-tabs.style2 .tab-link.slick-slider .slick-list{
    margin: -0.5px;
}
.kuteshop-tabs.style2 .tab-link.slick-slider .slick-slide{
    padding: 0.5px;
}
.kuteshop-tabs.style2 .tab-link.slick-slider .slick-arrow{
    top: 5px;
}
/* style3 */
.kuteshop-tabs.style3 .tab-head{
    border-bottom-width: 2px;
}
.kuteshop-tabs.style3 .tab-head .kuteshop-title{
    width: 200px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    padding: 13px 10px;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    font-weight: normal;
}
.kuteshop-tabs.style3 .tab-head .kuteshop-title .text{
    display: inline-block;
    vertical-align: top;
}
.kuteshop-tabs.style3 .tab-head .kuteshop-title .icon{
    font-size: 16px;
    vertical-align: top;
    margin-right: 5px;
}
.kuteshop-tabs.style3 .tab-head .kuteshop-title::after{
    font-family: Flaticon, sans-serif;
    content: "\f11a";
    float: right;
}
.kuteshop-tabs.style3 .tab-link li{
    margin: 0 10px;
}
.kuteshop-tabs.style6 .tab-link li a,
.kuteshop-tabs.style3 .tab-link li a{
    padding: 12px 12px 13px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: -1px;
}
.kuteshop-tabs.style9 .tab-link li:not(:hover):not(.active) a,
.kuteshop-tabs.style6 .tab-link li:not(:hover):not(.active) a,
.kuteshop-tabs.style3 .tab-link li:not(:hover):not(.active) a{
    border-color: transparent;
}
.kuteshop-tabs.style9 .tab-link li a::after,
.kuteshop-tabs.style6 .tab-link li a::after,
.kuteshop-tabs.style3 .tab-link li a::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 8px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 0;
    height: 0;
}
.kuteshop-tabs.style9 .tab-link li:not(:hover):not(.active) a::after,
.kuteshop-tabs.style6 .tab-link li:not(:hover):not(.active) a::after,
.kuteshop-tabs.style3 .tab-link li:not(:hover):not(.active) a::after{
    border-bottom-color: transparent;
}
.kuteshop-tabs.style9 .kuteshop-products,
.kuteshop-tabs.style6 .kuteshop-products,
.kuteshop-tabs.style3 .kuteshop-products{
    padding: 0 1px;
}
.kuteshop-tabs.style9 .kuteshop-products .product-list-owl .product-item,
.kuteshop-tabs.style6 .kuteshop-products .product-list-owl .product-item,
.kuteshop-tabs.style3 .kuteshop-products .product-list-owl .product-item{
    margin-bottom: 1px;
}
/* style4 */
.kuteshop-tabs.style4{
    border: 1px solid #eee;
    background-color: #fff;
}
.kuteshop-tabs.style4::before,
.kuteshop-tabs.style4::after{
    display: table;
    clear: both;
    content: '';
}
.kuteshop-tabs.style4 .tab-head{
    display: inline-block;
    width: 322px;
    float: left;
}
.kuteshop-tabs.style4 .content-tabs{
    display: inline-block;
    width: calc(100% - 322px);
    float: left;
    padding: 30px 30px 20px;
}
.kuteshop-tabs.style4 .kuteshop-title{
    display: inline-block;
    width: 45px;
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding: 35px 0;
    margin-bottom: 0;
    font-weight: normal;
}
.kuteshop-tabs.style4 .kuteshop-title>*{
    display: block;
}
.kuteshop-tabs.style4 .kuteshop-title .space{
    height: 15px;
}
.kuteshop-tabs.style4 .tab-link{
    display: inline-block;
    width: calc(100% - 65px);
    float: right;
    padding: 15px 15px 20px 0;
}
.kuteshop-tabs.style4 .tab-link li{
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.kuteshop-tabs.style4 .tab-link li a{
    padding: 8px 15px;
}
.kuteshop-tabs.style4 .product-countdown{
    display: inline-block;
    width: calc(100% - 65px);
    float: right;
    padding-bottom: 10px;
}
/* style5 */
.kuteshop-tabs.style5 .tab-head{
    overflow: hidden;
    box-shadow: 0 -1px #eee inset;
    margin-bottom: 20px;
}
.kuteshop-tabs.style5 .tab-head .kuteshop-title{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    padding: 13px 12px 10px;
    border-bottom: 3px solid #000;
    margin-bottom: 0;
}
.kuteshop-tabs.style5 .tab-link{
    display: inline-block;
    float: right;
    margin: 0 -8px;
}
.kuteshop-tabs.style5 .tab-link li{
    position: relative;
    font-size: 14px;
    padding: 0 8px;
}
.kuteshop-tabs.style5 .tab-link li:not(:last-child)::after{
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    right: 0;
    height: 12px;
    width: 1px;
    background-color: #666;
}
.kuteshop-tabs.style5 .tab-link li a{
    padding: 13px 0 12px;
    border-bottom: 1px solid transparent;
}
.kuteshop-tabs.style5 .tab-link li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: transparent;
    border-bottom-color: inherit;
}
.kuteshop-tabs.style5 .tab-link li.active a,
.kuteshop-tabs.style5 .tab-link li:hover a{
    color: #000;
}
/* style6 */
.kuteshop-tabs.style6 .tab-head{
    border-bottom-width: 1px;
    padding-right: 50px;
}
.kuteshop-tabs.style6 .tab-head .kuteshop-title{
    font-size: 20px;
    background-color: #000;
    letter-spacing: -0.05em;
    font-weight: normal;
    width: 370px;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
}
.kuteshop-tabs.style6 .tab-head .kuteshop-title>*{
    padding: 13px 0;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.kuteshop-tabs.style6 .tab-head .kuteshop-title .icon{
    width: 50px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.8);
    font-size: 18px;
}
.kuteshop-tabs.style6 .tab-head .kuteshop-title .text{
    padding-left: 16px;
    padding-right: 16px;
}
.kuteshop-tabs.style6 .tab-link li a{
    color: #333;
}
.kuteshop-tabs.style9 .tab-link li a::after,
.kuteshop-tabs.style6 .tab-link li a::after{
    border-width: 0 5px 6px;
}
.kuteshop-tabs.style9 .tab-control,
.kuteshop-tabs.style6 .tab-control{
    width: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.kuteshop-tabs.style9 .tab-control .icon,
.kuteshop-tabs.style6 .tab-control .icon{
    display: none;
}
/* style7 */
.kuteshop-tabs.style7 .tab-head{
    text-align: center;
    margin-bottom: 40px;
}
.kuteshop-tabs.style7 .tab-link li{
    color: #999;
    padding: 5px 23px;
    font-size: 24px;
    line-height: 30px;
}
.kuteshop-tabs.style7 .tab-link li.active a{
    color: #333;
}
.kuteshop-tabs.style7 .tab-link li:hover a,
.kuteshop-tabs.style7 .tab-link li.active a{
    text-decoration: underline;
}
/* style8 */
.kuteshop-tabs.style8 .tab-link{
    overflow: hidden;
    margin-bottom: 35px;
}
.kuteshop-tabs.style8 .tab-link li{
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.kuteshop-tabs.style8 .tab-link li a{
    padding: 3px 10px;
    background-color: #ccc;
    color: #333;
}
.kuteshop-tabs.style8 .tab-link li.active a,
.kuteshop-tabs.style8 .tab-link li:hover a{
    background-color: #999;
    color: #fff;
}
/* style9 */
.kuteshop-tabs.style9 .tab-head{
    background-color: #eee;
    position: relative;
    padding-right: 50px;
    border-bottom: 2px solid;
    display: table;
    width: 100%;
}
.kuteshop-tabs.style9 .tab-head .kuteshop-title{
    font-size: 18px;
    line-height: 30px;
    width: 270px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.kuteshop-tabs .tab-head .toggle-category{
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 0;
    line-height: 0;
    padding: 15px 18px;
    cursor: pointer;
    position: relative;
}
.kuteshop-tabs.cat-active .tab-head .toggle-category,
.kuteshop-tabs .tab-head .toggle-category:hover{
    color: #fff;
}
.kuteshop-tabs .tab-head .toggle-category .toggle-inner{
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.kuteshop-tabs .tab-head .toggle-category span{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px;
    width: 20px;
    border-bottom: 2px solid;
}
.kuteshop-tabs .tab-head .toggle-category span:nth-child(1),
.kuteshop-tabs .tab-head .toggle-category span:nth-child(3){
    -webkit-transition: top 0.15s linear 0.15s, transform 0.15s linear;
    -moz-transition: top 0.15s linear 0.15s, transform 0.15s linear;
    -ms-transition: top 0.15s linear 0.15s, transform 0.15s linear;
    -o-transition: top 0.15s linear 0.15s, transform 0.15s linear;
    transition: top 0.15s linear 0.15s, transform 0.15s linear;
}
.kuteshop-tabs .tab-head .toggle-category span:nth-child(1){
    top: 4px;
}
.kuteshop-tabs .tab-head .toggle-category span:nth-child(2){
    -webkit-transition: width 0.15s linear;
    -moz-transition: width 0.15s linear;
    -ms-transition: width 0.15s linear;
    -o-transition: width 0.15s linear;
    transition: width 0.15s linear;
}
.kuteshop-tabs .tab-head .toggle-category span:nth-child(3){
    top: 14px;
}
.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(1),
.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(3){
    top: 9px;
    width: 26px;
    left: -3px;
    -webkit-transition: top 0.15s linear, transform 0.15s linear 0.15s;
    -moz-transition: top 0.15s linear, transform 0.15s linear 0.15s;
    -ms-transition: top 0.15s linear, transform 0.15s linear 0.15s;
    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s;
    transition: top 0.15s linear, transform 0.15s linear 0.15s;
}
.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(1){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(2){
    width: 0;
    -webkit-transition: width 0.15s linear 0.15s;
    -moz-transition: width 0.15s linear 0.15s;
    -ms-transition: width 0.15s linear 0.15s;
    -o-transition: width 0.15s linear 0.15s;
    transition: width 0.15s linear 0.15s;
}
.kuteshop-tabs.cat-active .tab-head .toggle-category span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.kuteshop-tabs.style9 .tab-head .kuteshop-title .text{
    display: inline-block;
    vertical-align: top;
    padding: 9px 15px 11px 5px;
    width: calc(100% - 56px);
}
.kuteshop-tabs.style9 .tab-link li{
    font-size: 14px;
}
.kuteshop-tabs.style9 .tab-link li a{
    padding: 13px 16px;
    border-bottom: 1px solid;
    margin-bottom: -1px;
}
.kuteshop-tabs.style9 .kuteshop-products{
    position: static;
    margin-left: -1px;
}
.kuteshop-tabs.style9 .tab-head .toggle-category::before,
.kuteshop-tabs.style9 .filter-tabs::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
}
.kuteshop-tabs.style9 .filter-tabs .category-filter{
    color: #fff;
}
.kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-active{
    color: #333;
    background-color: #fff;
}
.kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-filter i{
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
    min-width: 25px;
    text-align: center;
}
.kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow{
    color: #fff;
}
/* style10 */
.kuteshop-tabs.style11 .tab-head,
.kuteshop-tabs.style10 .tab-head{
    background-color: #f8f8f8;
    box-shadow: 0 -2px #ddd inset;
    margin-bottom: 18px;
}
.kuteshop-tabs.style10 .tab-head{
    padding-right: 90px;
}
.kuteshop-tabs.style11 .tab-link li,
.kuteshop-tabs.style10 .tab-link li{
    font-size: 14px;
    font-weight: 600;
}
.kuteshop-tabs.style11 .tab-link li a,
.kuteshop-tabs.style10 .tab-link li a{
    padding: 13px 40px 11px;
    border-bottom: 2px solid transparent;
    color: #999;
}
.kuteshop-tabs.style10 .tab-link li:not(:first-child) a::before{
    position: absolute;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #ddd;
}
.kuteshop-tabs.style11 .tab-link li.active a,
.kuteshop-tabs.style11 .tab-link li a:hover,
.kuteshop-tabs.style10 .tab-link li.active a,
.kuteshop-tabs.style10 .tab-link li a:hover{
    color: #000;
}
.kuteshop-tabs.style11 .kuteshop-products,
.kuteshop-tabs.style10 .kuteshop-products{
    position: static;
}
/* style11 */
.kuteshop-tabs.style11 .tab-head{
    display: table;
    width: 100%;
}
.kuteshop-tabs.style11 .tab-head .kuteshop-title{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 13px 30px;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    margin: 0;
}
.kuteshop-tabs.style11 .tab-link{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px;
}
.kuteshop-tabs.style11 .tab-link li a{
    padding-left: 13px;
    padding-right: 13px;
}
/* style12 */
.kuteshop-tabs.style12::before,
.kuteshop-tabs.style12::after{
    display: table;
    content: '';
    clear: both;
}
.kuteshop-tabs.style12 .tab-head{
    overflow: visible;
}
.kuteshop-tabs.style12 .tab-head .kuteshop-title .text{
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    letter-spacing: 6px;
    text-align: center;
    padding: 0 10px 0 16px;
}
.kuteshop-tabs.style12 .tab-link{
    margin-left: 34px;
    padding-left: 2px;
    border: solid #eee;
    border-width: 1px 0 1px 0;
    overflow: visible;
}
.kuteshop-tabs.style12 .tab-link::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    border: solid #eee;
    border-width: 1px 0 1px 0;
    background-color: #f8f8f8;
}
.kuteshop-tabs.style12 .tab-link .slick-list{
    margin: 0;
}
.kuteshop-tabs.style12 .tab-link .slick-slide{
    padding: 0;
}
.kuteshop-tabs.style12 .tab-link .slick-slide figure{
    border: 1px solid #eee;
}
.kuteshop-tabs.style12 .tab-link .slick-slide figure img{
    margin: auto;
}
.kuteshop-tabs.style12 .tab-link .slick-slide:not(.active):not(:hover) figure{
    border-color: transparent;
    background-color: #f8f8f8;
}
.kuteshop-tabs.style12 .tab-link .slick-arrow{
    padding: 9px 6px;
    top: auto;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
}
.kuteshop-tabs.style12 .tab-link .slick-arrow:first-child{
    top: -12px;
    bottom: auto;
    padding-top: 8px;
}
.kuteshop-tabs.style12 .tab-link .slick-arrow::before{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.kuteshop-tabs.style12 .tab-link .slick-arrow:first-child::before{
    border-bottom: 6px solid;
}
.kuteshop-tabs.style12 .tab-link .slick-arrow:nth-child(3)::before{
    border-top: 6px solid;
}
/* style13 */
.kuteshop-tabs.style13 .tab-container{
    margin-top: 40px;
}
.kuteshop-tabs.style13 .tab-head::before{
    content: '';
    position: absolute;
    left: 53px;
    right: 0;
    top: 16px;
    border-top: 1px solid #ddd;
}
.kuteshop-tabs.style13 .tab-head .toggle-category{
    border: 1px solid #ddd;
    padding: 8px 10px;
    color: #999;
    background-color: #fff;
}
.kuteshop-tabs.style13 .tab-head .toggle-category .toggle-inner{
    width: 14px;
    height: 14px;
}
.kuteshop-tabs.style13 .tab-head .toggle-category span{
    top: 6px;
    width: 14px;
}
.kuteshop-tabs.style13 .tab-head .toggle-category span:nth-child(1){
    top: 2px;
}
.kuteshop-tabs.style13 .tab-head .toggle-category span:nth-child(3){
    top: 10px;
}
.kuteshop-tabs.style13.cat-active .tab-head .toggle-category span:nth-child(1),
.kuteshop-tabs.style13.cat-active .tab-head .toggle-category span:nth-child(3){
    top: 6px;
    width: 20px;
}
.kuteshop-tabs.style13.cat-active .tab-head .toggle-category,
.kuteshop-tabs.style13 .tab-head .toggle-category:hover{
    color: #fff;
}
.kuteshop-tabs.style13 .tab-head .tab-link-button{
    display: inline-block;
    position: relative;
    float: right;
    padding-left: 15px;
    background-color: #fff;
}
.kuteshop-tabs.style13 .tab-head .tab-link-button a{
    display: block;
    padding: 3px 18px;
    border: 1px solid #ddd;
}
.kuteshop-tabs.style13 .tab-head .tab-link-button a:hover{
    color: #fff;
}
.kuteshop-tabs.style13 .tab-link{
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
}
.kuteshop-tabs.style13 .tab-link li:not(:first-child)::before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 30px;
    margin: 0 8px;
    border-top: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.kuteshop-tabs.style13 .tab-link li{
    color: #333;
}
.kuteshop-tabs.style13 .tab-link li a{
    display: inline-block;
    padding: 4px 0 2px;
    border-bottom: 2px solid transparent;
}
.kuteshop-tabs.style13 .tab-link li.active a,
.kuteshop-tabs.style13 .tab-link li a:hover{
    border-color: inherit;
}
.kuteshop-tabs.style13 .content-tabs.has-filter .filter-tabs{
    position: static;
    width: auto;
    border-top: 2px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    height: 124px;
}
.kuteshop-tabs.style13:not(.cat-active) .content-tabs.has-filter .filter-tabs{
    height: 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}
.kuteshop-tabs.style13 .content-tabs.has-filter .tab-container{
    margin-left: 0;
}
.kuteshop-tabs.style13 .filter-tabs .category-filter{
    padding: 0 0 40px;
    position: relative;
}
.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-list{
    margin: 0;
}
.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-slide{
    padding: 0;
}
.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow{
    font-size: 20px;
    line-height: 40px;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
}
.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow:first-child{
    left: auto;
    right: 50%;
}
.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow:first-child::before{
    content: '\f119';
}
.kuteshop-tabs.style13 .filter-tabs .category-filter .slick-arrow:nth-child(3)::before{
    content: '\f11a';
}
.kuteshop-tabs.style13 .filter-tabs .slick-slide a.cat-filter{
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.kuteshop-tabs.style13 .filter-tabs .slick-slide a.cat-active,
.kuteshop-tabs.style13 .filter-tabs .slick-slide a.cat-filter:hover{
    color: #333;
    background-color: #fff;
}
.kuteshop-tabs.style13 .filter-tabs .slick-slide.slick-active ~ .slick-active a{
    box-shadow: 1px 0 #ddd inset;
}
/* style14 */
.kuteshop-tabs.style14 .tab-head{
    text-align: center;
    margin-bottom: 30px;
}
.kuteshop-tabs.style14 .tab-head .kuteshop-title{
    font-size: 24px;
    margin-bottom: 0;
}
.kuteshop-tabs.style14 .tab-link{
    padding-top: 41px;
}
.kuteshop-tabs.style14 .tab-link::before,
.kuteshop-tabs.style14 .tab-link::after{
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: calc(50% - 30px);
    border-top: 1px solid #eee;
}
.kuteshop-tabs.style14 .tab-link::after{
    left: auto;
    right: 0;
}
.kuteshop-tabs.style14 .tab-link .slick-arrow{
    top: 12px;
    right: auto;
    left: calc(50% + 3px);
}
.kuteshop-tabs.style14 .tab-link .slick-arrow:first-child{
    left: auto;
    right: calc(50% + 3px);
}
.kuteshop-tabs.style14 .tab-link .slick-list{
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}
.kuteshop-tabs.style14 .tab-link .slick-slide img{
    margin: auto;
}
.kuteshop-tabs.style14 .tab-link .slick-slide a::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #eee;
}
.kuteshop-tabs.style14 .tab-link .slick-slide a:hover::before,
.kuteshop-tabs.style14 .tab-link .slick-slide.active a::before{
    border-width: 2px;
}
/* BANNER */
.kuteshop-banner{
    position: relative;
    max-width: 585px;
    margin: auto;
}
/* default */
.kuteshop-banner.default .banner-content{
    position: absolute;
    left: 15px;
    right: 15px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    max-width: 300px;
    text-align: center;
}
.kuteshop-banner.default .banner-title{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.kuteshop-banner.default .banner-number{
    font-size: 24px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
}
.kuteshop-banner.default .banner-number::after{
    display: block;
    width: 30px;
    border: 1px solid;
    margin: auto;
    content: '';
    margin-top: 9px;
}
.kuteshop-banner.default .banner-text{
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.kuteshop-banner.default:not(:hover) .banner-button{
    height: 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    margin: 0;
}
.kuteshop-banner.default .banner-button{
    display: inline-block;
    padding: 6px 33px;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    margin-top: 36px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 40px;
}
.kuteshop-banner.default .banner-button:hover{
    background-color: #fff;
    color: #333;
}
.kuteshop-banner.default .banner-thumb a{
    display: block;
    position: relative;
}
.kuteshop-banner.default .banner-thumb a::before{
    position: absolute;
    content: '';
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.kuteshop-banner.default:hover .banner-thumb a::before{
    opacity: 0.6;
    top: 13px;
    bottom: 13px;
    left: 13px;
    right: 13px;
}
/* style1 */
.kuteshop-banner.style1.right{
    direction: rtl;
}
.kuteshop-banner.style1.right>*{
    direction: ltr;
}
.kuteshop-banner.style1{
    background-color: #fff;
    font-size: 0;
    line-height: 0;
}
.kuteshop-banner.style1>*{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    line-height: 24px;
}
.kuteshop-banner.style1 .banner-content{
    text-align: center;
    padding: 45px 15px;
}
.kuteshop-banner.style1 .banner-content>*{
    max-width: 120px;
    margin: auto;
}
.kuteshop-banner.style1 .banner-title::after{
    content: '';
    display: block;
    width: 50px;
    border: 1px solid #333;
    margin: 12px auto 0;
}
.kuteshop-banner.style1 .banner-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.kuteshop-banner.style1 .banner-price{
    font-weight: 600;
    margin-top: 13px;
}
.kuteshop-banner.style1 .product-item .product-inner{
    position: relative;
    text-align: center;
}
.kuteshop-banner.style1 .product-item .product-info{
    position: absolute;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    left: 30px;
    z-index: 1;
}
.kuteshop-banner.style1 .product-item .thumb-link{
    position: relative;
}
.kuteshop-banner.style1 .product-item .thumb-link::before{
    content: '';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.kuteshop-banner.style1 .product-item .product_title{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 120px;
    margin: auto;
    color: #fff;
}
.kuteshop-banner.style1 .product-item .product_title::after{
    display: block;
    content: '';
    border-top: 2px solid #fff;
    width: 50px;
    margin: 13px auto 0;
}
.kuteshop-banner.style1 .product-item .product-button{
    margin-top: 50px;
}
.kuteshop-banner.style1 .product-item .product-button>*{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}
.kuteshop-banner.style1 .product-item .add-to-cart a{
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    padding: 0;
}
.kuteshop-banner.style1 .product-item .add-to-cart a:not(.loading)::before{
    content: '\f101';
}
.kuteshop-banner.style1 .product-item .add-to-cart a::before{
    width: auto;
    height: auto;
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    border: none;
}
.kuteshop-banner.style1 .product-item a.compare,
.kuteshop-banner.style1 .product-item a.yith-wcqv-button{
    border-radius: 0;
}
.kuteshop-banner.style1 .product-item a.compare::before,
.kuteshop-banner.style1 .product-item a.yith-wcqv-button::before{
    background-color: transparent;
    font-size: 25px;
    line-height: 30px;
    width: auto;
    height: auto;
    padding: 0;
}
.kuteshop-banner.style1 .product-item .add-to-cart a:not(:hover),
.kuteshop-banner.style1 .product-item a.compare:not(:hover),
.kuteshop-banner.style1 .product-item a.yith-wcqv-button:not(:hover){
    opacity: 0.6;
}
.kuteshop-banner.style1 .product-item .price{
    font-size: 14px;
    color: #fff;
    margin-top: 17px;
}
.kuteshop-banner.style1:hover .product-item .flash>span{
    display: none;
}
.kuteshop-banner.style1 .product-item .product-inner:hover .thumb-link img{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* style2 */
.kuteshop-banner.style2 .banner-content{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
/* CATEGORY */
.kuteshop-category{
    line-height: 20px;
}
.kuteshop-category .list-category{
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.kuteshop-category .thumb{
    position: relative;
    display: block;
    overflow: hidden;
}
.kuteshop-category .thumb img{
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.kuteshop-category .thumb:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*default*/
.kuteshop-category.default .top-category{
    position: relative;
}
.kuteshop-category.default .thumb img{
    max-width: inherit;
}
.kuteshop-category.default .title{
    position: absolute;
    left: 25px;
    right: 25px;
    max-width: 90px;
    bottom: 50px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.kuteshop-category.default .button{
    position: absolute;
    left: 25px;
    bottom: 20px;
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    padding: 0 10px;
}
.kuteshop-category.default .button:hover{
    opacity: 1;
}
.kuteshop-category.default .button::after{
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    content: "\f0da";
    margin-left: 5px;
}
.kuteshop-category.default .list-category a{
    display: inline-block;
}
.kuteshop-category.default .list-category a::before{
    display: inline-block;
    float: left;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    width: 25px;
    text-align: center;
}
/* style1 */
.kuteshop-category.style1{
    padding: 10px 0;
    overflow: hidden;
    border: 1px solid #eee;
}
.kuteshop-category.style1 .title{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 3px 20px;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 0;
}
.kuteshop-category.style1 .thumb{
    display: inline-block;
    width: 200px;
    float: left;
}
.kuteshop-category.style1 .content-category{
    display: inline-block;
    width: calc(100% - 200px);
    padding: 0 0 10px 20px;
}
.kuteshop-category.style1 .list-category{
    padding: 0 0 10px;
}
.kuteshop-category.style1 .list-category li a{
    display: block;
    line-height: 20px;
    padding: 5px 0;
}
.kuteshop-category.style1 .list-category li a::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 8px 5px 0 0;
}
.kuteshop-category.style1 .button{
    padding: 6px 20px;
    font-weight: normal;
}
/* style2 */
.kuteshop-category.style2{
    text-align: center;
}
.kuteshop-category.style2 .title{
    font-size: 18px;
    font-weight: normal;
    margin: 24px 0 15px;
}
.kuteshop-category.style2 .desc{
    margin-bottom: 18px;
}
.kuteshop-category.style2 .author{
    color: #999;
    font-style: italic;
    margin-bottom: 20px;
}
.kuteshop-category.style2 .button{
    padding: 5px 25px;
    border: 1px solid #aaa;
    background-color: transparent;
    color: #333;
    font-weight: normal;
}
.kuteshop-category.style2 .button:hover{
    color: #fff;
}
.kuteshop-category.style2 .content-category:first-child{
    margin-bottom: 27px;
}
.kuteshop-category.style2 .content-category:first-child .title{
    margin-top: -3px;
}
/* style3 */
.kuteshop-category.style3{
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    padding: 23px 0 0 30px;
}
.kuteshop-category.style3 .title{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    max-width: calc(100% - 190px);
}
.kuteshop-category.style3 .title>*{
    float: right;
    clear: both;
    line-height: 30px;
}
.kuteshop-category.style3 .title span:not(.text){
    font-size: 22px;
    color: #999;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.kuteshop-category.style3 .content-category{
    padding: 0 10px 10px 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.kuteshop-category.style3 .list-category{
    max-width: calc(100% - 180px);
    padding: 0;
}
.kuteshop-category.style3 .list-category li a{
    display: block;
    padding: 5px 0;
    box-shadow: 0 -1px #eee inset;
}
.kuteshop-category.style3 .list-category li a::before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    border: 2px solid;
    border-radius: 50%;
    margin-right: 6px;
}
.kuteshop-category.style3 .button-category{
    display: inline-block;
    position: relative;
    padding: 5px 0;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.kuteshop-category.style3 .button-category::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    border-top: 2px solid;
}
.kuteshop-category.style3 .button-category:not(:hover){
    color: #999;
}
.kuteshop-category.style3 .thumb img{
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
}
/* SLIDER */
.kuteshop-slider .slick-slider.nav-center>.slick-arrow{
    font-size: 20px;
    top: calc(50% - 10px);
}
/*style1*/
.kuteshop-slider.style1 .slick-slider{
    background-color: #fff;
}
.kuteshop-slider.style1 .slick-slider .slick-arrow{
    position: static;
    font-size: 30px;
    background-color: transparent;
    display: block;
    margin: auto;
    text-align: center;
    padding: 4px;
    color: #ddd;
}
.kuteshop-slider.style1 .slick-slider .slick-arrow:hover{
    background-color: transparent;
    color: #333;
}
.kuteshop-slider.style1 .slick-slider .slick-arrow:first-child{
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.kuteshop-slider.style1 .slick-slider .slick-arrow:nth-child(3){
    border-top: 1px solid #eee;
    margin-top: 5px;
}
.kuteshop-slider.style1 .slick-slider .slick-arrow:first-child::before{
    font-family: Flaticon, sans-serif;
    content: "\f118";
}
.kuteshop-slider.style1 .slick-slider .slick-arrow:nth-child(3)::before{
    font-family: Flaticon, sans-serif;
    content: "\f117";
}
.kuteshop-slider.style1 .slick-slider .slick-list{
    padding: 12px 25px;
}
/* style2 */
.kuteshop-slider.style2 .kuteshop-title .title{
    border-bottom-width: 1px;
    padding-bottom: 9px;
}
.kuteshop-slider.style4 .vc_single_image-wrapper,
.kuteshop-slider.style2 .vc_single_image-wrapper{
    border: 1px solid #ccc;
}
.kuteshop-slider.style4 .vc_single_image-wrapper:not(:hover),
.kuteshop-slider.style2 .vc_single_image-wrapper:not(:hover){
    background-color: #eee;
}
/* style3 */
.kuteshop-slider.style3{
    color: #fff;
    text-align: center;
}
.kuteshop-slider.style3 .kuteshop-title{
    color: inherit;
    font-size: 18px;
    margin-bottom: 0;
}
.kuteshop-slider.style3 .sub-title{
    font-size: 16px;
    display: block;
}
.kuteshop-slider.style3 .slider-head::after{
    display: inline-block;
    content: '';
    width: 50px;
    border-bottom: 2px solid;
}
.kuteshop-slider.style3>.slick-slider>.slick-list{
    padding-top: 50px;
}
.kuteshop-slider.style3 .slick-slider.nav-center .slick-arrow{
    padding: 8px;
    color: #333;
    background-color: rgba(255,255,255,0.2);
    top: calc(50% - 20px);
    font-size: 24px;
}
.kuteshop-slider.style3 .slick-slider.nav-center .slick-arrow:hover{
    background-color: #fff;
}
.kuteshop-slider.style3 .slick-slider .slick-dots{
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
}
.kuteshop-slider.style3 .slick-slider .slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.kuteshop-slider.style3 .slick-slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.5);
}
.kuteshop-slider.style3 .slick-slider .slick-dots li.slick-active button,
.kuteshop-slider.style3 .slick-slider .slick-dots li:hover button{
    background-color: #fff;
    opacity: 1;
    border-color: #fff;
}
/* style4 */
.kuteshop-slider.style4 .slick-slider{
    padding: 0 90px;
}
.kuteshop-slider.style4 .slick-slider.nav-center .slick-arrow{
    top: calc(50% - 15px);
    font-size: 18px;
    padding: 6px;
    background-color: #ccc;
    color: #eee;
}
.kuteshop-slider.style4 .slick-slider.nav-center .slick-arrow:first-child{
    left: 0;
}
.kuteshop-slider.style4 .slick-slider.nav-center .slick-arrow:nth-child(3){
    right: 0;
}
/* TESTIMONIALS */
.kuteshop-testimonials.default .kuteshop-title{
    color: #fff;
}
.kuteshop-testimonials.default .testimonials-list-owl{
    padding-top: 175px;
    max-width: 950px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.kuteshop-testimonials.default .slick-dots{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 420px;
    max-width: 100%;
    padding: 10px 0;
}
.kuteshop-testimonials.default .slick-dots .slick-list{
    margin: 0;
}
.kuteshop-testimonials.default .slick-dots .slick-slide{
    padding: 0;
}
.kuteshop-testimonials.default .slick-dots .slick-slide figure{
    width: 140px;
    height: 140px;
    padding: 20px;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}
.kuteshop-testimonials.default .slick-dots .slick-slide.slick-center figure{
    padding: 0;
}
.kuteshop-testimonials.default .slick-dots .slick-slide img{
    border: 3px solid rgba(255,255,255,0.7);
    border-radius: 50%;
}
.kuteshop-testimonials.default .testimonials-item .content a{
    display: inline-block;
    padding: 8px 0;
    font-style: italic;
}
.kuteshop-testimonials.default .slick-dots .slick-dots{
    display: none !important;
}
/* style1 */
.kuteshop-testimonials.style1{
    background-color: #394264;
    color: #fff;
    padding: 20px 20px 25px;
}
.kuteshop-testimonials.style1>.slick-slider{
    padding-top: 130px;
}
.kuteshop-testimonials.style1>.slick-slider>.slick-dots{
    position: static;
}
.kuteshop-testimonials.style2 .slick-list,
.kuteshop-testimonials.style1 .slick-list{
    margin: 0;
}
.kuteshop-testimonials.style2 .slick-slide,
.kuteshop-testimonials.style1 .slick-slide{
    padding: 0;
}
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-list{
    margin: auto;
    padding: 18px 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 192px;
}
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-slide figure{
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.6;
    overflow: hidden;
}
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-slide.slick-center figure{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
    z-index: 1;
}
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-slide figure:hover{
    opacity: 1;
    z-index: 2;
}
.kuteshop-testimonials.style2 .slick-dots,
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots{
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-top: 15px;
}
.kuteshop-testimonials.style2 .slick-dots li,
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li{
    display: inline-block;
    padding: 0 3px;
}
.kuteshop-testimonials.style2 .slick-dots li button,
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.kuteshop-testimonials.style2 .slick-dots li.slick-active button,
.kuteshop-testimonials.style2 .slick-dots li button:hover,
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li.slick-active button,
.kuteshop-testimonials.style1>.slick-slider>.slick-dots .slick-dots li button:hover{
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}
.kuteshop-testimonials.style1 .testimonials-item .content{
    overflow: hidden;
}
.kuteshop-testimonials.style2 .testimonials-item .content>a,
.kuteshop-testimonials.style1 .testimonials-item .content>a{
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-top: 22px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}
/* style2 */
.kuteshop-testimonials.style2{
    color: #333;
}
.kuteshop-testimonials.style2 .slick-slider{
    padding-top: 33px;
}
.kuteshop-testimonials.style2 .slick-list{
    padding: 0 25px;
    overflow: visible;
    background-color: #f2e9e0;
}
.kuteshop-testimonials.style2 .slick-dots{
    margin-top: 0;
    padding: 10px 0 25px;
    background-color: #f2e9e0;
}
.kuteshop-testimonials.style2 .slick-dots li button{
    border-color: rgba(0,0,0,0.2);
}
.kuteshop-testimonials.style2 .slick-dots li.slick-active button,
.kuteshop-testimonials.style2 .slick-dots li button:hover{
    background-color: #a3917b;
    border-color: #a3917b;
}
.kuteshop-testimonials.style2 .testimonials-item img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #f2e9e0;
    margin: -33px auto 15px;
}
.kuteshop-testimonials.style2 .testimonials-item .content>a{
    margin-top: 0;
}
/* SIMPLESEO */
.kuteshop-simpleseo{
    font-size: 14px;
    line-height: 20px;
}
.kuteshop-simpleseo .seo_keyword{
    padding: 4px 0;
}
.kuteshop-simpleseo .title-seo{
    display: inline-block;
    float: left;
    font-weight: 600;
    color: #333333;
    margin-right: 3px;
}
.kuteshop-simpleseo .content-seo{
    list-style: none;
    padding: 0;
    margin: 0 -3px;
}
.kuteshop-simpleseo .seo-item{
    display: inline-block;
    vertical-align: top;
}
.kuteshop-simpleseo .seo-item a{
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}
.kuteshop-simpleseo .seo-item a:hover{
    text-decoration: underline;
}
.kuteshop-simpleseo:not(.style2) .seo-item:not(:last-child)::after {
    content: '|';
}
/*style 1*/
.kuteshop-simpleseo.style1 .seo_keyword{
    color: #0066cb;
    text-align: center;
    padding: 0;
}
/*style 2*/
.kuteshop-simpleseo.style2 .title-seo{
    margin: 13px 25px 12px 0;
}
.kuteshop-simpleseo.style2 .seo-item{
    padding: 0 2px;
}
.kuteshop-simpleseo.style2 .seo-item:hover img{
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
/* NEWSLETTER */
.kuteshop-newsletter .newsletter-form-wrap{
    display: inline-block;
    width: 100%;
    max-width: 270px;
}
.kuteshop-newsletter .email{
    display: inline-block;
    width: calc(100% - 40px);
    border: none;
    padding: 6px 15px;
    text-align: center;
    background-color: #fff;
    height: 36px;
    font-size: 13px;
}
.kuteshop-newsletter .submit-newsletter{
    float: right;
    width: 40px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.kuteshop-newsletter .submit-newsletter span{
    display: block;
}
/* style1 */
.kuteshop-newsletter.style1{
    text-align: center;
}
.kuteshop-newsletter.style1 .newsletter-form-wrap {
    max-width: 544px;
    border: 1px solid #7A7A7A;
}
.kuteshop-newsletter.style1 .email {
    width: calc(100% - 57px);
    text-align: left;
    background-color: transparent;
}
.kuteshop-newsletter.style1 .submit-newsletter {
    width: 57px;
    background-color: transparent;
    color: #7A7A7A;
}
/* style2 */
.kuteshop-newsletter.style2 .newsletter-form-wrap{
    max-width: 470px;
    display: table;
    border: 1px solid #505050;
}
.kuteshop-newsletter.style2 .email{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-color: transparent;
    text-align: left;
}
.kuteshop-newsletter.style2 .submit-newsletter{
    display: table-cell;
    vertical-align: middle;
    padding: 6px 17px;
    background-color: #505050;
    color: inherit;
    white-space: nowrap;
    float: none;
    font-size: 14px;
}
/* style3 */
.kuteshop-newsletter.style3{
    background-size: cover;
    padding: 32px 40px;
}
.kuteshop-newsletter.style3>*{
    max-width: 360px;
    text-align: center;
}
.kuteshop-newsletter.style3 .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}
.kuteshop-newsletter.style3 .subtitle{
    line-height: 18px;
    margin-bottom: 20px;
}
.kuteshop-newsletter.style3 .newsletter-form-wrap{
    background-color: #fff;
    position: relative;
}
.kuteshop-newsletter.style3 .newsletter-form-wrap::after{
    position: absolute;
    content: '';
    top: 9px;
    bottom: 9px;
    right: 55px;
    border-left: 1px solid #ddd;
}
.kuteshop-newsletter.style3 .submit-newsletter{
    width: 55px;
    padding: 10px 0;
    background-color: transparent;
    color: #aaa;
    font-size: 26px;
}
.kuteshop-newsletter.style3 .submit-newsletter:hover{
    opacity: 1;
    color: #333;
}
.kuteshop-newsletter.style3 .submit-newsletter span{
    font-size: 0;
    line-height: 0;
}
.kuteshop-newsletter.style3 .submit-newsletter span::before{
    display: block;
    font-size: 26px;
    line-height: 24px;
    font-family: 'Pe-icon-7-stroke', sans-serif;
    content: "\e66c";
}
.kuteshop-newsletter.style3 .email{
    text-align: left;
    padding: 10px 22px;
    width: calc(100% - 55px);
    height: 44px;
}
/* SOCIAL */
.kuteshop-socials .socials{
    list-style: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 -3px;
}
.kuteshop-socials .socials li{
    display: inline-block;
    margin: 0 3px;
}
.kuteshop-socials .socials li a{
    display: block;
}
.kuteshop-socials .socials li span{
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
}
/* style square */
.kuteshop-socials.style-square .socials li span{
    color: #fff;
    background-color: #aaa;
}
.kuteshop-socials.style-square .socials li a:hover>*{
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
.kuteshop-socials.style-square .socials li span.fa-facebook{
    background-color: #415A9A;
}
.kuteshop-socials.style-square .socials li span.fa-twitter{
    background-color: #00C8FF;
}
.kuteshop-socials.style-square .socials li span.fa-instagram{
    background-color: #5980A7;
}
.kuteshop-socials.style-square .socials li span.fa-pinterest{
    background-color: #CB2229;
}
.kuteshop-socials.style-square .socials li span.fa-google-plus{
    background-color: #DC4637;
}
/* style circle */
.kuteshop-socials.style-circle .socials{
    margin: 0 -8px;
}
.kuteshop-socials.style-circle .socials li span{
    border: 1px solid;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 8px;
}
/* TAGS CLOUD */
.footer .widget_tag_cloud .widgettitle{
    display: none;
}
.footer .widget_tag_cloud .tagcloud{
    margin: 0 -3px -6px;
    line-height: 24px;
}
.footer .widget_tag_cloud .tagcloud a{
    padding: 0 14px;
    font-size: 14px !important;
    border: 1px solid #4a4a4a;
    background-color: #3d3d3d;
    margin: 0 3px 6px;
}
.footer .widget_tag_cloud .tagcloud a:hover{
    color: #fff;
}
/*--------------------------BREADCRUMBS & PAGINATIONS-----------------------*/
/* BREADCRUMBS */
.breadcrumb{
    list-style: none;
    padding: 13px 0;
    margin-bottom: 0;
    color: #333;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb>li+li:before{
    display: inline-block;
    vertical-align: top;
}
.breadcrumb>li+li:before{
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    color: inherit;
    padding: 0 13px;
}
/* PAGINATION */
.navigation,
.pagination{
    font-size: 0;
    line-height: 0;
    margin: 0;
    border-radius: 0;
}
.navigation>.screen-reader-text,
.pagination .screen-reader-text{
    display: none;
}
.navigation .page-numbers,
.pagination .page-numbers{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #eee;
    background-color: #fafafa;
    color: #333;
    padding: 0 13px;
}
.navigation .page-numbers:not(:first-child),
.pagination .page-numbers:not(:first-child){
    margin-left: -1px;
}
.navigation .page-numbers.current,
.navigation a.page-numbers:hover,
.pagination .page-numbers.current,
.pagination a.page-numbers:hover{
    color: #fff;
}
.navigation .page-numbers.prev::before,
.navigation .page-numbers.next::after,
.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
}
.navigation .page-numbers.prev::before,
.pagination .page-numbers.prev::before{
    content: "\f100";
    margin-right: 9px;
}
.navigation .page-numbers.next::after,
.pagination .page-numbers.next::after{
    content: "\f101";
    margin-left: 9px;
}
.comments-pagination{
    text-align: right;
    margin-bottom: 20px;
}
/* BACK TO TOP */
a.backtotop:not(.active){
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 5px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.backtotop:hover,
a.backtotop:focus{
    color: #fff;
}
a.backtotop:hover::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
}
/* ADMIN BAR */
body.admin-bar.page-template .header.style9,
body.admin-bar .box-mobile-menu,
body.admin-bar .header-sticky-menu.active{
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar.page-template .header.style9,
    body.admin-bar .box-mobile-menu{
        top: 46px;
    }
}
/*-----------------------------------FOOTER---------------------------------*/
/* style2 */
.footer.style2 {
    color: #999999;
}
.footer.style2 h1,
.footer.style2 h2,
.footer.style2 h3,
.footer.style2 h4,
.footer.style2 h5,
.footer.style2 h6{
    font-weight: 400;
}
/* style3 */
.footer.style3{
    color: #9d9d9d;
}
/* style4 */
.footer.style4{
    color: #999;
}
.footer.style4 h1,
.footer.style4 h2,
.footer.style4 h3,
.footer.style4 h4,
.footer.style4 h5,
.footer.style4 h6{
    color: #ccc;
}
/* style5 */
.footer.style5,
.footer.style5 .kuteshop-simpleseo .seo_keyword {
    color: #999999;
}
.footer.style5 .kuteshop-custommenu.style4 .menu-item a {
    font-weight: 300;
}
.footer.style5 .kuteshop-socials,
.footer.style5 .kuteshop-newsletter{
    color: #ffffff;
}
/* style6 */
.footer.style6 .kuteshop-newsletter.style2 .submit-newsletter{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.footer.style7 .kuteshop-newsletter.style2 .newsletter-form-wrap,
.footer.style6 .kuteshop-newsletter.style2 .newsletter-form-wrap{
    border: none;
}
.footer.style7 .kuteshop-newsletter.style2 .submit-newsletter,
.footer.style6 .kuteshop-newsletter.style2 .submit-newsletter{
    color: #fff;
}
.footer.style7 .kuteshop-newsletter.style2 .email,
.footer.style6 .kuteshop-newsletter.style2 .email{
    border: 1px solid #eee;
}
.footer.style7 .kuteshop-custommenu.style4 .menu-item a,
.footer.style6 .kuteshop-custommenu.style4 .menu-item a{
    padding-top: 4px;
    padding-bottom: 4px;
}
.footer.style7 .kuteshop-simpleseo.style1 .seo_keyword,
.footer.style6 .kuteshop-simpleseo.style1 .seo_keyword{
    color: inherit;
}
.footer.style7 .kuteshop-simpleseo.style2,
.footer.style6 .kuteshop-simpleseo.style2{
    text-align: center;
}
/* style7 */
.footer.style7 .kuteshop-simpleseo,
.footer.style7 .kuteshop-custommenu .menu{
    font-size: 13px;
}
/* style8 */
.footer.style8{
    color: #999;
}
.footer.style8 .kuteshop-custommenu.style4 .menu-item a{
    padding: 4px 0;
}
/*---------------------------------REPONSIVE--------------------------------*/
@media (min-width: 480px) {
    .block-nav-category{
        width: 270px;
    }
    .header.style11 .block-nav-category{
        width: 215px;
    }
    .kuteshop-tabs .tab-link li:first-child:last-child a{
        white-space: nowrap;
    }
    .header.style13 .block-nav-category .block-title .icon-title.after::before,
    .header.style12 .block-nav-category .block-title .icon-title.after::before{
        line-height: 13px;
        padding-left: 1px;
        content: '\f105';
    }
}
@media (min-width: 667px) {
    .post-item.item-standard .post-thumb{
        display: inline-block;
        float: left;
        width: 350px;
    }
    .post-item.item-standard .post-info{
        display: inline-block;
        width: calc(100% - 350px);
        padding-left: 30px;
    }
}
@media (min-width: 768px) {
    .vc_parallax{
        background-attachment: fixed !important;
    }
    .vc_parallax>*{
        position: absolute !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .kuteshop-iconbox .iconbox-inner{
        text-align: center;
    }
    .block-search:not(.open) .form-search.submenu{
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
    }
    .header.style3 .block-search .input{
        width: 230px;
    }
    .header.style2 .block-search .input,
    .header.style1 .block-search .input{
        width: 270px;
    }
    .header.style2 .header-control>.block-search{
        margin-right: 25px;
    }
    .header.style3 .header-search-box{
        display: table;
        width: 100%;
    }
    .header.style3 .header-search-box>*{
        display: table-cell;
        vertical-align: bottom;
    }
    .header-middle-inner{
        display: table;
        width: 100%;
    }
    .header-middle-inner>*{
        display: table-cell;
        vertical-align: middle;
    }
    .header.style7 .header-top .block-language,
    .header.style7 .header-top .wcml_currency_switcher,
    .header.style4 .header-top .block-language,
    .header.style4 .header-top .wcml_currency_switcher{
        display: none;
    }
    .header.style7 .block-menu-bar a.menu-bar{
        float: right;
    }
    .header.style10 .block-search .form-search.submenu{
        top: -4px;
        right: -4px;
    }
    .header.style12 .header-middle .header-control .block-minicart{
        display: none;
    }
    .kuteshop-products .product-countdown.style1{
        position: absolute;
        top: 0;
        right: 80px;
    }
    .product-countdown.style1 .kuteshop-countdown>* .number{
        margin-right: 5px;
    }
    .kuteshop-tabs.style9 .tab-link{
        text-align: right;
    }
    .kuteshop-tabs.style12 .tab-head{
        display: inline-block;
        width: 195px;
        margin-right: 30px;
        float: left;
    }
    .kuteshop-tabs.style12 .content-tabs{
        display: inline-block;
        width: calc(100% - 225px);
    }
    .kuteshop-tabs.style12 .tab-head .kuteshop-title{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 34px;
        margin: 0;
    }
    .kuteshop-tabs.style12 .tab-head .kuteshop-title .text{
        position: absolute;
        white-space: nowrap;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        bottom: 0;
        left: 100%;
        width: 354px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .kuteshop-tabs.style12 .tab-link .slick-slide figure{
        border-left-width: 2px;
        border-right-color: transparent;
    }
    .kuteshop-tabs.style12 .tab-link .slick-slide:not(.active):not(:hover) figure{
        border-right-color: #eee;
    }
    .header.style13 .header-middle-inner>.header-control>*:not(:first-child){
        margin-left: 20px;
    }
}
@media (min-width: 992px) {
    .header-middle-inner>*:not(:first-child){
        padding-left: 15px;
    }
    .header-middle-inner>*:not(:last-child){
        padding-right: 15px;
    }
    .header.style5:not(.style6) .header-middle-inner>.header-search-box{
        width: 360px;
    }
    .header.style5:not(.style6) .header-middle-inner>.header-control{
        width: 310px;
    }
    .header.style5:not(.style6) .header-middle-inner>.logo{
        text-align: center;
    }
    body.page-template .header.style9{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;
        background-color: transparent;
    }
    body.page-template .header.style10{
        position: fixed;
    }
    .cart-style12 .header-nav-inner .block-minicart .link-dropdown{
        min-width: 190px;
        white-space: nowrap;
    }
    .header.style12 .block-nav-category .block-title{
        min-width: 250px;
        white-space: nowrap;
    }
    .header.style12 .block-search{
        width: 100%;
    }
    .kuteshop-tabs .wpb_single_image .wpb_wrapper,
    .kuteshop-tabs .wpb_single_image .vc_single_image-wrapper,
    .kuteshop-tabs .wpb_single_image img{
        width: 100%;
    }
    .kuteshop-tabs.style6 .content-tabs.has-filter .filter-tabs{
        width: 370px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }
    .kuteshop-tabs.style6 .content-tabs.has-filter .tab-container{
        margin-left: 370px;
    }
    .kuteshop-tabs.style6 .filter-tabs .category-filter{
        padding: 15px 20px 80px;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-slider{
        position: relative;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-slide a::before{
        font-family: Flaticon, sans-serif;
        content: "\f12b";
        display: inline-block;
        vertical-align: top;
        font-size: 9px;
        color: #ccc;
        margin-right: 5px;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-arrow{
        top: auto;
        bottom: 27px;
        left: 50%;
        right: auto;
        border: 1px solid #eee;
        font-size: 15px;
        line-height: 20px;
        padding: 9px 0;
        width: 70px;
        text-align: center;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-arrow:hover{
        border-color: #333;
        z-index: 2;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-arrow:first-child{
        left: auto;
        right: calc(50% - 1px);
        bottom: 27px;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-arrow:nth-child(3)::before{
        content: "\f12b";
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-arrow:first-child::before{
        content: "\f12a";
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-slide.slick-active ~ .slick-active a{
        box-shadow: none;
    }
    .kuteshop-tabs.style6 .filter-tabs .slick-slide a.cat-filter{
        padding: 6px 0;
        border-bottom: none;
        background-color: transparent;
    }
    .kuteshop-tabs.style6 .filter-tabs .category-filter{
        margin-bottom: 0;
    }
    .kuteshop-tabs.style6.right .tab-head{
        padding-right: 0;
        padding-left: 50px;
    }
    .kuteshop-tabs.style6.right .tab-head .kuteshop-title{
        float: right;
    }
    .kuteshop-tabs.style6.right .tab-link{
        padding-left: 20px;
    }
    .kuteshop-tabs.style6.right .tab-control{
        right: auto;
        left: 0;
    }
    .kuteshop-tabs.style6.right .content-tabs.has-filter .tab-container{
        margin-left: 0;
        margin-right: 370px;
    }
    .kuteshop-tabs.style6.right .content-tabs.has-filter .filter-tabs{
        left: auto;
        right: 0;
    }
    .kuteshop-tabs.style6.right .tab-head .kuteshop-title>*{
        float: right;
    }
    .kuteshop-tabs.style6.right .tab-head .kuteshop-title .icon{
        border-right: none;
        border-left: 1px solid rgba(255,255,255,0.8);
    }
    .kuteshop-tabs.style9 .content-tabs.has-filter .filter-tabs{
        width: 270px;
        position: absolute;
        top: -2px;
        left: 0;
        bottom: 0;
        background-size: cover;
    }
    .kuteshop-tabs.style9 .content-tabs.has-filter .tab-container{
        margin-left: 270px;
    }
    .kuteshop-tabs.style9 .tab-head .toggle-category::before,
    .kuteshop-tabs.style9 .filter-tabs::before{
        opacity: 0.3;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .kuteshop-tabs.style9.cat-active .tab-head .toggle-category::before{
        opacity: 0.84;
    }
    .kuteshop-tabs.style9.cat-active .filter-tabs::before{
        opacity: 0.8;
    }
    .kuteshop-tabs.style9 .filter-tabs .category-filter{
        padding: 30px 0 30px 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
        border-bottom: none;
        position: static;
    }
    .kuteshop-tabs.style9:not(.cat-active) .filter-tabs .category-filter{
        -webkit-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slide{
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-filter{
        padding: 8px 13px;
        border: none;
        box-shadow: none;
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slide a.cat-filter:hover{
        color: #333;
        background-color: #fff;
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow{
        font-size: 20px;
        line-height: 1;
        padding: 5px 0;
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:nth-child(3){
        bottom: 5px;
        left: calc(50% - 15px);
        right: auto;
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:first-child{
        bottom: 35px;
        right: calc(50% - 15px);
        left: auto;
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:first-child::before{
        content: "\f118";
    }
    .kuteshop-tabs.style9 .filter-tabs .slick-slider .slick-arrow:nth-child(3)::before{
        content: "\f117";
    }
    .header.style11 .header-middle .header-phone,
    .header.style11 .header-middle .header-social{
        display: none;
    }
}
@media (min-width: 1025px) {
    .slick-slider.nav-center>.slick-arrow{
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        -moz-transition: left 0.3s ease, right 0.3s ease;
        -ms-transition: left 0.3s ease, right 0.3s ease;
        -o-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease;
    }
    .slick-slider.nav-center:not(:hover)>.slick-arrow:first-child{
        left: -31px;
    }
    .slick-slider.nav-center:not(:hover)>.slick-arrow:nth-child(3){
        right: -31px;
    }
    .block-menu-bar{
        display: none !important;
    }
    .kuteshop-dropdown:not(.block-search):not(:hover)>.submenu,
    .block-minicart:not(:hover) .shopcart-description{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .block-nav-category .vertical-menu .menu-item:not(:hover)>.submenu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    .block-nav-category .vertical-menu .submenu{
        position: absolute;
        top: 0;
        left: 100%;
        box-shadow: 0 0 0 1px #eee inset;
        background-color: #fff;
        z-index: 9;
        padding: 0;
        width: 200px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .block-nav-category .vertical-menu .menu-item.parent>a::after{
        content: '\f105';
        font-family: FontAwesome, sans-serif;
        display: inline-block;
        float: right;
    }
    .block-nav-category .vertical-menu>.menu-item:hover>a,
    .block-nav-category .vertical-menu .submenu>.menu-item:hover>a,
    .block-nav-category .view-all-category a:hover{
        background-color: #eee;
    }
    .block-nav-category .vertical-menu .menu-item:not(:hover)>a .icon{
        color: #888;
    }
    .product-item.style-13 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-1 .product-inner:not(:hover) .add-to-cart{
        bottom: -51px;
    }
    .product-item.style-1 .product-inner:not(:hover) .group-button>*{
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        -o-transform: translateX(60px);
        transform: translateX(60px);
    }
    .header.style5 .block-nav-category .block-title .text-title{
        display: none;
    }
    .header.style5 .block-nav-category{
        width: 60px;
    }
    .header.style5 .block-nav-category .block-title{
        padding: 0;
        text-align: center;
    }
    .header.style5 .block-nav-category .block-title .icon-title.after{
        float: none;
        margin: 0;
    }
    .header.style7 .logo{
        width: 275px;
    }
    .banner-shop:not(:hover) .slick-arrow:first-child{
        left: -41px;
    }
    .banner-shop:not(:hover) .slick-arrow:nth-child(3){
        right: -41px;
    }
    .flex-control-nav:not(:hover) .slick-arrow:first-child{
        left: -31px;
    }
    .flex-control-nav:not(:hover) .slick-arrow:nth-child(3){
        right: -31px;
    }
    .product-item.style-3 .product-inner:not(:hover) .add-to-cart{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-7 .group-button>*,
    .product-item.style-7 a.yith-wcqv-button,
    .product-item.style-6 a.yith-wcqv-button{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .product-item.style-16 .product-inner:not(:hover) a.yith-wcqv-button,
    .product-item.style-7 .product-inner:not(:hover) a.yith-wcqv-button,
    .product-item.style-6 .product-inner:not(:hover) a.yith-wcqv-button,
    .product-item.style-5 .product-inner:not(:hover) .group-button>*{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .product-item.style-16 .product-inner:hover a.yith-wcqv-button,
    .product-item.style-7 .product-inner:hover a.yith-wcqv-button,
    .product-item.style-6 .product-inner:hover a.yith-wcqv-button{
        -webkit-animation: bounceIn 0.5s ease;
        -o-animation: bounceIn 0.5s ease;
        animation: bounceIn 0.5s ease;
    }
    .product-item.style-6 .product-inner:not(:hover) .group-button>*{
        -webkit-transform: translateY(31px);
        -moz-transform: translateY(31px);
        -ms-transform: translateY(31px);
        -o-transform: translateY(31px);
        transform: translateY(31px);
    }
    .product-item.style-7 .product-inner:not(:hover) .group-button>*:not(.add-to-cart){
        -webkit-transform: translateY(37px);
        -moz-transform: translateY(37px);
        -ms-transform: translateY(37px);
        -o-transform: translateY(37px);
        transform: translateY(37px);
    }
    .kuteshop-slider.style3 .slick-slider.nav-center:not(:hover)>.slick-arrow:first-child{
        left: -41px;
    }
    .kuteshop-slider.style3 .slick-slider.nav-center:not(:hover)>.slick-arrow:nth-child(3){
        right: -41px;
    }
    .product-item.style-12 .product-inner:not(:hover) .compare-button,
    .product-item.style-12 .product-inner:not(:hover) .yith-wcqv-button{
        display: none;
    }
    .product-item.style-12 .product-inner:not(:hover) .yith-wcwl-add-to-wishlist a::before{
        background-color: transparent;
        border-color: transparent;
        color: #aaa;
    }
    .product-item.style-12 .product-inner:not(:hover) .add-to-cart a::before{
        width: auto;
    }
    .product-item.style-12 .product-inner:not(:hover) .add-to-cart a{
        color: #aaa;
        background-color: transparent;
    }
    .kuteshop-banner.style1:not(:hover) .product-item .thumb-link::before{
        top: -15px;
        bottom: -15px;
        right: -15px;
        left: -15px;
        opacity: 0;
    }
    .kuteshop-banner.style1:not(:hover) .product-item .product-info{
        opacity: 0;
        visibility: hidden;
    }
}
@media (min-width: 1200px){
    .header.style13 .block-search .input,
    .header.style1 .block-search .input,
    .header.style2 .block-search .input{
        width: 370px;
    }
    .header.style3 .block-search .input{
        width: 345px;
    }
    .header.style5 .block-search .input{
        width: 295px;
    }
    .header.style9 .header-top>.container>.top-bar-menu:first-child>.top-bar-menu>*>a{
        font-size: 18px;
    }
    body.page-template .header .block-nav-category.alway-open .block-content{
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .filter-tabs .slick-slider{
        position: static;
    }
    .filter-tabs .slick-slider .slick-arrow{
        bottom: 50px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
    .filter-tabs .slick-slider .slick-arrow:first-child{
        bottom: 80px;
    }
    .kuteshop-tabs.style6 .tab-link{
        padding-left: 40px;
    }
    .header.style14 .header-middle-inner>.box-header-nav,
    .header.style14 .header-middle-inner>.header-control{
        width: 460px;
    }
    .header.style14 .header-middle-inner>.logo{
        text-align: center;
    }
    .header.style4 .header-nav .wcml_currency_switcher a.wcml-cs-item-toggle,
    .header.style4 .header-nav .block-language>a{
        padding-left: 0;
        padding-right: 0;
    }
}
/* max-width & min-width */
@media (min-width: 992px) and (max-width: 1199px) {
    .block-nav-category{
        width: 293px;
    }
    .kuteshop-category.style1 .thumb,
    .kuteshop-category.style1 .content-category{
        display: block;
        width: auto;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .kuteshop-tabs.style6 .tab-head .kuteshop-title,
    .kuteshop-tabs.style6 .content-tabs.has-filter .filter-tabs{
        width: 360px;
    }
    .kuteshop-tabs.style6 .filter-tabs .category-filter{
        padding-bottom: 72px;
    }
    .kuteshop-tabs.style6 .content-tabs.has-filter .tab-container{
        margin-left: 360px;
    }
    .kuteshop-tabs.style6.right .content-tabs.has-filter .tab-container{
        margin-right: 360px;
    }
    .kuteshop-tabs.style9 .content-tabs.has-filter .filter-tabs{
        width: 210px;
    }
    .kuteshop-tabs.style9 .content-tabs.has-filter .tab-container{
        margin-left: 210px;
    }
    .main-container:not(.no-sidebar) .woocommerce-product-gallery{
        width: 330px;
    }
    .main-container:not(.no-sidebar) .entry-summary{
        width: calc(100% - 330px);
    }
    .kuteshop-category.style3 .title{
        position: static;
        max-width: inherit;
    }
    .kuteshop-category.style3 .title>*{
        float: none;
    }
    .kuteshop-category.style3 .list-category{
        max-width: inherit;
    }
    .kuteshop-blog.style5 .blog-info,
    .kuteshop-blog.style3 .blog-info{
        padding: 20px 20px 30px;
    }
    .kuteshop-blog.style5 .read-more{
        left: 20px;
        bottom: 10px;
    }
    .kuteshop-blog.style5 .blog-date,
    .kuteshop-blog.style3 .blog-date{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header.style10 .block-search:not(.open) .form-search.submenu{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .kuteshop-tabs .tab-control{
        padding-top: 0;
        padding-bottom: 0;
        height: 40px;
    }
    .kuteshop-tabs.style1 .tab-head .kuteshop-title{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .kuteshop-tabs.style3 .tab-head .kuteshop-title,
    .kuteshop-tabs.style6 .tab-head .kuteshop-title>*{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header.style11 .header-middle-inner>*{
        display: block;
    }
    .header.style11 .header-megabox{
        margin-top: -50px;
    }
    .header.style11 .header-megabox .header-megabox-nav{
        padding-top: 50px;
        padding-bottom: 10px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .product-item.style-7 .add-to-cart a{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* max-width */
@media (max-width: 1499px){
    .kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:first-child {
        left: -75px;
    }
    .kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:nth-child(3){
        right: -75px;
    }
}
@media (max-width: 1366px) {
    .kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:first-child {
        left: -15px;
    }
    .kuteshop-products.style-10 .slick-slider.nav-center>.slick-arrow:nth-child(3){
        right: -15px;
    }
}
@media (max-width: 1199px) {
    .chosen-container-single .chosen-single span{
        margin-right: 5px;
    }
    .header.style3 .block-search .form-search>*,
    .header.style2 .block-search .form-search>*,
    .header.style1 .block-search .form-search>*{
        display: block;
    }
    .header.style13 .block-search .form-search .category,
    .header.style11 .block-search .form-search .category,
    .header.style3 .block-search .form-search .category,
    .header.style2 .block-search .form-search .category,
    .header.style1 .block-search .form-search .category{
        display: none;
    }
    .header.style3 .header-mega-box .top-bar-menu .header-text-box a{
        padding-left: 0;
    }
    .header.style3 .header-mega-box .top-bar-menu .header-text-box{
        float: none;
    }
    .header.style3 .header-mega-box>.top-bar-menu{
        margin-bottom: 10px;
        float: none;
    }
    .product-item.list .product-thumb{
        width: 200px;
    }
    .product-item.list .product-info{
        width: calc(100% - 215px);
    }
    .product-item.list .product-info .info-right .add-to-cart{
        margin-top: 0;
    }
    .filter-tabs .slick-slide a.cat-active{
        background-color: #eee;
    }
    .kuteshop-tabs.style3 .tab-head,
    .kuteshop-tabs.style1 .tab-head{
        padding-right: 70px;
    }
    .kuteshop-tabs.style1 .tab-link li a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .kuteshop-tabs .tab-control{
        padding-left: 10px;
        padding-right: 10px;
        width: 70px;
    }
    .price ins{
        margin-right: 5px;
    }
    .kuteshop-tabs:not(.style6):not(.style9) .filter-tabs{
        background-image: none !important;
    }
    .content-tabs.has-filter .filter-tabs{
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
    }
    .content-tabs.has-filter .tab-container{
        margin-left: 0;
    }
    .filter-tabs .category-filter{
        padding: 0 0 40px;
        border-bottom: 1px solid #eee;
    }
    .kuteshop-tabs.style9 .filter-tabs .category-filter{
        margin-bottom: 0;
    }
    .filter-tabs .slick-list{
        margin: 0;
    }
    .filter-tabs .slick-slide{
        padding: 0;
    }
    .filter-tabs .slick-slide.slick-active ~ .slick-active a{
        box-shadow: 1px 0 #eee inset;
    }
    .filter-tabs .slick-slide a.cat-filter{
        padding: 8px 15px;
        border-bottom: 1px solid #eee;
    }
    .filter-tabs .slick-slider .slick-arrow{
        font-size: 20px;
        line-height: 40px;
        color: #999;
        top: auto;
        bottom: 0;
        left: 50%;
        right: auto;
    }
    .filter-tabs .slick-slider .slick-arrow:first-child{
        right: 50%;
        left: auto;
    }
    .filter-tabs .slick-slider .slick-arrow:first-child::before{
        content: "\f119";
    }
    .filter-tabs .slick-slider .slick-arrow:nth-child(3)::before{
        content: "\f11a";
    }
    .kuteshop-products.style-13 .kuteshop-title{
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .product-item.style-4 .product-info{
        padding-top: 6px;
    }
    .kuteshop-iconbox.style1 .title{
        min-height: 40px;
    }
    .product-item.style-8 .flash{
        display: none;
    }
    .kuteshop-tabs.style9 .tab-head .kuteshop-title{
        width: 210px;
    }
    .entry-summary{
        padding-left: 30px;
    }
    .kuteshop-products.style-12 .product-list-owl .slick-arrow{
        right: 0;
    }
    .kuteshop-products.style-12 .product-list-owl .slick-arrow:first-child{
        right: 21px;
    }
    .product-item.style-12 .product-info{
        padding-left: 10px;
    }
    .kuteshop-products.style-11{
        padding: 20px 30px 40px;
    }
    .kuteshop-banner.style1 .product-item .product-info{
        top: 50%;
    }
    .kuteshop-banner.style1 .product-item .product_title{
        max-width: inherit;
    }
}
@media (max-width: 1024px) {
    .header-sticky-menu,
    .box-header-nav .main-menu{
        display: none;
    }
    .kuteshop-dropdown:not(.open)>.submenu,
    .block-minicart:not(.open) .shopcart-description{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .block-nav-category .vertical-menu [class^="vc_col-"],
    .block-nav-category .vertical-menu [class*=" vc_col-"]{
        width: 100%;
        float: none;
    }
    .block-nav-category .vertical-menu .megamenu{
        width: auto !important;
        max-width: inherit !important;
    }
    .block-nav-category .vertical-menu{
        border-right: 1px solid #eee;
    }
    .block-nav-category .vertical-menu .menu-item>.toggle-submenu{
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        padding: 6px 20px;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .block-nav-category .vertical-menu .menu-item>.toggle-submenu::before{
        display: block;
        font-family: FontAwesome, sans-serif;
        content: "\f107";
    }
    .block-nav-category .vertical-menu .menu-item.show-submenu>.toggle-submenu{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .block-nav-category .vertical-menu .submenu{
        display: none;
    }
    .block-nav-category .vertical-menu .menu-item:not(.show-submenu)>a .icon{
        color: #888;
    }
    .header.style9 .header-control>.box-header-nav,
    .header.style4 .header-middle-inner>.box-header-nav{
        display: none;
    }
    .header.style11 .header-megabox .header-megabox-nav{
        vertical-align: middle;
    }
    .header.style13 .header-nav{
        background-color: #eee;
    }
    .kuteshop-tabs.style10 .tab-link li a{
        padding-left: 30px;
        padding-right: 30px;
    }
    .kuteshop-banner.style1 .product-item .flash>span{
        display: none;
    }
}
@media (max-width: 991px) {
    .header.style13 .header-middle-inner>*,
    .header.style3 .header-middle-inner>*,
    .header.style2 .header-middle-inner>*,
    .header.style1 .header-middle-inner>*{
        display: block;
        text-align: center;
    }
    .header.style3 .header-mega-box .top-bar-menu{
        float: none;
    }
    .header.style12 .block-search .category,
    .header.style11 .block-search .category,
    .header.style7 .block-search .category,
    .header.style4 .block-search .category{
        display: none;
    }
    .header.style12 .block-nav-category,
    .header.style11 .block-nav-category,
    .header.style7 .block-nav-category,
    .header.style4 .block-nav-category{
        width: auto;
    }
    .header.style5 .block-search .form-search{
        margin: auto;
    }
    .kuteshop-products.has-brand .box-brand{
        width: 50%;
    }
    .kuteshop-products.has-brand .content-product-append{
        width: 50%;
    }
    .kuteshop-products.has-brand .content-product-append.row{
        width: calc(50% + 30px);
    }
    .kuteshop-tabs .filter-tabs{
        background-image: none !important;
    }
    .kuteshop-tabs.style1 .tab-link li a{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header.style11 .header-megabox-nav>.top-bar-menu{
        float: none;
    }
    .header.style11 .header-nav-inner,
    .header.style11 .header-nav-inner>*{
        border-width: 5px;
    }
    .kuteshop-products.style-13 .kuteshop-title{
        padding-top: 1px;
        padding-bottom: 0;
    }
    .product-item.style-13 .product-info{
        padding-top: 10px;
    }
    .product-item.style-4 .product-info{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .kuteshop-tabs.style6 .tab-link li a,
    .kuteshop-tabs.style3 .tab-link li a{
        padding-top: 7px;
        padding-bottom: 8px;
    }
    .kuteshop-tabs.style6 .tab-head .kuteshop-title{
        width: 230px;
    }
    .kuteshop-tabs.style6 .kuteshop-products{
        padding-top: 1px;
    }
    .filter-tabs>figure>img{
        margin: auto;
    }
    .kuteshop-tabs.style9 .content-tabs.has-filter .filter-tabs{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        overflow: hidden;
        height: 81px;
    }
    .kuteshop-tabs.style9:not(.cat-active) .content-tabs.has-filter .filter-tabs{
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        -ms-transform: scale(1,0);
        -o-transform: scale(1,0);
        transform: scale(1,0);
        height: 0;
    }
    .kuteshop-products.style-11 .product-countdown{
        margin-bottom: 20px;
    }
    .header.style11 .header-nav-inner .header-nav-control{
        display: none;
    }
}
@media (max-width: 767px) {
    .header-control{
        text-align: center;
    }
    .wc-tabs li{
        display: block;
        margin: 0;
    }
    .header-middle-inner>*{
        display: block;
        text-align: center;
    }
    .header-control .block-search:not(.kuteshop-dropdown){
        display: block;
    }
    .header-control{
        position: relative;
    }
    .block-minicart{
        position: static;
    }
    .block-search.kuteshop-dropdown{
        position: static;
    }
    .block-search .form-search.submenu{
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        max-width: 400px;
    }
    .block-minicart .shopcart-description{
        left: 0;
        margin: auto;
        max-width: 100%;
    }
    .header.style3 .block-search .form-search,
    .header.style2 .block-search .form-search,
    .header.style1 .block-search .form-search{
        display: block;
    }
    .header.style13 .header-control>*:nth-child(2),
    .header.style12 .header-control>*:nth-child(2),
    .header.style9 .header-middle-inner>.header-control>*:nth-child(2),
    .header.style8 .header-control>*:nth-child(2),
    .header.style6 .header-control>*:nth-child(2),
    .header.style2:not(.style5) .header-control>*:nth-child(2),
    .header.style1 .header-control>*:nth-child(2){
        margin-left: 0;
    }
    .header.style3 .block-search{
        margin-bottom: 20px;
    }
    .header.style4 .header-middle-inner{
        padding-bottom: 5px;
    }
    .header.style4 .header-middle-inner>*{
        padding: 5px 0;
    }
    .header.style7 .header-nav .block-language,
    .header.style7 .header-nav .wcml_currency_switcher,
    .header.style4 .header-nav .block-language,
    .header.style4 .header-nav .wcml_currency_switcher{
        display: none;
    }
    .header-top{
        position: relative;
    }
    .header.style8 .block-search .form-search.submenu{
        right: 15px;
        left: auto;
    }
    .kuteshop-products.has-brand .box-brand,
    .kuteshop-products.has-brand .content-product-append,
    .kuteshop-products.has-brand .content-product-append.row{
        display: block;
        float: left;
        width: auto;
    }
    .kuteshop-products.has-brand .box-brand{
        padding-right: 0;
    }
    .kuteshop-tabs.style9 .tab-head,
    .kuteshop-tabs.style6 .tab-head,
    .kuteshop-tabs.style3 .tab-head,
    .kuteshop-tabs.style1 .tab-head{
        padding-right: 0;
    }
    .kuteshop-tabs.style9 .tab-link,
    .kuteshop-tabs.style6 .tab-link,
    .kuteshop-tabs.style3 .tab-link,
    .kuteshop-tabs.style1 .tab-link{
        display: block;
        width: auto;
    }
    .kuteshop-tabs.style3 .tab-head .kuteshop-title,
    .kuteshop-tabs.style1 .tab-head .kuteshop-title{
        display: block;
        width: auto;
        padding-right: 70px;
    }
    .kuteshop-tabs.style6 .tab-head .kuteshop-title{
        display: block;
        width: auto;
        padding-right: 50px;
    }
    .kuteshop-tabs.style9 .tab-head .kuteshop-title{
        display: block;
        width: auto;
        padding-right: 50px;
        background-color: #333;
        color: #fff;
    }
    .kuteshop-tabs .tab-control{
        margin: 0;
    }
    .kuteshop-tabs .tab-control{
        color: #fff ;
    }
    .header.style11 .header-megabox{
        text-align: center;
    }
    .header.style11 .header-megabox>*{
        display: inline-block;
        padding: 5px 0;
    }
    .header.style11 .block-menu-bar,
    .header.style11 .block-minicart{
        padding: 20px 0;
    }
    .header.style11 .header-megabox>*:nth-child(2){
        padding-left: 0;
    }
    .header.style12 .header-nav-inner .block-minicart{
        display: none;
    }
    .header.style13 .block-search .form-search{
        margin: auto;
    }
    .kuteshop-tabs.style5 .tab-link,
    .kuteshop-tabs.style5 .tab-head .kuteshop-title{
        display: block;
        float: none;
    }
    .kuteshop-tabs.style4 .tab-head,
    .kuteshop-tabs.style4 .content-tabs{
        width: 100%;
    }
    .kuteshop-tabs.style3 .tab-head .kuteshop-title::after{
        float: none;
    }
    .kuteshop-products.style-5 .kuteshop-title,
    .kuteshop-products.style-5 .product-countdown{
        display: block;
        float: none;
        width: auto;
        margin: 0 0 10px;
    }
    .kuteshop-products.style-5 .kuteshop-title{
        padding: 5px 20px;
    }
    .kuteshop-products.style-5 .kuteshop-title>*{
        display: inline-block;
        padding: 0 3px;
    }
    .kuteshop-products.style-5 .kuteshop-title>.space{
        padding: 0 5px;
    }
    .product-countdown.style4 .kuteshop-countdown>*{
        display: inline-block;
    }
    .product-countdown.style4 .kuteshop-countdown>*:not(:first-child){
        margin: 0 0 0 -8px;
    }
    .kuteshop-products.style-5 .content-product-append{
        padding: 0;
    }
    .kuteshop-products.style-5 .slick-slider:not(.nav-center) .slick-arrow{
        top: calc(50% - 31px);
        left: auto;
        right: 0;
    }
    .kuteshop-tabs.style7 .tab-link li{
        display: block;
    }
    .woocommerce-product-gallery,
    .entry-summary{
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }
    .kuteshop-tabs.style12 .tab-head{
    }
    .kuteshop-tabs.style12 .content-tabs{
    }
    .kuteshop-tabs.style12 .tab-head .kuteshop-title{
        margin-bottom: 0;
    }
    .kuteshop-tabs.style12 .tab-head .kuteshop-title .text{
    }
    .kuteshop-tabs.style12 .tab-link{
        margin: 0 0 30px;
        padding: 2px 0 0;
        border-width: 0 1px 0 1px;
    }
    .kuteshop-tabs.style12 .tab-link::before{
        right: 0;
        bottom: auto;
        width: auto;
        height: 2px;
        border-width: 0 1px 0 1px;
    }
    .kuteshop-tabs.style12 .tab-link .slick-slide figure{
        border-top-width: 2px;
        border-bottom-color: transparent;
    }
    .kuteshop-tabs.style12 .tab-link .slick-slide:not(.active):not(:hover) figure{
        border-bottom-color: #eee;
    }
    .kuteshop-tabs.style12 .tab-link .slick-arrow:first-child,
    .kuteshop-tabs.style12 .tab-link .slick-arrow:nth-child(3){
        top: calc(50% - 12px);
        bottom: auto;
        right: -12px;
        left: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .kuteshop-tabs.style12 .tab-link .slick-arrow:first-child{
        right: auto;
        left: -12px;
        padding-top: 7px;
    }
    .kuteshop-tabs.style10 .tab-head{
        padding-right: 0;
    }
    .kuteshop-tabs.style10 .kuteshop-products{
        padding-top: 40px;
        position: relative;
    }
    .kuteshop-tabs.style11 .tab-link li,
    .kuteshop-tabs.style10 .tab-link li{
        display: block;
        text-align: center;
    }
    .kuteshop-tabs.style10 .tab-link li a::before{
        display: none;
    }
    .kuteshop-tabs.style11 .tab-head{
        display: block;
    }
    .kuteshop-tabs.style11 .tab-head .kuteshop-title{
        display: block;
        text-align: center;
        border-bottom: 1px solid #ddd;
        width: auto;
    }
    .kuteshop-products.style-9 .product-list-owl:not(.nav-center) .slick-arrow{
        margin-top: 0;
    }
    .kuteshop-tabs.style11 .tab-link{
        padding-right: 0;
        display: block;
    }
    .kuteshop-tabs.style13 .tab-link{
        width: 100%;
        margin-top: 10px;
    }
    .header.style11 .top-bar-menu>*{
        float: none;
    }
}
@media (max-width: 666px) {
    .product-item.list .product-thumb,
    .product-item.list .product-info{
        display: block;
        float: none;
        width: auto;
    }
}
@media (max-width: 567px) {
    .top-bar-menu{
        display: block;
        float: none !important;
        text-align: center;
        position: relative;
    }
    .top-bar-menu>*{
        float: none;
    }
    .top-bar-menu>*:first-child>.socials,
    .top-bar-menu>*:first-child>a,
    .top-bar-menu>*:first-child a.wcml-cs-item-toggle{
        padding-left: 0;
    }
    .top-bar-menu>*:last-child>.socials,
    .top-bar-menu>*:last-child>a,
    .top-bar-menu>*:last-child a.wcml-cs-item-toggle{
        padding-right: 0;
    }
    .header.style12 .header-nav-inner>*{
        display: block;
    }
    .kuteshop-tabs.style5 .tab-link li{
        display: block;
        text-align: center;
    }
    .kuteshop-tabs.style5 .tab-link li a{
        padding: 5px 0;
    }
    .header.style13 .block-search .form-search{
        display: block;
    }
    .kuteshop-banner.style1>*{
        display: block;
        width: auto;
    }
    .kuteshop-blog.style5 .blog-inner,
    .kuteshop-blog.style3 .blog-inner{
        display: block;
    }
    .kuteshop-blog.style5 .blog-thumb,
    .kuteshop-blog.style5 .blog-info,
    .kuteshop-blog.style3 .blog-thumb,
    .kuteshop-blog.style3 .blog-info{
        display: block;
        width: auto;
    }
    .kuteshop-newsletter.style3{
        padding: 20px 15px;
    }
    .kuteshop-slider.style4 .slick-slider{
        padding: 0 40px;
    }
    .kuteshop-banner.style1 .product-item .thumb-link{
        display: inline-block;
    }
}
@media (max-width: 479px) {
    #tab-reviews .commentlist .comment .avatar{
        margin-bottom: 10px;
    }
    #tab-reviews .commentlist .comment .comment-text{
        overflow: visible;
    }
    #tab-reviews .woocommerce-Reviews-title{
        font-size: 20px;
    }
    .widget-area>.widget>*,
    .widget-area>.widget>ul,
    .widget-area>.widget>ol{
        padding: 10px 20px;
    }
    .product-item.list .product-info .info-left,
    .product-item.list .product-info .info-right {
        display: block;
        width: auto;
        float: none;
        text-align: left;
        margin-bottom: 15px;
    }
    .product-item.list .product-info .info-right .add-to-cart {
        display: block;
    }
    .product-item.list .product-info .info-right>*:not(.add-to-cart):not(.clear) {
        margin: 0 10px 10px 0;
    }
    .cart-style3 .link-dropdown .text,
    .header.style3 .block-wishlist .text,
    .header.style3 .block-userlink .text{
        display: none;
    }
    .cart-style3 .link-dropdown .count{
        left: 30%;
    }
    .kuteshop-tabs.default .tab-link li{
        display: block;
    }
    .header-nav-inner>*{
        display: block;
    }
    .header.style4 .block-search .form-search{
        border: none;
    }
    .header.style4 .block-search .input{
        border-left: 1px solid #ccc;
    }
    .header.style4 .block-search .btn-submit{
        right: 0;
    }
    .header.style8 .block-search .form-search.submenu{
        max-width: calc(100% - 30px);
    }
    .header.style13 .block-search .category,
    .block-search .form-search.submenu .category{
        display: none;
    }
    .product-item.style-3 .product-thumb,
    .product-item.style-3 .product-info{
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }
    .product-item.style-3 .thumb-linh img{
        margin: 0;
    }
    .product-countdown.style3 .kuteshop-countdown>*{
        width: 56px;
        height: 56px;
        padding: 3px;
    }
    .product-countdown.style3 .kuteshop-countdown>*::before{
        top: 6px;
        left: 6px;
        bottom: 6px;
        right: 6px;
    }
    .kuteshop-category.style1 .thumb,
    .kuteshop-category.style1 .content-category{
        display: block;
        width: auto;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-countdown.style1 .kuteshop-countdown>*{
        padding: 0 5px;
    }
    .product-countdown.style1 .kuteshop-countdown>*>*{
        display: block;
        text-align: center;
    }
    .product-item.style-13 .product-thumb{
        display: block;
        float: none;
        width: auto;
    }
    .product-item.style-13 .product-info{
        display: block;
        float: none;
        width: auto;
        padding-bottom: 10px;
    }
    .kuteshop-tabs.style8 .tab-link li{
        display: block;
        float: none;
        width: auto !important;
    }
    .kuteshop-category.style3{
        padding: 10px 0 0 15px;
    }
    .kuteshop-category.style3 .title{
        position: static;
        max-width: inherit;
    }
    .kuteshop-category.style3 .title>*{
        float: none;
    }
    .kuteshop-category.style3 .list-category{
        max-width: inherit;
    }
    .product-countdown.style6 .title{
        font-size: 20px;
        line-height: 20px;
        padding: 10px 6px;
    }
    .product-countdown.style6 .time{
        height: 60px;
        width: 50px;
    }
    .product-countdown.style6 .count{
        font-size: 32px;
        line-height: 50px;
    }
    .product-countdown.style6 .kuteshop-countdown .label{
        font-size: 12px;
    }
    .product-countdown.style6 .count.bottom::before{
        display: none;
    }
    .kuteshop-testimonials.default .slick-dots .slick-slide figure{
        padding: 15px;
        width: auto;
        height: auto;
    }
}
@media (max-width: 375px) {
    .product-inner .thumb-link img{
        width: 100%;
    }
}
.error-404 {
    text-align: center;
    padding-top: 15px;
}

.error-404 .page-title {
    font-size: 86px;
    line-height: 100px;
    font-weight: 300;
    letter-spacing: -0.05em;
    text-transform: none;
    margin-bottom: 20px;
    box-shadow: none;
}

.error-404 .page-title .hightlight {
    font-size: 120px;
    font-weight: 600;
    color: #007ab7;
    border: none;
}

.error-404 .page-content {
    font-size: 18px;
    line-height: 30px;
}

.error-404 .page-content .hightlight {
    font-weight: 600;
}

.error-404 .search-form {
    font-size: 0;
    line-height: 0;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.error-404 .search-form > label {
    display: none;
}

.error-404 .search-form input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    font-size: 13px;
    line-height: 24px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.error-404 .search-form .search-submit {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    padding: 7px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    border-radius: 0 5px 5px 0;
}

.error-404 .search-form .search-submit span::before {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.kuteshop-google-maps {
    border-radius: 5px;
}

.kuteshop-google-maps .map-field i {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
}

.map-field span {
    display: table-cell;
    vertical-align: middle;
}

.wpcf7 .contact-form label {
    margin-bottom: 25px;
    display: block;
    color: #333;
}

.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 .contact-form .wpcf7-text, .wpcf7 .contact-form .wpcf7-textarea {
    width: 100%;
}
.wpcf7 .contact-form .wpcf7-textarea {
    height: 150px;
}
.modal-backdrop.in{
    opacity: 0.8;
}
#popup-newsletter{
    padding: 0 !important;
}
#popup-newsletter .modal-dialog{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 800px;
    height: 500px;
    margin: auto;
}
#popup-newsletter .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    z-index: 1;
}
#popup-newsletter .close>*{
    display: block;
}
#popup-newsletter .close:hover{
    opacity: 1;
}
#popup-newsletter .modal-content{
    border-radius: 0;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    border: none;
}
#popup-newsletter .modal-inner>*{
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
}
#popup-newsletter .modal-info{
    padding: 40px;
}
#popup-newsletter .modal-info .highlight{
    width: calc(100% + 140px);
    margin-left: -140px;
    margin-bottom: 10px;
}
#popup-newsletter .modal-info .title{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 39px;
}
#popup-newsletter .modal-info .des{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
#popup-newsletter .modal-info .btn-checkbox{
    position: absolute;
    bottom: 8px;
    left: 40px;
}
#popup-newsletter .modal-info .btn-checkbox label{
    font-weight: 600;
}
#popup-newsletter .newsletter-form-wrap{
    font-size: 0;
    line-height: 0;
    border: 1px solid #ccc;
}
#popup-newsletter .newsletter-form-wrap .email{
    width: calc(100% - 44px);
    border: none;
    border-right: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 44px;
}
#popup-newsletter .newsletter-form-wrap .btn-submit{
    width: 44px;
    padding: 5px;
    font-size: 34px;
    background-color: transparent;
    color: #aaa;
}
#popup-newsletter .newsletter-form-wrap .btn-submit:hover{
    opacity: 1;
    color: #333;
}
body.admin-bar #yith-quick-view-modal {
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar #yith-quick-view-modal {
        top: 46px;
    }
}
@media (max-width: 600px) {
    body.admin-bar #yith-quick-view-modal {
        top: 0;
    }
}
/*=======================
* MODAL POPUP STYLE
========================*/
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden;
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    width: calc(100% - 30px) !important;
    height: auto !important;
    max-width: 1170px;
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #FFFFFF;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
    height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
#yith-quick-view-modal .woocommerce-product-gallery {
    float: none !important;
    margin-bottom: 0;
}

#yith-quick-view-modal .woocommerce-product-gallery a {
    pointer-events: none;
}
#yith-quick-view-close {
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}
#yith-quick-view-modal #yith-quick-view-close::before {
    display: block;
    font-family: "Pe-icon-7-stroke";
    content: "\e680";
    font-size: 30px;
    line-height: 1;
}
#yith-quick-view-close:hover {
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
#yith-quick-view-content div.images {
    width: 40%;
    float: left !important;
    opacity: 1 !important;
}
#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 60%;
    float: left;
}
#yith-quick-view-modal div.entry-summary {
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    height: auto;
    overflow-y: auto;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
#yith-quick-view-content .onsale {
    position: absolute;
    top: 15px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff9900;
    left: 15px;
}
body.admin-bar #yith-quick-view-modal {
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar #yith-quick-view-modal {
        top: 46px;
    }
}
@media (max-width: 600px) {
    body.admin-bar #yith-quick-view-modal {
        top: 0;
    }
}
@media (max-width: 480px) {
    #yith-quick-view-modal #yith-quick-view-content .summary-content>*:not(.price),
    #yith-quick-view-close {
        color: #FFFFFF;
    }
    #yith-quick-view-modal #yith-quick-view-content label {
        color: inherit;
    }
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        margin: 0 auto;
        padding: 15px;
        width: 100%;
        float: none !important;
    }
    #yith-quick-view-content::before {
        content: "";
        display: inline-block;
        background-color: rgba(0,0,0,0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    #yith-quick-view-modal .entry-summary {
        z-index: 1;
    }
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
    background: none;
}
/*Firefox-only-css*/
@-moz-document url-prefix() {
    .entry-summary a.compare::before, .product-item a.compare::before, a.yith-wcqv-button::before, .yith-wcwl-add-to-wishlist a::before{
        line-height:29px;
    }
}
/* custom */
div.custom-background-right{
    background-position: right !important;
}
@media (min-width: 992px) {
    div.tabs-custom-3{
        width: 40%;
    }
    div.tabs-custom-4{
        width: 60%;
    }
    div.tabs-custom-5{
        width: 20%;
    }
    div.tabs-custom-6{
        width: 80%;
    }
    div.revolution-custom-11{
        width: calc(100% - 384px);
    }
    div.revolution-custom-12{
        width: 182px;
    }
    div.revolution-custom-13{
        width: 202px;
    }
    div.revolution-custom-14{
        width: calc(100% - 210px);
    }
    div.revolution-custom-15{
        width: 210px;
    }
    div.tabs-custom-1{
        width: 235px;
    }
    div.tabs-custom-2{
        width: calc(100% - 235px);
    }
    div.has-left-sidebar{
        float: right;
    }
}
@media (min-width: 1200px) {
    div.revolution-custom-7{
        width: 270px;
    }
    div.revolution-custom-8{
        width: calc(100% - 270px);
    }
    div.revolution-custom-9{
        width: 280px;
    }
    div.revolution-custom-10{
        width: calc(100% - 280px);
    }
}
@media (min-width: 1230px) {
    div.revolution-custom-1{
        width: 270px;
    }
    div.revolution-custom-2{
        width: 665px;
    }
    div.revolution-custom-3{
        width: 235px;
    }
    div.revolution-custom-4{
        width: 270px;
    }
    div.revolution-custom-5{
        width: 710px;
    }
    div.revolution-custom-6{
        width: 190px;
    }
}
@media (max-width: 991px){
    *.custom-text-center-991{
        text-align: center !important;
    }
}