/*-------------------------------------------------------------------------/*
BODY:
    font-family: Open Sans;
    Font size: 14px;
    Line height: 1.71428571;
    Font weight: 400;
    Text color: #666;
HEADING:
    Font weight: 600;
/*-------------------------------------------------------------------------*/

/*==========================================================================
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%;
    }
}
/*==========================================================================
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%;
    }
}
/*==========================================================================
COL 5
===========================================================================*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (max-width: 479px){
    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45{
        float: left;
    }
    .col-ts-15{
        width: 20%;
    }
    .col-ts-25{
        width: 40%;
    }
    .col-ts-35{
        width: 60%;
    }
    .col-ts-45{
        width: 80%;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45{
        float: left;
    }
    .col-xs-15{
        width: 20%;
    }
    .col-xs-25{
        width: 40%;
    }
    .col-xs-35{
        width: 60%;
    }
    .col-xs-45{
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45{
        float: left;
    }
    .col-sm-15{
        width: 20%;
    }
    .col-sm-25{
        width: 40%;
    }
    .col-sm-35{
        width: 60%;
    }
    .col-sm-45{
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45{
        float: left;
    }
    .col-md-15{
        width: 20%;
    }
    .col-md-25{
        width: 40%;
    }
    .col-md-35{
        width: 60%;
    }
    .col-md-45{
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1499px){
    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45{
        float: left;
    }
    .col-lg-15{
        width: 20%;
    }
    .col-lg-25{
        width: 40%;
    }
    .col-lg-35{
        width: 60%;
    }
    .col-lg-45{
        width: 80%;
    }
}
@media (min-width: 1500px){
    .col-bg-15,
    .col-bg-25,
    .col-bg-35,
    .col-bg-45{
        float: left;
    }
    .col-bg-15{
        width: 20%;
    }
    .col-bg-25{
        width: 40%;
    }
    .col-bg-35{
        width: 60%;
    }
    .col-bg-45{
        width: 80%;
    }
}
/*==========================================================================
ROW SPACE
===========================================================================*/
.rows-space-5 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-5{
    margin-bottom: 5px;
}
.rows-space-10 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-10{
    margin-bottom: 10px;
}
.rows-space-15 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-15{
    margin-bottom: 15px;
}
.rows-space-20 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-20{
    margin-bottom: 20px;
}
.rows-space-25 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-25{
    margin-bottom: 25px;
}
.rows-space-30 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-30{
    margin-bottom: 30px;
}
.rows-space-35 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-35{
    margin-bottom: 35px;
}
.rows-space-40 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-40{
    margin-bottom: 40px;
}
.rows-space-45 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-45{
    margin-bottom: 45px;
}
.rows-space-50 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-50{
    margin-bottom: 50px;
}
.rows-space-55 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-55{
    margin-bottom: 55px;
}
.rows-space-60 .row-item:not(:last-child) > *,
.product-list-grid .rows-space-60{
    margin-bottom: 60px;
}
@media (max-width: 1499px){
    .rows-space-60 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-60{
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px){
    .rows-space-60 .row-item:not(:last-child) > *,
    .rows-space-50 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-60,
    .product-list-grid .rows-space-50{
        margin-bottom: 40px;
    }
    .rows-space-40 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-40{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .rows-space-60 .row-item:not(:last-child) > *,
    .rows-space-50 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-60,
    .product-list-grid .rows-space-50{
        margin-bottom: 30px;
    }
    .rows-space-40 .row-item:not(:last-child) > *,
    .rows-space-30 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-40,
    .product-list-grid .rows-space-30{
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .rows-space-60 .row-item:not(:last-child) > *,
    .rows-space-50 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-60,
    .product-list-grid .rows-space-50{
        margin-bottom: 20px;
    }
    .rows-space-40 .row-item:not(:last-child) > *,
    .rows-space-30 .row-item:not(:last-child) > *,
    .rows-space-20 .row-item:not(:last-child) > *,
    .product-list-grid .rows-space-40,
    .product-list-grid .rows-space-30,
    .product-list-grid .rows-space-20{
        margin-bottom: 10px;
    }
}
/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f5f5f5;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a{
    font-weight: 600;
}
.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-top-color: #b81c23
}
.woocommerce .woocommerce-info{
    border-top-color: #1e85be
}
.woocommerce-message{
    border-top-color: #8fae1b
}
.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;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child){
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method > input[type="radio"],
.woocommerce-checkout-payment .payment_methods .wc_payment_method > input[type="checkbox"]{
    vertical-align: middle;
    margin-top: -1px;
}
.woocommerce-checkout-payment .payment_methods label{
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}
.woocommerce-checkout-payment .payment_methods .stripe-pf-right{
    float: none;
}
.woocommerce-checkout-payment .payment_methods .payment_method_paypal img{
    margin-right: 5px;
}
#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;
    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;
    border-color: transparent transparent #dfdcde transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout-payment .payment_box p:last-child{
    margin: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row{
    margin-bottom: 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
    display: block;
    margin-bottom: 2px;
}
.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 .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 .checkbox input[type=checkbox],
.woocommerce form .form-row .radio input[type=radio],
.woocommerce-page form .form-row .checkbox input[type=checkbox],
.woocommerce-page form .form-row .radio input[type=radio]{
    position: static;
    margin: -3px 3px 0 0;
    vertical-align: middle;
}
.woocommerce form .form-row select{
    padding: 9px 20px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text{
    height: 130px;
}
.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;
}
.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;
    cursor: pointer;
    font-weight: 600;
}
.woocommerce-account-fields .create-account #account_password::-webkit-input-placeholder{
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password:-moz-placeholder{
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password::-moz-placeholder{
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password:-ms-input-placeholder{
    opacity: 0.6;
}
.woocommerce-account-fields .create-account label input[type="checkbox"],
#ship-to-different-address label input{
    position: static;
    vertical-align: middle;
    margin: -3px 0 0;
    cursor: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation{
    width: 270px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f1f1f1;
}
.woocommerce .woocommerce-MyAccount-navigation{
    padding: 10px 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before,
.woocommerce .woocommerce-MyAccount-navigation ul li::after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 8px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:not(:hover){
    color: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after{
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-left: 10px;
}
.woocommerce .woocommerce-MyAccount-content{
    overflow: hidden;
}
.woocommerce address{
    line-height: inherit;
}
.woocommerce .woocommerce-MyAccount-content .edit{
    font-style: italic;
}
.woocommerce .review_link_data_wappers{
    line-height: 0;
}
.woocommerce .review_link_data_wappers > *{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.woocommerce .review_link_data_wappers .button{
    padding: 6px 15px;
    font-size: 12px;
    margin-right: 5px;
}
.woocommerce #shipping_method{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce #shipping_method input[type="radio"],
.woocommerce #shipping_method input[type="checkbox"]{
    vertical-align: middle;
    margin: 0 3px 2px 0;
}
.woocommerce #shipping_method label{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.woocommerce #shipping_method label > *{
    display: inline-block;
    vertical-align: top;
}
.woocommerce #shipping_method input[type="radio"] ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label{
    display: inline;
    cursor: pointer;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    min-width: 150px;
}
.woocommerce-form-login .form-row .button{
    margin-right: 15px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox{
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    cursor: inherit;
    margin: -1px 3px 0 0;
}
.return-to-shop .button,
.woocommerce-MyAccount-content > .button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
#customer_login input[type="submit"],
.woocommerce-ResetPassword input[type="submit"]{
    vertical-align: middle;
    min-width: 180px;
    margin-top: 10px;
}
body .select2-drop{
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
body .select2-dropdown{
    padding: 5px 0;
    border-color: #e6e6e6;
    border-radius: 0 !important;
    z-index: 100000;
}
body .select2-dropdown .select2-results__option{
    padding: 3px 20px;
}
body .select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #e6e6e6;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: inherit;
    line-height: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;
}
body .select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e6e6e6;
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
body .select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 5px 5px 10px 10px;
    display: block;
}
body .select2.select2-container .select2-search--inline .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field{
    height: auto;
    background-color: transparent;
    margin-top: 0;
    padding: 0 10px;
}
body .select2-drop.select2-drop-above .select2-search input{
    width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__clear{
    float: none;
}
.place-order #place_order{
    margin-top: 20px;
    min-width: 230px;
}
.woocommerce-form__label-for-checkbox{
    cursor: pointer;
}
.woocommerce-privacy-policy-link,
.woocommerce-privacy-policy-link:hover,
.woocommerce-privacy-policy-link:focus,
.woocommerce-terms-and-conditions-link,
.woocommerce-terms-and-conditions-link:hover,
.woocommerce-terms-and-conditions-link:focus{
    text-decoration: underline;
}
.woocommerce-checkout-review-order-table .cart_item dl:last-child,
.woocommerce-checkout-review-order-table .cart_item dl p:last-child{
    margin-bottom: 0;
}
.col2-set .col-1 > h2,
.col2-set .col-2 > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading{
    font-size: 24px;
    line-height: 30px;
    margin-top: -6px;
    margin-bottom: 13px;
    clear: both;
}
#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;
    margin: 0;
    padding-right: 43px;
}
#ship-to-different-address label{
    font-weight: inherit;
    cursor: pointer;
    color: inherit;
    margin: 0;
    font-size: inherit;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::after{
    right: 3px;
}
#ship-to-different-address label span::before{
    content: "";
    display: block;
    height: 20px;
    width: 36px;
    background-color: #c2c2c2;
    border-radius: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 2px;
    right: 0;
}
#ship-to-different-address label span::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 18px;
    border-radius: 13em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop_table th{
    font-weight: 600;
}
.shop_table .product-remove,
.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .product-quantity{
    text-align: center;
}
.shop_table td.product-price,
.shop_table td.product-subtotal{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.shop_table td.product-price > *,
.shop_table td.product-subtotal > *{
    display: inline-block;
    vertical-align: bottom;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del{
    font-size: 15px;
    font-weight: 400;
    color: #c2c2c2;
    margin: 1px 3px -1px 0;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins{
    text-decoration: none;
}
.shop_table td.product-thumbnail a img{
    width: 170px;
    max-width: inherit;
}
.shop_table td.product-remove a{
    display: block;
    font-size: 20px;
}
.shop_table .actions{
    text-align: left;
    padding: 20px 0;
    border: none;
}
.shop_table .actions::before,
.shop_table .actions::after{
    content: '';
    display: table;
    clear: both;
}
.shop_table .actions .coupon{
    display: inline-block;
    vertical-align: top;
}
.shop_table .actions .coupon label{
    display: none;
    vertical-align: middle;
    margin: 0;
}
.shop_table .actions .coupon .input-text{
    width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}
.shop_table .actions .coupon button{
    margin-right: 7px;
}
.shop_table .actions .button{
    padding: 8px 25px;
}
.shop_table .actions > .button{
    float: right;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    margin-top: 0;
}
.woocommerce .wishlist-title a.show-title-form i,
.woocommerce .hidden-title-form a.hide-title-form i{
    float: left;
    text-decoration: none;
}
.woocommerce table.wishlist_table{
    font-size: inherit;
    margin-bottom: 0;
}
.woocommerce table.wishlist_table th{
    white-space: nowrap;
}
.woocommerce table.wishlist_table a.button{
    margin: 3px !important;
}
.woocommerce table.wishlist_table td.product-add-to-cart a{
    display: inline-block !important;
    vertical-align: top;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce table.wishlist_table td.product-name > *{
    display: inline-block;
    vertical-align: middle;
}
.woocommerce table.wishlist_table td.product-name a:not(.yith-wcqv-button){
    padding: 4px 15px 4px 0;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a{
    max-width: inherit;
}
.woocommerce table.wishlist_table .product-price,
.woocommerce table.wishlist_table .product-stock-status{
    text-align: center;
}
.woocommerce table.wishlist_table tfoot td{
    border: none;
    padding: 0;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share{
    margin: 30px 0 0;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share ul{
    margin: 0;
}
.woocommerce table.wishlist_table tr td.product-remove{
    padding: 0;
}
.woocommerce #content table.wishlist_table.cart a.remove{
    color: inherit;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: transparent;
}
.woocommerce .yith-wcwl-share li a{
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile{
    list-style: none;
    padding: 0;
}
.woocommerce ul.wishlist_table.mobile li{
    position: relative;
    margin-bottom: 30px;
}
.woocommerce ul.wishlist_table.mobile li table td.label{
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    padding: 0 !important;
    color: #000 !important;
}
.woocommerce ul.wishlist_table.mobile li table td.value{
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    padding: 0 !important;
}
.woocommerce ul.wishlist_table.mobile li .item-wrapper{
    display: flex;
}
.woocommerce ul.wishlist_table.mobile li .item-details{
    flex: 1 1 auto;
    width: 1%;
}
.woocommerce ul.wishlist_table.mobile li .item-details h3{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.woocommerce ul.wishlist_table.mobile li .product-add-to-cart a.button{
    display: block !important;
    line-height: inherit;
}
.woocommerce ul.wishlist_table.mobile li .product-remove{
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a{
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a:not(:hover){
    color: #888;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a i::before{
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
}
.woocommerce ul.wishlist_table.mobile li ins{
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .add-to-cart{
    display: block;
}
.woocommerce .user-role > .radio{
    margin-left: 20px;
    cursor: pointer;
}
.woocommerce .user-role > .radio > input{
    cursor: inherit;
}
.woocommerce form #billing_phone_field,
.woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field,
.woocommerce-page form #billing_email_field{
    width: 100%;
}
.shop_table .woocommerce-shipping-contents{
    margin-bottom: 0;
}
.cart_totals .shop_table th{
    width: 33%;
}
.cart_totals .woocommerce-shipping-calculator > p{
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-calculator > .shipping-calculator-form{
    margin-top: 10px;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
    color: var(--e-main-color);
    font-weight: 600;
    font-size: calc(100% + 2px);
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{
    color: var(--e-main-color-2);
}
@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 .col2-set .col-1:not(:last-child),
    .woocommerce-page .col2-set .col-1:not(:last-child){
        padding-bottom: 30px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 30px;
    }
    .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;
    }
    .woocommerce-cart-form > .shop_table.cart{
        border: none;
    }
    .woocommerce-cart-form > .shop_table.cart thead{
        display: none;
    }
    .woocommerce-cart-form > .shop_table.cart,
    .woocommerce-cart-form > .shop_table.cart > *{
        display: block;
    }
    .woocommerce-cart-form > .shop_table.cart tr{
        display: block;
        margin-bottom: 30px;
        border: 1px solid #e6e6e6;
    }
    .woocommerce-cart-form > .shop_table.cart td{
        display: block;
        text-align: center !important;
        border: none;
    }
    .woocommerce-cart-form > .shop_table.cart td:not(:first-child){
        border-top: 1px solid #e6e6e6;
    }
    /* orders-table mobile */
    .woocommerce-orders-table thead{
        display: none;
    }
    .woocommerce-orders-table tbody{
        display: block;
    }
    .woocommerce-orders-table tr{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-orders-table tr:not(:last-child){
        margin-bottom: 16px;
    }
    .woocommerce-orders-table td{
        width: 100%;
        border: none;
        padding: 0;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
        width: auto;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-date{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-start: 16px;
        text-align: end;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{
        width: 100%;
        margin-top: 10px;
    }
}
@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;
    }
}
/*==========================================================================
VISUAL COMPOSER
===========================================================================*/
.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 .vc_cta3-container,
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0;
}
div.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner{
    z-index: auto;
}
.vc_column_container{
    max-width: 100%;
}
/*----- CUSTOM HEADING -----*/
.vc_custom_heading a{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.vc_custom_heading a:hover{
    opacity: 1;
}
/*----- SINGLE IMAGE -----*/
.wpb_single_image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- SEPARATOR -----*/
div.vc_separator .vc_sep_holder{
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line{
    top: auto !important;
}
div.vc_separator.vc_sep_width_full{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
div.vc-zigzag-wrapper{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- GOOGLE MAP -----*/
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
    background-color: transparent;
}
/*----- PARALLAX -----*/
@media (min-width: 1200px){
    .vc_section.vc_parallax:not(.fp-section),
    .wpb_row.vc_parallax,
    .wpb_column.vc_parallax > .vc_column-inner{
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .vc_section.vc_parallax:not(.fp-section) > .vc_parallax-inner,
    .wpb_row.vc_parallax > .vc_parallax-inner,
    .wpb_column.vc_parallax > .vc_parallax-inner{
        height: 100% !important;
        top: 0 !important;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .vc_section.vc_parallax.fp-section > .vc_parallax-inner{
        display: none !important;
    }
}
/*==========================================================================
ELEMENTOR
===========================================================================*/
/*----- CONTAINER -----*/
.site > .elementor > .elementor-inner{
    max-width: 100% !important;;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
    max-width: 100%;
}
.elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px){
    .elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 720px;
    }
    .elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container,
    .site > .elementor > .elementor-inner{
        width: 750px;
    }
}
@media (min-width: 992px){
    .elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 940px;
    }
    .elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container,
    .site > .elementor > .elementor-inner{
        width: 970px;
    }
}
@media (min-width: 1200px){
    .elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 1140px;
    }
    .elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container,
    .site > .elementor > .elementor-inner{
        width: 1170px;
    }
}
/*----- ROW -----*/
.elementor-row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elementor-column-gap-narrow > .elementor-row{
    margin: 0 -5px;
    width: calc(100% + 10px);
}
body .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    padding: 0 5px;
}
.elementor-column-gap-default > .elementor-row{
    margin: 0 -10px;
    width: calc(100% + 20px);
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    padding: 0 10px;
}
.elementor-column-gap-extended > .elementor-row{
    margin: 0 -15px;
    width: calc(100% + 30px);
}
body .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    padding: 0 15px;
}
.elementor-column-gap-wide > .elementor-row{
    margin: 0 -20px;
    width: calc(100% + 40px);
}
body .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    padding: 0 20px;
}
.elementor-column-gap-wider > .elementor-row{
    margin: 0 -30px;
    width: calc(100% + 60px);
}
body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    padding: 0 30px;
}
@media (max-width: 1499px){
    .elementor-column-gap-wider > .elementor-row{
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
    body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding: 0 20px;
    }
}
@media (max-width: 1199px){
    .elementor-column-gap-wide > .elementor-row,
    .elementor-column-gap-wider > .elementor-row{
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    body .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
    body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding: 0 15px;
    }
}
/*----- ANIMATION -----*/
body .elementor-animation-grow{
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.owl-slick{
    display: block;
}
body .elementor-widget:not(:last-child){
    margin: 0;
}
.elementor-custom-embed-play i{
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-open-lightbox{
    position: relative;
}
.dialog-type-lightbox{
    z-index: 999999;
}
.elementor-counter .elementor-counter-title{
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    margin: 8px 0 0;
}
.elementor-widget-image .elementor-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.slick-slide .elementor-widget-image img{
    display: inline-block;
}
.elementor-widget-social-icons a{
    text-decoration: none !important;
}
.elementor-toggle .elementor-tab-title{
    position: relative;
}
.elementor-toggle .elementor-tab-title a{
    display: block;
    padding-right: 20px;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon{
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: right;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa-angle-up::before{
    font-family: FontAwesome, sans-serif;
    content: '\f106';
    font-weight: 400;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa-angle-down::before{
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
}
@media (min-width: 768px){
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{
        text-align: inherit;
    }
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.sticky{
    color: inherit;
}
.post-item.sticky .post-title a{
    margin-right: 5px;
}
.post-item.sticky .post-title::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f024";
}
.auto-clear{
    display: flex;
    flex-wrap: wrap;
}
.auto-clear::before,
.auto-clear::after{
    display: block;
}
.bypostauthor{
    color: inherit;
}
.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.text-center{
    text-align: center;
}
.btn{
    border-radius: 0;
}
.wp-block-button{
    margin-bottom: 20px;
}
.wp-block-gallery{
    margin-bottom: 20px;
}
.wp-block-group{
    margin-bottom: 20px;
}
.wp-block-media-text{
    margin-bottom: 20px;
}
.modal.fade .modal-dialog{
    top: 50%;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}
.modal.in div.modal-dialog{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content{
    border-radius: 0;
    border: none;
}
.yith-quick-view-close,
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close{
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    opacity: 1;
}
.yith-quick-view-close::before,
#yith-quick-view-close::before,
.modal-content .btn-close::before,
div.mfp-content button.mfp-close::before{
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 30px;
}
@media (max-width: 479px){
    .yith-quick-view-close,
    #yith-quick-view-close,
    .modal-content .btn-close,
    div.mfp-content button.mfp-close{
        top: 0;
        right: 0;
    }
}
:focus{
    outline: none;
}
.mc4wp-alert{
    padding: 6px 15px;
    margin-top: 15px;
    background-color: #fff;
}
.mc4wp-alert p:last-child{
    margin-bottom: 0;
}
.mc4wp-error{
    background-color: #f2dede;
}
.mc4wp-success{
    background-color: #dff0d8;
}
.popover.bottom > .arrow:after{
    left: 0;
    right: auto;
}
abbr[data-original-title],
abbr[title]{
    text-decoration: none;
}
address,
dt,
dd{
    line-height: inherit;
}
code{
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    font-size: 13px;
    line-height: 1.71428571;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px 0;
    white-space: pre;
}
kbd{
    padding: 10px;
    font-size: 13px;
    line-height: 1.71428571;
}
pre{
    padding: 10px;
    margin-bottom: 25px;
}
.beeketing-page-block .bkt--brand{
    display: none !important;
}
.elem-hidden{
    display: none !important;
}
.clear + .clear{
    display: none !important;
}
.anr_captcha_field{
    margin-top: 20px;
}
/*----- REVERSE -----*/
.ovic-reverse{
    direction: rtl;
}
.ovic-reverse > *{
    direction: ltr;
}
/*----- WP EDITER -----*/
.wp-editor-wrap button:hover,
.wp-editor-wrap button:focus{
    background-color: transparent;
    color: inherit;
}
/*----- COOKIES CONSENT -----*/
.comment-form-cookies-consent{
    padding: 3px 0;
}
.comment-form-cookies-consent input[type="checkbox"]{
    vertical-align: middle;
    margin: -1px 5px 0 0;
}
.comment-form-cookies-consent label{
    display: inline;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    margin: 0;
}
/*----- STICKY CONTENT -----*/
.sticky-content-main.remove-sticky-content{
    bottom: 0;
    position: absolute !important;
    top: auto !important;
}
/*----- CURRENT MENU ITEM -----*/
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a{
    color: #ff0000;
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.open-mobile-sidebar .overlay-body,
.open-header-settings .overlay-body,
.ovic-open-mobile-menu .overlay-body,
.ovic-open-mobile-options .overlay-body,
.active-overlay .overlay-body,
.show-main-menu .overlay-body{
    opacity: 0.5;
    visibility: visible;
}
@media (max-width: 1199px){
    .overlay-body{
        z-index: 100000;
    }
}
/*----- STORE NOTICE -----*/
.woocommerce-store-notice{
    margin: 0;
    text-align: center;
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #222;
}
.woocommerce-store-notice a{
    text-decoration: underline;
}
.woocommerce-store-notice a:not(:hover){
    color: inherit;
}
/*----- POST PASSWORD -----*/
.post-password-form label[for="pwbox-1168"]{
    margin-bottom: 10px;
}
@media (max-width: 479px){
    .post-password-form p:last-child{
        text-align: center;
    }
}
.password-input{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.password-input [type="password"]{
    padding-inline-end: 40px;
}
.password-input .show-password-input{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    width: 40px;
    text-align: center;
}
.password-input .show-password-input:hover{
    color: var(--e-main-color-2);
}
.password-input .show-password-input::before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
}
.woocommerce-password-strength{
    color: #000;
    background-color: #efefef;
    border: 1px solid #bbb;
    text-align: center;
    padding: 2px 9px;
}
.woocommerce-password-strength.short{
    background-color: #f1adad;
    border-color: #e35b5b;
}
.woocommerce-password-strength.bad{
    background-color: #fbc5a9;
    border-color: #f78b53;
}
.woocommerce-password-strength.good{
    background-color: #ffe399;
    border-color: #ffc733;
}
.woocommerce-password-strength.strong{
    background-color: #c1e1b9;
    border-color: #83c373;
}
/*----- ALIGN IMAGE -----*/
.alignnone,
.wp-caption.alignnone,
a img.alignnone{
    margin: 5px 0 20px;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter{
    display: block;
    margin: 5px auto 20px auto;
    clear: both;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft{
    float: left;
    margin: 5px 20px 20px 0;
    clear: both;
}
.alignright,
.wp-caption.alignright,
a img.alignright{
    float: right;
    margin: 5px 0 20px 20px;
    clear: both;
}
/*----- WP CAPTION -----*/
.wp-caption{
    background-color: #fff;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    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 .wp-caption-text{
    font-weight: 400;
    padding: 5px 0 0;
    margin: 0 !important;
}
/*----- WP GALLERY -----*/
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.gallery-caption{
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-item{
    padding: 5px;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item{
    width: 100%;
}
.gallery-columns-2 .gallery-item{
    width: 50%;
}
.gallery-columns-3 .gallery-item{
    width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
    width: 25%;
}
.gallery-columns-5 .gallery-item{
    width: 20%;
}
.gallery-columns-6 .gallery-item{
    width: 16.66666667%;
}
.gallery-columns-7 .gallery-item{
    width: 14.28571428%;
}
.gallery-columns-8 .gallery-item{
    width: 12.5%;
}
.gallery-columns-9 .gallery-item{
    width: 11.11111111%;
}
@media (max-width: 1199px) and (min-width: 992px){
    .site-content.sidebar-left .gallery .gallery-item,
    .site-content.sidebar-right .gallery .gallery-item{
        min-width: 25%;
    }
}
@media (max-width: 991px){
    .gallery .gallery-item{
        min-width: 25%;
    }
}
@media (max-width: 767px){
    .gallery .gallery-item{
        min-width: 33.33333333%;
    }
}
@media (max-width: 479px){
    .gallery .gallery-item{
        min-width: 50%;
    }
}
/*----- FONT AWESOME -----*/
body .fa{
    font-family: FontAwesome, sans-serif;
}
body .fa,
body .fa::before,
/*----- DASHICONS -----*/
body .dashicons,
body .dashicons::before,
body .dashicons-before:before,
/*----- THEME FONT -----*/
body [class*="main-icon-"],
body [class*="main-icon-"]::before{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    direction: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
}
/*==========================================================================
CHOSEN
===========================================================================*/
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    width: auto !important;
    max-width: 100%;
}
.chosen-container .chosen-single{
    display: block;
    background: none;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: none;
}
.chosen-container .chosen-single::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    text-decoration: none;
    margin-left: 3px;
}
.chosen-container .chosen-single span{
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit;
    margin: 0;
}
.chosen-container .chosen-single div{
    display: none;
}
.chosen-container .chosen-drop{
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    border-radius: 0;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    width: 180px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-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 .chosen-results{
    color: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li{
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    box-shadow: 0 -1px #e6e6e6 inset;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container .chosen-results li[class*="level-"]::before{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 1px;
    margin-right: 6px;
    content: '';
}
.chosen-container .chosen-results li.level-0::before{
    border-top: 1px solid;
}
.chosen-container .chosen-results li.highlighted{
    background-image: none;
    background-color: transparent;
    text-decoration: underline;
}
.chosen-container .chosen-results li.result-selected{
    text-decoration: underline;
}
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
body:not(.ovic-open-mobile-options) .mobile-options-content,
div.ovic-menu-clone-wrap:not(.open){
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-options-content,
div.ovic-menu-clone-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.mobile-options-content .mobile-options-mid,
div.ovic-menu-clone-wrap .ovic-menu-panels{
    flex: 1 1 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    padding: 13px 65px;
    text-transform: none;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon{
    font-weight: 400;
    margin: -1px 10px 0 0;
}
div.ovic-menu-clone-wrap .megamenu{
    background-image: none !important;
}
div.ovic-menu-clone-wrap .megamenu .container{
    margin-left: auto;
    margin-right: auto;
}
div.ovic-menu-clone-wrap .megamenu [class*="col-"],
div.ovic-menu-clone-wrap .megamenu [class*="vc_col-"]{
    width: 100% !important;
    float: none;
}
div.ovic-menu-clone-wrap .sub-menu.megamenu{
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel.ovic-menu-sub-panel,
div.ovic-menu-clone-wrap .ovic-menu-panel-main{
    -webkit-overflow-scrolling: touch;
}
div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel{
    line-height: inherit;
    height: auto;
    width: 40px;
    text-decoration: none !important;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul:not(.depth-0) > li.item-megamenu{
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li{
    padding: 0 15px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li:last-child{
    border-bottom-width: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li > a{
    line-height: inherit;
    padding: 8px 0;
    color: inherit;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon{
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    margin: 0 10px 0 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap{
    height: auto;
    border: none;
    box-shadow: 0 -1px #e6e6e6 inset;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn,
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{
    text-decoration: none !important;
    font-size: 0;
    line-height: 0;
    height: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #e6e6e6;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn::before{
    font-family: main-icon, sans-serif;
    content: "\e901";
    font-size: 12px;
    line-height: 50px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel::before{
    font-family: main-icon, sans-serif;
    content: '\e902';
    font-size: 12px;
    line-height: 50px;
}
/*----- CUSTOM MOBILE MENU -----*/
div.ovic-menu-clone-wrap{
    display: flex;
    flex-direction: column;
}
.head-menu-mobile{
    padding: 15px;
    color: #fff;
    background-color: #aaa;
    background-position: center center;
    background-size: cover;
    font-size: 13px;
    line-height: 16px;
}
.head-menu-mobile::before,
.head-menu-mobile::after{
    display: table;
    content: '';
    clear: both;
}
.head-menu-mobile a{
    color: #fff;
}
.head-menu-mobile .avatar{
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.head-menu-mobile .author{
    padding: 0 5px;
}
.head-menu-mobile .name{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.head-menu-mobile .name span{
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    opacity: 0.7;
}
.head-menu-mobile .action{
    display: inline-block;
    float: right;
}
.head-menu-mobile .action .icon{
    font-size: 12px;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels{
    flex: 1 1 auto;
    overflow: hidden;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
.slick-slider{
    overflow: visible;
}
.slick-slider::before,
.slick-slider::after{
    display: table;
    content: '';
    clear: both;
}
.slick-list{
    padding: 0;
}
.slick-list:hover{
    z-index: 4;
}
.slick-track{
    display: flex;
    margin-left: 0;
}
.slick-vertical > .slick-list > .slick-track{
    display: block;
}
.slick-slide > .row-item > *{
    vertical-align: top;
}
/*----- ARROWS -----*/
.slick-slider .slick-arrow{
    position: absolute;
    width: 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}
.slick-slider .slick-arrow.prev{
    top: calc(50% - 15px);
    left: -15px;
}
.slick-slider .slick-arrow.next{
    bottom: calc(50% - 15px);
    right: -15px;
}
.slick-slider .slick-arrow.prev::before{
    font-family: main-icon, sans-serif;
    content: "\e902";
}
.slick-slider .slick-arrow.next::before{
    font-family: main-icon, sans-serif;
    content: "\e903";
}
.slick-slider.slick-vertical .slick-slide{
    border: none;
}
.slick-slider.slick-vertical .slick-arrow{
    width: 30px;
    line-height: 15px;
}
.slick-slider.slick-vertical .slick-arrow.prev{
    top: -15px;
    left: calc(50% - 15px);
}
.slick-slider.slick-vertical .slick-arrow.next{
    bottom: -15px;
    right: calc(50% - 15px);
}
.slick-slider.slick-vertical .slick-arrow::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1200px){
    .slick-slider:not(:hover) .slick-arrow{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .slick-slider .slick-arrow{
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
    }
    /*----- skin-market -----*/
    .skin-market .slick-slider .slick-arrow{
        width: auto;
        font-size: 20px;
        background-color: #ddd;
        color: #888;
    }
    .skin-market .slick-slider .slick-arrow.prev{
        top: calc(50% - 25px);
        left: 0;
        padding: 10px 17px 10px 7px;
        border-radius: 0 90px 90px 0;
    }
    .skin-market .slick-slider .slick-arrow.next{
        bottom: calc(50% - 25px);
        right: 0;
        padding: 10px 7px 10px 17px;
        border-radius: 90px 0 0 90px;
    }
    .skin-market .slick-slider.slick-vertical .slick-arrow{
        width: 30px;
        line-height: 15px;
    }
    .skin-market .slick-slider.slick-vertical .slick-arrow.prev{
        top: -15px;
        left: calc(50% - 15px);
    }
    .skin-market .slick-slider.slick-vertical .slick-arrow.next{
        bottom: -15px;
        right: calc(50% - 15px);
    }
    /* nav-outer */
    .skin-market .nav-out .slick-arrow.prev{
        left: auto;
        right: 100%;
        padding: 10px 11px 10px 13px;
        border-radius: 90px 0 0 90px;
    }
    .skin-market .nav-out .slick-arrow.next{
        right: auto;
        left: 100%;
        padding: 10px 13px 10px 11px;
        border-radius: 0 90px 90px 0;
    }
    .skin-market .woocommerce-product-gallery .flex-control-nav .slick-arrow{
        font-size: 14px;
    }
    .skin-market .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.prev{
        top: calc(50% - 20px);
        left: auto;
        right: 100%;
        padding: 5px 10px 5px 12px;
        border-radius: 90px 0 0 90px;
    }
    .skin-market .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.next{
        bottom: calc(50% - 20px);
        right: auto;
        left: 100%;
        padding: 5px 12px 5px 10px;
        border-radius: 0 90px 90px 0;
    }
    .skin-market .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        top: auto;
        bottom: 100%;
        left: calc(50% - 20px);
        padding: 8px 0 7px;
        border-radius: 90px 90px 0 0;
        width: 40px;
    }
    .skin-market .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        bottom: auto;
        top: 100%;
        right: calc(50% - 20px);
        padding: 7px 0 8px;
        border-radius: 0 0 90px 90px;
        width: 40px;
    }
    /*----- skin-carparts -----*/
    .skin-carparts .slick-slider .slick-arrow{
        font-size: 16px;
        background-color: transparent;
        width: 36px;
        height: 36px;
    }
    .skin-carparts .slick-slider .slick-arrow:hover{
        background-color: transparent;
    }
    .skin-carparts .slick-slider .slick-arrow::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #e6e6e6;
        z-index: -1;
    }
    .skin-carparts .slick-slider .slick-arrow.prev{
        top: calc(50% - 18px);
        left: -18px;
        padding: 3px;
    }
    .skin-carparts .slick-slider .slick-arrow.next{
        bottom: calc(50% - 18px);
        right: -18px;
        padding: 3px 3px 3px 6px;
    }
    .skin-carparts .woocommerce-product-gallery .flex-control-nav .slick-arrow{
        font-size: 12px;
        line-height: 24px;
        width: 30px;
        height: 30px;
    }
    .skin-carparts .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.prev{
        top: calc(50% - 15px);
        left: -5px;
        padding: 3px 5px 3px 3px;
    }
    .skin-carparts .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.next{
        bottom: calc(50% - 15px);
        right: -5px;
    }
    .skin-carparts .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        top: -5px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 3px;
    }
    .skin-carparts .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        bottom: -5px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 3px;
    }
    .skin-carparts .product-page.sidebar-full .has-gallery .woocommerce-product-gallery .flex-control-nav{
        margin: 0;
    }
    /*----- skin-cosmetic -----*/
    .skin-cosmetic .slick-slider .slick-arrow{
        width: 60px;
        height: 60px;
        background-color: transparent;
        padding: 15px 0;
        border-radius: 50%;
    }
    .skin-cosmetic .slick-slider .slick-arrow:not(:hover)::after{
        opacity: 0.1;
    }
    .skin-cosmetic .slick-slider .slick-arrow::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: inherit;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: -1;
    }
    .skin-cosmetic .slick-slider .slick-arrow.prev{
        top: calc(50% - 30px);
        left: -60px;
    }
    .skin-cosmetic .slick-slider .slick-arrow.next{
        bottom: calc(50% - 30px);
        right: -60px;
        padding-left: 3px;
    }
    .skin-cosmetic .woocommerce-product-gallery .flex-control-nav .slick-arrow{
        padding: 5px 0;
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .skin-cosmetic .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.prev{
        top: calc(50% - 20px);
        left: -30px;
    }
    .skin-cosmetic .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.next{
        bottom: calc(50% - 20px);
        right: -30px;
        padding-left: 2px;
    }
    .skin-cosmetic .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        line-height: 30px;
        top: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .skin-cosmetic .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        line-height: 30px;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*----- skin-medicine -----*/
    .skin-medicine .slick-slider .slick-arrow{
        font-size: 30px;
        line-height: 30px;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 11px 0 9px;
        border-radius: 50%;
    }
    .skin-medicine .slick-slider .slick-arrow.prev{
        top: calc(50% - 25px);
        left: -60px;
    }
    .skin-medicine .slick-slider .slick-arrow.next{
        bottom: calc(50% - 25px);
        right: -60px;
    }
    .skin-medicine .slick-slider .slick-arrow.prev::before{
        content: '\e933';
    }
    .skin-medicine .slick-slider .slick-arrow.next::before{
        content: '\e934';
    }
    .skin-medicine .slick-slider .slick-arrow.prev::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        width: 100px;
    }
    .skin-medicine .slick-slider .slick-arrow.next::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        width: 100px;
    }
    .skin-medicine .woocommerce-product-gallery .flex-control-nav .slick-arrow{
        padding: 5px 0;
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .skin-medicine .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.prev{
        top: calc(50% - 20px);
        left: -30px;
    }
    .skin-medicine .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.next{
        bottom: calc(50% - 20px);
        right: -30px;
    }
    .skin-medicine .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        line-height: 30px;
        top: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .skin-medicine .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        line-height: 30px;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*----- skin-organic -----*/
    .skin-organic .slick-slider .slick-arrow{
        width: 60px;
        height: 60px;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 15px 0;
        border-radius: 50%;
        font-size: 18px;
    }
    .skin-organic .slick-slider .slick-arrow.prev{
        top: calc(50% - 30px);
        left: -60px;
    }
    .skin-organic .slick-slider .slick-arrow.next{
        bottom: calc(50% - 30px);
        right: -60px;
        padding-left: 3px;
    }
    .skin-organic .woocommerce-product-gallery .flex-control-nav .slick-arrow{
        padding: 5px 0;
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .skin-organic .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.prev{
        top: calc(50% - 20px);
        left: -30px;
    }
    .skin-organic .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.next{
        bottom: calc(50% - 20px);
        right: -30px;
        padding-left: 2px;
    }
    .skin-organic .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        line-height: 30px;
        top: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .skin-organic .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        line-height: 30px;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }
    /*----- skin-pets -----*/
    .skin-pets .slick-slider .slick-arrow{
        font-size: 14px;
        line-height: 26px;
        width: 26px;
        height: 60px;
        color: #fff !important;
        padding: 17px 0;
    }
    .skin-pets .slick-slider .slick-arrow:hover{
        opacity: 0.7;
    }
    .skin-pets .slick-slider .slick-arrow.prev{
        top: calc(50% - 30px);
        left: -13px;
    }
    .skin-pets .slick-slider .slick-arrow.next{
        bottom: calc(50% - 30px);
        right: -13px;
    }
    .skin-pets .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.prev{
        left: -3px;
    }
    .skin-pets .woocommerce-product-gallery .flex-control-nav:not(.slick-vertical) .slick-arrow.next{
        right: -3px;
    }
    .skin-pets .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow{
        width: 60px;
        height: 26px;
        padding: 0;
    }
    .skin-pets .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .skin-pets .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        bottom: -3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .skin-pets .product-page.sidebar-full .has-gallery .woocommerce-product-gallery .flex-control-nav{
        margin: 0;
    }
    /*----- skin-tools -----*/
    .skin-tools .slick-slider .slick-arrow{
        font-size: 10px;
        line-height: 36px;
        width: 36px;
        height: 36px;
        background-color: #fff;
        box-shadow: 0 0 0 1px #d6d6d6 inset;
        padding-top: 1px;
    }
    .skin-tools .slick-slider .slick-arrow:hover{
        box-shadow: none;
    }
    .skin-tools .slick-slider .slick-arrow.prev{
        top: calc(50% - 18px);
        left: 0;
    }
    .skin-tools .slick-slider .slick-arrow.next{
        bottom: calc(50% - 18px);
        right: 0;
        padding-left: 1px;
    }
    .skin-tools .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.prev{
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
    }
    .skin-tools .woocommerce-product-gallery .flex-control-nav.slick-vertical .slick-arrow.next{
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
    }
    .skin-tools .product-page.sidebar-full .has-gallery .woocommerce-product-gallery .flex-control-nav{
        margin: 0;
    }
}
@media (min-width: 1500px){
    .skin-medicine .slick-slider .slick-arrow.prev{
        left: -100px;
    }
    .skin-medicine .slick-slider .slick-arrow.next{
        right: -100px;
    }
}
/* nav-simple */
.nav-simple .slick-slider:not(.slick-vertical) .slick-arrow{
    position: absolute !important;
    width: 24px !important;
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 5 !important;
    background-color: transparent !important;
}
.nav-simple .slick-slider:not(.slick-vertical) .slick-arrow.prev{
    top: calc(50% - 15px) !important;
    left: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.nav-simple .slick-slider:not(.slick-vertical) .slick-arrow.next{
    bottom: calc(50% - 15px) !important;
    right: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
/* nav-top */
.nav-top{
    position: relative !important;
}
.nav-top .slick-slider:not(.slick-vertical){
    position: static !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow{
    font-size: 13px !important;
    line-height: 30px !important;
    color: inherit !important;
    width: 19px !important;
    height: auto !important;
    text-align: center !important;
    padding: 10px 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow:hover{
    background-color: transparent !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow.prev{
    top: 0 !important;
    bottom: auto !important;
    left: auto !important;
    right: 34px !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow.next{
    top: 0 !important;
    bottom: auto !important;
    left: auto !important;
    right: 15px !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow.prev::before{
    font-family: main-icon, sans-serif !important;
    content: "\e902" !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow.next::before{
    font-family: main-icon, sans-serif !important;
    content: "\e903" !important;
}
.nav-top .slick-slider:not(.slick-vertical) .slick-arrow::after{
    display: none !important;
}
.nav-top > .ovic-title.style-01 .title{
    width: calc(100% - 68px);
}
/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 4px -3px 0;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: relative;
    background-color: #e3e4e6;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -webkit-transition: width 0.15s linear;
    -moz-transition: width 0.15s linear;
    -o-transition: width 0.15s linear;
    transition: width 0.15s linear;
}
.slick-dots li.slick-active{
    width: 28px;
}
.slick-dots li button{
    display: none;
}
/*----- skin-carparts -----*/
.skin-kids .slick-dots,
.skin-digital .slick-dots,
.skin-pets .slick-dots,
.skin-furniture-02 .slick-dots,
.skin-furniture .slick-dots,
.skin-facemask .slick-dots,
.skin-carparts .slick-dots{
    margin: 6px -5px 0;
}
.skin-kids .slick-dots li,
.skin-pets .slick-dots li,
.skin-facemask .slick-dots li,
.skin-carparts .slick-dots li{
    width: 33px;
    height: 4px;
    margin: 10px 5px 0;
    border: none;
}
.skin-digital .slick-dots li,
.skin-furniture-02 .slick-dots li,
.skin-furniture .slick-dots li{
    width: 33px;
    height: 4px;
    margin: 10px 5px 0;
    border: none;
    background-color: rgba(0,0,0,0.2);
}
/*----- skin-medical -----*/
.skin-medical .slick-dots{
    margin: 6px -7px 0;
}
.skin-medical .slick-dots li{
    margin: 14px 7px 0;
    border: none;
    border-radius: 50%;
}
.skin-medical .slick-dots li.slick-active{
    width: 10px;
}
/*----- skin-tools -----*/
.skin-tools .slick-dots{
    height: 28px;
    margin: 11px -7px 0;
}
.skin-tools .slick-dots li{
    vertical-align: middle;
    margin: 14px 7px 0;
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.skin-tools .slick-dots li:not(.slick-active){
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    background-color: #ccc !important;
    border-color: transparent;
}
/*==========================================================================
LOADING
===========================================================================*/
.loading-lazy{
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.cart_totals,
.woocommerce-cart-form,
.ovic-products.loading > .woocommerce,
ul.shop-page.loading,
.tabs-container.loading{
    position: relative;
}
.modal-demo-menu.loading > *,
.cart_totals.processing > *,
.woocommerce-cart-form.processing > *,
.loading-lazy > *,
.ovic-products.loading > .owl > *:not(.button-products),
.ovic-products.loading > .grid > .product-list-grid,
ul.shop-page.loading > *,
.tabs-container.loading > .tab-panel.active{
    opacity: 0.3;
}
.cart_totals .blockUI.blockOverlay,
.woocommerce-cart-form .blockUI.blockOverlay{
    background-color: transparent !important;
    opacity: 1 !important;
}
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay{
    background-color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}
.modal-demo-menu.loading::after,
.dgwt-wcas-inner-preloader::after,
.cart_totals .blockUI.blockOverlay::after,
.woocommerce-cart-form .blockUI.blockOverlay::after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before,
.loading-lazy::after,
.ovic-products.loading > .woocommerce::after,
ul.shop-page.loading::after,
.tabs-container.loading::after,
.button.loading::after,
.woocommerce-pagination.loading .button-loadmore::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
a.compare .blockUI.blockOverlay::before,
a.yith-wcqv-button .blockUI.blockOverlay::before,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before,
.modal-demo-menu.loading::after,
.dgwt-wcas-inner-preloader::after,
.cart_totals .blockUI.blockOverlay::after,
.woocommerce-cart-form .blockUI.blockOverlay::after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before,
.loading-lazy::after,
.ovic-products.loading > .woocommerce::after,
ul.shop-page.loading::after,
.tabs-container.loading::after,
.button.loading::after,
.woocommerce-pagination.loading .button-loadmore::before{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: auto;
    background-size: cover;
    background-position: center center;
    -webkit-animation: fa-spin 1.5s infinite linear;
    -o-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
    display: block;
    text-align: center;
}
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before{
    display: block !important;
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/*----- FLASH -----*/
@keyframes flash{
    from,
    10%,
    to{
        opacity: 1
    }
    5%,
    15%{
        opacity: 0
    }
    20%{
        opacity: 1;
    }
}
/*----- SCALE UPDOWN -----*/
@keyframes ovic-animation-scale-updown{
    0%{
        transform: scale(1)
    }
    50%{
        transform: scale(1.1)
    }
    100%{
        transform: scale(1)
    }
}
@keyframes ovic-animation-scale-updown-2{
    0%{
        transform: scale(1)
    }
    50%{
        transform: scale(1.15)
    }
    100%{
        transform: scale(1)
    }
}
@keyframes ovic-animation-scale-updown-3{
    0%{
        transform: scale(1);
        filter: blur(0);
    }
    50%{
        transform: scale(1.15);
        filter: blur(5px);
    }
    100%{
        transform: scale(1);
        filter: blur(0);
    }
}
/*----- WAVE UPDOWN -----*/
@keyframes ovic-animation-wave-up{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-70px);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes ovic-animation-wave-down{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(70px);
    }
    100%{
        transform: translateY(0);
    }
}
/*==========================================================================
BODY DATAS
===========================================================================*/
html{
    font-size: 14px;
}
body{
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 1.71428571;
    color: #666;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
    --e-main-color: #111111;
    --e-main-color-2: #7377ab;
    --e-main-color-3: #007aff;
    --e-main-text-color-2: #ffffff;
}
/*----- HEADING -----*/
.elementor-toggle .elementor-tab-title{
    font-weight: inherit;
    line-height: inherit;
}
.elementor-heading-title a{
    color: inherit;
}
.elementor-widget-heading .elementor-heading-title{
    line-height: inherit;
}
.elementor-toggle h1.elementor-tab-title,
.elementor-toggle h2.elementor-tab-title,
.elementor-toggle h3.elementor-tab-title,
.elementor-toggle h4.elementor-tab-title,
.elementor-toggle h5.elementor-tab-title,
.elementor-toggle h6.elementor-tab-title{
    font-size: inherit;
    line-height: 1.2;
    font-weight: 600;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
    line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend{
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 20px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}
p{
    margin: 0 0 20px;
}
/*----- A -----*/
a{
    cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus,
a:active{
    outline: none;
}
.elementor a:hover{
    text-decoration: underline;
}
a:focus{
    text-decoration: none !important;
}
/*----- B, STRONG -----*/
dt,
b,
strong{
    font-weight: 600;
}
/*----- IMAGE -----*/
svg,
img{
    height: auto;
    max-width: 100%;
}
svg *{
    fill: inherit;
}
figure{
    margin: 0;
}
iframe{
    display: block;
    max-width: 100% !important;
}
/*----- UL, OL -----*/
ul,
ol{
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.comments-area .comment ol,
.comments-area .comment ul{
    margin-bottom: 20px;
}
.comments-area .comment ol ol,
.comments-area .comment ol ul,
.comments-area .comment ul ul,
.comments-area .comment ul ol{
    margin-bottom: 0;
}
/*----- TABLE -----*/
table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td{
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
}
th{
    font-weight: 600;
}
body table.dataTable{
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}
body table.dataTable > tbody > tr.child ul.dtr-details{
    display: block;
}
body table.dataTable > tbody > tr.child ul.dtr-details > li:last-child{
    padding-bottom: 0;
}
/*----- LABEL -----*/
label{
    vertical-align: top;
    font-size: inherit;
    font-weight: 600;
    margin: 0 0 6px;
}
label .required{
    border-bottom-width: 0;
    text-decoration: none;
    color: inherit;
}
/*----- INPUT, TEXTAREA, SELECT -----*/
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container .chosen-single,
body .select2-container .select2-selection--single,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea{
    border: none;
    color: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    max-width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0 !important;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
    text-align: left;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container.chosen-with-drop .chosen-single,
body .select2-container--open .select2-selection--single,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus{
    box-shadow: 0 0 0 1px #9c9c9c inset;
}
.skin-organic .chosen-container-active.chosen-with-drop .chosen-single,
.skin-organic .chosen-container .chosen-single,
body.skin-organic .select2-container .select2-selection--single,
.skin-organic input[type="text"],
.skin-organic input[type="email"],
.skin-organic input[type="password"],
.skin-organic input[type="tel"],
.skin-organic input[type="search"],
.skin-organic input[type="url"],
.skin-organic input[type="number"],
.skin-organic input[type="date"],
.skin-organic select,
.skin-organic textarea,
.skin-market .chosen-container-active.chosen-with-drop .chosen-single,
.skin-market .chosen-container .chosen-single,
body.skin-market .select2-container .select2-selection--single,
.skin-market input[type="text"],
.skin-market input[type="email"],
.skin-market input[type="password"],
.skin-market input[type="tel"],
.skin-market input[type="search"],
.skin-market input[type="url"],
.skin-market input[type="number"],
.skin-market input[type="date"],
.skin-market select,
.skin-market textarea{
    border-radius: 90px !important;
}
.skin-carparts-03 .chosen-container-active.chosen-with-drop .chosen-single,
.skin-carparts-03 .chosen-container .chosen-single,
body.skin-carparts-03 .select2-container .select2-selection--single,
.skin-carparts-03 input[type="text"],
.skin-carparts-03 input[type="email"],
.skin-carparts-03 input[type="password"],
.skin-carparts-03 input[type="tel"],
.skin-carparts-03 input[type="search"],
.skin-carparts-03 input[type="url"],
.skin-carparts-03 input[type="number"],
.skin-carparts-03 input[type="date"],
.skin-carparts-03 select,
.skin-carparts-03 textarea,
.skin-medical .chosen-container-active.chosen-with-drop .chosen-single,
.skin-medical .chosen-container .chosen-single,
body.skin-medical .select2-container .select2-selection--single,
.skin-medical input[type="text"],
.skin-medical input[type="email"],
.skin-medical input[type="password"],
.skin-medical input[type="tel"],
.skin-medical input[type="search"],
.skin-medical input[type="url"],
.skin-medical input[type="number"],
.skin-medical input[type="date"],
.skin-medical select,
.skin-medical textarea{
    border-radius: 4px !important;
}
/* input */
.chosen-container .chosen-single,
body .select2-container .select2-selection--single,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"]{
    height: 44px;
}
/* textarea */
textarea{
    display: block;
    width: 100%;
    height: 175px;
}
.skin-organic textarea,
.skin-market textarea{
    border-radius: 12px !important;
}
/* select */
select{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMAmcwRiCK19YmuAAAAH0lEQVQI12MIYWBgFmAwAiNmRWZFBgYGIyEBIAliAgAeOQGsDcSFWgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 40px;
    cursor: pointer;
}
select::-ms-expand{
    display: none;
}
/* checkbox, radio */
input[type="radio"],
input[type="checkbox"]{
    margin-top: 5px;
    cursor: pointer;
}
/* placeholder */
::placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-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);
}
/*----- BUTTON -----*/
.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: top;
    line-height: 24px;
}
.elementor-button,
.added_to_cart,
.button,
button,
input[type="button"],
input[type="submit"]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 35px;
    border: none;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.added_to_cart:hover,
.added_to_cart:focus,
.button:hover,
.button:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    text-decoration: underline;
}
button:focus{
    outline: none;
}
.added_to_cart[disabled],
.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
.single_add_to_cart_button.disabled{
    background-color: #f5f5f5;
    color: inherit;
}
.skin-organic .elementor-button,
.skin-organic .added_to_cart,
.skin-organic .button,
.skin-organic button,
.skin-organic input[type="button"],
.skin-organic input[type="submit"],
.skin-market .elementor-button,
.skin-market .added_to_cart,
.skin-market .button,
.skin-market button,
.skin-market input[type="button"],
.skin-market input[type="submit"]{
    border-radius: 90px;
}
.skin-medical .elementor-button,
.skin-medical .added_to_cart,
.skin-medical .button,
.skin-medical button,
.skin-medical input[type="button"],
.skin-medical input[type="submit"]{
    border-radius: 90px;
    letter-spacing: 0.1em;
}
.skin-carparts-03 .elementor-button,
.skin-carparts-03 .added_to_cart,
.skin-carparts-03 .button,
.skin-carparts-03 button,
.skin-carparts-03 input[type="button"],
.skin-carparts-03 input[type="submit"]{
    border-radius: 4px;
}
.skin-plant .elementor-button,
.skin-plant .added_to_cart,
.skin-plant .button,
.skin-plant button,
.skin-plant input[type="button"],
.skin-plant input[type="submit"]{
    font-weight: 600;
}
/*----- BLOCKQUOTE -----*/
/*----- NAME, TITLE -----*/
.page-main-content::before,
.page-main-content::after,
.entry-content::before,
.entry-content::after,
.post-content::before,
.post-content::after,
.post-excerpt::before,
.post-excerpt::after{
    content: '';
    display: table;
    clear: both;
}
/*----- PAGE LINKS, POST PAGINATION -----*/
.post-pagination{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}
.post-pagination > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.post-pagination .title{
    display: none;
}
.post-pagination .post-page-numbers:not(:hover):not(.current){
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    background-color: transparent;
}
.post-pagination .post-page-numbers:hover,
.post-pagination .post-page-numbers:focus{
    color: #fff;
}
.post-item .post-content .post-pagination a:hover{
    text-decoration: none;
}
/*----- BREADCRUMBS -----*/
.breadcrumbs .trail-browse{
    display: none;
}
.breadcrumb-wrap{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #f5f5f5;
    padding: 10px 0;
}
.breadcrumb,
.woocommerce-breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: inherit;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    color: inherit;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter{
    display: inline-block;
    vertical-align: top;
}
.breadcrumb li,
.woocommerce-breadcrumb a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 0;
}
.breadcrumb li:last-child{
    padding: 0;
}
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    padding: 0 10px;
    color: inherit;
}
/*----- PAGINATION -----*/
.woocommerce-pagination > .screen-reader-text{
    display: none;
}
.woocommerce-pagination ul::before,
.woocommerce-pagination ul::after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce-pagination ul{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    border-radius: 0;
    clear: both;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: -5px -5px 0;
    position: relative;
}
.woocommerce-pagination ul li{
    display: inline;
    vertical-align: top;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    min-width: 44px;
    color: inherit;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 0;
    text-decoration: none;
    margin: 5px 5px 0;
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li .current{
    font-weight: 600;
}
.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.woocommerce-pagination ul li .prev::before{
    font-family: FontAwesome, sans-serif;
    content: '\f104';
    font-size: 18px;
    line-height: 24px;
}
.woocommerce-pagination ul li .next::before{
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    font-size: 18px;
    line-height: 24px;
}
.woocommerce-pagination .button-loadmore{
    min-width: 220px;
    text-decoration: none;
    padding: 13px 15px;
}
.woocommerce-pagination .button-loadmore:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
    color: inherit;
}
.woocommerce-pagination.loading .button-loadmore::before{
    position: static;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.type-load_more{
    display: flex;
    align-items: center;
}
.type-load_more::before,
.type-load_more::after{
    content: '';
    display: block;
    flex: 1 1 auto;
    width: 1%;
    min-width: 30px;
    border-top: 2px solid #e6e6e6;
}
/*----- SITE CONTENT -----*/
.site{
    position: relative;
    overflow: hidden;
}
.site-content{
    padding-bottom: 60px;
}
.site-content::before,
.site-content::after,
#primary::before,
#primary::after,
#secondary::before,
#secondary::after{
    display: table;
    clear: both;
    content: '';
}
#primary,
#secondary{
    padding-top: 60px;
}
.container{
    max-width: 100%;
}
@media (min-width: 1200px){
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #primary{
        float: left;
        width: calc(100% - 330px);
    }
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        float: left;
        width: 300px;
    }
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #secondary{
        float: right;
    }
    .site-content.sidebar-left #secondary + *,
    .site-content.sidebar-right #secondary + *{
        clear: both;
    }
}
@media (min-width: 1500px){
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #primary{
        width: calc(100% - 360px);
    }
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        width: 330px;
    }
}
@media (max-width: 767px){
    #primary,
    #secondary{
        padding-top: 40px;
    }
    .site-content{
        padding-bottom: 40px;
    }
}
/*==========================================================================
WIDGETS
===========================================================================*/
.widget::before,
.widget::after{
    content: '';
    display: table;
    clear: both;
}
.widget .screen-reader-text{
    display: none !important;
}
.widget .widget-title{
    font-size: 18px;
    line-height: 24px;
}
.widget .widget-title a{
    text-decoration: underline;
}
.widget .widget-title a:not(:hover){
    color: inherit;
}
.widget .widget-title img{
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.widget select{
    width: 100%;
    cursor: pointer;
}
.widget ul,
.widget ol{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget ul ul,
.widget ol ul,
.widget ol ol,
.widget ul ol{
    padding: 0 0 0 20px;
}
.widget .comment-author-link{
    text-transform: capitalize;
}
.widget-area{
    font-size: 14px;
    line-height: 20px;
}
.widget-area > .sidebar-inner > .widget:not(:last-child){
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.widget-area > .sidebar-inner > .widget_media_image:not(:last-child),
.widget-area > .sidebar-inner > .widget.ovic-iconbox:not(:last-child){
    padding-bottom: 0;
    border-bottom-width: 0;
}
.widget-area > .sidebar-inner > .widget:not(.ovic-iconbox):not(.widget_media_image) + .widget_media_image{
    padding-top: 11px;
    margin-top: -41px;
    background-color: #fff;
}
.widget-area > .sidebar-inner > .widget .widget-title{
    margin: -6px 0 16px;
}
.widget_layered_nav .count,
.widget .tagcloud .tag-link-count,
.widget_product_categories .count,
.widget_categories .count{
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    margin-left: 6px;
}
.widget_layered_nav a:not(:hover),
.widget_ovic_nav_menu ul li > a:not(:hover):not([aria-current="page"]),
.widget_nav_menu ul li > a:not(:hover):not([aria-current="page"]),
.widget_rss ul li > a:not(:hover),
.widget_recent_entries ul li > a:not(:hover):not([aria-current="page"]),
.widget_recent_comments ul li > a:not(:hover),
.widget_meta ul li > a:not(:hover),
.widget_pages ul li > a:not(:hover):not([aria-current="page"]),
.widget_archive ul li > a:not(:hover):not([aria-current="page"]),
.widget_categories ul li:not(.current-cat) > a:not(:hover),
.widget_product_categories ul li:not(.current-cat) > a:not(:hover){
    color: inherit;
}
/*----- WIDGET CALENDAR -----*/
.widget_calendar th,
.widget_calendar td{
    text-align: center;
    padding: 5px;
}
.widget_calendar caption{
    margin-top: -8px;
}
.widget #today{
    background-color: #000;
    color: #fff;
}
.widget #today a{
    display: block;
    color: inherit;
}
/*----- WIDGET LIST ITEM -----*/
.widget_ovic_nav_menu ul li,
.widget_nav_menu ul li,
.widget_layered_nav ul li,
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li{
    padding: 8px 0;
    min-height: 36px;
}
.widget_ovic_nav_menu ul,
.widget_nav_menu ul,
.widget_layered_nav ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul{
    margin: -8px 0;
}
.widget_ovic_nav_menu ul ul,
.widget_nav_menu ul ul,
.widget_layered_nav ul ul,
.widget_rss ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul{
    margin-top: 8px;
}
.widget_layered_nav .select2 ul li{
    min-height: inherit;
}
/*----- MONSTER WIDGET -----*/
.widget_rss ul li:not(:last-child),
.widget_recent_comments ul li:not(:last-child),
.widget_recent_entries > ul > li:not(:last-child){
    padding-bottom: 8px;
}
.widget_rss ul li:not(:first-child),
.widget_recent_comments ul li:not(:first-child),
.widget_recent_entries > ul > li:not(:first-child){
    padding-top: 8px;
}
.widget_rss ul li > a,
.widget_recent_comments ul li > a,
.widget_recent_entries > ul > li > a{
    font-weight: 600;
}
.widget_rss ul li .rss-date,
.widget_rss ul li cite,
.widget_recent_entries ul li .post-date{
    display: block;
    font-size: 13px;
    color: #888;
}
/*----- YITH COMPARE -----*/
.yith-woocompare-widget::before,
.yith-woocompare-widget::after{
    content: '';
    display: table;
    clear: both;
}
.yith-woocompare-widget ul{
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.yith-woocompare-widget a.compare{
    border-radius: 0;
    text-transform: none;
}
/*----- WIDGET CATEGORY -----*/
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
}
.widget_product_categories .cat-item.cat-parent > .carets::before{
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.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);
}
.widget_product_categories .children{
    display: none;
    clear: both;
}
/*----- WIDGET NAV MENU -----*/
.widget_ovic_nav_menu .megamenu,
.widget_nav_menu .megamenu{
    background-image: none !important;
    width: auto !important;
}
.widget_ovic_nav_menu .megamenu > .vc_row,
.widget_nav_menu .megamenu > .vc_row{
    padding: 0 !important;
}
.widget_ovic_nav_menu .megamenu [class*="vc_col-"],
.widget_nav_menu .megamenu [class*="vc_col-"]{
    width: 100%;
    float: none;
}
.widget_ovic_nav_menu .megamenu .ovic-custommenu,
.widget_nav_menu .megamenu .ovic-custommenu{
    padding: 0 0 0 20px !important;
    margin: 0 !important;
}
.widget_ovic_nav_menu .megamenu .ovic-custommenu .widget,
.widget_nav_menu .megamenu .ovic-custommenu .widget{
    margin: 10px 0 0;
}
.widget_ovic_nav_menu .megamenu .menu,
.widget_nav_menu .megamenu .menu{
    margin: 0;
    padding: 0;
}
/*----- WIDGET PRODUCT LIST -----*/
.widget .product_list_widget{
    list-style: none;
    padding: 0;
}
.widget .product_list_widget > li:not(:first-child){
    margin-top: 20px;
}
.widget .product_list_widget > li::before,
.widget .product_list_widget > li::after{
    display: table;
    clear: both;
    content: '';
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 3px;
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    display: block;
    margin-left: 90px;
}
.widget .product_list_widget > li figure{
    float: left;
    width: 70px;
    margin-right: 20px;
}
.widget .product_list_widget > li figure img{
    margin-right: 0;
}
.widget .product_list_widget > li img{
    float: left;
    width: 70px;
    margin-right: 20px;
}
.widget .product_list_widget > li .star-rating-wrap,
.widget .product_list_widget > li .star-rating{
    display: table;
}
.widget .product_list_widget > li .amount,
.widget .product_list_widget > li > a ~ .amount{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.widget .product_list_widget > li ins{
    text-decoration: none;
}
.widget .product_list_widget > li del .amount{
    text-decoration: line-through;
    font-weight: inherit;
    color: #999;
}
.widget.ovic-products .product-list-owl{
    border: 1px solid #e6e6e6;
    border-left: none;
    box-shadow: 1px 0 #e6e6e6 inset;
}
.widget.ovic-products .ovic-title ~ .woocommerce .product-list-owl{
    border-top-width: 0;
}
.widget.ovic-products .ovic-title.style-01 .title{
    max-width: 250px;
}
.widget.ovic-products .nav-top .slick-slider:not(.slick-vertical) .slick-arrow.prev{
    right: 24px !important;
}
.widget.ovic-products .nav-top .slick-slider:not(.slick-vertical) .slick-arrow.next{
    right: 5px !important;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 250px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.widget_shopping_cart .woocommerce-mini-cart li{
    position: relative;
}
.widget_shopping_cart .woocommerce-mini-cart li a:not(.remove){
    padding-right: 25px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 20px;
    text-align: right;
    text-decoration: none;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: "\e901";
    font-size: 11px;
    line-height: 24px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dt{
    color: #333;
    float: left;
    margin-right: 7px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dd{
    margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart .quantity{
    background-color: transparent;
    border: none;
}
.widget_shopping_cart .total{
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #e6e6e6;
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total .amount{
    font-size: 18px;
    float: right;
    font-weight: 700;
}
.widget_shopping_cart .buttons{
    margin: 0;
}
.widget_shopping_cart .buttons > *{
    margin-top: 10px;
}
.widget_shopping_cart .buttons .button{
    display: block;
    width: 100%;
    padding: 8px 15px;
}
.widget_shopping_cart .buttons .button:not(.checkout){
    background-color: #ebebeb;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button{
    display: block;
    vertical-align: top;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button img{
    display: block;
    height: 40px !important;
    margin: auto;
}
.widget_shopping_cart .wcppec-cart-widget-spb{
    margin-top: 15px;
}
dl.variation{
    margin-bottom: 3px;
}
dl.variation *:last-child{
    margin-bottom: 0;
}
/*----- LAYERED NAV -----*/
.ovic-price-filter button::before,
.ovic-price-filter a::before,
.widget_categories ul li a::before,
.widget_product_categories ul li a::before,
.widget_layered_nav .inline-group a::before,
.widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '';
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1px #ddd inset;
    margin: 2px 10px 2px 0;
}
.widget_layered_nav .inline-group,
.widget_layered_nav .group-image,
.widget_layered_nav .group-button,
.widget_layered_nav .group-color{
    margin: 0 -10px;
}
.widget_layered_nav .inline-group::before,
.widget_layered_nav .inline-group::after,
.widget_layered_nav .group-image::before,
.widget_layered_nav .group-image::after,
.widget_layered_nav .group-button::before,
.widget_layered_nav .group-button::after,
.widget_layered_nav .group-color::before,
.widget_layered_nav .group-color::after{
    content: '';
    display: table;
    clear: both;
}
.widget_layered_nav .inline-group a,
.widget_layered_nav .group-image a,
.widget_layered_nav .group-color a{
    display: table;
    float: left;
    clear: both;
    margin: 3px 10px;
    position: relative;
    font-size: inherit !important;
}
.widget_layered_nav .group-image a i,
.widget_layered_nav .group-color a i{
    display: inline-block !important;
    vertical-align: top !important;
    background-position: center center;
    background-size: cover;
    border: 2px solid #ddd;
    margin: 2px 10px 2px 0;
}
.widget_layered_nav .group-button a{
    display: table;
    float: left;
    clear: both;
    margin: 5px 10px;
    font-size: inherit !important;
    border: 1px solid #e6e6e6;
    padding: 2px 10px;
    min-width: 30px;
}
.widget_layered_nav .group-button a i{
    display: none !important;
}
.ovic_widget_layered_nav .group-color,
.ovic_widget_layered_nav .group-image{
    margin: 0 -5px;
}
.ovic_widget_layered_nav .group-color a,
.ovic_widget_layered_nav .group-image a{
    display: inline-block;
    vertical-align: top;
    font-size: 0 !important;
    line-height: 0;
    clear: inherit;
    margin-left: 5px;
    margin-right: 5px;
}
.ovic_widget_layered_nav .group-color a i,
.ovic_widget_layered_nav .group-image a i{
    display: block !important;
    margin-right: 0;
    border-radius: 90px;
}
/*----- WIDGET SEARCH -----*/
.widget_search .search-form,
.widget_product_search .woocommerce-product-search{
    position: relative;
}
.widget_search .search-field,
.widget_product_search .search-field{
    width: 100%;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
}
.widget_search button[type="submit"],
.widget_product_search button[type="submit"]{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    background-color: transparent;
    color: inherit;
}
.widget_search button[type="submit"]::before,
.widget_product_search button[type="submit"]::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: "\e905";
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    margin: -10px -5px 0;
    font-size: 0;
    line-height: 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    line-height: 20px;
    padding: 5px 15px;
    box-shadow: 0 0 0 1px #e6e6e6;
    border-radius: 0;
    text-decoration: none;
    margin: 10px 5px 0;
    color: #888;
}
.tagcloud a:hover{
    box-shadow: none;
}
/*----- WIDGET NETWORK -----*/
.widget.ovic-network .content-social-network::before,
.widget.ovic-network .content-social-network::after{
    display: table;
    content: '';
    clear: both;
}
.widget.ovic-network .content-social-network{
    margin: -10px -5px 0;
}
.widget.ovic-network .social-item{
    float: left;
    width: 25%;
    padding: 10px 5px 0;
}
.widget.ovic-network > a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.widget.ovic-network > a:not(:hover){
    color: inherit;
}
/*----- WIDGET BRAND -----*/
.widget_product_brand .product-categories.logo{
    margin: 0 -5px;
}
.widget_product_brand .product-categories.logo .cat-item{
    border: none;
    width: 33.33%;
    float: left;
    padding: 10px 5px;
}
.widget_product_brand .product-categories.logo .cat-item:nth-child(3n+1){
    clear: both;
}
.widget_product_brand .product-categories.logo .cat-item:not(.current-cat) a:not(:hover){
    opacity: 0.5;
}
.widget_product_brand .product-categories.list .cat-item a.loading-lazy{
    position: static;
}
.widget_product_brand .product-categories.list .cat-item a.loading-lazy::after{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
/*----- WIDGET OVIC ICONBOX -----*/
.widget-ovic-iconbox .icon{
    float: left;
    width: 35px;
    font-size: 20px;
    line-height: 1;
    padding: 2px 0;
    margin-bottom: 5px;
}
.widget-ovic-iconbox .title{
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 5px;
}
.widget-ovic-iconbox .text{
    clear: both;
    margin: 0;
}
.widget.ovic-iconbox > .inner{
    border: 1px solid #e6e6e6;
}
.widget.ovic-iconbox .ovic-iconbox{
    padding: 27px 28px;
}
.widget.ovic-iconbox .ovic-iconbox:not(:first-child){
    border-top: 1px solid #e6e6e6;
}
.widget.ovic-iconbox .ovic-iconbox .inner{
    text-align: inherit;
}
/*----- WIDGET OVIC BLOG -----*/
.widget.ovic-blog .blog-item:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
/*----- WIDGET OVIC PRICE FILTER -----*/
.ovic-price-filter .price-item{
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    padding: 8px 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.ovic-price-filter .price-filter-inner{
    margin: -8px 0;
}
/*----- WIDGET PRICE FILTER -----*/
.widget_price_filter form::before,
.widget_price_filter form::after{
    content: '';
    display: table;
    clear: both;
}
.widget_price_filter .ui-slider{
    position: relative;
    text-align: left;
    background-color: #d6d6d6;
    height: 4px;
    margin: 12px 0 22px;
}
.widget_price_filter .ui-slider .ui-slider-range{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle{
    position: absolute;
    top: -4px;
    left: 0;
    width: 12px;
    height: 12px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    background-size: cover;
    z-index: 2;
    border-radius: 0;
    margin-left: -6px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.widget_price_filter .ui-slider.ui-state-disabled .ui-slider-handle,
.widget_price_filter .ui-slider.ui-state-disabled .ui-slider-range{
    filter: inherit;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{
    left: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{
    right: 0;
}
.widget_price_filter .price_slider_amount{
    position: relative;
    color: #222;
    overflow: hidden;
}
.widget_price_filter .price_slider_amount .price_label{
    display: inline-block;
    vertical-align: top;
}
.widget_price_filter .price_slider_amount .button{
    float: right;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    background-color: transparent;
    text-transform: none;
}
.widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:focus{
    background-color: transparent;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
.armania_disabled_popup_by_user input[type="checkbox"]{
    vertical-align: middle;
    margin: -3px 0 0;
}
.inner::before,
.inner::after{
    display: table;
    content: '';
    clear: both;
}
/*----- CUSTOM TITLE -----*/
/* style-01 */
.ovic-title.style-01{
    background-color: #fdf4ed;
}
.ovic-title.style-01 .title{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 20px;
    width: calc(100% - 30px);
    max-width: 262px;
    border-radius: 0 0 15px 0;
    margin: 0;
}
.ovic-title.style-01 .sub-title{
    float: right;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}
.ovic-title.style-01 .sub-title > *{
    display: inline-block;
    vertical-align: top;
    font-size: inherit !important;
    padding: 5px 0;
    margin: 0 9px;
}
.ovic-title.style-01 .sub-title a:not(:hover){
    color: inherit;
}
.ovic-title.style-01 .desc{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
/* style-02 */
.ovic-title.style-02{
    position: relative;
    border-radius: 90px;
    padding: 8px 20px;
    background-color: #ff5100;
    border-color: #ff5100;
    text-align: center;
}
.ovic-title.style-02::before{
    position: absolute;
    content: '';
    top: 100%;
    left: calc(50% - 10px);
    width: 20px;
    height: 10px;
    border-top: 10px solid;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.ovic-title.style-02 .title{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
/* style-03 */
.ovic-title.style-03 .title{
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 36px;
    position: relative;
    margin: 0;
}
.ovic-title.style-03 .title::before,
.ovic-title.style-03 .title::after{
    position: absolute;
    content: '';
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 14px;
    border-left: 4px solid;
    border-right: 4px solid;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.ovic-title.style-03 .title::after{
    left: auto;
    right: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.ovic-title.style-03 .sub-title{
    float: right;
}
.ovic-title.style-03 .sub-title a{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    text-decoration: underline;
}
.ovic-title.style-03 .sub-title a:not(:hover){
    color: #888;
}
/* style-04 */
.ovic-deal.style-05 .head,
.ovic-title.style-04 .inner{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 30px;
}
.ovic-deal.style-05 .head .title,
.ovic-title.style-04 .title{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}
.ovic-deal.style-05 .head .sub-title,
.ovic-title.style-04 .sub-title{
    flex: 1 1 auto;
    width: 1%;
    margin-left: 30px;
    text-align: right;
}
.ovic-deal.style-05 .head .sub-title a,
.ovic-title.style-04 .sub-title a{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding: 5px 0;
}
.ovic-deal.style-05 .head .sub-title a::after,
.ovic-title.style-04 .sub-title a::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f138";
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
@media (min-width: 768px){
    .ovic-title.style-01.vertical .sub-title{
        position: absolute;
        top: 100%;
        left: 0;
        width: 180px;
        z-index: 1;
    }
    .ovic-title.style-01.vertical .sub-title > *{
        display: block;
        padding: 8px 0;
    }
}
@media (max-width: 767px){
    .ovic-title.style-01 .sub-title ~ .armania-toggle{
        float: right;
        width: 30px;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
    }
    .ovic-title.style-01 .sub-title ~ .armania-toggle::before{
        font-family: FontAwesome, sans-serif;
        content: "\f142";
    }
    .ovic-title.style-01 .armania-dropdown:not(.open) .sub-title{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    .ovic-title.style-01 .sub-title{
        position: absolute;
        top: 100%;
        right: 0;
        width: 180px;
        font-size: 14px;
        line-height: 24px;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 0 0 1px #e6e6e6 inset;
        list-style: none;
        padding: 10px;
        margin-bottom: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        text-align: left;
        visibility: visible;
    }
    .ovic-title.style-01 .sub-title > *{
        display: block;
    }
    .ovic-deal.style-05 .head,
    .ovic-title.style-04 .inner{
        display: block;
    }
    .ovic-deal.style-05 .head .title,
    .ovic-title.style-04 .title{
        font-size: 24px;
        line-height: 30px;
    }
    .ovic-deal.style-05 .head .sub-title,
    .ovic-title.style-04 .sub-title{
        width: auto;
        margin: 5px 0 0;
        text-align: inherit;
    }
    .ovic-deal.style-05 .head .sub-title a,
    .ovic-title.style-04 .sub-title a{
        font-size: 14px;
        line-height: 18px;
        padding: 2px 0;
    }
}
@media (max-width: 479px){
    .ovic-title.style-03 .title{
        display: block;
        text-align: center;
    }
    .ovic-title.style-03 .sub-title{
        float: none;
        text-align: center;
    }
}
/*----- CUSTOM MENU -----*/
.ovic-custommenu{
    font-size: 14px;
    line-height: 20px;
}
.ovic-custommenu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-custommenu ul li{
    padding: 5px 0;
    min-height: 30px;
}
.ovic-custommenu ul ul{
    margin: 5px 0 -5px;
}
.ovic-custommenu ul li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ovic-custommenu > .button-wrap .link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin-top: 5px;
}
/* style-01 */
.ovic-custommenu.style-01 .widget .widget-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 9px;
}
/* style-02 */
.ovic-custommenu.style-02 .widget .widget-title{
    margin-bottom: 20px;
}
.ovic-custommenu.style-02:not(.style-light) .widget .widget-title{
    color: #fff;
}
/* style-03 */
.ovic-custommenu.style-03{
    color: #888;
}
.ovic-custommenu.style-03 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 29px;
}
/* style-04 */
.ovic-custommenu.style-04{
    font-size: 15px;
    color: #888;
}
.ovic-custommenu.style-04 ul{
    margin: 0 -15px;
}
.ovic-custommenu.style-04 ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
}
.ovic-custommenu.style-04 ul li:not(:last-child)::after{
    position: absolute;
    content: '|';
    top: 0;
    bottom: 0;
    right: -21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* style-05 */
.ovic-custommenu.style-05{
    color: #fff;
}
.ovic-custommenu.style-05 .widget .widget-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}
.ovic-custommenu.style-05 ul li{
    padding: 9px 0;
}
.ovic-custommenu.style-05 ul ul{
    margin: 9px 0 -9px;
}
.ovic-custommenu.style-05 ul li > a::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-right: 10px;
}
/* style-06 */
.ovic-custommenu.style-06{
    color: #fff;
}
.ovic-custommenu.style-06 ul{
    margin: 0 -6px;
}
.ovic-custommenu.style-06 ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}
/* style-07 */
.ovic-custommenu.style-07{
    font-size: 15px;
    line-height: 26px;
    color: #adadad;
}
.ovic-custommenu.style-07 ul li a:hover{
    color: #fff;
    text-decoration: none;
}
.ovic-custommenu.style-09 ul li a:hover::before,
.ovic-custommenu.style-07 ul li a:hover::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 3px;
    border-top: 1px solid;
}
/* style-08 */
.ovic-custommenu.style-08{
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.ovic-custommenu.style-08 ul{
    margin: 0 -55px;
}
.ovic-custommenu.style-08 ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 55px;
    position: relative;
}
.ovic-custommenu.style-08 ul li:not(:last-child)::after{
    position: absolute;
    content: '|';
    top: 0;
    bottom: 2px;
    right: -59px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0;
}
/* style-09 */
.ovic-custommenu.style-09{
    font-size: 16px;
    line-height: 26px;
}
.ovic-custommenu.style-09 ul li a:hover{
    text-decoration: none;
}
@media (max-width: 1199px){
    .ovic-custommenu.style-08 ul{
        margin: 0 -35px;
    }
    .ovic-custommenu.style-08 ul li{
        margin: 0 35px;
    }
    .ovic-custommenu.style-08 ul li:not(:last-child)::after{
        right: -39px;
    }
}
@media (max-width: 767px){
    .ovic-custommenu.style-09,
    .ovic-custommenu.style-07{
        font-size: 15px;
        line-height: 24px;
    }
    .ovic-custommenu.style-08{
        font-size: 15px;
    }
    .ovic-custommenu.style-08 ul{
        margin: 0 -25px;
    }
    .ovic-custommenu.style-08 ul li{
        margin: 0 25px;
    }
    .ovic-custommenu.style-08 ul li:not(:last-child)::after{
        right: -29px;
    }
}
/*----- TABS -----*/
.ovic-tabs{
    position: relative;
}
.ovic-tabs .tabs-head::before,
.ovic-tabs .tabs-head::after{
    content: '';
    display: table;
    clear: both;
}
.ovic-tabs .tab-panel{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.ovic-tabs .tab-panel.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.ovic-tabs .tabs{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-tabs .tab-item a{
    display: block;
    position: relative;
    color: inherit;
}
.ovic-tabs .tabs .thumb{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- TRENDING -----*/
/* style-01 */
.ovic-trending.style-01 .tabs{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-trending.style-01 .tabs .slick-track > .tab-item,
.ovic-trending.style-01 .tabs .row-item:first-child > .tab-item{
    border-top-width: 0;
}
.ovic-trending.style-01 .tabs .tab-item{
    border: 1px solid #e6e6e6;
}
.ovic-trending.style-01 .tabs .slick-list{
    padding-bottom: 1px;
    margin-bottom: -1px;
}
.ovic-trending.style-01 .tabs .tab-link{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 19px 15px 16px;
    text-decoration: none;
}
.ovic-trending.style-01 .tabs .active .tab-link::before,
.ovic-trending.style-01 .tabs .tab-link:hover::before{
    position: absolute;
    content: '';
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-top: 3px solid;
}
.ovic-trending.style-01 .tabs .thumb{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 35px;
}
.ovic-trending.style-01 .tabs .thumb i{
    font-size: 35px;
    line-height: 35px;
}
.ovic-trending.style-01 .tabs .title{
    display: block;
    margin-top: 8px;
}
.ovic-trending.style-01 .tabs-container{
    padding: 40px 0 50px;
    border: 1px solid #e6e6e6;
    border-top-width: 0;
}
@media (max-width: 1199px){
    .ovic-trending.style-01 .tabs-container{
        padding: 40px 0;
    }
}
@media (max-width: 767px){
    .ovic-trending.style-01 .tabs-container{
        padding: 30px 0;
    }
}
/*----- ICONBOX -----*/
.contact-icon .elementor-icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
}
/* style-01 */
.ovic-iconbox.style-01 .inner{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
}
.ovic-iconbox.style-01 .icon{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 30px;
    line-height: 36px;
    width: 40px;
}
.ovic-iconbox.style-01 .content{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: calc(100% - 40px);
}
.ovic-iconbox.style-01 .title{
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.ovic-iconbox.style-01 .desc{
    font-size: 14px;
    line-height: 16px;
    color: #888;
    margin: 0;
}
/* style-02 */
.ovic-iconbox.style-03 .icon,
.ovic-iconbox.style-02 .icon{
    width: 44px;
}
.ovic-iconbox.style-03 .content,
.ovic-iconbox.style-02 .content{
    max-width: calc(100% - 44px);
}
.ovic-iconbox.style-02.style-01 .title{
    color: #fff;
}
.ovic-iconbox.style-03 .desc,
.ovic-iconbox.style-02 .desc{
    margin-top: 9px;
}
/* style-04 */
.ovic-iconbox.style-04 .inner{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: left;
}
.ovic-iconbox.style-04 .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 41px;
    line-height: 1;
    width: 51px;
    text-align: center;
    padding: 3px 0;
}
.ovic-iconbox.style-04 .content{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 51px);
    padding-left: 24px;
}
.ovic-iconbox.style-04 .title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0;
}
.ovic-iconbox.style-04 .desc{
    font-size: 14px;
    line-height: 24px;
    margin: 7px 0 0;
}
@media (max-width: 767px){
    .ovic-iconbox.style-01 .inner{
        text-align: inherit;
    }
}
/*----- CONTACT -----*/
/* style-01 */
.ovic-contact.style-01 .inner{
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-contact.style-01 .icon{
    display: inline-block;
    vertical-align: middle;
    margin: 6px 5px 0;
    width: 48px;
    font-size: 0;
    line-height: 0;
}
.ovic-contact.style-01 .icon i,
.ovic-contact.style-01 .icon span{
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    line-height: 1;
}
.ovic-contact.style-01 .content{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    max-width: calc(100% - 68px);
}
.ovic-contact.style-01 .title{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.ovic-contact.style-01 .phone{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 3px 0 0;
}
/* style-02 */
.ovic-contact.style-02{
    position: relative;
    z-index: 1;
}
.ovic-contact.style-02::before,
.ovic-contact.style-02::after,
.ovic-contact.style-02 .inner::before,
.ovic-contact.style-02 .inner::after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    background-color: inherit;
    z-index: -1;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.ovic-contact.style-02::after,
.ovic-contact.style-02 .inner::after{
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
}
.ovic-contact.style-02 .inner::before,
.ovic-contact.style-02 .inner::after{
    top: 50%;
    bottom: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.ovic-contact.style-02 .inner{
    display: flex;
    align-items: center;
    padding: 30px 60px 30px 35px;
    background-color: inherit;
}
.ovic-contact.style-02 .icon{
    font-size: 0;
    line-height: 0;
    width: 58px;
}
.ovic-contact.style-02 .icon i,
.ovic-contact.style-02 .icon span{
    display: inline-block;
    vertical-align: top;
    font-size: 58px;
    line-height: 1;
}
.ovic-contact.style-02 .content{
    flex: 1 1 auto;
    width: 1%;
    margin-left: 30px;
}
.ovic-contact.style-02 .phone{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-left: 60px;
    text-decoration: none;
}
.ovic-contact.style-02 .email:not(:hover),
.ovic-contact.style-02 .phone:not(:hover){
    color: #fff;
}
.ovic-contact.style-02 .phone::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f095";
    font-size: 31px;
    font-weight: 400;
    margin-right: 8px;
}
.ovic-contact.style-02 .email{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    margin-left: 60px;
    text-decoration: none;
}
.ovic-contact.style-02 .email::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f0e0";
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    margin-right: 8px;
}
.ovic-contact.style-02 .title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.ovic-contact.style-02 .subtitle{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0;
}
@media (max-width: 1499px){
    .ovic-contact.style-02 .inner{
        padding-left: 15px;
        padding-right: 25px;
    }
}
@media (max-width: 1199px){
    .ovic-contact.style-02 .inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px){
    .ovic-contact.style-02 .inner{
        display: block;
    }
    .ovic-contact.style-02 .icon{
        display: inline-block;
        vertical-align: middle;
    }
    .ovic-contact.style-02 .content{
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        max-width: calc(100% - 80px);
        width: auto;
    }
    .ovic-contact.style-02 .phone,
    .ovic-contact.style-02 .email{
        display: table;
        margin: 15px 0 0;
    }
}
@media (max-width: 767px){
    .ovic-contact.style-01 .icon{
        padding-top: 2px;
    }
    .ovic-contact.style-01 .phone{
        font-size: 20px;
        line-height: 26px;
    }
    .ovic-contact.style-02 .icon{
        width: 46px;
    }
    .ovic-contact.style-02 .icon i,
    .ovic-contact.style-02 .icon span{
        font-size: 46px;
    }
    .ovic-contact.style-02 .content{
        margin-left: 10px;
        max-width: calc(100% - 60px);
    }
    .ovic-contact.style-02 .title{
        font-size: 30px;
        line-height: 38px;
    }
    .ovic-contact.style-02 .subtitle{
        font-size: 15px;
        line-height: 20px;
    }
    .ovic-contact.style-02 .phone{
        font-size: 30px;
        line-height: 34px;
    }
    .ovic-contact.style-02 .email{
        font-size: 20px;
        line-height: 26px;
    }
    .ovic-contact.style-02 .phone::before{
        font-size: 26px;
    }
    .ovic-contact.style-02 .email::before{
        font-size: 25px;
    }
}
/*----- BRANDS -----*/
.elementor-widget-ovic_brand.has-button > .elementor-widget-container{
    position: relative;
    margin-bottom: 90px;
}
.ovic-brand{
    text-align: center;
}
.ovic-brand .brand-item .link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.ovic-brand .brand-item img{
    margin: auto;
}
.ovic-brand .brand-item .name{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.ovic-brand .button-wrap{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.ovic-brand .button-wrap::before,
.ovic-brand .button-wrap::after{
    content: '';
    display: block;
    flex: 1 1 auto;
    width: 1%;
    min-width: 30px;
    border-top: 2px solid #e6e6e6;
}
.ovic-brand .button-wrap .button{
    min-width: 220px;
    text-decoration: none;
    padding: 13px 15px;
}
.ovic-brand .button-wrap .button:not(:hover){
    color: inherit;
    background-color: transparent;
    box-shadow: 0 0 0 2px #e6e6e6;
}
/* style-01 */
.ovic-brand.style-01 .slick-list:hover{
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.ovic-brand.style-01 .brand-item{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:last-child) .brand-item{
    border-bottom-width: 0;
}
.ovic-brand.style-01 .brand-item .link{
    background-color: #fff;
}
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .brand-item .link:hover::before{
    left: -1px;
    right: -1px;
}
.ovic-brand.style-01 .brand-item .link:hover::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    border: 2px solid;
    z-index: 1;
}
.ovic-brand.style-01 .brand-item .link:hover .hover::before{
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: calc(50% - 10px);
    width: 20px;
    height: 10px;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
}
.ovic-brand.style-01 .brand-item .link:hover .hover::after{
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 7px;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 1;
}
.ovic-brand.style-02 .slick-slider[data-slick*='"slidesMargin":0'] .brand-item .link,
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .brand-item .link{
    padding: 0 15px;
}
/* style-02 */
.ovic-brand.style-02 .brand-item img{
    margin: auto;
}
.ovic-brand.style-02 .brand-item .title{
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
/* style-03 */
.ovic-brand.style-03 .brand-item .link{
    padding-top: 5px;
}
.ovic-brand.style-03 .brand-item img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-brand.style-03 .brand-item .link: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);
}
.ovic-brand.style-03 .brand-item .name{
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
}
/*----- SOCIALS -----*/
.ovic-socials .widget .widget-title{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
    margin: 0 10px 0 0;
}
.ovic-socials .inner{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -4px -8px;
}
.ovic-socials a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding: 3px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 0;
    min-width: 30px;
    margin: 0 4px 8px;
    text-decoration: none !important;
}
.ovic-socials a:hover{
    border-color: transparent;
}
.ovic-socials a .icon{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.ovic-socials a .text{
    display: none;
}
/* style-02 */
.ovic-socials.style-02 a{
    color: inherit;
    padding: 0;
    border: none;
}
.ovic-socials.style-02 .icon{
    display: block;
    padding: 5px 3px;
    border-radius: inherit;
}
.ovic-socials.style-02 a:hover{
    color: #fff;
    font-size: 16px;
}
.ovic-socials.style-02 a:hover .icon{
    margin: -4px;
    padding: 9px 7px;
}
.ovic-socials.style-02 a:not(:hover) .icon{
    background-color: #dedede;
}
.ovic-socials.style-02 .fa-facebook-square,
.ovic-socials.style-02 .fa-facebook-official,
.ovic-socials.style-02 .fa-facebook{
    background-color: #1f6cf8;
}
.ovic-socials.style-02 .fa-twitter-square,
.ovic-socials.style-02 .fa-twitter{
    background-color: #31c3f9;
}
.ovic-socials.style-02 .fa-pinterest-square,
.ovic-socials.style-02 .fa-pinterest-p,
.ovic-socials.style-02 .fa-pinterest{
    background-color: #eb8277;
}
.ovic-socials.style-02 .fa-youtube-square,
.ovic-socials.style-02 .fa-youtube-play,
.ovic-socials.style-02 .fa-youtube{
    background-color: #f80000;
}
.ovic-socials.style-02 .fa-instagram{
    background-color: #2500c2;
}
/* style-03 */
.ovic-socials.style-03 .inner{
    margin: 0 -15px;
}
.ovic-socials.style-03 a{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border: none;
    padding: 3px 1px;
    margin: 0 15px;
    min-width: inherit;
}
.ovic-socials.style-03 a:hover{
    background-color: transparent;
}
/* style-04 */
.ovic-socials.style-04 .inner{
    margin: 0 -5px -10px;
}
.ovic-socials.style-04 a{
    padding: 0;
    border: none;
    min-width: 50px;
    margin: 0 5px 10px;
    background-color: transparent !important;
}
.ovic-socials.style-04 a:not(:hover){
    color: #fff;
}
.ovic-socials.style-04 a .icon{
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 5px;
    border-radius: 50%;
    background-position: bottom right;
    background-size: 170% 170%;
}
.ovic-socials.style-04 a:not(:hover) .fa-facebook{
    background-image: radial-gradient( rgba(48,0,255,0.3) 5%, #3000ff 70% );
    background-color: #fff;
}
.ovic-socials.style-04 a:not(:hover) .fa-instagram{
    background-image: radial-gradient( #ffd912 5%, #d71285 70% );
    background-color: #fff;
}
.ovic-socials.style-04 a:not(:hover) .fa-twitter{
    background-image: radial-gradient( rgba(5,111,231,0.3) 5%, #056fe7 70% );
    background-color: #fff;
}
.ovic-socials.style-04 a:not(:hover) .fa-youtube{
    background-image: radial-gradient( rgba(149,3,0,0.3) 5%, #950300 70% );
    background-color: #fff;
}
.ovic-socials.style-04 a:not(:hover) .fa-pinterest-square{
    background-image: radial-gradient( rgba(228,5,8,0.3) 5%, #e40508 70% );
    background-color: #fff;
}
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.ovic-newsletter form{
    position: relative;
}
.ovic-newsletter .mc4wp-form-fields{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ovic-newsletter .text-field{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    font-weight: inherit;
    color: inherit;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.ovic-newsletter .input-text[type]{
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none;
}
div.dgwt-wcas-search-wrapp .input-focus,
.ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    border-right-width: 0;
    border-radius: inherit;
}
.ovic-newsletter .input-text[type]::placeholder{
    opacity: 0.9;
}
.ovic-newsletter .input-text[type]::-webkit-input-placeholder{
    opacity: 0.9;
}
.ovic-newsletter .input-text[type]:-moz-placeholder{
    opacity: 0.9;
}
.ovic-newsletter .input-text[type]::-moz-placeholder{
    opacity: 0.9;
}
.ovic-newsletter .input-text[type]:-ms-input-placeholder{
    opacity: 0.9;
}
.ovic-newsletter .submit-newsletter{
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.skin-organic div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
.skin-market div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    border-radius: 0 90px 90px 0 !important;
}
.skin-organic div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input,
.skin-organic .ovic-newsletter .text-field,
.skin-market div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input,
.skin-market .ovic-newsletter .text-field{
    border-radius: 90px 0 0 90px;
}
.skin-organic .ovic-newsletter .submit-newsletter,
.skin-market .ovic-newsletter .submit-newsletter{
    border-radius: 0 90px 90px 0;
}
/* style-01 */
.ovic-newsletter.style-01 .icon{
    font-size: 44px;
    line-height: 1;
}
.ovic-newsletter.style-01 .icon span{
    vertical-align: middle;
    margin: -1px 0 1px;
}
.ovic-newsletter.style-01 .title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.ovic-newsletter.style-01 .title::before{
    display: inline-block;
    vertical-align: top;
}
.ovic-newsletter.style-01 .desc{
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin: 0;
}
.ovic-newsletter.style-01 .input-text[type]{
    padding: 12px 20px;
    height: 48px;
}
.ovic-newsletter.style-01 .submit-newsletter{
    padding: 12px 20px;
}
/* style-02 */
.ovic-newsletter.style-02 .inner{
    max-width: 510px;
    margin: auto;
    text-align: center;
}
.ovic-newsletter.style-02 .title{
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 2px;
}
.ovic-newsletter.style-02 .desc{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 25px;
}
.ovic-newsletter.style-02 .input-text[type]{
    padding: 12px 20px;
    height: 48px;
}
.ovic-newsletter.style-02 .input-focus{
    border-width: 2px;
}
.ovic-newsletter.style-02 .submit-newsletter{
    padding: 12px 20px;
}
/* style-03 */
.ovic-newsletter.style-03 .inner{
    max-width: 450px;
    margin: auto;
    text-align: center;
}
.ovic-newsletter.style-03 .title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
}
.ovic-newsletter.style-03 .input-text[type]{
    padding: 12px 30px;
    height: 48px;
}
.ovic-newsletter.style-03 .input-focus{
    border-color: transparent;
}
.ovic-newsletter.style-03 .submit-newsletter{
    padding: 12px 20px;
    color: #fff;
}
.ovic-newsletter.style-03 .desc{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 14px 0 0;
}
/* style-04 */
.ovic-newsletter.style-04{
    text-align: center;
}
.ovic-newsletter.style-04 .title{
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin-bottom: 18px;
}
.ovic-newsletter.style-04 .desc{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 33px;
}
.ovic-newsletter.style-04 form{
    z-index: 1;
}
.ovic-newsletter.style-04 .text-field{
    background-color: transparent;
    border-radius: 0;
}
.ovic-newsletter.style-04 form:not(:hover) .submit-newsletter::before,
.ovic-newsletter.style-04 form:not(:hover) .input-focus{
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}
.ovic-newsletter.style-04 .submit-newsletter::before,
.ovic-newsletter.style-04 .input-focus{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}
.ovic-newsletter.style-04 .input-text[type]{
    padding: 13px 30px;
    height: 50px;
}
.ovic-newsletter.style-04 .submit-newsletter{
    padding: 13px 50px;
    background-color: transparent;
    border-radius: 0;
}
/* style-05 */
.ovic-newsletter.style-05 .inner{
    background-color: #fff;
    border-radius: 12px;
    padding: 50px 60px 60px;
}
.ovic-newsletter.style-05 .title{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
}
.ovic-newsletter.style-05 .desc{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 47px;
}
.ovic-newsletter.style-05 .text-field{
    background-color: transparent;
    border-radius: 0;
}
.ovic-newsletter.style-05 .input-text[type]{
    padding: 11px 0;
    height: 46px;
}
.ovic-newsletter.style-05 .input-focus{
    border: none;
    border-bottom: 1px solid #cccccc;
}
.ovic-newsletter.style-05 .submit-newsletter{
    padding: 11px 28px;
    border-radius: 90px;
    margin-left: 30px;
}
/* style-06 */
.ovic-newsletter.style-06 .title{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 2px;
}
.ovic-newsletter.style-06 .desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.ovic-newsletter.style-06 .text-field{
    border-radius: 0;
}
.ovic-newsletter.style-06 .input-text[type]{
    padding: 11px 24px;
    height: 46px;
}
.ovic-newsletter.style-06 .submit-newsletter{
    padding: 11px 34px;
    letter-spacing: 0.2em;
    border-radius: 0;
}
/* style-07 */
.ovic-newsletter.style-07 .inner{
    display: flex;
    align-items: center;
    color: #fff;
}
.ovic-newsletter.style-07 .icon{
    margin-right: 30px;
    font-size: 57px;
    line-height: 1;
}
.ovic-newsletter.style-07 .head{
    flex: 1 1 auto;
    width: 1%;
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px;
}
.ovic-newsletter.style-07 .title{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: inherit;
    margin: 0;
    padding: 3px 0;
}
.ovic-newsletter.style-07 .desc{
    margin: 0;
    padding: 3px 0;
}
.ovic-newsletter.style-07 .mc4wp-form-fields{
    width: 430px;
    max-width: 100%;
    padding-top: 5px;
}
.ovic-newsletter.style-07 .text-field{
    background-color: transparent;
    position: static;
    border-radius: 0;
}
.ovic-newsletter.style-07 .input-text[type]{
    padding-left: 0;
}
.ovic-newsletter.style-07 .input-focus{
    border: none;
    border-bottom: 1px solid #fff;
}
.ovic-newsletter.style-07 .submit-newsletter{
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: inherit;
    border-radius: 0;
}
.ovic-newsletter.style-07:not(.style-08) .input-focus{
    border-color: #fff !important;
}
/* style-08 */
.ovic-newsletter.style-08 .title{
    font-weight: 700;
}
/* style-09 */
.ovic-newsletter.style-09 .inner{
    text-align: center;
    color: #fff;
    max-width: 570px;
    margin: auto;
}
.ovic-newsletter.style-09 .icon{
    font-size: 57px;
    line-height: 1;
    margin-bottom: 41px;
}
.ovic-newsletter.style-09 .title{
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0.1em;
    color: inherit;
    margin-bottom: 13px;
}
.ovic-newsletter.style-09 .desc{
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 32px;
}
.ovic-newsletter.style-09 .mc4wp-form-fields{
    width: 455px;
    max-width: 100%;
    margin: auto;
}
.ovic-newsletter.style-09 .text-field{
    background-color: transparent;
    position: static;
    border-radius: 0;
}
.ovic-newsletter.style-09 .input-text[type]{
    padding-left: 0;
}
.ovic-newsletter.style-09 .input-focus{
    border: none;
    border-bottom: 1px solid #fff;
}
.ovic-newsletter.style-09 .submit-newsletter{
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: inherit;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0;
}
.ovic-newsletter.style-09 .submit-newsletter{
    color: #fff;
}
.ovic-newsletter.style-09 .submit-newsletter::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e93a';
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
/* style-10 */
.ovic-newsletter.style-10 .title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}
.ovic-newsletter.style-10 .desc{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.ovic-newsletter.style-10 .mc4wp-form-fields{
    max-width: 353px;
    display: block;
}
.ovic-newsletter.style-10 .text-field{
    display: block;
    width: auto;
    border-radius: 0;
}
.ovic-newsletter.style-10 .input-text[type]{
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 46px;
}
.ovic-newsletter.style-10 .input-focus{
    border: 1px solid #e1e1e1;
}
.ovic-newsletter.style-10 .submit-newsletter{
    width: 100%;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    letter-spacing: 0.2em;
    border-radius: 0;
}
/* style-11 */
.ovic-newsletter.style-11.style-07 .inner{
    padding: 24px 50px;
    color: inherit;
}
.ovic-newsletter.style-11.style-07 .title{
    font-weight: 700;
    font-family: inherit;
}
.ovic-newsletter.style-11 .desc{
    font-size: 16px;
    line-height: 24px;
}
.ovic-newsletter.style-11 .mc4wp-form-fields{
    padding: 0;
}
.ovic-newsletter.style-11 .text-field{
    background-color: #fff;
    border-radius: 90px 0 0 90px;
}
.ovic-newsletter.style-11 .input-text[type]{
    padding: 11px 20px;
    height: 46px;
}
.ovic-newsletter.style-11 .input-focus{
    border: none;
}
.ovic-newsletter.style-11 .submit-newsletter{
    padding: 11px 28px;
    color: #fff;
    border-radius: 0 90px 90px 0;
}
/* style-12 */
.ovic-newsletter.style-12.style-07 .inner{
    padding: 40px 50px;
    color: inherit;
}
.ovic-newsletter.style-12.style-07 .title{
    font-weight: 700;
}
.ovic-newsletter.style-12 .desc{
    font-size: 15px;
    margin-top: 2px;
}
.ovic-newsletter.style-12 .mc4wp-form-fields{
    width: 520px;
    padding: 0;
}
.ovic-newsletter.style-12 .text-field{
    background-color: #fff;
}
.ovic-newsletter.style-12 .input-text[type]{
    padding: 11px 20px 11px 30px;
    height: 46px;
}
.ovic-newsletter.style-12 .input-focus{
    border: none;
}
.ovic-newsletter.style-12 .submit-newsletter{
    padding: 11px 28px;
    background-color: #222;
    color: #fff;
}
/* style-13 */
.ovic-newsletter.style-13 .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}
.ovic-newsletter.style-13 .desc{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.ovic-newsletter.style-13 .input-text[type]{
    padding: 12px 25px;
    height: 48px;
}
.ovic-newsletter.style-13 .submit-newsletter{
    font-size: 15px;
    text-transform: none;
    padding: 12px 25px;
}
/* style-14 */
.ovic-newsletter.style-14 .title{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 33px;
}
.ovic-newsletter.style-14 .desc{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 23px;
}
.ovic-newsletter.style-14 .mc4wp-form-fields{
    border-radius: 90px;
}
.ovic-newsletter.style-14 .text-field{
    color: #fff;
    background-color: transparent;
    border-radius: inherit;
    position: static;
}
.ovic-newsletter.style-14 .input-focus{
    border: 1px solid #fff;
}
.ovic-newsletter.style-14 .submit-newsletter{
    padding: 5px calc(23px - 0.2em) 5px 23px;
    border-radius: inherit;
    margin: 5px 6px 5px 0;
    letter-spacing: 0.2em;
    font-weight: 600;
}
/* style-15 */
.ovic-newsletter.style-15 .title{
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 19px;
}
.ovic-newsletter.style-15 .desc{
    font-size: 15px;
    line-height: 24px;
    color: #adadad;
    margin-bottom: 20px;
}
.ovic-newsletter.style-15 .text-field{
    border-radius: 6px 0 0 6px;
}
.ovic-newsletter.style-15 .input-text[type]{
    padding: 12px 20px;
    height: 48px;
}
.ovic-newsletter.style-15 .submit-newsletter{
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 0 6px 6px 0;
}
/* style-16 */
.ovic-newsletter.style-16 .inner{
    padding: 70px;
}
.ovic-newsletter.style-16 .title{
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
.ovic-newsletter.style-16 .desc{
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 21px;
}
.ovic-newsletter.style-16 .input-text[type]{
    padding: 13px 22px;
    height: 50px;
}
.ovic-newsletter.style-16 .input-text[type]::placeholder{
    color: #888;
}
.ovic-newsletter.style-16 .input-text[type]::-webkit-input-placeholder{
    color: #888;
}
.ovic-newsletter.style-16 .input-text[type]:-moz-placeholder{
    color: #888;
}
.ovic-newsletter.style-16 .input-text[type]::-moz-placeholder{
    color: #888;
}
.ovic-newsletter.style-16 .input-text[type]:-ms-input-placeholder{
    color: #888;
}
.ovic-newsletter.style-16 .input-focus{
    border-color: transparent;
}
.ovic-newsletter.style-16 .submit-newsletter{
    padding: 13px 36px;
}
/* style-17 */
.ovic-newsletter.style-17 .inner{
    color: inherit;
    padding: 44px 59px 45px 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.ovic-newsletter.style-17 .icon{
    color: #fff;
}
.ovic-newsletter.style-17 .head{
    color: #fff;
}
.ovic-newsletter.style-17 .title{
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
}
.ovic-newsletter.style-17 .desc{
    font-size: 16px;
}
.ovic-newsletter.style-17 .mc4wp-form-fields{
    padding: 0;
}
.ovic-newsletter.style-17 .text-field{
    background-color: #fff;
}
.ovic-newsletter.style-17 .input-text[type]{
    padding: 11px 20px 11px 28px;
    height: 46px;
}
.ovic-newsletter.style-17 .input-focus{
    border: none;
}
.ovic-newsletter.style-17 .submit-newsletter{
    padding: 11px 28px;
}
/* style-18 */
.ovic-newsletter.style-18 .title{
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 10px;
}
.ovic-newsletter.style-18 .desc{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}
.ovic-newsletter.style-18 .text-field{
    border-radius: 4px 0 0 4px;
}
.ovic-newsletter.style-18 .input-text[type]{
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 16px 20px;
    height: 56px;
}
.ovic-newsletter.style-18 .input-focus{
    border-color: transparent;
}
.ovic-newsletter.style-18 .submit-newsletter{
    font-size: 15px;
    padding: 16px 36px;
    border-radius: 0 4px 4px 0;
}
/* style-19 */
.ovic-newsletter.style-19 .title{
    font-size: 18px;
    line-height: 26px;
}
.ovic-newsletter.style-19 .mc4wp-form-fields{
    width: 280px;
    max-width: 100%;
}
.ovic-newsletter.style-19 .text-field{
    border-radius: 90px !important;
}
.ovic-newsletter.style-19 .input-text[type]{
    padding: 11px 84px 11px 24px;
    height: 46px;
}
.ovic-newsletter.style-19 .input-focus{
    border-width: 2px;
}
.ovic-newsletter.style-19 .submit-newsletter{
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
    padding: 9px 8px 9px 0;
    width: 60px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background-color: transparent;
    font-weight: 400;
    box-shadow: 2px 0 #e6e6e6 inset;
    text-decoration: none;
}
.ovic-newsletter.style-19 .submit-newsletter::before{
    font-family: main-icon, sans-serif;
    content: '\e942';
    font-size: 20px;
    line-height: 24px;
}
/* style-20 */
.ovic-newsletter.style-20 .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.ovic-newsletter.style-20 .desc{
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 8px;
}
.ovic-newsletter.style-20 .text-field{
    color: #fff;
    background-color: transparent;
    position: static;
}
.ovic-newsletter.style-20 .input-text[type]{
    font-size: 15px;
    padding-left: 0;
}
.ovic-newsletter.style-20 .input-focus{
    border-width: 0 0 2px 0;
}
.ovic-newsletter.style-20 .submit-newsletter{
    font-size: 15px;
    letter-spacing: 0.1em;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
/* style-21 */
.ovic-newsletter.style-21 .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
    margin-bottom: 26px;
}
.ovic-newsletter.style-21 .desc{
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 -1px 33px;
}
.ovic-newsletter.style-21 .text-field{
    border-radius: 4px;
}
.ovic-newsletter.style-21 .input-focus{
    border-width: 1px;
    border-color: transparent;
}
.ovic-newsletter.style-21 .submit-newsletter{
    font-size: 15px;
    text-transform: none;
    letter-spacing: -.01em;
    border-radius: 4px;
    margin-left: 5px;
    padding: 10px 30px;
}
@media (min-width: 768px){
    .ovic-newsletter.style-01 .inner{
        display: table;
        width: 100%;
    }
    .ovic-newsletter.style-01 .inner > *{
        display: table-cell;
        vertical-align: middle;
    }
    .ovic-newsletter.style-01 .inner > *:not(:last-child){
        padding-right: 10px;
    }
    .ovic-newsletter.style-01 .inner > *:not(:first-child){
        padding-left: 10px;
    }
    .ovic-newsletter.style-01 .icon{
        width: 50px;
        padding-right: 5px;
    }
    .ovic-newsletter.style-01 .title{
        width: 120px;
    }
    .ovic-newsletter.style-01 .title ~ .desc{
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .ovic-newsletter.style-01 .desc{
        width: 250px;
    }
    .ovic-newsletter.style-11 .icon{
        padding-top: 9px;
    }
    .ovic-newsletter.style-12 .icon{
        padding-top: 6px;
    }
    .ovic-newsletter.style-17 .mc4wp-form-fields{
        width: 330px;
    }
}
@media (min-width: 992px){
    .ovic-newsletter.style-17 .mc4wp-form-fields{
        width: 430px;
    }
}
@media (max-width: 1499px){
    .ovic-newsletter.style-05 .inner{
        padding-left: 40px;
        padding-right: 40px;
    }
    .ovic-newsletter.style-12.style-07 .inner,
    .ovic-newsletter.style-11.style-07 .inner{
        padding-left: 30px;
        padding-right: 30px;
    }
    .ovic-newsletter.style-16 .inner{
        padding: 50px;
    }
    .ovic-newsletter.style-16 .title{
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 9px;
    }
    .ovic-newsletter.style-16 .desc{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 17px;
    }
}
@media (max-width: 1199px){
    .ovic-newsletter.style-07 .mc4wp-form-fields{
        width: 400px;
    }
    .ovic-newsletter.style-17 .inner{
        padding-left: 30px;
        padding-right: 30px;
    }
    .ovic-newsletter.style-21 .title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 13px;
    }
    .ovic-newsletter.style-21 .desc{
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-07 .mc4wp-form-fields{
        width: 280px;
    }
    .ovic-newsletter.style-07 .icon{
        margin-right: 20px;
    }
    .ovic-newsletter.style-07 .head{
        margin-right: 20px;
    }
    .ovic-newsletter.style-12.style-07 .inner,
    .ovic-newsletter.style-11.style-07 .inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ovic-newsletter.style-12 .mc4wp-form-fields,
    .ovic-newsletter.style-11 .mc4wp-form-fields{
        width: 330px;
    }
    .ovic-newsletter.style-18 .desc{
        margin-bottom: 30px;
    }
    .ovic-newsletter.style-17 .inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ovic-newsletter.style-17 .title{
        font-size: 36px;
        line-height: 42px;
    }
    .ovic-newsletter.style-17 .desc{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-01 .inner{
        text-align: center;
    }
    .ovic-newsletter.style-01 .icon,
    .ovic-newsletter.style-01 figure{
        display: inline;
        vertical-align: middle;
    }
    .ovic-newsletter.style-01 .title{
        display: inline;
        vertical-align: middle;
        margin-left: 5px;
    }
    .ovic-newsletter.style-01 .content{
        margin-top: 15px;
    }
    .ovic-newsletter.style-04 .title{
        font-size: 36px;
        margin-bottom: 8px;
    }
    .ovic-newsletter.style-04 .desc{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .ovic-newsletter.style-05 .title{
        font-size: 32px;
        line-height: 42px;
    }
    .ovic-newsletter.style-06 .title{
        font-size: 50px;
        line-height: 60px;
    }
    .ovic-newsletter.style-07 .inner{
        display: block;
    }
    .ovic-newsletter.style-07 .icon{
        margin: 0 0 5px;
    }
    .ovic-newsletter.style-07 .head{
        width: auto;
        margin: 0 0 10px;
    }
    .ovic-newsletter.style-07 .mc4wp-form-fields{
        width: 100%;
    }
    .ovic-newsletter.style-09 .icon{
        margin-bottom: 31px;
    }
    .ovic-newsletter.style-09 .title{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .ovic-newsletter.style-09 .desc{
        line-height: 30px;
        margin-bottom: 25px;
    }
    .ovic-newsletter.style-18 .title{
        margin-bottom: 7px;
    }
    .ovic-newsletter.style-18 .desc{
        margin-bottom: 20px;
    }
    .ovic-newsletter.style-17 .inner{
        background-size: auto 100%;
    }
    .ovic-newsletter.style-20 .desc{
        font-size: 14px;
        line-height: 24px;
    }
    .ovic-newsletter.style-21 .title{
        font-size: 15px;
        line-height: 20px;
    }
    .ovic-newsletter.style-21 .desc{
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .ovic-newsletter.style-21 .submit-newsletter{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 479px){
    .ovic-newsletter.style-04 .input-text[type]{
        padding: 10px 20px;
        height: 44px;
    }
    .ovic-newsletter.style-04 .submit-newsletter{
        padding: 10px 20px;
    }
    .ovic-newsletter.style-05 .inner{
        padding: 30px 20px 40px;
    }
    .ovic-newsletter.style-05 .desc{
        margin-bottom: 17px;
    }
    .ovic-newsletter.style-05 .mc4wp-form-fields{
        display: block;
    }
    .ovic-newsletter.style-05 .text-field{
        width: 100%;
    }
    .ovic-newsletter.style-05 .submit-newsletter{
        margin: 20px 0 0;
        width: 100%;
    }
    .ovic-newsletter.style-05 .inner{
        padding: 40px 20px 50px;
    }
    .ovic-newsletter.style-05 .inner{
        padding: 40px 20px 50px;
    }
    .ovic-newsletter.style-07 .title{
        font-size: 26px;
        line-height: 32px;
    }
    .ovic-newsletter.style-11 .title{
        font-size: 28px;
    }
    .ovic-newsletter.style-12 .mc4wp-form-fields,
    .ovic-newsletter.style-11 .mc4wp-form-fields{
        display: block;
    }
    .ovic-newsletter.style-11 .text-field{
        width: 100%;
        margin-top: 5px;
        border-radius: 90px;
    }
    .ovic-newsletter.style-11 .submit-newsletter{
        width: 100%;
        margin-top: 15px;
        border-radius: 90px;
    }
    .ovic-newsletter.style-12 .input-text[type],
    .ovic-newsletter.style-11 .input-text[type]{
        padding-left: 20px;
        padding-right: 20px;
    }
    .ovic-newsletter.style-12 .text-field{
        width: 100%;
        margin-top: 5px;
    }
    .ovic-newsletter.style-12 .submit-newsletter{
        width: 100%;
        margin-top: 15px;
    }
    .ovic-newsletter.style-13 .input-text[type]{
        padding: 10px 20px;
        height: 44px;
    }
    .ovic-newsletter.style-13 .submit-newsletter{
        font-size: 14px;
        padding: 10px 20px;
    }
    .ovic-newsletter.style-16 .inner{
        padding: 50px 20px;
    }
    .ovic-newsletter.style-16 .title{
        font-size: 30px;
        line-height: 40px;
    }
    .ovic-newsletter.style-16 .desc{
        font-size: 15px;
        line-height: 25px;
    }
    .ovic-newsletter.style-16 .mc4wp-form-fields{
        display: block;
    }
    .ovic-newsletter.style-16 .text-field{
        width: 100%;
    }
    .ovic-newsletter.style-16 .input-text[type]{
        padding: 10px 20px;
        height: 44px;
    }
    .ovic-newsletter.style-16 .submit-newsletter{
        width: 100%;
        padding: 10px 25px;
        margin-top: 15px;
    }
    .ovic-newsletter.style-17 .mc4wp-form-fields{
        display: block;
    }
    .ovic-newsletter.style-17 .text-field{
        width: 100%;
    }
    .ovic-newsletter.style-17 .submit-newsletter{
        width: 100%;
        margin-top: 15px;
    }
    .ovic-newsletter.style-18 .desc{
        font-size: 15px;
        line-height: 28px;
    }
    .ovic-newsletter.style-18 .mc4wp-form-fields{
        display: block;
    }
    .ovic-newsletter.style-18 .text-field{
        width: 100%;
        border-radius: 4px;
    }
    .ovic-newsletter.style-18 .input-text[type]{
        font-size: 15px;
        padding: 10px 20px;
        height: 44px;
    }
    .ovic-newsletter.style-18 .submit-newsletter{
        font-size: 14px;
        padding: 10px 20px;
        width: 100%;
        border-radius: 4px;
        margin-top: 15px;
    }
}
/*----- BANNER SLIDE -----*/
.ovic-slidebanner.style-01 .slick-dots li{
    border: none;
}
/*----- BANNER BESTSELL -----*/
.ovic-banner-bestseller{
    text-align: center;
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}
.ovic-banner-bestseller .title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.ovic-banner-bestseller .content{
    text-align: inherit;
    margin: 0;
}
.ovic-banner-bestseller .content th{
    vertical-align: top;
    width: 50%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 10px;
    border: none;
    text-align: inherit;
    margin: 0;
}
.ovic-banner-bestseller .content td{
    vertical-align: top;
    width: 50%;
    padding: 7px 10px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    text-align: inherit;
    margin: 0;
}
.ovic-banner-bestseller .content .desc td{
    padding: 6px 10px;
    border-top-width: 0;
}
.ovic-banner-bestseller .elementor-open-lightbox{
    margin-top: 6px;
}
.ovic-banner-bestseller .elementor-open-lightbox img{
    margin: auto;
}
.ovic-banner-bestseller .elementor-custom-embed-play i{
    font-size: 60px;
}
.ovic-banner-bestseller .options{
    padding: 15px 10px 0;
    border: 3px solid #acbde2;
    border-radius: 32px;
    margin-top: 20px;
}
.ovic-banner-bestseller .options ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-banner-bestseller .options ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.ovic-banner-bestseller .options figure{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
    border-radius: 90px;
    overflow: hidden;
}
.ovic-banner-bestseller .button{
    min-width: 235px;
    padding: 13px 15px;
    margin: 6px 0 -28px;
}
@media (max-width: 479px){
    .ovic-banner-bestseller{
        padding: 10px 10px 0;
    }
    .ovic-banner-bestseller .content th,
    .ovic-banner-bestseller .content td{
        padding-left: 5px;
        padding-right: 5px;
    }
    .ovic-banner-bestseller .options br{
        display: none;
    }
}
/*----- PROGRESS -----*/
/* style- */
/*----- NETWORK -----*/
.ovic-social-network{
    position: relative;
}
.ovic-social-network .widget .widget-title{
    margin-bottom: 30px;
}
.ovic-social-network .content-social-network{
    text-align: center;
}
.ovic-social-network .social-network a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.ovic-social-network .social-network a:not(:hover)::after{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
}
.ovic-social-network .social-network a::after{
    position: absolute;
    content: '+';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* style-02 */
.ovic-social-network.style-02 a::after{
    display: none;
}
.ovic-social-network.style-02 a: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);
}
.ovic-social-network.style-02 img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-social-network.style-02 a:not(:hover) .title{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ovic-social-network.style-02 .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-social-network.style-02 .title::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f16d";
    font-size: 20px;
    margin-right: 7px;
}
/* style-03 */
.ovic-social-network.style-03 a{
    width: 242px;
    max-width: 100%;
    border-radius: 900px;
    color: #fff;
    text-align: center;
}
.ovic-social-network.style-03 a::after{
    content: '';
    opacity: 0.7;
    border-radius: inherit;
}
.ovic-social-network.style-03 a:not(:hover) .title{
    opacity: 0;
}
.ovic-social-network.style-03 .title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-social-network.style-03 .title::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f16d";
    margin-right: 6px;
}
.ovic-social-network.style-03 .content-social-network:not(.slick-slider){
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.ovic-social-network.style-03 .content-social-network:not(.slick-slider) > *{
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* style-04 */
.ovic-social-network.style-04:hover .widget .widget-title{
    opacity: 0;
    visibility: hidden;
}
.ovic-social-network.style-04 .widget .widget-title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 55px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}
.ovic-social-network.style-04 .social-network a::after{
    display: none;
}
.ovic-social-network.style-04 .social-network a: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);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-social-network.style-04 .social-network a img{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
@media (min-width: 992px){
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > *{
        width: calc(25% - 30px);
        height: 330px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n-6){
        align-items: flex-start;
        justify-content: flex-start;
        padding: 7px 0 0 0;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n-5){
        align-items: flex-end;
        justify-content: flex-start;
        padding: 0 0 0 19px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n-4){
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 0 0 19px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n-3){
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0 0 30px 0;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n-2){
        align-items: flex-start;
        justify-content: flex-end;
        width: calc(33.33333333% - 30px);
        height: 268px;
        padding: 0 50px 0 0;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n-1){
        align-items: flex-end;
        width: calc(33.33333333% - 30px);
        height: 268px;
        padding: 0 0 0 30px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n){
        align-items: flex-start;
        justify-content: flex-start;
        width: calc(33.33333333% - 30px);
        height: 268px;
        padding: 0 0 0 22px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(7n) a{
        margin-top: -7px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > *{
        width: calc(33.33333333% - 30px);
        height: 230px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(5n-4){
        align-items: flex-start;
        justify-content: flex-start;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(5n-3){
        align-items: flex-end;
        justify-content: flex-end;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(5n-2){
        align-items: flex-start;
        justify-content: flex-end;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(5n-1){
        align-items: flex-start;
        width: calc(50% - 30px);
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(5n){
        align-items: flex-end;
        justify-content: flex-start;
        width: calc(50% - 30px);
    }
}
@media (max-width: 1199px){
    .ovic-social-network.style-03 a{
        width: 212px;
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(n){
        padding-left: 0;
        padding-right: 0;
    }
    .ovic-social-network.style-04 .widget .widget-title{
        font-size: 18px;
        line-height: 26px;
        padding: 4px 35px;
        height: 60px;
    }
}
@media (max-width: 991px){
    .ovic-social-network.style-03 a{
        width: 182px;
    }
}
@media (max-width: 767px){
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > *{
        width: calc(50% - 30px);
    }
    .ovic-social-network.style-03 .content-social-network:not(.slick-slider) > :nth-child(3n){
        margin: 0 calc(25% + 15px);
    }
    .ovic-social-network.style-04 .widget .widget-title{
        font-size: 15px;
        line-height: 22px;
        padding: 3px 25px;
        height: 50px;
    }
}
/*----- DEALS -----*/
.armania-countdown{
    margin: 0 -9px;
}
.armania-countdown > *{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 25px;
    position: relative;
    text-align: center;
    margin: 0 9px;
}
.armania-countdown > *:not(:last-child)::after{
    position: absolute;
    content: ':';
    top: -3px;
    right: -12px;
    padding: 12px 0;
}
.armania-countdown .number{
    display: block;
    min-width: 49px;
    padding: 12px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
}
.armania-countdown .text{
    display: block;
    font-size: 14px;
    line-height: 18px;
}
/* style-01 */
.ovic-deal.style-01 .head .title{
    width: 300px;
    max-width: calc(100% - 30px);
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    background-color: #ff1212;
    padding: 10px 20px;
    border-radius: 0 0 15px 0;
    margin: 0;
}
.ovic-deal.style-01 .head .armania-countdown-wrapper{
    padding: 10px 0 7px 40px;
    color: #fff;
}
.ovic-deal.style-01 .head .armania-countdown .number{
    color: inherit;
    background-color: transparent;
    border-radius: 90px;
    box-shadow: 0 0 0 2px #fff inset;
}
.ovic-deal.style-01 .head .armania-countdown .text{
    color: #fff;
}
.ovic-deal.style-01 .head .desc{
    padding: 6px 0 6px 35px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.ovic-deal.style-01 .head .desc p{
    margin: 0;
}
.ovic-deal.style-01 .head .desc strong{
    font-size: 36px;
    font-weight: 700;
    color: #f40909;
}
.ovic-deal.style-01 .head .button-wrap{
    padding: 10px 0 10px 30px;
}
.ovic-deal.style-01 .head .button{
    padding: 8px 20px;
    background-color: #fff;
}
/* style-02 */
.ovic-deal.style-02{
    padding: 16px 0 61px 25px;
}
.ovic-deal.style-02 .head{
    float: left;
    width: 300px;
    max-width: 100%;
    margin-right: 30px;
}
.ovic-deal.style-02 .head .title{
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 49px;
}
.ovic-deal.style-02 .head .desc{
    font-size: 14px;
    line-height: 18px;
    color: #333e48;
    display: flex;
    margin-bottom: 18px;
}
.ovic-deal.style-02 .head .desc .icon{
    font-size: 30px;
    line-height: 36px;
    margin-right: 10px;
}
.ovic-deal.style-02 .head .armania-countdown{
    text-align: center;
    padding: 17px 0 9px;
    margin: 0 -17px 0 -7px;
    background-color: #333e48;
    border-radius: 90px;
}
.ovic-deal.style-02 .head .armania-countdown > *:not(:last-child)::after{
    color: #fff;
}
.ovic-deal.style-02 .head .armania-countdown .number{
    box-shadow: none;
    border-radius: 90px;
}
.ovic-deal.style-02 .head .armania-countdown .text{
    color: #fff;
}
.ovic-deal.style-02 .ovic-products{
    display: inline-block;
    vertical-align: top;
    width: 930px;
    max-width: calc(100% - 330px);
    margin-top: 66px;
}
/* style-03 */
.ovic-deal.style-03 .ovic-title.style-01 .title{
    font-size: 24px;
    background-color: #ff1212;
    color: #fff;
}
.ovic-deal.style-03 .armania-countdown .number{
    border-radius: 90px;
}
/* style-04 */
.ovic-deal.style-04 .inner{
    display: flex;
    align-items: center;
    padding: 30px 30px 37px;
    border: 3px solid;
}
.ovic-deal.style-04 .head{
    width: 414px;
    padding-right: 30px;
}
.ovic-deal.style-04 .head .title{
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 4px;
}
.ovic-deal.style-04 .head .desc{
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 35px;
}
.ovic-deal.style-04 .armania-countdown{
    margin: -4px -2px 0;
}
.ovic-deal.style-04 .armania-countdown > *{
    font-size: 24px;
    line-height: 30px;
    margin: 4px 2px 0;
}
.ovic-deal.style-04 .armania-countdown > *:not(:last-child)::after{
    display: none;
}
.ovic-deal.style-04 .armania-countdown .number{
    display: block;
    min-width: 70px;
    padding: 20px 10px;
    background-color: #f2f2f2;
    border-radius: 90px;
    box-shadow: none;
}
.ovic-deal.style-04 .armania-countdown .text{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #888;
}
.ovic-deal.style-04 .head .button{
    text-transform: none;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 35px;
}
.ovic-deal.style-04 .ovic-products{
    flex: 1 1 auto;
    width: 1%;
}
/* style-05 */
.ovic-deal.style-05 .armania-countdown-wrapper{
    padding: 8px 25px 8px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 25px;
}
.ovic-deal.style-05 .armania-countdown-wrapper > .text{
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
}
.ovic-deal.style-05 .armania-countdown-wrapper > .text::before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAMAAAD+iNU2AAAAM1BMVEUAAAAiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLt77U1AAAAEHRSTlMAQO8Qn4Ag32Awj1Bwz7+vryOCSwAAAHBJREFUCNdVzVcOwzAMA1BqWF4ZvP9pWw+kDX+kBwgUdqrtJSpQTpLqMSwqF+8i0jLLMKnyHQFzluUKMAFwjWGqLZs2rCzD89uJj097WXS0tucednUgO/5zUOawxcL5LlRTAP3mvjbnSO6/Mjl6ndsH5j8DpU5DyBoAAAAASUVORK5CYII=');
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 -2px;
}
.ovic-deal.style-05 .armania-countdown{
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
    margin: 0 0 0 10px;
}
.ovic-deal.style-05 .armania-countdown > *{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.ovic-deal.style-05 .armania-countdown > *:not(:last-child)::after{
    display: inline-block;
    vertical-align: top;
    position: static;
    padding: 0;
    margin: 0 3px 0 4px;
}
.ovic-deal.style-05 .armania-countdown .number{
    display: inline-block;
    vertical-align: top;
    min-width: inherit;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.ovic-deal.style-05 .armania-countdown .text{
    display: none;
}
@media (min-width: 992px){
    .ovic-deal.style-01 .head{
        display: flex;
        padding-right: 20px;
        min-height: 84px;
    }
    .ovic-deal.style-01 .head > *{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ovic-deal.style-01 .head .desc{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .ovic-deal.style-01 .head{
        padding-right: 15px;
    }
    .ovic-deal.style-01 .head .title{
        width: auto;
        padding: 10px 15px;
    }
    .ovic-deal.style-01 .head .armania-countdown-wrapper{
        padding-left: 20px;
    }
    .ovic-deal.style-01 .head .desc{
        padding-left: 20px;
    }
    .ovic-deal.style-01 .head .button-wrap{
        padding-left: 20px;
    }
}
@media (max-width: 1499px){
    .ovic-deal.style-04 .head{
        width: 384px;
    }
}
@media (max-width: 1199px){
    .ovic-deal.style-04 .head{
        width: 334px;
    }
}
@media (max-width: 991px){
    .ovic-deal.style-01 .head{
        padding: 0 0 15px;
    }
    .ovic-deal.style-01 .head .armania-countdown-wrapper{
        padding: 15px 15px 0;
    }
    .ovic-deal.style-01 .head .desc{
        padding: 5px 15px 0;
    }
    .ovic-deal.style-01 .head .button-wrap{
        padding: 10px 15px 0;
    }
}
@media (max-width: 767px){
    .ovic-deal.style-02{
        padding: 20px 0 30px;
    }
    .ovic-deal.style-02 .head{
        margin-right: 0;
    }
    .ovic-deal.style-02 .head .title{
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 8px;
    }
    .ovic-deal.style-02 .head .desc{
        margin-bottom: 14px;
    }
    .ovic-deal.style-02 .ovic-products{
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .ovic-deal.style-04 .inner{
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ovic-deal.style-04 .head{
        width: auto;
        padding: 0 0 30px;
    }
    .ovic-deal.style-04 .ovic-products{
        width: auto;
    }
    .ovic-deal.style-04 .head .desc{
        margin-bottom: 20px;
    }
    .ovic-deal.style-04 .head .button{
        margin-top: 20px;
    }
    .ovic-deal.style-05 .armania-countdown-wrapper{
        margin: 10px 0 0;
    }
}
@media (max-width: 479px){
    .ovic-deal.style-02 .head .armania-countdown{
        margin: 0 -10px;
    }
    .ovic-deal.style-04 .armania-countdown > *{
        font-size: 20px;
        line-height: 26px;
    }
    .ovic-deal.style-04 .armania-countdown .number{
        min-width: 58px;
        padding: 16px 6px;
    }
    .ovic-deal.style-04 .head .button{
        padding: 8px 25px;
        font-size: 13px;
    }
}
/*----- VIDEO -----*/
.ovic-video .wp-video{
    overflow: hidden;
}
/* style- */
/*----- HOT CATEGORY -----*/
/* style-01 */
.ovic-hotcategory.style-01 .hotcategory-item{
    padding: 20px 10px 20px 40px;
    overflow: hidden;
}
.ovic-hotcategory.style-01 .hotcategory-item .content{
    float: left;
    width: 39%;
    padding-right: 10px;
}
.ovic-hotcategory.style-01 .hotcategory-item .thumb{
    float: left;
    width: 61%;
}
.ovic-hotcategory.style-01 .hotcategory-item .thumb img{
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-hotcategory.style-01 .hotcategory-item:hover .thumb 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);
}
.ovic-hotcategory.style-01 .hotcategory-item .title{
    font-size: 18px;
    line-height: 24px;
    margin: -5px 0 11px;
}
.ovic-hotcategory.style-01 .hotcategory-item .list{
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.ovic-hotcategory.style-01 .hotcategory-item .list li{
    display: block;
    padding: 5px 0;
}
.ovic-hotcategory.style-01 .hotcategory-item .list li a:not(:hover){
    color: inherit;
}
.ovic-hotcategory.style-01 .hotcategory-item .button{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 21px;
    color: inherit;
}
.ovic-hotcategory.style-01 .hotcategory-item .button::before{
    font-family: FontAwesome, sans-serif;
    content: "\f178";
}
@media (max-width: 1499px){
    .ovic-hotcategory.style-01 .hotcategory-item{
        padding-left: 20px;
    }
    .ovic-hotcategory.style-01 .hotcategory-item .content{
        width: 45%;
    }
    .ovic-hotcategory.style-01 .hotcategory-item .thumb{
        width: 55%;
    }
}
@media (max-width: 479px){
    .ovic-hotcategory.style-01 .hotcategory-item{
        padding-left: 10px;
    }
    .ovic-hotcategory.style-01 .hotcategory-item .content,
    .ovic-hotcategory.style-01 .hotcategory-item .thumb{
        width: 50%;
    }
}
/*----- OVIC SLIDE -----*/
.ovic-slide .slide-item{
    text-align: center;
}
.ovic-slide .slide-item .link{
    display: block;
    position: relative;
    text-decoration: none;
}
.ovic-slide .slide-item .icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ovic-slide .slide-item .icon.type-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-slide .slide-item .icon > *{
    margin: auto;
}
.ovic-slide .slide-item .title{
    display: inline-block;
    vertical-align: top;
}
.ovic-slide .slide-item .link:hover .title{
    text-decoration: underline;
}
/* style-01 */
.ovic-slide.style-01 .slick-slider{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-slide.style-01 .slick-track > .slide-item,
.ovic-slide.style-01 .row-item:first-child > .slide-item{
    border-top-width: 0;
}
.ovic-slide.style-01 .slide-item{
    border: 1px solid #e6e6e6;
}
.ovic-slide.style-01 .slide-item .link{
    padding: 19px 15px 16px;
    text-decoration: none;
}
.ovic-slide.style-01 .slide-item .link:hover::before{
    position: absolute;
    content: '';
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-top: 3px solid;
}
.ovic-slide.style-01 .slide-item .title{
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.ovic-slide.style-01 .slide-item .icon > *{
    max-width: 35px;
}
/* style-02 */
.ovic-slide.style-01 .slide-item .title{
    display: block;
    font-size: 14px;
    line-height: 18px;
}
/* style-03 */
.ovic-slide.style-03{
    display: flex;
}
.ovic-slide.style-03 .ovic-title.style-01{
    width: 240px;
    background-color: transparent;
}
.ovic-slide.style-03 .ovic-title.style-01 .title{
    padding: 11px 20px;
}
.ovic-slide.style-03 .slick-slider{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-slide.style-03 .slick-list{
    padding: 6px 0;
    margin: -6px 0;
}
.ovic-slide.style-03 .slide-item .link{
    background-color: #fff;
    border-radius: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin: 6px 0 6px 20px;
    overflow: visible;
}
.ovic-slide.style-03 .slide-item .icon{
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: calc(100% - 40px);
    width: 60px;
    display: flex;
    align-items: center;
}
.ovic-slide.style-03 .slide-item .icon > *{
    margin-right: 0;
}
.ovic-slide.style-03 .slide-item .title{
    font-size: 14px;
    line-height: 14px;
    padding-left: 8px;
    text-align: left;
}
/* style-04 */
.ovic-slide.style-04 .slide-item{
    border: 1px solid #e6e6e6;
}
.ovic-slide.style-04 .slide-item .link{
    padding: 13px 10px;
}
/* style-05 */
.ovic-slide.style-05 .slide-item .link{
    padding: 62px 15px 48px;
}
.ovic-slide.style-05 .slide-item .link:not(:hover)::before{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
}
.ovic-slide.style-05 .slide-item .link::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.ovic-slide.style-05 .slide-item .icon{
    font-size: 70px;
    line-height: 70px;
}
.ovic-slide.style-05 .slide-item .icon > *{
    max-width: 100px;
    max-height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-slide.style-05 .slide-item .title{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* style-06 */
.ovic-slide.style-06 .slide-item .link{
    width: 230px;
    height: 230px;
    max-width: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    color: #fff !important;
}
.ovic-slide.style-06 .slide-item .link:hover .icon{
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}
.ovic-slide.style-06 .slide-item .icon{
    font-size: 71px;
    line-height: 71px;
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
}
.ovic-slide.style-06 .slide-item .icon svg{
    fill: #fff;
}
.ovic-slide.style-06 .slide-item .title{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    margin-top: 17px;
}
/* style-07 */
.ovic-slide.style-07 .icon{
    width: 126px;
    height: 126px !important;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff inset;
    position: relative;
    margin: 0 auto;
}
.ovic-slide.style-07 .icon::before{
    position: absolute;
    content: '';
    top: 13px;
    bottom: 13px;
    left: 13px;
    right: 13px;
    border-radius: inherit;
    background-color: #fff;
    z-index: -1;
}
.ovic-slide.style-07 .icon > *{
    font-size: 46px;
    line-height: 46px;
    max-width: 46px;
    max-height: 46px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-slide.style-07 .link:hover .icon > *{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ovic-slide.style-07 .title{
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
}
@media (min-width: 1200px){
    .ovic-slide.style-05 .slick-slider .slick-arrow{
        width: 50px;
        font-size: 34px;
        line-height: 50px;
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.prev{
        top: calc(50% - 25px);
        left: -50px;
        text-align: left;
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.next{
        top: calc(50% - 25px);
        right: -50px;
        text-align: right;
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.prev::before{
        content: '\e935';
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.next::before{
        content: '\e936';
    }
}
@media (max-width: 767px){
    .ovic-slide.style-03{
        display: block;
    }
    .ovic-slide.style-03 .slick-slider{
        width: auto;
    }
}
/*----- KEYWORD -----*/
.ovic-keyword{
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0;
}
.ovic-keyword .title{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    margin: 0 5px 0 0;
}
.ovic-keyword ul{
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-keyword li{
    display: inline-block;
    vertical-align: top;
}
.ovic-keyword li:not(:last-child)::after{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 14px;
    border-right: 1px solid;
    margin: 2px 8px;
}
.ovic-keyword li a{
    display: inline-block;
    vertical-align: top;
}
.ovic-keyword li a:not(:hover){
    color: inherit;
}
/*----- CONTAINER -----*/
/* style- */
/*----- BUTTON -----*/
/* style- */
/*==========================================================================
BLOG
===========================================================================*/
.page-title{
    font-size: 40px;
    line-height: 50px;
    padding: 60px 0 0;
    margin: 0;
}
.page-head{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    position: relative;
    padding: 50px 0;
    background-color: #ccc;
}
.page-head .container > *{
    position: relative;
}
.page-head .page-title{
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    padding: 10px 0;
}
@media (max-width: 767px){
    .page-title{
        font-size: 30px;
        line-height: 40px;
        padding-top: 40px;
    }
    .page-head{
        padding: 30px 0;
    }
    .page-head .page-title{
        font-size: 38px;
        line-height: 50px;
    }
}
/*----- ELEMENT -----*/
.footer-post::before,
.footer-post::after,
.post-page .site-main > .post-item::before,
.post-page .site-main > .post-item::after,
.post-info::before,
.post-info::after,
.post-inner::before,
.post-inner::after{
    content: '';
    display: table;
    clear: both;
}
.post-inner{
    position: relative;
}
.thumb-wrap{
    position: relative;
}
.post-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.post-thumb .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.post-thumb .thumb-link img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-inner:hover .thumb-link 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);
}
.cat-list{
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 0;
}
.cat-list > *{
    display: inline-block;
    vertical-align: top;
    font-size: inherit !important;
}
.cat-list a:not(:hover){
    color: inherit;
}
.cat-list > span{
    margin-right: 3px;
}
.tag-list .title{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin: 0 5px 0 0;
}
.tag-list .tagcloud{
    display: inline-block;
    vertical-align: top;
}
.post-title{
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0 0;
}
.post-title:first-child{
    margin-top: 13px;
}
.post-title a:not(:hover),
.post-author a:not(:hover),
.post-date a:not(:hover){
    color: inherit;
}
.post-excerpt{
    margin: 12px 0 0;
}
.post-content{
    margin: 23px 0 0;
}
.post-content > *:last-child{
    margin-bottom: 0;
}
.post-readmore{
    font-size: 0;
    line-height: 0;
    margin-top: 22px;
}
.post-inner .post-readmore .button{
    letter-spacing: 0;
    text-decoration: none;
}
.post-inner .post-readmore .button:not(:hover){
    color: inherit;
    background-color: #dedede;
}
.post-author{
    text-transform: capitalize;
}
.posted{
    text-transform: capitalize;
}
.post-meta{
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin: 22px -10px 0;
}
.post-meta > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.post-meta a:hover{
    text-decoration: none;
}
.post-meta a:not(:hover){
    color: inherit;
}
.armania-share-socials{
    font-size: 14px;
    line-height: 20px;
}
.armania-share-socials > .inner{
    padding: 5px 0;
    margin: 0 -6px;
}
.armania-share-socials a{
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    margin: 0 6px;
    text-decoration: none;
}
.armania-share-socials a:hover{
    opacity: 0.7;
}
.armania-share-socials a .icon{
    display: inline-block;
    vertical-align: top;
}
.armania-share-socials a .text{
    display: none;
    margin-left: 3px;
}
.armania-share-socials a.facebook{
    color: #8f79ed;
}
.armania-share-socials a.twitter{
    color: #79c8ed;
}
.armania-share-socials a.pinterest{
    color: #eb8277;
}
.share-list > .title{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
}
.share-list .armania-share-socials{
    display: inline-block;
    vertical-align: top;
}
.share-post{
    position: relative;
}
.share-post .armania-share-socials{
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 10;
}
.share-post .armania-share-socials .inner,
.share-post .armania-share-socials a{
    margin: 0;
}
.share-post:not(.open) .armania-share-socials{
    opacity: 0;
    visibility: hidden;
}
.footer-post{
    padding: 40px 0 50px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 60px;
}
.footer-post > *{
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.footer-post .share-list{
    float: right;
    margin-left: 30px;
}
.author-content{
    display: flex;
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin: 60px 0 0;
}
.author-content .avatar{
    border-radius: 50%;
    overflow: hidden;
}
.author-content .author-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 30px;
}
.author-content .name{
    font-size: 24px;
    line-height: 29px;
    margin: -7px 0 0;
}
.author-content .desc{
    margin: 9px 0 0;
}
.author-content .link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0 0;
}
.pagination-thumb:not(:first-child){
    margin-top: 40px;
}
.pagination-thumb{
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.pagination-thumb .other-post{
    flex: 1 1 auto;
}
.pagination-thumb .other-post:not(:last-child){
    padding-right: 15px;
}
.pagination-thumb .other-post:not(:first-child){
    padding-left: 15px;
}
.pagination-thumb .next{
    text-align: right;
}
.pagination-thumb .link{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    max-width: 100%;
}
.pagination-thumb .icon{
    float: left;
    width: 44px;
    font-size: 18px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin: 0 15px 0 0;
    text-align: center;
}
.pagination-thumb .next .icon{
    float: right;
    margin: 0 0 0 15px;
}
.pagination-thumb .prev .icon::before{
    font-family: FontAwesome, sans-serif;
    content: "\f177";
}
.pagination-thumb .next .icon::before{
    font-family: FontAwesome, sans-serif;
    content: "\f178";
}
.pagination-thumb .content{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 59px);
}
.pagination-thumb .content > *{
    display: block;
    padding: 1px 0;
}
@media (max-width: 479px){
    .author-content{
        display: block;
        padding: 15px;
    }
    .author-content .author-info{
        overflow: visible;
        padding: 15px 0 0;
        clear: both;
        width: auto;
    }
    .pagination-thumb .next .icon,
    .pagination-thumb .icon{
        margin: 0 0 10px;
    }
    .pagination-thumb .content{
        max-width: 100%;
    }
    .pagination-thumb .name{
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
    }
}
/*----- PAGE -----*/
.blog-page .blog-content > .post-item{
    margin-bottom: 30px;
}
.blog-page .blog-grid{
    display: flex;
    flex-wrap: wrap;
}
.blog-page .blog-grid::before,
.blog-page .blog-grid::after{
    display: block;
}
/* style-01 */
.post-item.style-01 .equal-elem::before,
.post-item.style-01 .equal-elem::after{
    display: table;
    content: '';
    clear: both;
}
.post-item.style-01 .post-inner{
    border: 1px solid #e6e6e6;
}
.post-item.style-01 .thumb-wrap{
    overflow: hidden;
}
.post-item.style-01 .post-info{
    padding: 13px 28px 30px;
    border-top: 1px solid #e6e6e6;
}
.post-item.style-01 .cat-list{
    position: relative;
    display: table;
    padding: 3px 17px;
    margin-top: -26px;
}
.post-item.style-01 .cat-list a{
    color: inherit;
}
.post-item.style-01 .post-title{
    margin-top: 25px;
}
.post-item.style-01 .post-meta{
    margin-top: 16px;
}
.blog-list > .post-item.style-01 .post-title{
    margin-top: 14px;
}
.blog-list > .post-item.style-01 .post-title:first-child{
    margin-top: 0;
}
.blog-list > .post-item.style-01 .post-meta{
    margin-top: 13px;
}
.blog-list > .post-item.style-01 .post-excerpt{
    margin-top: 11px;
}
@media (min-width: 768px){
    .blog-list > .post-item.style-01 .post-inner{
        display: flex;
    }
    .blog-list > .post-item.style-01 .thumb-wrap{
        width: 46%;
        max-width: 480px;
    }
    .blog-list > .post-item.style-01 .post-info{
        flex: 1 1 auto;
        width: 1%;
        padding-top: 15px;
        border-top: none;
        border-left: 1px solid #e6e6e6;
    }
    .blog-list > .post-item.style-01 .cat-list{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .post-item.style-01 .post-info{
        padding-left: 18px;
        padding-right: 18px;
    }
    .post-item.style-01 .post-title{
        margin-top: 14px;
    }
    .post-item.style-01 .post-meta{
        margin-top: 11px;
    }
    .post-excerpt{
        margin-top: 10px;
    }
    .post-readmore{
        margin-top: 13px;
    }
}
@media (max-width: 479px){
    .post-item.style-01 .equal-elem{
        height: auto !important;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog{
    position: relative;
}
/* style-01 */
.blog-item.style-01 .post-inner{
    padding: 15px;
}
.blog-item.style-01 .post-info{
    padding: 0 10px 19px;
}
/* style-02 */
.blog-item.style-02 .post-inner{
    display: flex;
}
.blog-item.style-02 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-left: 10px;
}
.blog-item.style-02 .post-title{
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
}
.blog-item.style-02 .post-meta{
    margin: 6px -6px 0;
}
.blog-item.style-02 .post-meta > *{
    margin: 0 6px;
}
.blog-item.style-02 .post-meta .post-date .icon{
    display: none;
}
/* style-03 */
.blog-item.style-03 .post-inner{
    text-align: center;
}
.blog-item.style-03 .post-info{
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 0 28px 27px;
    margin: -40px 40px 0;
}
.blog-item.style-03 .thumb-link{
    border-radius: 4px;
    overflow: hidden;
}
.blog-item.style-03 .cat-list{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 14px;
    margin-top: 20px;
}
.blog-item.style-03 .cat-list a{
    color: #fff;
}
.blog-item.style-03 .post-title{
    line-height: 30px;
    margin-top: 12px;
}
.blog-item.style-03 .post-meta{
    margin: 0;
    font-style: italic;
}
.blog-item.style-03 .post-meta > *{
    margin: 19px 0 0;
}
/* style-04 */
.blog-item.style-04 .post-info{
    background-color: #fff;
    margin: -30px 0 0 30px;
    position: relative;
    padding: 0 28px 27px;
}
.blog-item.style-04 .cat-list{
    font-weight: 700;
    text-transform: uppercase;
}
.blog-item.style-04 .post-title{
    line-height: 26px;
    margin-top: 15px;
}
.blog-item.style-04 .post-meta{
    margin: 13px -15px 0;
}
.blog-item.style-04 .post-meta > *{
    margin: 0 15px;
    position: relative;
}
.blog-item.style-04 .post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '|';
    top: 0;
    bottom: 0;
    right: -21px;
    color: #9b9b9b;
}
/* style-05 */
.blog-item.style-05 .post-inner{
    box-shadow: 0 0 0 1px #ebebeb inset;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}
.blog-item.style-05 .cat-list{
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 90px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    z-index: 1;
}
.blog-item.style-05 .post-info{
    padding: 0 40px 36px;
}
.blog-item.style-05 .post-meta{
    color: inherit;
    margin: 33px 0 0;
    font-style: italic;
}
.blog-item.style-05 .post-meta > *{
    margin: 0;
}
.blog-item.style-05 .post-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 19px;
}
.blog-item.style-05 .post-excerpt{
    font-size: 14px;
    line-height: 26px;
    margin-top: 9px;
}
.blog-item.style-05 .post-readmore{
    margin-top: 19px;
}
.blog-item.style-05 .post-readmore .button{
    background-color: transparent;
    padding: 0 8px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.blog-item.style-05 .post-readmore .button:not(:hover)::before{
    opacity: 0.3;
}
.blog-item.style-05 .post-readmore .button::before{
    position: absolute;
    content: '';
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: top 0.2s ease, bottom 0.2s ease;
    -moz-transition: top 0.2s ease, bottom 0.2s ease;
    -o-transition: top 0.2s ease, bottom 0.2s ease;
    transition: top 0.2s ease, bottom 0.2s ease;
    z-index: -1;
}
.blog-item.style-05 .post-inner:hover .post-readmore .button::before{
    top: -40%;
    bottom: -40%;
}
/* style-06 */
.blog-item.style-06 .post-inner{
    text-align: center;
}
.blog-item.style-06 .thumb-wrap{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.blog-item.style-06 .thumb-link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaQAAAFsCAMAAAC0KT3eAAAArlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8tivQqAAAAOXRSTlMA9fsX+OtNMCfXnggFSBOj4mLTbfC/kMpCAq+qaLR8XOfdNAztzotSKxsQuiEKxYFXOXeVhR4+mnIqmekiAAAMgElEQVR42uzdh3qiQBSG4QMiSiyAiA0bRo1rYu/3f2O7Me4ma2KiOAMH/d9b+B5hmCbt7kDRNwo9cznfOvX1Sz5TpfNUR4mB7jjbidkzDEvdReZmI2ndpNEwzb79pFcGieHjKEuBVUePw9Usp9t90xu3u9ruB4j0PU0pNGoLe6qn849ZkmE0HDxNm7WGr6m7ExDphGTZXTj2epXIUjhGiZS9NcfW7jNEOqL6BW/izNIJisYwrTfNQnv3ESL9k/QbJWedGhEDiZmz6XV3B4j0R9HwStN1Iku8JCrz2n4QeOeR1La7sSuJDHGVSdmmf8eRjOdJKz0k/kYpp5G8u0iq9bx8SvP9+XwhnysV1LuJ1B0vWqlY9fmrmmqW1ZuPpFq1eSVPcTaY99QbjmR4dR6j6ytVO33/JiMZph2vN9D3MnpNua1Illcf3FCgg5eldSuRim5zdnuB3jzavfhHUo2FnqBbltXdWEdS3Hk8h9kXqrhxjZT0Wr/oXui9GEayNnocZnrEydpWvCL5pco9POSO5BdqbCJZi3sstDfrxSJS8iF3C9MJQWUmKvdISmN6X++hL6x91pF62xUBDT22kZKbWZVgr8kykjq2473wIFhLYxepuOkQ/KeS5BWp4Nz2xFwwnTafSKqrc9t+xUQnySSSYuI5d1JF4RCpWHohOK0VfaT25H4muANqRhyp3cSQ+2feJZGQKBp5I7JIxQkSnWmtRRNJW+BddL5mJJG8AcH5suPwI5UrBBeZqSFH6jqYXbhYP9xIHlaLAsj7IUZqTwmCmIYXycNUd1DPIUXq2gRBzcKJNE4TBGeGEal0r7voBEmp0iMpLYLrPMiOZKQIrjTQ5EZ6xqhOgAepkTaYYxAhpUmM1CQQwpMWScWQQZSKrEiKTiCKKydSF8sSAk2lRGrPCMQZGRIiWfg8EmvydSQ04iStiY7URiPhaoIjdfE+Eu9JbCQF4zoJRr7ISCq+j6RYioyEeQY5OgIjzQnkGAuLVCKQZCsqkkcgS1oTE6l39xeayOQKiWRhW5BMjohIao5AorQmIJJDIJV7faQHArm2V0cqPxLIlVKvjJTEGT7pqr3jSJgN4md5XaQFgXzr40h4IfEzsq6IpOAmp3CYV0TaEoTCDh6pQRCOtBY0UhdTdqEpB41UJwjLMmCkGkFo9GCRknjYhShR/C8SHnYsuUEiuQRhagaIpOEzNly5AJGWBKHKFy+OZGDOLmzuxZGeCEJW+hgJn0g86RdGUnAOKXyr4mWR+gShyxoXRfJxwXcUHj5EwlwDU84lkcq4OCgSs0si4URfNIbWeyQsx3JVPj/SmiAa/fdIOC7GVf3cSCq+YyOTeo+EIxRc5dvnRdKwPT9C4/MibQiiszgrkoIfUpScf5HwRmJrfU4kDUO7SP3SzohkEkQp2zsjEu6zi1jjbyQsmvO1/DkSLh2MWuvHSGOCiK3/RsI5c77yxR8iFfDHYpHL+IdIOB/LWO37SEn8bRUDD4dIuFWDMfsQCYt9jOUOkbD9hLGB9hYJxygYG1nfRDIw/mYha3wTaULAgnc6kobrAJgovUXCsIGz+elIUwIeKicj+TjGzEXnLRJO9nH2UjwVCRdrsPE2Bies9rFW2EfC3xyw5n0dSXkhYGO5j4SPJNaa+0jY28Baax8JS7KsdfaRcP6StfQ+EqaEWFspX0Rq444aVrKF10h42vE2fo2Epx1v7mskjO14M18j4WnHW/NzJJuAl/qnSEXM23HzOdIzATP6ayQcpeBtoB5Hwg5wdlbaUaRelYCZ3+zd21ZSYRhG4Q+KwkpEw32pmeaGwgba5r3/G2stxUDE83kwn1uYY+ji33z/q85SpJ0SzaCXlONW2fbPn0bqubgKNE7KjXO4z0l5TAjuICkPRcJtPIn0xVH6RDdJOYIQ7lNSroDDHS9G6jpwFennYqQ114SQ2kiOl4Z7k5RvWcGdLkbyXxJTv5Nyvgbc1SjlWFy4wVnKhTu4617KIeBwX3sp95Lg2kge5oL7cZJywAbch62UtynoJimHp9GNHyMNnfmEdZDypyzdYcrvBrqNlMci6ZpIzmqne4w0dAmc690s0nYJq4nkdQq6JpL7FHRNJPcp6GaROi4KgTWRPHJH10RyfjFdE8lFIbpZpGmJaxZpvcQ1i+THHVkTySF3dA+RdktgTSSXV+maSC6v0jWRXF6layJ5o5muieSQDbqNVNK5KoHdRxp5oQKtieTPJLrDlBPU6D6nPGJMN04ldyWyScqfSXDtJTLvj8F9PUklFyWw9mKzh/Xh7iON3PJDu24j9a5LYIOzNpLXZdHuB0CtOcQY7fJ1ylkocHtJ+dYi3EVS2SiR/TQSXxvJwfpwm0l5pQJumpRXKuD+JOU8cLiDpHJcImsjuVMBN07K2U9wu0bCG5wk5V1MtlcdI+FdGYnvsmskvDcxEt4nI/F9NBLfkZH4DozEt20kvl0j4V0PjYTX78YFVrrLGAlv3Uh808SdWbqbxDMOdO8STwvRnT9Euilh7a8lHjOG+zVKPLAPdxoj4a0n8RIZ3FEaXsdk25lF+uKji1zjNBwRgPZhmIbDNtBe9WaROr9KUHu5V8leCeoiLefdoX17jOQyONfh/0hHJaYPW2k5zZhsMErLueBkv/M/0rmz1KCO55E6zveEup1Hev29hDSeR/JQF9TgZB7JoyhQ/W4elE+fY23mgU+Ygt0tRjovEW3PI/l5BzUYziP5PCbU28wj+Row1MeFSH7eQf1ZjOT7mExbTyMNPTDE0+8sRPLLgekii5F8oh5pZznSbYlmshjJLwekq9FypLOrEstFliM5FgXndjmST2vj7O8+i+QlJZr+62eRfGyWZjPLkTzngHO4KtJOCeR6uCrS7n6JYy+rInX7JY5vKyJ5rotlf2tVJI/to7zNs0iuDNFMV0fywh/J5IVIjq/huOy+FKnnogPFNMuR/HuHM3keye87mNPuy5E6njZmuMvLkfK3BPB+bWUk1+9I/rV3Z0tqAmEYhhFRREQBWdSo44I7juM+3/3fWCTJpEzKUVSgG/yfw6k5e6vbtpFuDdci4SAQ9mpXI9HBxjyYedcjWXSqGnufuBqJjhniQGV0K1KffrnPWhHfRKJdB350volEq3B+yOLtSHSbEmNbhIj0LhCGfOtyJBpKHNnhciQaSvzYF76NRAs8XowRMpK5FAgbey9sJGwEwoaD0JE8evjHxjQXPhLdTcbID4SLRC9nsqPhrkgm7bMmTx3dEYlOhGJjgzsjiXRdT9JK1r2RoFQFkqgObkSiFR5zddwTiV4qY0HOPRRJot93JWfo4qFI6NNbZYk54sFIsGmnNSF1hIhEiwemNPGhSHQCR4LkAp6JhJVA4ub3cTsSVWLKV/BEJDoILwFBo+ci0Rm6sZP7iCISWnOBxEQrIJpIMOlsqJgYEqKKBI+usI9D0wGiiwQ4tPkQudkC0UbCiG6ziFixh6gjQVypAomM6gDRRwJMeqQembWJeCIBNXp4EYnhWERskeBtaAHxvKICxBgJUN4qAnlGqQXEHAkYFem12sdVdzkkEAl4p0wPUus9IJlIgPtBk979VEMBkosEmHX69eQDiZKNBBTGtO8a3rCtAMlHAqSWRrNeKPmuDjCJFDA3dK7XTfLRAhhGAqzWhL7gXrGcLESAbaSA7qxp2rustOsD4CHSibmS6bvT/+ZvwSDiJxIgjqjTObVRLgDgK9KJaI4b9NApUDk4fQA8Rgro5Y9Xv/JCPTgKAI4jnViLT/llB1S1eOwD4D5SQKm9+S+34mv6RquAQDoinUiuM9m/zlKiqjkjCX+kJlIgN9pOXmCHb7jedDycSVWkQE4p1+XsnrAyX392evhP6iL9oi9WEz9rq4lmXusuLgZKZ6SAaHY2xX1GSg0HRtnN4RvpjfSL1G/tJoNlmhcUy8GHsyiIuCLlkX4Re+6x25imb40+W7e3du92nyxE+hpUrtMtTlOxQdHcy8aqpXgIJzuR/ii4i1Vd8/OczoBVX6vv7FEO98hcpN9Ey+2U22+N/JyTSVCtTifGuGN7ItjjJNIXyzN/1MYfWmO/ZFKros4OmrGtdXRLAjc4i/SXpev20Rm3G+vBTBVi1pyX1ofJyjnafd0Df3iNdKagmKZ9XHW7RkMulfxIJsRK1S9NB1q72x3XXNPUORo26Yz0L0k33Xfbbm1Xm3q73TYmjbVc8vez2Sz/ZT6v5r+c/r4PehyKxum/659dp2Xb767Z4+GzJrORLhBFScqd6fW83DlJSlORjEbKPIqUAj8BII1+N9xu+SEAAAAASUVORK5CYII=');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-item.style-06 .post-date{
    position: absolute;
    top: 30px;
    left: 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 10px 9px;
    min-width: 70px;
    text-align: center;
}
.blog-item.style-06 .post-date .month{
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 1px;
}
.blog-item.style-06 .post-info{
    padding: 0 50px;
}
.blog-item.style-06 .post-title{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 23px;
}
.blog-item.style-06 .post-title a{
    text-decoration: none !important;
}
.blog-item.style-06 .post-meta{
    font-size: 14px;
    color: #b7b7b7;
    font-style: italic;
    margin-top: 7px;
}
.blog-item.style-06 .post-excerpt{
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-top: 7px;
}
/* style-07 */
.blog-item.style-07 .post-inner{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 12px;
}
.blog-item.style-07 .post-thumb{
    border-radius: 6px;
}
.blog-item.style-07 .post-info{
    padding: 30px 0 3px;
}
.blog-item.style-07 .post-info > *{
    clear: both;
}
.blog-item.style-07 .post-date{
    float: right;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    padding: 7px 10px;
    min-width: 60px;
    border-radius: 4px;
    margin: -60px 20px 0;
    position: relative;
    text-decoration: none;
}
.blog-item.style-07 .post-date:hover{
    opacity: 0.7;
}
.blog-item.style-07 .day{
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.blog-item.style-07 .cat-list{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}
.blog-item.style-07 .post-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 17px;
}
.blog-item.style-07 .post-meta{
    font-size: 15px;
    margin-top: 10px;
}
/* style-08 */
.blog-item.style-08 .post-info{
    padding: 29px 0 0;
}
.blog-item.style-08 .post-date{
    float: left;
    width: 90px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    border: 1px solid;
    padding: 12px 10px 13px;
    margin-right: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
}
.blog-item.style-08 .post-date .day{
    display: block;
}
.blog-item.style-08 .post-date .month{
    display: block;
    font-size: 30px;
    line-height: 34px;
    margin-top: 3px;
}
.blog-item.style-08 .info-inner{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
}
.blog-item.style-08 .post-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: -3px;
}
.blog-item.style-08 .post-meta{
    color: #a4a4a4;
    margin: 6px 0 0;
    font-style: italic;
}
.blog-item.style-08 .post-meta > *{
    margin: 0;
}
/* style-09 */
.blog-item.style-09 .post-inner{
    color: #fff;
}
.blog-item.style-09 .post-info{
    padding: 10px 20px;
}
.blog-item.style-09 .post-date{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    border: 2px solid;
    padding: 6px 5px 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
}
.blog-item.style-09 .post-date:not(:hover){
    color: #fff;
}
.blog-item.style-09 .post-date .day{
    display: block;
}
.blog-item.style-09 .post-date .month{
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 1px;
}
.blog-item.style-09 .post-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
}
.blog-item.style-09 .post-meta{
    font-style: italic;
    margin: 6px 1px 0 -1px;
}
.blog-item.style-09 .post-meta > *{
    margin: 0;
}
.blog-item.style-09 .post-excerpt{
    margin-top: 20px;
}
/* style-10 */
.blog-item.style-10 .post-inner{
    display: flex;
}
.blog-item.style-10 .post-thumb{
    width: 270px;
}
.blog-item.style-10 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-left: 30px;
}
.blog-item.style-10 .cat-list{
    display: table;
    font-size: 13px;
    line-height: 18px;
    padding: 2px 11px;
    text-transform: uppercase;
    margin: 0;
}
.blog-item.style-10 .post-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
}
.blog-item.style-10 .post-meta{
    font-size: 13px;
    margin-top: 9px;
}
.blog-item.style-10 .post-meta > *{
    position: relative;
}
.blog-item.style-10 .post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '|';
    top: 0;
    bottom: 0;
    right: -15px;
    margin: -1px 0 1px;
    opacity: 0.8;
}
/* style-11 */
.blog-item.style-11 .post-inner{
    box-shadow: 0 0 0 1px #ebebeb inset;
    display: flex;
    align-items: center;
}
.blog-item.style-11 .post-thumb{
    width: 49%;
    max-width: 330px;
}
.blog-item.style-11 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 30px 30px 30px 42px;
}
.blog-item.style-11 .post-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.blog-item.style-11 .post-meta{
    color: #a4a4a4;
    font-style: italic;
    margin: 9px 0 0;
}
.blog-item.style-11 .post-meta > *{
    margin: 0;
}
.blog-item.style-11 .post-excerpt{
    font-size: 14px;
    line-height: 26px;
    color: #888;
    margin-top: 37px;
}
.blog-item.style-11 .post-readmore .button{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 5px 0;
    background-color: transparent;
    text-transform: none;
    border-bottom: 2px solid;
    border-radius: 0;
    text-decoration: none;
}
/* style-12 */
.blog-item.style-14 .post-title,
.blog-item.style-12 .post-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 22px;
}
.blog-item.style-14 .post-meta,
.blog-item.style-12 .post-meta{
    font-size: 13px;
    margin: 2px -15px 0;
}
.blog-item.style-14 .post-meta > *,
.blog-item.style-12 .post-meta > *{
    position: relative;
    margin: 0 15px;
}
.blog-item.style-14 .post-meta > *:not(:last-child)::after,
.blog-item.style-12 .post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -19px;
    width: 6px;
    height: 6px;
    border: 3px solid;
    border-radius: 50%;
    opacity: 0.5;
    margin: auto;
}
.blog-item.style-14 .post-meta .author .icon,
.blog-item.style-12 .post-meta .author .icon{
    display: none;
}
.blog-item.style-14 .post-meta .author .name,
.blog-item.style-12 .post-meta .author .name{
    text-transform: uppercase;
    color: inherit;
}
.blog-item.style-14 .post-excerpt,
.blog-item.style-12 .post-excerpt{
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}
/* style-13 */
.blog-item.style-13 .post-meta{
    margin-top: 32px;
}
.blog-item.style-13 .post-date::before{
    font-family: FontAwesome, sans-serif;
    content: "\f073";
}
.blog-item.style-13 .author::before{
    font-family: FontAwesome, sans-serif;
    content: "\f044";
}
.blog-item.style-13 .post-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 19px;
}
.blog-item.style-13 .post-excerpt{
    font-size: 15px;
    line-height: 28px;
}
.blog-item.style-13 .post-readmore{
    margin-top: 20px;
}
.blog-item.style-13 .post-readmore .button{
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    text-transform: none;
    border-bottom: 1px solid;
}
.blog-item.style-13 .post-readmore .button::before{
    display: inline-block;
    vertical-align: top;
    content: '+';
}
/* style-15 */
.ovic-blog.style-15 .head{
    padding-right: 120px;
    margin-bottom: 50px;
}
.ovic-blog.style-15 .head .title{
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}
.ovic-blog.style-15 .slick-slider{
    position: static;
}
.ovic-blog.style-15 .slick-slider > .slick-arrow{
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0 0 0 2px #f2f2f2 inset !important;
    border-radius: 50% !important;
    padding: 10px 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.ovic-blog.style-15 .slick-slider > .slick-arrow.prev{
    top: -3px !important;
    right: 55px !important;
    left: auto !important;
    bottom: auto !important;
}
.ovic-blog.style-15 .slick-slider > .slick-arrow.next{
    top: -3px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    padding-left: 2px !important;
}
.ovic-blog.style-15 .slick-slider > .slick-arrow:hover{
    box-shadow: none !important;
}
.blog-item.style-15 .post-inner{
    padding: 2px;
    box-shadow: 0 0 0 2px #f2f2f2 inset;
    overflow: hidden;
}
.blog-item.style-15 .post-info{
    padding: 19px 29px 75px;
    border-right: 1px solid #f2f2f2;
    position: relative;
}
.blog-item.style-15 .cat-list{
    font-size: 16px;
    line-height: 24px;
    color: #777;
}
.blog-item.style-15 .post-title{
    font-size: 26px;
    line-height: 37px;
    margin-top: 20px;
}
.blog-item.style-15 .post-title::before{
    display: block;
    content: '';
    width: 50px;
    border-top: 2px solid;
    margin: 0 0 21px;
}
.blog-item.style-15 .post-title a{
    text-decoration: none;
}
.blog-item.style-15 .post-meta{
    font-size: 15px;
    line-height: 24px;
    color: #555;
    margin: 20px -5px 0;
}
.blog-item.style-15 .post-meta > *{
    margin: 0 5px;
    position: relative;
}
.blog-item.style-15 .post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '-';
    top: 0;
    right: -11px;
}
.blog-item.style-15 .author{
    text-transform: capitalize;
}
.blog-item.style-15 .author .name:not(:hover){
    color: inherit;
}
.blog-item.style-15 .post-readmore .button{
    position: absolute;
    bottom: -65px;
    left: -65px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-item.style-15 .post-readmore .button::before,
.blog-item.style-15 .post-readmore .button::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 37px;
    left: 37px;
    right: 0;
    width: 3px;
    height: 31px;
    margin: auto;
}
.blog-item.style-15 .post-readmore .button::after{
    width: 31px;
    height: 3px;
}
/* style-16 */
.blog-item.style-16 .post-inner{
    display: flex;
    max-width: 700px;
}
.blog-item.style-16 .post-thumb{
    width: 50%;
}
.blog-item.style-16 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 0 0 30px;
}
.blog-item.style-16 .post-date{
    display: inline-block;
    vertical-align: top;
    min-width: 70px;
    background-color: #0d0d0d;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    padding: 10px 5px;
    position: relative;
}
.blog-item.style-16 .post-date::before{
    position: absolute;
    content: '';
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 1px solid;
}
.blog-item.style-16 .post-date:not(:hover){
    color: #fff;
}
.blog-item.style-16 .post-date .month{
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-item.style-16 .post-title{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 21px;
}
.blog-item.style-16 .post-meta{
    font-size: 13px;
    color: #5e6164;
    margin-top: 13px;
}
.blog-item.style-16 .post-meta > * .icon{
    margin: 1px 2px -1px 0;
}
.blog-item.style-16 .post-excerpt{
    font-size: 15px;
    line-height: 25px;
    color: #5e6164;
    margin-top: 21px;
}
.blog-item.style-16 .post-readmore{
    margin-top: 17px;
}
.blog-item.style-16 .post-readmore .button{
    font-size: 13px;
    line-height: 20px;
    background-color: transparent;
    padding: 0;
    border-bottom: 2px solid;
    color: #404040;
    letter-spacing: 0.1em;
}
/* style-17 */
.blog-item.style-17 .post-inner{
    border: 1px solid #f3f3f3;
    background-color: #fff;
}
.blog-item.style-17 .box{
    margin: 0 -8px;
}
.blog-item.style-17 .cat-list{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 0 8px;
}
.blog-item.style-17 .cat-list a{
    text-decoration: none;
}
.blog-item.style-17 .post-meta{
    font-size: 13px;
    margin: 3px 0;
}
.blog-item.style-18 .post-meta > *,
.blog-item.style-17 .post-meta > *{
    position: relative;
}
.blog-item.style-18 .post-meta > *:not(:last-child)::after,
.blog-item.style-17 .post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -13px;
    height: 12px;
    border-right: 1px solid rgba(0,0,0,0.3);
    margin: auto;
}
.blog-item.style-17 .box .post-meta{
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}
.blog-item.style-17 .post-title{
    font-size: 20px;
    line-height: 30px;
    margin-top: 11px;
}
.blog-item.style-17 .post-thumb ~ .post-info{
    border-top: 1px solid #f3f3f3;
}
.blog-item.style-17 .post-info{
    background-color: #fff;
    margin: -30px 39px 0;
    text-align: center;
    padding: 30px 30px 40px;
    position: relative;
}
/* style-18 */
.ovic-blog.style-18 .slick-slider:not(.slick-vertical).rows-space-0 .row-item .post-inner,
.ovic-blog.style-18 .slick-slider.slick-vertical[data-slick*='"slidesMargin":0'] .slick-track .post-inner{
    padding-bottom: 25px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 25px;
}
.blog-item.style-18 .post-info{
    padding: 20px 0 0;
}
.blog-item.style-18 .cat-list{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 0;
}
.blog-item.style-18 .cat-list a{
    text-decoration: none;
}
.blog-item.style-18 .post-title{
    font-size: 16px;
    line-height: 26px;
    margin-top: 11px;
}
.blog-item.style-18 .post-meta{
    font-size: 13px;
    margin-top: 4px;
}
/* style-19 */
.blog-item.style-19 .post-inner{
    border: 1px solid #ebebeb;
}
.blog-item.style-19 .post-info{
    padding: 25px 39px;
}
.blog-item.style-19 .post-meta{
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0;
}
.blog-item.style-19 .post-meta a:hover{
    text-decoration: underline;
}
.blog-item.style-19 .cat-list{
    font-size: inherit;
    line-height: inherit;
}
.blog-item.style-19 .post-title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 9px;
}
.blog-item.style-19 .post-excerpt{
    font-size: 15px;
    line-height: 25px;
    margin-top: 17px;
}
.blog-item.style-19 .post-readmore{
    margin-top: 18px;
}
.blog-item.style-19 .post-readmore .button{
    font-size: 15px;
    line-height: 24px;
    background-color: transparent;
    text-transform: none;
    font-weight: 600;
    padding: 0;
}
.blog-item.style-19 .post-readmore .button::before{
    display: inline-block;
    content: '';
    vertical-align: top;
    width: 25px;
    height: 2px;
    margin: 12px 6px 10px 0;
}
/* style-20 */
.ovic-blog.style-20 .slick-slider{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.blog-item.style-20 .post-inner{
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.blog-item.style-20 .post-info{
    padding: 22px 30px 35px;
}
.blog-item.style-20 .post-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.blog-item.style-20 .post-meta{
    font-size: 12px;
    margin: 3px -15px 0;
}
.blog-item.style-20 .post-meta > *{
    margin: 0 15px;
    position: relative;
}
.blog-item.style-20 .post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -19px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0.5;
    margin: auto;
}
.blog-item.style-20 .author .icon{
    display: none;
}
.blog-item.style-20 .author .name{
    font-weight: 600;
    text-transform: uppercase;
    color: inherit !important;
}
.blog-item.style-20 .post-excerpt{
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
}
@media (min-width: 480px){
    .blog-item.style-18 .post-inner{
        display: flex;
        direction: rtl;
    }
    .blog-item.style-18 .post-thumb{
        width: 236px;
        direction: ltr;
    }
    .blog-item.style-18 .post-info{
        flex: 1 1 auto;
        width: 1%;
        direction: ltr;
        padding: 0 30px 0 0;
    }
}
@media (min-width: 768px){
    .blog-item.style-15 .post-inner{
        display: flex;
        overflow: hidden;
        direction: rtl;
    }
    .blog-item.style-15 .post-thumb{
        width: 48.2%;
        max-width: 330px;
        direction: ltr;
    }
    .blog-item.style-15 .post-info{
        flex: 1 1 auto;
        width: 1%;
        direction: ltr;
    }
    .blog-item.style-19 .post-inner{
        display: flex;
        direction: rtl;
    }
    .blog-item.style-19 .post-thumb{
        width: 55%;
        max-width: 350px;
        direction: ltr;
    }
    .blog-item.style-19 .post-info{
        flex: 1 1 auto;
        width: 1%;
        direction: ltr;
        border-right: 1px solid #ebebeb;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 1200px){
    .blog-item.style-15 .post-inner:not(:hover) .post-readmore .button{
        -webkit-transform: translate(-60px, 60px);
        -moz-transform: translate(-60px, 60px);
        -ms-transform: translate(-60px, 60px);
        -o-transform: translate(-60px, 60px);
        transform: translate(-60px, 60px);
    }
    .ovic-blog.style-20 .slick-list{
        padding: 15px;
        margin: -15px;
    }
    .blog-item.style-20 .post-inner:not(:hover){
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .blog-item.style-20 .post-inner{
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .blog-item.style-20 .post-inner:not(:hover) .post-info{
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    .blog-item.style-20 .post-info{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}
@media (max-width: 1499px) and (min-width: 1200px){
    .blog-item.style-15 .post-info{
        padding: 11px 19px 75px;
    }
    .blog-item.style-15 .cat-list{
        margin-top: 8px;
    }
    .blog-item.style-15 .post-title{
        font-size: 22px;
        line-height: 32px;
        margin-top: 12px;
    }
    .blog-item.style-15 .post-title::before{
        margin-bottom: 13px;
    }
    .blog-item.style-15 .post-meta{
        font-size: 15px;
        line-height: 24px;
        margin-top: 12px;
    }
    .blog-item.style-16 .post-title{
        margin-top: 16px;
    }
    .blog-item.style-16 .post-meta{
        margin-top: 10px;
    }
    .blog-item.style-16 .post-excerpt{
        margin-top: 15px;
    }
    .blog-item.style-16 .post-readmore{
        margin-top: 12px;
    }
    .blog-item.style-19 .post-info{
        padding-left: 19px;
        padding-right: 19px;
    }
}
@media (max-width: 1499px){
    .blog-item.style-03 .post-info{
        padding: 0 23px 22px;
        margin: -30px 30px 0;
    }
    .blog-item.style-05 .post-info{
        padding: 0 30px 26px;
    }
    .blog-item.style-06 .post-info{
        padding: 0 30px;
    }
    .blog-item.style-08 .post-info{
        padding-top: 20px;
    }
    .blog-item.style-08 .post-date{
        margin-right: 20px;
    }
    .blog-item.style-11 .post-info{
        padding: 30px 20px 30px 30px;
    }
    .blog-item.style-11 .post-excerpt{
        margin-top: 25px;
    }
    .blog-item.style-11 .post-readmore{
        margin-top: 15px;
    }
}
@media (max-width: 1199px){
    .ovic-blog.style-15 .head{
        margin-bottom: 30px;
    }
    .blog-item.style-15 .post-info{
        border-right: none;
        border-top: 1px solid #f2f2f2;
    }
}
@media (max-width: 991px){
    .blog-item.style-06 .post-info{
        padding: 0 15px;
    }
}
@media (max-width: 767px){
    .blog-item.style-01 .post-inner{
        padding: 10px;
    }
    .blog-item.style-01 .post-info{
        padding: 0;
    }
    .blog-item.style-05 .cat-list{
        top: 15px;
        left: 15px;
    }
    .blog-item.style-06 .post-info{
        padding: 0;
    }
    .blog-item.style-07 .post-title{
        font-size: 20px;
        line-height: 30px;
        margin-top: 12px;
    }
    .blog-item.style-08 .post-info{
        padding-top: 15px;
    }
    .blog-item.style-08 .post-date{
        min-width: 76px;
        margin-right: 15px;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 7px 11px;
    }
    .blog-item.style-08 .post-date .month{
        font-size: 24px;
        line-height: 28px;
    }
    .blog-item.style-08 .post-title{
        font-size: 18px;
        line-height: 28px;
    }
    .blog-item.style-09 .post-info{
        padding: 0 15px;
    }
    .blog-item.style-10 .post-inner{
        display: block;
    }
    .blog-item.style-10 .post-info{
        width: auto;
        padding: 23px 0 0;
    }
    .blog-item.style-11 .post-title{
        font-size: 20px;
        line-height: 26px;
    }
    .blog-item.style-11 .post-excerpt{
        margin-top: 15px;
    }
    .blog-item.style-11 .post-readmore{
        margin-top: 5px;
    }
    .blog-item.style-13 .post-meta{
        margin-top: 20px;
    }
    .blog-item.style-13 .post-title{
        margin-top: 14px;
    }
    .blog-item.style-13 .post-excerpt{
        line-height: 24px;
        margin-top: 14px;
    }
    .blog-item.style-13 .post-readmore{
        margin-top: 16px;
    }
    .ovic-blog.style-15 .head{
        padding-right: 75px;
        margin-bottom: 20px;
    }
    .ovic-blog.style-15 .head .title{
        font-size: 30px;
        line-height: 38px;
    }
    .ovic-blog.style-15 .slick-slider > .slick-arrow{
        width: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
        padding: 0 !important;
    }
    .ovic-blog.style-15 .slick-slider > .slick-arrow.prev{
        top: 4px !important;
        right: 35px !important;
    }
    .ovic-blog.style-15 .slick-slider > .slick-arrow.next{
        top: 4px !important;
    }
    .blog-item.style-15 .post-inner{
        display: block;
    }
    .blog-item.style-15 .post-thumb{
        width: auto;
    }
    .blog-item.style-15 .post-info{
        width: auto;
        padding: 11px 19px 65px;
    }
    .blog-item.style-15 .cat-list{
        margin-top: 8px;
    }
    .blog-item.style-15 .post-title{
        font-size: 22px;
        line-height: 32px;
        margin-top: 12px;
    }
    .blog-item.style-15 .post-title::before{
        margin-bottom: 13px;
    }
    .blog-item.style-15 .post-meta{
        font-size: 15px;
        line-height: 24px;
        margin-top: 12px;
    }
    .blog-item.style-17 .post-info{
        margin: -15px 19px 0;
        padding: 20px 0 25px;
    }
    .blog-item.style-17 .post-title{
        font-size: 18px;
        line-height: 28px;
        margin-top: 6px;
    }
}
@media (max-width: 479px){
    .blog-item.style-03 .post-info{
        padding: 0 18px 17px;
        margin: -20px 20px 0;
    }
    .blog-item.style-05 .post-info{
        padding: 0 20px 25px;
    }
    .blog-item.style-05 .post-meta{
        margin-top: 23px;
    }
    .blog-item.style-05 .post-title{
        font-size: 20px;
        line-height: 28px;
        margin-top: 12px;
    }
    .blog-item.style-05 .post-excerpt{
        margin-top: 5px;
    }
    .blog-item.style-05 .post-readmore{
        margin-top: 12px;
    }
    .blog-item.style-07 .post-inner{
        padding: 20px;
    }
    .blog-item.style-07 .post-info{
        padding-top: 20px;
    }
    .blog-item.style-07 .post-date{
        margin: -50px 15px 0;
    }
    .blog-item.style-11 .post-inner{
        display: block;
    }
    .blog-item.style-11 .post-thumb{
        width: auto;
    }
    .blog-item.style-11 .post-info{
        width: auto;
        padding: 13px 20px 20px;
    }
    .blog-item.style-16 .post-inner{
        display: block;
    }
    .blog-item.style-16 .post-thumb{
        width: auto;
    }
    .blog-item.style-16 .post-info{
        width: auto;
        padding: 20px 0 0;
    }
    .blog-item.style-16 .post-title{
        margin-top: 13px;
    }
    .blog-item.style-16 .post-meta{
        margin-top: 8px;
    }
    .blog-item.style-16 .post-excerpt{
        margin-top: 10px;
    }
    .blog-item.style-16 .post-readmore{
        margin-top: 12px;
    }
    .ovic-blog.style-18 .slick-slider:not(.slick-vertical).rows-space-0 .row-item .post-inner,
    .ovic-blog.style-18 .slick-slider.slick-vertical[data-slick*='"slidesMargin":0'] .slick-track .post-inner{
        padding-bottom: 20px;
    }
    .blog-item.style-19 .post-info{
        padding: 20px;
    }
    .blog-item.style-19 .post-meta{
        font-size: 14px;
    }
    .blog-item.style-19 .post-title{
        font-size: 18px;
        margin-top: 4px;
    }
    .blog-item.style-19 .post-excerpt{
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .blog-item.style-19 .post-readmore{
        margin-top: 10px;
    }
    .blog-item.style-20 .post-info{
        padding: 17px 20px 30px;
    }
    .blog-item.style-20 .post-excerpt{
        margin-top: 10px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.single-post > .thumb-wrap + .cat-list{
    margin-top: 30px;
}
.single-post > .cat-list{
    display: table;
    padding: 3px 17px;
    margin: 24px 0 0;
}
.single-post > .cat-list a{
    color: inherit;
}
.single-post > .post-title{
    font-size: 30px;
    line-height: 36px;
    margin-top: 22px;
}
.single-post > .post-title:first-child{
    margin-top: 0;
}
.single-post > .post-meta{
    margin-top: 19px;
}
.single-post > .thumb-wrap{
    margin-top: 25px;
}
.single-post > .thumb-wrap .post-date{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 15px;
    line-height: 20px;
    padding: 11px 19px 11px 13px;
    background-color: #fff;
}
.single-post > .ovic-blog{
    margin-top: 60px;
}
.single-post > .ovic-blog .slick-slider{
    border: 1px solid #e6e6e6;
    border-top-width: 0;
}
.single-post > .ovic-blog .blog-item.style-01 .post-info{
    padding-bottom: 16px;
}
.single-post > .ovic-blog .blog-item.style-01 .post-meta{
    display: none;
}
/*----- COMMENT AREA -----*/
.comments-area{
    margin-top: 53px;
}
.comments-area .comments-title{
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.comments-area .comment-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area .comment-body{
    position: relative;
    margin-top: 30px;
}
.comments-area .comment-body::before,
.comments-area .comment-body::after,
.comments-area .comment-meta::before,
.comments-area .comment-meta::after,
.comments-area .comment-content::before,
.comments-area .comment-content::after{
    display: table;
    content: '';
    clear: both;
}
.comments-area .comment-avatar{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.comments-area .comment-avatar .avatar{
    border-radius: 50%;
    overflow: hidden;
}
.comments-area .comment-info{
    overflow: hidden;
    padding: 10px 14px;
    border: 1px solid #e6e6e6;
}
.comments-area .comment-meta{
    margin: 0 -5px;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
}
.comments-area .comment-meta a:not(:hover){
    color: inherit;
}
.comments-area .comment-meta > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.comments-area .comment-author cite{
    font-style: inherit;
}
.comments-area .comment-edit-link{
    font-style: italic;
}
.comments-area .comment-edit-link::before{
    content: '(';
}
.comments-area .comment-edit-link::after{
    content: ')';
}
.comments-area .comment-text{
    font-size: 14px;
    line-height: 24px;
    margin: 2px 0 0;
}
.comments-area .comment-text p:last-child{
    margin-bottom: 0;
}
.comments-area .reply{
    float: right;
    text-decoration: underline;
}
.comments-area .children{
    list-style: none;
    padding: 0 0 0 30px;
    margin-bottom: 0;
}
.comments-area .woocommerce-pagination{
    margin-top: 30px;
}
.comments-area .comment-respond{
    margin-top: 60px;
    padding: 50px 30px 55px;
    background-color: #fafafa;
}
.comments-area .comment-reply-title{
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.comments-area .comment-reply-title #cancel-comment-reply-link{
    text-transform: none;
    text-decoration: underline;
    margin-left: 10px;
}
.comments-area .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: inherit;
    opacity: 0.7;
}
.comments-area .logged-in-as a:not(:hover){
    color: inherit;
}
.comments-area .comment-respond p{
    margin: 30px 0 0;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond textarea{
    width: 100%;
}
.comments-area .comment-respond [type="submit"]{
    min-width: 200px;
}
.comments-area .comment-respond .comment-notes,
.comments-area .comment-respond .logged-in-as{
    margin-top: 3px;
}
.comments-area .comment-respond .comment-form-comment{
    margin-top: 23px;
}
.comments-area .no-comments{
    margin: 23px 0 0;
}
@media (max-width: 479px){
    .comments-area .children{
        padding-left: 10px;
    }
    .comments-area .comment-avatar{
        margin: 0 0 10px;
    }
    .comments-area .comment-info{
        clear: both;
    }
}
/*==========================================================================
SHOP
===========================================================================*/
/*----- ELEMENT -----*/
/* add-to-cart*/
.add-to-cart{
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
.add-to-cart:not(:hover)::before,
.add-to-cart:not(:hover)::after{
    opacity: 0;
    visibility: hidden;
}
.add-to-cart::before,
.add-to-cart::after{
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.add-to-cart::before{
    content: attr(data-title);
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 5px 7px;
    bottom: calc(100% + 8px);
}
.add-to-cart::after{
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    bottom: calc(100% + 3px);
}
.add-to-cart .single_add_to_cart_button,
.add-to-cart .added_to_cart,
.add-to-cart > a{
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
.product-item.style-35 .add-to-cart::before,
.product-item.style-32 .add-to-cart::before,
.product-item.style-26 .add-to-cart::before,
.product-item.style-25 .add-to-cart::before,
.product-item.style-22 .add-to-cart::before,
.product-item.style-21 .add-to-cart::before,
.product-item.style-20 .add-to-cart::before,
.product-item.style-19 .add-to-cart::before,
.product-item.style-15 .add-to-cart::before,
.product-item.style-12 .add-to-cart::before{
    display: block;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 8px);
}
.product-item.style-35 .add-to-cart::after,
.product-item.style-32 .add-to-cart::after,
.product-item.style-26 .add-to-cart::after,
.product-item.style-25 .add-to-cart::after,
.product-item.style-22 .add-to-cart::after,
.product-item.style-21 .add-to-cart::after,
.product-item.style-20 .add-to-cart::after,
.product-item.style-19 .add-to-cart::after,
.product-item.style-15 .add-to-cart::after,
.product-item.style-12 .add-to-cart::after{
    display: block;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 3px);
    border-left: 6px solid #000;
    border-right-width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.product-item.style-34 .add-to-cart::before,
.product-item.style-34 .add-to-cart::after,
.product-item.style-31 .add-to-cart::before,
.product-item.style-31 .add-to-cart::after,
.product-item.style-29 .add-to-cart::before,
.product-item.style-29 .add-to-cart::after,
.product-item.style-27 .add-to-cart::before,
.product-item.style-27 .add-to-cart::after,
.product-item.style-14 .add-to-cart::before,
.product-item.style-14 .add-to-cart::after,
.product-item.style-10 .add-to-cart::before,
.product-item.style-10 .add-to-cart::after,
.product-item.style-03 .add-to-cart::before,
.product-item.style-03 .add-to-cart::after,
.product-item.style-01 .add-to-cart::before,
.product-item.style-01 .add-to-cart::after{
    display: block;
}
/* compare, quickview, wishlist*/
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    position: relative;
    font-weight: 400;
    text-align: inherit;
    opacity: 1 !important;
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before,
a.yith-wcqv-button::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    margin-right: 7px;
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before{
    font-family: main-icon, sans-serif;
    content: '\e927';
    font-size: 17px;
    padding-left: 1px;
}
a.yith-wcqv-button::before{
    font-family: main-icon, sans-serif;
    content: "\e926";
    font-size: 23px;
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background: none !important;
    opacity: 1 !important;
    text-align: center;
    height: 30px !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}
/* wishlist */
.yith-wcwl-add-to-wishlist + .clear{
    display: none !important;
}
.yith-wcwl-add-to-wishlist{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.yith-wcwl-add-to-wishlist a{
    position: relative;
    color: inherit;
    padding-left: 26px;
    opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist a.view-wishlist{
    padding-left: 0;
}
.yith-wcwl-add-to-wishlist .feedback{
    font-size: 0;
    line-height: 0;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    padding: 5px 0;
}
.yith-wcwl-add-to-wishlist .separator{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 5px 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: -1px 0 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yith-wcwl-add-to-wishlist a img.yith-wcwl-icon{
    vertical-align: middle;
    margin-top: -1px;
    margin-bottom: 1px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist{
    display: table;
    border-radius: 0;
}
/* price */
.price{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.price::before,
.price::after{
    display: table;
    content: '';
    clear: both;
}
.price > *{
    display: inline-block;
    vertical-align: bottom;
}
.price ins{
    float: left;
    text-decoration: none;
    margin-right: 10px;
}
.price del{
    font-size: 13px;
    color: #888;
    font-weight: 400;
    margin: 1px 0 -1px;
}
.price del .amount{
    text-decoration: inherit;
}
@media (max-width: 767px){
    .price{
        font-size: 14px;
        line-height: 20px;
    }
    .price ins{
        margin-right: 7px;
    }
    .price del{
        margin: 0;
    }
}
/* star rating */
.star-rating{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.star-rating > span{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.star-rating::before,
.star-rating > span::before{
    display: inline-block;
    float: left;
    font-family: FontAwesome, sans-serif;
    content: '\f006\f006\f006\f006\f006';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
}
.star-rating-wrap{
    font-size: 14px;
    line-height: 24px;
}
.star-rating-wrap .rating{
    font-weight: inherit;
    color: #888;
    margin-left: 4px;
}
.product-item .review-count{
    display: none !important;
}
.star-rating::before,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    color: #ccc;
}
.entry-summary .woocommerce-review-link,
.star-rating > span::before,
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before,
.ovic-panel-rating .average span{
    color: #ff9900;
}
.ovic-panel-rating .process-bar{
    background-color: #ffcc00;
}
/* star comments */
p.stars{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
p.stars a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    outline: none !important;
}
p.stars a:before{
    font-family: FontAwesome, sans-serif;
    content: '\f006';
    font-size: 15px;
    line-height: 24px;
    margin: 0 0.1em;
}
/* quantity */
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
}
.quantity > .text{
    display: none;
}
.quantity .control{
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.quantity .input-text{
    text-align: center;
    width: 120px;
    height: 50px;
    padding: 13px 35px;
    font-size: 15px;
    font-weight: 600;
}
.quantity .btn-number{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    text-decoration: none;
}
.quantity .btn-number:not(:hover){
    color: inherit;
}
.quantity .quantity-minus{
    left: 0;
}
.quantity .quantity-plus{
    right: 0;
}
.quantity .quantity-minus::before,
.quantity .quantity-plus::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 2px;
    border-top: 2px solid;
    margin: auto;
}
.quantity .quantity-plus::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 10px;
    border-left: 2px solid;
    margin: auto;
}
@media (max-width: 767px){
    .quantity .input-text{
        width: 110px;
        height: 44px;
        padding: 10px 35px;
        font-size: 14px;
    }
    .quantity .btn-number{
        height: 44px;
    }
}
/* labels */
.product-labels > *{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #0165d5;
    padding: 2px 7px;
    text-transform: uppercase;
    border-radius: 0;
}
.product-labels > * > *{
    display: inline-block;
    vertical-align: top;
}
.product-labels > .onsale{
    left: auto;
    right: 0;
    background-color: #4cd964;
}
.product-labels > .onsale .percent{
    display: none;
}
.product-labels > .featured{
    left: auto;
    right: 0;
    background-color: #ff0101;
}
.product-labels > .out-of-stock{
    color: #fff;
    background-color: #000;
}
.product-labels > .onsale ~ .featured,
.product-labels > .onnew ~ .out-of-stock{
    top: 21px;
}
/* sale-off */
.product-sale-off{
    margin-top: 26px;
}
.product-sale-off .text{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 2px 17px;
    border-radius: 2px;
    background-color: #4cd964;
    margin-right: 7px;
}
.product-sale-off .percent{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ff0101;
}
/* process-availability */
.process-availability .availability-text{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #888;
    margin-bottom: 12px;
}
.process-availability .text strong{
    font-weight: inherit;
}
.process-availability .sold{
    float: right;
}
.process-availability .availability-total{
    height: 10px;
    background-color: #eee;
    position: relative;
}
.process-availability .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
/* stock */
.stock{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 15px 0 0;
}
.stock .text{
    font-weight: 400;
    color: #666;
}
.wishlist-in-stock,
.in-stock{
    color: #005aee !important;
    font-weight: 700;
}
.out-of-stock{
    color: #c91f28;
    font-weight: 700;
}
/* meta */
.product_meta{
    font-size: 14px;
    line-height: 20px;
    padding: 13px 0 0;
    border-top: 1px solid #e6e6e6;
    margin: 30px 0 0;
}
.product_meta > *{
    display: block;
    padding: 2px 0;
}
.sku_wrapper > *,
.product_meta > * > *{
    display: inline-block;
    vertical-align: top;
}
.product_meta > * .title{
    margin-right: 3px;
}
.product_meta > * a:not(:hover){
    color: inherit;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
/* loop-gallery */
.product-loop-gallery > .list-gallery{
    width: 100%;
    padding: 0 24px !important;
    max-width: 188px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.product-loop-gallery .list-gallery{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.product-loop-gallery .list-gallery.scroll-content{
    height: auto !important;
    margin: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    overflow: hidden !important;
}
.product-loop-gallery a{
    display: inline-block;
    vertical-align: top;
    border: 2px solid #efefef;
    border-radius: 4px;
}
.product-loop-gallery a:not(:last-child){
    margin-right: 10px;
}
.product-loop-gallery a img{
    margin: auto;
}
.product-loop-gallery .scroll-wrapper .scroll-element_outer,
.product-loop-gallery .scroll-wrapper .scroll-element_corner{
    display: none !important;
}
.product-loop-gallery .scroll-wrapper .scroll-element_arrows_visible{
    position: static;
    background-color: transparent;
    height: auto;
}
.product-loop-gallery .scroll-wrapper .scroll-arrow{
    position: absolute;
    top: calc(50% - 12px);
    font-size: 14px;
    line-height: 24px;
    width: 20px;
    height: auto;
    cursor: pointer;
    text-align: center;
    background-color: transparent !important;
}
.product-loop-gallery .scroll-wrapper .scroll-arrow_less{
    left: -3px !important;
    right: auto !important;
}
.product-loop-gallery .scroll-wrapper .scroll-arrow_more{
    left: auto !important;
    right: -3px !important;
}
.product-loop-gallery .scroll-wrapper .scroll-arrow_less::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e902';
}
.product-loop-gallery .scroll-wrapper .scroll-arrow_more::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e903';
}
@media (max-width: 767px){
    .product-loop-gallery > .list-gallery{
        padding: 0 20px !important;
    }
}
/* variations */
.variations_form{
    position: relative !important;
}
table.variations{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
table.variations tbody{
    display: flex;
    flex-wrap: wrap;
}
table.variations tr{
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 35px 0 0;
}
table.variations th,
table.variations td{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    padding: 0;
    border: none;
}
table.variations .label{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    border-radius: 0;
    margin-right: 5px;
}
table.variations .label label{
    display: inline-block;
    vertical-align: top;
    font-weight: inherit;
    margin: 0;
}
table.variations .label label::after{
    content: ':';
}
table.variations .rtwpvs-terms-wrapper{
    margin: -5px;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper{
    display: flex;
}
table.variations .rtwpvs-term{
    padding: 0 !important;
    box-shadow: none !important;
    margin: 5px !important;
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border-radius: 0 !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img{
    display: block !important;
}
table.variations .rtwpvs-term span::after{
    display: none !important;
}
table.variations .rtwpvs-term span[style*="background-color:#ffffff;"]{
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
table.variations .rtwpvs-color-term span,
table.variations .rtwpvs-image-term img{
    border: 2px solid #e6e6e6;
}
table.variations select{
    width: 100%;
    padding: 3px 28px 3px 15px;
    background-position: center right 15px;
}
table.variations .reset_variations{
    position: absolute;
    left: calc(100% + 35px);
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
table.variations .reset_variations[style*="visibility: hidden;"]{
    display: none !important;
}
table.variations .button-variable-wrapper{
    margin: 0 -5px !important;
}
table.variations .rtwpvs-button-term{
    height: auto !important;
    min-width: 26px !important;
    background-color: transparent !important;
    margin: 0 !important;
}
table.variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover{
    background-color: transparent !important;
}
table.variations .rtwpvs-button-term span{
    padding: 0 5px !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 5px 1px 0;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label{
    display: inline;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: inherit;
    color: inherit;
}
/* desc */
.woocommerce-product-details__short-description > :last-child{
    margin-bottom: 0;
}
/* growl */
.growl.growl-notice{
    color: #000;
    background-color: #fff;
}
.growl.growl-notice .growl-close::before,
.growl.growl-notice .growl-close::after{
    background-color: #000;
}
.growl.growl-notice .growl-title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*----- PAGE -----*/
ul.products{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.ovic-products .product-list-grid,
ul.shop-page{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}
ul.shop-page{
    margin-bottom: 10px;
}
.ovic-products .product-list-grid::before,
.ovic-products .product-list-grid::after,
ul.shop-page::before,
ul.shop-page::after{
    display: block;
}
ul.shop-page.columns-6 > .product-item,
ul.shop-page.columns-6 > .product-category{
    width: 16.66666667%;
}
ul.shop-page.columns-5 > .product-item,
ul.shop-page.columns-5 > .product-category{
    width: 20%;
}
ul.shop-page.columns-4 > .product-item,
ul.shop-page.columns-4 > .product-category{
    width: 25%;
}
ul.shop-page.columns-3 > .product-item,
ul.shop-page.columns-3 > .product-category{
    width: 33.33333333%;
}
ul.shop-page.columns-2 > .product-item,
ul.shop-page.columns-2 > .product-category{
    width: 50%;
}
ul.shop-page.columns-1 > .product-item,
ul.shop-page.columns-0 > .product-item,
ul.shop-page.columns-1 > .product-category,
ul.shop-page.columns-0 > .product-category{
    width: 100% !important;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category{
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.shop-page > .product-category a{
    display: block;
    border: 1px solid #e6e6e6;
    text-align: center;
}
ul.shop-page > .product-category a img{
    width: auto;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
ul.shop-page > .product-category a:hover img{
    opacity: 0.7;
}
ul.shop-page > .product-category a:hover h2{
    color: inherit;
}
ul.shop-page > .product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    padding: 5px 10px;
}
ul.shop-page > .product-category mark{
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    padding: 0;
    margin-left: 3px;
}
.woocommerce-products-header .term-description{
    margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page:not(.armania-isotope):not(.columns-2):not(.columns-3) > .product-item,
    ul.shop-page:not(.armania-isotope):not(.columns-2):not(.columns-3) > .product-category{
        width: 25%;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    ul.shop-page:not(.armania-isotope):not(.columns-2) > .product-item,
    ul.shop-page:not(.armania-isotope):not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        margin-left: -10px;
        margin-right: -10px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        margin-left: -5px;
        margin-right: -5px;
    }
    ul.shop-page{
        margin-bottom: 20px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.shop-page:not(.armania-isotope):not(.columns-1) > .product-item,
    ul.shop-page:not(.armania-isotope):not(.columns-1) > .product-category{
        width: 50%;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        margin-bottom: 10px;
    }
}
/* hover change image */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
/* hover scale image */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/*----- CONTROL -----*/
.shop-control::before,
.shop-control::after{
    content: '';
    display: table;
    clear: both;
}
.shop-control .page-title{
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0;
}
.shop-control .control-right{
    float: right;
    text-align: right;
}
.shop-control .control-right > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin-left: 25px;
}
.shop-control .control-right > * > *{
    display: inline-block;
    vertical-align: top;
}
.shop-control .display-mode-control.mode-number{
    padding: 10px 0;
}
.shop-control .display-mode-control > form{
    display: inline-block;
    vertical-align: top;
}
.shop-control .display-mode-control .grid-number{
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.shop-control .display-mode-control .mode-button{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background-color: transparent;
    padding: 5px;
    color: #b3b3b3;
}
.shop-control .display-mode-control .mode-button .icon{
    display: block;
    width: 19px;
    height: 20px;
}
.shop-control .display-mode-control .mode-list .icon span{
    display: block;
    border-top: 2px solid;
    margin-top: 6px;
}
.shop-control .display-mode-control .mode-list .icon span:first-child{
    margin-top: 1px;
}
.shop-control .display-mode-control .mode-grid .icon span{
    display: inline-block;
    vertical-align: top;
    width: 5px;
    border-top: 5px solid;
}
.shop-control .display-mode-control .mode-grid .icon span:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){
    margin-top: 2px;
}
.shop-control .display-mode-control .mode-grid .icon span:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(7)){
    margin-left: 2px;
}
.shop-control .chosen-container .chosen-single{
    padding: 3px 30px;
    height: 30px;
}
.shop-control select{
    padding: 3px 30px;
}
.shop-control .chosen-container .chosen-drop{
    left: auto;
    right: 0;
    min-width: 120px;
}
.shop-control .display-sort-by .chosen-container .chosen-drop{
    min-width: 220px;
}
.shop-before-control{
    padding: 5px 20px 5px 25px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.shop-after-control > *{
    display: inline-block;
    vertical-align: top;
}
.shop-after-control .type-load_more::before,
.shop-after-control .type-load_more::after{
    display: none;
}
.shop-after-control .woocommerce-result-count{
    float: right;
    text-align: right;
    padding: 10px 0;
    margin: 0 0 0 30px;
}
@media (max-width: 767px){
    .shop-before-control{
        padding: 5px 15px;
    }
    .shop-control .control-right{
        float: none;
    }
    .shop-control .page-title{
        display: block;
    }
    .shop-control select{
        padding-left: 15px;
        padding-right: 15px;
    }
    .shop-control .display-mode-control{
        float: left;
        margin: 0 -5px;
    }
    .shop-control .woocommerce-ordering{
        width: calc(100% - 80px);
    }
    .shop-control .display-mode-control.mode-number{
        display: block;
        float: none;
        text-align: left;
        margin: 0;
    }
    .shop-after-control .woocommerce-result-count{
        display: block;
        float: none;
        text-align: inherit;
        margin: 0;
    }
}
/*----- SHOP BANNER -----*/
.shop-banner{
    position: relative;
    margin-bottom: 40px;
}
@media (max-height: 767px){
    .shop-banner{
        margin-bottom: 30px;
    }
}
/*----- SHORTCODE -----*/
.product-item .group-button::before,
.product-item .group-button::after,
.ovic-products::before,
.ovic-products::after,
.product-inner::before,
.product-inner::after{
    content: '';
    display: table;
    clear: both;
}
.product-item .product-inner{
    position: relative;
    background-color: #fff;
}
.product-item .product-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-item .product-title{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}
.product-item .product-title > a:not(:hover){
    color: inherit;
}
.no-rating .product-item .star-rating-wrap{
    display: none;
}
.product-item .price{
    margin-top: 2px;
}
.no-rating .product-item .price{
    margin-top: 4px;
}
.product-item .woocommerce-product-details__short-description{
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin: 15px 0 0;
}
.product-item .woocommerce-product-details__short-description > ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.product-item .woocommerce-product-details__short-description > ul > li::before{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 90px;
    border: 3px solid;
    margin: 7px 6px 5px 0;
}
.entry-summary .woocommerce-product-details__short-description,
.entry-summary .shop_attributes-wrap,
.product-item .shop_attributes-wrap{
    margin: 17px 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.entry-summary .shop_attributes,
.product-item .shop_attributes{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.entry-summary .shop_attributes th,
.product-item .shop_attributes th{
    vertical-align: top;
    border: none;
    padding: 2px 14px 2px 0;
    font-weight: inherit;
    white-space: nowrap;
    width: 1%;
}
.entry-summary .shop_attributes th::after,
.product-item .shop_attributes th::after{
    content: ':';
    margin-left: 3px;
}
.entry-summary .shop_attributes td,
.product-item .shop_attributes td{
    vertical-align: top;
    border: none;
    padding: 2px 0;
}
.entry-summary .shop_attributes p:last-child,
.product-item .shop_attributes p:last-child{
    margin: 0;
}
/* style-list */
.product-item.list .product-inner:hover{
    z-index: 1;
}
.product-item.list .product-inner{
    padding: 15px;
}
.product-item.list .product-info{
    padding: 15px 0;
}
.product-item.list .product-title{
    font-size: 18px;
    line-height: 24px;
}
.product-item.list .woocommerce-product-details__short-description{
    font-size: inherit;
    line-height: inherit;
    max-height: 100%;
    overflow: visible;
}
.product-item.list .price{
    font-size: 15px;
}
.product-item.list .price ins{
    margin-right: 7px;
}
.product-item.list .add-to-cart{
    width: 176px;
    max-width: calc(100% - 110px);
}
.product-item.list .add-to-cart a{
    padding: 8px 15px;
}
.product-item.style-07 .product-inner:not(:hover) .add-to-cart > a,
.product-item.style-05 .product-inner:not(:hover) .add-to-cart > a,
.product-item.style-02 .product-inner:not(:hover) .add-to-cart > a,
.product-item.list .product-inner:not(:hover) .add-to-cart > a{
    color: #888;
    background-color: #e6e6e6;
}
.product-item.list .group-button{
    margin: 13px -5px 0;
}
.product-item.list .group-button > *{
    float: left;
    margin: 10px 5px 0;
}
/* style-01 */
.ovic-products .button-products{
    margin-top: 30px;
}
.ovic-products .product-list-owl{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.ovic-products .product-list-owl > .slick-list{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ovic-brand.style-03 .slick-slider[data-slick*='"slidesMargin":0'] .slick-active + .slick-active,
.ovic-brand.style-02 .slick-slider[data-slick*='"slidesMargin":0'] .slick-active + .slick-active,
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .slick-active + .slick-active,
.ovic-blog.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .slick-active + .slick-active,
.ovic-hotcategory.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .slick-active + .slick-active,
.ovic-products.style-28 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-27 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-17 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-11 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-10 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-09 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-08 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-06 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-04 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-03 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-02 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active,
.ovic-products.style-01 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-active + .slick-active{
    border-color: #e6e6e6;
}
.ovic-brand.style-03 .slick-slider[data-slick*='"slidesMargin":0'] .slick-slide,
.ovic-brand.style-02 .slick-slider[data-slick*='"slidesMargin":0'] .slick-slide,
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .slick-slide,
.ovic-blog.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .slick-slide,
.ovic-hotcategory.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .slick-slide,
.ovic-products.style-28 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-27 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-17 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-11 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-10 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-09 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-08 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-06 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-04 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-03 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-02 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide,
.ovic-products.style-01 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide{
    border-left: 1px solid transparent;
}
.ovic-brand.style-03 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) > *,
.ovic-brand.style-02 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) > *,
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) > *,
.ovic-blog.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) > *,
.ovic-hotcategory.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) > *,
.ovic-products.style-28 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-27 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-17 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-11 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-10 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-09 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-08 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-06 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-04 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-03 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-02 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *,
.ovic-products.style-01 .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child) > *{
    border-top: 1px solid #e6e6e6;
}
.ovic-brand.style-03 .slick-slider:not([data-slick*='"slidesMargin":0']) .brand-item,
.ovic-brand.style-01 .slick-slider:not([data-slick*='"slidesMargin":0']) .brand-item,
.ovic-blog.style-01 .slick-slider:not([data-slick*='"slidesMargin":0']) .blog-item,
.ovic-hotcategory.style-01 .slick-slider:not([data-slick*='"slidesMargin":0']) .hotcategory-item,
.ovic-products.style-28 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-27 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-17 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-11 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-10 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-09 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-08 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-04 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-03 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-02 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item,
.ovic-products.style-01 .product-list-owl:not([data-slick*='"slidesMargin":0']) .product-item{
    border: 1px solid #e6e6e6;
}
.ovic-products.style-28 .product-list-grid,
.shop-page.ovic-products.style-28,
.ovic-products.style-27 .product-list-grid,
.shop-page.ovic-products.style-27,
.ovic-products.style-17 .product-list-grid,
.shop-page.ovic-products.style-17,
.ovic-products.style-11 .product-list-grid,
.shop-page.ovic-products.style-11,
.ovic-products.style-10 .product-list-grid,
.shop-page.ovic-products.style-10,
.ovic-products.style-09 .product-list-grid,
.shop-page.ovic-products.style-09,
.ovic-products.style-08 .product-list-grid,
.shop-page.ovic-products.style-08,
.ovic-products.style-04 .product-list-grid,
.shop-page.ovic-products.style-04,
.ovic-products.style-03 .product-list-grid,
.shop-page.ovic-products.style-03,
.ovic-products.style-02 .product-list-grid,
.shop-page.ovic-products.style-02,
.ovic-products.style-01 .product-list-grid,
.shop-page.ovic-products.style-01{
    width: 100%;
    margin: 0;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
.ovic-products.style-28 .product-list-grid .product-item,
.shop-page.ovic-products.style-28 .product-item,
.ovic-products.style-27 .product-list-grid .product-item,
.shop-page.ovic-products.style-27 .product-item,
.ovic-products.style-17 .product-list-grid .product-item,
.shop-page.ovic-products.style-17 .product-item,
.ovic-products.style-11 .product-list-grid .product-item,
.shop-page.ovic-products.style-11 .product-item,
.ovic-products.style-10 .product-list-grid .product-item,
.shop-page.ovic-products.style-10 .product-item,
.ovic-products.style-09 .product-list-grid .product-item,
.shop-page.ovic-products.style-09 .product-item,
.ovic-products.style-08 .product-list-grid .product-item,
.shop-page.ovic-products.style-08 .product-item,
.ovic-products.style-04 .product-list-grid .product-item,
.shop-page.ovic-products.style-04 .product-item,
.ovic-products.style-03 .product-list-grid .product-item,
.shop-page.ovic-products.style-03 .product-item,
.ovic-products.style-02 .product-list-grid .product-item,
.shop-page.ovic-products.style-02 .product-item,
.ovic-products.style-01 .product-list-grid .product-item,
.shop-page.ovic-products.style-01 .product-item{
    padding: 0;
    margin: 0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.shop-page.ovic-products.style-27,
.shop-page.ovic-products.style-01{
    margin-bottom: 40px;
}
@media (max-width: 767px){
    .shop-page.ovic-products.style-27,
    .shop-page.ovic-products.style-01{
        margin-bottom: 30px;
    }
}
.product-item.style-01 .product-inner{
    padding: 20px 20px 14px;
}
.product-item.style-01 .product-info{
    padding-top: 20px;
}
.product-item.style-01 .add-to-cart{
    position: absolute;
    right: 20px;
    bottom: 7px;
}
.product-item.style-01 .add-to-cart > a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 36px;
    border-radius: 90px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}
.product-item.style-01 .add-to-cart > a::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e906';
    font-size: 20px;
    line-height: 36px;
    margin: -1px 0 1px;
}
.product-item.style-01 .group-button{
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    display: flex;
}
.product-item.style-01 .group-button::before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #e6e6e6;
}
.product-item.style-01 .group-button::after{
    display: block;
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #fff;
}
.product-item.style-01 .group-button > *{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}
.product-item.style-01 .group-button > *:not(:last-child){
    margin: 0 5px 0 0;
}
.product-item.style-01 .group-button > *:not(:first-child){
    margin: 0 0 0 5px;
    text-align: right;
}
/* style-02 */
.product-item.style-02 .product-inner{
    padding: 20px 20px 15px;
    display: flex;
    align-items: center;
    direction: rtl;
}
.product-item.style-02 .product-thumb{
    width: 49%;
    max-width: 210px;
    direction: ltr;
}
.product-item.style-02 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 13px 15px 0 0;
    direction: ltr;
}
.product-item.style-02 .group-button{
    max-width: 180px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-top: 28px;
}
.product-item.style-02 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 4px 8px 0;
}
.product-item.style-02 .add-to-cart{
    display: block;
    margin: 0;
}
.product-item.style-02 .add-to-cart a{
    padding: 8px 15px;
}
.product-item.style-10 .add-to-cart a::before,
.product-item.style-03 .add-to-cart a::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e906';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: -1px 0 1px;
}
.product-item.style-10 .add-to-cart a,
.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-03 .add-to-cart a,
.product-item.style-03 a.compare,
.product-item.style-03 a.yith-wcqv-button,
.product-item.style-03 .yith-wcwl-add-to-wishlist a,
.product-item.style-02 a.compare,
.product-item.style-02 a.yith-wcqv-button,
.product-item.style-02 .yith-wcwl-add-to-wishlist a{
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 20px;
    height: 30px;
    padding: 5px 0;
    border-radius: 90px;
    text-align: center;
    text-decoration: none;
}
.product-item.style-10 .add-to-cart a:not(:hover),
.product-item.style-10 a.compare:not(:hover),
.product-item.style-10 a.yith-wcqv-button:not(:hover),
.product-item.style-10 .yith-wcwl-add-to-wishlist a:not(:hover),
.product-item.style-03 .add-to-cart a:not(:hover),
.product-item.style-03 a.compare:not(:hover),
.product-item.style-03 a.yith-wcqv-button:not(:hover),
.product-item.style-03 .yith-wcwl-add-to-wishlist a:not(:hover),
.product-item.style-02 a.compare:not(:hover),
.product-item.style-02 a.yith-wcqv-button:not(:hover),
.product-item.style-02 .yith-wcwl-add-to-wishlist a:not(:hover){
    color: inherit;
}
.product-item.style-10 a.yith-wcqv-button,
.product-item.style-03 a.yith-wcqv-button,
.product-item.style-02 a.yith-wcqv-button{
    width: 24px;
}
.product-item.style-10 a.compare::before,
.product-item.style-10 a.yith-wcqv-button::before,
.product-item.style-03 a.compare::before,
.product-item.style-03 a.yith-wcqv-button::before,
.product-item.style-02 a.compare::before,
.product-item.style-02 a.yith-wcqv-button::before{
    margin: 0;
}
.product-item.style-10 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-03 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-02 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
}
.product-item.style-02 .product-sale-off{
    margin-top: 24px;
}
/* style-03 */
.product-item.style-03 .product-inner{
    padding: 15px;
}
.product-item.style-03 .product-info{
    padding: 20px 0 10px;
}
.product-item.style-03 .group-button{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background-color: #fff;
    margin: 0 -8px;
    text-align: center;
}
.product-item.style-03 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 3px 8px;
}
/* style-04 */
.product-item.style-04 .product-inner{
    padding: 10px;
    display: flex;
}
.product-item.style-04 .product-thumb{
    width: 36%;
    max-width: 110px;
}
.product-item.style-04 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 5px 0 5px 10px;
}
.product-item.style-04 .price{
    margin-top: 7px;
}
/* style-06 */
.product-item.style-05 .product-inner{
    padding: 15px;
}
.product-item.style-05 .product-thumb{
    float: right;
    width: 55%;
    max-width: 360px;
    padding: 15px;
}
.product-item.style-05 .product-info{
    overflow: hidden;
    padding: 15px 15px 3px;
}
.product-item.style-05 .price{
    font-size: 18px;
}
.product-item.style-05 .price del{
    font-size: 14px;
    margin: 2px 0 -2px;
}
.product-item.style-05 .woocommerce-product-details__short-description{
    margin-top: 12px;
}
.product-item.style-05 .product-sale-off{
    margin-top: 16px;
}
.product-item.style-05 .group-button{
    margin: 20px -5px 0;
}
.product-item.style-05 .group-button > *{
    float: left;
    margin: 10px 5px 0;
}
.product-item.list a.compare,
.product-item.list a.yith-wcqv-button,
.product-item.list .yith-wcwl-add-to-wishlist > *,
.product-item.style-05 a.compare,
.product-item.style-05 a.yith-wcqv-button,
.product-item.style-05 .yith-wcwl-add-to-wishlist > *{
    color: #888;
    background-color: #e6e6e6;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    border-radius: 0;
    text-align: center;
}
.product-item.list a.compare::before,
.product-item.list a.yith-wcqv-button::before,
.product-item.style-05 a.compare::before,
.product-item.style-05 a.yith-wcqv-button::before{
    margin: 0;
}
.product-item.list .yith-wcwl-add-to-wishlist a,
.product-item.style-05 .yith-wcwl-add-to-wishlist a{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
}
.product-item.style-05 .add-to-cart{
    min-width: calc(100% - 110px);
}
.product-item.style-05 .add-to-cart > a{
    padding: 8px 15px;
}
.product-item.style-05 .armania-countdown{
    padding-top: 13px;
    border-top: 1px solid #e6e6e6;
    margin-top: 35px;
}
/* style-06 */
.product-item.style-06 .product-thumb{
    padding: 20px;
}
.product-item.style-06 .product-info{
    padding: 3px 20px 15px;
}
.product-item.style-06 .star-rating-wrap{
    margin-top: 2px;
}
.product-item.style-06 .price{
    font-size: 15px;
}
.product-item.style-06 .product-loop-gallery{
    padding: 7px 10px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
/* style-07 */
.product-item.style-07 .product-inner{
    background-color: #fff;
    display: flex;
    padding: 10px;
}
.product-item.style-07 .product-thumb{
    width: 49%;
    max-width: 210px;
}
.product-item.style-07 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 14px 0 18px 10px;
}
.product-item.style-07 .add-to-cart{
    margin-top: 30px;
}
.product-item.style-07 .add-to-cart{
    width: 180px;
}
.product-item.style-07 .add-to-cart > a{
    padding-top: 8px;
    padding-bottom: 8px;
}
/* style-08 */
.product-item.style-08 .product-inner{
    padding: 9px;
    display: flex;
}
.product-item.style-08 .product-thumb{
    width: 42%;
    max-width: 90px;
}
.product-item.style-08 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 5px 0 5px 10px;
}
.product-item.style-08 .price{
    font-size: 15px;
    margin-top: 7px;
}
.product-item.style-08 .price ins{
    margin-right: 5px;
}
/* style-09 */
.product-item.style-09 .product-inner{
    padding: 13px 10px;
    display: flex;
}
.product-item.style-09 .product-thumb{
    width: 40%;
    max-width: 160px;
}
.product-item.style-09 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 0 10px 10px;
}
.product-item.style-09 .product-labels{
    margin-bottom: 1px;
}
.product-item.style-09 .product-labels > *{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.product-item.style-09 .price{
    margin-top: 7px;
}
/* style-10 */
.product-item.style-10 .product-inner{
    padding: 10px;
    display: flex;
}
.product-item.style-10 .product-thumb{
    width: 46%;
    max-width: 140px;
}
.product-item.style-10 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 0 10px 10px;
}
.product-item.style-10 .price{
    margin-top: 7px;
}
.product-item.style-10 .group-button{
    margin: 10px -8px 0;
}
.product-item.style-10 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
/* style-11 */
.product-item.style-11 .product-inner{
    padding: 8px 15px;
}
.product-item.style-11 .product-thumb{
    float: right;
    width: 57%;
    max-width: 120px;
}
.product-item.style-11 .product-info{
    overflow: hidden;
    padding: 13px 10px 10px 0;
}
.product-item.style-11 .product-title a{
    white-space: normal !important;
}
.product-item.style-11 .price{
    font-size: 15px;
}
/* style-12 */
.product-item.style-12 .product-inner{
    border: 1px solid #e6e6e6;
    padding: 19px 19px 14px;
    text-align: center;
}
.product-item.style-12 .product-thumb{
    display: block;
}
.product-item.style-12 .product-thumb img{
    margin: auto;
}
.product-item.style-12 .product-title{
    margin-top: 10px;
}
.product-item.style-12 .price{
    display: table;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}
.product-item.style-12 .group-button{
    position: absolute;
    top: 0;
    right: 0;
}
.product-item.style-25 .group-button > *,
.product-item.style-24 .group-button > *,
.product-item.style-22 .group-button > *,
.product-item.style-21 .group-button > *,
.product-item.style-20 .group-button > *,
.product-item.style-19 .group-button > *,
.product-item.style-18 .group-button > *,
.product-item.style-15 .group-button > *,
.product-item.style-13 .group-button > *,
.product-item.style-12 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-34 a.yith-wcqv-button,
.product-item.style-34 .yith-wcwl-add-to-wishlist > *,
.product-item.style-34 .add-to-cart a,
.product-item.style-32 a.yith-wcqv-button,
.product-item.style-32 .yith-wcwl-add-to-wishlist > *,
.product-item.style-32 .add-to-cart a,
.product-item.style-31 a.yith-wcqv-button,
.product-item.style-31 .yith-wcwl-add-to-wishlist > *,
.product-item.style-31 .add-to-cart a,
.product-item.style-29 a.yith-wcqv-button,
.product-item.style-29 .yith-wcwl-add-to-wishlist > *,
.product-item.style-29 .add-to-cart a,
.product-item.style-27 a.yith-wcqv-button,
.product-item.style-27 .yith-wcwl-add-to-wishlist > *,
.product-item.style-27 .add-to-cart a,
.product-item.style-25 a.yith-wcqv-button,
.product-item.style-25 .yith-wcwl-add-to-wishlist > *,
.product-item.style-25 .add-to-cart a,
.product-item.style-24 a.yith-wcqv-button,
.product-item.style-24 .yith-wcwl-add-to-wishlist > *,
.product-item.style-22 a.yith-wcqv-button,
.product-item.style-22 .yith-wcwl-add-to-wishlist > *,
.product-item.style-22 .add-to-cart a,
.product-item.style-21 a.yith-wcqv-button,
.product-item.style-21 .yith-wcwl-add-to-wishlist > *,
.product-item.style-21 .add-to-cart a,
.product-item.style-20 a.yith-wcqv-button,
.product-item.style-20 .yith-wcwl-add-to-wishlist > *,
.product-item.style-20 .add-to-cart a,
.product-item.style-19 a.yith-wcqv-button,
.product-item.style-19 .yith-wcwl-add-to-wishlist > *,
.product-item.style-19 .add-to-cart a,
.product-item.style-18 a.yith-wcqv-button,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *,
.product-item.style-15 a.yith-wcqv-button,
.product-item.style-15 .yith-wcwl-add-to-wishlist > *,
.product-item.style-15 .add-to-cart a,
.product-item.style-14 a.yith-wcqv-button,
.product-item.style-14 .yith-wcwl-add-to-wishlist > *,
.product-item.style-14 .add-to-cart a,
.product-item.style-13 a.yith-wcqv-button,
.product-item.style-13 .yith-wcwl-add-to-wishlist > *,
.product-item.style-12 a.yith-wcqv-button,
.product-item.style-12 .yith-wcwl-add-to-wishlist > *,
.product-item.style-12 .add-to-cart a{
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    border-radius: 90px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.product-item.style-32 a.yith-wcqv-button::before,
.product-item.style-29 a.yith-wcqv-button::before,
.product-item.style-27 a.yith-wcqv-button::before,
.product-item.style-25 a.yith-wcqv-button::before,
.product-item.style-21 a.yith-wcqv-button::before,
.product-item.style-20 a.yith-wcqv-button::before,
.product-item.style-19 a.yith-wcqv-button::before,
.product-item.style-15 a.yith-wcqv-button::before,
.product-item.style-14 a.yith-wcqv-button::before,
.product-item.style-12 a.yith-wcqv-button::before{
    content: "\e930";
    font-size: 16px;
    margin: 0;
}
.product-item.style-34 a.yith-wcqv-button::before,
.product-item.style-31 a.yith-wcqv-button::before,
.product-item.style-24 a.yith-wcqv-button::before,
.product-item.style-22 a.yith-wcqv-button::before,
.product-item.style-18 a.yith-wcqv-button::before,
.product-item.style-13 a.yith-wcqv-button::before{
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
    font-size: 14px;
    margin: 0;
}
.product-item.style-34 .yith-wcwl-add-to-wishlist a,
.product-item.style-32 .yith-wcwl-add-to-wishlist a,
.product-item.style-31 .yith-wcwl-add-to-wishlist a,
.product-item.style-29 .yith-wcwl-add-to-wishlist a,
.product-item.style-27 .yith-wcwl-add-to-wishlist a,
.product-item.style-25 .yith-wcwl-add-to-wishlist a,
.product-item.style-24 .yith-wcwl-add-to-wishlist a,
.product-item.style-22 .yith-wcwl-add-to-wishlist a,
.product-item.style-21 .yith-wcwl-add-to-wishlist a,
.product-item.style-20 .yith-wcwl-add-to-wishlist a,
.product-item.style-19 .yith-wcwl-add-to-wishlist a,
.product-item.style-18 .yith-wcwl-add-to-wishlist a,
.product-item.style-15 .yith-wcwl-add-to-wishlist a,
.product-item.style-14 .yith-wcwl-add-to-wishlist a,
.product-item.style-13 .yith-wcwl-add-to-wishlist a,
.product-item.style-12 .yith-wcwl-add-to-wishlist a{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.product-item.style-32 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-29 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-27 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-25 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-21 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-12 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
    margin: 0;
}
.product-item.style-34 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-31 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-22 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-13 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
    margin: 1px 0 -1px;
}
.product-item.style-32 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-29 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-27 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-25 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-21 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-20 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-19 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-15 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-14 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-12 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before{
    content: '\e92f';
    font-size: 16px;
}
.product-item.style-34 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-31 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-24 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-22 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-18 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-13 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before{
    font-family: FontAwesome, sans-serif;
    content: "\f004";
    font-size: 14px;
}
.product-item.style-34 .add-to-cart a::before,
.product-item.style-32 .add-to-cart a::before,
.product-item.style-31 .add-to-cart a::before,
.product-item.style-29 .add-to-cart a::before,
.product-item.style-27 .add-to-cart a::before,
.product-item.style-25 .add-to-cart a::before,
.product-item.style-21 .add-to-cart a::before,
.product-item.style-20 .add-to-cart a::before,
.product-item.style-19 .add-to-cart a::before,
.product-item.style-15 .add-to-cart a::before,
.product-item.style-14 .add-to-cart a::before,
.product-item.style-12 .add-to-cart a::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: "\e92e";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.product-item.style-22 .add-to-cart a::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f07a";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
/* style-13 */
.ovic-products.style-13 .product-list-owl > .slick-dots{
    margin-top: 36px;
}
@media (max-width: 1199px){
    .ovic-products.style-13 .product-list-owl > .slick-dots{
        margin-top: 26px;
    }
}
@media (max-width: 767px){
    .ovic-products.style-13 .product-list-owl > .slick-dots{
        margin-top: 16px;
    }
}
.product-item.style-13 .product-inner{
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 14px 14px 25px;
    text-align: center;
}
.product-item.style-13 .group-button{
    position: absolute;
    top: 15px;
    right: 10px;
}
.product-item.style-13 .add-to-cart{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-item.style-13 .add-to-cart a{
    border-radius: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}
.product-item.style-13 .star-rating-wrap{
    margin-top: 15px;
}
.skin-medical p.stars a:before,
.skin-medical p.stars a:hover ~ a:before,
.skin-medical p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\f006';
}
.skin-medical p.stars:hover a:before,
.skin-medical p.stars.selected:not(:hover) a:before,
.skin-medical .ovic-panel-rating .average span{
    content: '\f005';
}
.skin-medical .star-rating::before,
.product-item.style-13 .star-rating::before{
    content: '\f006\f006\f006\f006\f006';
}
.skin-medical .star-rating > span::before,
.product-item.style-13 .star-rating > span::before{
    content: '\f005\f005\f005\f005\f005';
}
.product-item.style-13 .product-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 9px;
}
.product-item.style-13 .price{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
    margin-top: 9px;
}
.product-item.style-13 .price del{
    font-size: 14px;
    margin: 2px 0 -2px;
}
/* style-14 */
.product-item.style-29 .product-inner,
.product-item.style-14 .product-inner{
    text-align: center;
    background-color: transparent;
}
.product-item.style-14 .thumb-link{
    padding: 14px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.product-item.style-29 .thumb-link .second-thumb,
.product-item.style-14 .thumb-link .second-thumb{
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.product-item.style-34 .product-inner:not(:hover) .thumb-link::after,
.product-item.style-32 .product-inner:not(:hover) .thumb-link::after,
.product-item.style-31 .product-inner:not(:hover) .thumb-link::after,
.product-item.style-20 .product-inner:not(:hover)::before,
.product-item.style-20 .product-inner:not(:hover) .thumb-link::after,
.product-item.style-14 .product-inner:not(:hover) .thumb-link::after{
    opacity: 0;
    visibility: hidden;
}
.product-item.style-34 .thumb-link::after,
.product-item.style-32 .thumb-link::after,
.product-item.style-31 .thumb-link::after,
.product-item.style-20 .product-inner::before,
.product-item.style-20 .thumb-link::after,
.product-item.style-14 .thumb-link::after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item.style-29 .product-labels > *,
.product-item.style-14 .product-labels > *{
    top: 15px;
    left: 15px;
}
.product-item.style-29 .product-labels > .onsale,
.product-item.style-29 .product-labels > .featured,
.product-item.style-14 .product-labels > .onsale,
.product-item.style-14 .product-labels > .featured{
    left: auto;
    right: 15px;
}
.product-item.style-29 .product-labels > .onsale ~ .featured,
.product-item.style-29 .product-labels > .onnew ~ .out-of-stock,
.product-item.style-14 .product-labels > .onsale ~ .featured,
.product-item.style-14 .product-labels > .onnew ~ .out-of-stock{
    top: 36px;
}
.product-item.style-34 .group-button,
.product-item.style-31 .group-button,
.product-item.style-29 .group-button,
.product-item.style-14 .group-button{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.product-item.style-34 .group-button > *,
.product-item.style-31 .group-button > *,
.product-item.style-29 .group-button > *,
.product-item.style-14 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.product-item.style-29 .product-info,
.product-item.style-14 .product-info{
    padding-bottom: 3px;
}
.product-item.style-29 .price,
.product-item.style-14 .price{
    display: table;
    margin: auto;
    font-size: 15px;
}
.product-item.style-29 .product-title,
.product-item.style-14 .product-title{
    margin-top: 12px;
}
.product-item.style-29 .star-rating-wrap,
.product-item.style-14 .star-rating-wrap{
    margin-top: 2px;
}
/* style-15 */
.product-item.style-15 .product-labels > *{
    top: 10px;
    left: 10px;
}
.product-item.style-15 .product-labels > .onsale,
.product-item.style-15 .product-labels > .featured{
    left: auto;
    right: 10px;
}
.product-item.style-15 .product-labels > .onsale ~ .featured,
.product-item.style-15 .product-labels > .onnew ~ .out-of-stock{
    top: 31px;
}
.product-item.style-15 .thumb-link{
    padding: 9px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.product-item.style-15 .thumb-link .second-thumb{
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.product-item.style-15 .group-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-15 .product-info{
    padding: 12px 0 5px;
}
.product-item.style-15 .price{
    font-size: 15px;
    margin-top: 0;
}
.product-item.style-15 .box-wrap{
    display: flex;
    align-items: flex-start;
}
.product-item.style-15 .box-left{
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
}
/* style-16 */
.product-item.style-16 .product-inner{
    padding: 20px;
    box-shadow: 0 0 0 1px #ebebeb inset;
    border-radius: 2px;
    text-align: center;
}
.product-item.style-16 .product-thumb{
    display: block;
}
.product-item.style-16 .thumb-link img{
    margin: auto;
}
.product-item.style-16 .product-sale-off{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    min-width: 76px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #ff515a;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2px;
}
.product-item.style-16 .product-sale-off .text{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
}
.product-item.style-16 .product-sale-off .percent{
    display: block;
    font-size: 24px;
    color: inherit;
}
.product-item.style-16 .add-to-cart{
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.product-item.style-16 .product-title{
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
}
.product-item.style-16 .product-info::before{
    display: block;
    content: '';
    margin: 0 30px;
    border-top: 1px solid #e6e6e6;
}
.product-item.style-16 .star-rating-wrap{
    margin-top: 9px;
}
.product-item.style-16 .price{
    display: table;
    font-size: 24px;
    margin: 9px auto 0;
}
.product-item.style-16 .price del{
    font-size: 18px;
    margin: 2px 0 -2px;
}
.product-item.style-16 .armania-countdown-wrapper{
    display: flex;
    align-items: center;
    padding: 11px 35px 11px 25px;
    margin: 28px -20px -20px;
    border-radius: 2px;
    font-weight: 500;
}
.product-item.style-16 .armania-countdown-wrapper .title{
    display: block;
    flex: 1 1 auto;
    width: 1%;
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
}
.product-item.style-16 .armania-countdown{
    font-size: 24px;
    line-height: 30px;
    padding: 0 25px;
    white-space: nowrap;
}
.product-item.style-16 .armania-countdown > *{
    margin: 0 9px;
}
.product-item.style-16 .armania-countdown > *:not(:last-child)::after{
    top: 0;
    font-size: 21px;
    font-weight: 400;
}
.product-item.style-16 .armania-countdown .number{
    display: block;
    min-width: 49px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: inherit;
}
.product-item.style-16 .armania-countdown .text{
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 4px;
}
/* style-17 */
.product-item.style-17 .product-inner{
    padding: 20px 10px;
    display: flex;
    align-items: center;
}
.product-item.style-17 .product-thumb{
    width: 36%;
    max-width: 110px;
}
.product-item.style-17 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 4px 10px 6px;
}
.product-item.style-17 .product-title{
    line-height: 24px;
}
.product-item.style-17 .star-rating-wrap{
    margin-top: 1px;
}
.product-item.style-17 .price{
    margin-top: 3px;
}
/* style-18 */
.product-item.style-24 .product-info,
.product-item.style-18 .product-info{
    padding: 6px 0 4px;
}
.product-item.style-24 .thumb-link,
.product-item.style-18 .thumb-link{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item.style-24 .product-inner:hover .thumb-link,
.product-item.style-18 .product-inner:hover .thumb-link{
    opacity: 0.2;
}
.product-item.style-24 .product-title,
.product-item.style-18 .product-title{
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
}
.skin-tools p.stars a:before,
.skin-tools p.stars a:hover ~ a:before,
.skin-tools p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\f005';
    color: #dbdbdb;
}
.skin-tools .star-rating::before,
.skin-tools .star-rating > span::before,
.product-item.style-24 .star-rating::before,
.product-item.style-24 .star-rating > span::before,
.product-item.style-18 .star-rating::before,
.product-item.style-18 .star-rating > span::before{
    content: '\f005\f005\f005\f005\f005';
    color: #dbdbdb;
}
.product-item.style-24 .star-rating-wrap,
.product-item.style-18 .star-rating-wrap{
    margin-top: 6px;
}
.product-item.style-24 .star-rating-wrap .rating,
.product-item.style-18 .star-rating-wrap .rating{
    display: none;
}
.product-item.style-24 .price,
.product-item.style-18 .price{
    margin-top: 4px;
}
.product-item.style-24 .price ins,
.product-item.style-18 .price ins{
    float: none;
    margin: 0 0 0 3px;
}
.product-item.style-24 .price del,
.product-item.style-18 .price del{
    font-size: inherit;
    color: #c1c1c1;
    margin: 0;
}
.product-item.style-24 .add-to-cart,
.product-item.style-18 .add-to-cart{
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.product-item.style-24 .add-to-cart a,
.product-item.style-18 .add-to-cart a{
    width: auto;
    padding: 8px 32px;
    text-decoration: none;
}
.product-item.style-24 .add-to-cart a:not(:hover),
.product-item.style-18 .add-to-cart a:not(:hover){
    color: #fff;
}
.product-item.style-24 .group-button,
.product-item.style-18 .group-button{
    position: absolute;
    top: 0;
    right: 0;
}
.product-item.style-24 a.yith-wcqv-button,
.product-item.style-24 .yith-wcwl-add-to-wishlist > *,
.product-item.style-18 a.yith-wcqv-button,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *{
    box-shadow: 0 0 0 2px #d6d6d6 inset;
}
.product-item.style-24 a.yith-wcqv-button:hover,
.product-item.style-24 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-18 a.yith-wcqv-button:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
    box-shadow: none;
}
.product-item.style-24 a.yith-wcqv-button::before,
.product-item.style-18 a.yith-wcqv-button::before{
    font-size: 17px;
}
/* style-19 */
.product-item.style-22 .product-labels > *,
.product-item.style-19 .product-labels > *{
    top: 20px;
    left: 20px;
}
.product-item.style-22 .product-labels > .onsale,
.product-item.style-22 .product-labels > .featured,
.product-item.style-19 .product-labels > .onsale,
.product-item.style-19 .product-labels > .featured{
    left: auto;
    right: 20px;
}
.product-item.style-22 .product-labels > .onsale ~ .featured,
.product-item.style-22 .product-labels > .onnew ~ .out-of-stock,
.product-item.style-19 .product-labels > .onsale ~ .featured,
.product-item.style-19 .product-labels > .onnew ~ .out-of-stock{
    top: 41px;
}
.product-item.style-22 .group-button,
.product-item.style-19 .group-button{
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-item.style-22 .product-info,
.product-item.style-19 .product-info{
    display: flex;
    padding: 14px 0 6px;
}
.product-item.style-22 .box-left,
.product-item.style-19 .box-left{
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
}
.product-item.style-22 .product-title,
.product-item.style-19 .product-title{
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
}
.product-item.style-22 .price,
.product-item.style-19 .price{
    font-size: 15px;
    margin-top: 4px;
}
.product-item.style-22 .box-right,
.product-item.style-19 .box-right{
    position: relative;
}
.product-item.style-22 .add-to-cart,
.product-item.style-19 .add-to-cart{
    position: absolute;
    top: 0;
    right: 0;
}
/* style-20 */
.product-item.style-20 .product-inner{
    padding: 20px 20px 15px;
}
.product-item.style-20 .group-button{
    position: absolute;
    top: 0;
    right: 0;
}
.product-item.style-20 .product-info{
    position: relative;
    padding: 9px 7px 0 10px;
}
.product-item.style-20 .box-wrap{
    display: flex;
    align-items: flex-end;
}
.product-item.style-20 .product-title{
    font-size: 15px;
    line-height: 20px;
}
.product-item.style-20 .price{
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
    font-size: 15px;
}
.product-item.style-20 .star-rating-wrap{
    margin-top: 2px;
}
.product-item.style-20 .star-rating-wrap .rating{
    display: none;
}
/* style-21 */
.product-item.style-21 .product-inner{
    text-align: center;
}
.product-item.style-21 .thumb-link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ebebeb;
}
.product-item.style-21 .group-button{
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-item.style-21 .product-labels > *{
    top: 20px;
    left: 20px;
}
.product-item.style-21 .product-labels > .onsale,
.product-item.style-21 .product-labels > .featured{
    left: auto;
    right: 20px;
}
.product-item.style-21 .product-labels > .onsale ~ .featured,
.product-item.style-21 .product-labels > .onnew ~ .out-of-stock{
    top: 41px;
}
.product-item.style-21 .product-info{
    padding: 10px 0 5px;
}
.product-item.style-21 .star-rating-wrap{
    display: table;
    margin: -23px auto -1px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.product-item.style-21 .star-rating-wrap::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}
.product-item.style-21 .product-title{
    font-size: 15px;
    line-height: 20px;
    margin-top: 4px;
}
.product-item.style-21 .price{
    display: table;
    font-size: 15px;
    margin: 4px auto 0;
}
/* style-22 */
.product-item.style-22 .add-to-cart{
    top: 6px;
}
.product-item.style-22 .add-to-cart a{
    width: 46px;
    height: 46px;
    padding: 13px 0;
}
/* style-23 */
.product-item.style-23 .product-inner{
    border: 1px solid #e6e6e6;
    padding: 29px;
}
.product-item.style-23 .product-title{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.product-item.style-23 .box-wrap::before,
.product-item.style-23 .box-wrap::after{
    display: table;
    content: '';
    clear: both;
}
.product-item.style-23 .box-wrap{
    padding-top: 13px;
    border-top: 1px solid #e6e6e6;
    margin-top: 22px;
}
.product-item.style-23 .price{
    font-size: 18px;
    float: left;
}
.product-item.style-23 .price del{
    font-size: 15px;
}
.product-item.style-23 .star-rating-wrap{
    float: right;
    margin-top: 2px;
}
.product-item.style-23 .star-rating-wrap .rating{
    display: none;
}
.product-item.style-23 .armania-countdown-wrapper{
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
    margin-top: 15px;
}
.product-item.style-23 .armania-countdown{
    margin: 0 -6px;
}
.product-item.style-23 .armania-countdown > *{
    font-size: 24px;
    line-height: 30px;
    margin: 0 6px;
}
.product-item.style-23 .armania-countdown > *:not(:last-child)::after{
    display: none;
}
.product-item.style-23 .armania-countdown .number{
    display: block;
    min-width: 50px;
    padding: 10px 5px;
    font-weight: 600;
    background-color: #eee;
    box-shadow: none;
}
.product-item.style-23 .armania-countdown .text{
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #888;
}
.product-item.style-23 .process-availability{
    margin-top: 22px;
}
/* style-24 */
.product-item.style-24 .product-inner{
    padding: 20px;
    background-color: #fff;
}
/* style-25 */
.product-item.style-25 .product-inner{
    text-align: center;
}
.product-item.style-25 .group-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-25 .product-labels{
    position: absolute;
    top: 10px;
    left: 10px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.product-item.style-25 .product-labels > *{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    display: block;
}
.product-item.style-25 .product-info{
    padding: 9px 0 5px;
}
.product-item.style-25 .star-rating-wrap{
    margin: 4px auto 0;
}
.product-item.style-25 .product-title{
    font-size: 15px;
    line-height: 20px;
    margin-top: 4px;
}
.product-item.style-25 .price{
    display: table;
    font-size: 15px;
    margin: 2px auto 0;
}
/* style-26 */
.ovic-products.style-35 .button-products,
.ovic-products.style-26 .button-products{
    text-align: center;
    margin-top: 50px;
}
.ovic-products.style-35 .button-products .button,
.ovic-products.style-26 .button-products .button{
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.025em;
    padding: 11px 38px;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.ovic-products.style-35 .button-products .button:not(:hover)::before,
.ovic-products.style-26 .button-products .button:not(:hover)::before{
    top: 50%;
    bottom: 17%;
    border-radius: 0;
}
.ovic-products.style-35 .button-products .button::before,
.ovic-products.style-26 .button-products .button::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    z-index: -1;
}
@media (max-width: 1199px){
    .ovic-products.style-35 .button-products,
    .ovic-products.style-26 .button-products{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .ovic-products.style-35 .button-products,
    .ovic-products.style-26 .button-products{
        margin-top: 10px;
    }
    .ovic-products.style-35 .button-products .button,
    .ovic-products.style-26 .button-products .button{
        font-size: 15px;
        padding: 8px 30px;
    }
}
.product-item.style-35 .product-info,
.product-item.style-26 .product-info{
    padding-bottom: 6px;
}
.product-item.style-35 .product-title,
.product-item.style-26 .product-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 17px;
}
.product-item.style-35 .star-rating-wrap,
.product-item.style-30 .star-rating-wrap,
.product-item.style-26 .star-rating-wrap{
    margin-top: 8px;
}
.product-item.style-35 .star-rating-wrap .rating,
.product-item.style-30 .star-rating-wrap .rating,
.product-item.style-26 .star-rating-wrap .rating{
    display: none;
}
.skin-digital p.stars a:before,
.skin-digital p.stars a:hover ~ a:before,
.skin-digital p.stars.selected:not(:hover) a.active ~ a:before,
.skin-furniture-02 p.stars a:before,
.skin-furniture-02 p.stars a:hover ~ a:before,
.skin-furniture-02 p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\f005';
    color: #d6d6d6;
}
.skin-digital .star-rating::before,
.skin-digital .star-rating > span::before,
.skin-furniture-02 .star-rating::before,
.skin-furniture-02 .star-rating > span::before,
.product-item.style-35 .star-rating::before,
.product-item.style-35 .star-rating > span::before,
.product-item.style-30 .star-rating::before,
.product-item.style-30 .star-rating > span::before,
.product-item.style-26 .star-rating::before,
.product-item.style-26 .star-rating > span::before{
    content: '\f005\f005\f005\f005\f005';
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #d6d6d6;
}
.product-item.style-35 .price,
.product-item.style-26 .price{
    font-size: 21px;
    line-height: 30px;
    margin-top: 8px;
}
.product-item.style-26 .price{
    position: absolute;
    left: 25px;
    bottom: 20px;
    margin: 0;
}
.product-item.style-35 .price del,
.product-item.style-26 .price del{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin: 0 5px 0 0;
}
.product-item.style-26 .price del{
    display: block;
    margin: 0;
}
.product-item.style-35 .price ins,
.product-item.style-26 .price ins{
    float: none;
    margin: 0;
}
.product-item.style-35 .group-button,
.product-item.style-26 .group-button{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.product-item.style-35 .group-button > *,
.product-item.style-26 .group-button > *{
    display: block;
    margin-top: 2px;
}
.product-item.style-35 a.yith-wcqv-button,
.product-item.style-35 .yith-wcwl-add-to-wishlist > *,
.product-item.style-35 .add-to-cart a,
.product-item.style-26 a.yith-wcqv-button,
.product-item.style-26 .yith-wcwl-add-to-wishlist > *,
.product-item.style-26 .add-to-cart a{
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 46px;
    height: 46px;
    padding: 10px 0;
    border-radius: 90px;
    text-align: center;
    text-decoration: none;
}
.product-item.style-35 a.yith-wcqv-button::before,
.product-item.style-26 a.yith-wcqv-button::before{
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}
.product-item.style-35 .yith-wcwl-add-to-wishlist a,
.product-item.style-26 .yith-wcwl-add-to-wishlist a{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.product-item.style-35 .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.style-26 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
    margin: 0;
}
.product-item.style-35 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before,
.product-item.style-26 .yith-wcwl-add-to-wishlist .ovic-wl-icon::before{
    font-size: 21px;
    line-height: 26px;
}
.product-item.style-35 .add-to-cart a::before,
.product-item.style-26 .add-to-cart a::before{
    font-family: main-icon, sans-serif;
    content: "\e906";
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
}
/* style-27 */
.product-item.style-28 .product-inner,
.product-item.style-27 .product-inner{
    padding: 19px;
}
.product-item.style-28 .product-thumb,
.product-item.style-27 .product-thumb{
    display: block;
    text-align: center;
}
.product-item.style-27 .group-button{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.product-item.style-27 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.product-item.style-28 .product-info,
.product-item.style-27 .product-info{
    display: flex;
    align-items: flex-end;
    padding: 3px 20px 6px;
}
.product-item.style-28 .box,
.product-item.style-27 .box{
    flex: 1 1 auto;
    width: 1%;
    padding-right: 20px;
}
.product-item.style-28 .product-title,
.product-item.style-27 .product-title{
    font-size: 18px;
    line-height: 24px;
}
.product-item.style-28 .price,
.product-item.style-27 .price{
    font-size: 18px;
    margin-top: 5px;
}
.product-item.style-28 .price del,
.product-item.style-27 .price del{
    font-size: 15px;
    color: #888;
}
.product-item.style-28 .star-rating-wrap,
.product-item.style-27 .star-rating-wrap{
    margin-bottom: 7px;
}
/* style-28 */
.product-item.style-33 .product-labels > *,
.product-item.style-28 .product-labels > *{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 90px;
    padding: 5px;
}
.product-item.style-33 .product-labels .out-of-stock,
.product-item.style-28 .product-labels .out-of-stock{
    font-size: 15px;
    line-height: 18px;
}
.product-item.style-33 .product-labels > .onnew ~ .out-of-stock,
.product-item.style-33 .product-labels > .onsale ~ .featured,
.product-item.style-28 .product-labels > .onnew ~ .out-of-stock,
.product-item.style-28 .product-labels > .onsale ~ .featured{
    top: 70px;
}
.product-item.style-28 .product-info{
    padding: 34px 10px 6px;
}
.product-item.style-28 .armania-countdown-wrapper{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 14px 36px 18px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    position: relative;
}
.product-item.style-28 .armania-countdown{
    margin: 0 -28px;
}
.product-item.style-28 .armania-countdown > *{
    font-size: 36px;
    line-height: 40px;
    margin: 0 28px;
}
.product-item.style-28 .armania-countdown > *:not(:last-child)::after{
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: -1px;
    right: -32px;
    padding: 0;
}
.product-item.style-28 .armania-countdown .number{
    font-family: 'Oswald', sans-serif;
    min-width: inherit;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.product-item.style-28 .armania-countdown .text{
    font-size: 15px;
    line-height: 20px;
    color: #5e6164;
    margin-top: 8px;
}
/* style-29 */
.ovic-products.style-29 .product-list-owl .slick-dots{
    margin-top: 32px;
}
.ovic-products.style-29 .button-products{
    text-align: center;
    margin-top: 37px;
}
.ovic-products.style-29 .button-products .button{
    font-size: 13px;
    letter-spacing: 0.2em;
    padding: 21px 28px;
    background-color: transparent;
    text-decoration: none;
}
.ovic-products.style-29 .button-products .button::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/kids-bg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    z-index: -1;
    opacity: 0.15;
}
.ovic-products.style-29 .button-products .button:hover::before{
    background-image: url(../images/kids-bg-1.png);
    opacity: 1;
}
@media (max-width: 1199px){
    .ovic-products.style-29 .product-list-owl .slick-dots{
        margin-top: 22px;
    }
    .ovic-products.style-29 .button-products{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .ovic-products.style-29 .product-list-owl .slick-dots{
        margin-top: 12px;
    }
    .ovic-products.style-29 .button-products{
        margin-top: 20px;
    }
    .ovic-products.style-29 .button-products .button{
        font-size: 12px;
        padding: 16px 20px;
    }
}
.product-item.style-29 .thumb-link{
    border-radius: 2px;
}
.product-item.style-29 a.yith-wcqv-button,
.product-item.style-29 .yith-wcwl-add-to-wishlist > *{
    color: #fff;
}
/* style-30 */
.product-item.style-30 .product-inner{
    border: 2px solid;
    border-radius: 4px;
    background-color: #f8f8f8;
    display: flex;
}
.product-item.style-30 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 47%;
    max-width: 320px;
}
.product-item.style-30 .product-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding: 28px 30px 31px;
}
.product-item.style-30 .product-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.product-item.style-30 .price{
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
.product-item.style-30 .price ins{
    float: none;
    margin: 0;
}
.product-item.style-30 .price del{
    font-size: 16px;
    margin: 3px 12px -3px 0;
    color: #777;
}
.product-item.style-30 .add-to-cart a,
.product-item.style-30 .single_add_to_cart_button,
.product-item.style-30 .added_to_cart{
    font-size: 13px;
    padding: 8px 22px 6px;
    border-radius: 90px;
    letter-spacing: 0.04em;
    margin-top: 30px;
}
.product-item.style-30 table.variations{
    margin-top: 10px;
}
.product-item.style-30 table.variations .rtwpvs-terms-wrapper{
    margin: -4px;
}
.product-item.style-30 table.variations .rtwpvs-term{
    margin: 4px !important;
}
.product-item.style-30 .rtwpvs-term:not(.rtwpvs-radio-term){
    width: 20px !important;
    height: 20px !important;
}
.product-item.style-30 table.variations .rtwpvs-color-term:not(.selected):not(:hover) span,
.product-item.style-30 table.variations .rtwpvs-image-term:not(.selected):not(:hover) img{
    border-color: transparent;
}
.product-item.style-30 .armania-countdown{
    margin: 33px -5px 0;
}
.product-item.style-30 .armania-countdown > *{
    font-size: 29px;
    line-height: 36px;
    margin: 0 5px;
}
.product-item.style-30 .armania-countdown > *::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 62px;
    background-color: #fff;
    box-shadow: 0 0 0 2px #ebebeb inset;
    border-radius: 4px;
}
.product-item.style-30 .armania-countdown > *::after{
    position: absolute;
    content: '';
    top: 30px;
    left: 2px;
    right: 2px;
    padding: 0;
    border-top: 2px solid #f1f1f1;
}
.product-item.style-30 .armania-countdown .number{
    min-width: 62px;
    padding: 13px 10px;
    box-shadow: none;
    border-radius: 4px;
    font-weight: inherit;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.product-item.style-30 .armania-countdown .number::before,
.product-item.style-30 .armania-countdown .number::after{
    content: attr(data-number);
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    min-width: inherit;
    padding: inherit;
    border-radius: inherit;
    background-color: #fff;
    overflow: hidden;
    z-index: -1;
}
.product-item.style-30 .armania-countdown .number::before{
    box-shadow: 2px 0 #ebebeb inset, -2px 0 #ebebeb inset, 0 2px #ebebeb inset, 0 -1px #f1f1f1 inset;
    top: 0;
    -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-item.style-30 .armania-countdown .number::after{
    box-shadow: 2px 0 #ebebeb inset, -2px 0 #ebebeb inset, 0 -2px #ebebeb inset, 0 1px #f1f1f1 inset;
    bottom: 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-item.style-30 .armania-countdown .flip .number::before{
    -webkit-transition: all 250ms ease-in-out;
    -moz-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);
    z-index: 1;
}
.product-item.style-30 .armania-countdown .flip .number::after{
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-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);
    z-index: 1;
}
.product-item.style-30 .armania-countdown .text{
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin-top: 6px;
    text-transform: lowercase;
}
/* style-31 */
.product-item.style-31 .product-inner{
    border: 1px solid #ebebeb;
}
.product-item.style-31 .thumb-link{
    padding: 19px 19px 20px;
}
.product-item.style-31 .thumb-link::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 19px;
    right: 19px;
    border-top: 1px solid #ebebeb;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.product-item.style-31 .product-inner:hover .thumb-link::before{
    opacity: 0;
}
.product-item.style-31 .thumb-link::after{
    background-color: #000;
}
.product-item.style-31 .product-labels > *{
    top: 19px;
    left: 19px;
}
.product-item.style-31 .product-labels > .onsale,
.product-item.style-31 .product-labels > .featured{
    left: auto;
    right: 19px;
}
.product-item.style-31 .product-labels > .onsale ~ .featured,
.product-item.style-31 .product-labels > .onnew ~ .out-of-stock{
    top: 41px;
}
.product-item.style-31 .product-info{
    padding: 18px 19px 15px;
}
.product-item.style-34 .star-rating-wrap,
.product-item.style-31 .star-rating-wrap{
    margin-top: 3px;
}
/* style-32 */
.ovic-products.style-32 .product-list-owl > .slick-dots{
    margin-top: 40px;
}
@media (max-width: 1199px){
    .ovic-products.style-32 .product-list-owl > .slick-dots{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .ovic-products.style-32 .product-list-owl > .slick-dots{
        margin-top: 10px;
    }
}
.product-item.style-32 .product-labels > *{
    top: 20px;
    left: 20px;
}
.product-item.style-32 .product-labels > .onsale,
.product-item.style-32 .product-labels > .featured{
    left: auto;
    right: 20px;
}
.product-item.style-32 .product-labels > .onnew ~ .out-of-stock,
.product-item.style-32 .product-labels > .onsale ~ .featured{
    top: 50px;
}
.product-item.style-32 .group-button{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-item.style-32 .group-button > *{
    display: block;
}
.product-item.style-32 .group-button > *:not(:last-child){
    margin-bottom: 15px;
}
.product-item.style-32 .thumb-link::after{
    background-color: #000;
}
.product-item.style-32 .product-info{
    padding: 18px 0 4px;
}
.product-item.style-32 .star-rating-wrap{
    margin-top: 2px;
}
/* style-33 */
.ovic-products.style-33{
    padding: 32px;
    position: relative;
}
.ovic-products.style-33 .product-list-owl{
    position: static;
}
.ovic-products.style-33 .product-list-owl > .slick-arrow{
    font-size: 30px !important;
    line-height: 1 !important;
    padding: 0 !important;
    width: 50px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.ovic-products.style-33 .product-list-owl > .slick-arrow.prev{
    top: calc(50% - 25px) !important;
    left: -24px !important;
}
.ovic-products.style-33 .product-list-owl > .slick-arrow.next{
    bottom: calc(50% - 25px) !important;
    right: -24px !important;
}
.ovic-products.style-33 .product-list-owl > .slick-arrow.prev::before{
    display: block !important;
    content: "\e933" !important;
    padding: 10px 0 !important;
    box-shadow: 0 0 0 1px #e6e6e6 inset !important;
    border-radius: 50% !important;
    background-color: #fff !important;
}
.ovic-products.style-33 .product-list-owl > .slick-arrow.next::before{
    display: block !important;
    content: "\e934" !important;
    padding: 10px 0 !important;
    box-shadow: 0 0 0 1px #e6e6e6 inset !important;
    border-radius: 50% !important;
    background-color: #fff !important;
}
.ovic-products.style-33 .product-list-owl > .slick-arrow.prev::after,
.ovic-products.style-33 .product-list-owl > .slick-arrow.next::after{
    position: absolute;
    content: '';
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 2px;
    background-color: #fff;
    margin: auto;
    z-index: -1;
}
.product-item.style-33 .product-thumb{
    display: block;
    text-align: center;
}
.product-item.style-33 .product-info{
    padding: 24px 0 15px;
}
.product-item.style-33 .product-info > .text{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
}
.product-item.style-33 .product-title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    white-space: normal !important;
}
.product-item.style-33 .product-title a{
    text-decoration: none;
}
.product-item.style-33 .woocommerce-product-details__short-description{
    font-size: 15px;
    line-height: 25px;
    max-height: 50px;
    margin-top: 13px;
}
.product-item.style-33 .price{
    font-size: 30px;
    line-height: 40px;
    margin-top: 18px;
}
.product-item.style-33 .price del{
    font-size: 18px;
    margin: 4px 0 -4px;
}
.product-item.style-33 .armania-countdown-wrapper{
    margin-top: 25px;
}
.product-item.style-33 .armania-countdown{
    margin: 0 -15px;
}
.product-item.style-33 .armania-countdown > *{
    font-size: 36px;
    line-height: 1;
    margin: 0 15px;
    box-shadow: 0 0 0 1px #e7e7e7 inset;
    min-width: 90px;
    padding: 11px 10px 13px;
}
.product-item.style-33 .armania-countdown > *:not(:last-child)::after{
    font-size: 30px;
    top: 0;
    bottom: 10px;
    right: -19px;
    padding: 0;
    display: flex;
    align-items: center;
}
.product-item.style-33 .armania-countdown .number{
    min-width: 100%;
    padding: 0;
    box-shadow: none;
}
.product-item.style-33 .armania-countdown .text{
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}
/* style-34 */
.product-item.style-34 .product-info{
    padding: 13px 0 6px;
}
.product-item.style-34 .product-title{
    font-size: 15px;
    line-height: 24px;
}
.product-item.style-34 .armania-countdown-wrapper{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.product-item.style-34 .armania-countdown{
    margin: 0 -3px;
}
.product-item.style-34 .armania-countdown > *{
    font-size: 18px;
    line-height: 24px;
    margin: 0 3px;
    min-width: 46px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    padding: 3px 5px 5px;
}
.product-item.style-34 .armania-countdown > *:not(:last-child)::after{
    display: none;
}
.product-item.style-34 .armania-countdown .number{
    min-width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.product-item.style-34 .armania-countdown .text{
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #888;
}
.skin-carparts-03 p.stars a:before,
.skin-carparts-03 p.stars a:hover ~ a:before,
.skin-carparts-03 p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\f005';
    color: #dbdbdb;
}
.skin-carparts-03 .star-rating::before,
.skin-carparts-03 .star-rating > span::before,
.product-item.style-34 .star-rating::before,
.product-item.style-34 .star-rating > span::before{
    content: '\f005\f005\f005\f005\f005';
    color: #dbdbdb;
}
@media (min-width: 480px){
    .product-item.list .product-inner{
        display: flex;
        align-items: center;
    }
    .product-item.list .product-thumb{
        width: 40%;
        max-width: 320px;
    }
    .product-item.list .product-info{
        flex: 1 1 auto;
        width: 1%;
        padding: 0 0 10px 10px;
    }
}
@media (min-width: 768px){
    .ovic-products.content-overflow .product-list-owl > .slick-list{
        overflow: visible;
    }
    .product-item.list .product-info{
        padding: 0 15px 20px 30px;
    }
    .product-item.style-34 .product-info,
    .product-item.style-31 .product-info{
        display: flex;
    }
    .product-item.style-34 .box,
    .product-item.style-31 .box{
        flex: 1 1 auto;
        width: 1%;
        padding-right: 20px;
    }
    .product-item.style-34 .price{
        font-size: 15px;
        margin-top: 0;
        text-align: right;
        position: relative;
    }
    .product-item.style-31 .price{
        font-size: 15px;
        margin-top: -3px;
        text-align: right;
        position: relative;
    }
    .product-item.style-34 .price > * ~ *,
    .product-item.style-31 .price > * ~ *{
        display: block;
        margin: 0;
    }
    .product-item.style-34 .price ins,
    .product-item.style-31 .price ins{
        float: none;
    }
    .product-item.style-34 .price del{
        position: absolute;
        top: 24px;
        right: 0;
        font-size: inherit;
        font-weight: inherit;
        color: #c2c2c2;
        margin: 0;
    }
    .product-item.style-31 .price del{
        position: absolute;
        top: 24px;
        right: 0;
    }
    .product-item.style-32 .box{
        display: flex;
        align-items: flex-end;
        margin-top: 3px;
    }
    .product-item.style-32 .price{
        font-size: 15px;
        flex: 1 1 auto;
        width: 1%;
        padding-right: 20px;
    }
}
@media (min-width: 1200px){
    .product-item.list .product-inner:hover::before{
        display: block;
        position: absolute;
        content: '';
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background-color: #fff;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    .ovic-products.style-02 .slick-slide,
    .ovic-products.style-01 .slick-slide{
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .ovic-products.style-02 .slick-slide:not(.slick-active),
    .ovic-products.style-01 .slick-slide:not(.slick-active){
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-02 .product-inner:hover,
    .product-item.style-01 .product-inner:hover{
        z-index: 3;
    }
    .product-item.style-02 .product-inner:hover::before,
    .product-item.style-01 .product-inner:hover::before{
        display: block;
        position: absolute;
        content: '';
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    .product-item.style-34 .product-inner:hover .armania-countdown-wrapper,
    .product-item.style-34 .product-inner:hover .product-labels > *,
    .product-item.style-31 .product-inner:hover .product-labels > *,
    .product-item.style-24 .product-inner:hover .product-labels > *,
    .product-item.style-22 .product-inner:hover .star-rating-wrap,
    .product-item.style-22 .product-inner:hover .product-labels > *,
    .product-item.style-21 .product-inner:hover .product-labels > *,
    .product-item.style-19 .product-inner:hover .star-rating-wrap,
    .product-item.style-19 .product-inner:hover .product-labels > *,
    .product-item.style-18 .product-inner:hover .product-labels > *,
    .product-item.style-15 .product-inner:hover .product-labels > *,
    .product-item.style-13 .product-inner:hover .product-labels > *,
    .product-item.style-12 .product-inner:hover .product-labels > *,
    .product-item.style-10 .product-inner:not(:hover) .group-button,
    .product-item.style-03 .product-inner:not(:hover) .group-button,
    .product-item.style-02 .product-inner:not(:hover) .group-button > *:not(.add-to-cart),
    .product-item.style-01 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-01 .product-inner:not(:hover) .group-button{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-34 .armania-countdown-wrapper,
    .product-item.style-34 .product-labels > *,
    .product-item.style-31 .product-labels > *,
    .product-item.style-24 .add-to-cart,
    .product-item.style-24 .product-labels > *,
    .product-item.style-22 .star-rating-wrap,
    .product-item.style-22 .add-to-cart,
    .product-item.style-22 .product-labels > *,
    .product-item.style-21 .product-labels > *,
    .product-item.style-19 .star-rating-wrap,
    .product-item.style-19 .add-to-cart,
    .product-item.style-19 .product-labels > *,
    .product-item.style-18 .add-to-cart,
    .product-item.style-18 .product-labels > *,
    .product-item.style-16 .add-to-cart,
    .product-item.style-15 .add-to-cart,
    .product-item.style-15 .product-labels > *,
    .product-item.style-13 .add-to-cart,
    .product-item.style-13 .product-labels > *,
    .product-item.style-12 .product-labels > *{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .product-item.style-34 .product-inner:not(:hover) .group-button > *,
    .product-item.style-31 .product-inner:not(:hover) .group-button > *,
    .product-item.style-29 .product-inner:not(:hover) .group-button > *,
    .product-item.style-27 .product-inner:not(:hover) .group-button > *,
    .product-item.style-14 .product-inner:not(:hover) .group-button > *{
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .product-item.style-35 .product-inner:not(:hover) .group-button > *,
    .product-item.style-32 .product-inner:not(:hover) .group-button > *,
    .product-item.style-26 .product-inner:not(:hover) .group-button > *,
    .product-item.style-25 .product-inner:not(:hover) .group-button > *,
    .product-item.style-24 .product-inner:not(:hover) .group-button > *,
    .product-item.style-22 .product-inner:not(:hover) .group-button > *,
    .product-item.style-21 .product-inner:not(:hover) .group-button > *,
    .product-item.style-20 .product-inner:not(:hover) .group-button > *,
    .product-item.style-19 .product-inner:not(:hover) .group-button > *,
    .product-item.style-18 .product-inner:not(:hover) .group-button > *,
    .product-item.style-15 .product-inner:not(:hover) .group-button > *,
    .product-item.style-13 .product-inner:not(:hover) .group-button > *,
    .product-item.style-12 .product-inner:not(:hover) .group-button > *{
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .product-item.style-35 .group-button > :nth-child(1),
    .product-item.style-34 .group-button > :nth-child(1),
    .product-item.style-32 .group-button > :nth-child(1),
    .product-item.style-31 .group-button > :nth-child(1),
    .product-item.style-29 .group-button > :nth-child(1),
    .product-item.style-27 .group-button > :nth-child(1),
    .product-item.style-26 .group-button > :nth-child(1),
    .product-item.style-25 .group-button > :nth-child(1),
    .product-item.style-24 .group-button > :nth-child(1),
    .product-item.style-22 .group-button > :nth-child(1),
    .product-item.style-21 .group-button > :nth-child(1),
    .product-item.style-20 .group-button > :nth-child(1),
    .product-item.style-19 .group-button > :nth-child(1),
    .product-item.style-18 .group-button > :nth-child(1),
    .product-item.style-15 .group-button > :nth-child(1),
    .product-item.style-14 .group-button > :nth-child(1),
    .product-item.style-13 .group-button > :nth-child(1),
    .product-item.style-12 .group-button > :nth-child(1){
        -webkit-transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
        -moz-transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
        -o-transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
        transition: transform 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    }
    .product-item.style-35 .group-button > :nth-child(2),
    .product-item.style-34 .group-button > :nth-child(2),
    .product-item.style-32 .group-button > :nth-child(2),
    .product-item.style-31 .group-button > :nth-child(2),
    .product-item.style-29 .group-button > :nth-child(2),
    .product-item.style-27 .group-button > :nth-child(2),
    .product-item.style-26 .group-button > :nth-child(2),
    .product-item.style-25 .group-button > :nth-child(2),
    .product-item.style-24 .group-button > :nth-child(2),
    .product-item.style-22 .group-button > :nth-child(2),
    .product-item.style-21 .group-button > :nth-child(2),
    .product-item.style-20 .group-button > :nth-child(2),
    .product-item.style-19 .group-button > :nth-child(2),
    .product-item.style-18 .group-button > :nth-child(2),
    .product-item.style-15 .group-button > :nth-child(2),
    .product-item.style-14 .group-button > :nth-child(2),
    .product-item.style-13 .group-button > :nth-child(2),
    .product-item.style-12 .group-button > :nth-child(2){
        -webkit-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
        -moz-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
        -o-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
        transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s;
    }
    .product-item.style-35 .group-button > :nth-child(3),
    .product-item.style-34 .group-button > :nth-child(3),
    .product-item.style-32 .group-button > :nth-child(3),
    .product-item.style-31 .group-button > :nth-child(3),
    .product-item.style-29 .group-button > :nth-child(3),
    .product-item.style-27 .group-button > :nth-child(3),
    .product-item.style-26 .group-button > :nth-child(3),
    .product-item.style-25 .group-button > :nth-child(3),
    .product-item.style-21 .group-button > :nth-child(3),
    .product-item.style-20 .group-button > :nth-child(3),
    .product-item.style-14 .group-button > :nth-child(3),
    .product-item.style-12 .group-button > :nth-child(3){
        -webkit-transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
        -moz-transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
        -o-transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
        transition: transform 0.2s ease 0.2s, opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
    }
    .product-item.style-24 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-22 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-19 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-18 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-16 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-15 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-13 .product-inner:not(:hover) .add-to-cart{
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-28 .product-thumb{
        margin: 20px;
    }
}
@media (min-width: 1500px){
    .product-item.style-33 .product-info{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1500px) and (min-width: 1200px){
    .product-item.style-30 .product-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-item.style-30 .armania-countdown{
        margin-left: -4px;
        margin-right: -4px;
    }
    .product-item.style-30 .armania-countdown > *{
        font-size: 27px;
        margin: 0 4px;
    }
    .product-item.style-30 .armania-countdown .number{
        min-width: 56px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .product-item.style-30 .armania-countdown .text{
        font-size: 14px;
    }
}
@media (max-width: 1499px){
    .product-item.style-04 .product-thumb{
        width: 38%;
    }
    .product-item.style-05 .product-inner{
        padding: 11px;
    }
    .product-item.style-05 .product-thumb{
        padding: 11px;
    }
    .product-item.style-05 .product-info{
        padding: 11px 11px 1px;
    }
    .product-item.style-07 .product-thumb{
        width: 40%;
    }
    .product-item.style-10 .group-button{
        margin: 10px -4px 0;
    }
    .product-item.style-10 .group-button > *{
        margin: 0 4px;
    }
    .product-item.style-16 .armania-countdown-wrapper{
        padding: 11px 20px 11px 10px;
    }
    .product-item.style-16 .armania-countdown-wrapper .title{
        padding: 0 10px;
    }
    .product-item.style-16 .armania-countdown{
        padding: 0 10px;
    }
    .product-item.style-16 .product-title{
        margin-top: 27px;
    }
    .product-item.style-16 .star-rating-wrap,
    .product-item.style-16 .price{
        margin-top: 7px;
    }
    .product-item.style-16 .armania-countdown-wrapper{
        margin-top: 20px;
    }
    .product-item.style-17 .product-inner{
        padding-top: 10px;
        page-break-inside: avoid;
    }
    .product-item.style-20 .product-info{
        padding-left: 0;
        padding-right: 0;
    }
    .product-item.style-23 .product-inner{
        padding: 20px;
    }
    .product-item.style-23 .product-title{
        margin-top: 16px;
    }
    .product-item.style-23 .box-wrap{
        margin-top: 18px;
    }
    .product-item.style-23 .armania-countdown-wrapper{
        padding-top: 21px;
    }
    .product-item.style-23 .process-availability{
        margin-top: 18px;
    }
    .product-item.style-27 .product-info{
        padding: 3px 0 0;
    }
    .product-item.style-28 .product-info{
        padding: 8px 0 0;
    }
    .product-item.style-34 .product-info{
        padding: 8px 0 0;
    }
}
@media (max-width: 1199px){
    .product-item.style-35 .group-button,
    .product-item.style-34 .group-button,
    .product-item.style-32 .group-button,
    .product-item.style-31 .group-button,
    .product-item.style-29 .group-button,
    .product-item.style-27 .group-button,
    .product-item.style-26 .group-button,
    .product-item.style-25 .group-button,
    .product-item.style-24 .add-to-cart,
    .product-item.style-24 .group-button,
    .product-item.style-22 .add-to-cart,
    .product-item.style-22 .group-button,
    .product-item.style-21 .group-button,
    .product-item.style-20 .group-button,
    .product-item.style-19 .add-to-cart,
    .product-item.style-19 .group-button,
    .product-item.style-18 .add-to-cart,
    .product-item.style-18 .group-button,
    .product-item.style-16 .add-to-cart,
    .product-item.style-15 .add-to-cart,
    .product-item.style-15 .group-button,
    .product-item.style-14 .group-button,
    .product-item.style-13 .add-to-cart,
    .product-item.style-13 .group-button,
    .product-item.style-12 .group-button,
    .product-item.style-03 .group-button,
    .product-item.style-02 .group-button > *:not(.add-to-cart),
    .product-item.style-01 .add-to-cart,
    .product-item.style-01 .group-button,
    .product-item .product-labels{
        display: none;
    }
    .product-item.style-02 .product-info{
        padding-top: 0;
        padding-bottom: 5px;
    }
    .product-item.style-03 .product-info{
        padding-bottom: 0;
    }
    .product-item.style-05 .product-thumb{
        width: 50%;
        max-width: 330px;
    }
    .product-item.style-05 .group-button{
        margin-top: 17px;
    }
    .product-item.style-05 .armania-countdown{
        margin-top: 30px;
    }
    .product-item.style-15 .box-left{
        padding: 0;
    }
    .product-item.style-22 .product-info,
    .product-item.style-19 .product-info{
        display: block;
        padding-top: 9px;
    }
    .product-item.style-22 .box-left,
    .product-item.style-19 .box-left{
        width: auto;
        padding: 0;
    }
    .product-item.style-22 .star-rating-wrap,
    .product-item.style-19 .star-rating-wrap{
        margin-top: 2px;
    }
    .product-item.style-35 .product-title,
    .product-item.style-26 .product-title{
        font-size: 18px;
        line-height: 24px;
        margin-top: 11px;
    }
    .product-item.style-35 .star-rating-wrap,
    .product-item.style-26 .star-rating-wrap{
        margin-top: 3px;
    }
    .product-item.style-26 .star-rating::before,
    .product-item.style-26 .star-rating > span::before,
    .product-item.style-35 .star-rating::before,
    .product-item.style-35 .star-rating > span::before{
        font-size: 15px;
    }
    .product-item.style-35 .price,
    .product-item.style-26 .price{
        left: 15px;
        bottom: 10px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 3px;
    }
    .product-item.style-35 .price del,
    .product-item.style-26 .price del{
        font-size: 14px;
        line-height: 22px;
        margin-right: 3px;
    }
    .product-item.style-28 .product-info{
        padding: 18px 0 0;
    }
    .ovic-products.style-33{
        padding: 28px;
    }
    .product-item.style-33 .product-info{
        padding: 19px 0 5px;
    }
    .product-item.style-33 .product-info > .text{
        margin: 0 0 5px;
    }
    .product-item.style-33 .product-title{
        font-size: 30px;
        line-height: 40px;
    }
    .product-item.style-33 .woocommerce-product-details__short-description{
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
        margin-top: 8px;
    }
    .product-item.style-33 .price{
        font-size: 26px;
        line-height: 36px;
        margin-top: 10px;
    }
    .product-item.style-33 .price del{
        font-size: 16px;
    }
    .product-item.style-33 .armania-countdown-wrapper{
        margin-top: 20px;
    }
    .product-item.style-33 .armania-countdown{
        margin: 0 -13px;
    }
    .product-item.style-33 .armania-countdown > *{
        font-size: 30px;
        margin: 0 13px;
        min-width: 80px;
    }
    .product-item.style-33 .armania-countdown > *:not(:last-child)::after{
        font-size: 26px;
        right: -16px;
    }
    .product-item.style-33 .armania-countdown .text{
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px;
    }
    .product-item.style-34 .armania-countdown-wrapper{
        bottom: 10px;
    }
    .product-item.style-34 .armania-countdown > *{
        font-size: 16px;
        line-height: 22px;
        min-width: 40px;
        padding: 2px 5px 4px;
    }
    .product-item.style-34 .armania-countdown .text{
        font-size: 9px;
        line-height: 12px;
    }
}
@media (max-width: 991px){
    .product-item.style-13 .product-inner{
        padding: 4px 4px 10px;
    }
    .product-item.style-13 .star-rating-wrap{
        margin-top: 10px;
    }
    .product-item.style-13 .product-title{
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
    }
    .product-item.style-13 .price{
        font-size: 15px;
        margin-top: 5px;
    }
    .product-item.style-13 .price del{
        font-size: 13px;
        margin: 1px 0 -1px;
    }
}
@media (max-width: 767px){
    .product-item .product-title{
        font-size: 13px;
        line-height: 20px;
    }
    .product-item .star-rating-wrap,
    .product-item .star-rating::before,
    .product-item .star-rating > span::before{
        font-size: 12px;
        line-height: 20px;
    }
    .product-item.short-title .product-title a{
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product-item.style-01 .product-inner{
        padding: 10px 10px 4px;
    }
    .product-item.style-05 .product-thumb{
        width: 45%;
    }
    .product-item.style-06 .product-thumb{
        padding: 10px;
    }
    .product-item.style-06 .product-info{
        padding: 0 10px 5px;
    }
    .product-item.style-06 .product-loop-gallery{
        padding: 7px;
    }
    .product-item.style-11 .product-inner{
        padding: 5px 15px;
    }
    .product-item.style-11 .product-thumb{
        width: 50%;
        max-width: 90px;
    }
    .product-item.style-11 .product-info{
        padding-top: 8px;
        padding-bottom: 5px;
    }
    .product-item.style-12 .product-inner{
        padding: 7px 7px 4px;
    }
    .product-item.style-12 .price{
        font-size: 14px;
        margin-top: 0;
    }
    .product-item.style-12 .price del{
        font-size: 12px;
    }
    .product-item.style-20 .product-inner{
        padding: 10px 10px 5px;
    }
    .product-item.style-20 .product-info{
        padding-top: 4px;
    }
    .product-item.style-20 .box-wrap{
        display: block;
    }
    .product-item.style-20 .price{
        width: auto;
        padding: 0;
        font-size: 15px;
    }
    .product-item.style-24 .price,
    .product-item.style-18 .price{
        font-size: 15px;
    }
    .product-item.style-24 .product-inner{
        padding: 10px;
    }
    .product-item.style-31 .thumb-link{
        padding: 9px 9px 10px;
    }
    .product-item.style-31 .thumb-link::before{
        left: 9px;
        right: 9px;
    }
    .product-item.style-31 .product-info{
        padding: 8px 9px 5px;
    }
    .product-item.style-28 .product-inner,
    .product-item.style-27 .product-inner{
        padding: 9px 9px 6px;
    }
    .product-item.style-28 .product-info,
    .product-item.style-27 .product-info{
        display: block;
    }
    .product-item.style-28 .box,
    .product-item.style-27 .box{
        width: auto;
        padding: 0;
    }
    .product-item.style-28 .product-title,
    .product-item.style-27 .product-title{
        font-size: 16px;
        line-height: 22px;
    }
    .product-item.style-28 .price,
    .product-item.style-27 .price{
        font-size: 16px;
        margin-top: 2px;
    }
    .product-item.style-28 .price del,
    .product-item.style-27 .price del{
        font-size: 14px;
    }
    .product-item.style-28 .star-rating-wrap,
    .product-item.style-27 .star-rating-wrap{
        margin: 0;
    }
    .product-item.style-28 .armania-countdown-wrapper{
        padding: 11px 20px 13px;
    }
    .product-item.style-28 .armania-countdown{
        margin: 0 -15px;
    }
    .product-item.style-28 .armania-countdown > *{
        font-size: 30px;
        line-height: 34px;
        margin: 0 15px;
    }
    .product-item.style-28 .armania-countdown > *:not(:last-child)::after{
        font-size: 26px;
        right: -19px;
    }
    .product-item.style-28 .armania-countdown .text{
        font-size: 13px;
        line-height: 16px;
        margin-top: 3px;
    }
    .product-item.style-30 .product-inner{
        display: block;
    }
    .product-item.style-30 .product-thumb{
        width: auto;
    }
    .product-item.style-30 .product-info{
        width: auto;
    }
    .ovic-products.style-33 .product-list-owl > .slick-arrow{
        font-size: 22px !important;
        width: 30px !important;
    }
    .ovic-products.style-33 .product-list-owl > .slick-arrow.prev{
        top: calc(50% - 15px) !important;
        left: -14px !important;
    }
    .ovic-products.style-33 .product-list-owl > .slick-arrow.next{
        bottom: calc(50% - 15px) !important;
        right: -14px !important;
    }
    .ovic-products.style-33 .product-list-owl > .slick-arrow.prev::before,
    .ovic-products.style-33 .product-list-owl > .slick-arrow.next::before{
        padding: 4px 0 !important;
    }
    .ovic-products.style-33 .product-list-owl > .slick-arrow.prev::after,
    .ovic-products.style-33 .product-list-owl > .slick-arrow.next::after{
        top: -6px;
        bottom: -6px;
    }
    .ovic-products.style-33{
        padding: 18px;
    }
    .product-item.style-33 .product-info{
        padding: 9px 0 0;
    }
    .product-item.style-33 .product-info > .text{
        font-size: 12px;
        margin: 0;
    }
    .product-item.style-33 .product-title{
        font-size: 26px;
        line-height: 36px;
    }
    .product-item.style-33 .woocommerce-product-details__short-description{
        margin-top: 3px;
    }
    .product-item.style-33 .price{
        font-size: 22px;
        line-height: 30px;
        margin-top: 4px;
    }
    .product-item.style-33 .price del{
        font-size: 14px;
    }
    .product-item.style-33 .armania-countdown-wrapper{
        margin-top: 15px;
    }
    .product-item.style-33 .armania-countdown{
        margin: 0 -9px;
    }
    .product-item.style-33 .armania-countdown > *{
        font-size: 24px;
        margin: 0 9px;
        min-width: 50px;
        padding: 9px 5px 10px;
    }
    .product-item.style-33 .armania-countdown > *:not(:last-child)::after{
        font-size: 22px;
        right: -11px;
    }
    .product-item.style-33 .armania-countdown .text{
        font-size: 12px;
        line-height: 14px;
        margin-top: 3px;
    }
    .product-item.style-34 .armania-countdown-wrapper{
        display: none;
    }
}
@media (max-width: 550px){
    .product-item.style-05 .product-thumb{
        float: none;
        width: auto;
    }
}
@media (max-width: 479px){
    .product-item.style-05 .product-thumb{
        padding: 0;
    }
    .product-item.style-05 .product-info{
        padding: 10px 0 0;
    }
    .product-item.style-07 .product-info{
        padding: 4px 0 8px 10px;
    }
    .product-item.style-07 .woocommerce-product-details__short-description{
        margin-top: 10px;
    }
    .product-item.style-07 .product-sale-off{
        margin-top: 16px;
    }
    .product-item.style-07 .add-to-cart{
        margin-top: 20px;
    }
    .product-item.style-16 .armania-countdown-wrapper{
        display: block;
        padding: 5px 15px;
    }
    .product-item.style-16 .armania-countdown-wrapper .title{
        width: auto;
        padding: 3px 0;
    }
    .product-item.style-16 .armania-countdown{
        padding: 5px 0;
    }
    .product-item.style-21 .star-rating-wrap{
        padding: 0 7px;
    }
    .product-item.style-35 .product-title,
    .product-item.style-26 .product-title{
        font-size: 15px;
        margin-top: 8px;
    }
    .product-item.style-26 .star-rating::before,
    .product-item.style-26 .star-rating > span::before,
    .product-item.style-35 .star-rating::before,
    .product-item.style-35 .star-rating > span::before{
        font-size: 13px;
    }
    .product-item.style-35 .price,
    .product-item.style-26 .price{
        font-size: 15px;
    }
    .product-item.style-35 .price del,
    .product-item.style-26 .price del{
        font-size: 13px;
    }
    .product-item.style-28 .product-title,
    .product-item.style-27 .product-title{
        font-size: 14px;
        line-height: 20px;
    }
    .product-item.style-28 .price,
    .product-item.style-27 .price{
        font-size: 14px;
        margin-top: 0;
    }
    .product-item.style-28 .price del,
    .product-item.style-27 .price del{
        font-size: 13px;
        margin: 0;
    }
    .product-item.style-28 .star-rating-wrap,
    .product-item.style-27 .star-rating-wrap{
        margin: -2px 0 0;
    }
    .product-item.style-30 .product-info{
        padding: 18px 15px 20px;
    }
    .product-item.style-30 .product-title{
        font-size: 18px;
        line-height: 26px;
    }
    .product-item.style-30 .star-rating-wrap{
        margin-top: 5px;
    }
    .product-item.style-30 .star-rating::before,
    .product-item.style-30 .star-rating > span::before{
        font-size: 15px;
    }
    .product-item.style-30 table.variations{
        margin-top: 3px;
    }
    .product-item.style-30 .price{
        font-size: 21px;
        line-height: 28px;
        margin-top: 15px;
    }
    .product-item.style-30 .price del{
        font-size: 15px;
        margin: 2px 9px -2px 0;
    }
    .product-item.style-30 .add-to-cart a,
    .product-item.style-30 .single_add_to_cart_button,
    .product-item.style-30 .added_to_cart{
        margin-top: 20px;
    }
    .product-item.style-30 .armania-countdown{
        margin: 25px -4px 0;
    }
    .product-item.style-30 .armania-countdown > *{
        font-size: 26px;
        line-height: 32px;
        margin: 0 4px;
    }
    .product-item.style-30 .armania-countdown .number{
        min-width: 58px;
    }
    .product-item.style-30 .armania-countdown > *::before{
        height: 58px;
    }
    .product-item.style-30 .armania-countdown > *::after{
        top: 28px;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
.single-product-wrapper{
    position: relative;
}
.single-product-wrapper::before,
.single-product-wrapper::after,
.woocommerce-product-gallery::before,
.woocommerce-product-gallery::after{
    content: '';
    display: table;
    clear: both;
}
.button-wrapper #chart-button:hover{
    text-decoration: underline;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery{
    max-width: 400px;
    position: relative;
}
.woocommerce-product-gallery .flex-control-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0 11px;
    margin: 10px 0 0;
}
.woocommerce-product-gallery .flex-control-nav img{
    cursor: pointer;
    padding: 2px;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.woocommerce-product-gallery .flex-control-nav.slick-slider{
    display: block;
}
.woocommerce-product-gallery[data-columns="2"] .flex-control-nav > li{
    width: calc((100% / 2) - (10px * (2 - 1) / 2));
}
.woocommerce-product-gallery[data-columns="3"] .flex-control-nav > li{
    width: calc((100% / 3) - (10px * (3 - 1) / 3));
}
.woocommerce-product-gallery[data-columns="4"] .flex-control-nav > li{
    width: calc((100% / 4) - (10px * (4 - 1) / 4));
}
.woocommerce-product-gallery[data-columns="5"] .flex-control-nav > li{
    width: calc((100% / 5) - (10px * (5 - 1) / 5));
}
.woocommerce-product-gallery[data-columns="6"] .flex-control-nav > li{
    width: calc((100% / 6) - (10px * (6 - 1) / 6));
}
.product-page-sticky .has-gallery .woocommerce-product-gallery__trigger,
.product-page-standard .has-gallery .woocommerce-product-gallery__trigger{
    bottom: 112px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    text-align: center;
}
.woocommerce-product-gallery__trigger::before{
    content: url("../images/expand.png");
}
.woocommerce-product-gallery__trigger img{
    display: none !important;
}
.woocommerce-product-gallery__image.none-zoom > a,
.woocommerce-product-gallery__image.none-zoom > .zoomImg{
    display: none !important;
}
/*----- SUMMARY -----*/
.entry-summary{
    position: relative;
    padding: 15px 0 0;
}
.entry-summary .sku_wrapper{
    display: block;
}
.entry-summary .product_title{
    font-size: 18px;
    line-height: 24px;
    margin: 6px 0 0;
}
.entry-summary .woocommerce-product-rating{
    margin: 1px 0 0;
}
.entry-summary .star-rating-wrap{
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.entry-summary .star-rating-wrap .rating{
    display: none;
}
.entry-summary .armania-share-socials{
    margin: 4px 0 0;
}
.entry-summary .armania-share-socials .inner{
    padding: 0;
}
.entry-summary .armania-share-socials a{
    color: #fff;
    padding: 4px 12px;
    margin-top: 10px;
}
.entry-summary .armania-share-socials a .text{
    display: inline;
}
.entry-summary .armania-share-socials a.facebook{
    background-color: #3b5998;
}
.entry-summary .armania-share-socials a.twitter{
    background-color: #1da1f2;
}
.entry-summary .armania-share-socials a.pinterest{
    background-color: #9a1c20;
}
.entry-summary .button-wrapper{
    display: inline-block;
    vertical-align: bottom;
    float: none;
    width: auto;
    margin: 13px 20px 0 0;
    font-size: 0;
    line-height: 0;
}
.entry-summary #chart-button{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}
.entry-summary .chart-container > h3{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.entry-summary .chart-content::before,
.entry-summary .chart-content::after{
    content: '';
    display: table;
    clear: both;
}
.entry-summary .chart-content-list{
    width: calc(100% - 150px);
    padding: 15px 15px 0 0;
}
.entry-summary .chart-content-image{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    padding: 15px 0 0;
}
.entry-summary .chart-table table{
    border-collapse: collapse;
}
.entry-summary .woocommerce-product-details__short-description,
.entry-summary .shop_attributes-wrap{
    padding: 13px 0 7px;
    border-top: 1px solid #e6e6e6;
    margin: 23px 0 0;
}
.entry-summary .woocommerce-product-details__short-description::after,
.entry-summary .shop_attributes-wrap::after{
    display: block;
    content: '';
    border-top: 1px solid #e6e6e6;
    margin-top: 13px;
}
.entry-summary > .price{
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0 0;
}
.entry-summary > .price del{
    font-size: 18px;
    margin: 2px 0 -2px;
}
.entry-summary .armania-countdown-wrapper{
    margin-top: 18px;
}
.entry-summary .cart{
    margin: 12px 0 0;
}
.entry-summary table.variations{
    margin: -10px 0 10px;
}
.entry-summary .variations_form .single_variation{
    margin-bottom: 10px;
}
.entry-summary .variations_form .single_variation > * > *{
    margin-top: 5px;
}
div.ovic_bundle-wrap .single_add_to_cart_button,
div.ovic_bundle-wrap .added_to_cart{
    padding: 13px 15px;
    width: 240px;
    max-width: 100%;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    display: inline-block;
    vertical-align: middle;
    padding: 13px 15px;
    margin: 13px 0 0;
    width: 240px;
    max-width: 100%;
}
.entry-summary a.compare:not(:last-child),
.entry-summary .yith-wcwl-add-to-wishlist:not(:last-child),
.entry-summary .single_add_to_cart_button:not(:last-child),
.entry-summary .added_to_cart:not(:last-child){
    margin-right: 10px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    margin: 13px 0 0;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist > *{
    color: inherit;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 50px;
    height: 50px;
    padding: 15px 0;
    border-radius: 0;
    text-align: center;
}
.entry-summary a.compare::before{
    margin: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist a{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
}
.entry-summary a.compare:hover,
.entry-summary .yith-wcwl-add-to-wishlist > *:hover,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
    box-shadow: none;
}
.entry-summary .cart::before,
.entry-summary .cart::after{
    display: table;
    content: '';
    clear: both;
}
.entry-summary .cart .quantity{
    float: left;
    margin: 13px 20px 0 0;
}
.entry-summary .cart.grouped_form{
    margin-top: 23px;
}
.entry-summary .grouped_form .group_table{
    margin-bottom: 20px;
}
.entry-summary .grouped_form .quantity{
    margin: 0;
}
.entry-summary .grouped_form .quantity .input-text{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
    box-shadow: none;
}
.entry-summary .grouped_form .quantity .btn-number{
    height: 40px;
}
.entry-summary .grouped_form .stock .text{
    display: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity{
    width: 1%;
    text-align: center;
    padding: 0;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart{
    width: 100%;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart .button{
    font-size: 13px;
    padding: 8px 15px;
    white-space: normal;
    background-color: transparent;
    color: #222;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label{
    font-size: 14px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label label{
    margin: 0;
    font-weight: inherit;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price ins{
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price del{
    display: inline-block;
    vertical-align: bottom;
    font-weight: 400;
    color: #888;
    margin-right: 5px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price .stock{
    margin: 0;
}
/* grid gallery */
.product-page-grid .has-gallery .woocommerce-product-gallery{
    max-width: inherit;
}
.product-page-grid .has-gallery .woocommerce-product-gallery .flex-viewport{
    width: auto !important;
    height: auto !important;
    border: none;
}
.product-page-grid .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    display: block !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -15px -30px !important;
}
.product-page-grid .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
    display: inline-block !important;
    vertical-align: top;
    width: calc(50% - 30px) !important;
    float: none !important;
    margin: 0 15px 30px !important;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.product-page-grid .has-gallery .woocommerce-product-gallery .flex-control-nav{
    display: none;
}
/* slide gallery */
/*.product-page-slide .woocommerce-product-gallery{*/
    /*overflow: hidden;*/
/*}*/
/*.product-page-slide .flex-control-nav{*/
    /*display: none;*/
/*}*/
/*.product-page-slide .flex-direction-nav{*/
    /*font-size: 0;*/
    /*line-height: 0;*/
    /*letter-spacing: 0;*/
    /*margin: 0;*/
/*}*/
/*.product-page-slide .flex-direction-nav a{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 30px;*/
    /*text-decoration: none;*/
    /*text-align: center;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*margin: auto;*/
    /*text-shadow: 0 0 #fff;*/
/*}*/
/*.product-page-slide .flex-direction-nav a::before{*/
    /*font-family: main-icon, sans-serif;*/
    /*content: '\e902';*/
    /*font-size: 20px;*/
    /*line-height: 30px;*/
/*}*/
/*.product-page-slide .flex-direction-nav .flex-next{*/
    /*left: auto;*/
    /*right: 0;*/
/*}*/
/*.product-page-slide .flex-direction-nav .flex-next::before{*/
    /*content: '\e903';*/
/*}*/
@media (min-width: 768px){
    .yith-wcqv-main div.images,
    .woocommerce-product-gallery{
        float: left;
        width: 330px;
        max-width: 100%;
    }
    .entry-summary{
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 330px);
        padding: 0 0 0 20px;
    }
    /* sticky summary */
    .product-page-sticky .has-gallery .entry-summary.sticky{
        padding-top: 10px;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery .flex-viewport{
        width: auto !important;
        height: auto !important;
        border: none;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        display: block !important;
        width: auto !important;
        height: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0 0 -20px !important;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
        display: inline-block !important;
        vertical-align: top;
        width: 100% !important;
        float: none !important;
        margin: 0 0 20px !important;
        border: 1px solid #e6e6e6;
        text-align: center;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery .flex-control-nav{
        display: none;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery__trigger{
        bottom: 15px;
    }
}
@media (min-width: 992px){
    .yith-wcqv-main div.images,
    .woocommerce-product-gallery{
        width: 400px;
    }
    .entry-summary{
        width: calc(100% - 400px);
        padding: 0 0 0 30px;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        margin: 0 0 -30px !important;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
        margin: 0 0 30px !important;
    }
}
@media (min-width: 1200px){
    .product-page.sidebar-full .woocommerce-product-gallery{
        width: 570px;
    }
    .product-page.sidebar-full .entry-summary{
        width: calc(100% - 570px);
    }
    .product-page-standard.sidebar-full .has-gallery .woocommerce-product-gallery .flex-viewport{
        float: right;
        width: calc(100% - 120px);
    }
    .product-page-standard.sidebar-full .has-gallery .woocommerce-product-gallery .flex-control-nav{
        float: left;
        width: 87px;
        padding: 10px 0;
        margin: 30px 0;
    }
    .product-page-standard.sidebar-full .has-gallery .woocommerce-product-gallery .flex-control-nav > li{
        width: 100%;
    }
    .product-page-standard.sidebar-full .has-gallery .woocommerce-product-gallery__trigger{
        bottom: 15px;
    }
    .skin-market .product-page-standard.sidebar-left .entry-summary,
    .skin-market .product-page-standard.sidebar-right .entry-summary{
        padding-left: 50px;
    }
    .product-page-sticky .has-gallery .entry-summary.sticky{
        padding-top: 20px;
    }
}
@media (min-width: 1500px){
    .product-page-grid.sidebar-full .has-gallery .woocommerce-product-gallery,
    .product-page-standard.sidebar-full .has-gallery .woocommerce-product-gallery{
        width: 690px;
    }
    .product-page-grid.sidebar-full .has-gallery .entry-summary,
    .product-page-standard.sidebar-full .has-gallery .entry-summary{
        width: calc(100% - 690px);
    }
    .product-page-grid.sidebar-left .woocommerce-product-gallery,
    .product-page-grid.sidebar-right .woocommerce-product-gallery{
        width: 500px;
    }
    .product-page-grid.sidebar-left .entry-summary,
    .product-page-grid.sidebar-right .entry-summary{
        width: calc(100% - 500px);
    }
}
@media (max-width: 991px){
    .product-page-grid .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        margin: 0 -10px -20px !important;
    }
    .product-page-grid .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
        width: calc(50% - 20px) !important;
        margin: 0 10px 20px !important;
    }
}
@media (max-width: 767px){
    .entry-summary.sticky-content{
        position: static !important;
        width: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
    div.ovic_bundle-wrap .single_add_to_cart_button,
    div.ovic_bundle-wrap .added_to_cart,
    .entry-summary .single_add_to_cart_button,
    .entry-summary .added_to_cart{
        padding: 10px 15px;
        width: 185px;
    }
    .entry-summary a.compare:not(:last-child),
    .entry-summary .yith-wcwl-add-to-wishlist:not(:last-child),
    .entry-summary .single_add_to_cart_button:not(:last-child),
    .entry-summary .added_to_cart:not(:last-child){
        margin-right: 5px;
    }
    .entry-summary a.compare,
    .entry-summary .yith-wcwl-add-to-wishlist > *{
        width: 44px;
        height: 44px;
        padding: 12px 0;
    }
}
@media (max-width: 479px){
    .product-page-grid .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        margin: 0 -5px -10px !important;
    }
    .product-page-grid .has-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image{
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px !important;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin-top: 60px;
}
.woocommerce-tabs .panel{
    background-color: transparent;
    box-shadow: none;
    padding: 23px 19px 37px;
    border: 1px solid #e6e6e6;
    margin: 0;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 0 -1px;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-tabs > ul > li > a{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding: 0 30px 12px;
    border-bottom: 2px solid;
    text-decoration: none;
}
.woocommerce-tabs > ul > li:not(.active) > a{
    border-color: transparent;
}
.product-tab-brands{
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}
.product-tab-brands .brand-item{
    display: table-row;
    padding: 0;
    margin: 0;
    border: none;
}
.product-tab-brands .brand-item > *{
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
}
.product-tab-brands .brand-item a:not(:hover){
    color: inherit;
}
#tab-description > *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item > *,
#tab-additional_information th,
#tab-additional_information td{
    font-size: 14px;
    padding: 8px 15px;
    border-left-width: 0;
    border-right-width: 0;
}
.product-tab-brands .brand-item:first-child > *,
#tab-additional_information tr:first-child > *{
    border-top-width: 0;
}
.product-tab-brands .brand-item:last-child > *,
#tab-additional_information tr:last-child > *{
    border-bottom-width: 0;
}
.product-tab-brands .brand-item > *:first-child,
#tab-additional_information th:first-child,
#tab-additional_information td:first-child{
    padding-left: 0;
}
.product-tab-brands .brand-item > *:last-child,
#tab-additional_information th:last-child,
#tab-additional_information td:last-child{
    padding-right: 0;
}
#tab-additional_information *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail,
#tab-additional_information th{
    width: 33.33333333%;
}
#tab-reviews .woocommerce-Reviews-title{
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
#tab-reviews .woocommerce-Reviews-title span::before{
    content: '"';
}
#tab-reviews .woocommerce-Reviews-title span::after{
    content: '”';
}
#wcmp_vendor_reviews .commentlist,
#tab-reviews .commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
#wcmp_vendor_reviews .commentlist .comment_container,
#tab-reviews .commentlist .comment_container{
    margin-top: 20px;
}
#wcmp_vendor_reviews .commentlist .comment_container::before,
#wcmp_vendor_reviews .commentlist .comment_container::after,
#tab-reviews .commentlist .comment_container::before,
#tab-reviews .commentlist .comment_container::after{
    display: table;
    clear: both;
    content: '';
}
#wcmp_vendor_reviews .commentlist .avatar,
#tab-reviews .commentlist .avatar{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
#wcmp_vendor_reviews .commentlist .comment-text,
#tab-reviews .commentlist .comment-text{
    overflow: hidden;
    padding: 10px 14px;
    border: 1px solid #e6e6e6;
}
#wcmp_vendor_reviews .commentlist .star-rating-wrap,
#tab-reviews .commentlist .star-rating-wrap{
    margin: -2px 5px -2px 0;
}
#wcmp_vendor_reviews .commentlist .star-rating-wrap .rating,
#tab-reviews .commentlist .star-rating-wrap .rating{
    display: none;
}
#wcmp_vendor_reviews .commentlist .meta,
#tab-reviews .commentlist .meta{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
    margin: 0;
}
#wcmp_vendor_reviews .commentlist .description,
#tab-reviews .commentlist .description{
    margin: 2px 0 0;
}
#wcmp_vendor_reviews .commentlist .description > *:last-child,
#tab-reviews .commentlist .description > *:last-child{
    margin-bottom: 0;
}
#wcmp_vendor_reviews .commentlist .children,
#tab-reviews .commentlist .children{
    list-style: none;
    padding: 0 0 0 20px;
}
#wcmp_vendor_reviews .comment-form-rating > label,
#tab-reviews .comment-form-rating > label{
    margin-right: 10px;
}
#tab-reviews .woocommerce-pagination{
    margin-top: 30px;
}
#tab-reviews .comment-respond{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
}
#tab-reviews #review_form label{
    font-weight: inherit;
}
#tab-reviews #review_form .comment-reply-title{
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
#tab-reviews #review_form input[type="text"],
#tab-reviews #review_form input[type="email"],
#tab-reviews #review_form textarea{
    width: 100%;
}
#tab-reviews #review_form .comment-form-author > label,
#tab-reviews #review_form .comment-form-email > label{
    display: block;
}
#tab-reviews #review_form .form-submit{
    margin-bottom: 0;
}
#tab-reviews #review_form .form-submit input[type="submit"]{
    min-width: 200px;
}
#tab-reviews .ovic-panel-rating{
    max-width: 100%;
}
#tab-reviews .ovic-panel-rating .average{
    line-height: 1.34;
    margin-bottom: 19px;
}
@media (min-width: 768px){
    #tab-reviews #reviews{
        display: inline;
    }
    #tab-reviews .ovic-panel-rating{
        float: left;
        width: 250px;
        padding-right: 20px;
    }
    #tab-reviews .ovic-panel-rating ~ * #comments{
        float: right;
        width: calc(100% - 250px);
        padding-left: 20px;
        border-left: 1px solid #e6e6e6;
    }
    #tab-reviews .ovic-panel-rating ~ * #comments + *{
        clear: both;
    }
    #tab-reviews #review_form .comment-form-author{
        display: inline-block;
        float: left;
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #tab-reviews #review_form .comment-form-email{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 15px);
    }
}
@media (min-width: 992px){
    #tab-reviews .ovic-panel-rating{
        width: 290px;
        padding-right: 30px;
    }
    #tab-reviews .ovic-panel-rating ~ * #comments{
        width: calc(100% - 290px);
        padding-left: 30px;
    }
}
@media (max-width: 767px){
    .woocommerce-tabs{
        margin-top: 40px;
    }
    .woocommerce-tabs > ul{
        text-align: inherit;
    }
    .woocommerce-tabs > ul > li{
        display: block;
    }
    .woocommerce-tabs > ul > li > a{
        padding: 0 0 10px;
        border: none;
    }
}
@media (max-width: 479px){
    #wcmp_vendor_reviews .commentlist .avatar,
    #tab-reviews .commentlist .avatar{
        margin: 0 0 10px;
    }
    #wcmp_vendor_reviews .commentlist .comment-text, #tab-reviews .commentlist .comment-text{
        clear: both;
    }
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products,
.cross-sells.products{
    clear: both;
    margin-top: 60px;
}
.related.products .ovic-title,
.up-sells.products .ovic-title,
.cross-sells.products .ovic-title{
    margin-bottom: 30px;
}
.related.ovic-products.style-01 .ovic-title,
.up-sells.ovic-products.style-01 .ovic-title,
.cross-sells.ovic-products.style-01 .ovic-title{
    margin-bottom: 0;
}
.related.ovic-products.style-01 .product-list-owl,
.up-sells.ovic-products.style-01 .product-list-owl,
.cross-sells.ovic-products.style-01 .product-list-owl{
    border: 1px solid #e6e6e6;
}
.related.ovic-products.style-01 .ovic-title ~ .product-list-owl,
.up-sells.ovic-products.style-01 .ovic-title ~ .product-list-owl,
.cross-sells.ovic-products.style-01 .ovic-title ~ .product-list-owl{
    border-top-width: 0;
}
@media (max-width: 767px){
    .related.products,
    .up-sells.products,
    .cross-sells.products{
        margin-top: 40px;
    }
}
/*----- EMAIL -----*/
.popup-email-content{
    position: relative;
    background-color: #fff;
    width: 800px;
    margin: 20px auto;
    max-width: 100%;
}
.popup-email-content .btn-close{
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    color: #fff;
    border: none;
    border-radius: 0;
}
.popup-email-content .btn-close::before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
    font-size: 16px;
    line-height: 30px;
}
.form-send-friend{
    padding: 30px;
    background-color: #fff;
}
.form-send-friend .title{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.form-send-friend .form .text-input{
    width: 100%;
}
/* BUNDLE */
div.ovic_bundle-wrap{
    margin: 52px 0 0;
}
div.ovic_bundle-wrap .column-thumb{
    width: 80px;
}
div.ovic_bundle-wrap .column-qty,
div.ovic_bundle-wrap .column-price,
div.ovic_bundle-wrap .column-discount{
    text-align: center;
}
div.ovic_bundle-wrap td .price{
    display: inline-block;
    vertical-align: top;
}
div.ovic_bundle-wrap .stock{
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-before-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
div.ovic_bundle-wrap .ovic_bundle-check{
    width: 1%;
}
div.ovic_bundle-wrap .ovic_bundle-check label{
    font-weight: inherit;
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-qty .quantity .input-text{
    width: 80px;
    height: 36px;
    padding: 6px 25px;
    font-size: 13px;
    font-weight: 400;
}
div.ovic_bundle-wrap .ovic_bundle-qty .quantity .btn-number{
    width: 25px;
    height: 36px;
}
div.ovic_bundle-wrap .ovic_bundle-qty .quantity .quantity-minus::before,
div.ovic_bundle-wrap .ovic_bundle-qty .quantity .quantity-plus::before{
    width: 7px;
    height: 1px;
    border-top: 1px solid;
}
div.ovic_bundle-wrap .ovic_bundle-qty .quantity .quantity-plus::after{
    width: 1px;
    height: 7px;
    border-left: 1px solid;
}
div.ovic_bundle-wrap .ovic_bundle-price .price del{
    font-size: 14px;
}
div.ovic_bundle-wrap .ovic_bundle-price .discount{
    font-size: 16px;
    line-height: 30px;
}
div.ovic_bundle-wrap .ovic_bundle-total .discount{
    font-size: 16px;
    font-weight: 600;
}
div.ovic_bundle-wrap .footer-bundle > .price{
    display: none;
}
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > * span{
    font-weight: 600;
}
div.ovic_bundle-wrap .footer-bundle .cart a.compare,
div.ovic_bundle-wrap .footer-bundle .cart .yith-wcwl-add-to-wishlist{
    display: none;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.wpcf7{
    font-size: 14px;
    line-height: 20px;
    direction: inherit;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="search"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea{
    width: 100%;
}
.wpcf7 p{
    position: relative;
    margin-bottom: 30px;
}
.wpcf7 p .wpcf7-form-control-wrap{
    position: static;
}
.wpcf7 p [role="alert"]{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.wpcf7 p[class*="col-"] [role="alert"]{
    right: 15px;
}
.wpcf7 label{
    display: block;
    font-weight: inherit;
}
.wpcf7 .wpcf7-acceptance{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #888;
    cursor: pointer;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.wpcf7 .wpcf7-acceptance label{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.wpcf7 .wpcf7-acceptance a{
    text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance a:not(:hover){
    color: inherit;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"]{
    vertical-align: middle;
    margin: -1px 3px 0 0;
}
.wpcf7 [type="submit"]{
    vertical-align: middle;
    min-width: 166px;
    padding: 8px 24px;
}
/*----- CART -----*/
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-form-login .lost_password{
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
}
.woocommerce-cart-form{
    padding-top: 13px;
}
.wishlist_table th,
.woocommerce-cart-form > .shop_table th,
.woocommerce-cart-form .dataTables_wrapper > .shop_table th,
.woocommerce-checkout #order_review .shop_table th{
    font-size: 18px;
}
.woocommerce table.wishlist_table td.product-name,
.woocommerce-cart-form > .shop_table td.product-name,
.woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name{
    font-size: 14px;
}
.woocommerce table.wishlist_table tr td.product-remove a,
.woocommerce-cart-form > .shop_table .product-remove a,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-decoration: none;
}
.woocommerce #content table.wishlist_table tr td.product-remove a:not(:hover),
.woocommerce-cart-form > .shop_table .product-remove a:not(:hover),
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a:not(:hover){
    color: #888;
}
.woocommerce table.wishlist_table tr td.product-remove a::before,
.woocommerce-cart-form > .shop_table .product-remove a::before,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 24px;
}
.woocommerce-cart-form .shop_table .actions{
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
}
.woocommerce-cart-form .shop_table .actions > *{
    vertical-align: middle;
    margin-bottom: 10px;
}
.woocommerce-cart-form .quantity .input-text{
    box-shadow: 0 0 0 2px #e6e6e6 inset;
    padding: 8px 35px;
    width: 110px;
    height: 40px;
}
.woocommerce-cart-form .quantity .input-text:focus{
    box-shadow: 0 0 0 2px #9c9c9c inset;
}
.woocommerce-cart-form .quantity .btn-number{
    height: 40px;
}
.cart-collaterals{
    border: 1px solid #e6e6e6;
    padding: 24px 0 30px;
}
.cart-collaterals .cart_totals > h2{
    font-size: 24px;
    line-height: 30px;
    margin: 0 20px 15px;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    border: none;
    padding: 12px 10px 12px 20px;
    font-size: 16px;
}
.cart-collaterals .shop_table td{
    border: none;
    padding: 12px 20px 12px 10px;
    font-size: 14px;
    text-align: right;
}
.cart-collaterals .shop_table tr:not(:last-child) th,
.cart-collaterals .shop_table tr:not(:last-child) td{
    border-bottom: 1px solid #e6e6e6;
}
.cart-collaterals .shop_table .shipping th,
.cart-collaterals .shop_table .shipping td{
    padding-top: 22px;
    padding-bottom: 22px;
}
.cart-collaterals .shop_table .shipping .button{
    width: 100%;
}
.cart-collaterals .shop_table .amount{
    font-size: 15px;
    font-weight: 700;
}
.cart-collaterals .shop_table .order-total td{
    padding-top: 25px;
    padding-bottom: 25px;
}
.cart-collaterals .shop_table .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount{
    font-size: 24px;
    line-height: 30px;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    display: block;
    width: auto;
    padding: 8px 15px;
    margin: 0 20px;
}
.cart-collaterals:not(:hover) .wc-proceed-to-checkout .button{
    background-color: #f5f5f5;
    color: inherit;
}
.cart-collaterals .wc-proceed-to-checkout .button:not(:last-child){
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .woocommerce table.wishlist_table tbody tr,
    .woocommerce-cart-form > .shop_table tbody .cart_item{
        border-top: 1px solid #e6e6e6;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce-cart-form > .shop_table th{
        border: none;
        padding: 13px 10px;
    }
    .woocommerce table.wishlist_table tbody td,
    .woocommerce-cart-form > .shop_table td{
        border: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .woocommerce table.wishlist_table .product-thumbnail,
    .woocommerce-cart-form > .shop_table .product-thumbnail{
        width: 1%;
    }
    .woocommerce table.wishlist_table .product-thumbnail img,
    .woocommerce-cart-form > .shop_table .product-thumbnail img{
        width: 160px;
    }
    .woocommerce table.wishlist_table .product-name,
    .woocommerce-cart-form > .shop_table .product-name{
        width: calc(40% - 110px);
    }
    .woocommerce table.wishlist_table .product-price,
    .woocommerce table.wishlist_table .product-stock-status,
    .woocommerce-cart-form > .shop_table .product-price,
    .woocommerce-cart-form > .shop_table .product-quantity,
    .woocommerce-cart-form > .shop_table .product-subtotal{
        width: 17%;
    }
    .woocommerce table.wishlist_table .product-add-to-cart{
        width: 20%;
    }
    .woocommerce table.wishlist_table .product-remove,
    .woocommerce-cart-form > .shop_table .product-remove{
        width: 1%;
        padding: 0;
    }
    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table tbody td{
        border: none;
    }
}
@media (min-width: 1200px){
    .woocommerce-cart-form{
        float: left;
        width: calc(100% - 360px);
        margin-right: 30px;
    }
    .cart-collaterals{
        max-width: 330px;
        margin-left: auto;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .woocommerce table.wishlist_table .product-price,
    .woocommerce table.wishlist_table .product-stock-status{
        width: 13%;
    }
    .woocommerce table.wishlist_table .product-add-to-cart{
        width: 23%;
    }
    .woocommerce table.wishlist_table .product-add-to-cart a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px){
    .woocommerce-cart-form > .shop_table.cart tr{
        border: none;
    }
    .woocommerce-cart-form > .shop_table.cart .cart_item::before,
    .woocommerce-cart-form > .shop_table.cart .cart_item::after{
        display: table;
        content: '';
        clear: both;
    }
    .woocommerce-cart-form > .shop_table.cart .cart_item{
        border: none;
        padding: 0 0 80px;
        border-bottom: 1px solid #e6e6e6;
        margin: 0 0 30px;
        position: relative;
    }
    .woocommerce-cart-form > .shop_table.cart .cart_item td{
        padding: 0;
        border: none;
        text-align: inherit !important;
    }
    .woocommerce-cart-form > .shop_table.cart .product-thumbnail{
        float: left;
        width: 100px;
        margin-right: 10px;
    }
    .woocommerce-cart-form > .shop_table.cart img{
        max-width: 100%;
    }
    .woocommerce-cart-form > .shop_table td.product-price,
    .woocommerce-cart-form > .shop_table td.product-subtotal{
        font-size: 16px;
    }
    .woocommerce-cart-form > .shop_table.cart .product-price::before,
    .woocommerce-cart-form > .shop_table.cart .product-subtotal::before{
        display: inline-block;
        vertical-align: bottom;
        content: attr(data-title);
        font-size: 14px;
        font-weight: 400;
        color: #888;
        margin: 1px 3px -1px 0;
    }
    .woocommerce-cart-form > .shop_table.cart .product-quantity{
        position: absolute;
        bottom: 30px;
        left: 0;
        width: calc(100% - 50px);
    }
    .woocommerce-cart-form > .shop_table.cart .product-quantity .quantity{
        display: block;
    }
    .woocommerce-cart-form > .shop_table.cart .product-quantity .quantity .control,
    .woocommerce-cart-form > .shop_table.cart .product-quantity .quantity .input-text{
        width: 100%;
    }
    .woocommerce-cart-form > .shop_table.cart .product-remove{
        position: absolute;
        bottom: 30px;
        right: 0;
    }
    .woocommerce-cart-form > .shop_table.cart .product-remove a{
        padding: 8px 0;
        width: 40px;
        text-align: center;
        background-color: #e6e6e6;
    }
    .woocommerce-cart-form > .shop_table.cart .actions{
        padding: 0;
    }
    .woocommerce-cart-form > .shop_table.cart .actions .input-text{
        width: 100%;
    }
    .woocommerce-cart-form > .shop_table.cart .actions button{
        width: 100%;
        margin: 0;
    }
    .cart-collaterals .cart_totals > h2{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .cart-collaterals .shop_table th,
    .cart-collaterals .shop_table td{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .cart-collaterals .shop_table .shipping td,
    .cart-collaterals .shop_table .shipping th{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cart-collaterals .shop_table .order-total td{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*----- DATATABLE -----*/
.woocommerce-cart-form .dataTables_wrapper{
    margin-bottom: 50px;
}
.woocommerce-cart-form .dataTables_wrapper .btn-group{
    width: auto;
    float: left;
    margin-bottom: 10px;
}
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter{
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-bottom: 10px;
}
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter label,
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter .form-control{
    vertical-align: middle;
}
.woocommerce-cart-form table.dataTable .product-thumbnail{
    text-align: center;
}
.woocommerce-cart-form table.dataTable .product-thumbnail img{
    display: inline-block !important;
    vertical-align: top;
    width: 100px;
    max-width: 100px;
    margin: auto;
}
.woocommerce-cart-form div.dataTables_wrapper div.dataTables_info{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-cart-form div.dataTables_wrapper div.dataTables_paginate{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.woocommerce-cart-form div.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.woocommerce-cart-form div.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 767px){
    .woocommerce-cart-form table.dataTable .product-thumbnail img{
        width: 80px;
        max-width: 80px;
    }
}
/*----- WISHLIST -----*/
.yith_wcwl_wishlist_footer .yith-wcwl-share{
    float: none;
}
/*----- MY ACCOUNT -----*/
.woocommerce-form-login:not(:last-child),
.woocommerce-form-login:not(:last-child),
.woocommerce-form-register:not(:last-child),
.woocommerce-ResetPassword:not(:last-child),
.woocommerce-form-track-order:not(:last-child),
.checkout_coupon:not(:last-child){
    margin-bottom: 30px;
}
.woocommerce-form-login:last-child .form-row:last-child,
.woocommerce-form-login:last-child .lost_password:last-child,
.woocommerce-form-register:last-child .form-row:last-child,
.woocommerce-ResetPassword:last-child .form-row:last-child,
.woocommerce-form-track-order:last-child .form-row:last-child{
    margin-bottom: 0;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button{
    display: block;
    margin-top: 10px;
    min-width: 140px;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
}
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    margin: 10px 0 -26px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.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,
.woocommerce form.woocommerce-form-track-order .form-row-first,
.woocommerce form.woocommerce-form-track-order .form-row-last,
.woocommerce-page form.woocommerce-form-track-order .form-row-first,
.woocommerce-page form.woocommerce-form-track-order .form-row-last{
    float: none;
    width: 100%;
}
.wcmp-dashboard > h2,
body.woocommerce-account .woocommerce > h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0 auto 28px;
    position: relative;
}
.woocommerce-form-login{
    position: relative;
}
.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme{
    padding: 5px 0;
    margin-bottom: 25px;
}
.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme input[type="checkbox"]{
    margin-top: -3px;
}
.woocommerce-form-login .lost_password{
    position: absolute;
    bottom: 65px;
    left: 0;
    padding: 5px 0;
    font-weight: 400;
    margin: 0;
}
.woocommerce-form-login .lost_password a:not(:hover){
    color: #333;
}
.woocommerce-form-register .woocommerce-privacy-policy-text p:last-child{
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .woocommerce-account .col2-set{
        display: flex;
    }
    .woocommerce-account .col2-set .col-1{
        width: 50%;
        padding-right: 50px;
    }
    .woocommerce-account .col2-set .col-2{
        width: 50%;
        padding-left: 50px;
        border-left: 1px solid #e6e6e6;
        position: relative;
    }
    .woocommerce-account .col2-set .col-2::before{
        position: absolute;
        content: 'or';
        top: 0;
        bottom: 0;
        left: -25px;
        width: 51px;
        height: 51px;
        font-size: 14px;
        line-height: 51px;
        font-style: italic;
        border-radius: 50%;
        background-color: #f5f5f5;
        text-align: center;
        margin: auto;
    }
}
@media (min-width: 992px){
    .woocommerce-account .col2-set .col-1{
        padding-right: 75px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-left: 75px;
    }
}
@media (min-width: 1200px){
    .woocommerce-account .col2-set .col-1{
        padding-right: 100px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-left: 100px;
    }
}
@media (min-width: 1500px){
    .woocommerce-account .col2-set .col-1{
        padding-right: 130px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-left: 130px;
    }
}
/*----- 404 ERROR -----*/
.error-404{
    text-align: center;
}
.error-404 .title{
    font-size: 48px;
    line-height: 58px;
    margin: 7px 0 0;
}
.error-404 .subtitle{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: inherit;
    margin: 0;
}
.error-404 figure{
    margin: 55px 0 0;
}
.error-404 .button{
    min-width: 220px;
    margin: 50px 0 0;
}
@media (max-width: 767px){
    .error-404 .title{
        font-size: 38px;
        line-height: 48px;
        margin: 0;
    }
    .error-404 .subtitle{
        font-size: 18px;
        line-height: 24px;
    }
    .error-404 figure{
        margin: 30px 0 0;
    }
    .error-404 .button{
        margin: 30px 0 0;
    }
}
/*==========================================================================
HEADER
===========================================================================*/
.header{
    position: relative;
    background-color: #fff;
}
.menu-item > .desc{
    display: none;
}
.header-inner::before,
.header-inner::after,
.menu-item::before,
.menu-item::after{
    content: '';
    display: table;
    clear: both;
}
.menu-item > a.loading-lazy::after,
.menu-item > a .loading-lazy::after{
    display: none;
}
.menu-item > a .icon{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}
.menu-item > a figure.icon{
    font-size: 0 !important;
}
.menu-item > a .label-image{
    display: inline !important;
    margin: -15px 0 0 5px;
}
.menu-item > a img{
    width: auto;
    max-height: 24px;
}
.header-top .header-inner > * > * > a:not(:hover),
.menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.menu-item > .sub-menu > li:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a{
    color: inherit;
}
body .ovic-menu li > a .icon{
    margin: 0 5px 0 0;
}
body .ovic-menu li > a.hide-title .icon{
    margin: 0;
}
.menu-item > .megamenu > p:first-child,
.menu-item > .megamenu > p:last-child{
    margin: 0;
}
/*----- LOGO -----*/
.logo{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 10px 0;
    margin: 0;
}
.logo a{
    display: inline-block;
    vertical-align: top;
}
.logo figure{
    max-width: 220px;
}
.logo .logo-text{
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
}
.logo .logo-text .text{
    display: inline-block;
    vertical-align: top;
}
.logo .logo-text .highlight{
    color: inherit;
}
.logo .logo-text .dot{
    display: none;
}
/*----- TOP BAR MENU -----*/
.armania-dropdown{
    position: relative;
}
.armania-dropdown > .sub-menu,
.header-submenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: left;
    visibility: visible;
}
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.armania-dropdown > .sub-menu > .menu-item > a{
    display: block;
    padding: 8px 10px;
    box-shadow: 0 -1px #e6e6e6 inset;
}
.header-submenu{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 -14px;
}
.header-submenu li{
    position: relative;
}
.header-submenu > li{
    display: inline-block;
    vertical-align: top;
    margin: 0 14px;
}
.header-top .header-inner > * > * > a .text br{
    display: none;
}
.header-top .header-inner > * > * > a,
.header-submenu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
}
.header-submenu .sub-menu li > a .icon,
.header-submenu > li > a .icon{
    font-size: inherit;
}
.header-submenu > .menu-item-has-children > a:not(:last-child)::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    font-style: normal;
    margin: 1px 0 -1px 3px;
}
.header-submenu .sub-menu{
    width: 125px;
}
.header-submenu .sub-menu li > a{
    display: block;
    padding: 6px 8px;
    box-shadow: 0 -1px #e6e6e6 inset;
}
@media (min-width: 1200px){
    .armania-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
@media (max-width: 1199px){
    .armania-dropdown:not(.open) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- USER LINK -----*/
.block-userlink > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: capitalize;
}
.block-userlink > a:hover .text{
    text-decoration: underline;
}
/*----- WISHLIST -----*/
.block-wishlist > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.block-wishlist > a:hover .text{
    text-decoration: underline;
}
/*----- MINI CART -----*/
.block-minicart > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.block-minicart > a:hover .text{
    text-decoration: underline;
}
.block-minicart > a .amount{
    color: inherit;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background-color: #fff;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: left;
}
.block-minicart .widget_shopping_cart_content{
    padding: 30px;
}
.block-minicart .widget_shopping_cart > .widgettitle{
    display: none;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    padding: 13px 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
body.woocommerce-cart .block-minicart > a::before,
body.woocommerce-checkout .block-minicart > a::before{
    display: none;
}
@media (min-width: 1200px){
    .block-minicart:not(:hover) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@media (max-width: 1199px){
    .block-minicart:not(.open) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@media (max-width: 479px){
    .block-minicart .widget_shopping_cart_content{
        padding: 15px;
    }
    .block-minicart .widget_shopping_cart .total{
        margin-top: 20px;
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    min-width: inherit;
    text-align: left;
    width: 100%;
    max-width: 100% !important;
    margin: 0;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form,
div.dgwt-wcas-search-wrapp .search-form{
    position: relative;
    display: flex;
    align-items: center;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    align-items: center;
    padding: 0;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader:not(.dgwt-wcas-close){
    z-index: auto;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    flex: 1 1 auto;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    width: 1%;
    position: relative;
    border-radius: 0;
    background-color: #fff;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    font-family: main-icon, sans-serif;
    content: '\e905';
    font-size: 16px;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .input-focus{
    border-width: 2px;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    height: 42px;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    color: inherit !important;
    background-color: transparent;
    box-shadow: none;
    padding: 9px 20px 9px 38px;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::-webkit-input-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:-moz-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::-moz-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:-ms-input-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    border-radius: 0 !important;
    height: auto;
    min-width: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 9px 20px;
    min-height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
    text-shadow: none;
    white-space: nowrap;
    z-index: 1;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    display: none;
    position: static;
    border: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover,
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:focus{
    opacity: 1;
}
div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    top: 11px;
    left: 13px;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 0 !important;
    opacity: 1;
    background: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader > *{
    display: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader)::before{
    position: static;
    width: auto;
    height: auto;
    font-family: main-icon, sans-serif;
    content: '\e901';
}
div.dgwt-wcas-search-wrapp.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    display: none !important;
}
body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp,
body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{
    border-radius: 0;
}
div.dgwt-wcas-suggestion{
    line-height: 24px;
}
div.dgwt-wcas-search-wrapp .category select,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    padding: 7px 18px 7px 28px;
    box-shadow: none;
    border: 2px solid #e6e6e6;
    border-right-width: 0;
    height: 42px;
    z-index: 1;
    position: relative;
}
div.dgwt-wcas-search-wrapp .category select{
    padding-right: 38px;
}
div.dgwt-wcas-search-wrapp .category .chosen-container .chosen-single::after{
    margin-left: 15px;
}
div.dgwt-wcas-search-wrapp .category .chosen-container .chosen-drop{
    min-width: calc(100% + 2px);
}
div.dgwt-wcas-overlay-mobile .search-form .category{
    display: none;
}
.block-search > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.block-search > a:hover .text{
    text-decoration: underline;
}
.block-search.armania-dropdown{
    position: static !important;
}
.block-search.armania-dropdown:not(.open) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 9;
}
.block-search.armania-dropdown > .sub-menu{
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 10;
}
.block-search.armania-dropdown div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-top: 13px;
    padding-bottom: 13px;
    height: 50px;
}
.block-search.armania-dropdown div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    padding-top: 13px;
    padding-bottom: 13px;
}
@media (max-width: 479px){
    .block-search .category{
        display: none;
    }
}
/*----- HEADER MAIN -----*/
.header > *,
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner{
    position: relative;
}
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-18,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-17_3,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-17,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-16_3,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-16_2,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-12_3,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-12,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-11,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-09_2,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-09,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-08_3,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-08_2,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-08,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-07_2,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-07,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-06,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-05,
.home:not(.elementor-template-full-width):not(.page-template-fullwidth) .header.style-03{
    box-shadow: 0 1px #eee;
}
.header.style-05 .logo .logo-text{
    z-index: 1;
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
}
.header.style-05 .logo .logo-text .highlight{
    color: #fff;
}
.header.style-05_2 .logo .logo-text{
    z-index: 1;
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
}
.header.style-05_3 .logo .logo-text{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
}
.header.style-05_3 .logo .logo-text::before{
    display: block;
    width: 50px;
    height: 48px;
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAMAAABkKdmIAAABLFBMVEUAAAD/PBn/mIn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/////PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/PBn/////PBn/PBn/PBn/PBn/////PBn/////PBn/PBn/////PBn/////////PBn/////////////////////////PBn/////////////////////////////////////////////PBn/////////////PBn/PBn/PBn/////////PBn/////////PBn///8ITuHLAAAAYnRSTlMAFQL4++sF5aRLQQ68fcR5KBHy1pFY6OazPB8cGtu3l4qDcGhj9O7e0s3Ir6yfVFBHNzItJPng2aebUwnpwI2JYFceGPLu2rZsXltOEw4IzMKyraWak3RnPQsLCgfJeHMnFiAuAyQAAANcSURBVEjHjZPndtpAEIVHQgJUkARChN6L6cXEuMQltuOS2Knucdry/u8QbRGowLHvD5bZOZ9mdDUDKyT1iyP74Csb/Qy8SuGdBNLtk1NRsw4vKf4EAE8aQqoCICcQqoIt42Qt8CynS4p9phEKWfncgX3gKqOCNthbg0xaCFUAuA5CaEvdFxESygpk2wjNuDWIsYVQM1ZVQ2ihZrHStY/t8BqEj9rZkIACaliwQlPcbT2EViplAPDjqre7j1v9TZgW0WoJyRwXa6JS3EVkIggVyhpaK021f8SMD3lZScX94rXEy0Ra8ZpV8mSb7eAjEjJ4VXYlQ8UBVxNZEOntC/RWB+CVn3RwY1JWcr1Mi7gpa8SrqKwkBQZLUqWnY4LTkNh2EeqYdJpN4sAemNiiRzFlc2MeeAt51M9jYvPAxJ0VFRh6P68w4O1s13WzUcZE+Mik7VvAH3iIVi1OOrtbtFU08PwpyQbr3oDnHfLPVAXi89hx2LGrUSN7dtdmsZkFqOI/hTE50AAclajxO/UsmTdr2mNjwgFwyU6nl4E+uYjR3c1uSht0HsJ09QdZ4Cij4xs+lw+DLNJXrVnDCURNMyJQhDQ5jZXws7u4cw6YONX5yo1EGzDOwljY9k8TBHzGe6hPifCeIqvufYOIy3OdBznF2BNqZ64WVWeeT1OAemlfXNSpSGnCVpyhlTvIo9a2PsIG1BvLQuysUCtGLS/RHAJVPhIY9D8E2Zz57rdyTvWULyMe0SK5rj8xxMOvTHTTl4h8XJgb9TNRywC9gPzVBwAuxq8i2AvkM0UCl04CjAaWGRJTLmxGV/z4xyWrs+3a8FkhlTqA/LAuyenlwmQocT7/8D7AdI3JSDKASHI8a9OF+Pd9Pp+/2/UxorvlCfOgMyHh1Q+bcDFRx2LXOzL/92nR65s51ZtPS4Z1zZRjN+qUhI+3jAgy5ogHoiMap+k0fD58O18yrLc4Y3bCNDY0EnFegjHvGVMic+F0htc0pO8BFv97SVAPGLNXFujuM+mRI6DExakHIHV4moqFOlnXKE0Zcf9hHtDpJUtWLQjo+gITgTL3zl7lg8jfb0Hg7fcHHtbr8/HF11NvhfPda3hBV7s3X96x57/5evjwCK/Q8eXt+Zezs7Nf3w4/XcEK/Qf8dr8a0XUriwAAAABJRU5ErkJggg==');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 4px;
}
.header.style-17 .logo .logo-text,
.header.style-08_3 .logo .logo-text,
.header.style-08 .logo .logo-text,
.header.style-07 .logo .logo-text{
    font-weight: 700;
}
.header.style-07_2 .logo .logo-text{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.header.style-09 .logo .logo-text{
    font-weight: 700;
    font-style: italic;
}
.header.style-10 .logo .logo-text{
    font-family: inherit;
    font-weight: 700;
}
.header.style-10 .logo .logo-text .dot{
    display: inline-block;
}
.header.style-11 .logo .logo-text{
    font-weight: 500;
}
.header.style-12 .logo .logo-text{
    font-size: 42px;
    line-height: 40px;
    font-weight: 400;
}
.header.style-12 .logo .logo-text .text{
    margin: 0 -1px 0 1px;
}
.header.style-12_2 .logo .logo-text{
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.header.style-12_2 .logo .logo-text::before{
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAn1BMVEUAAAAFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMFpQMmOBEFAAAANHRSTlMAAwv89Yi1LQ4H4zIlHtWubhrr51xKPSkU74M3wruel5F+ck740HdmV9uljmLfy6NGQqfF0QdDVAAAAjVJREFUOMt1VOe6qjAQ3IBIR5DmsYFYsLez7/9sd5IIn57PO39MmexMJov0gaBo23bvG/QdRrM1+QWvDr8wmjG/wzz+LZVEeudyXQ6jgRoO9h+Mh1qdN7q8yCs1n74x7tLEtXg3Zm2wtOznIc5sMj0WvnhJb8FpOsoFwj5274UgkcFmkQtMFzA90wwL9LUeLB0Ru06tFVwP9lVNBzIjxS09PtHUXfGPr+YznG1fRcyAFHLPs6e2l65JA1JjWSbVzvMGR5PMv9lZQuQ3e2lZWwjxI001PK4mRJNfEJxTyhYBCPRJlDGnBPh4gMWEwm1AzhBXVHdZqU2rM1ujXEXlwaZTn5qNkUEjGXRoQEKeDWzPLlFvDk0jdF3EXhI2MmMYVQUZpwHv7LSMeVM7NKsj6A5gVFLOKIXXT6jcrYufx31l02S5QSkhQCmwC/MxA5EMbK16wN4ysCKHISTtDinwGDiURHvzjCBU9/wElCu7GcZEO5YYuXTmmOjJr3a5MXtddAb0gBySK90+vHBI4G436B6gpK8sE9rB2U0xEqjqB1BWA6QwHUMSz3xyLhhYSErAYSpAcVPmrYrSmkfhlKvgOrf8rpFgHsj6TjYCt+KnGzi6NUycFX1b4B4aR2lMMxCe2bW8A8esPy0x4rlac3emkukQjGVSO7kz5KuQIctTXPeMPs7RI5lzlNiVCtuMP7/5IyuYJpsbPRzn9AezX37HYPXtH6SoU37VGsYT+g/KRxu3me98LP4DOBtas3+ElyQAAAAASUVORK5CYII=');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 9px;
}
.header.style-12_3 .logo .logo-text{
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
}
.header.style-12_3 .logo .logo-text .highlight{
    color: #111;
}
.header.style-14 .logo .logo-text{
    font-size: 60px;
    line-height: 50px;
}
.header.style-15 .logo .logo-text{
    text-transform: uppercase;
}
.header.style-16 .logo .logo-text{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 500;
}
.header.style-16 .logo .logo-text::before{
    display: inline-block;
    vertical-align: top;
    width: 52px;
    height: 50px;
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAyCAMAAAAk/wjEAAAA/1BMVEUAAABKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkr/0zNKSkpKSkpKSkpKSkr/0zP/0zNKSkpKSkpKSkpKSkpKSkpKSkr/0zNKSkpKSkr/0zNKSkr/0zNKSkr/0zP/0zP/0zP/0zNKSkr/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zNKSkr/0zOqZzrWAAAAU3RSTlMABPUV8RwK5fjsDv79/NuXp6EhGGJaQN+xm3hPRzMI17dSONLGqYNxasKqkokuKRbvybqlfXQR57yN+a2mXlg6MCclG9vTupd9CM3Is2piT0bBIJwqXsYAAAOPSURBVEjHjZSJdqIwFIYvi4CiUBBcUBR3rcu4t06n006nnXb2Jb7/s0xIghGUmf7naA5JvtybuwTOqDhpGiU8Cn1keAq8Tu0yQgMBQAoQWm3hf8q0AaskI7RUMCwi1JPwhO3YqYhQXxotPE5VhDTH98cIoWoDW7woLFpCmp1rhJrYlostILXTkfEwwpfrFxCyIEW5XrhrY6mISzN6Jv4Wh5CmgYaQLqKE8vjXmZ51rRGGzUApqij4yv5QijGusXsApS+mQaqjbL2sXs0dMSUVh2BgonQVqhX8L7aOIEdDr1JgH8etqr+GaU6TKYrr3O1kF+JaF46XjX4t4LwqM6jGi2c2zUFmoR+daE4bUDTpVq1yW1/Qeb0r5XzXDSP4MDKsTSXPmY7bACxlTA7wtsI6G4WwsiqLagkb2rCkM+UDn9j3vSDc5gngFVBMpgI5U48FoGeTwKyb5HOZgVknzmQ32JGZmeUpDIYZkuwlu8UAoC5TD0RyuNatCcQTxzhcZ0aLKjpGbmFIJMz4hnjZewAq5SKyPGmQXtyNook69nRJGGFMZtaHzNI98q5O7+PNMjesBMKg+GavOsxJ3ajcsex2iYV0xTp62sJZwuXJmh2b3uKdG43aNgeDFizKUcKDLXm/WpUNHqSQurZ5H5SjlGiiDEfVbxXxqRNZL9dC6qbQy9CSERRpiBkuOM6cJYFi4bHcCk3SPhVK/ZuRmj9mNOgvDZFT/lAljeoKQCXttESpL6pOeHFLP+mILOuCopV8ZXas42unfasNBNqcyQUxag9XPGm3IT1PujiBHJpat5tPrGQdYLKTlN7st3PgdGWUkHpLgBRbetmCID7FAs5VXKGkVBgnpwx21fcfGBW3hSPdhdroetXL8slmHYi+z799ZPV8kee3NSdWxQPFzuSUauHQUSUg+jHf7y/fMGqlH95ZnAaJZaquRkyb+Xa1x2IU9zBbAy6H+bfwOXOOEifKgamxGu7O6PdPzFC9S1L9BmPq7I24Zv3/65ESnOL50iYS7RcW9SBD1++eOHNKdW3Wlc2wfE2JMV84QSgW+a0ZRl6+FaI4yEj0mLP3X/cJXTJKmWgIWTwS5qHc7n/HAEr9oWvCWjPacJA9A6oPn/Zn9O2OUQMPEuJMUk8/opq3z0Av55D58/1n+IfuX57eJpHLn2kId/D75eM8At9efXn+9QZeoY/vn79ehdj88dPL3VkrfwFNxKV7m0hCTwAAAABJRU5ErkJggg==');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 9px;
}
.header.style-16_1 .logo .logo-text{
    color: #fff;
}
.header.style-16_1 .logo .logo-text::before{
    width: 58px;
    height: 56px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA4CAMAAACbrRsRAAABF1BMVEUAAAD/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/0zP/////0zP/0zP/0zP/0zP/0zP/0zP/0zP/////0zP/////0zP/0zP/0zP/0zP/////0zP/0zP/0zP/////0zP/0zP/0zP/////0zP/////0zP/0zP/////////////////0zP/////////////0zP/////////////////////////0zP/////////////////0zP/////////0zP/////////0zP///8VfpE2AAAAW3RSTlMA/fkD4Aur89W+t5kwFQf38OnHcmgoGRDQSDo126dPDu2PViIcFuTCi357dl7ry6+FbmE+4ruzQtCvrp80LCkmEti0rHZsHPj04sSZa0+6pqJ9YD0hIAejoWdEkt99NgAAA/pJREFUSMeVlmdj2jAQhk+2wRhMDAazNw0bygqjFELSpEmadO+K//87KtuSBwiavl8sJD26O935DPCVjTQjaXOQe9BXOfgPBSINoVEnAzGJkdT7H7Q8wBiPRXKGgrGQtObO/sFsOwkRbAJfkIEqYByz0EmzWj9F5nRNvjX9vCCoMLxNBjFBTYeNJkah/HHyLEF2NrIAJQkTaXJMMI9YzkH8hchAheOaaGRrphquIOyRUNHDMfKcRU+gL3SyAwn4QNZRiSM3VRZNj9v4uDQrv/Xkvu1aqEtK4DJ8AkXDLQRGDeGT3/i8gbFeUnV8UhelpRl6x4cGrSUZP0eVsb9m4/i5ElrgV1d+JolmB/ccRNivQoiLxuawrxbyg9X8uuhOSXqD+dsFUyKYuswaAcj5gtWKE/MlaMUp2JoYM7YWX6fztXbN4iMxfdUZeEkpEQBLbctuJgti2z1aLxYQbkbNupXwngY0nHzCugApd1Bl9CXu7s8qa7uehyE72W0AtXBwW6bHRgT5TFZVO9MKuzCDlKmwRzZLVkjlnpsGFDbstN02HCdEgB4dhyVkmWw5DaMUd9CRffVJ9wKKpgsVaxj5nrGemTIcoMrK9rbXzYfZYRErTWbQ1W0qzmJg6tqhaJ3U1kp1epSHFGXlpBVUdlzLByBhbmSNDvK1ZCeDLYVYdaq9FEDUZgdpcMrnewjZnkjL4KoLBVkTEH2bSnZ19ZpBghK7ZN7bBQNunSOENNCwqweTLa8EhKplMO0i5ZLaFM/Kc8Vf5uD+pI20XDRPraZNtv3CbrK5YVGR/LlFAkQyFcHFpWx6HLcTEXX7ZIRSLidLsxGJIDf0vDVaiG5z2fphr5PGdFHkd7MSJWeHS4rTKS44oDzc2ueOOIthkRpdDzh9xOmYBsdqZm46HMh3QpyGmQBH0SDHp2LPgJGEDxVPgkepV9x+Dp945HjvK8axi0Nwezj5UKOX8OUbs8thl5BrZpRXuuBNWokCn++v3/LsCkq1uFRGEDDUelT1BFzI0u03d7vd9TmHlQxIp+ppujLUHHJCp57ud0Qvz12f+R+dpMyCz9GZ330Cclmh6iUnIURzrdKZL5T0sq84SVczrJOu6cz76c7RG8ZGGRtzWENn3bXuITlsmrEyY/MSrY8XdOLPFQG4bJCaZTUjJmSra7Lr/uqSLF6W34D9qSiKwFQ0v5vs5+sFBXjsWUsgCVQ9RZqp1ICR73wQY1lNim3N/xcm55yzISRP1xugSoTLXlRkz82H3RHdOO34Eng6vz4CTj+fw2m9fZzywP6b1/BvfX1c3O2BVx/fw/O0efq4mN7b1F1/8fKGZ5Ev8cfm6fHDYtrv96/e/bx5/UMErv4CuC85uSbSUMUAAAAASUVORK5CYII=');
}
.header.style-19 .logo .logo-text{
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
}
.header.style-20 .logo .logo-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 266px;
    max-width: 100%;
    padding: 10px 15px;
    color: #0d0d0d;
}
.header.style-20 .logo .logo-text .highlight{
    color: #fff;
}
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- PINMAP -----*/
body div.ovic-pinmap .ovic-pin .ovic-popup .woocommerce-product-rating{
    display: block;
    float: none;
    line-height: inherit;
}
div.ovic-pinmap .shortcode-pinmap-builder{
    text-align: center;
}
div.ovic-pinmap .shortcode-pinmap-builder .ovic-pinmap{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
div.ovic-pinmap .ovic-pin{
    display: block;
    z-index: auto;
}
div.ovic-pinmap .ovic-pin:hover{
    z-index: auto;
}
div.ovic-pinmap .ovic-pin > *:not(.ovic-popup){
    position: relative;
    z-index: 1;
}
div.ovic-pinmap .ovic-pin .ovic-popup{
    display: block;
    cursor: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    z-index: 9;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-left: 0;
    padding-right: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-header{
    padding-left: 0;
    padding-right: 0;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-main{
    display: block;
    padding: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail{
    margin-bottom: 16px;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail + .col-right{
    margin: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .col-right{
    padding-left: 15px;
    padding-right: 15px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .product-title{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .product-title a:not(:hover){
    color: inherit;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 3px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price ins{
    text-decoration: none;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price del{
    color: #888;
    font-weight: 400;
    margin-right: 5px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price .amount{
    font-size: inherit;
}
div.ovic-pinmap .ovic-pin .ovic-wc .description :last-child{
    margin-bottom: 0;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-main p{
    text-align: inherit;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-footer a{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    height: auto;
    margin: 13px 0 0;
}
/* new */
div.ovic-pinmap .ovic-pin .icon-theme{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    padding: 5px;
}
div.ovic-pinmap .ovic-pin .icon-theme:hover::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div.ovic-pinmap .ovic-pin .icon-theme::before{
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: inherit;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div.ovic-pinmap .ovic-pin .icon-theme span{
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
}
div.ovic-pinmap .ovic-pin .icon-theme span::before,
div.ovic-pinmap .ovic-pin .icon-theme span::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    border-top: 2px solid;
    margin: auto;
}
div.ovic-pinmap .ovic-pin .icon-theme span::after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
div.ovic-pinmap .ovic-pin.text .ovic-popup-header h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 0;
}
@media (min-width: 1200px){
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a img{
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a: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);
    }
}
@media (max-width: 1199px){
    div.ovic-pinmap .wrap-image{
        overflow: hidden;
    }
    div.ovic-pinmap .wrap-image img{
        position: relative;
        max-width: inherit;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    body.admin-bar div.ovic-pinmap .ovic-pin .ovic-popup{
        top: 32px;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup{
        position: fixed !important;
        top: 50% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        max-height: calc(100vh - 30px);
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 100000 !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup::before,
    div.ovic-pinmap .ovic-pin .ovic-popup::after{
        display: none !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close{
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        opacity: 1;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close::before{
        display: block;
        font-family: FontAwesome, sans-serif;
        content: "\f00d";
        font-size: 14px;
        line-height: 20px;
    }
}
/*----- POPUP NEWSLETTER -----*/
div.mfp-bg{
    z-index: 100000;
}
div.mfp-zoom-in.mfp-ready.mfp-bg,
.yith-quick-view-overlay{
    background-color: #000;
    opacity: 0.7;
}
div.mfp-wrap{
    z-index: 100000;
}
div.mfp-container{
    padding: 0;
}
div.mfp-content .social-content{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
div.mfp-content .social-content::after{
    display: none;
}
div.mfp-content .social-content .mfp-bottom-bar{
    margin-top: 0;
    position: static;
}
div.mfp-content .social-content .mfp-user{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}
div.mfp-content .social-content .mfp-user a{
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 20px;
}
div.mfp-content .social-content .mfp-user a:not(:hover){
    color: #fff;
}
div.mfp-content .social-content .mfp-user img{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
div.mfp-content .social-content .mfp-user a > span{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 3px 0;
}
div.mfp-content .social-content .mfp-user .name{
    display: block;
    overflow: hidden;
    text-transform: uppercase;
}
div.mfp-content .social-content .mfp-user .date{
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 11px;
    opacity: 0.7;
}
div.mfp-content .social-content img.mfp-img{
    padding: 0;
}
div.mfp-content .social-content .mfp-title{
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.mfp-wrap .armania-popup-newsletter{
    width: 800px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
div.mfp-content .social-content{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
div.mfp-content .social-content::after{
    display: none;
}
div.mfp-content .social-content .mfp-bottom-bar{
    margin-top: 0;
    position: static;
}
div.mfp-content .social-content .mfp-user{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}
div.mfp-content .social-content .mfp-user a{
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 20px;
}
div.mfp-content .social-content .mfp-user a:not(:hover){
    color: #fff;
}
div.mfp-content .social-content .mfp-user img{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
div.mfp-content .social-content .mfp-user a > span{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 3px 0;
}
div.mfp-content .social-content .mfp-user .name{
    display: block;
    overflow: hidden;
    text-transform: uppercase;
}
div.mfp-content .social-content .mfp-user .date{
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 11px;
    opacity: 0.7;
}
div.mfp-content .social-content img.mfp-img{
    padding: 0;
}
div.mfp-content .social-content .mfp-title{
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
div.mfp-content .social-content .mfp-title a:not(:hover){
    color: inherit;
}
.mfp-wrap .armania-popup-newsletter .popup-content{
    padding: 20px;
}
.mfp-wrap .armania-popup-newsletter .armania_disabled_popup_by_user{
    cursor: pointer;
    margin: 50px 0 0;
}
@media (min-width: 768px){
    .mfp-wrap .armania-popup-newsletter .popup-inner{
        display: flex;
        align-items: center;
    }
    .mfp-wrap .armania-popup-newsletter .popup-content{
        flex: 1 1 auto;
    }
}
@media (max-width: 767px){
    .mfp-wrap .armania-popup-newsletter{
        width: 320px;
    }
    .mfp-wrap .armania-popup-newsletter .armania_disabled_popup_by_user{
        margin-top: 30px;
    }
}
/*----- QUICK VIEW -----*/
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body{
    overflow: hidden;
}
.yith-quick-view,
#yith-quick-view-modal{
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.yith-quick-view:before,
#yith-quick-view-modal:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.yith-quick-view-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.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: 910px;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.yith-quick-view.open .yith-wcqv-main,
#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;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
.yith-wcqv-main{
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -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: #fff;
    padding: 15px;
}
.yith-quick-view.open,
.yith-quick-view.open .yith-wcqv-wrapper,
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper{
    visibility: visible;
    opacity: 1;
}
.yith-quick-view-content:after,
.yith-quick-view-content:before,
#yith-quick-view-content:after,
#yith-quick-view-content:before{
    content: '';
    display: table;
    clear: both;
}
.yith-quick-view-close,
#yith-quick-view-close{
    z-index: 2;
    margin: 0;
    opacity: 1;
}
.yith-quick-view-thumbs{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.yith-quick-view-thumbs > *{
    margin: 10px 5px 0;
    border: 1px solid #f1f1f1;
}
.yith-ywraq-add-to-quote{
    margin-top: 15px;
}
.yith-wcqv-view-details{
    margin-top: 15px;
}
.yith-quick-view-share{
    margin: 0 -5px;
}
.yith-quick-view-share a{
    display: inline-block;
    vertical-align: top;
    background-color: #f1f1f1;
    padding: 2px 10px;
    margin: 10px 5px 0;
}
.yith-quick-view-share a:not(:hover){
    color: inherit;
}
.yith-wcqv-wrapper .entry-summary a.compare,
.yith-wcqv-wrapper .woocommerce-product-gallery__trigger,
.yith-wcqv-wrapper .onsale{
    display: none;
}
body.admin-bar .yith-quick-view,
body.admin-bar #yith-quick-view-modal{
    top: 32px;
}
@media (max-width: 782px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    .yith-wcqv-main{
        padding: 15px 15px 0;
    }
    #yith-quick-view-content label{
        color: inherit;
    }
    #yith-quick-view-content div.woocommerce-product-gallery,
    #yith-quick-view-content div.entry-summary{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        float: none !important;
    }
    #yith-quick-view-content div.woocommerce-product-gallery{
        max-width: 380px;
    }
    .yith-wcqv-wrapper{
        height: 80vh !important;
    }
    #yith-quick-view-content > .product,
    #yith-quick-view-content > * > .product{
        position: relative;
    }
    .yith-wcqv-wrapper div.entry-summary{
        z-index: 1;
        position: static;
    }
}
@media (max-width: 600px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 0;
    }
}
@media (max-width: 479px){
    .yith-wcqv-wrapper{
        height: 60vh !important;
    }
}
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    -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: 18px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 2px solid;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    z-index: 5;
    color: #fff;
    text-decoration: none !important;
}
a.backtotop::before{
    font-family: FontAwesome, sans-serif;
    content: "\f176";
}
a.backtotop:hover,
a.backtotop:focus{
    border-color: transparent;
}
@media (max-width: 479px){
    a.backtotop{
        right: 10px;
        bottom: 70px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px;
    }
}
/*----- TOOLTIP -----*/
.tooltip{
    font-family: inherit;
    font-size: 11px;
    line-height: 12px;
}
.tooltip-inner{
    padding: 5px 10px !important;
    border-radius: 0;
}
/*==========================================================================
SKIN
===========================================================================*/
/*----- MARKET -----*/
.skin-market .slick-dots li,
.skin-market .product-item.list a.compare,
.skin-market .product-item.list a.yith-wcqv-button,
.skin-market .product-item.list .yith-wcwl-add-to-wishlist > *,
.skin-market .product-item.style-05 a.compare,
.skin-market .product-item.style-05 a.yith-wcqv-button,
.skin-market .product-item.style-05 .yith-wcwl-add-to-wishlist > *,
.skin-market .tagcloud a,
.skin-market .entry-summary .armania-countdown .number,
.skin-market .entry-summary a.compare,
.skin-market .entry-summary .yith-wcwl-add-to-wishlist > *,
.skin-market a.backtotop,
.skin-market .ovic-socials a,
.skin-market .woocommerce-pagination ul li a,
.skin-market .woocommerce-pagination ul li span{
    border-radius: 90px;
}
.skin-market .single-post > .thumb-wrap .post-date,
.skin-market .post-item.style-01 .post-date{
    border-radius: 0 90px 90px 0;
}
.skin-market .product-labels > *,
.skin-market .ovic-price-filter .price-item::before,
.skin-market .widget_categories ul li a::before,
.skin-market .widget_product_categories ul li a::before,
.skin-market .widget_layered_nav .inline-group a::before,
.skin-market .widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before{
    border-radius: 2px;
}
.skin-market .widget.ovic-iconbox > .inner,
.skin-market .woocommerce-cart-form > .shop_table.cart tr,
.skin-market .shop-before-control,
.skin-market .woocommerce-tabs .panel,
.skin-market .cart-collaterals{
    border-radius: 12px;
}
.skin-market .widget.ovic-iconbox > .inner,
.skin-market .cart-collaterals{
    border-width: 2px;
}
body:not(.skin-market) .ovic-title.style-01{
    background-color: #f5f5f5;
}
body:not(.skin-market) .ovic-title.style-01 .title{
    background-color: transparent;
    border-left: 5px solid;
}
/*----- CARPARTS -----*/
.skin-carparts .product-labels > *{
    font-size: 13px;
    padding: 4px 11px;
}
.skin-carparts .product-labels > .onnew{
    background-color: #66af39;
}
.skin-carparts .product-labels > .onsale .text{
    display: none;
}
.skin-carparts .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-carparts .product-labels > .onsale ~ .featured,
.skin-carparts .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-carparts .menu-item.demo .megamenu .demo-title .elementor-heading-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.skin-carparts .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-carparts .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-carparts .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 13px;
}
.skin-carparts .header-sticky .box-nav-vertical .ovic-custommenu.style-01 ul li,
.skin-carparts .header .box-nav-vertical .ovic-custommenu.style-01 ul li{
    padding: 8px 0;
}
.skin-carparts .header-sticky .box-nav-vertical .ovic-custommenu.style-01 ul ul,
.skin-carparts .header .box-nav-vertical .ovic-custommenu.style-01 ul ul{
    margin: 8px 0 -8px;
}
.skin-carparts .header-sticky .box-nav-vertical .ovic-custommenu.style-01 .widget .widget-title,
.skin-carparts .header .box-nav-vertical .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.skin-carparts .widget_shopping_cart .total{
    font-size: 16px;
}
.skin-carparts .widget_shopping_cart .total .amount{
    font-size: 20px;
}
.skin-carparts .widget_shopping_cart .buttons .button{
    letter-spacing: 0.1em;
}
.skin-carparts .ovic-custommenu > .button-wrap .link::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f101";
    margin-left: 5px;
}
.button-carparts{
    position: relative !important;
    display: inline-block !important;
    vertical-align: top !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    padding: 13px 50px !important;
    border: none !important;
    background-color: transparent !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    z-index: 1 !important;
    filter: none !important;
    font-family: inherit !important;
}
.button-carparts:not(:hover)::before{
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}
.button-carparts::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 767px){
    .button-carparts{
        padding: 10px 40px !important;
    }
}
/*----- CARPARTS 03 -----*/
.skin-carparts-03 .ovic-deal.style-05 .head,
.skin-carparts-03 .ovic-title.style-04 .inner{
    border-bottom: 1px solid #d1d1d1;
}
/*----- FASHION -----*/
.skin-fashion .product-labels > *{
    font-size: 13px;
    padding: 4px 11px 6px;
}
.skin-fashion .product-labels > .onsale .text{
    display: none;
}
.skin-fashion .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-fashion .product-labels > .onsale ~ .featured,
.skin-fashion .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-fashion .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-fashion .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-fashion .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 14px;
}
.skin-fashion .ovic-menu-clone-wrap .ovic-custommenu > .button-wrap .link,
.skin-fashion .header-sticky .ovic-custommenu > .button-wrap .link,
.skin-fashion .header .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- FURNITURE -----*/
.skin-furniture .product-labels > *{
    font-size: 13px;
    padding: 4px 11px 6px;
}
.skin-furniture .product-labels > .onnew{
    background-color: #f7aa23;
}
.skin-furniture .product-labels > .onsale .text{
    display: none;
}
.skin-furniture .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-furniture .product-labels > .onsale ~ .featured,
.skin-furniture .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-furniture .ovic-menu-clone-wrap .ovic-custommenu.style-01 ul,
.skin-furniture .header-sticky .ovic-custommenu.style-01 ul,
.skin-furniture .header .ovic-custommenu.style-01 ul{
    color: #888;
    text-transform: uppercase;
}
.skin-furniture .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-furniture .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-furniture .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 15px;
}
.skin-furniture .ovic-menu-clone-wrap .ovic-custommenu > .button-wrap .link,
.skin-furniture .header-sticky .ovic-custommenu > .button-wrap .link,
.skin-furniture .header .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- FURNITURE 2 -----*/
.skin-digital .product-item .product-thumb,
.skin-furniture-02 .product-item .product-thumb{
    overflow: hidden;
}
.skin-digital .product-labels > *,
.skin-furniture-02 .product-labels > *{
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    min-width: 70px;
    height: 70px;
    padding: 32px 8px 14px 12px;
    text-align: center;
    border-radius: 90px;
}
.skin-digital .product-labels > .onsale,
.skin-furniture-02 .product-labels > .onsale{
    left: -8px;
    top: -25px;
    right: auto;
}
.skin-digital .product-labels > .onnew,
.skin-furniture-02 .product-labels > .onnew{
    right: -8px;
    top: -25px;
    left: auto;
    padding-left: 8px;
    padding-right: 12px;
}
.skin-digital .product-labels > *:not(.onsale):not(.onnew),
.skin-furniture-02 .product-labels > *:not(.onsale):not(.onnew){
    display: none;
}
/*----- COSMETIC -----*/
.skin-cosmetic .product-labels > *{
    font-size: 13px;
    padding: 4px 11px 6px;
    border-radius: 4px;
}
.skin-cosmetic .product-labels > .onsale .text{
    display: none;
}
.skin-cosmetic .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-cosmetic .product-labels > .onsale ~ .featured,
.skin-cosmetic .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-cosmetic .post-title{
    font-weight: 400;
    font-style: italic;
}
.skin-cosmetic .widget_shopping_cart .buttons .button{
    letter-spacing: 0.2em;
}
.skin-cosmetic .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-cosmetic .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-cosmetic .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 15px;
}
.skin-cosmetic .ovic-menu-clone-wrap .ovic-custommenu > .button-wrap .link,
.skin-cosmetic .header-sticky .ovic-custommenu > .button-wrap .link,
.skin-cosmetic .header .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- MEDICAL -----*/
.skin-medical .product-item.list a.compare,
.skin-medical .product-item.list a.yith-wcqv-button,
.skin-medical .product-item.list .yith-wcwl-add-to-wishlist > *,
.skin-medical .product-item.style-05 a.compare,
.skin-medical .product-item.style-05 a.yith-wcqv-button,
.skin-medical .product-item.style-05 .yith-wcwl-add-to-wishlist > *,
.skin-medical .tagcloud a,
.skin-medical .entry-summary a.compare,
.skin-medical .entry-summary .yith-wcwl-add-to-wishlist > *,
.skin-medical a.backtotop,
.skin-medical .ovic-socials a,
.skin-medical .woocommerce-pagination ul li a,
.skin-medical .woocommerce-pagination ul li span{
    border-radius: 4px;
}
.skin-medical div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    border-radius: 0 4px 4px 0 !important;
}
.skin-medical div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    border-radius: 4px 0 0 4px;
}
.skin-medical .single-post > .thumb-wrap .post-date,
.skin-medical .post-item.style-01 .post-date{
    border-radius: 0 4px 4px 0;
}
.skin-medical .ovic-price-filter .price-item::before,
.skin-medical .widget_categories ul li a::before,
.skin-medical .widget_product_categories ul li a::before,
.skin-medical .widget_layered_nav .inline-group a::before,
.skin-medical .widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before{
    border-radius: 2px;
}
.skin-medical .widget.ovic-iconbox > .inner,
.skin-medical .woocommerce-cart-form > .shop_table.cart tr,
.skin-medical .shop-before-control,
.skin-medical .woocommerce-tabs .panel,
.skin-medical .cart-collaterals{
    border-radius: 4px;
}
.skin-medical .product-labels > *{
    font-size: 14px;
    padding: 4px 11px 6px;
    border-radius: 2px;
}
.skin-medical .product-labels > .onsale{
    background-color: #fa593f;
    color: #fff;
}
.skin-medical .product-labels > .onsale ~ .featured,
.skin-medical .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-medical .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-medical .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-medical .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 14px;
}
.skin-medical .ovic-menu-clone-wrap .ovic-custommenu > .button-wrap .link,
.skin-medical .header-sticky .ovic-custommenu > .button-wrap .link,
.skin-medical .header .ovic-custommenu > .button-wrap .link{
    text-transform: uppercase;
    margin-top: 6px;
}
.skin-medical .ovic-custommenu > .button-wrap .link::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f101";
    margin-left: 5px;
}
/*----- MEDICINE -----*/
.skin-medicine .product-labels > *{
    font-size: 14px;
    padding: 5px 11px;
    font-weight: 400;
    border-radius: 2px;
}
.skin-medicine .product-labels > .onsale{
    background-color: #ff515a;
    color: #fff;
}
.skin-medicine .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-medicine .product-labels > .onsale .text{
    display: none;
}
.skin-medicine .product-labels > .onnew{
    background-color: #65af39;
    color: #fff;
}
.skin-medicine .product-labels > .onsale ~ .featured,
.skin-medicine .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-medicine .ovic-menu-clone-wrap .ovic-custommenu.style-01,
.skin-medicine .header-sticky .ovic-custommenu.style-01,
.skin-medicine .header .ovic-custommenu.style-01{
    font-size: 15px;
    line-height: 26px;
    color: #888;
}
.skin-medicine .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-medicine .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-medicine .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 9px;
}
.skin-medicine .page-title,
.skin-medicine .post-title{
    font-weight: 500;
}
/*----- ORGANIC -----*/
.skin-organic .slick-dots li,
.skin-organic .product-item.list a.compare,
.skin-organic .product-item.list a.yith-wcqv-button,
.skin-organic .product-item.list .yith-wcwl-add-to-wishlist > *,
.skin-organic .tagcloud a,
.skin-organic .entry-summary .armania-countdown .number,
.skin-organic .entry-summary a.compare,
.skin-organic .entry-summary .yith-wcwl-add-to-wishlist > *,
.skin-organic a.backtotop,
.skin-organic .ovic-socials a,
.skin-organic .woocommerce-pagination ul li a,
.skin-organic .woocommerce-pagination ul li span{
    border-radius: 90px;
}
.skin-organic .single-post > .thumb-wrap .post-date,
.skin-organic .post-item.style-01 .post-date{
    border-radius: 0 90px 90px 0;
}
.skin-organic .product-labels > *{
    font-size: 13px;
    padding: 5px 13px;
    border-radius: 90px;
}
.skin-organic .product-labels > .onsale .text{
    display: none;
}
.skin-organic .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-organic .product-labels > .onnew{
    color: #fff;
}
.skin-organic .product-labels > .onsale ~ .featured,
.skin-organic .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-organic .ovic-price-filter .price-item::before,
.skin-organic .widget_categories ul li a::before,
.skin-organic .widget_product_categories ul li a::before,
.skin-organic .widget_layered_nav .inline-group a::before,
.skin-organic .widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before{
    border-radius: 2px;
}
.skin-organic .widget.ovic-iconbox > .inner,
.skin-organic .woocommerce-cart-form > .shop_table.cart tr,
.skin-organic .shop-before-control,
.skin-organic .woocommerce-tabs .panel,
.skin-organic .cart-collaterals{
    border-radius: 12px;
}
.skin-organic .widget.ovic-iconbox > .inner,
.skin-organic .cart-collaterals{
    border-width: 2px;
}
.skin-organic .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-organic .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-organic .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 15px;
}
.skin-organic .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- ORGANIC 3 -----*/
.skin-organic-03 .product-labels > *{
    font-size: 13px;
    padding: 5px 13px;
}
.skin-organic-03 .product-labels > .onsale .text{
    display: none;
}
.skin-organic-03 .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-organic-03 .product-labels > .onnew{
    color: #fff;
}
.skin-organic-03 .product-labels > .onsale ~ .featured,
.skin-organic-03 .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-organic-03 .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-organic-03 .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-organic-03 .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 15px;
}
.skin-organic-03 .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- PETS -----*/
.skin-pets .menu-item.demo .megamenu .demo-title .elementor-heading-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.05em;
}
.skin-pets .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-pets .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-pets .header .ovic-custommenu.style-01 .widget .widget-title{
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 13px;
}
.skin-pets .product-labels > *{
    font-size: 14px;
    padding: 4px 11px 6px;
    border-radius: 2px;
}
.skin-pets .product-labels > .onsale{
    background-color: #5b83e8;
    color: #fff;
}
.skin-pets .product-labels > .onnew{
    background-color: #65af39;
    color: #fff;
}
.skin-pets .product-labels > .onsale ~ .featured,
.skin-pets .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-pets .post-title{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.skin-pets .single-post > .post-title{
    font-size: 40px;
    line-height: 46px;
}
.skin-pets .single-post > .post-title:first-child{
    margin-top: -6px;
}
.skin-pets .blog-item.style-02 .post-title{
    font-size: 18px;
    line-height: 22px;
}
/*----- BARBER -----*/
.skin-barber .ovic-menu-clone-wrap .ovic-custommenu.style-01,
.skin-barber .header-sticky .ovic-custommenu.style-01,
.skin-barber .header .ovic-custommenu.style-01{
    color: #888;
}
.skin-barber .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-barber .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-barber .header .ovic-custommenu.style-01 .widget .widget-title{
    font-family: 'Spartan', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-top: -2px;
    margin-bottom: 13px;
}
.skin-barber .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
.skin-barber .post-title{
    text-transform: uppercase;
}
/*----- TOOLS -----*/
.skin-tools .product-labels > *{
    font-weight: 400;
}
.skin-tools .product-labels > .onnew{
    background-color: #333333;
}
/*----- PLANT -----*/
.skin-plant .product-labels > *{
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 400;
}
.skin-plant .product-labels > .onsale .text{
    display: none;
}
.skin-plant .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-plant .product-labels > .onnew{
    background-color: #fff;
    color: #333;
}
/*----- KIDS -----*/
.skin-sports .product-labels > *,
.skin-kids .product-labels > *{
    font-size: 14px;
    padding: 5px 11px;
    font-weight: 400;
    border-radius: 2px;
}
.skin-sports .product-labels > .onsale .percent,
.skin-kids .product-labels > .onsale .percent{
    display: inline-block;
}
.skin-sports .product-labels > .onsale .text,
.skin-kids .product-labels > .onsale .text{
    display: none;
}
.skin-sports .product-labels > .onnew,
.skin-kids .product-labels > .onnew{
    color: #fff;
}
.skin-sports .product-labels > .onsale ~ .featured,
.skin-sports .product-labels > .onnew ~ .out-of-stock,
.skin-kids .product-labels > .onsale ~ .featured,
.skin-kids .product-labels > .onnew ~ .out-of-stock{
    margin-top: 10px;
}
.skin-kids .ovic-menu-clone-wrap .ovic-custommenu.style-01,
.skin-kids .header-sticky .ovic-custommenu.style-01,
.skin-kids .header .ovic-custommenu.style-01{
    color: #888;
}
.skin-kids .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-kids .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-kids .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 14px;
}
.skin-kids .ovic-menu-clone-wrap .ovic-custommenu > .button-wrap .link,
.skin-kids .header-sticky .ovic-custommenu > .button-wrap .link,
.skin-kids .header .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- SPORT -----*/
.skin-sports .ovic-menu-clone-wrap .ovic-custommenu.style-01,
.skin-sports .header-sticky .ovic-custommenu.style-01,
.skin-sports .header .ovic-custommenu.style-01{
    text-transform: uppercase;
    color: #888;
}
.skin-sports .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-sports .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-sports .header .ovic-custommenu.style-01 .widget .widget-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 14px;
}
.skin-sports .ovic-menu-clone-wrap .ovic-custommenu > .button-wrap .link,
.skin-sports .header-sticky .ovic-custommenu > .button-wrap .link,
.skin-sports .header .ovic-custommenu > .button-wrap .link{
    text-decoration: underline;
}
/*----- CUSTOM -----*/
.ovic-custtom-link-banner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
body .elementor .elementor-element.custom-footer-01-01{
    padding-left: 90px;
}
@media (max-width: 1499px){
    body .elementor .elementor-element.custom-footer-01-01{
        padding-left: 35px;
    }
}
@media (max-width: 991px){
    body .elementor .elementor-element.custom-footer-01-01{
        padding-left: 10px;
    }
}
@media (max-width: 767px){
    body .elementor .elementor-element.custom-footer-01-01{
        padding-left: 0;
    }
}
/* ... */
.widget-area .widget_ovic_nav_menu ul li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_rss ul li,
.widget-area .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_pages ul li,
.widget-area .widget_archive ul li{
    border-top: 1px dashed #f1f1f1;
}
.widget-area .widget_ovic_nav_menu .menu > li:first-child,
.widget-area .widget_nav_menu .menu > li:first-child,
.widget-area .widget_rss > ul > li:first-child,
.widget-area .widget_recent_entries > ul > li:first-child,
.widget-area .widget_recent_comments > ul > li:first-child,
.widget-area .widget_meta > ul > li:first-child,
.widget-area .widget_pages > ul > li:first-child,
.widget-area .widget_archive > ul > li:first-child{
    border-top-width: 0;
}
/*----- COLOR PATTERNS -----*/
@media (min-width: 1200px){
    .skin-cosmetic .slick-slider .slick-arrow,
    .skin-medicine .slick-slider .slick-arrow,
    .skin-organic .slick-slider .slick-arrow
    {
        color: var(--e-main-color);
    }
    .skin-market .slick-slider .slick-arrow:hover,
    .skin-carparts .slick-slider .slick-arrow:hover::after,
    .skin-cosmetic .slick-slider .slick-arrow::after,
    .skin-medicine .slick-slider .slick-arrow:hover,
    .skin-organic .slick-slider .slick-arrow:hover,
    .skin-tools .slick-slider .slick-arrow:hover
    {
        background-color: var(--e-main-color-2);
    }
    .skin-pets .slick-slider .slick-arrow
    {
        background-color: var(--e-main-color-3);
    }
    .skin-market .slick-slider .slick-arrow:hover,
    .skin-carparts .slick-slider .slick-arrow:hover,
    .skin-cosmetic .slick-slider .slick-arrow:hover,
    .skin-medicine .slick-slider .slick-arrow:hover,
    .skin-organic .slick-slider .slick-arrow:hover,
    .skin-tools .slick-slider .slick-arrow:hover
    {
        color: var(--e-main-text-color-2);
    }
    .ovic-category.style-05 .slick-slider .slick-arrow
    {
        color: var(--e-main-color) !important;
    }
    .ovic-category.style-05 .slick-slider .slick-arrow:hover
    {
        background-color: var(--e-main-color-2) !important;
    }
    .ovic-category.style-05 .slick-slider .slick-arrow:hover
    {
        color: var(--e-main-text-color-2) !important;
    }
}
.ovic-blog.style-15 .slick-slider > .slick-arrow,
.ovic-testmonials.style-05 .slick-slider > .slick-arrow:hover
{
    color: var(--e-main-color) !important;
}
.ovic-blog.style-15 .slick-slider > .slick-arrow:hover
{
    background-color: var(--e-main-color-2) !important;
}
.ovic-blog.style-15 .slick-slider > .slick-arrow:hover
{
    color: var(--e-main-text-color-2) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend,
label,
th,
.yith-quick-view-close,
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close,
#tab-reviews #review_form .comment-reply-title,
.editor-writing-flow .editor-post-title__block .editor-post-title__input,
.post-pagination .post-page-numbers:not(:hover):not(.current),
.woocommerce-pagination,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,
.box-header-nav .main-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader,
.widget_rss ul li > a:not(:hover),
.widget_recent_comments ul li > a:not(:hover),
.widget_recent_entries > ul > li > a:not(:hover):not([aria-current="page"]),
.ovic-google-maps .title-maps,
.woocommerce-thankyou-order-received,
#order_review_heading,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart-collaterals .shop_table .order-total td,
.woocommerce-checkout .shop_table .order-total .amount,
.gallery-caption,
blockquote:not(.wp-block-quote),
.main-section-banner .back:not(:hover),
.breadcrumb > .active,
.woocommerce-breadcrumb,
div.ovic_bundle-wrap .column-name a:not(:hover),
div.ovic_bundle-wrap .ovic_bundle-before-text,
div.ovic_bundle-wrap .ovic_bundle-price .discount,
div.ovic_bundle-wrap .ovic_bundle-total .discount,
.send-to-friend,
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist,
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price,
.entry-summary .more-devivery a:not(:hover),
.product-page-slide .flex-direction-nav a:not(:hover),
.button-wrapper #chart-button:not(:hover),
.logo .logo-text,
.price,
.widget_shopping_cart .total,
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price,
div.ovic-pinmap .ovic-pin .ovic-wc .product-title,
.armania-head-account > a.active:not(:hover),
.woocommerce-form-login .woocommerce-LostPassword a:not(:hover),
.woocommerce-product-gallery__trigger:not(:hover),
table.variations .rtwpvs-term:hover,
table.variations .rtwpvs-term.selected,
table.variations .reset_variations:not(:hover),
table.variations select,
.widget .product_list_widget > li > a:not(.remove):not(:hover),
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label a:not(:hover),
.woocommerce table.wishlist_table td.product-name a:not(.button):not(:hover),
.woocommerce-cart-form > .shop_table td.product-name > a:not(.button):not(:hover),
.woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name > a:not(.button):not(:hover),
a.backtotop,
.modal-demo-menu .close-demo:not(:hover),
.dokan-store-sidebar .dokan-category-menu h3.widget-title,

.main-color,
.header-control .inner-control > * > a:not(:hover),
.widget .product_list_widget > li > a:not(:hover),
.armania-countdown .number,
.ovic-slide .slick-slide .link:not(:hover),
.post-meta a.post-author:not(:hover),
.ovic-brand .brand-item .link:not(:hover),
.box-nav-vertical .block-title,
.ovic-banner.style-01 .button,
.ovic-banner.style-03 .button,
.ovic-banner.style-06 .button,
.ovic-banner.style-15 .button,
.ovic-banner.style-24 .button,
.ovic-banner.style-25 .button,
.ovic-banner.style-27 .button,
.ovic-banner.style-28 .button,
.ovic-deal.style-01 .head .desc,
.ovic-deal.style-01 .head .button,
.ovic-keyword,
.ovic-title.style-01 .armania-toggle,
.ovic-newsletter.style-03 .desc a:not(:hover),
.post-meta .author:not(:hover) .name,
.post-item.style-01 .post-date:not(:hover),
.single-post > .thumb-wrap .post-date:not(:hover),
.share-list > .title,
.chosen-container .chosen-single,
.shop-control .display-mode-control .title,
.shop-control .display-mode-control .grid-number.active,
.author-content .link:not(:hover),
.pagination-thumb .name,
.comments-area .comment-author,
#wcmp_vendor_reviews .commentlist .woocommerce-review__author,
#tab-reviews .commentlist .woocommerce-review__author,
.quantity .input-text,
.product_meta > * .title,
.woocommerce-tabs > ul > li > a,
.cart-collaterals .shop_table,
.ovic-category.style-01 .link:not(:hover),
.ovic-trending.style-01 .tabs .tab-link:not(:hover),
.ovic-tab.style-01 .tab-link,
.elementor-counter .elementor-counter-number-wrapper,
.menu-item.demo .megamenu .demo-title .elementor-heading-title,
.widget .product_list_widget > li .amount,
.widget .product_list_widget > li > a ~ .amount,
.widget_shopping_cart .buttons .button:not(.checkout),
.ovic-countdown.style-01 .armania-countdown,
.product-item.style-12 a.yith-wcqv-button,
.product-item.style-12 .yith-wcwl-add-to-wishlist > *,
.product-item.style-13 a.yith-wcqv-button,
.product-item.style-13 .yith-wcwl-add-to-wishlist > *,
.product-item.style-14 a.yith-wcqv-button,
.product-item.style-14 .yith-wcwl-add-to-wishlist > *,
.product-item.style-15 a.yith-wcqv-button,
.product-item.style-15 .yith-wcwl-add-to-wishlist > *,
.product-item.style-18 a.yith-wcqv-button,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *,
.product-item.style-19 a.yith-wcqv-button,
.product-item.style-19 .yith-wcwl-add-to-wishlist > *,
.product-item.style-20 a.yith-wcqv-button,
.product-item.style-20 .yith-wcwl-add-to-wishlist > *,
.product-item.style-21 a.yith-wcqv-button,
.product-item.style-21 .yith-wcwl-add-to-wishlist > *,
.product-item.style-22 a.yith-wcqv-button,
.product-item.style-22 .yith-wcwl-add-to-wishlist > *,
.product-item.style-24 a.yith-wcqv-button,
.product-item.style-24 .yith-wcwl-add-to-wishlist > *,
.product-item.style-25 a.yith-wcqv-button,
.product-item.style-25 .yith-wcwl-add-to-wishlist > *,
.product-item.style-26 a.yith-wcqv-button,
.product-item.style-26 .yith-wcwl-add-to-wishlist > *,
.product-item.style-27 a.yith-wcqv-button,
.product-item.style-27 .yith-wcwl-add-to-wishlist > *,
.product-item.style-31 a.yith-wcqv-button,
.product-item.style-31 .yith-wcwl-add-to-wishlist > *,
.product-item.style-32 a.yith-wcqv-button,
.product-item.style-32 .yith-wcwl-add-to-wishlist > *,
.product-item.style-34 a.yith-wcqv-button,
.product-item.style-34 .yith-wcwl-add-to-wishlist > *,
.product-item.style-35 a.yith-wcqv-button,
.product-item.style-35 .yith-wcwl-add-to-wishlist > *,
.header-sticky .header-control .inner-control > .block-userlink > a,
.ovic-banner.style-36 .button,
.ovic-banner.style-37 .button,
.ovic-banner.style-39 .button,
.ovic-countdown.style-02 .armania-countdown > *,
.ovic-testmonials .desc,
.ovic-testmonials .link,
.blog-item.style-05 .cat-list,
.blog-item.style-05 .post-readmore .button:not(:hover),
.ovic-tab.style-05 .tab-link,
.ovic-newsletter.style-06 .desc,
.ovic-iconbox.style-01 .title,
.ovic-category.style-04 .link,
.ovic-category.style-06 .link:not(:hover),
.ovic-tab.style-08 .tab-item.active .tab-link,
.ovic-tab.style-08 .tab-item .tab-link:hover,
.ovic-countdown.style-03 .armania-countdown .text,
.blog-item.style-08 .post-date:not(:hover),
.ovic-tab.style-09 .tab-link,
.ovic-category.style-05 .link,
.ovic-countdown.style-04 .desc,
.ovic-countdown.style-04 .armania-countdown,
.blog-item.style-11 .post-readmore .button,
.process-availability .text strong,
.ovic-banner.style-49 .button,
.ovic-banner.style-43 .button,
.ovic-tab.style-07 .tab-item.active .tab-link,
.ovic-tab.style-07 .tab-item .tab-link:hover,
.ovic-deal.style-05 .head .sub-title a:not(:hover),
.ovic-title.style-04 .sub-title a:not(:hover),
.blog-item.style-13 .post-readmore .button,
.ovic-banner.style-50 .price-content,
.ovic-category.style-08 .link:not(:hover),
.header-settings .header_topmenu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.header-settings .block-userlink > a:not(:hover),
.header-settings .header-message p,
.ovic-category.style-09 .link,
.ovic-tab.style-14 .tab-item.active .tab-link,
.ovic-testmonials.style-05 .name a,
.product-item.style-28 .armania-countdown > *:not(:last-child)::after,
.ovic-products.style-29 .button-products .button:not(:hover),
.ovic-category.style-12 .link,
.ovic-countdown.style-07 .desc,
.ovic-newsletter.style-19 .submit-newsletter,
.ovic-category.style-13 .link,
.blog-item.style-17 .cat-list,
.blog-item.style-18 .cat-list,
.ovic-tab.style-20 .tabs,
.blog-item.style-19 .post-readmore .button,
.ovic-tab.style-16 .tab-item.active .tab-link,
.ovic-tab.style-16 .tab-item .tab-link:hover,
.ovic-custommenu.style-09 ul li a:hover,

.header.style-06 .logo .logo-text .highlight,
.header.style-11 .logo .logo-text .highlight,
body:not(.skin-market) .ovic-title.style-01 .title
{
    color: var(--e-main-color);
    fill: var(--e-main-color);
}
.product-loop-gallery .slick-slider .slick-arrow:hover,
.ovic-tab.style-02 .ovic-products .slick-slider .slick-arrow,
.ovic-testmonials.style-04 .slick-slider .slick-arrow,
.ovic-slide.style-06.lighter .slide-item .link,
.ovic-tab.style-12 .tab-link
{
    color: var(--e-main-color) !important;
    fill: var(--e-main-color) !important;
}
.widget #today,
.border-scale,
.border-plus,
.border-zoom::before,
.ovic-google-maps .direction-maps,
.post-pagination > *,
.popup-email-content .btn-close,
.scroll-wrapper > .scroll-element .scroll-arrow,
.main-bg,
.ovic-newsletter.style-03 .submit-newsletter,
.product-item.style-13 .add-to-cart a,
.ovic-testmonials.style-02 .slick-dots li.slick-active,
.ovic-testmonials.style-02 .slick-dots li:hover,
.header-contact > a,
.blog-item.style-09 .post-date,
.product-item.style-18 .add-to-cart a:not(:hover),
.product-item.style-24 .add-to-cart a:not(:hover),
.header.style-18 .header-control .inner-control > * > a .count,

.skin-facemask .slick-dots li.slick-active,
.skin-facemask .slick-dots li:hover,
.skin-furniture .slick-dots li.slick-active,
.skin-furniture .slick-dots li:hover,
.skin-furniture-02 .slick-dots li.slick-active,
.skin-furniture-02 .slick-dots li:hover,
.skin-digital .slick-dots li.slick-active,
.skin-digital .slick-dots li:hover,
.skin-kids .slick-dots li.slick-active,
.skin-kids .slick-dots li:hover
{
    background-color: var(--e-main-color);
}
.widget_layered_nav .group-image a:hover i,
.widget_layered_nav .group-image a.selected i,
.widget_layered_nav .group-color a:hover i,
.widget_layered_nav .group-color a.selected i,
.main-border,
table.variations .rtwpvs-color-term.selected span,
table.variations .rtwpvs-color-term:hover span,
table.variations .rtwpvs-image-term.selected img,
table.variations .rtwpvs-image-term:hover img
{
    border-color: var(--e-main-color);
}
.ovic-trending.style-01 .tabs .tab-link svg
{
    fill: var(--e-main-color);
}
a:hover,
a:focus,
.highlight,
.post-sticky,
.menu-item:hover > a,
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-parent > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_item > a,
.entry-summary #chart-button:hover,
.yith-quick-view-close:hover,
#yith-quick-view-close:hover,
.modal-content .btn-close:hover,
div.mfp-content button.mfp-close:hover,
.chosen-container .chosen-single:hover,
.chosen-container .chosen-results li.highlighted,
.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term:hover,
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox:hover,
.woocommerce #shipping_method input[type="radio"]:hover ~ label,
.woocommerce #shipping_method input[type="radio"] ~ label:hover,
.woocommerce #shipping_method input[type="checkbox"]:hover ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label:hover,
.woocommerce #content table.wishlist_table.cart a.remove:hover,
.comment-form-cookies-consent label:hover,
.vc_custom_heading a:hover,
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader:hover,
.widget_search button[type="submit"]:hover,
.widget_product_search button[type="submit"]:hover,
.widget_rating_filter .chosen > a,
.widget_layered_nav a.selected,
.widget_layered_nav .chosen > a,
.widget_ovic_nav_menu ul li a[aria-current="page"],
.widget_nav_menu ul li a[aria-current="page"],
.widget_recent_entries ul li a[aria-current="page"],
.widget_pages ul li [aria-current="page"],
.widget_archive ul li a[aria-current="page"],
.widget_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a,
.widget-ovic-iconbox .icon,
.post-item.sticky .post-title::after,
.send-to-friend:hover,
.woocommerce-product-gallery a.compare:hover,
.entry-summary a.compare:hover,
.product-item a.compare:hover,
a.yith-wcqv-button:hover,
a.yith-wcqv-button:focus,
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist a:focus,
.woocommerce-product-gallery a.compare.added,
.entry-summary a.compare.added,
.product-item a.compare.added,
.send-to-friend.opened,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .delete_item,
.armania_disabled_popup_by_user:hover,
.armania_disabled_popup_by_user:focus,
.price_slider_amount .button:hover,
.armania-edit-link a,
.elementor-toggle .elementor-tab-title:hover,
.widget_shopping_cart .total .amount,
.ovic-price-filter .price-item:hover,
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > .ovic_bundle-total-save span,
#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a:hover,
.by-vendor-name-link,
#report_abuse,
.dokan-category-menu #cat-drop-stack > ul li a:hover,

.main-color-2,
.main-color-2.elementor-widget-heading h1,
.main-color-2.elementor-widget-heading h2,
.main-color-2.elementor-widget-heading h3,
.main-color-2.elementor-widget-heading h4,
.main-color-2.elementor-widget-heading h5,
.main-color-2.elementor-widget-heading h6,
.header-info .icon,
.ovic-iconbox.style-01 .icon,
.ovic-iconbox.style-04 .icon,
.slick-slider .slick-arrow:hover,
.ovic-contact.style-01 .icon,
.ovic-contact.style-01 .phone,
.ovic-contact.style-02 .icon,
.ovic-banner.style-11 .button,
.ovic-banner.style-16 .button,
.product-item.style-02 a.compare:hover,
.product-item.style-02 a.yith-wcqv-button:hover,
.product-item.style-02 .yith-wcwl-add-to-wishlist a:hover,
.product-item.style-03 .add-to-cart a:hover,
.product-item.style-10 .add-to-cart a:hover,
.widget_product_categories .cat-item.cat-parent > .carets:hover,
.shop-control .display-mode-control .mode-button.active,
.shop-control .display-mode-control .mode-button:hover,
.pagination-thumb .text,
.ovic-banner.style-01 .button:hover,
.ovic-banner.style-03 .button:hover,
.ovic-banner.style-06 .button:hover,
.ovic-banner.style-15 .button:hover,
.ovic-banner.style-24 .button:hover,
.ovic-banner.style-25 .button:hover,
.ovic-banner.style-27 .button:hover,
.ovic-banner.style-28 .button:hover,
.entry-summary .sku_wrapper .sku,
.woocommerce-tabs > ul > li.active > a,
.woocommerce-tabs > ul > li > a:hover,
.cart-collaterals .shop_table .shipping-calculator-button,
.cart-collaterals .shop_table .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount,
.ovic-tab.style-01 .tab-link::before,
.ovic-hotcategory.style-01 .hotcategory-item .button:hover,
.ovic-trending.style-01 .tabs .active .tab-link,
.ovic-trending.style-01 .tabs .tab-link:hover,
.ovic-tabs .tab-item.active .tab-link,
.ovic-tabs .tab-item .tab-link:hover,
.ovic-tab.style-03 .button-wrap .button,
.ovic-countdown.style-01 .armania-countdown .number,
.ovic-contact.style-02 .phone::before,
.ovic-contact.style-02 .email::before,
.ovic-custommenu.style-03 .widget .widget-title,
.ovic-socials.style-03 a:hover,
.ovic-banner.style-30 .button:hover,
.header-sticky .header-control .inner-control > .block-userlink > a:hover,
.ovic-slide.style-05 .slide-item .link:not(:hover) .icon,
.blog-item.style-04 .cat-list,
.ovic-custommenu > .button-wrap .link,
.ovic-banner.style-36 .button:hover,
.ovic-banner.style-37 .button:hover,
.ovic-banner.style-39 .button:hover,
.product-item.style-13 .price,
.ovic-countdown.style-02 .armania-countdown .number,
.ovic-testmonials.style-02 .position,
.post-meta a:not(:hover) .name,
.ovic-testmonials.style-01 .name,
.product-item.style-16 .price,
.ovic-tab.style-06 .button-wrap .button:hover,
.ovic-countdown.style-03 .subtitle,
.ovic-testmonials.style-01 .desc::before,
.ovic-banner.style-44 .button:hover,
.ovic-newsletter.style-01 .icon,
.ovic-newsletter.style-08 .icon,
.ovic-newsletter.style-09 .icon,
.ovic-newsletter.style-08 .submit-newsletter:hover,
.blog-item.style-09 .post-meta .author .name,
.ovic-newsletter.style-09 .submit-newsletter:hover,
.ovic-testmonials.style-04 .link::before,
.ovic-slide.style-06.lighter .slide-item .icon,
.ovic-banner.style-46 .button:hover,
.ovic-banner.style-47 .button:hover,
.ovic-banner.style-48 .button:hover,
.blog-item.style-12 .post-meta,
.skin-tools .entry-summary .woocommerce-review-link,
.skin-tools .star-rating > span::before,
.skin-tools p.stars:hover a:before,
.skin-tools p.stars.selected:not(:hover) a:before,
.skin-tools .ovic-panel-rating .average span,
.skin-furniture-02 .entry-summary .woocommerce-review-link,
.skin-furniture-02 .star-rating > span::before,
.skin-furniture-02 p.stars:hover a:before,
.skin-furniture-02 p.stars.selected:not(:hover) a:before,
.skin-furniture-02 .ovic-panel-rating .average span,
.skin-digital .entry-summary .woocommerce-review-link,
.skin-digital .star-rating > span::before,
.skin-digital p.stars:hover a:before,
.skin-digital p.stars.selected:not(:hover) a:before,
.skin-digital .ovic-panel-rating .average span,
.product-item.style-18 .star-rating > span::before,
.product-item.style-24 .star-rating > span::before,
.product-item.style-26 .star-rating > span::before,
.product-item.style-30 .star-rating > span::before,
.product-item.style-35 .star-rating > span::before,
.ovic-banner.style-43 .button:hover,
.ovic-banner.style-43 .button::after,
.ovic-deal.style-05 .head .sub-title a::after,
.ovic-title.style-04 .sub-title a::after,
.ovic-category.style-07 .button-wrap a,
.blog-item.style-13 .post-readmore .button:hover,
.ovic-testmonials.style-05 .content::before,
.ovic-testmonials.style-06 .testmonial::before,
.ovic-banner.style-53 .text-01,
.ovic-banner.style-53 .button:hover,
.ovic-banner.style-55 .button,
.blog-item.style-16 .post-readmore .button:hover,
.ovic-newsletter.style-19 .submit-newsletter:hover,
.ovic-category.style-13 .count,
.product-item.style-33 .product-info > .text,
.product-item.style-33 .price,
.blog-item.style-19 .post-meta,
.blog-item.style-19 .post-readmore .button:hover,
.ovic-newsletter.style-20 .submit-newsletter,
.header.style-05_3 .header-submenu > .menu-item > a .icon,
.product-item.style-34 .price,
.blog-item.style-20 .post-meta,
.product-loop-gallery .scroll-wrapper .scroll-arrow:hover,

.header.style-05_2 .logo .logo-text .highlight,
.header.style-06 .logo .logo-text,
.header.style-08_3 .logo .logo-text .highlight,
.header.style-10 .logo .logo-text .highlight,
.header.style-10 .logo .logo-text .dot,
.header.style-11 .logo .logo-text,
.header.style-15 .logo .logo-text,
.header.style-19 .logo .logo-text,
.header.style-12_3 .logo .logo-text,
.skin-kids .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-kids .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-kids .header .ovic-custommenu.style-01 .widget .widget-title
{
    color: var(--e-main-color-2);
    fill: var(--e-main-color-2);
}
#wcfmmp-store .categories_list ul li a:hover,
.nav-simple :not(.slick-vertical) .slick-arrow:hover,
.nav-top :not(.slick-vertical) .slick-arrow:hover,
#open-demo:hover
{
    color: var(--e-main-color-2) !important;
    fill: var(--e-main-color-2) !important;
}
a.backtotop:hover,
a.backtotop:focus,
.ovic-google-maps .direction-maps:hover,
.scroll-wrapper > .scroll-element .scroll-arrow:hover,
.popup-email-content .btn-close:hover,
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-footer a,
#ship-to-different-address label input[type="checkbox"]:checked + span::before,
.elementor-button,
.added_to_cart,
.button,
button,
input[type="button"],
input[type="submit"],
div.ovic-pinmap .ovic-pin .icon-theme::before,
.modal-demo-menu .demo.new a::after,
.menu-item.demo .megamenu .new .elementor-image a::after,
div.ovic_bundle-wrap .ovic_bundle-product .ovic_bundle-sale,
.main-bg-2,
.header-control .inner-control > .block-userlink > a .icon,
.header-control .inner-control > .block-minicart > a .count,
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
.ovic-title.style-01 .title,
.slick-dots li.slick-active,
.slick-dots li:hover,
.ovic-socials a:hover,
.ovic-slide.style-03 .slide-item .link:hover,
.entry-summary a.compare:hover,
.entry-summary .yith-wcwl-add-to-wishlist > *:hover,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.list a.compare:hover,
.product-item.list a.yith-wcqv-button:hover,
.product-item.list .yith-wcwl-add-to-wishlist > *:hover,
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-05 a.compare:hover,
.product-item.style-05 a.yith-wcqv-button:hover,
.product-item.style-05 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-12 a.yith-wcqv-button:hover,
.product-item.style-12 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-12 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-12 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-12 .add-to-cart a,
.product-item.style-13 a.yith-wcqv-button:hover,
.product-item.style-13 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-13 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-13 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-14 a.yith-wcqv-button:hover,
.product-item.style-14 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-14 .add-to-cart a,
.product-item.style-15 a.yith-wcqv-button:hover,
.product-item.style-15 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-15 .add-to-cart a,
.product-item.style-18 a.yith-wcqv-button:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-19 a.yith-wcqv-button:hover,
.product-item.style-19 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-19 .add-to-cart a,
.product-item.style-20 a.yith-wcqv-button:hover,
.product-item.style-20 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-20 .add-to-cart a,
.product-item.style-21 a.yith-wcqv-button:hover,
.product-item.style-21 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-21 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-21 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-21 .add-to-cart a,
.product-item.style-22 a.yith-wcqv-button:hover,
.product-item.style-22 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-22 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-22 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-22 .add-to-cart a,
.product-item.style-24 a.yith-wcqv-button:hover,
.product-item.style-24 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-25 a.yith-wcqv-button:hover,
.product-item.style-25 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-25 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-25 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-25 .add-to-cart a,
.product-item.style-26 a.yith-wcqv-button:hover,
.product-item.style-26 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-26 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-26 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-26 .add-to-cart a,
.product-item.style-27 a.yith-wcqv-button:hover,
.product-item.style-27 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-27 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-27 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-27 .add-to-cart a,
.product-item.style-29 a.yith-wcqv-button:hover,
.product-item.style-29 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-29 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-29 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-29 .add-to-cart a,
.product-item.style-31 a.yith-wcqv-button:hover,
.product-item.style-31 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-31 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-31 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-31 .add-to-cart a,
.product-item.style-32 a.yith-wcqv-button:hover,
.product-item.style-32 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-32 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-32 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-32 .add-to-cart a,
.product-item.style-34 a.yith-wcqv-button:hover,
.product-item.style-34 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-34 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-34 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-34 .add-to-cart a,
.product-item.style-35 a.yith-wcqv-button:hover,
.product-item.style-35 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-35 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-35 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-35 .add-to-cart a,
.ovic-deal.style-01 .head,
.post-item.style-01 .cat-list,
.single-post > .cat-list,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li .current,
.ovic-price-filter .price-item.active::before,
.widget_categories ul li.current-cat > a::before,
.widget_product_categories ul li.current-cat > a::before,
.widget_layered_nav a.selected::before,
.widget_layered_nav .woocommerce-widget-layered-nav-list .chosen > a::before,
.tagcloud a:hover,
.pagination-thumb .link:hover .icon,
.ovic-tab.style-02 .tab-title,
.ovic-tab.style-03 .tab-item.active,
.ovic-newsletter.style-04 .submit-newsletter::before,
.ovic-countdown .price-countdown,
.ovic-countdown.style-01 .button::before,
.ovic-banner.style-33 .button::before,
.ovic-banner.style-31 .text-01,
.ovic-slide.style-05 .slide-item .link::before,
.blog-item.style-03 .cat-list,
.contact-icon .elementor-icon,
.ovic-tab.style-04 .tab-item.active .tab-link,
.ovic-tab.style-04 .tab-item .tab-link:hover,
.blog-item.style-05 .post-readmore .button::before,
.ovic-category.style-02 .content,
.ovic-tab.style-05 .tab-item.active .tab-link,
.ovic-tab.style-05 .tab-item .tab-link:hover,
.blog-item.style-06 .post-date,
.product-item.style-16 .armania-countdown-wrapper,
.ovic-category.style-03 .content::before,
.blog-item.style-07 .post-date,
.ovic-tab.style-09 .tab-link::before,
.blog-item.style-10 .cat-list,
.ovic-slide.style-06 .slide-item .link,
.ovic-newsletter.style-11 .inner,
.ovic-newsletter.style-12 .inner,
.process-availability .process,
.ovic-tab.style-12 .tab-link .hover,
.ovic-tab.style-11 .tab-item.active .tab-link,
.ovic-tab.style-11 .tab-item .tab-link:hover,
.ovic-banner.style-48 .hover,
.ovic-banner.style-47 .hover,
.ovic-banner.style-46 .hover,
.ovic-deal.style-05 .armania-countdown-wrapper,
.ovic-tab.style-13 .tab-link::before,
.ovic-social-network.style-02 .title,
.ovic-category.style-09 .link::after,
.ovic-tab.style-14 .tab-link::before,
.ovic-countdown.style-05 .button::before,
.ovic-products.style-26 .button-products .button::before,
.ovic-products.style-35 .button-products .button::before,
.ovic-countdown.style-05 .thumb .background span::after,
.blog-item.style-15 .post-readmore .button,
.ovic-testmonials.style-05 .slick-slider > .slick-arrow.prev::after,
.ovic-testmonials.style-05 .slick-slider > .slick-arrow.next::after,
.ovic-countdown.style-05 .title .highlight::before,
.ovic-newsletter.style-17 .submit-newsletter,
.ovic-socials.style-04 a:hover .icon,
.ovic-category.style-12 .content,
.ovic-social-network.style-04 .widget .widget-title,
.ovic-countdown.style-08 .armania-countdown .number::before,
.blog-item.style-19 .post-readmore .button::before,
.ovic-tab.style-16 .tab-link::before,
.ovic-category.style-11 .link:hover,
.skin-digital .ovic-panel-rating .process-bar,
.skin-furniture-02 .ovic-panel-rating .process-bar,
.skin-tools .ovic-panel-rating .process-bar,
.blog-item.style-20 .post-meta > *:not(:last-child)::after,

.header.style-20 .logo .logo-text,
.skin-carparts .product-labels > .onsale,
.skin-fashion .product-labels > .onsale,
.skin-furniture .product-labels > .onsale,
.skin-furniture-02 .product-labels > *,
.skin-cosmetic .product-labels > .onsale,
.skin-medical .product-labels > .onnew,
.skin-organic .product-labels > .onsale,
.skin-organic-03 .product-labels > .onsale,
.skin-tools .product-labels > .onsale,
.skin-plant .product-labels > .onsale,
.skin-digital .product-labels > *,
.skin-kids .product-labels > .onsale,
.skin-sports .product-labels > .onsale
{
    background-color: var(--e-main-color-2);
}
.ovic-tab.style-02 .ovic-products .slick-slider .slick-arrow:hover,
.ovic-testmonials.style-04 .slick-slider .slick-arrow:hover,
.button-carparts::before
{
    background-color: var(--e-main-color-2) !important;
}
div.dgwt-wcas-search-wrapp input[type=search].input-text:focus ~ .input-focus,
.ovic-newsletter .input-text[type]:focus ~ .input-focus,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
blockquote:not(.wp-block-quote),
div.ovic-pinmap .ovic-pin.text.text-line .popover::before,
div.ovic-pinmap .ovic-pin.text.text-line .popover::after,
div.ovic-pinmap .ovic-pin.text.text-line .popover-content::after,
.main-border-2,
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .input-focus,
.ovic-brand.style-01 .brand-item .link::before,
.slick-dots li,
.ovic-newsletter.style-02 .input-focus,
.product-loop-gallery a.gallery-active,
.product-loop-gallery a:hover,
.ovic-trending.style-01 .tabs .active .tab-link::before,
.ovic-trending.style-01 .tabs .tab-link:hover::before,
.ovic-banner.style-30 .button,
.ovic-banner.style-31 .button,
.ovic-banner.style-32 .button,
.ovic-banner.style-36 .button,
.ovic-banner.style-37 .button,
.ovic-banner.style-39 .button,
div.dgwt-wcas-search-wrapp .category select:focus,
div.dgwt-wcas-search-wrapp .category .chosen-container-active.chosen-with-drop .chosen-single,
div.dgwt-wcas-search-wrapp .category .chosen-container.chosen-with-drop .chosen-single,
.blog-item.style-08 .post-date,
.blog-item.style-09 .post-date,
.ovic-banner.style-44 .button,
.ovic-banner.style-44 .hover,
.ovic-banner.style-46 .button,
.ovic-banner.style-47 .button,
.ovic-banner.style-48 .button,
.ovic-title.style-03 .title::before,
.ovic-title.style-03 .title::after,
.ovic-tab.style-07 .tab-item.active .tab-link,
.ovic-tab.style-07 .tab-item .tab-link:hover,
.ovic-deal.style-04 .inner,
.blog-item.style-15 .post-title::before,
.ovic-custommenu.style-07 ul li a:hover::before,
.ovic-custommenu.style-09 ul li a:hover::before,
.blog-item.style-16 .post-date::before,
.blog-item.style-16 .post-readmore .button,
.ovic-newsletter .input-focus,
body:not(.skin-market) .ovic-title.style-01 .title,
.product-item.style-30 .product-inner
{
    border-color: var(--e-main-color-2);
}
.ovic-tab.style-01 .tab-item.active .tab-link .hover::before,
.ovic-brand.style-01 .brand-item .link:hover .hover::before,
.ovic-tab.style-01 .tab-link:hover .hover::before,
.ovic-tab.style-13 .tab-link::after
{
    border-top-color: var(--e-main-color-2);
}
.ovic-tab.style-12 .tab-link .hover::after
{
    border-left-color: var(--e-main-color-2);
}
body.rtl .ovic-tab.style-12 .tab-link .hover::after
{
    border-left-color: transparent;
    border-right-color: var(--e-main-color-2);
}
@media (max-width: 1199px){
    .ovic-tab.style-12 .tab-link .hover::after
    {
        border-top-color: var(--e-main-color-2);
    }
}
div.dgwt-wcas-search-wrapp .category select:focus,
div.dgwt-wcas-search-wrapp .category .chosen-container-active.chosen-with-drop .chosen-single,
div.dgwt-wcas-search-wrapp .category .chosen-container.chosen-with-drop .chosen-single
{
    box-shadow: 2px 0 var(--e-main-color-2);
}
body.rtl div.dgwt-wcas-search-wrapp .category select:focus,
body.rtl div.dgwt-wcas-search-wrapp .category .chosen-container-active.chosen-with-drop .chosen-single,
body.rtl div.dgwt-wcas-search-wrapp .category .chosen-container.chosen-with-drop .chosen-single
{
    box-shadow: -2px 0 var(--e-main-color-2);
}
.woocommerce-product-gallery .flex-control-nav img.flex-active,
.woocommerce-product-gallery .flex-control-nav img:hover,
.ovic-countdown.style-05 .armania-countdown > *::before,
.ovic-products.style-33,
.ovic-tab.style-21 .tab-item.active .tab-link,
.ovic-tab.style-21 .tab-item .tab-link:hover
{
    box-shadow: 0 0 0 2px var(--e-main-color-2) inset;
}
div.ovic-pinmap .ovic-pin .icon-theme,
.blog-item.style-17 .cat-list,
.blog-item.style-18 .cat-list
{
    box-shadow: 0 0 0 1px var(--e-main-color-2) inset;
}
.ovic-countdown.style-05 .armania-countdown .number::before
{
    box-shadow: 2px 0 var(--e-main-color-2) inset, -2px 0 var(--e-main-color-2) inset, 0 2px var(--e-main-color-2) inset, 0 -1px #f1f1f1 inset;
}
.ovic-countdown.style-05 .armania-countdown .number::after
{
    box-shadow: 2px 0 var(--e-main-color-2) inset, -2px 0 var(--e-main-color-2) inset, 0 -2px var(--e-main-color-2) inset, 0 1px #f1f1f1 inset;
}
.ovic-trending.style-01 .tabs .active .tab-link svg,
.ovic-trending.style-01 .tabs .tab-link:hover svg,
.ovic-contact.style-01 .icon svg,
.ovic-contact.style-02 .icon svg,
.ovic-slide.style-05 .slide-item .link:not(:hover) .icon svg,
.ovic-iconbox.style-01 .icon svg,
.ovic-iconbox.style-04 .icon svg
{
    fill: var(--e-main-color-2);
}

a.backtotop:hover,
a.backtotop:focus,
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited,
.elementor-button,
.added_to_cart,
.button,
button,
input[type="button"],
input[type="submit"],
.added_to_cart:hover,
.added_to_cart:focus,
.button:hover,
.button:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
div.ovic_bundle-wrap .ovic_bundle-product .ovic_bundle-sale,

.text-main-color-2,
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
.header-control .inner-control > .block-userlink > a .icon,
.header-control .inner-control > .block-minicart > a .count,
.ovic-socials a:hover,
.ovic-slide.style-03 .slide-item .link:hover,
.ovic-title.style-01 .title,
.entry-summary a.compare:hover,
.entry-summary .yith-wcwl-add-to-wishlist > *:hover,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.list a.compare:hover,
.product-item.list a.yith-wcqv-button:hover,
.product-item.list .yith-wcwl-add-to-wishlist > *:hover,
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-05 a.compare:hover,
.product-item.style-05 a.yith-wcqv-button:hover,
.product-item.style-05 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-12 a.yith-wcqv-button:hover,
.product-item.style-12 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-12 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-12 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-12 .add-to-cart a,
.product-item.style-13 a.yith-wcqv-button:hover,
.product-item.style-13 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-13 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-13 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-14 a.yith-wcqv-button:hover,
.product-item.style-14 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-14 .add-to-cart a,
.product-item.style-15 a.yith-wcqv-button:hover,
.product-item.style-15 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-15 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-15 .add-to-cart a,
.product-item.style-18 a.yith-wcqv-button:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-19 a.yith-wcqv-button:hover,
.product-item.style-19 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-19 .add-to-cart a,
.product-item.style-20 a.yith-wcqv-button:hover,
.product-item.style-20 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-20 .add-to-cart a,
.product-item.style-21 a.yith-wcqv-button:hover,
.product-item.style-21 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-21 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-21 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-21 .add-to-cart a,
.product-item.style-22 a.yith-wcqv-button:hover,
.product-item.style-22 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-22 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-22 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-22 .add-to-cart a,
.product-item.style-24 a.yith-wcqv-button:hover,
.product-item.style-24 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-24 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-25 a.yith-wcqv-button:hover,
.product-item.style-25 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-25 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-25 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-25 .add-to-cart a,
.product-item.style-26 a.yith-wcqv-button:hover,
.product-item.style-26 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-26 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-26 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-26 .add-to-cart a,
.product-item.style-27 a.yith-wcqv-button:hover,
.product-item.style-27 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-27 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-27 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-27 .add-to-cart a,
.product-item.style-29 a.yith-wcqv-button:hover,
.product-item.style-29 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-29 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-29 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-29 .add-to-cart a,
.product-item.style-31 a.yith-wcqv-button:hover,
.product-item.style-31 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-31 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-31 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-31 .add-to-cart a,
.product-item.style-32 a.yith-wcqv-button:hover,
.product-item.style-32 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-32 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-32 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-32 .add-to-cart a,
.product-item.style-34 a.yith-wcqv-button:hover,
.product-item.style-34 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-34 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-34 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-34 .add-to-cart a,
.product-item.style-35 a.yith-wcqv-button:hover,
.product-item.style-35 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-35 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-35 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-35 .add-to-cart a,
.post-item.style-01 .cat-list,
.single-post > .cat-list,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li .current,
.tagcloud a:hover,
.pagination-thumb .link:hover .icon,
.ovic-tab.style-02 .tab-title,
.ovic-countdown .price-countdown,
.ovic-banner.style-31 .text-01,
.ovic-slide.style-05 .slide-item .link:hover,
.contact-icon .elementor-icon,
.ovic-tab.style-04 .tab-item.active .tab-link,
.ovic-tab.style-04 .tab-item .tab-link:hover,
.ovic-category.style-02 .content,
.ovic-tab.style-05 .tab-item.active .tab-link,
.ovic-tab.style-05 .tab-item .tab-link:hover,
.blog-item.style-06 .post-date,
.product-item.style-16 .armania-countdown-wrapper,
.ovic-category.style-03 .link:hover,
.blog-item.style-07 .post-date,
.ovic-tab.style-09 .tab-item.active .tab-link,
.ovic-tab.style-09 .tab-item .tab-link:hover,
.blog-item.style-10 .cat-list,
.ovic-countdown.style-04 .subtitle,
.ovic-newsletter.style-11 .icon,
.ovic-newsletter.style-11 .head,
.ovic-newsletter.style-12 .icon,
.ovic-newsletter.style-12 .head,
.ovic-tab.style-11 .tab-item.active .tab-link,
.ovic-tab.style-11 .tab-item .tab-link:hover,
.ovic-tab.style-12 .tab-item.active .tab-link,
.ovic-tab.style-12 .tab-item .tab-link:hover,
.ovic-deal.style-05 .armania-countdown-wrapper,
.ovic-social-network.style-02 .title,
.modal-demo-menu .demo.new a::after,
.menu-item.demo .megamenu .new .elementor-image a::after,
.ovic-newsletter.style-17 .submit-newsletter,
.ovic-social-network.style-04 .widget .widget-title,
.ovic-category.style-11 .link:hover,

.header.style-02 .logo .logo-text,
.skin-carparts .product-labels > .onsale,
.skin-furniture .product-labels > .onsale,
.skin-furniture-02 .product-labels > *,
.skin-medical .product-labels > .onnew,
.skin-organic .product-labels > .onsale,
.skin-organic-03 .product-labels > .onsale,
.skin-tools .product-labels > .onsale,
.skin-plant .product-labels > .onsale,
.skin-digital .product-labels > *,
.skin-kids .product-labels > .onsale,
.skin-sports .product-labels > .onsale
{
    color: var(--e-main-text-color-2);
    fill: var(--e-main-text-color-2);
}
.ovic-tab.style-02 .ovic-products .slick-slider .slick-arrow:hover,
.button-carparts,
.ovic-testmonials.style-04 .slick-slider .slick-arrow:hover,
.ovic-tab.style-13 .tab-link,
.ovic-tab.style-03 .tab-item.active a,
.ovic-slide.style-05 .slide-item .link:hover .icon svg,
.contact-icon .elementor-icon svg
{
    color: var(--e-main-text-color-2) !important;
    fill: var(--e-main-text-color-2) !important;
}
.blog-item.style-15 .post-readmore .button::before,
.blog-item.style-15 .post-readmore .button::after
{
    background-color: var(--e-main-text-color-2);
}
.main-color-3,
.main-color-3.elementor-widget-heading h1,
.main-color-3.elementor-widget-heading h2,
.main-color-3.elementor-widget-heading h3,
.main-color-3.elementor-widget-heading h4,
.main-color-3.elementor-widget-heading h5,
.main-color-3.elementor-widget-heading h6,
.ovic-banner.style-09 .text-02 strong,
.blog-item.style-06 .post-title,
.ovic-newsletter.style-06 .title,
.blog-item.style-11 .post-readmore .button:hover,
.ovic-tab.style-15 .tab-title,
.skin-medical .entry-summary .woocommerce-review-link,
.skin-medical .ovic-panel-rating .average span,
.skin-medical p.stars a:before,
.skin-medical p.stars a:hover ~ a:before,
.skin-medical p.stars.selected:not(:hover) a.active ~ a:before,
.skin-medical .star-rating::before,
.product-item.style-13 .star-rating::before,
.skin-medical .star-rating > span::before,
.product-item.style-13 .star-rating > span::before,
.skin-carparts-03 .entry-summary .woocommerce-review-link,
.skin-carparts-03 p.stars:hover a:before,
.skin-carparts-03 p.stars.selected:not(:hover) a:before,
.skin-carparts-03 .ovic-panel-rating .average span,
.skin-carparts-03 .star-rating > span::before,
.product-item.style-34 .star-rating > span::before,

.header.style-05 .logo .logo-text,
.header.style-14 .logo .logo-text,
.skin-market .widget .product_list_widget > li > a:not(.remove):not(:hover),
.skin-market .product-item .product-title > a:not(:hover),
.skin-market .entry-summary .product_title,
.skin-market .entry-summary .grouped_form .woocommerce-grouped-product-list-item__label a:not(:hover),
.skin-market .woocommerce table.wishlist_table td.product-name a:not(.button):not(:hover),
.skin-market .woocommerce-cart-form > .shop_table td.product-name > a:not(.button):not(:hover),
.skin-market .woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name > a:not(.button):not(:hover),
.skin-market .woocommerce ul.wishlist_table.mobile li .item-details h3,
.skin-pets .post-title,
.skin-organic .ovic-iconbox.style-01 .icon,
.skin-organic .ovic-custommenu > .button-wrap .link:not(:hover)
{
    color: var(--e-main-color-3);
    fill: var(--e-main-color-3);
}
.main-bg-3,
.ovic-tab.style-02 .tabs-head,
.ovic-tab.style-03 .tabs-head,
.ovic-contact.style-02,
.ovic-banner.style-33,
.ovic-banner.style-30 .hover,
.ovic-banner.style-31 .hover,
.ovic-banner.style-32 .hover,
.product-item.style-14 .thumb-link::after,
.product-item.style-20 .thumb-link::after,
.product-item.style-20 .product-inner::before,
.ovic-countdown.style-04 .button,
.ovic-newsletter.style-11 .submit-newsletter,
.product-item.style-29 a.yith-wcqv-button,
.product-item.style-29 .yith-wcwl-add-to-wishlist > *,
.ovic-social-network.style-03 a::after,
.ovic-socials.style-04 a .icon,
.skin-medical .ovic-panel-rating .process-bar,
.skin-carparts-03 .ovic-panel-rating .process-bar,

.skin-carparts .slick-dots li.slick-active,
.skin-carparts .slick-dots li:hover,
.skin-pets .slick-dots li.slick-active,
.skin-pets .slick-dots li:hover,
.skin-fashion .product-labels > .onnew,
.skin-cosmetic .product-labels > .onnew,
.skin-organic .product-labels > .onnew,
.skin-organic-03 .product-labels > .onnew,
.skin-kids .product-labels > .onnew,
.skin-sports .product-labels > .onnew
{
    background-color: var(--e-main-color-3);
}
.main-border-3,
.blog-item.style-11 .post-readmore .button
{
    border-color: var(--e-main-color-3);
}
.main-special-font,
.logo .logo-text,
.menu-item.demo .megamenu .demo-title .elementor-heading-title,
.ovic-tab.style-02 .tabs-head,
.ovic-tab.style-03 .tab-item,
.ovic-newsletter.style-04 .title,
.ovic-countdown.style-01 .armania-countdown,
.ovic-countdown .price-countdown,
.ovic-countdown.style-01 .subtitle,
.ovic-countdown.style-01 .title,
.ovic-contact.style-02 .title,
.ovic-contact.style-02 .subtitle,
.ovic-contact.style-02 .phone,
.ovic-custommenu.style-03 .widget .widget-title,
.ovic-banner.style-33 .text-01,
.ovic-banner.style-30 .text-01,
.ovic-banner.style-30 .text-02,
.ovic-banner.style-31 .text-01,
.ovic-banner.style-31 .text-02,
.ovic-banner.style-32 .text-01,
.ovic-banner.style-32 .text-02,
.ovic-banner.style-32 .text-03,
.ovic-slide.style-05 .slide-item .link,
.blog-item.style-04 .post-title,
.blog-item.style-03 .post-title,
.ovic-banner.style-34 .text-02,
.ovic-banner.style-35 .text-01,
.ovic-banner.style-36 .text-01,
.ovic-banner.style-37 .text-01,
.ovic-banner.style-38 .text-01,
.ovic-banner.style-39 .text-01,
.ovic-tab.style-04 .tabs,
.ovic-countdown.style-02 .title,
.blog-item.style-05 .post-title,
.header-contact > .sub-menu > .title,
.blog-item.style-06 .post-title,
.ovic-newsletter.style-06 .title,
.ovic-banner.style-41 .text-01,
.ovic-banner.style-41 .text-02,
.ovic-banner.style-42 .text-01,
.ovic-banner.style-42 .text-02,
.product-item.style-16 .armania-countdown-wrapper,
.ovic-tab.style-06 .tab-title,
.ovic-testmonials.style-03 .desc,
.ovic-testmonials.style-03 .name,
.blog-item.style-07 .day,
.blog-item.style-07 .post-title,
.ovic-newsletter.style-07 .title,
.ovic-category.style-04 .link,
.ovic-countdown.style-03 .title,
.ovic-countdown.style-03 .desc,
.blog-item.style-08 .post-title,
.ovic-banner.style-44,
.ovic-newsletter.style-09 .title,
.ovic-newsletter.style-09 .desc,
.blog-item.style-09 .post-title,
.ovic-banner.style-45 .text-02,
.ovic-banner.style-45 .button,
.ovic-slide.style-06 .slide-item .title,
.blog-item.style-10 .post-title,
.ovic-newsletter.style-10 .title,
.ovic-testmonials.style-04 .desc,
.ovic-testmonials.style-04 .name,
.ovic-category.style-05 .title,
.ovic-countdown.style-04 .title,
.ovic-banner.style-46 .text-01,
.ovic-banner.style-46 .text-02,
.ovic-banner.style-46 .text-03,
.ovic-banner.style-47 .text-01,
.ovic-banner.style-47 .text-02,
.ovic-banner.style-48 .text-01,
.ovic-banner.style-48 .text-02,
.ovic-banner.style-48 .text-03,
.ovic-title.style-03 .title,
.product-item.style-23 .armania-countdown .number,
.ovic-category.style-06 .link,
.ovic-brand.style-03 .brand-item .name,
.ovic-tab.style-11 .tabs,
.ovic-tab.style-12 .tabs,
.blog-item.style-12 .post-title,
.blog-item.style-14 .post-title,
.ovic-iconbox.style-04 .title,
.ovic-deal.style-05 .head .title,
.ovic-title.style-04 .title,
.ovic-newsletter.style-13 .title,
.ovic-custommenu.style-05 .widget .widget-title,
.ovic-banner.style-43 .text-01,
.ovic-tab.style-07 .tabs-head,
.ovic-deal.style-04 .head .title,
.ovic-deal.style-04 .head .desc,
.ovic-category.style-07 .inner > .title,
.ovic-banner.style-50 .text-01,
.ovic-banner.style-50 .price-content,
.ovic-banner.style-50 .text-03,
.ovic-banner.style-52 .text-02,
.ovic-banner.style-53 .text-01,
.ovic-banner.style-55 .text-02,
.ovic-tab.style-15 .tab-title,
.ovic-category.style-10 .title,
.ovic-category.style-13,
.ovic-countdown.style-08 .armania-countdown,
.ovic-tab.style-17 .tabs,
.ovic-tab.style-18 .tabs,
.ovic-blog.style-17 .post-title,
.ovic-blog.style-18 .post-title,
.product-item.style-33 .product-labels > *,
.product-item.style-33 .product-info > .text,
.product-item.style-33 .product-title,
.product-item.style-33 .armania-countdown,
.ovic-tab.style-19 .tabs-head,
.ovic-tab.style-20 .tabs-head,
.blog-item.style-19 .post-meta,
.blog-item.style-19 .post-title,
.blog-item.style-20 .post-title,

.skin-carparts .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-carparts .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-carparts .header .ovic-custommenu.style-01 .widget .widget-title,
.skin-carparts .widget_shopping_cart .total,
.skin-carparts .product-labels > *,
.skin-facemask .post-title,
.skin-fashion .post-title,
.skin-fashion .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-fashion .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-fashion .header .ovic-custommenu.style-01 .widget .widget-title,
.skin-furniture .post-title,
.skin-cosmetic .post-title,
.skin-cosmetic .elementor-button,
.skin-cosmetic .added_to_cart,
.skin-cosmetic .button,
.skin-cosmetic button,
.skin-cosmetic input[type="button"],
.skin-cosmetic input[type="submit"],
.skin-cosmetic .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-cosmetic .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-cosmetic .header .ovic-custommenu.style-01 .widget .widget-title,
.skin-medical .post-title,
.skin-medical .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-medical .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-medical .header .ovic-custommenu.style-01 .widget .widget-title,
.skin-medicine .post-title,
.skin-medicine .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-medicine .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-medicine .header .ovic-custommenu.style-01 .widget .widget-title,
.skin-pets .post-title,
.skin-barber .post-title,
.skin-kids .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-kids .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-kids .header .ovic-custommenu.style-01 .widget .widget-title,
.skin-sports .ovic-menu-clone-wrap .ovic-custommenu.style-01 .widget .widget-title,
.skin-sports .header-sticky .ovic-custommenu.style-01 .widget .widget-title,
.skin-sports .header .ovic-custommenu.style-01 .widget .widget-title
{
    font-family: var(--e-main-special);
}