/*-------------------------------------------------------------------------/*
BODY:
    font-family: Poppins;
    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-inline-start: 15px;
        padding-inline-end: 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-inline-end: 15px;
        padding-inline-start: 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-inline-end: 15px;
    padding-inline-start: 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
===========================================================================*/
.owl-slick .row-item > .item{
    vertical-align: top;
}
.product-list-grid .rows-space-5,
.rows-space-5 .row-item:not(:last-child){
    margin-bottom: 5px;
}
.product-list-grid .rows-space-10,
.rows-space-10 .row-item:not(:last-child){
    margin-bottom: 10px;
}
.product-list-grid .rows-space-15,
.rows-space-15 .row-item:not(:last-child){
    margin-bottom: 15px;
}
.product-list-grid .rows-space-20,
.rows-space-20 .row-item:not(:last-child){
    margin-bottom: 20px;
}
.product-list-grid .rows-space-25,
.rows-space-25 .row-item:not(:last-child){
    margin-bottom: 25px;
}
.product-list-grid .rows-space-30,
.rows-space-30 .row-item:not(:last-child){
    margin-bottom: 30px;
}
.product-list-grid .rows-space-35,
.rows-space-35 .row-item:not(:last-child){
    margin-bottom: 35px;
}
.product-list-grid .rows-space-40,
.rows-space-40 .row-item:not(:last-child){
    margin-bottom: 40px;
}
.product-list-grid .rows-space-45,
.rows-space-45 .row-item:not(:last-child){
    margin-bottom: 45px;
}
.product-list-grid .rows-space-50,
.rows-space-50 .row-item:not(:last-child){
    margin-bottom: 50px;
}
.product-list-grid .rows-space-55,
.rows-space-55 .row-item:not(:last-child){
    margin-bottom: 55px;
}
.product-list-grid .rows-space-60,
.rows-space-60 .row-item:not(:last-child){
    margin-bottom: 60px;
}
@media (max-width: 1499px){
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child){
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px){
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child),
    .product-list-grid .rows-space-50,
    .rows-space-50 .row-item:not(:last-child){
        margin-bottom: 40px;
    }
    .product-list-grid .rows-space-40,
    .rows-space-40 .row-item:not(:last-child){
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child),
    .product-list-grid .rows-space-50,
    .rows-space-50 .row-item:not(:last-child){
        margin-bottom: 30px;
    }
    .product-list-grid .rows-space-40,
    .rows-space-40 .row-item:not(:last-child),
    .product-list-grid .rows-space-30,
    .rows-space-30 .row-item:not(:last-child){
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child),
    .product-list-grid .rows-space-50,
    .rows-space-50 .row-item:not(:last-child){
        margin-bottom: 20px;
    }
    .product-list-grid .rows-space-40,
    .rows-space-40 .row-item:not(:last-child),
    .product-list-grid .rows-space-30,
    .rows-space-30 .row-item:not(:last-child),
    .product-list-grid .rows-space-20,
    .rows-space-20 .row-item:not(:last-child){
        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;
    border-top: 3px solid var(--main-color);
    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 #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-inline-end: 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{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #dfdcde;
}
.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-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{
    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 0 0;
    margin-inline-end: 3px;
    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: 126px;
}
.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{
    color: #222;
    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-inline-end: 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{
    color: #222;
}
.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-inline-start: 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-inline-end: 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 0 2px;
    margin-inline-end: 3px;
}
.woocommerce #shipping_method label{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.woocommerce #shipping_method input[type="radio"] ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label{
    display: inline;
    cursor: pointer;
}
.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{
    color: var(--main-color);
}
.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;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0 11px;
}
.woocommerce-form-login .form-row .button{
    margin-inline-end: 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 .form-row label.woocommerce-form__label-for-checkbox:hover{
    color: var(--main-color);
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    cursor: inherit;
    margin: -1px 0 0;
    margin-inline-end: 3px;
}
.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-inline-start: -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;
    display: block;
    padding-inline-start: 10px;
}
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;
    background-color: #000;
}
.place-order #place_order:hover{
    background-color: var(--main-color);
}
.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 .amount{
    color: inherit;
}
.woocommerce-checkout-review-order-table .order-total .amount{
    color: var(--main-color);
}
.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-bottom: 13px;
    color: #222;
    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-inline-end: 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 input[type="checkbox"]:checked + span::before{
    background-color: var(--main-color);
}
#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: 20px;
    font-weight: 600;
    color: #222;
}
.shop_table td.product-price > *,
.shop_table td.product-subtotal > *{
    display: inline-block;
    vertical-align: bottom;
}
.shop_table td.product-price .amount,
.shop_table td.product-subtotal .amount{
    color: inherit;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del{
    font-size: 15px;
    font-weight: 400;
    color: #888;
    margin: 1px 0 -1px;
    margin-inline-end: 3px;
}
.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: inline-block;
    vertical-align: top;
    font-size: 20px;
}
.shop_table .actions{
    text-align: start;
    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: 252px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.shop_table .actions .coupon button{
    margin-inline-end: 7px;
}
.shop_table .actions .button{
    padding: 8px 25px;
}
.shop_table .actions > .button{
    float: right;
    color: #111;
    background-color: #fff;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
}
.shop_table .actions > .button:hover{
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.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;
}
.wishlist_table tr td.product-name,
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy{
    text-align: start;
}
.woocommerce table.wishlist_table{
    font-size: inherit;
    margin-bottom: 0;
    position: relative;
}
.woocommerce table.wishlist_table th{
    white-space: nowrap;
}
.woocommerce table.wishlist_table a.button:last-child{
    margin-bottom: 0 !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;
    padding: 8px 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0 11px;
}
.woocommerce table.wishlist_table td.product-name > *{
    display: inline-block;
    vertical-align: middle;
}
.woocommerce table.wishlist_table td.product-name .variation{
    display: block;
}
.woocommerce table.wishlist_table td.product-name .variation dt{
    color: #222;
    float: left;
    margin-inline-end: 5px;
}
.woocommerce table.wishlist_table td.product-name a:not(.yith-wcqv-button){
    padding: 4px 0;
    padding-inline-end: 15px;
}
.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;
    text-align: start;
}
.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;
    color: var(--main-color);
}
.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 .product-thumbnail{
    margin: 0;
    margin-inline-end: 10px;
}
.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;
    line-height: 24px;
    margin-bottom: 0;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover){
    color: #222;
}
.woocommerce ul.wishlist_table.mobile li .item-details .amount{
    color: var(--main-color);
}
.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;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
    text-align: start;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value{
    text-align: end;
}
.woocommerce .user-role > .radio{
    margin-inline-start: 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 p{
    margin: 10px 0 0;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
    color: #222;
    font-weight: 600;
    font-size: calc(100% + 2px);
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{
    color: var(--main-color);
}
@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-inline-end: 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{
        border: none;
    }
    .woocommerce-cart-form > .shop_table thead{
        display: none;
    }
    .woocommerce-cart-form > .shop_table,
    .woocommerce-cart-form > .shop_table > *{
        display: block;
    }
    .woocommerce-cart-form > .shop_table tr{
        display: block;
        margin-bottom: 30px;
        border: 1px solid #000;
    }
    .woocommerce-cart-form > .shop_table td{
        display: block;
        text-align: center !important;
        border: none;
    }
    .woocommerce-cart-form > .shop_table td:not(:first-child){
        border-top: 1px solid #f2f2f2;
    }
    /* 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;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover,
.vc_custom_heading a:hover{
    opacity: 1;
    color: var(--main-color);
}
/*----- 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-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
div.vc-zigzag-wrapper{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- GOOGLE MAP -----*/
.ovic-google-maps .title-maps{
    color: #222;
}
.ovic-google-maps .direction-maps{
    background-color: #222;
}
.ovic-google-maps .direction-maps:hover{
    background-color: var(--main-color);
}
.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
===========================================================================*/
body{
    --main-container: 1170px;
    --main-container-pd: 15px;
}
.site > .elementor{
    clear: both;
}
body .megamenu .has-container > .elementor-container,
body .elementor-section-boxed.elementor-section-stretched > .elementor-container,
body .elementor-section-boxed:not(.elementor-section-stretched),
.footer > .wpb-content-wrapper,
.container{
    padding-inline-start: var(--main-container-pd);
    padding-inline-end: var(--main-container-pd);
    margin-inline-start: auto;
    margin-inline-end: auto;
}
body .elementor-section > .elementor-container{
    position: static;
}
body .e-con{
    --container-max-width: var(--main-container);
}
.page-template-default.elementor-page .site-content.sidebar-full.container .e-con > .e-con-inner,
.page-template-default.elementor-page .site-content.sidebar-full .site-container.container .e-con > .e-con-inner,
body .e-con > .e-con-inner{
    padding-inline-start: var(--main-container-pd);
    padding-inline-end: var(--main-container-pd);
    max-width: calc(var(--content-width) + (var(--main-container-pd) * 2));
}
.page-template-default.elementor-page .site-content.sidebar-full.container,
.page-template-default.elementor-page .site-content.sidebar-full .site-container.container{
    padding-inline-start: 0;
    padding-inline-end: 0;
    max-width: none;
}
.container .e-con > .e-con-inner{
    padding-inline-start: 0;
    padding-inline-end: 0;
    max-width: var(--content-width);
}
.e-con:not(.e-grid) .elementor-empty-view{
    min-height: var(--min-height, 30px);
}
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container{
    height: auto;
}
.e-con-inner > .elementor-widget-spacer,
.e-con > .elementor-widget-spacer,
.elementor-widget{
    width: 100%;
}
.e-con-inner > .elementor-widget-spacer.elementor-widget-empty,
.e-con > .elementor-widget-spacer.elementor-widget-empty{
    min-height: 1px;
    min-width: 1px;
}
body .e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
body .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner{
    position: relative;
    height: var(--spacer-size, 1px);
    min-height: 100%;
}
.elementor-editor-active .e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner,
.elementor-editor-active .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner{
    background-color: rgba(213, 216, 220, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.elementor-editor-active .e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner:before,
.elementor-editor-active .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner:before{
    font-family: eicons;
    content: "\e85f";
    font-size: 20px;
    line-height: 1;
}
body.wcfm-store-page .site #main{
    width: calc(var(--main-container) + var(--main-container-pd) * 2) !important;
}
@media (min-width: 768px){
    body .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container{
        max-width: 100%;
    }
    body .megamenu .has-container > .elementor-container,
    body .elementor-section-boxed.elementor-section-stretched > .elementor-container,
    body .elementor-section-boxed:not(.elementor-section-stretched),
    .footer > .wpb-content-wrapper,
    .container{
        max-width: calc(var(--main-container) + (var(--main-container-pd) * 2));
    }
    body{
        --main-container: 720px
    }
}
@media (min-width: 992px){
    body{
        --main-container: 940px
    }
}
@media (min-width: 1200px){
    body{
        --main-container: 1170px
    }
}
/*----- WOO WITH ELEMENTOR -----*/
.ovic-products .woocommerce-result-count,
.ovic-products .woocommerce-ordering,
.ovic-products .product-thumb > .attachment-woocommerce_thumbnail,
.ovic-products .woocommerce-loop-product__title{
    display: none;
}
.elementor-widget-video .elementor-wrapper,
.elementor-widget-video [data-elementor-open-lightbox="yes"] img{
    aspect-ratio: auto;
}
.add-to-cart + a.compare{
    display: none !important;
}
/*----- ROW -----*/
.elementor-container,
.elementor-row{
    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 -25px;
        width: calc(100% + 50px);
    }
    body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        padding: 0 25px;
    }
}
@media (max-width: 1199px){
    .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: 991px){
    .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;
}
.background-zoom.e-con:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    border-radius: 0;
    pointer-events: none;
    transition: var(--ovic-effect-trs);
}
.background-zoom.e-con:hover:before{
    transform: scale(1.1);
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.owl-slick{
    display: block;
}
body .elementor-widget:not(:last-child){
    margin: 0;
}
/* revolution */
body.elementor-editor-active .elementor-widget-slider_revolution .elementor-widget-empty-icon{
    padding: 150px 0;
}
/* play */
.elementor-custom-embed-play i{
    font-size: 58px;
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-custom-embed-play i::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e95e';
}
.elementor-open-lightbox{
    position: relative;
}
.dialog-type-lightbox{
    z-index: 999999;
}
/* image */
.elementor-widget-image{
    text-align: inherit;
}
.elementor-widget-image .elementor-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/* social */
.elementor-widget-social-icons a{
    text-decoration: none !important;
}
/* toggle*/
.elementor-toggle .elementor-tab-title{
    position: relative;
}
.elementor-toggle .elementor-tab-title:hover{
    color: var(--main-color);
}
.elementor-toggle .elementor-tab-title a{
    display: block;
    padding-inline-end: 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: end;
}
.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;
}
/* iconbox */
.elementor-widget-icon-box .elementor-icon-box-title a:hover{
    color: var(--main-color);
}
/* divider */
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{
    vertical-align: top;
}
/* counter */
.elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
    display: block;
    text-align: inherit;
}
.elementor-widget-counter.style-01 .elementor-counter-title{
    display: block;
    font-size: 15px;
    line-height: var(--main-lh);
    font-weight: 500;
    color: #111;
    margin: 1px 0 0;
    text-align: inherit;
}
.elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
    font-size: 40px;
    line-height: 1.2;
}
.elementor-widget-counter.style-01 .elementor-counter-number-prefix,
.elementor-widget-counter.style-01 .elementor-counter-number-suffix{
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}
@media (max-width: 1199px){
    .elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
        font-size: 38px;
    }
    .elementor-widget-counter.style-01 .elementor-counter-title{
        font-size: 14px;
        margin: 0;
    }
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.sticky{
    color: inherit;
}
.post-item.sticky .post-title a{
    margin-inline-end: 5px;
}
.post-item.sticky .post-title::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f024";
    color: var(--main-color);
}
.auto-clear{
    display: flex;
    flex-wrap: wrap;
}
.auto-clear::before,
.auto-clear::after{
    display: block;
}
.bypostauthor{
    color: inherit;
}
.woocommerce-review__author,
.comment-author,
.post-author,
.author{
    text-transform: capitalize;
    color: #222;
}
.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.text-start{
    text-align: start;
}
.text-end{
    text-align: end;
}
.text-center{
    text-align: center;
}
.btn{
    border-radius: 0;
}
.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,
.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;
    color: #222;
    padding: 0;
    border: none;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    opacity: 1;
}
#yith-quick-view-close:hover,
.modal-content .btn-close:hover,
div.mfp-content button.mfp-close:hover{
    color: var(--main-color);
}
#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,
    .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;
}
.small,
small{
    font-style: italic;
    font-size: inherit;
    opacity: 0.7;
}
address,
dt,
dd{
    line-height: inherit;
}
code,
kbd{
    padding: 0;
    font-size: inherit;
    color: #000;
    background-color: transparent;
    bottom: 0;
}
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;
}
/*----- 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 0 0;
    margin-inline-end: 5px;
}
.comment-form-cookies-consent label{
    display: inline;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    margin: 0;
}
.comment-form-cookies-consent label:hover{
    color: var(--main-color);
}
/*----- 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,
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{
    color: var(--main-color);
}
/*----- 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;
}
.active-overlay .overlay-body,
.ovic-open-mobile-menu .overlay-body,
.ovic-open-mobile-options .overlay-body,
.open-mobile-sidebar .overlay-body,
.open-header-minicart .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: 8px 0;
    width: 40px;
    text-align: center;
}
.password-input .show-password-input:hover{
    color: var(--main-color);
}
.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;
    clear: both;
}
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 0 20px;
    margin-inline-end: 20px;
    clear: both;
}
.alignright,
.wp-caption.alignright,
a img.alignright{
    float: right;
    margin: 5px 0 20px;
    margin-inline-start: 20px;
    clear: both;
}
.sidebar-full .alignfull{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 1200px){
    .sidebar-full .alignfull{
        width: calc(100vw - 17px);
        margin-inline-start: calc(50% - 50vw + 8.5px);
        margin-inline-end: calc(50% - 50vw + 8.5px);
    }
}
/*----- WP CAPTION -----*/
.wp-caption{
    background-color: #fff;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #eee;
    text-align: center;
    margin: 0;
}
.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption .wp-caption-text{
    font-weight: 400;
    padding: 5px 0 0;
    margin: 0 !important;
}
/*----- WP BLOCK -----*/
.wp-block-button,
.post-content > [class*="wp-block-"]{
    margin-top: 5px;
    margin-bottom: 20px;
}
.wp-block-embed-wordpress-tv iframe{
    width: 100%;
}
.wp-block-cover{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}
.wp-block-group.has-background{
    padding: 1em;
}
.is-style-squared .wp-block-button__link{
    border-radius: 0;
}
/*----- BLOCKQUOTE -----*/
blockquote cite{
    display: block;
    font-weight: 600;
}
blockquote.has-text-align-right{
    text-align: end;
}
blockquote.has-light-gray-color{
    color: gray;
}
.wp-block-pullquote{
    margin-bottom: 20px;
}
.wp-block-pullquote blockquote{
    margin-bottom: 0;
}
/*----- 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;
    color: #222;
}
.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:not(.sidebar-full) .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%;
    }
}
/*----- ICON FONT -----*/
body .fa{
    font-family: FontAwesome, sans-serif;
}
body .fa, /* awesome */
body .fa::before,
body .dashicons, /* dashicons */
body .dashicons::before,
body .dashicons-before:before,
body [class*="main-icon-"], /* 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;
    text-decoration: none;
}
body .main-icon-mail::before{
    margin: -3px 0 3px;
}
body .fa.fa-map-marker:before{
    content: "\f041";
}
/*==========================================================================
CHOSEN
===========================================================================*/
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: start;
    width: auto !important;
    max-width: 100%;
}
.chosen-container .chosen-single{
    display: block;
    background: none;
    height: auto;
}
.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-inline-start: 10px;
}
.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: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 160px;
    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;
    max-height: 360px;
}
.chosen-container .chosen-results li{
    font-size: 14px;
    line-height: 24px;
    padding: 6px 15px;
    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-inline-end: 6px;
    content: '';
}
.chosen-container-active.chosen-with-drop .chosen-single:hover,
.chosen-container .chosen-single:hover{
    color: var(--main-color);
}
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected{
    background-image: none;
    background-color: transparent;
    color: var(--main-color);
}
.chosen-container-single .chosen-search input[type=text]{
    border: none;
}
/*==========================================================================
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;
    padding: 13px 65px;
    text-transform: none;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon{
    font-weight: 400;
    margin: -1px 0 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title img{
    max-height: 24px;
}
div.ovic-menu-clone-wrap .megamenu{
    background-image: none !important;
}
div.ovic-menu-clone-wrap .megamenu .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
}
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: 45px;
    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-inline-end: 45px;
}
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;
    margin-inline-end: 10px;
}
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;
    letter-spacing: 0;
    height: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn{
    border-inline-start: 1px solid #e6e6e6;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{
    border-inline-end: 1px solid #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: #222;
    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::before,
.slick-slider::after{
    display: table;
    content: '';
    clear: both;
}
body .slick-list{
    padding: 0;
}
body .slick-list:hover{
    z-index: 4;
}
body .slick-track{
    margin-inline-start: 0;
}
body .slick-slide > .row-item > *{
    vertical-align: top;
}
/*----- ARROWS -----*/
div.ovic-menu-clone-wrap .slick-slider:not(.slick-vertical) .slick-arrow,
.slick-slider .slick-arrow{
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}
.slick-slider .slick-arrow:hover{
    color: var(--main-color);
}
div.ovic-menu-clone-wrap .slick-slider:not(.slick-vertical) .slick-arrow.prev,
.slick-slider .slick-arrow.prev{
    top: calc(50% - 15px);
    left: -22px;
}
div.ovic-menu-clone-wrap .slick-slider:not(.slick-vertical) .slick-arrow.next,
.slick-slider .slick-arrow.next{
    bottom: calc(50% - 15px);
    right: -22px;
}
.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.prev{
    top: -22px;
    left: calc(50% - 15px);
}
.slick-slider.slick-vertical .slick-arrow.next{
    bottom: -22px;
    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: 768px){
    .slick-slider:not(.slick-vertical) .slick-arrow.prev{
        left: -23px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.next{
        right: -23px;
    }
}
/*@media (min-width: 992px){*/
/*    .slick-slider:not(.slick-vertical) .slick-arrow.prev{*/
/*        left: -35px;*/
/*    }*/
/*    .slick-slider:not(.slick-vertical) .slick-arrow.next{*/
/*        right: -35px;*/
/*    }*/
/*}*/
@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{
        font-size: 10px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.2);
        background-color: #d2d2d2;
        border-radius: 90px;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .slick-slider .slick-arrow:hover{
        color: #fff;
        background-color: var(--main-color);
    }
    .slick-slider:not(.slick-vertical) .slick-arrow{
        width: 44px;
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.prev{
        top: calc(50% - 22px);
        left: -54px;
        padding-inline-end: 2px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.next{
        bottom: calc(50% - 22px);
        right: -54px;
        padding-inline-start: 2px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.prev::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: -10px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.next::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: -10px;
    }
    .slick-slider.slick-vertical .slick-arrow.prev{
        padding: 0 0 1px;
    }
    .slick-slider.slick-vertical .slick-arrow.next{
        padding: 1px 0 0;
    }
}
@media (min-width: 1500px){
    .slick-slider:not(.slick-vertical) .slick-arrow.prev{
        left: -75px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.prev::after{
        right: -33px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.next{
        right: -75px;
    }
    .slick-slider:not(.slick-vertical) .slick-arrow.next::after{
        left: -33px;
    }
}
/* nav-02 */
.ovic-products.nav-02,
.nav-02{
    padding-bottom: 74px;
    position: relative;
}
.ovic-products.nav-02 .product-list-owl,
.nav-02 > .slick-slider{
    position: static;
}
.ovic-products.nav-02 .product-list-owl > .slick-arrow,
.nav-02 > .slick-slider > .slick-arrow{
    width: 44px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
}
.ovic-products.nav-02 .product-list-owl > .slick-arrow:not(:hover),
.nav-02 > .slick-slider > .slick-arrow:not(:hover){
    background-color: #fff;
    color: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ovic-products.nav-02 .product-list-owl > .slick-arrow::after,
.nav-02 > .slick-slider > .slick-arrow::after{
    display: none;
}
.ovic-products.nav-02 .product-list-owl > .slick-arrow.prev,
.nav-02 > .slick-slider > .slick-arrow.prev{
    top: auto;
    bottom: 0;
    left: calc(50% - 49px);
}
.ovic-products.nav-02 .product-list-owl > .slick-arrow.next,
.nav-02 > .slick-slider > .slick-arrow.next{
    top: auto;
    bottom: 0;
    right: calc(50% - 49px);
}
@media (max-width: 767px){
    .ovic-products.nav-02,
    .nav-02{
        padding-bottom: 64px;
    }
}
/* nav-03 */
.ovic-products.nav-03 .product-list-owl > .slick-arrow,
.nav-03 > .slick-slider > .slick-arrow{
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 0 1px var(--main-color) inset;
    border-radius: 0;
    padding: 0;
}
.ovic-products.nav-03 .product-list-owl > .slick-arrow:not(:hover),
.nav-03 > .slick-slider > .slick-arrow:not(:hover){
    color: inherit;
    background-color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ovic-products.nav-03 .product-list-owl > .slick-arrow::after,
.nav-03 > .slick-slider > .slick-arrow::after{
    display: none;
}
.ovic-products.nav-03 .product-list-owl > .slick-arrow.prev,
.nav-03 > .slick-slider > .slick-arrow.prev{
    top: -70px;
    bottom: auto;
    left: auto;
    right: 50px;
}
.ovic-products.nav-03 .product-list-owl > .slick-arrow.next,
.nav-03 > .slick-slider > .slick-arrow.next{
    top: -70px;
    bottom: auto;
    left: auto;
    right: 0;
}
@media (max-width: 1199px){
    .ovic-products.nav-03 .product-list-owl > .slick-arrow,
    .nav-03 > .slick-slider > .slick-arrow{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .ovic-products.nav-03 .product-list-owl > .slick-arrow.prev,
    .nav-03 > .slick-slider > .slick-arrow.prev{
        top: -55px;
        right: 45px;
    }
    .ovic-products.nav-03 .product-list-owl > .slick-arrow.next,
    .nav-03 > .slick-slider > .slick-arrow.next{
        top: -55px;
    }
}
/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    height: 17px;
    margin: 26px -3px 0;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 4px 3px 0;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    z-index: 4;
}
.slick-dots li button{
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    width: 9px;
    height: 9px;
    border-radius: inherit;
    background-color: #e6e6e6;
    opacity: 1;
}
.slick-dots li.slick-active{
    padding: 2px;
    border: 2px solid var(--main-color);
}
.slick-dots li.slick-active button,
.slick-dots li:hover button{
    background-color: var(--main-color);
}
@media (max-width: 1199px){
    .slick-dots{
        margin-top: 12px;
    }
}
.skin-food .slick-dots{
    height: auto;
    margin: 20px -5px 0;
}
.skin-food .slick-dots li{
    margin: 10px 5px 0;
}
.skin-food .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.skin-food .slick-dots li.slick-active{
    padding: 0;
    border: none;
}
.skin-food .slick-dots li.slick-active button,
.skin-food .slick-dots li:hover button{
    background-color: var(--main-color);
}
/* dot-02 */
.ovic-products.dot-03 .product-list-owl > .slick-dots,
.dot-03 > .slick-slider > .slick-dots,
.ovic-products.dot-02 .product-list-owl > .slick-dots,
.dot-02 > .slick-slider > .slick-dots{
    height: auto;
    margin: 20px -7px 0;
}
.ovic-products.dot-03 .product-list-owl > .slick-dots li,
.dot-03 > .slick-slider > .slick-dots li,
.ovic-products.dot-02 .product-list-owl > .slick-dots li,
.dot-02 > .slick-slider > .slick-dots li{
    margin: 10px 7px 0;
}
.ovic-products.dot-03 .product-list-owl > .slick-dots li button,
.dot-03 > .slick-slider > .slick-dots li button,
.ovic-products.dot-02 .product-list-owl > .slick-dots li button,
.dot-02 > .slick-slider > .slick-dots li button{
    width: 30px;
    height: 4px;
    border-radius: 0;
}
.ovic-products.dot-03 .product-list-owl > .slick-dots li.slick-active,
.dot-03 > .slick-slider > .slick-dots li.slick-active,
.ovic-products.dot-02 .product-list-owl > .slick-dots li.slick-active,
.dot-02 > .slick-slider > .slick-dots li.slick-active{
    padding: 0;
    border: none;
}
/* dot-03 */
.ovic-products.dot-03 .product-list-owl > .slick-dots li.slick-active button,
.ovic-products.dot-03 .product-list-owl > .slick-dots li:hover button,
.dot-03 > .slick-slider > .slick-dots li.slick-active button,
.dot-03 > .slick-slider > .slick-dots li:hover button{
    background-color: #111;
}
@media (max-width: 1199px){
    .ovic-products.dot-03 .product-list-owl > .slick-dots,
    .dot-03 > .slick-slider > .slick-dots,
    .ovic-products.dot-02 .product-list-owl > .slick-dots,
    .dot-02 > .slick-slider > .slick-dots,
    .skin-food .slick-dots{
        margin-top: 10px;
    }
}
/*==========================================================================
LOADING
===========================================================================*/
.loading-lazy{
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
#reviews #comments.loading,
.comments-area.loading,
.variations_form,
.yith-wcwl-form,
.cart_totals,
.woocommerce-cart-form,
.ovic-products.loading > .woocommerce,
ul.shop-page.loading,
.tabs-container.loading{
    position: relative;
}
#reviews #comments.loading > *,
.comments-area.loading > *,
.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;
}
.yith-wcwl-form .blockUI.blockOverlay,
.cart_totals .blockUI.blockOverlay,
.woocommerce-cart-form .blockUI.blockOverlay{
    background: none !important;
    opacity: 1 !important;
}
.variations_form .blockUI.blockOverlay,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay{
    background-color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}
.ovic-question-answers.loading .list-question::before,
#reviews #comments.loading::before,
.comments-area.loading::before,
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,
.variations_form .blockUI.blockOverlay::after,
.yith-wcwl-form .blockUI.blockOverlay::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::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    margin: auto;
    border: 2px solid;
    border-top-color: transparent;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    -webkit-animation: fa-spin 0.8s infinite linear;
    -o-animation: fa-spin 0.8s infinite linear;
    animation: fa-spin 0.8s infinite linear;
}
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before{
    display: block !important;
}
/*==========================================================================
CUSTOM EFFECT
===========================================================================*/
.faded-in:not(:hover) .image-effect,
.faded-in:not(:hover) img{
    opacity: 0.55;
}
.gray-filter:not(:hover) .image-effect,
.gray-filter:not(:hover) img{
    filter: grayscale(100%);
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/*==========================================================================
BODY DATAS
===========================================================================*/
html{
    font-size: 14px;
}
body{
    --main-ff: Poppins, sans-serif;
    --main-fz: 14px;
    --main-lh: 1.71428571;
    --main-cl: #666;
    --main-fw: 400;
    --main-color: #ff0000;
    --main-color-bb: #ff0000bb;
    font-family: var(--main-ff);
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
/*----- HEADING -----*/
.elementor-toggle .elementor-tab-title{
    font-weight: inherit;
    line-height: 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;
}
.main-color.elementor-widget-heading h1,
.main-color.elementor-widget-heading h2,
.main-color.elementor-widget-heading h3,
.main-color.elementor-widget-heading h4,
.main-color.elementor-widget-heading h5,
.main-color.elementor-widget-heading h6{
    color: var(--main-color);
}
.elementor-heading-title a{
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend{
    color: #222;
    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{
    color: var(--main-color);
    cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus{
    outline: none;
    color: var(--main-color);
}
a:active{
    outline: none;
}
.elementor a:hover,
.elementor a:focus{
    text-decoration: underline;
}
.elementor .elementor-icon{
    color: inherit;
    vertical-align: top;
    text-decoration: none !important;
}
.elementor .elementor-button:hover,
.elementor .elementor-button:focus{
    text-decoration: none;
}
/*----- 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%;
}
/*----- UL, OL -----*/
ul,
ol{
    padding-inline-start: 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: start;
}
th{
    color: #222;
    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;
    color: #222;
    font-weight: 600;
    margin: 0 0 8px;
}
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: 8px 20px;
    height: auto;
    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: start;
}
.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 var(--main-color) inset !important;
}
/* textarea */
textarea{
    display: block;
    height: 175px;
}
/* select */
select{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMAmcwRiCK19YmuAAAAH0lEQVQI12MIYWBgFmAwAiNmRWZFBgYGIyEBIAliAgAeOQGsDcSFWgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    padding-inline-end: 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 .elementor-button-icon{
    text-decoration: none;
}
.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: 600;
    padding: 8px 20px;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    background-color: var(--main-color);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-button:hover{
    color: #fff;
    background-color: var(--main-color-bb);
}
.added_to_cart:hover,
.added_to_cart:focus,
.button:hover,
.button:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    color: #fff;
    background-color: var(--main-color-bb);
    text-decoration: none !important;
}
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{
    pointer-events: none;
    opacity: 0.5;
}
.error-404 .button,
.shop_table .actions .coupon button,
.shop_table .actions > .button,
.cart-collaterals .wc-proceed-to-checkout .button,
.place-order #place_order{
    font-size: 15px;
    padding: 13px 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0 13px;
}
/*----- 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-inline-end: 10px;
    margin-bottom: 10px;
    background-color: #222;
    color: #fff;
}
.post-pagination .title{
    display: none;
}
.post-pagination .post-page-numbers:not(:hover):not(.current){
    color: #222;
    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 > .active{
    color: #888;
}
.breadcrumb,
.woocommerce-breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
    padding: 13px 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    color: #222;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter{
    display: inline-block;
    vertical-align: top;
}
.breadcrumb li,
.woocommerce-breadcrumb a{
    max-width: 100%;
    padding: 0;
}
.breadcrumb li:last-child{
    padding: 0;
}
.breadcrumb .separator,
.woocommerce-breadcrumb .separator{
    padding: 0 4px;
}
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter::before{
    display: inline-block;
    vertical-align: top;
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    content: '/';
    padding: 0 4px;
    color: inherit;
}
/*----- PAGINATION -----*/
.dokan-pagination-container,
.woocommerce-pagination{
    text-align: inherit;
    margin: 30px 0 0;
}
.woocommerce-pagination > .screen-reader-text{
    display: none;
}
.dokan-pagination-container .dokan-pagination::before,
.dokan-pagination-container .dokan-pagination::after,
.woocommerce-pagination ul::before,
.woocommerce-pagination ul::after{
    content: '';
    display: table;
    clear: both;
}
.dokan-pagination-container .dokan-pagination,
.woocommerce-pagination ul{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% + 10px);
    list-style: none;
    border-radius: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0 0 10px;
    margin: -10px -5px;
    position: relative;
}
.dokan-pagination-container .dokan-pagination li,
.woocommerce-pagination ul li{
    display: inline;
    vertical-align: top;
}
.dokan-pagination-container .dokan-pagination li a,
.dokan-pagination-container .dokan-pagination li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 5px;
    min-width: 40px;
    color: inherit;
    text-align: center;
    background-color: #f2f2f2;
    box-shadow: none;
    border: none;
    border-radius: 0 11px;
    text-decoration: none;
    margin: 10px 5px 0;
}
.dokan-pagination-container .dokan-pagination li a:hover,
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li .current{
    color: #fff;
    background-color: var(--main-color);
}
.dokan-pagination-container .dokan-pagination li:first-child a,
.woocommerce-pagination ul li .prev{
    font-size: 13px;
    letter-spacing: 0.2em;
    padding-inline-start: 17.4px;
    padding-inline-end: 20px;
}
.dokan-pagination-container .dokan-pagination li:first-child a::before,
.woocommerce-pagination ul li .prev::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f104";
    font-size: 18px;
    font-weight: 400;
    margin: -1px 0 1px;
    margin-inline-end: 8px;
}
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce-pagination ul li .next{
    font-size: 13px;
    letter-spacing: 0.2em;
    padding-inline-start: 20px;
    padding-inline-end: 17.4px;
}
.dokan-pagination-container .dokan-pagination li:last-child a::after,
.woocommerce-pagination ul li .next::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    font-size: 18px;
    font-weight: 400;
    margin: -1px 0 1px;
    margin-inline-start: 4px;
}
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 8px 0;
}
.dokan-pagination-container .dokan-pagination li:first-child a::before,
.dokan-pagination-container .dokan-pagination li:last-child a::after{
    line-height: 24px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.woocommerce-pagination .button-loadmore{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0 11px;
}
@media (max-width: 479px){
    .dokan-pagination-container .dokan-pagination li:first-child a,
    .dokan-pagination-container .dokan-pagination li:last-child a,
    .woocommerce-pagination ul li .prev,
    .woocommerce-pagination ul li .next{
        letter-spacing: 0.1em;
    }
}
/*----- SITE CONTENT -----*/
.site{
    position: relative;
    overflow: hidden;
}
.site-content{
    padding-bottom: 40px;
}
.site-content::before,
.site-content::after,
#primary::before,
#primary::after,
#secondary::before,
#secondary::after{
    display: table;
    clear: both;
    content: '';
}
body .dokan-store-wrap .dokan-store-sidebar,
body .dokan-store-wrap .dokan-single-store,
#primary,
#secondary{
    margin-bottom: 40px;
}
.container{
    width: auto;
}
rs-group-wrap.container{
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto
}
rs-group-wrap.ovic-wrap{
    top: 0 !important;
    bottom: 0 !important;
    margin: auto
}
rs-group-wrap.container > rs-loop-wrap,
rs-group-wrap.container > rs-loop-wrap > rs-mask-wrap,
rs-group-wrap.ovic-wrap > rs-loop-wrap,
rs-group-wrap.ovic-wrap > rs-loop-wrap > rs-mask-wrap{
    position: static !important
}
rs-group-wrap.container > rs-loop-wrap > rs-mask-wrap > rs-group,
rs-group-wrap.ovic-wrap > rs-loop-wrap > rs-mask-wrap > rs-group{
    width: 100% !important
}
@media (min-width: 992px){
    body .dokan-store-wrap.layout-left .dokan-single-store,
    body .dokan-store-wrap.layout-right .dokan-single-store,
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #primary{
        float: left;
        width: calc(100% - 310px);
    }
    body .dokan-store-wrap.layout-left .dokan-store-sidebar,
    body .dokan-store-wrap.layout-right .dokan-store-sidebar,
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        float: left;
        width: 280px;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
    body .dokan-store-wrap.layout-left .dokan-single-store,
    body .dokan-store-wrap.layout-right .dokan-store-sidebar,
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #secondary{
        float: right;
    }
    .site-content.sidebar-left #secondary + *,
    .site-content.sidebar-right #secondary + *{
        clear: both;
    }
    body .dokan-store-wrap.layout-left .dokan-single-store,
    body .dokan-store-wrap.layout-right .dokan-single-store,
    .site-content.product-page.sidebar-left #primary,
    .site-content.product-page.sidebar-right #primary,
    .site-content.shop-page.sidebar-left #primary,
    .site-content.shop-page.sidebar-right #primary{
        width: calc(100% - 270px);
    }
    body .dokan-store-wrap.layout-left .dokan-store-sidebar,
    body .dokan-store-wrap.layout-right .dokan-store-sidebar,
    .site-content.product-page.sidebar-left #secondary,
    .site-content.product-page.sidebar-right #secondary,
    .site-content.shop-page.sidebar-left #secondary,
    .site-content.shop-page.sidebar-right #secondary{
        width: 240px;
    }
}
@media (min-width: 1200px){
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #primary{
        width: calc(100% - 380px);
    }
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        width: 330px;
    }
    .site-content.product-page.sidebar-left #primary,
    .site-content.product-page.sidebar-right #primary{
        width: calc(100% - 290px);
    }
}
@media (min-width: 1500px){
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #primary{
        width: calc(100% - 448px);
    }
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        width: 360px;
    }
    .site-content.product-page.sidebar-left #primary,
    .site-content.product-page.sidebar-right #primary{
        width: calc(100% - 358px);
    }
    body .dokan-store-wrap.layout-left .dokan-single-store,
    body .dokan-store-wrap.layout-right .dokan-single-store,
    .site-content.shop-page.sidebar-left #primary,
    .site-content.shop-page.sidebar-right #primary{
        width: calc(100% - 288px);
    }
}
@media (max-width: 1199px){
    .site-content{
        padding-bottom: 10px;
    }
}
/*==========================================================================
WIDGETS
===========================================================================*/
.widget{
    position: relative;
}
.widget::before,
.widget::after{
    content: '';
    display: table;
    clear: both;
}
.widget .screen-reader-text{
    display: none !important;
}
.widget .widgettitle,
.widget .widget-title{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}
.widget .widgettitle a,
.widget .widget-title a{
    text-decoration: underline;
}
.widget .widgettitle a:not(:hover),
.widget .widget-title a:not(:hover){
    color: inherit;
}
.widget .widgettitle img,
.widget .widget-title img{
    vertical-align: middle;
    margin: -3px 0 0;
    margin-inline-end: 3px;
}
.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-inline-start: 20px;
}
.widget .comment-author-link{
    text-transform: capitalize;
}
.widget-area{
    font-size: 14px;
    line-height: 24px;
}
.widget_layered_nav .count,
.widget .tagcloud .tag-link-count,
.widget_product_categories .count,
.widget_categories .count{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 3px;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    margin-inline-start: 6px;
}
.widget_layered_nav a:not(:hover),
.widget_ovic_nav_menu ul li > a:not(:hover):not([aria-current="page"]),
.widget-area .widget_nav_menu ul li > a:not(:hover):not([aria-current="page"]),
.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),
.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"]){
    color: #222;
}
.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-area .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{
    color: var(--main-color);
}
.sidebar-inner > .widget:not(:last-child){
    padding-bottom: 30px;
    margin-bottom: 22px;
}
.shop-page .sidebar-inner > .widget:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.shop-page .widget-area .widget_media_image:not(:last-child){
    padding-bottom: 0;
    border-bottom: none;
}
.product-page .sidebar-inner > .widget:not(:last-child){
    margin-bottom: 12px;
}
.ovic-price-filter .widget-title,
.widget_layered_nav .widget-title,
.widget_product_categories .widget-title{
    margin-bottom: 10px;
}
.sidebar-inner > .widget_layered_nav form,
.sidebar-inner > .widget_layered_nav .inline-group{
    padding: 8px 0;
}
.widget-area .widget_product_tag_cloud:not(:last-child) .tagcloud,
.widget-area .widget_tag_cloud:not(:last-child) .tagcloud{
    padding-bottom: 8px;
}
.widget-area .widget_media_image:not(:first-child) img{
    margin-top: 8px;
}
.widget-area .widget_media_image:not(:first-child) .widget-title ~ img,
.widget-area .widget_media_image:not(:first-child) .widget-title ~ a img{
    margin-top: 0;
}
@media (max-width: 1199px){
    .sidebar-inner > .widget:not(:last-child){
        padding-bottom: 20px;
        margin-bottom: 12px;
    }
    .shop-page .sidebar-inner > .widget:not(:last-child){
        margin-bottom: 20px;
    }
    .product-page .sidebar-inner > .widget:not(:last-child){
        margin-bottom: 2px;
    }
}
/*----- WIDGET CALENDAR -----*/
.widget_calendar th,
.widget_calendar td{
    text-align: center;
    padding: 5px;
}
.widget_calendar caption{
    font-size: 16px;
    color: #000;
    padding: 0;
    text-align: start;
    margin: 0 0 13px;
}
.widget_calendar a{
    display: block;
    text-decoration: none;
}
.widget_calendar .wp-calendar-table{
    margin: 0;
}
.widget_calendar .wp-calendar-nav{
    display: flex;
    border-inline-start: 1px solid #e6e6e6;
}
.widget_calendar .wp-calendar-nav > *{
    flex: 1 1 auto;
    width: 1%;
    border-inline-end: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.widget_calendar .wp-calendar-nav .pad{
    display: none;
}
.widget_calendar .wp-calendar-nav a{
    text-align: center;
    padding: 5px;
    margin: 0;
}
.widget #today{
    background-color: #000;
    color: #fff;
}
.widget #today a:not(:hover){
    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: 4px 0;
    min-height: 32px;
}
.widget-area .widget_ovic_nav_menu ul ul,
.widget-area .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: 4px 0 -4px !important;
}
.widget_layered_nav .select2 ul li{
    min-height: auto;
}
.widget-area .ovic-price-filter .price-filter-inner,
.widget-area .widget_layered_nav .group-image,
.widget-area .widget_layered_nav .group-color,
.widget-area .widget_layered_nav .woocommerce-widget-layered-nav-list,
.widget-area .widget_product_categories .product-categories{
    max-height: 256px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
/*----- MONSTER WIDGET -----*/
.widget_rss ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a{
    font-weight: 500;
}
.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;
    margin-top: 9px;
}
.widget_rss ul li .rss-date::before,
.widget_recent_entries ul li .post-date::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: "\e944";
    margin: -1px 0 1px;
    margin-inline-end: 3px;
}
/*----- 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:before,
.widget_product_categories .cat-item.cat-parent:after{
    content: '';
    display: table;
    clear: both;
}
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
    overflow: hidden;
}
.widget_product_categories .cat-item.cat-parent > .carets:hover{
    color: var(--main-color);
}
.widget_product_categories .cat-item.cat-parent > .carets::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 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 !important;
    padding-inline-start: 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{
    position: relative;
    padding-inline-start: 100px;
    min-height: 80px;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}
.widget .product_list_widget > li > a:not(:hover){
    color: #222;
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    text-align: start;
}
.widget .product_list_widget > li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    border: 1px solid #e6e6e6;
}
.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: #888;
    font-size: 13px;
    margin: 1px 0 -1px;
    margin-inline-end: 3px;
}
.widget_products .product_list_widget .star-rating-wrap{
    display: none;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 200px;
    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){
    font-weight: 600;
    margin-bottom: 7px;
    padding-inline-end: 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: end;
    text-decoration: none;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:not(:hover){
    color: #999;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove::before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f014";
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dt{
    color: #222;
    float: left;
    margin-inline-end: 5px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dd{
    margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart li img{
    width: 90px;
}
.widget_shopping_cart .woocommerce-mini-cart .quantity{
    background-color: transparent;
    border: none;
    font-size: 16px;
    line-height: 26px;
}
.widget_shopping_cart .total{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 13px 0 0;
    color: #000;
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total .amount{
    float: right;
    font-weight: 600;
}
.widget_shopping_cart .buttons{
    margin: 0;
}
.widget_shopping_cart .buttons > *{
    margin-top: 10px;
}
.widget_shopping_cart .buttons .button{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.widget_shopping_cart .buttons .button:not(.checkout){
    background-color: #111;
}
.widget_shopping_cart .buttons .button:not(.checkout):hover{
    background-color: #111111bb;
}
.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 -----*/
.widget_layered_nav .group-image a.selected [style*="background-color:#ffffff"]::before,
.widget_layered_nav .group-color a.selected [style*="background-color:#ffffff"]::before,
.widget_layered_nav .group-image a.selected [style*="background-color: #ffffff"]::before,
.widget_layered_nav .group-color a.selected [style*="background-color: #ffffff"]::before{
    color: var(--main-color);
}
.widget_layered_nav .group-image a.selected i::before,
.widget_layered_nav .group-color a.selected i::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    font-size: 8px;
    line-height: 1;
    color: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ovic-price-filter button.active::before,
.ovic-price-filter a.active::before,
.widget_product_categories ul li.current-cat > a::before,
.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a::before{
    content: "\f046";
    opacity: 1;
}
.ovic-price-filter button::before,
.ovic-price-filter a::before,
.widget_product_categories ul li > 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: "\f096";
    font-size: 15px;
    width: 15px;
    margin: 1px 0 -1px;
    padding: 0 1px;
    margin-inline-end: 5px;
    opacity: 0.7;
}
@-moz-document url-prefix(){
    .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 .woocommerce-widget-layered-nav-list li > a::before{
        margin-top: 0;
        margin-bottom: 0;
    }
}
.widget_layered_nav .inline-group{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.widget_layered_nav .inline-group a{
    display: flex;
    justify-content: center;
    margin: 5px;
    padding: 3px 10px;
    min-width: 70px;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    text-decoration: none;
}
.widget_layered_nav .inline-group a.selected,
.widget_layered_nav .inline-group a:hover{
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
}
.widget_layered_nav .group-image a,
.widget_layered_nav .group-color a{
    display: flex;
    padding: 4px 0;
    position: relative;
    font-size: inherit !important;
    text-decoration: none;
}
.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;
    margin: 5px 0;
    margin-inline-end: 12px;
    position: relative;
    border-radius: 50%;
}
.widget_layered_nav .group-button{
    margin: 0 -10px;
}
.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;
}
.widget_layered_nav .group-button a:hover,
.widget_layered_nav .group-button a.selected,
.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{
    border-color: var(--main-color);
}
/*----- 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%;
    padding: 13px 20px;
    padding-inline-end: 50px;
}
.widget_search .search-field:not(:focus),
.widget_product_search .search-field:not(:focus){
    color: #999;
}
.widget_search button[type="submit"],
.widget_product_search button[type="submit"]{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 13px 0;
    background-color: transparent;
    color: #222;
}
.widget_search button[type="submit"]:hover,
.widget_product_search button[type="submit"]:hover{
    color: var(--main-color);
}
.widget_search button[type="submit"]::before,
.widget_product_search button[type="submit"]::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e90e';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding: 13px 20px;
    padding-inline-end: 40px;
    height: 50px;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px !important;
    line-height: 24px;
    padding: 3px 14px;
    color: #111;
    background-color: #f1f2f6;
    border-radius: 0;
    text-decoration: none;
    margin: 10px 5px 0;
}
.tagcloud a:hover{
    color: #fff;
    background-color: var(--main-color);
    text-decoration: none;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a:not(:hover),
.elementor-widget-wp-widget-tag_cloud .tagcloud a:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
@media (max-width: 1199px){
    .elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
    .elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
        margin-bottom: 24px;
    }
}
/*----- 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: 24px;
    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 .children{
    display: block;
}
.widget_product_brand .product-categories.logo .cat-item:not(.current-cat) a:not(:hover){
    opacity: 0.5;
}
/*----- 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 .widget-title + .ovic-blog.style-07{
    padding-top: 8px;
}
.widget.ovic-blog .blog-item.style-07 .post-title{
    font-size: 16px;
    line-height: 28px;
}
.widget.ovic-blog .blog-item.style-07 .post-meta{
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.widget.ovic-blog .blog-item.style-07 .post-meta > *:not(.post-date),
.widget.ovic-blog .blog-item.style-07 .post-meta > * .icon,
.widget.ovic-blog .blog-item.style-07 .post-meta > *:not(:last-child)::after{
    display: none;
}
/*----- WIDGET OVIC PRODUCT FILTER -----*/
.ovic-product-filter .widget .widgettitle,
.ovic-product-filter .widget .widget-title{
    font-weight: 400;
    color: inherit;
    margin-bottom: 6px;
}
/*----- WIDGET OVIC PRICE FILTER -----*/
.ovic-price-filter button,
.ovic-price-filter a{
    display: flex;
    width: 100%;
    background-color: transparent;
    padding: 5px 0;
    font-size: inherit;
    line-height: inherit;
    color: #222;
    font-weight: inherit;
    text-decoration: none;
}
.ovic-price-filter button:hover,
.ovic-price-filter a.active{
    color: var(--main-color);
}
/*----- WIDGET PRICE FILTER -----*/
.widget_price_filter form::before,
.widget_price_filter form::after{
    content: '';
    display: table;
    clear: both;
}
.ui-slider{
    position: relative;
    text-align: start;
    background-color: #ccc;
    height: 4px;
    margin: 5px 0 13px;
}
.ui-slider .ui-slider-range{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--main-color);
    z-index: 1;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    top: -5px;
    left: 0;
    width: 14px;
    height: 14px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 2;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-inline-start: -7px;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range{
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-range-min{
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max{
    right: 0;
}
.price_slider_amount{
    position: relative;
    padding: 35px 0 5px;
}
.price_slider_amount .price_label{
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
}
.price_slider_amount .button{
    border-radius: 0 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
.ecotech_disabled_popup_by_user input[type="checkbox"]{
    vertical-align: middle;
    margin: -3px 0 0;
}
.ecotech_disabled_popup_by_user:hover,
.ecotech_disabled_popup_by_user:focus{
    color: var(--main-color);
}
.inner::before,
.inner::after{
    display: table;
    content: '';
    clear: both;
}
/*----- TITLE -----*/
/* style-01 */
.ovic-title.style-01 .inner{
    display: flex;
}
.ovic-title.style-01 .icon{
    color: var(--main-color);
    font-size: 24px;
    line-height: 30px;
    margin: 1px 0 -1px;
    margin-inline-end: 8px;
}
.ovic-title.style-01 .title{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 767px){
    .ovic-title.style-01 .title{
        font-size: 22px;
    }
}
/*----- CUSTOM MENU -----*/
.ovic-custommenu{
    font-size: 14px;
    line-height: 24px;
}
.ovic-custommenu .widget .widget-title{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.ovic-custommenu ul li{
    min-height: auto;
}
.ovic-custommenu ul li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
.ovic-custommenu .button-wrap{
    line-height: 20px;
    margin-top: 6px;
}
.ovic-custommenu .button-wrap .link{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: var(--main-color);
    box-shadow: 0 -1px var(--main-color) inset;
}
body .ovic-custommenu ul li > a .icon{
    margin-top: 0;
    margin-bottom: 0;
}
/* style-01 */
.ovic-custommenu.style-01 > .widget > div > ul,
.ovic-custommenu.style-01 > .widget > ul{
    margin-top: -8px;
}
.ovic-custommenu.style-01 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.ovic-custommenu.style-01 ul li{
    padding: 0;
    margin: 8px 5px 0;
}
.ovic-custommenu.style-01 ul ul{
    margin: 0;
}
.ovic-custommenu.style-01 ul li > a{
    padding: 3px 14px;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.ovic-custommenu.style-01 ul li > a:hover{
    color: #fff;
    background-color: var(--main-color);
    text-decoration: none;
    box-shadow: none;
}
/* style-02 */
.ovic-custommenu.style-02 .box-nav-vertical{
    width: auto;
}
.ovic-custommenu.style-02 .box-nav-vertical .block-title{
    padding-top: 9px;
    padding-bottom: 9px;
}
/* style-03 */
.ovic-custommenu.style-03 ul{
    margin: 0 -19px;
}
.ovic-custommenu.style-03 ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 19px;
}
.ovic-custommenu.style-03 ul ul{
    margin: 0;
}
@media (min-width: 1200px){
    .ovic-custommenu.style-02 .box-nav-vertical .block-content{
        position: relative;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}
@media (max-width: 1199px){
    .ovic-custommenu .widget .widget-title{
        margin-bottom: 3px;
    }
    .ovic-custommenu.style-03 ul{
        margin: 0 -12px;
    }
    .ovic-custommenu.style-03 ul li{
        margin: 0 12px;
    }
}
/*----- TABS -----*/
.ovic-tabs{
    position: relative;
}
.ovic-tabs .tabs-head{
    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{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-tabs .tab-item{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ovic-tabs .tab-item a{
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.ovic-tab .tab-item.active a,
.ovic-tab .tab-item a:hover{
    color: var(--main-color);
}
.ovic-tabs .tab-item a .thumb{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
}
.ovic-tabs .tab-item a .thumb img{
    vertical-align: top;
    max-height: 24px;
}
.ovic-tabs .tab-item a .type-image{
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
}
.ovic-tab .tabs-head{
    margin-bottom: 20px;
}
.ovic-tab .tabs-title{
    font-size: 28px;
    margin-bottom: 12px;
}
/* style-01 */
.ovic-tab.style-01 .tabs-head{
    text-align: center;
}
.ovic-tab.style-01 .tabs-list{
    font-size: 14px;
    line-height: 24px;
    margin: 0 -3px;
}
.ovic-tab.style-01 .tab-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 10px;
}
.ovic-tab.style-01 .tab-item a{
    display: block;
    padding: 2px 13px;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
    background-color: #fff;
}
.ovic-tab.style-01 .tab-item a::before,
.ovic-tab.style-01 .tab-item a::after{
    position: absolute;
    content: '';
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    width: 18px;
    height: 10px;
    border-top: 10px solid var(--main-color);
    border-inline-start: 9px solid transparent;
    border-inline-end: 9px solid transparent;
    margin: auto;
}
.ovic-tab.style-01 .tab-item a::after{
    width: 12px;
    height: 7px;
    border-top: 7px solid #fff;
    border-inline-start: 6px solid transparent;
    border-inline-end: 6px solid transparent;
}
.ovic-tab.style-01 .tab-item.active a,
.ovic-tab.style-01 .tab-item a:hover{
    font-weight: 500;
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.ovic-tab.style-01 .tab-item:not(.active) a::before,
.ovic-tab.style-01 .tab-item:not(.active) a::after{
    display: none;
}
/* style-02 */
.ovic-tab.style-02 .tabs-head{
    text-align: center;
    margin-bottom: 25px;
}
.ovic-tab.style-02 .tabs-list{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0 -5px;
}
.ovic-tab.style-02 .tab-item{
    margin: 0 5px 10px;
}
.ovic-tab.style-02 .tab-item a{
    padding: 1px 13px;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
/* style-03 */
.ovic-tab.style-03 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 23px;
}
.ovic-tab.style-03 .ovic-title{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 30px;
}
.ovic-tab.style-03 .tabs-list{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    display: flex;
    padding: 3px 0;
}
.ovic-tab.style-03 .tab-item:not(:last-child){
    margin-inline-end: 40px;
}
.ovic-tab.style-03 .tab-item a::before{
    display: inline-block;
    vertical-align: bottom;
    content: '';
    bottom: 0;
    right: calc(100% + 5px);
    width: 22px;
    border-top: 2px solid var(--main-color);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-tab.style-03 .tab-item:not(.active) a::before{
    width: 0;
}
/* style-04 */
.ovic-tab.style-04 .tabs-head{
    display: flex;
    flex-wrap: wrap;
}
.ovic-tab.style-04 .ovic-title{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 30px;
}
.ovic-tab.style-04 .tabs-head .button{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #111;
    background-color: transparent;
    padding: 0;
    box-shadow: 0 -2px #111 inset;
}
.ovic-tab.style-04 .tabs-head .button:hover{
    color: var(--main-color);
    box-shadow: 0 -2px var(--main-color) inset;
}
.ovic-tab.style-04 .tabs-list{
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #111;
    display: flex;
    margin-top: 23px;
}
.ovic-tab.style-04 .tab-item{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-tab.style-04 .tab-item a{
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 31px 19px 22px;
}
.ovic-tab.style-04 .tab-item:not(:first-child) a{
    margin-inline-start: -1px;
}
.ovic-tab.style-04 .tab-item a .thumb{
    display: block;
    font-size: 46px;
    line-height: 1;
}
.ovic-tab.style-04 .tab-item a .main-icon-cheese,
.ovic-tab.style-04 .tab-item a .main-icon-cabbage,
.ovic-tab.style-04 .tab-item a .main-icon-soy,
.ovic-tab.style-04 .tab-item a .main-icon-meat{
    font-size: 40px;
    padding: 3px 0;
}
.ovic-tab.style-04 .tab-item a .main-icon-meat{
    font-size: 40px;
}
.ovic-tab.style-04 .tab-item a .thumb img{
    max-height: 46px;
}
.ovic-tab.style-04 .tab-item a .title{
    display: block;
    font-weight: 600;
    margin-top: 5px;
}
.ovic-tab.style-04 .tab-item.active a,
.ovic-tab.style-04 .tab-item a:hover{
    background-color: var(--main-color);
    color: #fff;
}
/* style-05 */
.ovic-tab.style-05 .tabs-head{
    text-align: center;
    margin-bottom: 33px;
}
.ovic-tab.style-05 .tabs-list{
    font-size: 15px;
    font-weight: 500;
    margin: 0 -17px;
}
.ovic-tab.style-05 .tab-item{
    margin: 0 17px;
}
.ovic-tab.style-05 .tab-item a .thumb{
    display: block;
    margin-bottom: 10px;
}
.ovic-tab.style-05 .tab-item a .thumb img{
    max-height: 52px;
}
/* style-06 */
.ovic-tab.style-06 .tabs-head{
    text-align: center;
    margin-bottom: 25px;
}
.ovic-tab.style-06 .tabs-list{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #000;
}
.ovic-tab.style-06 .tab-item:not(:last-child){
    margin-inline-end: 47px;
}
.ovic-tab.style-06 .tab-item a{
    min-width: 91px;
    padding: 1px 0 15px;
}
.ovic-tab.style-06 .tab-item a .thumb{
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
}
.ovic-tab.style-06 .tab-item.active a{
    color: #fff;
    background-image: var(--tab-image);
}
.ovic-tab.style-06 .tab-item.active a .thumb{
    -webkit-transform: scale(0.8) translateY(5px);
    -moz-transform: scale(0.8) translateY(5px);
    -ms-transform: scale(0.8) translateY(5px);
    -o-transform: scale(0.8) translateY(5px);
    transform: scale(0.8) translateY(5px);
}
@media (max-width: 1499px) and (min-width: 1200px){
    .ovic-tab.style-04 .tab-item{
        width: auto;
    }
}
@media (max-width: 1499px){
    .ovic-tab.style-03 .tab-item:not(:last-child){
        margin-inline-end: 25px;
    }
}
@media (max-width: 1199px){
    .ovic-tab .tabs-head{
        margin-bottom: 15px;
    }
    .ovic-tab .tabs-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ovic-tab.style-03 .tabs-list,
    .ovic-tab.style-02 .tabs-list,
    .ovic-tab.style-01 .tabs-list{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin: 0;
    }
    .ovic-tab.style-02 .tab-item,
    .ovic-tab.style-01 .tab-item{
        margin: 0 0 10px;
    }
    .ovic-tab.style-02 .tab-item:not(:last-child),
    .ovic-tab.style-01 .tab-item:not(:last-child){
        margin-inline-end: 6px;
    }
    .ovic-tab.style-04 .tabs-list{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .ovic-tab.style-05 .tabs-head{
        margin-bottom: 23px;
    }
    .ovic-tab.style-05 .tabs-list{
        font-size: 14px;
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin: 0 -13px;
    }
    .ovic-tab.style-05 .tab-item{
        margin: 0 13px;
    }
    .ovic-tab.style-05 .tab-item a .thumb{
        margin-bottom: 5px;
    }
    .ovic-tab.style-06 .tabs-head{
        margin-bottom: 15px;
    }
    .ovic-tab.style-06 .tab-item:not(:last-child){
        margin-inline-end: 27px;
    }
}
@media (max-width: 991px){
    .ovic-tab.style-03 .ovic-title{
        width: 100%;
        margin: 0 0 8px;
    }
    .ovic-tab.style-04 .tab-item{
        width: auto;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-03 .tab-item:not(:last-child){
        margin-inline-end: 15px;
    }
    .ovic-tab.style-04 .ovic-title{
        width: 100%;
        margin: 0 0 8px;
    }
    .ovic-tab.style-04 .tab-item a{
        padding: 18px 19px 10px;
    }
}
/*----- BRAND -----*/
/* style-01 */
.ovic-brand.style-01 .link{
    display: flex;
    height: 80px;
    padding: 0;
}
.ovic-brand.style-01 .thumb{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ovic-brand.style-01 img{
    max-height: 100%;
    width: auto;
}
/*----- PRICE -----*/
.ovic-price .price{
    margin: 0;
}
/*----- SOCIALS -----*/
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.ovic-newsletter form{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    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 !important;
}
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-radius: inherit;
}
div.dgwt-wcas-search-wrapp input[type=search].input-text:focus ~ .input-focus,
.ovic-newsletter .input-text[type]:focus ~ .input-focus{
    border-color: var(--main-color);
}
.ovic-newsletter .submit-newsletter{
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
/* style-01 */
.ovic-newsletter.style-01 .inner{
    display: flex;
    align-items: center;
}
.ovic-newsletter.style-01 .icon{
    width: 64px;
    font-size: 44px;
    line-height: 1;
}
.ovic-newsletter.style-01 .head{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-newsletter.style-01 .title{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 2px;
}
.ovic-newsletter.style-01 .desc{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.ovic-newsletter.style-01 .content{
    width: 51%;
    margin-inline-start: 15px;
}
.ovic-newsletter.style-01 .input-text[type]{
    padding: 13px 20px;
}
.ovic-newsletter.style-01 .submit-newsletter{
    padding: 13px 30px;
    margin-inline-start: 10px;
}
.ovic-newsletter.style-05 .input-text[type]:not(:focus),
.ovic-newsletter.style-04 .input-text[type]:not(:focus),
.ovic-newsletter.style-01 .input-text[type]:not(:focus){
    color: #999;
}
/* style-02 */
.ovic-newsletter.style-02 .input-text[type]{
    padding: 12px 18px;
    padding-inline-end: 44px;
}
.ovic-newsletter.style-02 .submit-newsletter{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #333;
    width: 44px;
    padding: 12px 0;
    text-align: center;
    font-weight: 400;
}
.ovic-newsletter.style-02 .submit-newsletter:hover{
    color: var(--main-color);
}
/* style-03 */
.ovic-newsletter.style-03 .mc4wp-form-fields{
    flex-wrap: wrap;
}
.ovic-newsletter.style-03 .text-field{
    width: 100%;
    border-radius: 0 11px;
}
.ovic-newsletter.style-03 .input-text[type]{
    padding: 11px 22px;
}
.ovic-newsletter.style-03 .submit-newsletter{
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 0 11px;
    letter-spacing: 0.1em;
    background-color: #000;
    margin-top: 18px;
}
.ovic-newsletter.style-03 .submit-newsletter:hover{
    background-color: var(--main-color);
}
/* style-04 */
.ovic-newsletter.style-04 .input-focus{
    border-color: transparent;
}
/* style-05 */
.ovic-newsletter.style-05 .mc4wp-form-fields{
    margin: 0 -13px;
}
.ovic-newsletter.style-05 .field-email{
    width: 60%;
    padding: 0 13px 20px;
}
.ovic-newsletter.style-05 .field-birthday{
    width: 40%;
    padding: 0 13px 20px;
}
.ovic-newsletter.style-05 .text{
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.ovic-newsletter.style-05 .text-field{
    width: 100%;
    border-radius: 90px;
    font-size: 13px;
}
.ovic-newsletter.style-05 .input-text[type]{
    padding: 10px 20px;
}
.ovic-newsletter.style-05 .submit-newsletter{
    width: 100%;
    padding: 10px 20px;
    border-radius: 90px;
    margin: 0 15px;
}
/* style-06 */
.ovic-newsletter.style-06 .content{
    width: 48%;
}
.ovic-newsletter.style-06 .submit-newsletter{
    margin: 0 !important;
}
/* style-07 */
.ovic-newsletter.style-07 .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ovic-newsletter.style-07 .head{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-end: 30px;
}
.ovic-newsletter.style-07 .title{
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.ovic-newsletter.style-07 .desc{
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.ovic-newsletter.style-07 .content{
    width: 63.5%;
    max-width: 600px;
}
.ovic-newsletter.style-07 .mc4wp-form-fields{
    background-color: #fff;
    border-radius: 90px;
    padding: 5px 0;
}
.ovic-newsletter.style-07 .text-field{
    border-radius: inherit;
    position: static;
}
.ovic-newsletter.style-07 .input-text[type]{
    opacity: 1;
    padding: 7px 30px;
}
.ovic-newsletter.style-07 .submit-newsletter{
    padding: 7px 30px;
    padding-inline-end: 32px;
    background-color: transparent;
    color: var(--main-color);
    box-shadow: 1px 0 #e6e6e6 inset;
}
.ovic-newsletter.style-07 .submit-newsletter:hover{
    text-decoration: underline !important;
}
/* style-08 */
.ovic-newsletter.style-08 .text-field{
    position: static;
}
.ovic-newsletter.style-08 .input-text[type]{
    padding: 3px 0;
    padding-inline-end: 15px;
}
.ovic-newsletter.style-08 .input-text[type]:not(:focus){
    color: #888;
}
.ovic-newsletter.style-08 .input-focus{
    border-width: 0 0 1px;
    border-color: #111;
}
.ovic-newsletter.style-08 .submit-newsletter{
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #111;
    background-color: transparent;
    padding: 3px 0;
}
.ovic-newsletter.style-08 .submit-newsletter:hover{
    color: var(--main-color);
}
/* style-09 */
.ovic-newsletter.style-09 .text-field{
    position: static;
}
.ovic-newsletter.style-09 .input-focus{
    border-width: 0 0 1px;
    border-color: #000;
}
.ovic-newsletter.style-09 .input-text[type]{
    font-size: 15px;
    padding: 7px 0;
    padding-inline-end: 20px;
}
.ovic-newsletter.style-09 .submit-newsletter{
    font-size: 13px;
    letter-spacing: 0.2em;
    padding: 7px 0;
    background-color: transparent;
    color: #000;
}
.ovic-newsletter.style-09 .submit-newsletter:hover{
    color: var(--main-color);
}
@media (max-width: 1199px){
    .ovic-newsletter.style-01 .title{
        font-size: 20px;
        line-height: 24px;
    }
    .ovic-newsletter.style-07 .content{
        width: 59%;
    }
    .ovic-newsletter.style-07 .head{
        padding-inline-end: 20px;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-07 .content{
        width: 53%;
    }
    .ovic-newsletter.style-07 .input-text[type]{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
    .ovic-newsletter.style-07 .submit-newsletter{
        padding-inline-start: 20px;
        padding-inline-end: 22px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-01 .inner{
        flex-wrap: wrap;
    }
    .ovic-newsletter.style-01 .content{
        width: 100%;
        margin: 10px 0 0;
    }
    .ovic-newsletter.style-07 .head{
        padding: 0 0 13px;
    }
    .ovic-newsletter.style-07 .content{
        width: 100%;
    }
}
@media (max-width: 479px){
    .ovic-newsletter.style-05 .field-email{
        width: 100%;
        padding-bottom: 15px;
    }
    .ovic-newsletter.style-05 .field-birthday{
        width: 100%;
        padding-bottom: 15px;
    }
    .ovic-newsletter.style-01 .input-text[type]{
        padding: 11px 18px;
    }
    .ovic-newsletter.style-01 .submit-newsletter{
        padding: 11px 20px;
        margin-inline-start: 6px;
    }
}
/*----- BANNER -----*/
.ovic-banner .inner{
    position: relative;
    overflow: hidden;
}
.ovic-banner *{
    margin: 0;
}
.ovic-banner .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
}
.ovic-banner .target{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.ovic-banner .content::before,
.ovic-banner .content::after{
    display: table;
    content: '';
    clear: both;
}
.ovic-banner .content > *{
    position: relative;
    z-index: 3;
}
/* style-01 */
.ovic-banner.style-01 .inner{
    min-height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 38px;
    border-radius: 0 25px;
}
.ovic-banner.style-01 .text-01{
    font-size: 13px;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin-top: 5px;
}
.ovic-banner.style-01 .text-02{
    font-size: 20px;
    line-height: 28px;
    margin-top: 7px;
}
.ovic-banner.style-01 .text-03{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.ovic-banner.style-01 .button{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.1em;
    background-color: transparent;
    padding: 0;
    color: var(--main-color);
    border-bottom: 2px solid;
    margin-top: 14px;
}
@media (max-width: 767px){
    .ovic-banner.style-01 .inner{
        min-height: 205px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
/*----- TESTMONIALS -----*/
.ovic-testmonials{
    position: relative;
}
.ovic-testmonials .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-position: right top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
/* style-01 */
.ovic-testmonials.style-01 .item{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.ovic-testmonials.style-01 .icon{
    color: var(--main-color);
    font-size: 22px;
    line-height: 1;
    display: block;
    margin-bottom: 13px;
}
.ovic-testmonials.style-01 .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.ovic-testmonials.style-01 .desc{
    margin-bottom: 16px;
}
.ovic-testmonials.style-01 .name{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin-bottom: 1px;
}
.ovic-testmonials.style-01 .name:not(:hover){
    color: #333;
}
/* style-02 */
.ovic-testmonials.style-02 .item{
    position: relative;
    padding: 39px 39px 35px;
    border-radius: 0 47px;
    overflow: hidden;
}
.ovic-testmonials.style-02 .head{
    display: flex;
    align-items: center;
}
.ovic-testmonials.style-02 .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-testmonials.style-02 .info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 25px;
}
.ovic-testmonials.style-02 .name{
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.ovic-testmonials.style-02 .name:not(:hover){
    color: #0d0d0d;
}
.ovic-testmonials.style-02 .position{
    font-size: 14px;
    line-height: 20px;
    margin: -3px 0 2px;
}
.ovic-testmonials.style-02 .star-rating::before,
.ovic-testmonials.style-02 .star-rating > span::before{
    font-size: 12px;
    line-height: 20px;
    color: var(--main-color);
}
.ovic-testmonials.style-02 .title{
    font-size: 18px;
    color: #111;
    font-style: italic;
    margin: 23px 0 0;
}
.ovic-testmonials.style-02 .desc{
    font-size: 15px;
    line-height: 24px;
    color: #555;
    font-style: italic;
    margin: 11px 0 0;
}
.ovic-testmonials.style-02 .slick-dots{
    text-align: inherit;
    margin-top: 60px;
}
/* style-02 */
.ovic-testmonials.style-03{
    padding: 39px 29px 35px;
    border-radius: 0 47px;
    overflow: hidden;
}
.ovic-testmonials.style-03 .background{
    background-color: var(--main-color);
}
.ovic-testmonials.style-03 .head{
    display: flex;
    align-items: center;
}
.ovic-testmonials.style-03 .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-testmonials.style-03 .info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 25px;
}
.ovic-testmonials.style-03 .name{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.ovic-testmonials.style-03 .position{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: -3px 0 2px;
}
.ovic-testmonials.style-03 .star-rating::before{
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}
.ovic-testmonials.style-03 .star-rating > span{
    background-color: transparent;
}
.ovic-testmonials.style-03 .star-rating > span::before{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.ovic-testmonials.style-03 .title{
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-style: italic;
    margin: 23px 0 0;
}
.ovic-testmonials.style-03 .desc{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-style: italic;
    margin: 11px 0 0;
}
.ovic-testmonials.style-03 .slick-dots{
    text-align: inherit;
    margin: 8px -5px 0;
    height: auto;
}
.ovic-testmonials.style-03 .slick-dots li{
    margin: 10px 5px 0;
}
.ovic-testmonials.style-03 .slick-dots li.slick-active{
    border: none;
    padding: 0;
}
.ovic-testmonials.style-03 .slick-dots li button{
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}
.ovic-testmonials.style-03 .slick-dots li:hover button,
.ovic-testmonials.style-03 .slick-dots li.slick-active button{
    background-color: #fff;
}
/* style-04 */
.ovic-testmonials.style-04 .slick-list{
    padding: 52px 10px 10px;
    margin: 0 -10px -10px;
}
.ovic-testmonials.style-04 .item{
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
}
.ovic-testmonials.style-04 .inner{
    display: flex;
    flex-wrap: wrap;
    padding: 60px 40px 30px;
}
.ovic-testmonials.style-04 .avatar{
    width: 205px;
    height: 205px;
    border: 4px solid #f1f6f9;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 25px 0;
    max-width: 100%;
}
.ovic-testmonials.style-04 .avatar img{
    max-width: calc(100% + 53px);
    max-height: calc(100% + 141px);
    margin-inline-start: 20px;
}
.ovic-testmonials.style-04 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 52px;
}
.ovic-testmonials.style-04 .title{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 19px;
    margin-inline-start: -20px;
}
.ovic-testmonials.style-04 .desc{
    margin-bottom: 20px;
    position: relative;
}
.ovic-testmonials.style-04 .desc .quote{
    font-size: 48px;
    line-height: 30px;
    font-weight: 600;
    color: var(--main-color);
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
}
.ovic-testmonials.style-04 .name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 3px;
}
.ovic-testmonials.style-04 .name:not(:hover){
    color: #222;
}
.ovic-testmonials.style-04 .position{
    margin-bottom: 25px;
}
/* style-05 */
.ovic-testmonials.style-05 .slick-slider{
    padding: 50px 29px 58px 29px;
    border: 1px solid #e6e6e6;
    border-radius: 0 42px;
}
.ovic-testmonials.style-05 .row-item:not(:last-child) .item{
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 33px;
}
.ovic-testmonials.style-05 .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}
.ovic-testmonials.style-05 .desc{
    font-size: 14px;
    line-height: 27px;
    color: #111;
    margin-bottom: 12px;
}
.ovic-testmonials.style-05 .head{
    display: flex;
    align-items: center;
    position: relative;
}
.ovic-testmonials.style-05 .head::before{
    position: absolute;
    top: 13px;
    right: 0;
    font-family: FontAwesome, sans-serif;
    content: "\f10e";
    font-size: 36px;
    line-height: 1;
    color: var(--main-color);
    opacity: 0.1;
}
.ovic-testmonials.style-05 .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-testmonials.style-05 .info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 18px;
}
.ovic-testmonials.style-05 .name{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.ovic-testmonials.style-05 .name:not(:hover){
    color: #111;
}
.ovic-testmonials.style-05 .position{
    font-size: 14px;
    line-height: 20px;
    margin: -3px 0 2px;
}
.ovic-testmonials.style-05 .star-rating::before,
.ovic-testmonials.style-05 .star-rating > span::before{
    font-size: 12px;
    line-height: 20px;
    color: #ebbf00;
}
/* style-06 */
.ovic-testmonials.style-06 .desc{
    font-size: 15px;
    line-height: 28px;
    color: #888;
    background-color: #fff;
    padding: 31px 30px;
    border-radius: 9px;
    position: relative;
    box-shadow: 0 5px 20px 5px rgba(88,105,119,0.1);
    margin-bottom: 29px;
}
.ovic-testmonials.style-06 .desc::before{
    position: absolute;
    content: '';
    left: calc(50% - 10px);
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: inherit;
    border-radius: 6px 0;
    box-shadow: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ovic-testmonials.style-06 .desc::after{
    position: absolute;
    content: '';
    left: calc(50% - 15px);
    bottom: 0;
    width: 30px;
    height: 15px;
    background: inherit;
}
.ovic-testmonials.style-06 .avatar{
    margin-bottom: 12px;
}
.ovic-testmonials.style-06 .avatar a{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-testmonials.style-06 .avatar 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-testmonials.style-06 .avatar 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-testmonials.style-06 .name{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 4px;
}
.ovic-testmonials.style-06 .name a{
    text-decoration: none;
}
.ovic-testmonials.style-06 .name a:not(:hover){
    color: #000;
}
.ovic-testmonials.style-06 .position{
    font-size: 13px;
    letter-spacing: 0.1em;
    color: var(--main-color);
    margin: 0;
}
.ovic-testmonials.style-06 .star-rating > span{
    background: transparent;
}
.ovic-testmonials.style-06 .star-rating::before,
.ovic-testmonials.style-06 .star-rating > span::before{
    font-size: 12px;
}
@media (min-width: 1500px){
    .ovic-testmonials.style-04 .inner{
        padding-inline-start: 47px;
    }
}
@media (max-width: 1199px){
    .ovic-testmonials.style-02 .slick-dots{
        margin-top: 20px;
    }
    .ovic-testmonials.style-02 .item{
        padding-inline-start: 19px;
        padding-inline-end: 19px;
    }
    .ovic-testmonials.style-02 .title{
        font-size: 16px;
        margin-top: 21px;
    }
    .ovic-testmonials.style-02 .desc{
        font-size: 14px;
        margin-top: 10px;
    }
    .ovic-testmonials.style-04 .inner{
        padding-bottom: 10px;
    }
    .ovic-testmonials.style-05 .slick-slider{
        padding: 21px 19px 30px;
    }
    .ovic-testmonials.style-05 .row-item:not(:last-child) .item{
        padding-bottom: 20px;
        margin-bottom: 13px;
    }
    .ovic-testmonials.style-05 .desc{
        line-height: 26px;
    }
    .ovic-testmonials.style-06 .title{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ovic-testmonials.style-06 .desc{
        font-size: 14px;
        line-height: 26px;
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    .ovic-testmonials.style-06 .avatar{
        margin-bottom: 7px;
    }
    .ovic-testmonials.style-06 .name{
        font-size: 18px;
        margin-bottom: 3px;
    }
}
@media (max-width: 767px){
    .ovic-testmonials.style-04 .content{
        width: auto;
        padding-inline-start: 20px;
    }
    .ovic-testmonials.style-04 .avatar{
        margin-bottom: 15px;
    }
    .ovic-testmonials.style-04 .title{
        margin-bottom: 14px;
    }
    .ovic-testmonials.style-04 .desc{
        margin-bottom: 13px;
    }
    .ovic-testmonials.style-04 .position{
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .ovic-testmonials.style-04 .inner{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
/*----- PROGRESS -----*/
/*----- NETWORK -----*/
.ovic-social-network{
    position: relative;
}
.ovic-social-network .widget .widgettitle,
.ovic-social-network .widget .widget-title{
    margin-bottom: 30px;
}
.ovic-social-network .social-network a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    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;
    font-family: FontAwesome, sans-serif;
    content: "\f16d";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -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 .flickr-item a::after{
    content: "\f16e";
}
.elementor-section-stretched.elementor-section-full_width .ovic-social-network .content-social-network[data-slick*='"slidesMargin":0'] > .slick-list{
    margin-inline-end: -1px;
}
.ovic-social-network .button-wrap{
    margin-top: 16px;
}
.ovic-social-network .button-wrap a{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    box-shadow: 0 -2px #000 inset;
}
/*----- COUNTDOWN -----*/
.ecotech-countdown > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
/* style-01 */
.ovic-countdown.style-01{
    font-size: 14px;
    line-height: 16px;
}
.ovic-countdown.style-01 .ecotech-countdown{
    margin: 0 -12px;
}
.ovic-countdown.style-01 .ecotech-countdown > *{
    margin: 0 12px;
    min-width: 40px;
    text-align: center;
}
.ovic-countdown.style-01 .number{
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
}
.ovic-countdown.style-01 .ecotech-countdown > *:not(:last-child) .number::after{
    position: absolute;
    top: 0;
    right: -14px;
    content: ':';
    font-weight: 500;
    color: var(--main-cl);
}
/* style-02 */
.ovic-countdown.style-02 .ecotech-countdown{
    margin: -20px -24px 0;
}
.ovic-countdown.style-02 .ecotech-countdown > *{
    margin: 20px 24px 0;
    border: 2px solid var(--main-color);
    border-radius: 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #888;
    text-transform: uppercase;
    min-width: 70px;
    padding: 18px 5px;
    text-align: center;
}
.ovic-countdown.style-02 .ecotech-countdown > *:not(:last-child)::after{
    position: absolute;
    content: ':';
    top: 0;
    bottom: 0;
    right: -29px;
    font-size: 30px;
    color: #c6c6c6;
    display: flex;
    align-items: center;
}
.ovic-countdown.style-02 .number{
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #111;
}
/* style-03 */
.ovic-countdown.style-03 .ecotech-countdown{
    margin: -10px -5px 0;
}
.ovic-countdown.style-03 .ecotech-countdown > *{
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #888;
    margin: 10px 5px 0;
    border: 1px solid #e6e6e6;
    min-width: 60px;
    padding: 8px 5px;
    text-align: center;
}
.ovic-countdown.style-03 .number{
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #111;
}
/* style-04 */
.ovic-countdown.style-04 .ecotech-countdown{
    margin: 0 -15px;
}
.ovic-countdown.style-04 .ecotech-countdown > *{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 28px;
    margin: 0 15px;
}
.ovic-countdown.style-04 .number{
    display: block;
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    color: #222;
    background-color: #e6e6e6;
    padding: 21px 10px 20px;
    min-width: 80px;
    border-radius: 90px;
}
.ovic-countdown.style-04 .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
/* style-05 */
.ovic-countdown.style-05 .ecotech-countdown{
    margin: -15px -18px 0;
}
.ovic-countdown.style-05 .ecotech-countdown > *{
    margin: 15px 18px 0;
}
.ovic-countdown.style-05 .number{
    display: inline-block;
    vertical-align: middle;
    min-width: 70px;
    font-family: var(--main-ff);
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 18px 10px;
    border: 2px dashed var(--main-color);
    border-radius: 90px;
}
.ovic-countdown.style-05 .text{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    color: #fff;
    margin-inline-start: 15px;
}
/* style-06 */
.ovic-countdown.style-06 .ecotech-countdown{
    margin-bottom: -15px;
}
.ovic-countdown.style-06 .ecotech-countdown > *{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
}
.ovic-countdown.style-06 .ecotech-countdown > *:not(:last-child)::after{
    display: inline-block;
    vertical-align: middle;
    content: ':';
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    min-width: 25px;
}
.ovic-countdown.style-06 .number{
    display: inline-block;
    vertical-align: middle;
    min-width: 50px;
    padding: 10px 5px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 6px;
}
.ovic-countdown.style-06 .text{
    display: none;
}
@media (max-width: 1199px){
    .ovic-countdown.style-02 .ecotech-countdown{
        margin: -15px -20px 0;
    }
    .ovic-countdown.style-02 .ecotech-countdown > *{
        font-size: 14px;
        line-height: 22px;
        min-width: 66px;
        padding: 16px 4px;
        margin: 15px 20px 0;
    }
    .ovic-countdown.style-02 .ecotech-countdown > *:not(:last-child)::after{
        right: -24px;
        font-size: 27px;
    }
    .ovic-countdown.style-02 .number{
        font-size: 27px;
        line-height: 32px;
    }
    .ovic-countdown.style-04 .ecotech-countdown{
        margin: 0 -10px;
    }
    .ovic-countdown.style-04 .ecotech-countdown > *{
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 23px;
        margin: 0 10px;
    }
    .ovic-countdown.style-04 .number{
        font-size: 32px;
        line-height: 35px;
        padding: 18px 8px 17px;
        min-width: 70px;
    }
    .ovic-countdown.style-05 .ecotech-countdown{
        margin: -15px -13px 0;
    }
    .ovic-countdown.style-05 .ecotech-countdown > *{
        margin: 15px 13px 0;
    }
    .ovic-countdown.style-05 .number{
        min-width: 64px;
        font-size: 26px;
        padding: 17px 8px;
    }
    .ovic-countdown.style-05 .text{
        font-size: 21px;
        line-height: 26px;
        margin-inline-start: 10px;
    }
}
@media (max-width: 767px){
    .ovic-countdown.style-02 .ecotech-countdown{
        margin: -10px -8px 0;
    }
    .ovic-countdown.style-02 .ecotech-countdown > *{
        font-size: 12px;
        line-height: 18px;
        min-width: 60px;
        padding: 15px 3px;
        margin: 10px 8px 0;
    }
    .ovic-countdown.style-02 .ecotech-countdown > *:not(:last-child)::after{
        right: -12px;
        font-size: 25px;
    }
    .ovic-countdown.style-02 .number{
        font-size: 25px;
        line-height: 28px;
    }
    .ovic-countdown.style-04 .ecotech-countdown{
        margin: 0 -7px;
    }
    .ovic-countdown.style-04 .ecotech-countdown > *{
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 20px;
        margin: 0 7px;
    }
    .ovic-countdown.style-04 .number{
        font-size: 28px;
        line-height: 31px;
        padding: 15px 6px 14px;
        min-width: 60px;
    }
    .ovic-countdown.style-05 .text{
        display: block;
        margin: 5px 0 0;
    }
    .ovic-countdown.style-06 .ecotech-countdown > *:not(:last-child)::after{
        min-width: 20px;
    }
}
@media (max-width: 479px){
    .ovic-countdown.style-05 .ecotech-countdown{
        margin: -10px -8px 0;
    }
    .ovic-countdown.style-05 .ecotech-countdown > *{
        margin: 10px 8px 0;
    }
    .ovic-countdown.style-05 .number{
        min-width: 60px;
        font-size: 24px;
        padding: 16px 7px;
    }
    .ovic-countdown.style-05 .text{
        font-size: 17px;
        line-height: 21px;
    }
}
/*----- DEALS -----*/
.ovic-deal{
    position: relative;
}
/* style-01 */
.ovic-deal.style-01 .ovic-title{
    padding-inline-end: 45px;
    margin-bottom: 23px;
}
.ovic-deal.style-01 .ovic-products{
    position: static;
}
.ovic-products.style-11 .product-list-owl,
.ovic-deal.style-01 .product-list-owl{
    position: static;
}
.ovic-products.style-11 .product-list-owl > .slick-arrow,
.ovic-deal.style-01 .product-list-owl > .slick-arrow{
    width: 17px;
    height: auto;
    font-size: 26px;
    line-height: 30px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.2);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ovic-products.style-11 .product-list-owl > .slick-arrow:hover,
.ovic-deal.style-01 .product-list-owl > .slick-arrow:hover{
    color: #000;
}
.ovic-products.style-11 .product-list-owl > .slick-arrow.prev,
.ovic-deal.style-01 .product-list-owl > .slick-arrow.prev{
    top: 0;
    right: 17px;
    bottom: auto;
    left: auto;
    padding-inline-end: 7px;
}
.ovic-products.style-11 .product-list-owl > .slick-arrow.next,
.ovic-deal.style-01 .product-list-owl > .slick-arrow.next{
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding-inline-start: 7px;
}
.ovic-products.style-11 .product-list-owl > .slick-arrow.prev::before,
.ovic-deal.style-01 .product-list-owl > .slick-arrow.prev::before{
    font-family: main-icon, sans-serif;
    content: '\e91e';
}
.ovic-products.style-11 .product-list-owl > .slick-arrow.next::before,
.ovic-deal.style-01 .product-list-owl > .slick-arrow.next::before{
    font-family: main-icon, sans-serif;
    content: '\e91f';
}
.ovic-products.style-11 .product-list-owl > .slick-arrow.prev::after,
.ovic-products.style-11 .product-list-owl > .slick-arrow.next::after,
.ovic-deal.style-01 .product-list-owl > .slick-arrow.prev::after,
.ovic-deal.style-01 .product-list-owl > .slick-arrow.next::after{
    display: none;
}
/*----- VIDEO -----*/
.wp-video{
    width: 100% !important;
}
.ovic-video .wp-video{
    overflow: hidden;
}
/*----- CATEGORY -----*/
/* style-01 */
.ovic-category.style-04 .link,
.ovic-category.style-03 .link,
.ovic-category.style-01 .link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
}
.ovic-category.style-04 .thumb,
.ovic-category.style-03 .thumb,
.ovic-category.style-01 .thumb{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-category.style-01 .link{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.ovic-category.style-01 .link:not(:hover){
    color: #000;
}
.ovic-category.style-01 .title{
    display: block;
    margin-top: -7px;
}
/* style-02 */
.ovic-category.style-02 .inner{
    display: flex;
}
.ovic-category.style-02 .thumb{
    width: 47%;
    max-width: 210px;
}
.ovic-category.style-02 .thumb a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.ovic-category.style-02 .content{
    flex: 1 1 auto;
    width: 1%;
    padding: 6px 0 16px;
    padding-inline-start: 28px;
}
.ovic-category.style-02 .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 11px;
}
.ovic-category.style-02 .list-category{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-category.style-02 .list-category li{
    padding: 6px 0;
}
.ovic-category.style-02 .list-category a:not(:hover){
    color: inherit;
}
.ovic-category.style-02 .list-category .link::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
}
.ovic-category.style-02 .list-category .link:not(:hover){
    color: #999;
}
/* style-03 */
.ovic-category.style-03 .link{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.ovic-category.style-03 .title{
    display: block;
    margin-top: 19px;
}
/* style-04 */
.ovic-category.style-04 .link{
    font-size: 20px;
    line-height: 30px;
    color: #111;
}
.ovic-category.style-04 .thumb{
    padding: 17px;
    position: relative;
}
.ovic-category.style-04 .hover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -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-category.style-04 .link:not(:hover) .hover{
    opacity: 0.1;
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -o-transform: scale(0.88);
    transform: scale(0.88);
}
.ovic-category.style-04 .title{
    display: block;
    font-style: italic;
    margin-top: 14px;
}
@media (min-width: 1200px){
    .ovic-category.style-04 .slick-slider:not(.slick-vertical) .slick-arrow{
        width: 30px;
        font-size: 48px;
        color: #e1e1e1;
        background-color: transparent;
        padding: 0;
    }
    .ovic-category.style-04 .slick-slider:not(.slick-vertical) .slick-arrow:hover{
        color: var(--main-color);
    }
    .ovic-category.style-04 .slick-slider:not(.slick-vertical) .slick-arrow.prev::before{
        font-family: FontAwesome, sans-serif;
        content: '\f104';
    }
    .ovic-category.style-04 .slick-slider:not(.slick-vertical) .slick-arrow.next::before{
        font-family: FontAwesome, sans-serif;
        content: '\f105';
    }
    .ovic-category.style-04 .slick-slider:not(.slick-vertical) .slick-arrow.prev::after{
        right: -45px;
    }
    .ovic-category.style-04 .slick-slider:not(.slick-vertical) .slick-arrow.next::after{
        left: -45px;
    }
}
@media (max-width: 1499px){
    .ovic-category.style-02 .thumb{
        width: 45%;
    }
    .ovic-category.style-02 .content{
        padding-top: 3px;
        padding-bottom: 12px;
        padding-inline-start: 15px;
    }
    .ovic-category.style-02 .title{
        margin-bottom: 9px;
    }
    .ovic-category.style-02 .list-category li{
        padding: 3px 0;
    }
}
@media (max-width: 1199px){
    .ovic-category.style-03 .link{
        font-size: 16px;
        line-height: 20px;
    }
    .ovic-category.style-03 .title{
        margin-top: 10px;
    }
    .ovic-category.style-04 .link{
        font-size: 18px;
        line-height: 26px;
    }
    .ovic-category.style-04 .title{
        margin-top: 5px;
    }
}
@media (max-width: 991px){
    .ovic-category.style-02 .content{
        padding-top: 0;
        padding-bottom: 8px;
    }
    .ovic-category.style-02 .title{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .ovic-category.style-02 .list-category li{
        padding: 4px 0;
    }
}
@media (max-width: 479px){
    .ovic-category.style-02 .content{
        padding-inline-start: 13px;
    }
}
/*----- SLIDE -----*/
/* style-01 */
.ovic-slide.style-03,
.ovic-slide.style-01{
    text-align: center;
}
.ovic-slide.style-03 .link,
.ovic-slide.style-01 .link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
.ovic-slide.style-03 .link:not(:hover)::after,
.ovic-slide.style-01 .link:not(:hover)::after{
    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);
}
.ovic-slide.style-03 .link::after,
.ovic-slide.style-01 .link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: inherit;
}
.ovic-slide.style-03 .link:not(:hover) .content,
.ovic-slide.style-01 .link:not(:hover) .content{
    opacity: 0;
    visibility: hidden;
}
.ovic-slide.style-03 .content,
.ovic-slide.style-01 .content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -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-03 .subtitle,
.ovic-slide.style-01 .subtitle{
    display: block;
}
.ovic-slide.style-01 .title{
    display: block;
    font-size: 18px;
    font-weight: 500;
}
/* style-03 */
.ovic-slide.style-03 .link{
    font-weight: 400;
    border-radius: 20px;
}
.ovic-slide.style-03 .title{
    display: block;
    font-style: italic;
}
.ovic-slide.style-03 .link::after{
    background-color: rgba(17, 17, 17, 0.5);
}
/*----- KEYWORD -----*/
/*----- CONTAINER -----*/
/*----- BUTTON -----*/
/*==========================================================================
BLOG
===========================================================================*/
.page-title{
    font-size: 24px;
    line-height: 30px;
}
.container .head-banner{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
.head-banner{
    position: relative;
    background-color: #f6f5f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.head-banner .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    padding: 20px 0;
}
.head-banner .page-title{
    font-size: 36px;
    line-height: 42px;
    padding: 5px 0;
    margin: 0;
}
.head-banner .breadcrumb,
.head-banner .woocommerce-breadcrumb{
    padding: 5px 0;
}
.header.style-05 ~ .site-content .head-banner{
    padding-top: 40px;
}
@media (max-width: 1199px){
    .head-banner{
        margin-bottom: 40px;
    }
    .head-banner .inner{
        min-height: 150px;
    }
    .head-banner .page-title{
        font-size: 32px;
        line-height: 38px;
        padding: 3px 0;
    }
    .head-banner .breadcrumb,
    .head-banner .woocommerce-breadcrumb{
        padding: 3px 0;
    }
}
/*----- ELEMENT -----*/
.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;
}
.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;
}
.tag-list,
.cat-list{
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin: 0;
}
.tag-list > *,
.cat-list > *{
    display: inline-block;
    vertical-align: top;
    font-size: inherit !important;
}
.tag-list a:not(:hover),
.cat-list a:not(:hover){
    color: inherit;
}
.tag-list > .icon,
.cat-list > .icon{
    margin-inline-end: 3px;
}
.post-title{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.post-title a{
    text-decoration: none !important;
}
.post-title a:not(:hover),
.post-author a:not(:hover),
.post-date a:not(:hover){
    color: inherit;
}
.post-content > :last-child,
.post-excerpt > :last-child{
    margin-bottom: 0;
}
.post-readmore{
    font-size: 0;
    line-height: 0;
}
.post-readmore a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.post-meta{
    font-size: 13px;
    line-height: 20px;
    color: #888;
    padding: 2px 0;
    margin: 0 -7px;
}
.post-meta > *{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    position: relative;
    margin: 0 7px;
}
.post-meta > *:not(:last-child)::after{
    position: absolute;
    content: '|';
    top: 0;
    bottom: 0;
    right: -11px;
    display: flex;
    align-items: center;
}
.post-meta a:not(:hover){
    color: inherit;
}
.post-meta .cat-list .icon{
    margin-inline-end: 3px;
}
.post-author a,
.post-author .icon{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.post-author .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f007";
}
.post-author .text{
    text-transform: none;
}
.cat-list .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f07c";
}
.post-comment a,
.post-comment .icon{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.post-comment .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f075";
}
.post-date a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.post-date .icon{
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 1px;
}
.post-date .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f073";
}
.post-share > a .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f1e0";
}
.post-share.ecotech-dropdown > .sub-menu{
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
}
.post-share .title{
    display: none;
}
.post-share .ovic-share-socials a .icon{
    width: 16px;
}
@media (min-width: 1200px){
    .post-share.ecotech-dropdown:not(:hover) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(-15px);
        -moz-transform: translateX(-50%) translateY(-15px);
        -ms-transform: translateX(-50%) translateY(-15px);
        -o-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}
@media (max-width: 1199px){
    .post-share.ecotech-dropdown:not(.open) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(-15px);
        -moz-transform: translateX(-50%) translateY(-15px);
        -ms-transform: translateX(-50%) translateY(-15px);
        -o-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}
.post-share .ovic-share-socials a:not(:hover){
    color: inherit;
}
.post-share .ovic-share-socials a .icon{
    font-size: 16px;
    text-align: center;
}
.post-share .ovic-share-socials a:not(:hover) .icon{
    color: #222;
}
.post-share .ovic-share-socials a .text{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 5px;
}
.post-item .post-author .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: "\e945";
}
.post-item .post-date .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: "\e944";
}
.sticky-post .icon{
    color: var(--main-color);
}
.sticky-post .icon::before{
    font-family: FontAwesome, sans-serif;
    content: "\f024";
}
.ovic-share-socials{
    font-size: 14px;
    line-height: 24px;
}
.ovic-share-socials > .inner{
    margin: 0 -7px;
}
.ovic-share-socials a{
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    text-decoration: none;
}
.ovic-share-socials a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.ovic-share-socials a .text{
    display: none;
    margin-inline-start: 3px;
}
.ovic-share-socials a.facebook{
    color: #3b5998;
}
.ovic-share-socials a.twitter{
    color: #1da1f2;
}
.ovic-share-socials a.pinterest{
    color: #bd081c;
}
.ovic-share-socials a:not(:hover){
    color: #222;
}
/*----- PAGE -----*/
.blog-page .woocommerce-pagination{
    margin-top: 50px;
}
@media (max-width: 1199px){
    .blog-page .woocommerce-pagination{
        margin-top: 40px;
    }
}
/* style-01 */
.post-item.style-01 .post-thumb{
    margin-bottom: 23px;
}
.post-item.style-01 .cat-list{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.post-item.style-01 .post-title{
    font-size: 24px;
    line-height: 30px;
    color: #111;
    margin-top: 15px;
}
.post-item.style-01 .post-meta{
    margin-top: 14px;
}
.post-item.style-01 .post-excerpt{
    font-size: 14px;
    line-height: 26px;
    color: #4e4e4e;
    margin-top: 16px;
}
.post-item .post-readmore{
    margin-top: 14px;
}
.post-item .post-readmore a{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    text-decoration: none;
}
.post-item .post-readmore a::before,
.post-item .post-readmore a::after{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 11px 0;
    margin-inline-end: 10px;
}
.post-item .post-readmore a::after{
    width: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
}
.post-item .post-readmore a:not(:hover){
    color: #0d0d0d;
}
.post-item .post-readmore a:hover::before,
.post-item .post-readmore a:hover::after{
    width: 15px;
}
/* style-02 */
.post-item.style-02 .post-thumb,
.post-item.style-02 .thumb-link{
    display: block;
}
.post-item.style-02 .thumb-link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent 35%, rgba(0, 0, 0, 0.5));
}
.post-item.style-02 .post-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 37px 48px;
    max-width: 750px;
}
.post-item.style-02 .post-title{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 8px;
}
.post-item.style-02 .post-readmore a:not(:hover){
    color: #fff;
}
.post-item.style-02 .post-readmore a::before,
.post-item.style-02 .post-readmore a::after{
    background-color: #fff;
}
/* standard */
.blog-content.blog-list::before,
.blog-content.blog-list::after,
.blog-content.blog-standard::before,
.blog-content.blog-standard::after{
    display: table;
    content: '';
    clear: both;
}
.blog-content.blog-list,
.blog-content.blog-standard{
    margin-bottom: -50px;
}
.blog-content.blog-list > .post-item,
.blog-content.blog-standard > .post-item{
    margin-bottom: 50px;
}
.blog-content.blog-standard > .post-item .post-title{
    font-size: 30px;
    line-height: 36px;
}
/* list */
.post-item.style-02 .post-meta,
.blog-content.blog-list > .post-item .post-meta{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--main-color);
    padding: 3px 9px;
    border-radius: 0 10px 0 10px;
    margin: 5px 0;
}
.post-item.style-02 .post-meta a:hover,
.blog-content.blog-list > .post-item .post-meta a:hover{
    color: inherit;
    text-decoration: underline;
}
.blog-content.blog-list > .post-item .cat-list{
    display: inline;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
}
/* grid */
.blog-content.blog-grid{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.blog-content.blog-grid::before,
.blog-content.blog-grid::after{
    display: none;
}
.blog-content.blog-grid > .post-item{
    margin-bottom: 30px;
    float: none;
}
.blog-content.blog-grid > .post-item.style-01 .post-thumb{
    margin: 0;
    display: block;
}
.blog-content.blog-grid > .post-item.style-01 .thumb-link{
    display: block;
}
.blog-content.blog-grid > .post-item.style-01 .thumb-link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.8));
}
.blog-content.blog-grid > .post-item.style-01 .thumb-link img{
    position: relative;
    width: auto;
    max-width: none;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-content.blog-grid > .post-item.style-01 .post-info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.blog-content.blog-grid > .post-item.style-01 .post-title{
    font-size: 20px;
}
.blog-content.blog-grid > .post-item.style-01 .post-readmore{
    overflow: hidden;
    height: 0;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
}
.blog-content.blog-grid > .post-item.style-01 .post-readmore a{
    margin-top: 6px;
}
.blog-content.blog-creative ~ .pagination-wrap,
.blog-content.blog-grid ~ .pagination-wrap{
    text-align: center;
}
/* creative */
.blog-content.blog-creative{
    margin: 0 -36px -43px;
}
.blog-content.blog-creative > .post-item{
    padding: 0 36px;
    margin-bottom: 43px;
}
.blog-content.blog-creative > .post-item.style-01 .post-thumb{
    margin: 0;
}
.blog-content.blog-creative > .post-item.style-01 .post-info{
    padding: 20px 0 0;
    background-color: #fff;
    margin: -35px 0 0;
    margin-inline-end: 18px;
    position: relative;
}
/* featured */
.blog-featured-posts{
    margin-bottom: 50px;
}
@media (min-width: 480px){
    .blog-content.blog-list > .post-item.style-01 .post-inner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .blog-content.blog-list > .post-item.style-01 .post-thumb{
        width: 480px;
        max-width: 45%;
        margin: 0;
    }
    .blog-content.blog-list > .post-item.style-01 .post-info{
        flex: 1 1 auto;
        width: 1%;
        padding: 0 0 33px;
        padding-inline-start: 35px;
        margin-inline-start: -70px;
        background-color: #fff;
        position: relative;
        box-shadow: -11px 11px 30px rgba(13, 13, 13, 0.05);
    }
    .blog-content.blog-list > .post-item .post-meta{
        margin-top: -15px;
    }
}
@media (min-width: 768px){
    .blog-content.blog-list > .post-item.style-01 .post-thumb{
        max-width: 50%;
    }
}
@media (min-width: 1200px){
    .blog-content.blog-list > .post-item.style-01 .post-thumb{
        max-width: 52%;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:not(:hover) .post-info{
        background-color: #fff;
        box-shadow: 0 0 0 1px #e6e6e6;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-info,
    .blog-content.blog-grid > .post-item.style-01 .post-info > *,
    .blog-content.blog-grid > .post-item.style-01 .post-readmore a{
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.5, 1);
        -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.5, 1);
        -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.5, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.5, 1);
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-info,
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-readmore{
        -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0.5, 1);
        -moz-transition: all 0.6s cubic-bezier(0.42, 0, 0.5, 1);
        -o-transition: all 0.6s cubic-bezier(0.42, 0, 0.5, 1);
        transition: all 0.6s cubic-bezier(0.42, 0, 0.5, 1);
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .cat-list,
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-title,
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-meta,
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-readmore a:not(:hover){
        color: #fff;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:not(:hover) .post-readmore{
        flex: 1 1 auto;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-meta{
        margin-top: 6px;
    }
}
@media (min-width: 1200px){
    .blog-content.blog-list > .post-item.style-01 .post-title{
        margin-top: 13px;
    }
    .blog-content.blog-list > .post-item.style-01 .post-excerpt{
        margin-top: 12px;
    }
}
@media (max-width: 1499px) and (min-width: 1200px){
    .blog-content.blog-grid > .post-item.style-01 .post-info{
        padding: 13px 20px;
    }
}
@media (max-width: 1499px) and (min-width: 480px){
    .blog-content.blog-list > .post-item.style-01 .post-thumb{
        max-width: 55%;
    }
    .blog-content.blog-list > .post-item.style-01 .post-info{
        margin-inline-start: -130px;
        padding: 0 0 23px;
        padding-inline-start: 25px;
    }
}
@media (max-width: 767px) and (min-width: 480px){
    .blog-content.blog-list > .post-item .thumb-link img{
        position: relative;
        width: auto;
        max-width: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 1499px){
    .blog-content.blog-creative{
        margin-inline-start: -20px;
        margin-inline-end: -20px;
    }
    .blog-content.blog-creative > .post-item{
        padding: 0 20px;
    }
}
@media (max-width: 1199px){
    .post-item.style-01 .post-thumb{
        margin-bottom: 13px;
    }
    .post-item.style-01 .post-title{
        margin-top: 5px;
    }
    .post-item.style-01 .post-meta{
        margin-top: 10px;
    }
    .post-item.style-01 .post-excerpt{
        margin-top: 10px;
    }
    .post-item.style-01 .post-readmore{
        margin-top: 10px;
    }
    .post-item.style-02 .thumb-link img{
        position: relative;
        width: auto;
        max-width: none;
        min-width: 100%;
        max-height: 350px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .post-item.style-02 .post-info{
        padding: 23px 34px;
        max-width: 550px;
    }
    .post-item.style-02 .post-title{
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }
    .post-item.style-02 .post-meta{
        margin-top: 12px;
    }
    .blog-content.blog-list,
    .blog-content.blog-standard{
        margin-bottom: -40px;
    }
    .blog-featured-posts,
    .blog-content.blog-list > .post-item,
    .blog-content.blog-standard > .post-item{
        margin-bottom: 40px;
    }
    .blog-content.blog-grid > .post-item.style-01 .cat-list,
    .blog-content.blog-grid > .post-item.style-01 .post-title,
    .blog-content.blog-grid > .post-item.style-01 .post-readmore a:not(:hover){
        color: #fff;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-meta{
        margin-top: 6px;
        color: #fff;
    }
    .blog-content.blog-creative{
        margin: 0 -15px -33px;
    }
    .blog-content.blog-creative > .post-item{
        padding: 0 15px;
        margin-bottom: 33px;
    }
}
@media (max-width: 991px){
    .blog-content.blog-grid{
        margin: 0 -10px;
    }
    .blog-content.blog-grid > .post-item{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-info{
        padding: 13px 20px;
    }
}
@media (max-width: 767px){
    .post-item.style-02 .thumb-link img{
        max-height: 300px;
    }
}
@media (max-width: 479px){
    .post-item.style-02 .post-info{
        padding: 13px 24px;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog .ovic-title{
    margin-bottom: 20px;
}
.ovic-blog .product-list-grid{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ovic-blog .product-list-grid > .blog-item,
.ovic-blog .product-list-grid > .post-item{
    float: none;
}
/* style-01 */
.ovic-blog.style-01 .head{
    text-align: inherit;
    margin: 0;
}
.ovic-blog.style-01 .head .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;
}
.blog-item.style-01 .post-inner{
    display: flex;
}
.blog-item.style-01 .post-thumb{
    width: 80px;
}
.blog-item.style-01 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.blog-item.style-01 .post-title a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* style-02 */
.ovic-blog.style-02 .head .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}
.ovic-blog.style-02 .head .title::after{
    content: '';
    display: block;
    border-top: 3px solid var(--main-color);
    width: 62px;
    margin-top: 4px;
}
.blog-item.style-02 .post-inner{
    display: flex;
}
.blog-item.style-02 .post-thumb{
    width: 90px;
}
.blog-item.style-02 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.blog-item.style-02 .post-title{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    margin: -4px 0 4px;
}
.blog-item.style-02 .post-date a{
    font-size: 14px;
    line-height: 18px;
}
.blog-item.style-02 .post-date a:not(:hover){
    color: #bbb;
}
/* style-03 */
.ovic-blog.style-03 > .slick-slider > .slick-list{
    padding: 20px;
    margin: -20px;
}
.blog-item.style-03 .post-inner{
    padding-bottom: 15px;
}
.blog-item.style-03 .post-date{
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-item.style-03 .post-date a{
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    text-decoration: none;
    min-width: 55px;
    padding: 5px;
}
.blog-item.style-03 .post-date a > *{
    display: block;
}
.blog-item.style-03 .post-date a:hover::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.3;
}
.blog-item.style-03 .post-info{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.1);
    width: 395px;
    max-width: 100%;
    padding: 0 25px 25px;
}
.blog-item.style-03 .post-info::before{
    position: absolute;
    content: '';
    top: 0;
    right: calc(100% - 1px);
    border-inline-end: 23px solid #fff;
    border-bottom: 20px solid transparent;
}
.blog-item.style-03 .post-title{
    font-size: 18px;
    margin-top: 25px;
}
.blog-item.style-03 .post-excerpt{
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}
.blog-item.style-03 .post-readmore{
    margin-top: 17px;
}
.blog-item.style-03 .post-readmore a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.blog-item.style-03 .cat-list{
    display: table;
    background-color: var(--main-color);
    color: #fff;
    padding: 3px 20px;
    margin: -15px auto 0;
    position: relative;
}
.blog-item.style-03 .cat-list a:hover{
    color: inherit;
    text-decoration: underline;
}
/* style-04 */
.blog-item.style-04 .post-inner{
    display: flex;
}
.blog-item.style-04 .post-thumb{
    width: 90px;
}
.blog-item.style-04 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
.blog-item.style-04 .post-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-top: -5px;
}
.blog-item.style-04 .post-date a{
    font-size: 12px;
    line-height: 20px;
    color: #888;
}
/* style-05 */
.blog-item.style-05 .post-inner{
    text-align: center;
}
.blog-item.style-05 .thumb-link{
    border-radius: 7px;
}
.blog-item.style-05 .post-info{
    background-color: #fff;
    padding: 19px 30px 36px;
    border-radius: 7px;
    margin: -104px 32px 0;
    position: relative;
}
.blog-item.style-05 .cat-list{
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 9px;
}
.blog-item.style-05 .post-title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.blog-item.style-05 .post-excerpt{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px;
}
.blog-item.style-06 .post-meta{
    font-size: 14px;
    color: inherit;
    margin: 0 -4px;
}
.blog-item.style-05 .post-meta{
    font-size: 14px;
    color: inherit;
    margin: 0 -15px;
}
.blog-item.style-06 .post-meta > *{
    margin: 0 4px;
}
.blog-item.style-05 .post-meta > *{
    margin: 0 15px;
}
.blog-item.style-06 .post-meta > *:not(:last-child)::after,
.blog-item.style-05 .post-meta > *:not(:last-child)::after{
    display: none;
}
.blog-item.style-06 .post-meta a,
.blog-item.style-05 .post-meta a{
    text-decoration: none;
}
.blog-item.style-06 .post-meta > * > *,
.blog-item.style-05 .post-meta > * > *{
    display: inline-block;
    vertical-align: top;
}
.blog-item.style-06 .meta-2 > *:not(:last-child){
    margin-inline-end: 8px;
}
.blog-item.style-05 .meta-2 > *:not(:last-child){
    margin-inline-end: 15px;
}
.blog-item.style-06 .post-date,
.blog-item.style-05 .post-date{
    color: #888;
}
.blog-item.style-06 .post-author .name,
.blog-item.style-05 .post-author .name{
    font-weight: 500;
}
.blog-item.style-06 .post-author:not(:hover) .name,
.blog-item.style-05 .post-author:not(:hover) .name{
    color: #000;
}
.blog-item.style-06 .post-comment,
.blog-item.style-05 .post-comment{
    color: var(--main-color);
}
.blog-item.style-06 .post-comment .icon,
.blog-item.style-05 .post-comment .icon{
    color: var(--main-cl);
}
/* style-06 */
.ovic-blog.style-06 .row-item:not(:last-child) .post-inner{
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.blog-item.style-06 .post-inner{
    display: flex;
}
.blog-item.style-06 .post-thumb{
    width: 90px;
}
.blog-item.style-06 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.blog-item.style-06 .post-title{
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
/* style-07 */
.blog-item.style-07 .post-title{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.blog-item.style-07 .post-meta{
    margin-bottom: 2px;
}
.blog-item.style-07 .post-date .icon::before{
    font-family: main-icon, sans-serif;
    content: '\e944';
    margin: -1px 1px 1px;
    margin-inline-end: 3px;
}
.blog-item.style-07 .post-author .icon::before{
    font-family: main-icon, sans-serif;
    content: '\e945';
    margin: -1px 0 1px;
    margin-inline-end: 3px;
}
/* style-08 */
.blog-item.style-08 .thumb-link{
    border-radius: 6px;
}
.blog-item.style-08 .post-info{
    padding: 0 30px;
}
.blog-item.style-08 .post-date a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--main-color);
    min-width: 60px;
    text-align: center;
    padding: 8px 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    position: relative;
    margin: -40px 0 19px;
}
.blog-item.style-08 .post-date a:hover::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.3);
}
.blog-item.style-08 .post-date .date{
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
}
.blog-item.style-08 .post-title{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 11px;
}
.blog-item.style-08 .post-meta{
    font-size: 15px;
    margin: 0 -12px;
}
.blog-item.style-08 .post-meta > *{
    margin: 0 12px;
}
.blog-item.style-08 .post-meta > :not(:last-child)::after{
    display: none;
}
.blog-item.style-08 .post-author .icon::before{
    font-family: main-icon, sans-serif;
    content: "\e90a";
    font-size: 14px;
}
.blog-item.style-08 .post-comment .icon::before{
    font-family: main-icon, sans-serif;
    content: "\e94e";
    font-size: 16px;
}
@media (max-width: 1199px){
    .ovic-blog.style-01 .head .title{
        margin-bottom: 24px;
    }
    .blog-item.style-08 .post-info{
        padding: 0 20px;
    }
    .blog-item.style-08 .post-date a{
        padding: 8px 5px;
        min-width: 56px;
        margin: -36px 0 12px;
    }
    .blog-item.style-08 .post-date .date{
        font-size: 18px;
    }
    .blog-item.style-08 .post-title{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .blog-item.style-08 .post-meta{
        font-size: 14px;
        margin: 0 -7px;
    }
    .blog-item.style-08 .post-meta > *{
        margin: 0 7px;
    }
}
@media (max-width: 991px){
    .blog-item.style-05 .post-info{
        padding: 19px 13px 36px;
        margin-inline-start: 15px;
        margin-inline-end: 15px;
    }
}
@media (max-width: 479px){
    .blog-item.style-03 .post-inner{
        padding: 0;
    }
    .blog-item.style-03 .post-info{
        position: static;
    }
    .blog-item.style-05 .post-info{
        padding: 15px 13px 23px;
    }
    .blog-item.style-05 .cat-list{
        margin-bottom: 4px;
    }
    .blog-item.style-05 .post-title{
        margin-bottom: 10px;
    }
    .blog-item.style-05 .post-excerpt{
        margin-bottom: 7px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.single-post > .post-inner .post-thumb{
    margin-bottom: 73px;
}
.single-post > .post-inner .post-thumb img{
    height: 500px;
    object-fit: cover;
}
.single-post > .post-inner .tag-list,
.single-post > .post-inner .cat-list{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
}
.single-post > .post-inner .tag-list > *,
.single-post > .post-inner .cat-list > *{
    font-size: 13px !important;
    line-height: 24px;
    letter-spacing: 0.1em;
    position: relative;
}
.single-post > .post-inner .tag-list > a:not(:last-child),
.single-post > .post-inner .cat-list > a:not(:last-child){
    margin: 0;
    margin-inline-end: 50px;
}
.single-post > .post-inner .tag-list > a:not(:last-child)::before,
.single-post > .post-inner .cat-list > a:not(:last-child)::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -28px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b7b7b7;
    margin: auto;
}
.single-post > .post-inner .post-title{
    font-size: 36px;
    line-height: 46px;
    margin-top: 17px;
}
.single-post > .post-inner .post-meta{
    font-size: 15px;
    color: #b7b7b7;
    margin: 25px -12px 0;
}
.single-post > .post-inner .post-meta > *{
    vertical-align: middle;
    margin: 0 12px;
}
.single-post > .post-inner .post-meta > *:not(:last-child)::after{
    display: none;
}
.single-post > .post-inner .post-date .icon,
.single-post > .post-inner .post-comment .icon{
    display: none;
}
.single-post > .post-inner .post-author a > *{
    display: inline-block;
    vertical-align: middle;
}
.single-post > .post-inner .post-author .avatar img{
    border-radius: 50%;
    margin-inline-end: 3px;
}
.single-post > .post-inner .post-date a,
.single-post > .post-inner .post-author .name{
    font-weight: 600;
}
.single-post > .post-inner .post-date a:not(:hover),
.single-post > .post-inner .post-author a:not(:hover) .name{
    color: #222;
}
.single-post > .post-inner .post-content{
    margin-top: 42px;
}
.single-post > .post-inner .tag-list{
    margin: 33px 0 0;
}
.single-post > .post-inner .ovic-blog{
    margin-top: 30px;
}
.single-post > .post-inner .share{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin: 34px 0 0;
}
.single-post > .post-inner .share .title{
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    margin-bottom: 13px;
}
.single-post > .post-inner .share .title::after{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 1px;
    background-color: var(--main-color);
    margin: 12px 0 11px;
    margin-inline-start: 10px;
}
.single-post > .post-inner .ovic-share-socials a:not(:hover){
    color: inherit;
}
.single-post > .post-inner .ovic-share-socials a .icon{
    font-size: 16px;
}
.single-post > .post-inner .ovic-share-socials a:not(:hover) .icon{
    color: #222;
}
.single-post > .post-inner .ovic-share-socials a .text{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 5px;
}
.single-post > .post-inner .post-thumb.quote .blockquote{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
    margin: auto;
}
.single-post > .post-inner .post-thumb.quote blockquote{
    border: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.single-post > .post-inner .post-thumb.quote blockquote::before,
.single-post > .post-inner .post-thumb.quote blockquote::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    font-size: 30px;
    font-weight: 400;
}
.single-post > .post-inner .post-thumb.quote blockquote::before{
    margin: -12px 0 12px;
}
.single-post > .post-inner .post-thumb.quote blockquote::after{
    margin: 12px 0 -12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.single-post > .post-inner .post-thumb.gallery > .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    margin: 0;
}
@media (max-width: 1199px){
    .single-post > .post-inner .post-thumb.quote .blockquote{
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 479px){
    .single-post > .post-inner .post-thumb.quote .blockquote{
        font-size: 23px;
        line-height: 32px;
    }
}
/*----- BLOG RELATED -----*/
.post-page.sidebar-full .pagination-thumb,
.post-page.sidebar-full .blog-related{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
.post-page.sidebar-left .pagination-thumb .container,
.post-page.sidebar-right .pagination-thumb .container,
.post-page.sidebar-left .blog-related .container,
.post-page.sidebar-right .blog-related .container{
    padding: 0;
}
.pagination-thumb,
.blog-related{
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 73px 0 0;
}
.pagination-thumb + .blog-related{
    margin-top: -1px !important;
}
.blog-related{
    padding: 40px 0 60px;
}
.blog-related .ovic-blog .head{
    margin-bottom: 20px;
}
.blog-related .ovic-blog .head .title{
    font-size: 30px;
    line-height: 40px;
}
.blog-related .blog-item.style-01 .post-inner{
    display: block;
}
.blog-related .blog-item.style-01 .post-thumb{
    width: auto;
}
.blog-related .blog-item.style-01 .post-info{
    width: auto;
    padding: 0;
}
/*----- PAGINATION THUMB -----*/
.pagination-thumb .pagination-inner{
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.pagination-thumb .other-post{
    flex: 1 1 auto;
    width: 1%;
    margin: 0 15px;
}
.pagination-thumb a{
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pagination-thumb a:not(:hover){
    color: #353535;
}
.pagination-thumb a > *:not(:last-child){
    margin-inline-end: 20px;
}
.pagination-thumb a .content{
    flex: 1 1 auto;
    width: 1%;
}
.pagination-thumb a .thumb{
    width: 90px;
}
.pagination-thumb a .text{
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: var(--main-color);
    margin: 5px -5px;
}
.pagination-thumb a .text > *{
    margin: 0 5px;
}
.pagination-thumb .next a{
    text-align: end;
    justify-content: flex-end;
}
/* style-full */
.header.style-05 ~ .post-page.style-full .single-post > .post-inner .post-thumb{
    margin-top: -40px;
}
.post-page.style-full .single-post > .post-inner .post-thumb{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
    max-width: 100vw;
}
.post-page.style-full .single-post > .post-inner .post-thumb img{
    width: 100%;
}
.post-page.style-full .site-main > .single-post{
    max-width: 1170px;
    margin: auto;
}
@media (min-width: 992px){
    .post-page.style-full .single-post > .post-inner .share{
        float: left;
        width: 190px;
        padding-inline-end: 20px;
        margin: 0;
    }
    .post-page.style-full .single-post > .post-inner .ovic-share-socials .inner{
        margin: 0;
    }
    .post-page.style-full .single-post > .post-inner .ovic-share-socials a{
        display: block;
        margin: 6px 0;
    }
    .post-page.style-full .single-post > .post-inner .ovic-share-socials a .icon{
        width: 16px;
        text-align: center;
    }
    .post-page.style-full .single-post .post-boxed{
        margin: 0 190px;
    }
}
@media (min-width: 1200px){
    .post-page.style-full .single-post > .post-inner .share{
        width: 210px;
        padding-inline-end: 30px;
    }
    .post-page.style-full .single-post .post-boxed{
        margin: 0 210px;
    }
}
@media (max-width: 1199px){
    .single-post > .post-inner .post-thumb{
        margin-bottom: 43px;
    }
    .single-post > .post-inner .tag-list > a:not(:last-child),
    .single-post > .post-inner .cat-list > a:not(:last-child){
        margin-inline-end: 30px;
    }
    .single-post > .post-inner .tag-list > a:not(:last-child)::before,
    .single-post > .post-inner .cat-list > a:not(:last-child)::before{
        right: -18px;
    }
    .single-post > .post-inner .post-title{
        font-size: 32px;
        line-height: 40px;
        margin-top: 12px;
    }
    .single-post > .post-inner .post-meta{
        font-size: 14px;
        margin: 15px -10px 0;
    }
    .single-post > .post-inner .post-meta > *{
        margin: 0 10px;
    }
    .single-post > .post-inner .post-meta > *:not(:last-child)::after{
        right: -14px;
    }
    .single-post > .post-inner .post-content{
        margin-top: 32px;
    }
    .single-post > .post-inner .tag-list{
        margin-top: 23px;
    }
    .blog-related{
        padding: 34px 0 50px;
        margin-top: 43px;
    }
    .blog-related .ovic-blog .head{
        margin-bottom: 18px;
    }
    .blog-related .ovic-blog .head .title{
        font-size: 24px;
        line-height: 30px;
    }
    .pagination-thumb{
        margin-top: 43px;
    }
    .pagination-thumb a{
        font-size: 17px;
        line-height: 25px;
    }
    .pagination-thumb a .text{
        font-size: 14px;
        line-height: 22px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .pagination-thumb a > *:not(:last-child){
        margin-inline-end: 15px;
    }
    .single-post > .post-inner .share{
        margin-top: 24px;
    }
}
@media (max-width: 991px){
    .post-page.style-full .single-post > .post-inner{
        display: flex;
        flex-direction: column;
    }
    .single-post .post-boxed{
        margin: 0;
    }
    .single-post > .post-inner .share{
        float: none;
        order: 99;
        width: auto;
        padding: 0;
    }
}
@media (max-width: 767px){
    .pagination-thumb a .title{
        display: none;
    }
    .pagination-thumb a > *:not(:last-child){
        margin-inline-end: 10px;
    }
}
@media (max-width: 479px){
    .pagination-thumb a > *:not(:last-child){
        margin: 0;
    }
    .pagination-thumb a .content{
        width: 100%;
    }
    .pagination-thumb a .text{
        margin-bottom: -5px;
    }
    .pagination-thumb .next a{
        align-items: flex-end;
        flex-direction: column-reverse;
    }
}
/*----- COMMENT AREA -----*/
.comments-area{
    margin-top: 50px;
    color: #222;
}
.comments-area .comments-title{
    font-size: 20px;
    line-height: 30px;
    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-inline-end: 15px;
}
.comments-area .comment-avatar .avatar{
    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: 24px;
    color: #999;
}
.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;
    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;
    padding-inline-start: 30px;
    margin-bottom: 0;
}
.comments-area .comment-list .comment-respond{
    margin-top: 23px;
}
.comments-area .comment-respond{
    margin-top: 43px;
}
.comments-area .comment-reply-title{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.comments-area .comment-reply-title #cancel-comment-reply-link{
    text-transform: none;
    text-decoration: underline;
    margin-inline-start: 10px;
}
.comments-area .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: inherit;
}
.comments-area .logged-in-as a:not(:hover){
    color: inherit;
}
.comments-area .comment-respond p{
    margin: 30px 0 0;
}
.comments-area .comment-respond label{
    font-weight: inherit;
    color: inherit;
}
.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%;
    box-shadow: 0 0 0 1px #cdcdcd inset;
}
.comments-area .comment-respond [type="submit"]{
    padding: 11px 30px;
    border-radius: 0 11px;
}
.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: 16px;
}
.comments-area .no-comments{
    margin: 23px 0 0;
}
@media (max-width: 1199px){
    .comments-area{
        margin-top: 40px;
    }
    .comments-area .comment-respond{
        margin-top: 34px;
    }
}
@media (max-width: 479px){
    .comments-area .children{
        padding-inline-start: 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;
    z-index: 99998;
}
.add-to-cart::before{
    content: attr(data-title);
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
    bottom: calc(100% + 8px);
}
.add-to-cart::after{
    content: '';
    border-inline-start: 6px solid transparent;
    border-inline-end: 6px solid transparent;
    border-top: 6px solid #000;
    bottom: calc(100% + 3px);
}
.woocommerce table.wishlist_table td.product-add-to-cart .add-to-cart a,
.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;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
.product-inner.tooltip-left .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-inner.tooltip-left .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-inline-start: 6px solid #000;
    border-inline-end-width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.product-inner.tooltip-top .add-to-cart::before,
.product-inner.tooltip-top .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: 24px;
    color: #222;
    padding: 3px 0;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    position: relative;
    font-weight: 400;
    text-align: inherit;
    opacity: 1 !important;
    text-decoration: none !important;
}
.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,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .delete_item{
    color: var(--main-color);
}
.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 a:before{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    text-decoration: none !important;
    margin-inline-end: 5px;
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before{
    font-family: main-icon, sans-serif;
    content: '\e90d';
}
a.yith-wcqv-button:hover{
    background-color: transparent;
}
a.yith-wcqv-button::before{
    font-family: main-icon, sans-serif;
    content: '\e923';
    font-size: 20px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    display: none !important;
}
.yith-wcwl-add-to-wishlist a:before{
    font-family: main-icon, sans-serif;
    content: '\e90c';
}
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;
}
div.yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    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;
    opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist a.view-wishlist{
    padding-inline-start: 0 !important;
}
.yith-wcwl-add-to-wishlist .feedback{
    font-size: 0;
    line-height: 0;
}
.yith-wcwl-add-to-wishlist .separator{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 3px 0;
    opacity: 0.5;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: 0;
    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 */
.amount{
    color: #222;
}
.price::before,
.price::after{
    display: table;
    content: '';
    clear: both;
}
.price{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin: 0;
}
.price > *{
    display: inline-block;
    vertical-align: bottom;
}
.price ins{
    float: left;
    text-decoration: none;
    margin-inline-end: 8px;
}
.price del{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 1px 0 -1px;
}
.price .amount{
    text-decoration: inherit;
    color: inherit;
}
@media (max-width: 1199px){
    .price{
        font-size: 16px;
    }
    .price del{
        margin: 0;
    }
}
/* star rating */
.star-rating-wrap{
    font-size: 14px;
    line-height: 24px;
}
.star-rating-wrap > .rating-count{
    font-weight: inherit;
    margin-inline-start: 2px;
}
.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;
    background-color: #fff;
}
.star-rating::before,
.star-rating > span::before{
    display: inline-block;
    float: left;
    font-family: main-icon, sans-serif;
    content: '\e909\e909\e909\e909\e909';
    font-size: 14px;
    line-height: 24px;
    margin: -1px 0 1px;
}
.star-rating > span::before{
    content: '\e908\e908\e908\e908\e908';
}
.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,
.star-rating > span::before,
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before,
.ovic-panel-rating .average span{
    color: #eaaf10;
}
.ovic-panel-rating .process-bar{
    background-color: #eaaf10;
}
.no-rating .star-rating-wrap,
.no-rating .star-rating{
    display: none;
}
/* 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: main-icon, sans-serif;
    content: '\e909';
    font-size: 14px;
    line-height: 24px;
    margin: 0 0.05em;
}
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\e909';
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    content: '\e908';
}
/* quantity */
.quantity{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.quantity .input-text{
    padding-inline-start: 10px;
    padding-inline-end: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    width: 100px;
    text-align: center;
    border-radius: 0 11px !important;
}
.quantity .arrow{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 1px;
    width: 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    z-index: 1;
    border-inline-start: 1px solid #e6e6e6;
    text-decoration: none;
}
.quantity .arrow:not(:hover){
    color: #222;
}
.quantity .minus{
    bottom: 1px;
}
.quantity .plus{
    top: 1px;
}
.quantity .arrow::before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: '\f106';
    font-size: 16px;
    line-height: 19px;
}
.quantity .minus::before{
    content: '\f107';
    box-shadow: 0 1px #e6e6e6 inset;
}
@-moz-document url-prefix(){
    .quantity .input-text{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
}
/* labels */
.product-labels{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
}
.product-labels > *{
    position: relative;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #94b039;
    padding: 2px 14px;
    text-transform: uppercase;
    z-index: 2;
}
.product-labels > *:not(:first-child){
    margin-inline-start: 10px;
}
.product-labels > .onsale{
    background-color: #dd433f;
}
.product-labels > .onsale .percent{
    display: none;
}
.product-labels > .featured{
    left: auto;
    right: 0;
    background-color: #ff0000;
}
.product-labels > .out-of-stock{
    color: #fff;
    background-color: #000;
    font-weight: 400;
    font-size: 11px;
}
.no-labels .product-labels{
    display: none;
}
/* process-availability */
.process-availability .availability-text{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: start;
    margin-bottom: 3px;
}
.process-availability .text strong{
    font-weight: inherit;
}
.process-availability .sold{
    float: right;
}
.process-availability .availability-total{
    height: 5px;
    background-color: #eee;
    position: relative;
    border-radius: 90px;
    overflow: hidden;
}
.process-availability .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    border-radius: inherit;
}
/* stock */
.stock{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.stock .text{
    color: var(--main-cl);
    font-weight: 400;
}
.wishlist-in-stock,
.available-on-backorder,
.in-stock{
    color: #5eac12 !important;
}
.out-of-stock{
    color: #c91f28;
}
/* meta */
.product_meta{
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding: 19px 0 0;
    border-top: 1px solid #e5e5e5;
    margin: 20px 0 0;
}
.product_meta > *{
    display: block;
    padding: 3px 0;
}
.product_meta > * > .title{
    display: inline-block;
    vertical-align: top;
}
.product_meta > * > *:not(.title){
    display: inline-block;
    vertical-align: top;
    color: #222;
    font-weight: 500;
}
.product_meta > * > a:hover{
    color: var(--main-color);
    text-decoration: none;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
.product_meta .ovic-share-socials{
    margin-inline-start: 16px;
}
/* variations */
.variations_form{
    position: relative !important;
}
table.variations{
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    margin-bottom: 15px;
}
table.variations tbody{
    display: block;
}
table.variations tr{
    display: flex;
    align-items: center;
    position: relative;
    padding-inline-end: 45px;
}
table.variations tr:not(:last-child){
    margin-bottom: 23px;
}
table.variations th,
table.variations td{
    text-align: inherit;
    padding: 0;
    border: none;
}
table.variations .label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    border-radius: 0;
    margin: 0;
    margin-inline-end: 11px;
}
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: 0 -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:hover,
table.variations .rtwpvs-term.selected,
table.variations .reset_variations:not(:hover),
table.variations select{
    color: #222;
}
table.variations .rtwpvs-term span{
    display: block !important;
}
table.variations .rtwpvs-term span::before{
    position: absolute;
    content: '';
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 1px solid transparent;
    border-radius: inherit;
}
table.variations .rtwpvs-term span::after{
    display: none !important;
}
.widget_layered_nav [style*="background-color:#ffffff"],
.widget_layered_nav [style*="background-color: #ffffff"],
table.variations [style*="background-color:#ffffff"],
table.variations [style*="background-color: #ffffff"]{
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
table.variations .rtwpvs-term img{
    display: block !important;
    margin: -2px !important;
    width: calc(100% + 4px) !important;
    max-width: calc(100% + 4px) !important;
    padding: 2px !important;
}
table.variations .rtwpvs-term.selected span::before,
table.variations .rtwpvs-term:hover span::before,
table.variations .rtwpvs-term.selected img,
table.variations .rtwpvs-term:hover img{
    border-color: var(--main-color);
}
table.variations select{
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 5px 0;
}
table.variations .reset_variations{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
table.variations .reset_variations[style*="visibility: hidden;"]{
    display: none !important;
}
table.variations .rtwpvs-button-term{
    height: auto !important;
    min-width: inherit !important;
}
table.variations .rtwpvs-button-term span{
    min-width: 70px;
    text-align: center;
    padding: 3px 10px !important;
    color: #222 !important;
}
table.variations .rtwpvs-button-term span::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-color: #e6e6e6;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 0 1px;
    margin-inline-end: 5px;
}
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;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term.selected label,
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term:hover label{
    color: var(--main-color);
}
.single_variation_wrap .single_variation{
    padding: 5px 0 14px;
}
@media (max-width: 767px){
    table.variations .rtwpvs-button-term span{
        min-width: 60px;
    }
}
/* 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;
    clear: both;
}
.ovic-products .product-list-grid > .product-item{
    float: none;
}
.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{
    margin-bottom: -30px;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category{
    display: flex;
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.shop-page > .product-item .product-inner{
    width: 100%;
}
ul.shop-page > .product-category a{
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: center;
}
ul.shop-page > .product-category a img{
    -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-inline-start: 3px;
}
.woocommerce-products-header .term-description{
    margin-bottom: 20px;
}
.woocommerce-products-header .term-description :last-child{
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page:not(.ovic-isotope):not(.columns-2):not(.columns-3) > .product-item,
    ul.shop-page:not(.ovic-isotope):not(.columns-2):not(.columns-3) > .product-category{
        width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 1499px){
    .dokan-store-wrap.layout-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .dokan-store-wrap.layout-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category,
    .dokan-store-wrap.layout-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .dokan-store-wrap.layout-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category,
    .sidebar-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .sidebar-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category,
    .sidebar-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .sidebar-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (max-width: 991px){
    .ovic-products .product-list-grid{
        margin-inline-start: -10px;
        margin-inline-end: -10px;
    }
    .ovic-products .product-list-grid > .product-item{
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
    ul.shop-page{
        margin: 0 -10px -20px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid{
        margin-inline-start: -7px;
        margin-inline-end: -7px;
    }
    .ovic-products .product-list-grid > .product-item{
        padding-inline-start: 7px;
        padding-inline-end: 7px;
    }
    ul.shop-page{
        margin: 0 -7px -15px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding: 0 7px;
        margin-bottom: 15px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid{
        margin-inline-start: -5px;
        margin-inline-end: -5px;
    }
    .ovic-products .product-list-grid > .product-item{
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
    ul.shop-page{
        margin: 0 -5px -10px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    ul.shop-page:not(.ovic-isotope):not(.columns-1) > .product-item,
    ul.shop-page:not(.ovic-isotope):not(.columns-1) > .product-category{
        width: 50%;
    }
}
/* 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 .display-mode-control > form{
    display: inline-block;
    vertical-align: top;
    margin: 0 -7px;
}
.shop-control .display-mode-control .mode-button{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 4px 0 2px;
    background-color: transparent;
    color: #888;
    margin: 0 7px;
}
.shop-control .display-mode-control .mode-button.active,
.shop-control .display-mode-control .mode-button:hover{
    color: #222;
}
.shop-control .chosen-container .chosen-single{
    padding: 3px 0;
    height: 30px;
    box-shadow: none !important;
}
.shop-control .chosen-container .chosen-single::after{
    margin-inline-start: 1px;
}
.shop-control .chosen-container .chosen-single:not(:hover){
    color: #222;
}
.shop-control select{
    background-position: right center;
    padding: 3px 0;
    padding-inline-end: 15px;
    box-shadow: none !important;
    color: #222;
}
.shop-control .chosen-container .chosen-drop{
    left: auto;
    right: 0;
}
.shop-control .ordering-title{
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
    margin: 0;
}
.shop-control .woocommerce-ordering{
    display: inline-block;
    vertical-align: top;
}
.shop-control .woocommerce-ordering .chosen-container .chosen-single{
    font-weight: 600;
}
.shop-control .woocommerce-ordering .chosen-container .chosen-drop{
    width: 205px;
}
.shop-control .display-sort-by .chosen-container .chosen-drop{
    min-width: 220px;
}
.shop-control .woocommerce-result-count{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
}
ul.shop-page + .shop-before-control{
    margin-top: 30px;
}
.shop-before-control{
    margin-bottom: 23px;
}
.shop-before-control > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
}
.shop-before-control .control-right{
    float: right;
    text-align: end;
}
.shop-before-control .control-right > *{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 22px;
}
@media (max-width: 1199px){
    .shop-before-control{
        margin-bottom: 13px;
    }
}
@media (max-width: 767px){
    .shop-before-control .control-right{
        float: none;
        display: block;
        text-align: inherit;
        margin: 0;
    }
    .shop-before-control .display-mode-control{
        margin: 0;
    }
    .shop-before-control .ordering-wrap{
        float: right;
    }
}
/*----- SHOP BANNER -----*/
/*----- SHORTCODE -----*/
.ovic-blog,
.ovic-products{
    position: relative;
}
.ovic-blog .head,
.ovic-products .head{
    text-align: center;
    margin-bottom: 22px;
}
.ovic-blog .head .title,
.ovic-products .head .title{
    font-size: 28px;
    margin: 0;
}
@media (max-width: 1199px){
    .ovic-blog .head,
    .ovic-products .head{
        margin-bottom: 14px;
    }
    .ovic-blog .head .title,
    .ovic-products .head .title{
        font-size: 24px;
    }
}
.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{
    --main-product-bg: #fff;
    position: relative;
    background-color: var(--main-product-bg);
}
.product-item .product-thumb{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-item .product-title{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.product-item .product-title a{
    text-decoration: none !important;
}
.product-item .product-title a:not(:hover){
    color: inherit;
}
.product-item .price,
.product-item .star-rating{
    margin: 0;
}
.product-item .star-rating > span{
    background-color: var(--main-product-bg);
}
.product-item .brand-list{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: -10px -5px 0;
}
.product-item .brand-list .item{
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
}
.product-item .brand-list .link{
    display: flex;
    width: 120px;
    height: 48px;
    background-color: #fff;
    position: relative;
    padding: 3px;
}
.product-item .brand-list .link:hover::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.3;
}
.product-item .brand-list figure{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item .brand-list img{
    max-height: 100%;
    width: auto;
}
.product-item .group-button.style-01 .add-to-cart > a,
.product-item .group-button.style-01 a.compare,
.product-item .group-button.style-01 a.yith-wcqv-button,
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist > *{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 44px;
    height: 44px;
    padding: 10px 0;
    border-radius: 90px;
    text-align: center;
    color: #222 !important;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    opacity: 1;
}
.product-item .group-button.style-01 .add-to-cart > a::before,
.product-item .group-button.style-01 a.compare::before,
.product-item .group-button.style-01 a.yith-wcqv-button::before{
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.product-item .group-button.style-01 .add-to-cart > a::before{
    font-family: main-icon, sans-serif;
    content: '\e922';
}
.product-item .group-button.style-01 a.compare::before{
    font-size: 18px;
}
.product-item .group-button.style-01 a.yith-wcqv-button::before{
    font-size: 24px;
}
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist a:before{
    font-size: 20px;
    margin: 0;
}
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
    margin: 0;
    font-size: 20px;
}
.product-item .group-button.style-01 .add-to-cart > a,
.product-item .group-button.style-01 a.compare:hover,
.product-item .group-button.style-01 a.compare.added,
.product-item .group-button.style-01 a.yith-wcqv-button:hover,
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist > *:hover,
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item .group-button.style-01 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
    color: #fff !important;
    background-color: var(--main-color);
    box-shadow: none;
}
@media (min-width: 768px){
    .content-overflow > .slick-slider > .slick-list,
    .ovic-products.content-overflow .product-list-owl > .slick-list{
        overflow: visible;
    }
    .short-text .product-item .product-title a{
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width: 767px){
    .product-item.short-title .product-title a{
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product-item .product-title{
        font-size: 15px;
    }
}
/* style-list */
.product-item.list .product-inner{
    display: flex;
    align-items: center;
}
.product-item.list .product-thumb{
    width: 258px;
    max-width: 45%;
    border: 1px solid #e6e6e6;
}
.product-item.list .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
.product-item.list .box-info{
    display: flex;
}
.product-item.list .group-title{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 30px;
}
.product-item.list .group-button{
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.product-item.list .group-button > *:not(:last-child){
    margin-inline-end: 10px;
}
.product-item.list .cat-list{
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.product-item.list .cat-list a{
    position: relative;
    text-decoration: underline;
}
.product-item.list .product-title{
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
}
.product-item.list .star-rating-wrap{
    margin-top: 4px;
    font-size: 13px;
    line-height: 22px;
}
.product-item.list .star-rating::before,
.product-item.list .star-rating > span::before{
    font-size: 13px;
    line-height: 22px;
}
.product-item.list .price{
    font-size: 22px;
    line-height: 29px;
    margin-top: 6px;
}
.product-item.list .price del{
    font-size: 16px;
    margin: 2px 0 -2px;
}
.product-item.list .woocommerce-product-details__short-description{
    font-size: 14px;
    line-height: 25px;
    color: #222;
    margin-top: 19px;
}
.product-item.list table.variations{
    margin: 10px 0 0;
}
.product-item.list table.variations .label{
    font-size: 14px;
    font-weight: 400;
    margin-inline-end: 15px;
}
.product-item.list table.variations .button-variable-wrapper{
    margin: 0 -9px;
}
.product-item.list table.variations .rtwpvs-button-term{
    margin: 0 9px !important;
    background-color: transparent;
}
.product-item.list table.variations .rtwpvs-button-term span{
    min-width: inherit;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.product-item.list table.variations .rtwpvs-button-term span::before{
    display: none;
}
.product-item.list table.variations .rtwpvs-button-term.selected span,
.product-item.list table.variations .rtwpvs-button-term:hover span{
    color: var(--main-color) !important;
}
@media (max-width: 767px){
    .product-item.list .product-info{
        padding-inline-start: 15px;
    }
    .product-item.list .woocommerce-product-details__short-description{
        display: none;
    }
    .product-item.list .box-info{
        display: block;
    }
    .product-item.list .group-title{
        width: auto;
        margin: 0;
    }
    .product-item.list .cat-list{
        font-size: 12px;
    }
    .product-item.list .product-title{
        font-size: 16px;
        margin-top: 0;
    }
    .product-item.list .star-rating-wrap{
        margin-top: 0;
    }
    .product-item.list .price{
        font-size: 19px;
        line-height: 25px;
        margin-top: 2px;
    }
    .product-item.list .price del{
        font-size: 14px;
    }
    .product-item.list .group-button{
        display: none;
    }
}
@media (max-width: 479px){
    .product-item.list .product-info{
        padding-inline-start: 10px;
    }
    .product-item.list .product-title{
        font-size: 15px;
    }
    .product-item.list .price{
        font-size: 18px;
    }
}
/* style-01 */
.border-not-yes .product-item.style-14 .product-inner,
.border-not-yes .product-item.style-01 .product-inner{
    border: none;
}
.border-not-yes .product-item.style-14 .product-info,
.border-not-yes .product-item.style-01 .product-info{
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-bottom: 0;
}
.product-item.style-14 .product-inner,
.product-item.style-01 .product-inner{
    text-align: center;
    border: 1px solid #e6e6e6;
}
.product-item.style-16 .product-labels > *,
.product-item.style-14 .product-labels > *,
.product-item.style-07 .product-labels > *,
.product-item.style-01 .product-labels > *{
    font-weight: 600;
    padding: 2px 9px;
}
.product-item.style-16 .product-labels .onnew,
.product-item.style-14 .product-labels .onnew,
.product-item.style-07 .product-labels .onnew,
.product-item.style-01 .product-labels .onnew{
    background-color: #5eac12;
}
.product-item.style-16 .cat-list,
.product-item.style-15 .cat-list,
.product-item.style-14 .cat-list,
.product-item.style-11 .cat-list,
.product-item.style-08 .cat-list,
.product-item.style-01 .cat-list{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.product-item.style-16 .cat-list a,
.product-item.style-15 .cat-list a,
.product-item.style-14 .cat-list a,
.product-item.style-11 .cat-list a,
.product-item.style-08 .cat-list a,
.product-item.style-01 .cat-list a{
    position: relative;
    text-decoration: underline;
}
.product-item.style-14 .group-button,
.product-item.style-01 .group-button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.product-item.style-14 .group-button > *,
.product-item.style-01 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-14 .product-info{
    padding: 5px 9px 14px;
}
.product-item.style-01 .product-info{
    padding: 15px 9px 24px;
}
.product-item.style-14 .product-title{
    font-weight: 400;
    margin-top: 6px;
}
.product-item.style-01 .product-title{
    font-weight: 500;
    margin-top: 6px;
}
.product-item.style-14 .star-rating-wrap,
.product-item.style-01 .star-rating-wrap{
    font-size: 12px;
    line-height: 20px;
    margin-top: -1px;
}
.product-item.style-14 .star-rating::before,
.product-item.style-14 .star-rating > span::before,
.product-item.style-01 .star-rating::before,
.product-item.style-01 .star-rating > span::before{
    font-size: 12px;
    line-height: 20px;
}
.product-item.style-14 .price,
.product-item.style-11 .price,
.product-item.style-09 .price,
.product-item.style-08 .price,
.product-item.style-07 .price,
.product-item.style-01 .price{
    font-size: 17px;
    margin-top: 1px;
}
/* style-02 */
.product-item.style-02 .product-inner{
    text-align: center;
}
.product-item.style-02 .product-thumb{
    border: 1px solid #e6e6e6;
}
.product-item.style-02 .product-info{
    padding: 0 0 4px;
}
.product-item.style-05 .product-labels > *{
    font-size: 14px;
    line-height: 18px;
    padding: 1px 12px;
}
.product-item.style-03 .product-labels > *,
.product-item.style-02 .product-labels > *{
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
}
.product-item.style-05 .product-labels > .onsale,
.product-item.style-03 .product-labels > .onsale,
.product-item.style-02 .product-labels > .onsale{
    background-color: #fa3939;
}
.product-item.style-03 .cat-list{
    margin-top: 2px;
}
.product-item.style-02 .cat-list{
    margin-top: 4px;
}
.product-item.style-03 .star-rating-wrap,
.product-item.style-02 .star-rating-wrap{
    margin-top: -2px;
}
.product-item.style-10 .star-rating-wrap,
.product-item.style-06 .star-rating-wrap,
.product-item.style-04 .star-rating-wrap,
.product-item.style-03 .star-rating-wrap,
.product-item.style-02 .star-rating-wrap{
    color: #333;
}
.product-item.style-10 .star-rating::before,
.product-item.style-06 .star-rating::before,
.product-item.style-04 .star-rating::before,
.product-item.style-03 .star-rating::before,
.product-item.style-02 .star-rating::before{
    color: inherit;
}
.product-item.style-10 .star-rating > span::before,
.product-item.style-06 .star-rating > span::before,
.product-item.style-04 .star-rating > span::before,
.product-item.style-03 .star-rating > span::before,
.product-item.style-02 .star-rating > span::before{
    color: #ffe42d;
}
.product-item.style-10 .product-title,
.product-item.style-04 .product-title,
.product-item.style-03 .product-title,
.product-item.style-02 .product-title{
    font-size: 14px;
    margin-top: 1px;
}
.product-item.style-10 .price,
.product-item.style-06 .price,
.product-item.style-04 .price,
.product-item.style-03 .price,
.product-item.style-02 .price{
    font-size: 17px;
    margin-top: 8px;
    color: #94b039;
}
.product-item.style-10 .price ins,
.product-item.style-06 .price ins,
.product-item.style-04 .price ins,
.product-item.style-03 .price ins,
.product-item.style-02 .price ins{
    float: none;
    margin: 0;
}
.product-item.style-10 .price del,
.product-item.style-06 .price del,
.product-item.style-04 .price del,
.product-item.style-03 .price del,
.product-item.style-02 .price del{
    margin-inline-end: 3px;
}
.product-item.style-02 .group-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.product-item.style-02 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 7px;
}
/* style-03 */
.product-item.style-03 .product-inner{
    border: 1px solid #e6e6e6;
    display: flex;
    text-align: center;
    max-width: 690px;
    margin: auto;
}
.product-item.style-03 .product-thumb{
    width: 44%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-item.style-03 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 13px 10px 32px;
}
.product-item.style-03 .stock{
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    margin-top: 5px;
}
.product-item.style-03 .ovic-countdown{
    margin-top: 18px;
}
.product-item.style-03 .add-to-cart{
    margin-top: 21px;
}
.product-item.style-03 .add-to-cart > a{
    text-transform: uppercase;
    padding: 8px 32px;
}
.product-item.style-03 .add-to-cart > a::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e922';
    font-size: 24px;
    font-weight: 400;
    margin-inline-end: 7px;
}
/* style-04 */
.ovic-products.style-04 .product-list-owl{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.ovic-products.style-04 .product-list-owl > .slick-list{
    padding: 4px 7px 10px;
    margin: -4px -7px -10px;
}
.product-item.style-04 .product-inner{
    border: 1px solid #e6e6e6;
    display: flex;
}
.product-item.style-04 .product-thumb{
    width: 180px;
}
.product-item.style-04 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 15px 10px;
}
/* style-05 */
.product-item.style-05{
    text-align: center;
}
.product-item.style-05 .product-inner,
.product-item.style-05 .product-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.product-item.style-05 .group-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-05 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-05 .group-button.style-01 .add-to-cart > a:hover,
.product-item.style-05 .group-button.style-01 a.compare:hover,
.product-item.style-05 .group-button.style-01 a.compare.added,
.product-item.style-05 .group-button.style-01 a.yith-wcqv-button:hover,
.product-item.style-05 .group-button.style-01 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-05 .group-button.style-01 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-05 .group-button.style-01 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
    background-color: #da4c40;
}
.product-item.style-05 .product-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 20px;
}
.product-item.style-05 .product-info > *{
    position: relative;
    z-index: 2;
}
.product-item.style-05 .shape{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200%;
    opacity: 0.6;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
}
.product-item.style-05 .brand-list{
    margin-top: 0;
}
.product-item.style-05 .product-title{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 8px;
}
.product-item.style-05 .product-title a:hover{
    color: inherit;
    text-decoration: underline;
}
.product-item.style-05 .subtitle{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 3px;
}
.product-item.style-05 .price{
    color: #fff;
    font-weight: 500;
    margin-top: 8px;
}
.product-item.style-05 .price > .text{
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-inline-end: 4px;
}
.product-item.style-05 .price ins{
    margin-inline-end: 5px;
}
.product-item.style-05 .price ins::after{
    content: '-';
    margin-inline-start: 5px;
}
.product-item.style-05 .price del{
    float: right;
    font-size: inherit;
    color: inherit;
    margin: 0;
    font-weight: 300;
}
.product-item.style-05 .ovic-countdown{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 12px 10px;
}
/* style-06 */
.product-item.style-06 .product-inner{
    border: 1px solid #e6e6e6;
    text-align: center;
}
.product-item.style-06 .group-button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.product-item.style-06 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-06 .product-info{
    padding: 0 10px 14px;
}
.product-item.style-06 .star-rating-wrap{
    margin-top: 4px;
}
.product-item.style-06 .product-title{
    font-size: 14px;
    margin-top: -5px;
}
.product-item.style-06 .price{
    margin-top: 8px;
}
/* style-07 */
.product-item.style-07 .product-inner{
    border: 2px solid var(--main-color);
    text-align: center;
}
.product-item.style-07 .product-info{
    padding: 20px 8px 24px;
}
.product-item.style-07 .ovic-countdown{
    margin-bottom: 22px;
}
.product-item.style-07 .cat-list{
    font-size: 12px;
    color: var(--main-color);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.product-item.style-07 .cat-list a{
    text-decoration: underline;
}
.product-item.style-07 .product-title{
    font-weight: 400;
    margin-top: 4px;
}
.product-item.style-11 .star-rating-wrap,
.product-item.style-11 .star-rating::before,
.product-item.style-11 .star-rating > span::before,
.product-item.style-08 .star-rating-wrap,
.product-item.style-08 .star-rating::before,
.product-item.style-08 .star-rating > span::before,
.product-item.style-07 .star-rating-wrap,
.product-item.style-07 .star-rating::before,
.product-item.style-07 .star-rating > span::before{
    font-size: 12px;
    line-height: 20px;
}
/* style-08 */
.product-item.style-08 .product-inner{
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 9px;
}
.product-item.style-08 .product-thumb{
    max-width: 40%;
}
.product-item.style-08 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.product-item.style-08 .product-title{
    font-weight: 400;
    margin-top: 6px;
}
.product-item.style-08 .star-rating-wrap{
    margin-top: 5px;
}
.product-item.style-08 .price{
    margin-top: 5px;
}
/* style-09 */
.ovic-products.style-09 .product-list-owl[data-slick*='"slidesMargin":0']{
    border-inline-start: 1px solid #e6e6e6;
}
.ovic-products.style-09 .product-list-owl[data-slick*='"slidesMargin":0'] .product-item .product-inner{
    border-inline-start-width: 0;
}
.ovic-products.style-09 .product-list-owl.rows-space-0 .row-item:not(:first-child) .product-item .product-inner{
    border-top-width: 0;
}
.ovic-products.style-09 .product-list-grid .product-item .product-inner{
    border-top-width: 0;
    border-inline-start-width: 0;
}
.ovic-products.style-09 .product-list-grid .product-item{
    padding: 0;
    margin: 0;
}
.ovic-products.style-09 .product-list-grid{
    border-top: 1px solid #e6e6e6;
    border-inline-start: 1px solid #e6e6e6;
    margin: 0;
}
.product-item.style-09 .product-inner{
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 9px;
}
.product-item.style-09 .product-thumb{
    width: 110px;
}
.product-item.style-09 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.product-item.style-09 .product-title{
    font-weight: 400;
}
.product-item.style-09 .price{
    margin-top: 8px;
}
/* style-10 */
.product-item.style-10 .product-inner{
    border: 1px solid var(--main-color);
    text-align: center;
}
.product-item.style-10 .product-labels{
    top: 19px;
    left: 19px;
    right: 19px;
}
.product-item.style-10 .product-labels > *{
    font-size: 14px;
    font-weight: 600;
    padding: 2px 12px;
}
.product-item.style-10 .product-info{
    padding: 0 29px 24px;
}
.product-item.style-10 .star-rating-wrap{
    margin-top: 8px;
}
.product-item.style-10 .process-availability{
    margin-top: 5px;
}
.product-item.style-10 .product-labels > .onsale{
    background-color: #fa393a;
}
.product-item.style-10 .add-to-cart{
    margin-top: 24px;
}
.product-item.style-10 .add-to-cart > a{
    padding: 8px 33px;
    text-transform: uppercase;
}
.product-item.style-10 .add-to-cart > a::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e922';
    font-size: 26px;
    font-weight: 400;
    margin-inline-start: 3px;
    margin-inline-end: 9px;
}
/* style-11 */
.ovic-products.style-11 .head{
    text-align: inherit;
    padding-bottom: 13px;
    padding-inline-end: 45px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.ovic-products.style-11 .head .title{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.product-item.style-11 .product-inner{
    display: flex;
    align-items: center;
}
.product-item.style-11 .product-thumb{
    border: 1px solid #e6e6e6;
    width: 100px;
}
.product-item.style-11 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 25px;
}
.product-item.style-11 .product-title{
    font-weight: 400;
    margin-top: 6px;
}
.product-item.style-11 .star-rating-wrap{
    margin-top: 4px;
}
.product-item.style-11 .price{
    margin-top: 2px;
}
/* style-12 */
.ovic-products.style-12{
    display: flex;
    margin: 0 -15px;
}
.ovic-products.style-12 .head{
    width: 25%;
    padding: 0 15px;
    text-align: inherit;
    margin: -8px 0 0;
}
.ovic-products.style-12 .head .title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 21px;
}
.ovic-products.style-12 > .woocommerce{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 15px;
}
.ovic-products.style-12 .head + .woocommerce .product-list-owl{
    position: static;
}
.ovic-products.style-12 .head + .woocommerce .product-list-owl:not(:hover) .slick-arrow{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow::after{
    display: none;
}
.ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow.prev{
    top: 190px;
    left: 15px;
}
.ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow.next{
    top: 190px;
    left: 69px;
    right: auto;
    bottom: auto;
}
.product-item.style-12 .product-inner{
    text-align: center;
    overflow: hidden;
}
.product-item.style-12 .product-labels > *{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #b6d944;
}
.product-item.style-12 .product-labels .onsale{
    background-color: #f5646f;
}
.product-item.style-12 .group-button{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
.product-item.style-12 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-12 .group-button.style-01 a.compare,
.product-item.style-12 .group-button.style-01 a.yith-wcqv-button,
.product-item.style-12 .group-button.style-01 .yith-wcwl-add-to-wishlist > *{
    box-shadow: none;
}
.product-item.style-12 .group-button.style-01 a.yith-wcqv-button::before{
    font-size: 22px;
}
.product-item.style-12 .group-button.style-01 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    font-size: 19px;
}
.product-item.style-12 .product-info{
    padding: 7px 0 9px;
}
.product-item.style-12 .cat-list{
    color: inherit;
}
.product-item.style-12 .product-title{
    font-weight: 500;
    margin-top: 5px;
}
.product-item.style-12 .price{
    margin-top: 8px;
    color: var(--main-color);
}
.product-item.style-12 .add-to-cart{
    display: block;
    margin-top: 18px;
}
.product-item.style-12 .add-to-cart > a{
    font-size: 16px;
    padding: 11px 20px;
    text-transform: uppercase;
    max-width: 205px;
    border-radius: 90px;
}
/* style-13 */
.ovic-products.style-13 .product-list-owl > .slick-list{
    padding: 10px;
    margin: -10px;
}
.product-item.style-13 .product-inner{
    display: flex;
    padding: 10px;
    background-color: #fafafa;
    -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-13 .product-inner:hover{
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
}
.product-item.style-13 .product-thumb{
    width: 45%;
    max-width: 190px;
}
.product-item.style-13 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 14px 10px;
    padding-inline-end: 14px;
}
.product-item.style-13 a.yith-wcqv-button{
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 48px;
    padding: 12px 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}
.product-item.style-13 a.yith-wcqv-button:hover{
    color: #fff;
    background-color: var(--main-color);
}
.product-item.style-13 a.yith-wcqv-button::before{
    margin: 0;
}
.product-item.style-13 .group-button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px -5px 0;
}
.product-item.style-13 .group-button > *{
    margin: 4px 5px 0;
}
.product-item.style-13 .add-to-cart{
    flex: 1 1 auto;
}
.product-item.style-13 .add-to-cart > a{
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 90px;
}
.product-item.style-13 a.compare,
.product-item.style-13 .yith-wcwl-add-to-wishlist > *{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 20px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
}
.product-item.style-13 a.compare:not(.added):not(:hover),
.product-item.style-13 .yith-wcwl-add-to-wishlist > *:not(.yith-wcwl-wishlistaddedbrowse):not(.yith-wcwl-wishlistexistsbrowse) a:not(:hover):not(:focus){
    color: #888;
}
.product-item.style-13 a.compare::before{
    font-size: 17px;
    margin: 0;
}
.product-item.style-13 .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-13 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
    margin: 0;
}
.product-item.style-13 .product-title{
    font-weight: 500;
    margin-top: 3px;
}
.product-item.style-13 .price{
    color: var(--main-color);
    margin-top: 2px;
}
/* style-14 */
/* style-15 */
.product-item.style-15 .product-inner{
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.product-item.style-15 .product-thumb{
    width: 148px;
}
.product-item.style-15 .thumb-link::after{
    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;
}
.product-item.style-15 .product-inner:hover .thumb-link::after{
    background-color: rgba(255, 255, 255, 0.7);
}
.product-item.style-15 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 30px;
}
.product-item.style-16 .product-title,
.product-item.style-15 .product-title{
    font-weight: 500;
    margin-top: 6px;
}
.product-item.style-16 .price,
.product-item.style-15 .price{
    font-size: 17px;
    margin-top: 1px;
}
.product-item.style-15 .product-inner:not(:hover) .group-button{
    opacity: 0;
    visibility: hidden;
}
.product-item.style-15 .group-button{
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    -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-16 .group-button .add-to-cart > a::before,
.product-item.style-15 .group-button .add-to-cart > a::before{
    content: '\e92a';
    font-size: 20px;
}
/* style-16 */
.product-item.style-16 .product-inner{
    text-align: center;
}
.product-item.style-16 .product-thumb{
    border: 1px solid #e6e6e6;
    overflow: visible;
}
.product-item.style-16 .product-labels{
    top: 15px;
    left: 15px;
    right: 15px;
}
.product-item.style-16 .group-button{
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.product-item.style-16 .group-button > *{
    margin: 0 7px;
}
.product-item.style-16 .group-button .add-to-cart > a,
.product-item.style-16 .group-button a.compare,
.product-item.style-16 .group-button a.yith-wcqv-button,
.product-item.style-16 .group-button .yith-wcwl-add-to-wishlist > *{
    box-shadow: 0 1px 5px rgba(92, 103, 119, 0.2);
}
.product-item.style-16 .product-info{
    padding: 0 0 4px;
}
.product-item.style-16 .cat-list{
    margin-top: 18px;
}
.product-item.style-16 .star-rating-wrap{
    margin-top: -3px;
}
.product-item.style-16 .star-rating::before,
.product-item.style-16 .star-rating > span::before{
    font-size: 12px;
}
/* style-17 */
.product-item.style-17 .product-inner{
    display: flex;
    flex-wrap: wrap;
}
.product-item.style-17 .product-thumb{
    width: calc(50% - 15px);
}
.product-item.style-17 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
.product-item.style-17 .product-title{
    font-size: 24px;
    line-height: 30px;
    margin-top: 3px;
}
.product-item.style-17 .product-title a{
    white-space: normal;
}
.product-item.style-17 .excerpt-content{
    font-size: 14px;
    color: #333;
    margin-top: 17px;
}
.product-item.style-17 .price{
    font-size: 24px;
    line-height: 30px;
    color: var(--main-color);
    margin-top: 24px;
}
.product-item.style-17 .price del{
    font-size: 18px;
    margin: 2px 0 -2px;
}
.product-item.style-17 .add-to-cart{
    display: block;
    margin-top: 23px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}
.product-item.style-17 .add-to-cart > a{
    text-transform: uppercase;
    border-radius: 90px;
    padding: 11px 20px;
    max-width: 210px;
    color: #222;
    background-color: #d9d9d9;
}
.product-item.style-17 .add-to-cart > a:hover{
    color: #fff;
    background-color: var(--main-color);
}
/* style-18 */
.product-item.style-18 .product-inner{
    display: flex;
}
.product-item.style-18 .product-thumb{
    width: 120px;
}
.product-item.style-18 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 6px 0;
    padding-inline-start: 10px;
}
.product-item.style-18 .product-title{
    font-weight: 500;
    margin-top: 4px;
}
.product-item.style-18 .price{
    color: var(--main-color);
    margin-top: 9px;
}
/* style-19 */
.product-item.style-19 .product-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 3px solid var(--main-color);
    border-radius: 6px;
    padding: 17px;
}
.product-item.style-19 .product-thumb{
    max-width: 45%;
}
.product-item.style-19 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 30px 20px 32px;
}
.product-item.style-19 .cat-list{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--main-color);
    margin-bottom: 13px;
}
.product-item.style-19 .cat-list a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
}
.product-item.style-19 .cat-list a::before{
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    right: 0;
    border-top: 1px solid;
}
.product-item.style-19 .cat-list a:not(:hover)::before{
    opacity: 0.4;
}
.product-item.style-19 .product-title{
    font-size: 30px;
    line-height: 1.27;
    margin-bottom: 7px;
}
.product-item.style-19 .star-rating-wrap{
    margin-bottom: 14px;
}
.product-item.style-19 .star-rating::before,
.product-item.style-19 .star-rating > span::before{
    font-size: 12px;
}
.product-item.style-19 .price{
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 14px;
}
.product-item.style-19 .price del{
    font-size: 18px;
    line-height: 1.56;
}
.product-item.style-19 .excerpt-content{
    font-size: 15px;
    color: #000;
}
.product-item.style-19 .countdown-title{
    font-size: 20px;
    margin: 30px 0 16px;
}
@media (min-width: 1200px){
    .product-item.style-12 .product-inner:hover .product-labels > *{
        opacity: 0;
    }
    .product-item.style-16 .product-inner:hover .cat-list,
    .product-item.style-16 .product-inner:not(:hover) .group-button,
    .product-item.style-13 .product-inner:not(:hover) .group-button{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-16 .product-inner:not(:hover) .group-button,
    .product-item.style-02 .product-inner:not(:hover) .group-button{
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    .product-item.style-14 .product-inner:not(:hover) .group-button,
    .product-item.style-12 .product-inner:not(:hover) .group-button,
    .product-item.style-06 .product-inner:not(:hover) .group-button,
    .product-item.style-01 .product-inner:not(:hover) .group-button{
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .product-item.style-16 .cat-list,
    .product-item.style-12 .product-labels > *,
    .product-item.style-16 .group-button,
    .product-item.style-14 .group-button,
    .product-item.style-13 .group-button,
    .product-item.style-12 .group-button,
    .product-item.style-06 .group-button,
    .product-item.style-02 .group-button,
    .product-item.style-01 .group-button{
        -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-13 .product-inner:not(:hover) a.yith-wcqv-button{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .product-item.style-13 a.yith-wcqv-button{
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .product-item.style-04 .product-inner:hover{
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
        border-color: transparent;
    }
    .product-item.style-12 .product-info{
        -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-12 .product-inner:hover .product-info{
        position: relative;
        background-color: inherit;
        -webkit-transform: translateY(-65px);
        -moz-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
        -o-transform: translateY(-65px);
        transform: translateY(-65px);
    }
    .product-item.style-12 .add-to-cart{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 9px;
    }
}
@media (min-width: 1500px){
    .product-item.style-17 .product-info{
        padding-top: 23px;
    }
}
@media (max-width: 1499px){
    .product-item.style-11 .product-info{
        padding-inline-start: 15px;
    }
    .ovic-products.style-12 .head{
        width: 28%;
    }
}
@media (max-width: 1199px){
    .product-item.style-13 a.yith-wcqv-button,
    .product-item.style-16 .group-button,
    .product-item.style-15 .group-button,
    .product-item.style-14 .group-button,
    .product-item.style-13 .group-button > *:not(.add-to-cart),
    .product-item.style-12 .group-button,
    .product-item.style-06 .group-button,
    .product-item.style-02 .group-button,
    .product-item.style-01 .group-button,
    .product-item .product-labels{
        display: none;
    }
    .product-item.style-03 .product-title,
    .product-item.style-02 .product-title{
        font-size: 15px;
        margin-top: 0;
    }
    .product-item.style-03 .price, .product-item.style-02 .price{
        margin-top: 3px;
    }
    .product-item.style-07 .product-info{
        padding: 10px 8px 14px;
    }
    .product-item.style-07 .ovic-countdown{
        margin-bottom: 10px;
    }
    .ovic-products.style-12 .head{
        width: 30%;
    }
    .ovic-products.style-12 .head .title{
        font-size: 32px;
        margin-bottom: 11px;
    }
    .ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow.prev{
        top: 180px;
    }
    .ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow.next{
        top: 180px;
        left: 55px;
    }
    .product-item.style-12 .product-info{
        padding: 5px 0 0;
        background-color: transparent !important;
    }
    .product-item.style-12 .product-title{
        margin-top: 0;
    }
    .product-item.style-12 .price{
        margin-top: 3px;
    }
    .product-item.style-12 .add-to-cart{
        margin-top: 8px;
    }
    .product-item.style-12 .add-to-cart > a{
        font-size: 14px;
        padding: 8px 15px;
        max-width: 185px;
    }
    .product-item.style-13 .product-info{
        padding: 4px 10px 10px;
    }
    .product-item.style-13 .product-title{
        margin: 0;
    }
    .product-item.style-13 .price{
        margin: 0;
    }
    .product-item.style-13 .group-button{
        margin-top: 5px;
    }
    .product-item.style-13 .add-to-cart > a{
        font-size: 13px;
        padding: 8px 15px;
    }
    .product-item.style-17 .product-title{
        font-size: 20px;
        line-height: 25px;
    }
    .product-item.style-17 .excerpt-content{
        font-size: 13px;
        margin-top: 12px;
    }
    .product-item.style-17 .price{
        font-size: 20px;
        line-height: 25px;
        margin-top: 17px;
    }
    .product-item.style-17 .price del{
        font-size: 15px;
        margin: 1px 0 -1px;
    }
    .product-item.style-17 .add-to-cart{
        margin-top: 18px;
        padding-top: 25px;
    }
    .product-item.style-17 .add-to-cart > a{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .product-item.style-17 .product-info{
        padding-inline-start: 23px;
    }
    .product-item.style-16 .cat-list{
        margin-top: 8px;
    }
    .product-item.style-16 .product-title, .product-item.style-15 .product-title{
        margin-top: 2px;
    }
    .product-item.style-16 .price, .product-item.style-15 .price{
        margin-top: 0;
    }
    .product-item.style-16 .product-info{
        padding: 0;
    }
    .product-item.style-15 .product-thumb{
        max-width: 45%;
    }
    .product-item.style-15 .product-info{
        padding: 10px 15px;
    }
    .product-item.style-19 .product-inner{
        padding: 12px;
    }
    .product-item.style-19 .product-info{
        padding: 20px 15px 22px;
    }
    .product-item.style-19 .cat-list{
        margin-bottom: 8px;
    }
    .product-item.style-19 .product-title{
        font-size: 27px;
        margin-bottom: 4px;
    }
    .product-item.style-19 .star-rating-wrap{
        margin-bottom: 9px;
    }
    .product-item.style-19 .price{
        font-size: 22px;
        margin-bottom: 9px;
    }
    .product-item.style-19 .price del{
        font-size: 16px;
    }
    .product-item.style-19 .countdown-title{
        font-size: 18px;
        margin: 20px 0 14px;
    }
}
@media (max-width: 991px){
    .ovic-products.style-12 .head{
        width: 39%;
    }
    .product-item.style-17 .excerpt-content{
        display: none;
    }
}
@media (max-width: 767px){
    .product-item.style-03 .product-thumb{
        width: 43%;
    }
    .product-item.style-04 .product-thumb{
        width: 45%;
    }
    .product-item.style-14 .product-info,
    .product-item.style-01 .product-info{
        padding: 7px 6px 10px;
    }
    .product-item.style-14 .price,
    .product-item.style-01 .price{
        font-size: 15px;
        margin-top: 0;
    }
    .product-item.style-14 .price del,
    .product-item.style-01 .price del{
        font-size: 13px;
        margin: 1px 0 -1px;
    }
    .product-item.style-14 .product-title,
    .product-item.style-01 .product-title{
        margin-top: 2px;
    }
    .ovic-products.style-12{
        display: block;
        margin: 0;
    }
    .ovic-products.style-12 .head{
        width: auto;
        padding: 0;
    }
    .ovic-products.style-12 .head .title{
        font-size: 29px;
        margin-bottom: 5px;
    }
    .ovic-products.style-12 .head .desc{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .ovic-products.style-12 > .woocommerce{
        width: auto;
        padding: 0;
    }
    .ovic-products.style-12 .head + .woocommerce{
        padding-top: 50px;
        position: relative;
    }
    .ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow.prev{
        top: 0;
        left: 0;
    }
    .ovic-products.style-12 .head + .woocommerce .product-list-owl .slick-arrow.next{
        top: 0;
        left: 40px;
    }
    .product-item.style-12 .add-to-cart{
        margin-bottom: 5px;
    }
    .product-item.style-12 .add-to-cart > a{
        font-size: 12px;
        padding: 5px 15px;
        max-width: 155px;
    }
    .product-item.style-13 .group-button{
        margin-top: 2px;
    }
    .product-item.style-13 .add-to-cart > a{
        font-size: 12px;
        padding: 5px 15px;
    }
    .product-item.style-19 .product-thumb{
        max-width: 100%;
    }
    .product-item.style-19 .product-info{
        width: 100%;
        padding: 20px 0 10px;
    }
}
@media (max-width: 479px){
    .product-item.style-03 .product-thumb{
        width: 100%;
    }
    .product-item.style-03 .product-inner{
        display: block;
    }
    .product-item.style-03 .product-info{
        width: auto;
    }
    .product-item.style-03 .stock{
        margin-top: 3px;
    }
    .product-item.style-03 .ovic-countdown{
        margin-top: 9px;
    }
    .product-item.style-03 .add-to-cart{
        margin-top: 12px;
    }
    .product-item.style-17 .product-info{
        padding-inline-start: 15px;
    }
    .product-item.style-17 .product-title{
        font-size: 17px;
        line-height: 23px;
        margin-top: 1px;
    }
    .product-item.style-17 .price{
        font-size: 18px;
        line-height: 23px;
        margin-top: 8px;
    }
    .product-item.style-17 .price del{
        font-size: 14px;
    }
    .product-item.style-17 .add-to-cart{
        margin-top: 9px;
        padding-top: 15px;
    }
    .product-item.style-17 .add-to-cart > a{
        font-size: 13px;
        padding: 6px 15px;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
.button-wrapper{
    float: none;
    width: auto;
    margin: 0;
}
.button-wrapper #chart-button{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}
.button-wrapper #chart-button:hover{
    color: var(--main-color);
}
.md-size-chart-modal .md-size-chart-modal-content{
    text-align: inherit;
}
.md-size-chart-modal .md-size-chart-modal-body{
    padding: 15px;
}
.md-size-chart-modal .chart-container > h3{
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}
.md-size-chart-modal .chart-content::before,
.md-size-chart-modal .chart-content::after{
    content: '';
    display: table;
    clear: both;
}
.md-size-chart-modal .chart-content > span{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.md-size-chart-modal .chart-content > span b{
    font-weight: inherit;
}
.md-size-chart-modal .chart-table table{
    border-collapse: collapse;
}
.md-size-chart-modal table#size-chart tr th{
    font-size: 13px;
    font-weight: 600;
}
/*----- GALLERY -----*/
.single-product-wrapper{
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.woocommerce-product-gallery::before,
.woocommerce-product-gallery::after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce-product-gallery{
    position: relative;
    width: 540px;
    max-width: 100%;
    border: 1px solid #e6e6e6;
}
.has-gallery .woocommerce-product-gallery{
    border: none;
}
.has-gallery .woocommerce-product-gallery .flex-viewport{
    border: 1px solid #e6e6e6;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image{
    text-align: center;
}
.woocommerce-product-gallery .flex-control-nav{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    max-width: 316px;
}
.woocommerce-product-gallery .flex-control-nav img{
    cursor: pointer;
    border: 1px solid #e6e6e6;
}
.woocommerce-product-gallery .flex-control-nav img:hover,
.woocommerce-product-gallery .flex-control-nav img.flex-active{
    border-color: var(--main-color);
}
.woocommerce-product-gallery .flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    --gap: 20px;
    gap: var(--gap);
}
.woocommerce-product-gallery .flex-control-thumbs > li{
    width: calc((100% / var(--columns)) - (var(--gap) * (var(--columns) - 1) / var(--columns)));
}
.woocommerce-product-gallery .flex-control-thumbs.slick-slider{
    display: block;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    top: 15px;
    right: 15px;
    z-index: 1;
    text-align: center;
}
.woocommerce-product-gallery__trigger:not(:hover){
    color: inherit;
}
.woocommerce-product-gallery__trigger::before{
    font-family: main-icon, sans-serif;
    content: '\e911';
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}
.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{
    flex: 1 1 auto;
    width: 1%;
    position: relative;
    padding-inline-start: 48px;
}
.entry-summary .onsale{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #dd433f;
    padding: 2px 9px;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.entry-summary .product_title{
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}
.entry-summary .ovic-countdown{
    padding-bottom: 8px;
    margin: 22px 0 0;
}
.entry-summary .woocommerce-product-rating{
    margin: 3px 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #404040;
}
.entry-summary .star-rating-wrap{
    display: inline-block;
    vertical-align: top;
}
.entry-summary .star-rating-wrap::after{
    display: inline-block;
    vertical-align: top;
    content: '-';
    margin: 0 3px;
    margin-inline-start: 7px;
}
.entry-summary .woocommerce-review-link{
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}
.entry-summary .woocommerce-review-link:not(:hover){
    color: inherit;
}
.entry-summary > .price{
    display: block;
    margin: 17px 0 0;
    font-size: 30px;
    line-height: 36px;
}
.entry-summary > .price ins{
    margin-inline-end: 14px;
}
.entry-summary > .price del{
    font-size: 24px;
    margin: 2px 0 -2px;
}
.entry-summary > .stock{
    margin: 16px 0 0;
    text-transform: capitalize;
}
.entry-summary > .stock .out-of-stock{
    margin-bottom: -7px;
}
.entry-summary .woocommerce-product-details__short-description{
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0 0;
}
.woocommerce-product-details__short-description :last-child{
    margin-bottom: 0;
}
.entry-summary .button-wrapper{
    margin-top: 16px;
}
.entry-summary .cart{
    margin: 12px 0 0;
}
.entry-summary .cart .quantity{
    margin: 10px 0 0;
    margin-inline-end: 7px;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    font-size: 15px;
    text-transform: capitalize;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 0 11px;
    margin: 10px 0 0;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist{
    margin: 20px 0 0;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist a{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}
.entry-summary a.compare:not(:hover):not(.added),
.entry-summary .yith-wcwl-add-to-wishlist > *:not(.yith-wcwl-wishlistaddedbrowse):not(.yith-wcwl-wishlistexistsbrowse):not(:hover) a{
    color: #222;
}
.entry-summary a.compare::before{
    font-size: inherit;
    margin-inline-end: 7px;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    font-size: 15px;
}
.entry-summary a.compare + .yith-wcwl-add-to-wishlist,
.entry-summary .yith-wcwl-add-to-wishlist + a.compare{
    margin-inline-start: 25px;
}
.entry-summary .grouped_form{
    padding-top: 10px;
}
.entry-summary .grouped_form th,
.entry-summary .grouped_form td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.entry-summary .grouped_form .quantity{
    display: block;
    margin: 0;
}
.entry-summary .grouped_form .quantity .input-text{
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.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;
    line-height: 20px;
    padding: 8px 10px;
    white-space: normal;
    background-color: transparent;
    color: #222;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart .button:hover{
    color: var(--main-color);
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .add-to-cart .button::before{
    display: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label{
    font-size: 14px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label a:not(:hover){
    color: #222;
}
.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{
    text-align: center;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price .amount{
    font-size: 16px;
    font-weight: 600;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price ins{
    text-decoration: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price del .amount{
    font-size: 13px;
    color: var(--main-cl);
    font-weight: 400;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price .stock{
    margin: 0;
}
.entry-summary .ovic-countdown.style-03 .ecotech-countdown > *{
    text-transform: none;
}
/* summry end */
.entry-summary-end{
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}
.entry-summary-end .entry-inner{
    margin: 0 -15px;
}
.entry-summary-end .entry-inner > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.entry-summary-end .entry-inner > * > a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 3px 0;
    text-decoration: none;
}
.entry-summary-end .entry-inner > * > a:not(:hover){
    color: #222;
}
.entry-summary-end .other-info:first-child{
    padding-top: 3px;
}
.entry-summary-end .other-info{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding: 10px 0;
}
.entry-summary-end .other-info > *:last-child{
    margin: 0;
}
.entry-summary-end .other-info .highlight{
    color: #05a503;
}
/* size guide */
div.delivery-return:not(.open) .content-delivery,
div.size-guide:not(.open) .content-guide{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
}
div.delivery-return .content-delivery,
div.size-guide .content-guide{
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
    width: 600px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    margin: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -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: 100000;
}
div.delivery-return .title-delivery,
div.size-guide .title-guide{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-inline-end: 42px;
    box-shadow: 0 -1px #e6e6e6 inset;
}
div.ovic-question-answers .close-question,
div.delivery-return .close-entry,
div.size-guide .close-entry{
    position: absolute;
    top: 7px;
    right: 0;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
div.ovic-question-answers .close-question:not(:hover),
div.delivery-return .close-entry:not(:hover),
div.size-guide .close-entry:not(:hover){
    color: inherit;
}
div.ovic-question-answers .close-question::before,
div.delivery-return .close-entry::before,
div.size-guide .close-entry::before{
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 24px;
}
div.ovic-question-answers.loading .list-question{
    min-height: 30px;
    position: relative;
    overflow: hidden;
}
div.size-guide table.ovic-size-chart tbody tr:nth-child(even) td{
    background-color: #e6e6e6;
}
div.size-guide table.ovic-size-chart th{
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-color: #ccc;
}
div.size-guide table.ovic-size-chart td{
    text-align: center;
    color: #000;
    border-color: #ccc;
}
/* q & a */
div.ovic-question-answers .ask-question{
    padding: 11px 20px;
    height: 46px;
}
div.ovic-question-answers .add-question{
    padding: 11px 25px;
}
div.ovic-question-answers .list-question{
    font-size: 14px;
    line-height: 24px;
}
div.ovic-question-answers .item-question{
    padding: 15px 0;
}
div.ovic-question-answers .question{
    display: flex;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
}
div.ovic-question-answers .question .icon{
    font-size: 20px;
    font-weight: 400;
    margin-inline-end: 10px;
}
div.ovic-question-answers .question .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e960';
}
div.ovic-question-answers .question .text{
    flex: 1 1 auto;
    width: 1%;
}
@media (max-width: 1499px){
    .woocommerce-product-gallery{
        width: 480px;
    }
    .entry-summary{
        padding-inline-start: 40px;
    }
}
@media (max-width: 1499px) and (min-width: 1200px){
    .sidebar-left .woocommerce-product-gallery,
    .sidebar-right .woocommerce-product-gallery{
        width: 400px;
    }
}
@media (max-width: 1199px){
    .woocommerce-product-gallery{
        width: 420px;
    }
    .entry-summary{
        padding-inline-start: 30px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .sidebar-left .woocommerce-product-gallery,
    .sidebar-right .woocommerce-product-gallery{
        width: 320px;
    }
}
@media (max-width: 991px){
    .woocommerce-product-gallery{
        width: 360px;
    }
    .woocommerce-product-gallery .flex-control-nav{
        margin-top: 15px;
        max-width: 306px;
    }
    .woocommerce-product-gallery .flex-control-thumbs{
        --gap: 15px;
    }
    .entry-summary{
        padding-inline-start: 20px;
    }
}
@media (max-width: 767px){
    .woocommerce-product-gallery{
        width: 100%;
    }
    .entry-summary.sticky-content{
        position: static !important;
        width: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
    .entry-summary{
        width: 100%;
        padding: 30px 0 0;
    }
}
@media (max-width: 767px){
    .woocommerce-product-gallery .flex-control-nav{
        margin-top: 10px;
        max-width: 296px;
    }
    .woocommerce-product-gallery .flex-control-thumbs{
        --gap: 10px;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin-top: 43px;
}
.woocommerce-tabs .panel{
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    box-shadow: 0 -2px #e6e6e6 inset;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-tabs > ul > li:not(:last-child){
    margin-inline-end: 60px;
}
.woocommerce-tabs > ul > li > a{
    display: block;
    color: #888;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}
.woocommerce-tabs > ul > li.active > a,
.woocommerce-tabs > ul > li > a:hover{
    color: #222;
    border-color: var(--main-color);
}
.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: start;
}
.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-inline-start-width: 0;
    border-inline-end-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-inline-start: 0;
}
.product-tab-brands .brand-item > *:last-child,
#tab-additional_information th:last-child,
#tab-additional_information td:last-child{
    padding-inline-end: 0;
}
.product-tab-brands .brand-item .term-description *:last-child,
#tab-additional_information *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail{
    width: 30%;
    text-align: center;
}
#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-inline-end: 10px;
}
#wcmp_vendor_reviews .commentlist .comment-text,
#tab-reviews .commentlist .comment-text{
    overflow: hidden;
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
}
#wcmp_vendor_reviews .commentlist .meta,
#tab-reviews .commentlist .meta{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    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;
    padding-inline-start: 20px;
}
#wcmp_vendor_reviews .comment-form-rating > label,
#tab-reviews .comment-form-rating > label{
    margin-inline-end: 10px;
}
#wcmp_vendor_reviews .comment-form-rating > p.stars,
#tab-reviews .comment-form-rating > p.stars{
    margin-bottom: 6px;
}
#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;
    color: #222;
    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.2;
    margin-bottom: 19px;
}
@media (min-width: 768px){
    #tab-reviews #reviews{
        display: inline;
    }
    #tab-reviews .ovic-panel-rating{
        float: left;
        width: 250px;
        padding-inline-end: 20px;
        margin-bottom: 0;
        box-shadow: 1px 0 #e6e6e6;
    }
    #tab-reviews .ovic-panel-rating ~ * #comments{
        float: right;
        width: calc(100% - 250px);
        padding-inline-start: 20px;
        border-inline-start: 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-inline-end: 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-inline-end: 30px;
    }
    #tab-reviews .ovic-panel-rating ~ * #comments{
        width: calc(100% - 290px);
        padding-inline-start: 30px;
    }
}
@media (max-width: 1499px){
    .woocommerce-tabs > ul > li:not(:last-child){
        margin-inline-end: 50px;
    }
}
@media (max-width: 1199px){
    .woocommerce-tabs{
        margin-top: 32px;
    }
    .woocommerce-tabs > ul{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .woocommerce-tabs > ul > li:not(:last-child){
        margin-inline-end: 40px;
    }
}
@media (max-width: 767px){
    .woocommerce-tabs > ul > li:not(:last-child){
        margin-inline-end: 30px;
    }
}
@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;
    }
    .product-tab-brands .brand-item > *:not(:last-child),
    #tab-additional_information th, #tab-additional_information td:not(:last-child){
        padding-inline-end: 10px;
    }
    .product-tab-brands .brand-item > *:not(:first-child),
    #tab-additional_information th, #tab-additional_information td:not(:first-child){
        padding-inline-start: 10px;
    }
    .product-tab-brands .brand-item .term-name{
        display: none;
    }
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products{
    position: relative;
    clear: both;
    padding-bottom: 40px;
}
.cross-sells.products{
    position: relative;
    clear: both;
    padding-top: 70px;
}
.related.products > .title,
.up-sells.products > .title,
.cross-sells.products > .title{
    font-size: 30px;
    text-align: center;
    margin: 0 0 29px;
}
@media (max-width: 1499px){
    .related.products > .title,
    .up-sells.products > .title,
    .cross-sells.products > .title{
        font-size: 32px;
        margin-bottom: 25px;
    }
}
@media (max-width: 1199px){
    .cross-sells.products{
        padding-top: 40px;
    }
    .related.products > .title,
    .up-sells.products > .title,
    .cross-sells.products > .title{
        font-size: 28px;
        margin-bottom: 21px;
    }
}
@media (max-width: 991px){
    .related.products > .title,
    .up-sells.products > .title,
    .cross-sells.products > .title{
        font-size: 26px;
        margin-bottom: 17px;
    }
}
@media (max-width: 767px){
    .related.products > .title,
    .up-sells.products > .title,
    .cross-sells.products > .title{
        font-size: 24px;
        margin-bottom: 13px;
    }
}
/* BUNDLE */
div.ovic_bundle-wrap{
    margin-top: 30px;
}
div.ovic_bundle-wrap .column-name a:not(:hover){
    color: #222;
}
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 .stock{
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-before-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
}
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-price .price del{
    font-size: 14px;
}
div.ovic_bundle-wrap .ovic_bundle-price .discount{
    font-size: 16px;
    line-height: 30px;
    color: #222;
}
div.ovic_bundle-wrap .ovic_bundle-total .discount{
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
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: 24px;
    direction: inherit !important;
}
.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%;
    box-shadow: 0 0 0 1px #ccc inset;
}
.wpcf7 p{
    position: relative;
}
.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;
    margin-top: 4px;
}
.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 0 0;
    margin-inline-end: 3px;
}
.wpcf7 [type="submit"]{
    padding: 11px 30px;
    border-radius: 0 11px;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: -20px;
}
div.wpcf7 .ajax-loader{
    margin: 0 0 -20px;
    margin-inline-start: 4px;
}
@media (max-width: 1199px){
    .wpcf7 label{
        margin-top: 0;
    }
    .wpcf7 [type="submit"]{
        margin-top: 10px;
    }
}
/*----- CART -----*/
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-form-login .woocommerce-LostPassword{
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
}
.woocommerce table.wishlist_table,
.woocommerce-cart-form > .shop_table{
    margin: 0 0 30px;
}
.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: 20px;
    line-height: 30px;
}
.woocommerce table.wishlist_table .product-thumbnail img,
.woocommerce-cart-form > .shop_table .product-thumbnail img{
    width: 90px;
    border: 1px solid #e6e6e6;
}
.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 td.product-name a:not(.button),
.woocommerce-cart-form > .shop_table td.product-name a:not(.button),
.woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name a:not(.button){
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.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){
    color: #222;
}
.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;
    width: 40px;
    padding: 8px 0;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #111;
}
.woocommerce #content table.wishlist_table tr td.product-remove a:hover,
.woocommerce-cart-form > .shop_table .product-remove a:hover,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a:hover{
    color: #fff;
    background-color: var(--main-color);
}
.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{
    font-family: main-icon, sans-serif;
    content: '\e946';
    font-size: 20px;
    line-height: 24px;
}
.woocommerce-cart-form > .shop_table .quantity{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.woocommerce-cart-form > .shop_table .quantity .input-text{
    font-size: 16px;
    padding: 0;
    height: 24px;
    background-color: transparent;
    box-shadow: none !important;
    width: 60px;
}
.woocommerce-cart-form > .shop_table .quantity .arrow{
    width: 16px;
    position: static;
    border: none;
    margin: -1px 0 1px;
}
.woocommerce-cart-form > .shop_table .quantity .arrow:not(:hover){
    color: #888;
}
.woocommerce-cart-form > .shop_table .quantity .minus::before{
    font-family: main-icon, sans-serif;
    content: '\e947';
    line-height: 24px;
    box-shadow: none;
}
.woocommerce-cart-form > .shop_table .quantity .plus::before{
    font-family: main-icon, sans-serif;
    content: '\e948';
    line-height: 24px;
}
.woocommerce-cart-form .shop_table .actions{
    width: 100%;
    padding: 15px 0 0;
    border-top: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce-cart-form .shop_table .actions > *{
    margin-top: 15px;
}
.woocommerce-cart-form .shop_table .actions .coupon{
    flex: 1 1 auto;
    max-width: 100%;
    display: flex;
    margin-bottom: 0;
    margin-inline-end: 30px;
}
.woocommerce-cart-form .shop_table .actions .coupon .input-text{
    width: 260px;
    padding: 13px 20px;
    border-radius: 0 0 0 13px !important;
    margin: 0;
}
.woocommerce-cart-form .shop_table .actions .coupon button{
    padding: 13px 30px;
    border-radius: 0 13px 0 0;
    background-color: #000;
    margin: 0;
}
.woocommerce-cart-form .shop_table .actions .coupon button:hover{
    background-color: var(--main-color);
}
.cart-collaterals{
    background-color: #f7f6fb;
    padding: 30px 40px 40px;
    font-size: 14px;
    line-height: 24px;
}
.cart-collaterals .cart_totals > h2{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    border: none;
    padding: 12px 10px;
    padding-inline-start: 0;
}
.cart-collaterals .shop_table td{
    border: none;
    padding: 12px 10px;
    padding-inline-end: 0;
    text-align: end;
}
.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 .woocommerce-shipping-destination{
    margin-bottom: 10px;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator{
    margin-top: 10px;
}
.cart-collaterals .shop_table .cart-subtotal .amount{
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.cart-collaterals .shop_table .order-total td{
    padding-top: 25px;
    padding-bottom: 25px;
    color: #222;
}
.cart-collaterals .shop_table .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount{
    font-size: 20px;
    line-height: 30px;
    color: #222;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    display: block;
    width: auto;
    background-color: #000;
}
.cart-collaterals .wc-proceed-to-checkout .button:hover{
    background-color: var(--main-color);
}
.cart-collaterals .wc-proceed-to-checkout .button:not(:last-child){
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .woocommerce table.wishlist_table,
    .woocommerce-cart-form > .shop_table{
        display: block;
    }
    .woocommerce table.wishlist_table thead,
    .woocommerce table.wishlist_table tbody,
    .woocommerce-cart-form > .shop_table thead,
    .woocommerce-cart-form > .shop_table tbody{
        display: block;
    }
    .woocommerce table.wishlist_table tr,
    .woocommerce-cart-form > .shop_table tr{
        display: flex;
        align-items: center;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce table.wishlist_table td,
    .woocommerce-cart-form > .shop_table th,
    .woocommerce-cart-form > .shop_table td{
        width: 16%;
        order: 1;
        border: none;
        padding: 30px 10px;
    }
    .woocommerce table.wishlist_table tbody tr,
    .woocommerce-cart-form > .shop_table tbody .cart_item{
        border-top: 1px solid #f2f2f2;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce-cart-form > .shop_table th{
        padding-top: 0;
        padding-bottom: 19px;
    }
    .woocommerce table.wishlist_table .product-thumbnail,
    .woocommerce-cart-form > .shop_table .product-thumbnail{
        width: 100px;
        padding-inline-start: 0;
    }
    .woocommerce table.wishlist_table .product-name,
    .woocommerce-cart-form > .shop_table .product-name{
        flex: 1 1 auto;
        width: 1%;
    }
    .woocommerce table.wishlist_table th.product-name,
    .woocommerce-cart-form > .shop_table th.product-name{
        margin-inline-start: -100px;
        padding-inline-start: 0;
    }
    .woocommerce-cart-form > .shop_table .product-quantity{
        min-width: 112px;
    }
    .woocommerce table.wishlist_table .product-add-to-cart{
        width: 20%;
    }
    .woocommerce table.wishlist_table .product-remove,
    .woocommerce-cart-form > .shop_table .product-remove{
        width: 50px;
        order: 2;
        padding-inline-end: 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% - 440px);
        margin-inline-end: 70px;
    }
    .cart-collaterals{
        max-width: 370px;
        margin-inline-start: auto;
    }
    .woocommerce table.wishlist_table,
    .woocommerce-cart-form > .shop_table{
        margin: 0;
    }
}
@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-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
@media (max-width: 767px){
    .woocommerce-cart-form .shop_table .actions{
        display: block;
        padding: 15px 15px 30px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon{
        margin-inline-end: 0;
    }
    .woocommerce-cart-form .shop_table .actions .coupon .input-text{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (max-width: 479px){
    .woocommerce-cart-form .shop_table .actions .coupon{
        display: block;
    }
    .woocommerce-cart-form .shop_table .actions .coupon .input-text{
        width: 100%;
        border-radius: 0 13px !important;
    }
    .woocommerce-cart-form .shop_table .actions .coupon button{
        margin-top: 15px;
        border-radius: 0 13px;
    }
}
/*----- 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 -----*/
/*----- 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;
    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: #222;
}
.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-inline-end: 50px;
    }
    .woocommerce-account .col2-set .col-2{
        width: 50%;
        padding-inline-start: 50px;
        border-inline-start: 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-inline-end: 75px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-inline-start: 75px;
    }
}
@media (min-width: 1200px){
    .woocommerce-account .col2-set .col-1{
        padding-inline-end: 100px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-inline-start: 100px;
    }
}
@media (min-width: 1500px){
    .woocommerce-account .col2-set .col-1{
        padding-inline-end: 130px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-inline-start: 130px;
    }
}
/*----- 404 ERROR -----*/
.error-404{
    text-align: center;
    padding-top: 60px;
}
.error-404 .title{
    font-size: 48px;
    line-height: 58px;
    margin: 7px 0 0;
}
.error-404 .subtitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: inherit;
    margin: 0;
}
.error-404 figure{
    margin: 40px 0 0;
}
.error-404 .button{
    min-width: 230px;
    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-mobile,
.header{
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
}
.header .logo{
    padding: 5px 0;
}
.menu-item > .desc{
    display: none;
}
.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: 18px;
    font-weight: 400;
}
.menu-item > a figure.icon{
    font-size: 0 !important;
}
.menu-item > a .label-image{
    display: inline !important;
    margin: -15px 0 0;
    margin-inline-start: 5px;
}
.menu-item > a img{
    max-height: 24px;
}
.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;
}
.ovic-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
body .ovic-menu li > a .icon{
    margin: 0;
    margin-inline-end: 5px;
}
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;
    margin: 0;
}
.logo a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.logo a span{
    display: block;
    max-width: 210px;
}
.logo a .text{
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #59a30e;
    margin: 5px 0 0;
    margin-inline-start: 3px;
}
/*----- TOP BAR MENU -----*/
.ecotech-dropdown{
    position: relative;
}
.ecotech-dropdown > .sub-menu,
.header-submenu .sub-menu{
    position: absolute;
    top: 100%;
    left: -15px;
    width: 150px;
    min-width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: var(--main-cl);
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    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: start;
    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);
}
.ecotech-dropdown > .sub-menu > .menu-item > a,
.header-submenu .sub-menu > li > a{
    display: block;
    padding: 6px 15px;
    text-decoration: none;
}
.ecotech-dropdown > .sub-menu > .menu-item:not(:first-child) > a,
.header-submenu .sub-menu > li:not(:first-child) > a{
    box-shadow: 0 1px #e6e6e6 inset;
}
.header-submenu{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.header-submenu li{
    position: relative;
}
.header-submenu > li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.header-top .header-box > * > a,
.header-submenu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .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,
.box-nav-vertical .vertical-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,
.box-header-nav .block-menu-bar > a:not(:hover),
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .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,
.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,
.header-top .header-box > * > a:not(:hover),
.header-submenu > .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{
    color: #222;
}
.header-submenu .sub-menu li > a .icon,
.header-submenu > li > a .icon{
    font-size: 16px;
}
.header-submenu .sub-menu li > a .fa-phone,
.header-submenu > li > a .fa-phone{
    font-size: 20px;
}
body.logged-in .block-userlink > a .text::after,
.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: 0;
    margin-inline-start: 5px;
}
@media (min-width: 1200px){
    .ecotech-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){
    .ecotech-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;
    }
}
/*----- HEADER SOCIAL -----*/
.header-social{
    font-size: 14px;
    line-height: 24px;
}
.header-social .inner{
    margin: 0 -6px;
}
.header-social a{
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    margin: 0 6px;
    text-decoration: none !important;
}
.header-social a:not(:hover){
    color: #555;
}
.header-social a > *{
    display: inline-block;
    vertical-align: top;
}
.header-social a .text{
    display: none;
}
.header-social a:hover .content{
    text-decoration: underline;
}
.header-social a .icon{
    font-size: 18px;
}
/*----- HEADER MESSAGE -----*/
.header-message{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    margin: 0;
    color: #222;
}
.header-message a:not(:hover){
    color: inherit;
}
/*----- HEADER PHONE -----*/
.header-info{
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0;
}
.header-info .inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.header-info .item{
    display: inline-block;
    vertical-align: top;
    text-align: start;
}
.header-info .item:not(:last-child){
    margin-inline-end: 30px;
}
.header-info .link{
    display: flex;
    text-decoration: none;
    position: relative;
}
.header-info .link:not(:hover){
    color: inherit;
}
.header-info .icon{
    width: 36px;
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-inline-end: 8px;
}
.header-info .item:hover .thumb{
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
.header-info .content{
    flex: 1 1 auto;
    width: 1%;
}
.header-info .title{
    display: block;
    font-weight: 600;
}
.header-info .link:not(:hover) .title{
    color: #222;
}
/*----- BLOCK MENU BAR -----*/
.block-menu-bar > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-menu-bar > a > *{
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 1200px){
    .block-menu-bar{
        display: none !important;
    }
}
/*----- USER LINK -----*/
.block-userlink > a{
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-userlink > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-userlink > a > .text span:not(.highlight){
    font-style: italic;
    text-transform: none;
}
.block-userlink > a:not(:hover) > .text span:not(.highlight){
    color: #999;
}
.block-userlink > .sub-menu{
    width: 160px;
}
/*----- WISHLIST -----*/
.block-wishlist > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-wishlist > a > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
/*----- COMPARE -----*/
.block-compare > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-compare > a > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
/*----- SETTINGS-----*/
.header-setting > .sub-menu{
    width: 220px;
    padding: 20px 20px 17px;
}
.header-setting > .sub-menu > *{
    margin-bottom: 20px;
}
.header-setting .header-submenu{
    display: block;
    margin: 0;
}
.header-setting .header-submenu > li{
    display: block;
    margin: 0;
}
.header-setting .header-message,
.header-setting .header-submenu > li > a{
    padding: 3px 0;
}
/*----- MINI CART -----*/
.block-minicart > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-minicart > a > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-minicart > a .amount{
    color: inherit;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
    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: start;
}
.block-minicart .widget_shopping_cart .woocommerce-mini-cart li:not(:first-child) .remove{
    top: 15px;
}
.block-minicart .widget_shopping_cart > .widgettitle,
.block-minicart .widget_shopping_cart > .widget-title{
    display: none;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    padding: 13px 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
/* popup */
body:not(.open-header-minicart) .block-minicart-popup{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.block-minicart-popup{
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    padding: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.block-minicart-popup .minicart-head{
    display: flex;
    padding: 0 0 12px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}
.block-minicart-popup .minicart-head .title{
    flex: 1 1 auto;
    width: 1%;
}
.block-minicart-popup .close-minicart{
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    padding-inline-start: 15px;
}
.block-minicart-popup .close-minicart:not(:hover){
    color: inherit;
}
.block-minicart-popup .widget_shopping_cart,
.block-minicart-popup .widget_shopping_cart_content{
    flex: 1 1 auto;
    height: 1%;
    display: flex;
    flex-direction: column;
}
.block-minicart-popup .widget_shopping_cart_content > .woocommerce-mini-cart{
    max-height: none;
    flex: 1 1 auto;
}
.block-minicart-popup .widget_shopping_cart .woocommerce-mini-cart .quantity .amount{
    font-size: inherit;
}
@media (min-width: 768px){
    .block-minicart-popup,
    .block-minicart .widget_shopping_cart{
        width: 375px;
        padding: 30px;
    }
    .block-minicart-popup .widget .product_list_widget > li:not(:first-child),
    .block-minicart .widget .product_list_widget > li:not(:first-child){
        margin-top: 30px;
    }
    .block-minicart .widget_shopping_cart .woocommerce-mini-cart{
        max-height: 210px;
    }
    .block-minicart-popup .widget_shopping_cart .woocommerce-mini-cart .quantity,
    .block-minicart .widget_shopping_cart .woocommerce-mini-cart .quantity{
        font-size: 18px;
        line-height: 28px;
    }
    .block-minicart-popup .widget_shopping_cart .total,
    .block-minicart .widget_shopping_cart .total{
        font-size: 18px;
        line-height: 28px;
        margin-top: 23px;
    }
    .block-minicart-popup .widget_shopping_cart .buttons .button,
    .block-minicart .widget_shopping_cart .buttons .button{
        font-size: 18px;
        line-height: 28px;
    }
    .block-minicart-popup .widget_shopping_cart .buttons > *,
    .block-minicart .widget_shopping_cart .buttons > *{
        margin-top: 20px;
    }
    .block-minicart-popup .minicart-head{
        padding: 0 0 22px;
        margin: 0 0 30px;
    }
    .block-minicart-popup .minicart-head{
        font-size: 18px;
        line-height: 28px;
    }
    .block-minicart-popup .close-minicart{
        font-size: 14px;
    }
}
@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);
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    min-width: auto;
    text-align: start;
    width: 510px;
    max-width: 100% !important;
    padding: 5px 0;
    margin: 0;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    display: flex;
    align-items: center;
}
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 input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    height: auto;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    color: inherit !important;
    background-color: transparent;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:focus ~ .input-focus{
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:not(:focus){
    color: #999 !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;
}
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;
}
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;
}
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;
}
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;
}
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;
    background-color: var(--main-color);
    height: auto;
    min-width: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 25px;
    min-height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    text-shadow: none;
    white-space: nowrap;
    text-transform: none;
    z-index: 2;
    text-decoration: none;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    position: static;
    border: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    content: '';
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-search-submit > *{
    display: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    color: #222;
    right: 0 !important;
    opacity: 1;
    background: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader:hover{
    color: var(--main-color);
}
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{
    margin-inline-end: -1px;
}
div.dgwt-wcas-search-wrapp .category select,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    z-index: 1;
    position: relative;
    color: #222;
}
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single:hover{
    color: var(--main-color);
}
div.dgwt-wcas-search-wrapp .category select:focus,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single:focus{
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .category .chosen-container .chosen-drop{
    min-width: calc(100% + 2px);
}
div.dgwt-wcas-om-bar{
    height: 40px;
}
div.dgwt-wcas-om-bar .dgwt-wcas-om-return{
    width: 40px;
}
div.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{
    width: calc(100% - 40px);
}
div.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{
    height: auto !important;
}
div.dgwt-wcas-search-wrapp-mobile .input-focus{
    border-inline-end-width: 1px;
}
div.dgwt-wcas-overlay-mobile .search-title{
    display: none;
}
div.dgwt-wcas-overlay-mobile .search-form .category{
    display: none;
}
div.dgwt-wcas-overlay-mobile div.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{
    padding: 0;
}
.block-search > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-search > a .icon{
    display: inline-block;
    vertical-align: top;
}
.block-search > a:hover .content{
    text-decoration: underline;
}
.block-search.ecotech-dropdown{
    position: static !important;
}
.block-search.ecotech-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.ecotech-dropdown > .sub-menu{
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 9;
    display: flex;
    align-items: center;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp{
    padding: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp .category select,
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    background-color: transparent;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    background-color: transparent;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp .input-focus{
    border: none !important;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 8px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 400;
    background-color: transparent;
    color: #222;
    opacity: 1;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-inline-end: 50px;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 50px !important;
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
}
.block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
    font-size: 20px;
    line-height: 24px;
}
@media (min-width: 768px){
    .block-search.ecotech-dropdown{
        position: relative !important;
    }
    .block-search.ecotech-dropdown > .sub-menu{
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 350px;
        height: 40px;
        margin: auto;
    }
    .block-search.ecotech-dropdown:not(.open) > .sub-menu{
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
/*----- MAIN MENU -----*/
.box-header-nav .main-menu{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.box-nav-vertical .vertical-menu .menu-item,
.box-header-nav .main-menu .menu-item{
    position: relative;
}
.box-nav-vertical .vertical-menu .menu-item > a,
.box-header-nav .main-menu .menu-item > a{
    display: block;
    position: relative;
}
.box-header-nav .main-menu > .menu-item{
    float: left;
    text-align: start;
    margin: 0 15px;
}
.box-header-nav .main-menu > .menu-item.right{
    float: right;
}
.box-header-nav .block-menu-bar > a,
.box-header-nav .main-menu > .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 0;
    text-decoration: none;
}
.box-header-nav .block-menu-bar > a .icon{
    display: none;
}
.box-header-nav .main-menu > .menu-item > a .icon{
    margin-inline-end: 10px;
}
.box-header-nav .main-menu > .menu-item:not(:last-child) > a{
    margin-inline-end: -1px;
}
.box-header-nav .main-menu > .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;
    margin-inline-start: 5px;
}
.box-header-nav .horizontal .main-menu > .menu-item > a .label-image{
    position: absolute;
    top: -5px;
    right: -20px;
    margin: 0;
}
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu){
    left: -30px;
}
.box-nav-vertical .vertical-menu > .menu-item:not(:hover) > .sub-menu,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    z-index: 9;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 230px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    -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: 10;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu{
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.box-header-nav .main-menu > .menu-item > .sub-menu{
    top: 100%;
    left: 0;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    padding: 12px 30px;
    text-decoration: none;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:first-child) > a,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:first-child) > a{
    box-shadow: 0 1px #e6e6e6 inset;
}
.box-nav-vertical .vertical-menu > .menu-item-has-children > a:not(:last-child)::after,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a:not(:last-child)::after,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a:not(:last-child)::after{
    display: inline-block;
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    width: 10px;
    text-align: end;
    margin-inline-start: 5px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-nav-vertical .vertical-menu > .menu-item-has-children:hover > a:not(:last-child)::after,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children:hover > a:not(:last-child)::after,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children:hover > a:not(:last-child)::after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.box-nav-vertical .vertical-menu > .menu-item > .megamenu,
.box-header-nav .main-menu > .menu-item > .megamenu{
    padding: 0;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.box-nav-vertical .vertical-menu > .menu-item > .megamenu .container,
.box-header-nav .main-menu > .menu-item > .megamenu .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
}
/*----- VERTICAL MENU -----*/
.box-nav-vertical{
    width: 330px;
    max-width: 100%;
    position: relative;
}
.box-nav-vertical .block-title{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 13px 30px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.box-nav-vertical .block-title:hover{
    opacity: 0.7;
    text-decoration: none;
}
.box-nav-vertical .block-title > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.box-nav-vertical .block-title .icon{
    font-weight: 400;
    font-size: 15px;
    margin-inline-end: 6px;
    text-decoration: none;
}
.box-nav-vertical .block-title .text::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    margin-inline-start: 7px;
}
body.elementor-editor-active .header .box-nav-vertical:not(.open) .block-content{
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transform: translateY(15px) !important;
    -moz-transform: translateY(15px) !important;
    -ms-transform: translateY(15px) !important;
    -o-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
}
@media (min-width: 1200px){
    body:not(.elementor-editor-active) .site > .header-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky:not(.is-sticky) .box-nav-vertical:not(.always-open):not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .box-nav-vertical:not(.always-open):not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
@media (max-width: 1199px){
    .box-nav-vertical:not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
.box-nav-vertical .block-content{
    position: absolute;
    top: 100%;
    left: 0;
    width: 330px;
    max-width: calc(100vw - 30px);
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 9;
}
.box-nav-vertical .vertical-menu{
    list-style: none;
    padding: 7px 0 0;
    margin: 0;
}
.box-nav-vertical .vertical-menu > .menu-item{
    display: block;
    text-align: start;
    position: relative;
}
.box-nav-vertical .vertical-menu > .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    padding: 12px 30px;
    text-decoration: none;
}
.box-nav-vertical .vertical-menu > .menu-item > a .icon{
    font-size: 26px;
    min-width: 26px;
    margin-inline-end: 10px;
    text-align: center;
}
.box-nav-vertical .vertical-menu > .menu-item:not(:first-child) > a{
    box-shadow: 0 1px #e6e6e6 inset;
}
.box-nav-vertical .vertical-menu > .menu-item > .megamenu{
    max-width: calc(var(--main-container) - 330px) !important;
}
.box-nav-vertical .view-all-menu a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 58px;
    border-top: 1px solid #e6e6e6;
    text-decoration: none;
}
.box-nav-vertical .view-all-menu a:not(:hover){
    color: inherit;
}
.box-nav-vertical .view-all-menu a::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-inline-start: 5px;
}
@media (min-width: 1200px){
    .box-nav-vertical .vertical-menu > .item-megamenu{
        position: static;
    }
}
@media (min-width: 1500px){
    .box-header-nav .main-menu{
        margin: 0 -20px;
    }
    .box-header-nav .main-menu > .menu-item{
        margin: 0 20px;
    }
}
@media (max-width: 1199px){
    .box-header-nav .main-menu{
        display: none !important;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children > a,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a{
        padding-inline-end: 50px;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children > a:not(:last-child)::after,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a:not(:last-child)::after{
        display: none;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children > .carets:not(:last-child),
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > .carets:not(:last-child){
        position: absolute;
        right: 10px;
        top: 0;
        width: 50px;
        padding: 12px 0;
        text-align: center;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children > .carets:not(:last-child)::after,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > .carets:not(:last-child)::after{
        display: block;
        font-family: FontAwesome, sans-serif;
        content: '\f107';
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children.show-sub > .carets:not(:last-child)::after,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children.show-sub > .carets:not(:last-child)::after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: var(--main-color);
    }
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        box-shadow: 0 1px #e6e6e6 inset;
        background-color: transparent;
        max-width: 100% !important;
        width: auto !important;
        z-index: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu{
        max-height: 192px;
        overflow-y: scroll;
    }
    .box-nav-vertical .vertical-menu > .menu-item > .megamenu{
        max-height: 196px;
    }
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu),
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
        padding-inline-start: 15px;
    }
    .box-nav-vertical .vertical-menu > .menu-item:not(.show-sub) > .sub-menu,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(.show-sub) > .sub-menu{
        display: none;
    }
}
@media (max-width: 767px){
    .box-header-nav .block-menu-bar > a,
    .box-header-nav .main-menu > .menu-item > a{
        padding: 11px 0;
    }
    .box-nav-vertical .block-title{
        padding: 11px 20px;
    }
    .box-nav-vertical .block-content{
        width: 290px;
    }
    .box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a,
    .box-nav-vertical .vertical-menu > .menu-item > a,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a{
        padding: 9px 20px;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children > a,
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a{
        padding-inline-end: 40px;
    }
    .box-nav-vertical .vertical-menu > .menu-item-has-children > .carets:not(:last-child),
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > .carets:not(:last-child){
        padding: 10px 0;
        width: 44px;
        right: 4px;
    }
    .box-nav-vertical .vertical-menu > .menu-item > .sub-menu{
        max-height: 168px;
    }
    .box-nav-vertical .vertical-menu > .menu-item > .megamenu{
        max-height: 178px;
    }
}
/*----- HEADER MAIN -----*/
.header > *,
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner{
    position: relative;
}
/* header-control */
.inner-control{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.inner-control > *{
    margin: 0 12px;
}
.inner-control > * > a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
}
.inner-control > * > a:not(:hover){
    color: #000;
}
.inner-control > * > a .icon{
    font-size: 30px;
    font-weight: 400;
}
.inner-control > .block-wishlist > a .icon{
    font-size: 31px;
}
.inner-control > .block-wishlist > a .icon::before{
    margin: -2px 0 2px;
}
.inner-control > .block-minicart > a .icon{
    font-size: 31px;
}
.inner-control > * > a .count{
    position: absolute;
    bottom: -9px;
    left: calc(100% - 17px);
    min-width: 20px;
    background-color: var(--main-color);
    font-family: var(--main-ff);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 90px;
    padding: 1px 3px;
    z-index: 1;
    text-decoration: none !important;
}
.inner-control > * > a .text{
    margin-inline-start: 6px;
}
@media (min-width: 768px){
    .inner-control > .ecotech-dropdown > .sub-menu,
    .inner-control > .header-submenu .sub-menu{
        left: auto;
        right: -15px;
    }
}
/* header-top */
.header-top{
    border-bottom: 1px solid #e6e6e6;
}
.header-top .header-box{
    margin: 0 -15px;
}
.header-top .header-box > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
/* style-01 */
.header.style-01{
    box-shadow: 0 1px #e6e6e6;
}
.header.style-01 .header-mid .header-inner{
    padding: 18px 0;
}
.header.style-01 .inner-control > * > a > *:not(.icon){
    display: none;
}
.header.style-01 .header-bot{
    box-shadow: 0 1px #e6e6e6 inset;
}
.header.style-01 .header-bot .header-inner{
    display: flex;
    align-items: center;
}
.header.style-01 .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
}
.header.style-01 .box-header-nav:not(:first-child){
    padding-inline-start: 30px;
}
.header.style-01 .box-nav-vertical .block-title{
    color: #222;
    background-color: transparent;
    opacity: 1;
}
.header.style-01 .box-nav-vertical .block-title::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    height: 2px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header.style-01 .box-header-nav:not(:first-child) .block-menu-bar{
    text-align: end;
}
.header.style-02 ~ .block-minicart-popup .product_list_widget > li .amount,
.header.style-02 .block-minicart .product_list_widget > li .amount,
.header.style-01 ~ .block-minicart-popup .product_list_widget > li .amount,
.header.style-01 .block-minicart .product_list_widget > li .amount{
    color: #94b039;
}
/* style-02 */
.header.style-02 .header-top{
    background-color: var(--main-color);
    border: none;
}
.header.style-02 .header-top .header-message,
.header.style-02 .header-top .header-submenu > li > a{
    color: #fff !important;
}
.header.style-02 .header-mid{
    box-shadow: 0 1px #e6e6e6;
}
.header.style-02 .header-mid .header-inner{
    padding: 22px 0;
}
.header.style-02 .header-info .item{
    display: block;
    margin: 0;
    padding: 6px 0;
}
.header.style-02 .header-info .icon{
    width: 18px;
    font-size: 18px;
    margin-inline-end: 6px;
}
.header.style-02 .inner-control > .block-minicart > a{
    font-weight: 500;
    padding: 9px 19px;
    padding-inline-start: 16px;
    background-color: #f3f3f3;
    margin: 4px 0;
}
.header.style-02 .block-minicart > a .total::before{
    content: '(';
}
.header.style-02 .block-minicart > a .total::after{
    content: ')';
}
.header.style-02 .header-bot{
    box-shadow: 0 -1px #e6e6e6 inset;
}
.header.style-02 .header-bot .header-inner{
    display: flex;
    align-items: center;
}
.header.style-02 .block-search{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
    text-align: end;
}
.header.style-02 div.dgwt-wcas-search-wrapp .category select,
.header.style-02 div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    background-color: #f3f3f3;
    box-shadow: none;
}
.header.style-02 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-inline-end: 55px;
}
.header.style-02 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    background-color: #f3f3f3;
}
.header.style-02 div.dgwt-wcas-search-wrapp .input-focus{
    border-color: transparent;
}
.header.style-02 div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 55px !important;
}
.header.style-02 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    padding: 8px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 400;
    background-color: transparent;
    color: #222;
    opacity: 1;
}
.header.style-02 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
}
.header.style-02 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
    font-size: 22px;
    line-height: 24px;
}
.header.style-02 .box-header-nav .main-menu > .menu-item > a{
    text-transform: uppercase;
}
/* style-04 */
.header.style-08 .header-top .header-inner,
.header.style-04 .header-top .header-inner{
    padding: 5px 0;
}
.header.style-08 .header-mid,
.header.style-04 .header-mid{
    padding: 15px 0;
}
.header.style-05 .header-mid .header-inner,
.header.style-04 .header-mid .header-inner{
    display: flex;
    align-items: center;
}
.header.style-05 .box-header-nav,
.header.style-04 .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
    text-align: center;
    padding: 0 30px;
}
.header.style-08 .box-header-nav .block-menu-bar > a,
.header.style-08 .box-header-nav .main-menu > .menu-item > a,
.header.style-04 .box-header-nav .block-menu-bar > a,
.header.style-04 .box-header-nav .main-menu > .menu-item > a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.header.style-08 .header-message,
.header.style-04 .header-message{
    font-size: 15px;
    font-style: italic;
}
.header.style-08 .header-top .block-userlink > a,
.header.style-08 .header-submenu > li > a,
.header.style-04 .header-top .block-userlink > a,
.header.style-04 .header-submenu > li > a{
    font-size: 15px;
}
.header.style-08 .header-top .block-userlink > a > .icon,
.header.style-05 .header-top .block-userlink > a > .icon,
.header.style-04 .header-top .block-userlink > a > .icon{
    display: none;
}
.header.style-08 .inner-control,
.header.style-05 .inner-control,
.header.style-04 .inner-control{
    margin: 0 -15px;
}
.header.style-08 .inner-control > *,
.header.style-05 .inner-control > *,
.header.style-04 .inner-control > *{
    margin: 0 15px;
}
.header.style-05 .inner-control > * > a{
    font-size: 16px;
    font-weight: 500;
}
.header.style-08 .inner-control > * > a,
.header.style-04 .inner-control > * > a{
    font-size: 16px;
    font-weight: 600;
}
.header.style-08 .inner-control > * > a .count,
.header.style-05 .inner-control > * > a .count,
.header.style-04 .inner-control > * > a .count{
    font-size: 15px;
    background-color: transparent;
    color: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header.style-08 .inner-control > * > a .icon,
.header.style-05 .inner-control > * > a .icon,
.header.style-04 .inner-control > * > a .icon{
    font-size: 27px;
}
.header.style-08 .inner-control > * > a > *:not(.icon),
.header.style-05 .inner-control > * > a > *:not(.icon),
.header.style-04 .inner-control > * > a > *:not(.icon){
    display: none;
    margin-top: 2px;
    margin-bottom: -2px;
}
.header.style-08 .inner-control > .block-minicart > a .count,
.header.style-05 .inner-control > .block-minicart > a .count,
.header.style-04 .inner-control > .block-minicart > a .count{
    top: 4px;
}
.header.style-08 .inner-control > .block-wishlist > a .icon,
.header.style-05 .inner-control > .block-wishlist > a .icon,
.header.style-04 .inner-control > .block-wishlist > a .icon{
    font-size: 28px;
}
.header.style-08 .inner-control > .block-wishlist > a .count,
.header.style-05 .inner-control > .block-wishlist > a .count,
.header.style-04 .inner-control > .block-wishlist > a .count{
    display: none;
}
.header.style-04:not(.style-09) .block-minicart > a .total{
    color: var(--main-color);
}
.header.style-08 .block-minicart > a .icon::before,
.header.style-05 .block-minicart > a .icon::before,
.header.style-04 .block-minicart > a .icon::before{
    content: '\e92a';
}
.header.style-08 .header-bot,
.header.style-04 .header-bot{
    background-color: var(--main-color);
}
.header.style-08 .header-bot .header-inner,
.header.style-04 .header-bot .header-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header.style-08 .block-search,
.header.style-04 .block-search{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 30px;
    text-align: center;
}
.header.style-08 .block-search:first-child,
.header.style-04 .block-search:first-child{
    padding-inline-start: 0;
    text-align: start;
}
.header.style-08 .box-header-nav:last-child,
.header.style-08 .block-search:last-child,
.header.style-04 .box-header-nav:last-child,
.header.style-04 .block-search:last-child{
    padding-inline-end: 0;
    text-align: end;
}
.header.style-08 div.dgwt-wcas-search-wrapp,
.header.style-04 div.dgwt-wcas-search-wrapp{
    width: 600px;
    padding: 7px 0;
}
.header.style-08 div.dgwt-wcas-search-wrapp .category select,
.header.style-08 div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single,
.header.style-04 div.dgwt-wcas-search-wrapp .category select,
.header.style-04 div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    padding-top: 11px;
    padding-bottom: 11px;
    height: 46px;
    box-shadow: none;
    border-radius: 90px 0 0 90px !important;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .category + .search-input,
.header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .category + .search-input{
    border-radius: 0 90px 90px 0;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input,
.header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    border-radius: 90px;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text,
.header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 11px 30px;
    padding-inline-end: 55px;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:not(:focus),
.header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:not(:focus){
    color: #888 !important;
}
.header.style-08 div.dgwt-wcas-search-wrapp .input-focus,
.header.style-04 div.dgwt-wcas-search-wrapp .input-focus{
    border-color: transparent;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader,
.header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 55px !important;
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
.header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    padding: 11px 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 400;
    background-color: transparent;
    color: #222;
    opacity: 1;
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover,
.header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before,
.header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
    font-size: 20px;
    line-height: 24px;
}
.header.style-08 .box-nav-vertical .block-title,
.header.style-04 .box-nav-vertical .block-title{
    letter-spacing: 0.1em;
    padding: 23px 0;
    text-transform: uppercase;
    display: flex;
    opacity: 1;
}
.header.style-04 .box-nav-vertical .block-title{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 23px 30px;
}
.header.style-08 .box-nav-vertical .block-title:hover{
    opacity: 0.7;
}
.header.style-04 .box-nav-vertical.open .block-title,
.header.style-04 .box-nav-vertical .block-title:hover{
    background-color: rgba(0, 0, 0, 0.3)
}
.header.style-08 .box-nav-vertical .block-title .icon::before,
.header.style-04 .box-nav-vertical .block-title .icon::before{
    font-family: FontAwesome, sans-serif;
    content: "\f0c9";
}
.header.style-08 .box-nav-vertical .block-title .text,
.header.style-04 .box-nav-vertical .block-title .text{
    flex: 1 1 auto;
    width: 1%;
}
.header.style-08 .box-nav-vertical .block-title .text::after,
.header.style-04 .box-nav-vertical .block-title .text::after{
    float: right;
    font-size: 18px;
}
.header.style-08 .box-nav-vertical .block-content,
.header.style-04 .box-nav-vertical .block-content{
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.header.style-08 .box-nav-vertical .vertical-menu,
.header.style-04 .box-nav-vertical .vertical-menu{
    padding: 8px 0 18px;
}
.header.style-08 .box-nav-vertical .vertical-menu > .menu-item > a,
.header.style-04 .box-nav-vertical .vertical-menu > .menu-item > a{
    font-size: 15px;
    padding: 13px 25px;
    box-shadow: none;
}
.header.style-08 .box-nav-vertical .vertical-menu > .menu-item > a .icon,
.header.style-04 .box-nav-vertical .vertical-menu > .menu-item > a .icon{
    margin-inline-end: 14px;
}
.header.style-04 .header-info{
    font-size: 13px;
}
.header.style-04 .header-info .link{
    color: #fff;
}
.header.style-04 .header-info .icon{
    width: 40px;
    font-size: 40px;
    margin-inline-end: 14px;
}
.header.style-04 .header-info .title{
    font-size: 18px;
    line-height: 24px;
    color: inherit !important;
}
/* style-05 */
.header.style-05 .header-top{
    border: none;
}
.header.style-05 .header-top .header-inner{
    padding: 5px 0;
}
.header.style-05 .header-mid .header-inner{
    padding: 12px 40px;
    padding-inline-end: 37px;
    background-color: var(--main-color);
    border-radius: 0 30px;
    z-index: 4;
    margin-bottom: -40px;
}
.elementor-editor-active .header.style-05 .header-mid .header-inner{
    z-index: auto;
}
.header.style-05 .block-search.ecotech-dropdown div.dgwt-wcas-search-wrapp{
    border-radius: 0 15px;
}
.header.style-05 .box-header-nav .main-menu{
    margin: 0 -15px;
}
.header.style-05 .box-header-nav .main-menu > .menu-item{
    margin: 0 15px;
}
.header.style-05 .box-header-nav .main-menu > .menu-item > a{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff !important;
}
.header.style-06 .box-header-nav .main-menu > .menu-item > a::before,
.header.style-05 .box-header-nav .main-menu > .menu-item > a::before{
    position: absolute;
    content: '';
    top: calc(50% + 8px);
    left: 1px;
    right: 1px;
    border-top: 1px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.style-06 .box-header-nav .main-menu > .menu-item-has-children > a::before,
.header.style-05 .box-header-nav .main-menu > .menu-item-has-children > a::before{
    right: 15px;
}
.header.style-06 .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::before,
.header.style-05 .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::before{
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.header.style-06 .inner-control > * > a,
.header.style-05 .inner-control > * > a{
    color: #fff;
}
.header.style-06 .inner-control > * > a:hover,
.header.style-05 .inner-control > * > a:hover{
    opacity: 0.7;
}
/* style-06 */
.header-mobile.style-06,
.header.style-06{
    --main-header-bg: #97bc77;
}
.header.style-06{
    padding: 5px 0;
}
.header.style-06 .box-header-nav .main-menu > .menu-item > a{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
}
.header.style-06 .inner-control > * > a > *:not(.icon){
    display: none;
}
.header.style-06 .inner-control > * > a .icon{
    font-size: 24px;
}
.header.style-06 .block-search > a .icon::before{
    content: '\e94b';
}
.header.style-06 .block-userlink > a .icon::before{
    content: '\e94a';
    font-size: 28px;
    margin: -3px 0 3px;
}
.header.style-06 .block-minicart > a .icon::before{
    content: '\e949';
    font-size: 36px;
    margin: 2px 0 -2px;
}
.header.style-06 .header-setting > a .icon::before{
    font-size: 28px;
    margin: 2px 0 -2px;
}
.header.style-06 .inner-control > * > a .count{
    bottom: -11px;
}
.header.style-06 .box-nav-vertical .vertical-menu > .menu-item > .sub-menu,
.header.style-06 .box-header-nav .main-menu > .menu-item > .sub-menu,
.header.style-06 .ecotech-dropdown > .sub-menu,
.header.style-06 .header-submenu .sub-menu{
    border-radius: 6px;
}
.header.style-06 .header_topmenu > li > a{
    text-transform: uppercase;
}
/* style-07 */
.header.style-07 .header-top{
    background-color: #f7f8fa;
    border: none;
}
.header.style-07 .box-header-nav .main-menu{
    margin: 0 -15px;
}
.header.style-07 .box-header-nav .main-menu > .menu-item{
    margin: 0 15px;
}
.header.style-07 .block-menu-bar > a .icon{
    display: inline-block;
    font-size: 19px;
    margin-inline-end: 2px;
}
.header.style-07 .block-menu-bar > a,
.header.style-07 .box-header-nav .main-menu > .menu-item > a{
    font-weight: 500;
    text-transform: uppercase;
}
.header.style-07 .header-top .header-box > * > a,
.header.style-07 .header-submenu > li > a{
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.header.style-07 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    border-radius: 90px;
}
.header.style-07 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 12px 22px;
    padding-inline-end: 70px;
}
.header.style-07 div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 55px !important;
}
.header.style-07 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    color: #222;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 12px 0;
    width: 70px;
}
.header.style-07 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
}
.header.style-07 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    font-family: main-icon, sans-serif;
    content: '\e94b';
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.header.style-07 .inner-control > * > a{
    text-transform: uppercase;
}
.header.style-07 .inner-control > * > a .count{
    font-weight: 400;
}
.header.style-07 .inner-control > * > a .total{
    display: none;
}
.header.style-07 .block-wishlist > a .icon::before{
    margin: -4px 0 4px;
}
.header.style-07 .inner-control > .block-wishlist > a .count{
    left: calc(100% - 12px);
}
.header.style-07 .block-userlink > a .icon::before{
    content: '\e94a';
    font-size: 18px;
}
.header.style-07 .block-minicart > a .icon::before{
    content: '\e949';
    font-size: 36px;
}
.header.style-07 .header-mid .header-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}
.header.style-07 .header-mid .header-inner > *:not(:last-child){
    padding-inline-end: 15px;
}
.header.style-07 .header-mid .header-inner > *:not(:first-child){
    padding-inline-start: 15px;
}
.header.style-07 .block-search{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
}
/* style-08 */
.header.style-08 .inner-control > * > a{
    color: #fff;
}
.header.style-08 .inner-control > * > a:hover{
    opacity: 0.7;
}
.header.style-08 .vertical-menu > .menu-item > a{
    font-size: 15px;
}
.header.style-08 .header-info{
    font-size: 15px;
    line-height: 24px;
    color: #0d0d0d;
}
.header.style-08 .header-info .icon{
    font-size: 20px;
    width: auto;
    line-height: inherit;
}
.header.style-08 .header-info .content{
    display: flex;
}
.header.style-08 .header-info .title{
    order: 99;
    margin-inline-start: 3px;
}
/* style-09 */
.header.style-09 .header-top{
    color: #fff;
    background-color: var(--main-color);
    border: none;
}
.header.style-09 .header-social a{
    color: #fff;
}
.header.style-09 .header-social a:hover{
    opacity: 0.7;
}
.header.style-09 .header-message{
    font-style: normal;
    color: #fff;
}
.header.style-09 .header-top .header-box > * > a,
.header.style-09 .header-submenu > .menu-item > a{
    color: #fff !important;
}
.header.style-09 .header-top .header-box > * > a:hover,
.header.style-09 .header-submenu > .menu-item > a:hover{
    opacity: 0.7;
}
.header.style-09 .header-mid{
    padding: 20px 0;
}
/* style-10 */
.header.style-10 .box-header-nav{
    text-align: inherit;
}
.header.style-10 .block-userlink > a .text{
    display: inline-block;
    padding-inline-end: 20px;
    border-inline-end: 1px solid #e5e5e5;
    margin-top: 0;
    margin-bottom: 0;
    margin-inline-end: -12px;
}
.header.style-10 .inner-control > * > a .count,
.header.style-10 .inner-control > * > a .total{
    color: var(--main-color);
}
@media (min-width: 480px){
    .header.style-02 .header-control,
    .header.style-01 .header-control{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .header.style-01 .block-search{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-end: 30px;
    }
    .header.style-01 .header-info{
        padding-inline-end: 30px;
        border-inline-end: 1px solid #e6e6e6;
        margin-inline-end: 20px;
    }
    .header.style-02 .header-info{
        flex: 1 1 auto;
        width: 1%;
        text-align: end;
        padding-inline-end: 30px;
    }
    .header.style-06 .header-inner{
        display: flex;
        align-items: center;
    }
    .header.style-06 .header-inner > *:not(:last-child){
        padding-inline-end: 15px;
    }
    .header.style-06 .header-inner > *:not(:first-child){
        padding-inline-start: 15px;
    }
    .header.style-06 .logo{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-06 .header-control .inner-control{
        justify-content: flex-end;
    }
    .header.style-08 .header-mid .header-inner{
        display: flex;
        align-items: center;
    }
    .header.style-08 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
        padding: 0 30px;
    }
}
@media (min-width: 768px){
    .header-top .header-end .ecotech-dropdown > .sub-menu,
    .header-top .header-end .header-submenu .sub-menu{
        left: auto;
        right: -15px;
    }
    .header-top .header-inner{
        display: flex;
        align-items: center;
    }
    .header-top .header-inner > *:not(:last-child){
        padding-inline-end: 15px;
    }
    .header-top .header-inner > *:not(:first-child){
        padding-inline-start: 15px;
    }
    .header-top.has-start.has-center .header-inner > .header-start{
        flex: 1 1 auto;
        width: 1%;
    }
    .header-top.has-end .header-inner > .header-end{
        flex: 1 1 auto;
        width: 1%;
        text-align: end;
    }
    .header.style-02 .header-mid .header-inner,
    .header.style-01 .header-mid .header-inner{
        display: flex;
        align-items: center;
    }
    .header.style-02 .logo,
    .header.style-01 .logo{
        padding-inline-end: 30px;
    }
    .header.style-02 .header-control,
    .header.style-01 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .ovic-custommenu.style-02 .box-nav-vertical .vertical-menu > .menu-item > a .icon,
    .header.style-01 .box-nav-vertical .vertical-menu > .menu-item > a .icon{
        font-size: 30px;
        min-width: 30px;
    }
    .ovic-custommenu.style-02 .box-nav-vertical .vertical-menu > .menu-item > a img,
    .header.style-01 .box-nav-vertical .vertical-menu > .menu-item > a img{
        max-height: 30px;
        margin: -3px 0;
    }
    .header.style-02 .header-inner .end{
        padding-inline-end: 17px;
    }
    .header.style-02 .header-inner .end .header-submenu > li:last-child > a::before,
    .header.style-02 .header-submenu > li:not(:last-child) > a::before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: -17px;
        border-inline-end: 1px solid #e6e6e6;
    }
    .header.style-08 .header-top .header-box > *,
    .header.style-05 .header-top .header-box > *,
    .header.style-04 .header-top .header-box > *{
        position: relative;
    }
    .header.style-08 .header-top .header-box > *:not(:last-child)::before,
    .header.style-08 .header-submenu > li:not(:last-child) > a::before,
    .header.style-05 .header-top .header-box > *:not(:last-child)::before,
    .header.style-05 .header-submenu > li:not(:last-child) > a::before,
    .header.style-04 .header-top .header-box > *:not(:last-child)::before,
    .header.style-04 .header-submenu > li:not(:last-child) > a::before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        height: 14px;
        right: -18px;
        border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
        margin: auto;
    }
    .header.style-05 .header-top .header-box > *:not(:last-child)::before,
    .header.style-05 .header-submenu > li:not(:last-child) > a::before{
        border-inline-end: 1px solid #000;
    }
    .header.style-09 .header-top .header-box > *:not(:last-child)::before,
    .header.style-09 .header-submenu > li:not(:last-child) > a::before{
        border-inline-start: 1px solid;
    }
    .header.style-08 .inner-control > .block-minicart > a .text,
    .header.style-08 .inner-control > .block-minicart > a .total,
    .header.style-05 .inner-control > .block-minicart > a .text,
    .header.style-05 .inner-control > .block-minicart > a .total,
    .header.style-04 .inner-control > .block-minicart > a .text,
    .header.style-04 .inner-control > .block-minicart > a .total{
        display: inline-block;
    }
    .header.style-05 .block-search > a{
        margin-inline-end: 30px;
    }
    .header.style-05 .block-search > a::before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: -30px;
        height: 16px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.35);
        margin: auto;
    }
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-06,
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-06{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        z-index: 11;
    }
}
@media (min-width: 1200px){
    .header.style-01 .box-nav-vertical.open .block-title,
    .header.style-01 .box-nav-vertical .block-title:hover{
        color: #fff;
    }
    .header.style-01 .box-nav-vertical.open .block-title::before,
    .header.style-01 .box-nav-vertical .block-title:hover::before{
        height: 100%;
    }
    .header.style-08 .logo,
    .header.style-04 .logo{
        width: 260px;
    }
    .header.style-08 .header-info,
    .header.style-04 .header-control{
        width: 260px;
        text-align: end;
    }
    .header.style-08 .header-control,
    .header.style-04 .header-info{
        width: 330px;
        text-align: end;
    }
    .header.style-08 .inner-control,
    .header.style-04 .inner-control{
        justify-content: flex-end;
    }
    .header.style-06 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .header.style-06 .logo,
    .header.style-06 .header-control{
        flex: 0 0 auto;
        width: 265px;
    }
    .header.style-07 .block-search{
        margin-inline-end: 20px;
    }
    .header.style-07 .inner-control{
        margin: 0 -19px;
    }
    .header.style-07 .inner-control > *{
        margin: 0 19px;
    }
    .header.style-10 .header-control{
        width: auto;
    }
    .header.style-10 .header-control{
        width: auto;
    }
}
@media (min-width: 1500px){
    .header.style-01 .logo{
        width: 330px;
        padding-inline-end: 50px;
    }
    .header.style-01 .block-search{
        padding-inline-end: 50px;
    }
    .header.style-01 .header-info{
        padding-inline-end: 40px;
    }
    .header.style-01 .inner-control > .block-userlink > a > *:not(.icon){
        display: inline-block;
    }
    .header.style-02 .header-info,
    .header.style-02 .logo{
        padding-inline-end: 60px;
    }
    .header.style-02 div.dgwt-wcas-search-wrapp{
        width: 620px;
    }
    .header.style-07 .block-search{
        margin-inline-end: 50px;
    }
}
@media (max-width: 991px) and (min-width: 480px){
    .header.style-01 .block-search{
        width: 100%;
        padding: 0;
        text-align: end;
    }
}
@media (max-width: 767px) and (min-width: 480px){
    .header.style-01 .header-control{
        justify-content: center;
    }
    .header.style-01 .block-search{
        text-align: center;
    }
    .header.style-02 .header-control{
        justify-content: center;
    }
    .header.style-02 .header-info{
        flex: 0 0 auto;
        width: auto;
    }
}
@media (max-width: 1199px){
    .header{
        min-height: auto !important;
    }
    .header.style-01 .block-search div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
    .header.style-02 .inner-control > * > a > *:not(.icon){
        display: none;
    }
    .header.style-01 .box-nav-vertical.open .block-title{
        color: var(--main-color);
    }
    .header.style-06 .box-header-nav{
        display: none;
    }
}
@media (max-width: 991px){
    .header.style-01 .header-mid .header-inner{
        padding: 13px 0;
    }
    .header.style-02 .header-mid .header-inner{
        padding: 15px 0;
    }
    .header.style-08 .box-nav-vertical,
    .header.style-04 .box-nav-vertical{
        width: auto;
    }
    .header.style-08 .block-search,
    .header.style-04 .block-search{
        padding: 0 20px;
    }
    .header.style-04 .box-nav-vertical .block-title{
        font-size: 15px;
        letter-spacing: 0.02em;
        padding: 18px 20px;
    }
    .header.style-08 .box-nav-vertical .block-title{
        font-size: 15px;
        letter-spacing: 0.02em;
        padding: 18px 0;
    }
    .header.style-08 .box-nav-vertical .block-title .icon,
    .header.style-04 .box-nav-vertical .block-title .icon{
        margin-top: 0;
        margin-bottom: 0;
    }
    .header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text,
    .header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
        padding: 9px 20px;
        padding-inline-end: 50px;
    }
    .header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
    .header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
        width: 50px;
        padding: 9px 0;
    }
    .header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before,
    .header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
        font-size: 18px;
    }
    .header.style-04 .header-info{
        font-size: 12px;
    }
    .header.style-04 .header-info .icon{
        width: 36px;
        font-size: 36px;
        margin-inline-end: 10px;
    }
    .header.style-04 .header-info .title{
        font-size: 16px;
        line-height: 20px;
    }
    .header.style-07 .inner-control > * > a > *:not(.icon){
        display: none;
    }
    .header.style-08 .inner-control{
        margin: 0 -10px;
    }
    .header.style-08 .inner-control > *{
        margin: 0 10px;
    }
}
@media (max-width: 767px){
    .header-top .header-box > * > a,
    .header-social a,
    .header-message,
    .header-submenu > li > a{
        padding: 3px 0;
    }
    .header-top .header-box,
    .header-submenu{
        margin: 0 -10px;
    }
    .header-top .header-box > *,
    .header-submenu > li{
        margin: 0 10px;
    }
    .header-top .header-submenu .sub-menu{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-top .header-submenu li:not(:hover) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(15px);
        -moz-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
        -o-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }
    .block-userlink,
    .block-minicart{
        position: static;
    }
    .block-userlink .sub-menu,
    .block-minicart .widget_shopping_cart{
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
    }
    .box-nav-vertical{
        width: auto;
    }
    .header-top{
        text-align: center;
    }
    .header-top .header-inner{
        padding: 5px 0;
    }
    .header.style-01 .header-mid .header-inner{
        padding: 8px 0;
    }
    .header.style-02 .logo,
    .header.style-01 .logo{
        text-align: center;
    }
    .header.style-02 .header-mid .header-inner{
        padding: 10px 0;
    }
    .header.style-08 .header-vertical,
    .header.style-04 .header-vertical{
        width: 100%;
    }
    .header.style-08 .block-search,
    .header.style-04 .block-search{
        padding-inline-start: 0;
    }
    .header.style-08 .block-search div.dgwt-wcas-search-wrapp{
        padding: 0;
    }
    .header.style-04 .box-nav-vertical .block-title{
        padding: 13px 20px;
    }
    .header.style-08 .box-nav-vertical .block-title{
        padding: 8px 0;
    }
    .header.style-08 .header-mid,
    .header.style-04 .header-mid{
        padding: 10px 0;
    }
    .header.style-08 .logo,
    .header.style-05 .logo,
    .header.style-04 .logo{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-end: 30px;
    }
    .header.style-08 .box-header-nav,
    .header.style-05 .box-header-nav,
    .header.style-04 .box-header-nav{
        display: none;
    }
    .header.style-08 .header-bot{
        padding: 6px 0;
    }
    .header.style-05 .header-mid .header-inner{
        padding: 12px 15px;
    }
    .header.style-06 .inner-control{
        margin: 0 -10px;
    }
    .header.style-06 .inner-control > *{
        margin: 0 10px;
    }
    .header.style-07 .block-menu-bar > a{
        padding: 3px 0;
    }
    .header.style-07 .logo{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-07 .block-search{
        order: 99;
        width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 479px){
    .header.style-02 .header-control,
    .header.style-01 .header-control{
        text-align: center;
    }
    .header.style-01 .box-nav-vertical .block-title,
    .header.style-01 .box-header-nav .block-menu-bar > a{
        padding: 13px 0;
    }
    .header.style-02 .block-search{
        padding-inline-start: 15px;
    }
    .header.style-08 .block-search,
    .header.style-04 .block-search{
        width: 100%;
        padding: 0;
    }
    .header.style-04 .header-info{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .header.style-08 .header-control{
        width: 100%;
    }
    .header.style-04 .inner-control{
        margin: 0 -7px;
    }
    .header.style-04 .inner-control > *{
        margin: 0 7px;
    }
    .header.style-05 .inner-control > * > a .icon,
    .header.style-04 .inner-control > * > a .icon{
        font-size: 25px;
    }
    .header.style-05 .inner-control > .block-wishlist > a .icon,
    .header.style-04 .inner-control > .block-wishlist > a .icon{
        font-size: 26px;
    }
    .header.style-05 .inner-control > * > a .count,
    .header.style-04 .inner-control > * > a .count{
        font-size: 13px;
    }
    .header.style-08 .header-bot{
        padding-bottom: 0;
    }
    .header.style-08 .logo{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .header.style-08 .header-info{
        text-align: center;
    }
    .header.style-05 .header-mid .header-inner{
        display: block;
        padding: 10px 15px 5px;
    }
    .header.style-05 .logo{
        width: 100%;
        padding-inline-end: 0;
        text-align: center;
    }
    .header.style-05 .inner-control{
        margin: 0 -10px;
    }
    .header.style-05 .inner-control > *{
        margin: 0 10px;
    }
    .header.style-05 .inner-control > * > a{
        padding: 8px 0;
    }
    .header.style-06 .logo{
        text-align: center;
    }
}
/*----- HEADER STICKY -----*/
body.admin-bar .site > .header-sticky{
    top: 32px;
}
body.elementor-editor-active > .site > .header-sticky{
    display: none;
}
.site > .header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    max-width: 100%;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.site > .header-sticky:not(.is-sticky){
    box-shadow: none;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.site > .header-sticky .header-inner{
    display: flex;
    align-items: center;
}
.site > .header-sticky .wrap-header-nav{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    align-items: center;
    margin-inline-start: 30px;
}
.site > .header-sticky .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
}
.site > .header-sticky .inner-control > * > a > *:not(.icon){
    display: none;
}
@media (min-width: 1200px){
    body.admin-bar:not(.elementor-editor-active) .header .header-sticky.is-sticky{
        top: 32px;
    }
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: var(--main-header-bg);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        z-index: 11;
        max-width: 100%;
        margin: 0;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    .header.style-08 .header-mid.is-sticky,
    .header.style-04 .header-mid.is-sticky{
        padding: 0;
    }
    .header.style-05 .header-mid.is-sticky .header-inner{
        padding-top: 2px;
        padding-bottom: 2px;
    }
}
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 5px 0 -5px;
}
.by-vendor-name-link .text{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    text-decoration: inherit;
    margin: 1px 0 -1px;
}
.by-vendor-name-link:not(:hover) .text{
    color: #888;
}
.entry-summary .wcfmmp_sold_by_container,
.entry-summary .by-vendor-name-link{
    display: inline-block !important;
    vertical-align: top;
    margin: 5px 0 0;
    margin-inline-end: 15px;
}
.entry-summary .wcfmmp_sold_by_container + .woocommerce-product-rating,
.entry-summary .by-vendor-name-link + .woocommerce-product-rating{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
}
/*----- PINMAP -----*/
body div.ovic-pinmap .ovic-pin .ovic-popup .woocommerce-product-rating{
    display: block;
    float: none;
    line-height: inherit;
}
body .ovic-mapper .ovic-pin .ovic-popup-header h2{
    text-align: start;
}
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-inline-start: 0;
    padding-inline-end: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-header{
    padding-inline-start: 0;
    padding-inline-end: 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-inline-start: 15px;
    padding-inline-end: 15px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .product-title{
    font-size: 15px;
    font-weight: 400;
    color: #222;
    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;
    color: #222;
    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-inline-end: 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;
    background-color: var(--main-color);
}
/* 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;
    background-color: var(--main-color);
    -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;
}
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{
    border-color: var(--main-color);
}
@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;
        width: auto;
        max-width: none;
        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: 24px;
    }
}
/*----- POPUP NEWSLETTER -----*/
div.mfp-bg{
    background-color: #fff;
    opacity: 0.5;
    z-index: 100000;
}
div.mfp-wrap{
    z-index: 100000;
}
div.mfp-container{
    padding: 0;
}
div.mfp-content{
    text-align: start;
}
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: 14px;
    line-height: 24px;
}
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-inline-end: 10px;
}
div.mfp-content .social-content .mfp-user a > span{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 3px;
    padding-inline-start: 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 .ecotech-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;
}
.mfp-wrap .ecotech-popup-newsletter .popup-content{
    padding: 20px;
}
.mfp-wrap .ecotech-popup-newsletter .ecotech_disabled_popup_by_user{
    cursor: pointer;
    margin: 50px 0 0;
}
@media (min-width: 768px){
    .mfp-wrap .ecotech-popup-newsletter .popup-inner{
        display: flex;
        align-items: center;
    }
    .mfp-wrap .ecotech-popup-newsletter .popup-content{
        flex: 1 1 auto;
    }
}
@media (max-width: 767px){
    .mfp-wrap .ecotech-popup-newsletter{
        width: 320px;
    }
    .mfp-wrap .ecotech-popup-newsletter .ecotech_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;
}
div.mfp-zoom-in.mfp-ready.mfp-bg,
#yith-quick-view-modal .yith-quick-view-overlay{
    background-color: #000;
    opacity: 0.5;
}
.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{
    position: static !important;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: start;
    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{
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-close{
    z-index: 2;
    margin: 0;
    opacity: 1;
}
.yith-wcqv-wrapper .product,
#yith-quick-view-modal .product{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.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 (min-width: 768px){
    .yith-wcqv-wrapper .product .woocommerce-product-gallery,
    #yith-quick-view-modal .product .woocommerce-product-gallery{
        width: 50%;
    }
    .yith-wcqv-wrapper .product .entry-summary,
    #yith-quick-view-modal .product .entry-summary{
        padding-inline-start: 30px;
    }
}
@media (max-width: 782px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    #yith-quick-view-content label{
        color: inherit;
    }
    #yith-quick-view-content div.woocommerce-product-gallery,
    #yith-quick-view-content div.entry-summary{
        margin-inline-start: auto;
        margin-inline-end: 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.ovic-rtl-button,
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.3);
    -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;
    text-decoration: none !important;
}
a.backtotop::before{
    font-family: FontAwesome, sans-serif;
    content: "\f176";
}
a.ovic-rtl-button:hover,
a.backtotop:hover,
a.backtotop:focus{
    background-color: var(--main-color);
}
/*----- RTL BUTTON -----*/
.elementor-editor-active a.ovic-rtl-button{
    display: none !important;
}
a.ovic-rtl-button{
    bottom: 50px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.ovic-rtl-button span{
    font-size: 13px;
    font-weight: var(--heading-fw);
    line-height: 1;
}
@media (max-width: 767px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    a.ovic-rtl-button{
        right: 10px;
        bottom: 25px;
        width: 30px;
        height: 30px;
    }
    .ecotech-enable-mobile a.ovic-rtl-button{
        bottom: 65px;
    }
}
/*----- TOOLTIP -----*/
.tooltip{
    font-family: inherit;
    font-size: 11px;
    line-height: 12px;
    z-index: 99998;
}
.tooltip-inner{
    padding: 5px 8px !important;
    border-radius: 0;
}
/*==========================================================================
COLOR PATTERNS
===========================================================================*/
/* main-color */
.highlight,
.post-sticky,
.menu-item:hover > a,
.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term:hover,
.ecotech-edit-link a,
.main-color .elementor-button,
.main-color .elementor-button:hover,
.main-color,
.main-color-hover:hover{
    color: var(--main-color);
    fill: var(--main-color);
}
.main-color-hover .elementor-button:hover{
    color: var(--main-color) !important;
    fill: var(--main-color) !important;
}
.scroll-wrapper > .scroll-element .scroll-arrow:hover,
.main-bg .elementor-button,
.main-bg > .elementor-column-wrap,
.main-bg > .elementor-widget-container,
.main-bg,
.main-bg-hover:hover{
    background-color: var(--main-color);
}
.main-bg-hover .elementor-button:hover{
    background-color: var(--main-color) !important;
}
.main-bd .elementor-button,
.main-bd,
.main-bd-hover:hover{
    border-color: var(--main-color);
}
.main-bd-hover .elementor-button:hover,
.main-bd .elementor-divider-separator{
    border-color: var(--main-color) !important;
}
[class*='main-color'] .elementor-heading-title{
    color: inherit;
}
.elementor-widget-button[class*='main-bg'] > .elementor-widget-container,
.elementor-column[class*='main-bg'],
.elementor-widget[class*='main-bg']{
    background-color: transparent;
}
[class*='main-bd'] > .elementor-widget-container{
    border-color: inherit;
}
/*==========================================================================
SKIN
===========================================================================*/
/*----- ORGANIC -----*/
/*----- FOOD -----*/
/*==========================================================================
CUSTOM
===========================================================================*/
/*----- ART -----*/
.art-01{
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 0.6em;
    margin-top: -0.3em;
}
/*----- TF COMMENTS -----*/
.blog-page .widget .widget-title{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.widget-area .widget_categories{
    font-size: 15px;
    color: #222;
}
.widget-area .widget_categories ul li{
    padding: 6px 0;
    min-height: 36px;
}
.widget-area .widget_categories ul ul{
    margin: 6px 0 -6px !important;
}
.widget-area .widget_rss ul li,
.widget-area .widget_recent_comments ul li{
    border-top: 1px solid #e6e6e6;
    padding: 8px 0;
    min-height: 40px;
}
.widget-area .widget_rss > ul > li:first-child,
.widget-area .widget_recent_comments > ul > li:first-child{
    border-top-width: 0;
}
.widget-area .widget_rss ul ul,
.widget-area .widget_recent_comments ul ul{
    margin: 8px 0 -8px !important;
}