/*==========================================================================
BODY DATAS
===========================================================================*/
body{
    --main-ff: Cairo, sans-serif;
    --main-fz: 14px;
    --main-lh: 1.71428571;
    --main-cl: #666;
    --main-fw: 400;
    --default-color: #222;
    --main-color: #90bf2a;
    --main-color-t: #fff;
    --main-color-2: #ffb71a;
    --main-h-fw: 600;
    --main-h-tt: uppercase;
    --main-bora: 90px;
    --sidebar-width: 270px;
    --sidebar-space: 30px;
    --shop-sidebar-width: 270px;
    --shop-sidebar-space: 30px;
    --input-width: auto;
    --input-height: 50px;
    --input-padding: 8px 20px;
    --input-bg: #fff;
    --input-sd: 0 0 0 1px #e5e5e5 inset;
    --input-sd-h: 0 0 0 1px var(--main-color) inset;
    --input-cl: var(--main-cl);
    --input-cl-h: var(--default-color);
    --input-bora: var(--main-bora);
    --button-fz: 14px;
    --button-padding: 8px 30px;
    --loading-size: 24px;
    --main-container-pd: 15px;
    font-family: var(--main-ff);
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    background-color: #fff;
    word-wrap: break-word;
    overflow-x: hidden;
    margin: 0;
}
/*----- HEADING -----*/
.elementor-toggle .elementor-tab-title{
    font-weight: inherit;
    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.4;
}
.elementor-widget-heading .elementor-heading-title{
    white-space: pre-line;
    line-height: inherit;
}
.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.4;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend{
    color: var(--default-color);
    line-height: 1.4;
    font-weight: var(--main-h-fw);
    margin: 0 0 15px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 15px;
}
p{
    margin: 0 0 20px;
}
@media (max-width: 1199px){
    p{
        margin-bottom: 15px;
    }
}
/*----- A -----*/
a{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    outline: none;
    color: var(--main-color);
}
a:active{
    outline: none;
}
.elementor .elementor-icon{
    vertical-align: top;
    color: inherit;
    transition: .2s;
}
.elementor a.elementor-icon:hover{
    color: var(--main-color);
    fill: var(--main-color);
}
.elementor-view-stacked .elementor-icon{
    color: #fff;
    fill: #fff;
    background-color: var(--main-cl);
}
.elementor-view-stacked .elementor-icon:hover{
    color: var(--main-color-t);
    fill: var(--main-color-t);
    background-color: var(--main-color);
}
.elementor-view-framed .elementor-icon{
    border: 2px solid;
}
/*----- B, STRONG -----*/
.elementor-inline-editing b,
dt,
b,
strong{
    font-weight: 700;
}
/*----- TABLE -----*/
th,
td{
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: inherit;
}
th{
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    text-align: inherit;
}
/*----- LABEL -----*/
label{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin: 0 0 8px;
}
required,
.required{
    color: #ff0000;
}
/*----- 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;
    font: inherit;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    height: auto;
    padding: var(--input-padding);
    color: var(--input-cl);
    background-color: var(--input-bg);
    box-shadow: var(--input-sd);
    border-radius: var(--input-bora) !important;
    -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{
    box-shadow: 0 0 0 1px var(--main-color) inset !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"]{
    width: var(--input-width);
    height: var(--input-height);
}
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{
    color: var(--input-cl-h);
    box-shadow: var(--input-sd-h);
}
/* textarea */
textarea{
    display: block;
    width: var(--input-width);
    height: 136px;
    border-radius: 15px !important;
}
/* 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"]{
    vertical-align: middle;
    margin-top: -3px;
    margin-inline-end: 3px;
    cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled]{
    cursor: not-allowed;
}
/*----- BUTTON -----*/
.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: top;
    line-height: 24px;
}
.elementor-button .elementor-button-wrapper{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.elementor .elementor-button,
.elementor .elementor-button:visited,
.woocommerce .wishlist_table .product-add-to-cart a,
.added_to_cart,
.button,
button,
input[type="button"],
input[type="submit"]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: var(--button-fz);
    line-height: 24px;
    font-weight: 700;
    padding: var(--button-padding);
    border: none;
    border-radius: var(--input-bora);
    text-transform: var(--main-h-tt);
    color: var(--main-color-t);
    fill: var(--main-color-t);
    text-align: center;
    cursor: pointer;
    background-color: var(--main-color);
    transition: .1s;
    overflow: hidden;
}
.elementor .elementor-button:hover,
.woocommerce .wishlist_table .product-add-to-cart a:hover,
.added_to_cart:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    color: var(--main-color);
    fill: var(--main-color);
    background-color: var(--main-color-t);
    box-shadow: 0 0 0 2px inset;
}
button:focus{
    outline: none;
}
/*----- 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: var(--main-h-fw);
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-inline-end: 10px;
    margin-bottom: 10px;
    background-color: var(--default-color);
    color: #fff;
}
.post-pagination .title{
    display: none;
}
.post-pagination .post-page-numbers:not(:hover):not(.current){
    color: var(--default-color);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    background-color: transparent;
}
.post-pagination .post-page-numbers:hover{
    color: #fff;
}
/*----- BREADCRUMBS -----*/
.breadcrumbs .trail-browse{
    display: none;
}
.breadcrumb > .active{
    color: #999;
}
.breadcrumb,
.woocommerce-breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--default-color);
    padding: 0;
    background-color: transparent;
    margin: 0 0 33px;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    color: #999;
}
.breadcrumb li{
    display: inline;
    vertical-align: top;
}
.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 10px;
}
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter:before{
    display: inline-block;
    vertical-align: top;
    content: '/';
    padding: 0 6px;
    color: #999;
}
@media (max-width: 1199px){
    .breadcrumb,
    .woocommerce-breadcrumb{
        margin-bottom: 23px;
    }
}
/*----- PAGINATION -----*/
.dokan-pagination-container,
.woocommerce-pagination{
    --pagi-fz: 14px;
    --pagi-lh: 24px;
    --pagi-w: 40px;
    --pagi-p: 4px 5px;
    --pagi-m: 5px;
    margin: 30px 0 0;
    text-align: center;
}
.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{
    list-style: none;
    border-radius: 0;
    clear: both;
    position: relative;
    padding: 0;
    font-size: var(--pagi-fz);
    line-height: var(--pagi-lh);
    font-weight: 400;
    margin: 0 calc(0px - (var(--pagi-m) - 2px)) calc(0px - (var(--pagi-m) * 2));
}
.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;
    text-align: center;
    min-width: var(--pagi-w);
    padding: var(--pagi-p);
    margin: 0 calc(var(--pagi-m) - 2px) calc(var(--pagi-m) * 2);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    background-color: #fff;
    border-radius: var(--main-bora);
}
.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: var(--main-color-t);
    box-shadow: none;
    background-color: var(--main-color);
}
.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{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    box-shadow: 0 0 0 2px #e5e5e5 inset;
    min-width: calc(var(--pagi-w) + 10px);
}
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.dokan-pagination-container .dokan-pagination li:last-child a:after,
.woocommerce-pagination ul li .prev:before,
.woocommerce-pagination ul li .next:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    font-size: calc(var(--pagi-fz) + 2px);
    line-height: var(--pagi-lh);
    font-weight: 400;
}
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.woocommerce-pagination ul li .prev:before{
    content: "\f104";
}
.dokan-pagination-container .dokan-pagination li:last-child a:after,
.woocommerce-pagination ul li .next:after{
    content: "\f105";
}
.woocommerce-pagination .button-loadmore{
    min-width: 200px;
}
@media (max-width: 1199px){
    .dokan-pagination-container,
    .woocommerce-pagination{
        --pagi-m: 3px;
    }
}
/*==========================================================================
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: var(--main-h-fw);
}
.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: 12px;
    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;
    margin-top: 25px;
}
@media (max-width: 767px){
    .woocommerce-checkout-payment{
        padding: 30px 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 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-top: -3px;
    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: var(--default-color);
}
#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-address-fields,
.woocommerce-EditAccountForm,
.woocommerce form .form-row,
.woocommerce-page form .form-row{
    --input-height: 46px;
    --input-padding: 11px 20px;
    --button-padding: 11px 30px;
    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 select{
    padding: 9px 20px;
}
.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: var(--default-color);
    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;
}
.woocommerce .woocommerce-MyAccount-navigation{
    width: 270px;
    float: left;
    margin-inline-end: 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:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    color: var(--default-color);
}
.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 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-address-fields .button,
.woocommerce-EditAccountForm .button,
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    width: 100%;
}
.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: top;
    margin: 0 0 20px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox:hover{
    color: var(--main-color);
}
.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 #e5e5e5;
    border-radius: 0;
}
body .select2-dropdown{
    padding: 5px 0;
    border-color: #e5e5e5;
    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 #e5e5e5;
}
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: "\f0d7";
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e5e5e5;
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #e5e5e5;
    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{
    min-width: 250px;
    font-size: 15px;
    padding: 11px 15px;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    display: block;
    width: auto;
    padding: 11px 15px;
}
.cart-collaterals .wc-proceed-to-checkout .button:not(:last-child){
    margin-bottom: 20px;
}
.woocommerce-form__label-for-checkbox{
    cursor: pointer;
}
.woocommerce-privacy-policy-link,
.woocommerce-privacy-policy-link:hover,
.woocommerce-terms-and-conditions-link,
.woocommerce-terms-and-conditions-link:hover{
    text-decoration: underline;
}
.woocommerce-checkout-review-order-table{
    background-color: #fff;
}
.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: 20px;
    font-weight: 700;
    margin-bottom: 23px;
    color: var(--default-color);
    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{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 36px;
    margin: auto;
    background-color: #c2c2c2;
    border-radius: 90px;
    transition: .1s;
}
#ship-to-different-address label span:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 14px;
    height: 14px;
    margin: auto;
    background-color: #fff;
    border-radius: 90px;
    transition: .3s ease-in-out;
}
.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;
    font-weight: 700;
    color: var(--default-color);
}
.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: 14px;
    font-weight: 400;
    color: #999;
    margin-inline-end: 5px;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins{
    color: var(--default-color);
    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 .button{
    padding: 11px 35px;
}
.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{
    height: 46px;
    padding: 11px 20px;
    width: 252px;
    margin-inline-end: 10px;
}
.shop_table .actions .coupon button{
    margin-inline-end: 7px;
}
.shop_table .actions > .button{
    float: right;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    margin-top: 0;
}
.woocommerce .wishlist-title a.show-title-form i,
.woocommerce .hidden-title-form a.hide-title-form i{
    float: left;
    text-decoration: none;
}
.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 .wishlist_table .product-add-to-cart a{
    display: inline-block !important;
}
.woocommerce .wishlist_table .product-add-to-cart a.button{
    padding: 8px 20px !important;
}
.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: var(--default-color);
    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 .yith-wcwl-share{
    margin: 30px 0 0;
}
.woocommerce .yith-wcwl-share ul{
    margin: 0;
}
.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title{
    margin: 0 0 10px;
}
.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 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: var(--default-color) !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;
    margin-bottom: 0;
}
.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;
    font-weight: var(--main-h-fw);
    margin-bottom: 5px;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover){
    color: var(--default-color);
}
.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;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a:not(:hover){
    color: #999;
}
.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: var(--default-color);
    font-weight: var(--main-h-fw);
    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: 20px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
    }
    .woocommerce .woocommerce-MyAccount-navigation{
        width: 100%;
        float: none;
        margin-inline-end: 0;
        margin-bottom: 30px;
    }
    .shop_table .actions .coupon{
        display: block;
        margin-bottom: 5px;
    }
    .shop_table .actions .coupon .input-text,
    .shop_table .actions .coupon button{
        margin: 0 0 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 #e5e5e5;
    }
    .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;
    }
    .woocommerce-cart-form > .shop_table .actions{
        padding: 0;
    }
    /* 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{
    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: var(--default-color);
}
.ovic-google-maps .direction-maps{
    background-color: var(--default-color);
}
.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
===========================================================================*/
/*----- ANIMATION -----*/
body .elementor-animation-grow{
    transition: transform .2s;
}
/*----- EDITER -----*/
.elementor-edit-area-active .elementor-column{
    min-width: 15px;
}
@media (min-width: 768px){
    .elementor-edit-area-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{
        margin: 5px;
    }
}
/*----- COL FLOAT -----*/
.elementor-section.col-float > .elementor-container > .elementor-row{
    display: block;
}
.elementor-section.col-float > .elementor-container > .elementor-row:before,
.elementor-section.col-float > .elementor-container > .elementor-row:after{
    content: '';
    display: table;
    clear: both;
}
.elementor-section.col-float > .elementor-container > .elementor-row > .elementor-column{
    float: left;
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.slick-initialized{
    display: block;
}
body .elementor-widget:not(:last-child){
    margin: 0;
}
.elementor-edit-area-active .elementor-inner-section > .elementor-container > .elementor-row,
.elementor-edit-area-active .elementor-top-section > .elementor-container > .elementor-row{
    min-height: 20px;
}
/* revolution */
body.elementor-editor-active .elementor-widget-slider_revolution .elementor-widget-empty-icon{
    padding: 150px 0;
}
.rs-layer.main-special-font{
    font-family: var(--main-special) !important;
}
/* play */
.elementor-widget-video .elementor-open-lightbox{
    aspect-ratio: auto !important;
}
.elementor-custom-embed-play i{
    font-size: 58px;
    opacity: .5;
    transition: none;
}
.elementor-custom-embed-play i:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e92a';
}
.elementor-open-lightbox{
    position: relative;
}
.dialog-type-lightbox{
    z-index: 999999;
}
/* image */
body .elementor-widget-image{
    text-align: inherit;
}
.elementor-widget-image .elementor-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    border-radius: inherit;
}
.elementor-widget-image a{
    display: inline-block;
    vertical-align: top;
    border-radius: inherit;
}
.elementor-widget-image img{
    border-radius: inherit;
}
/* gallery */
.elementor-image-gallery:before,
.elementor-image-gallery:after{
    content: '';
    display: table;
    clear: both;
}
.elementor-image-gallery .gallery-item{
    text-align: inherit;
}
.elementor-image-gallery .gallery-item a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.elementor-image-gallery .gallery-item img{
    transition: .3s;
}
.elementor-image-gallery .gallery-item a:hover img{
    transform: scale(1.1);
}
/* text-editer */
.elementor-widget-text-editor .elementor-text-editor > :last-child{
    margin-bottom: 0;
}
/* toggle */
.ovic-elementor-accordion .elementor-accordion-item:not(:last-child),
.ovic-elementor-toggle .elementor-toggle-item:not(:last-child){
    margin-bottom: 24px;
}
.ovic-elementor-accordion .elementor-tab-title,
.ovic-elementor-toggle .elementor-tab-title{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
}
.ovic-elementor-accordion .elementor-tab-title.elementor-active,
.ovic-elementor-toggle .elementor-tab-title.elementor-active{
    border-bottom: 1px solid #e5e5e5;
}
.ovic-elementor-accordion .elementor-tab-title:hover,
.ovic-elementor-toggle .elementor-tab-title:hover{
    color: var(--main-color);
}
.ovic-elementor-accordion .elementor-tab-title a,
.ovic-elementor-toggle .elementor-tab-title a{
    display: block;
    padding-inline-end: 20px;
}
.ovic-elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.ovic-elementor-toggle .elementor-tab-title .elementor-toggle-icon{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    width: auto;
    text-align: end;
}
.ovic-elementor-accordion .elementor-tab-content,
.ovic-elementor-toggle .elementor-tab-content{
    font-size: 14px;
    line-height: 30px;
    padding: 24px 0 0;
    border: none;
}
.ovic-elementor-accordion .elementor-accordion-item:not(:last-child) .elementor-tab-content,
.ovic-elementor-toggle .elementor-toggle-item:not(:last-child) .elementor-tab-content{
    padding-bottom: 14px;
}
.ovic-elementor-accordion .elementor-tab-content > :last-child,
.ovic-elementor-toggle .elementor-tab-content > :last-child{
    margin-bottom: 0;
}
@media (max-width: 1199px){
    .ovic-elementor-accordion .elementor-accordion-item:not(:last-child),
    .ovic-elementor-toggle .elementor-toggle-item:not(:last-child){
        margin-bottom: 18px;
    }
    .ovic-elementor-accordion .elementor-tab-content,
    .ovic-elementor-toggle .elementor-tab-content{
        line-height: 28px;
        padding-top: 12px;
    }
    .ovic-elementor-accordion .elementor-accordion-item:not(:last-child) .elementor-tab-content,
    .ovic-elementor-toggle .elementor-toggle-item:not(:last-child) .elementor-tab-content{
        padding-bottom: 0;
    }
}
/* accordion */
.ovic-elementor-accordion .elementor-accordion-item{
    border: none;
}
/* counter */
.ovic-elementor-counter .elementor-counter .elementor-counter-number-wrapper{
    display: block;
}
/* icon-box */
.elementor-widget-icon-box .elementor-icon-box-title a:hover{
    color: var(--main-color);
}
.ovic-elementor-icon-box.elementor-position-left .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    text-align: start;
    flex-direction: row;
}
.ovic-elementor-icon-box.elementor-position-right .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    text-align: end;
    flex-direction: row-reverse;
}
.ovic-elementor-icon-box.elementor-position-left .elementor-icon-box-icon,
.ovic-elementor-icon-box.elementor-position-right .elementor-icon-box-icon{
    margin: 0 !important;
    margin-inline-end: 10px !important;
}
/* social-icon */
.elementor div.social-official-bg .elementor-social-icon:not(:hover) i,
.elementor div.social-no-bg .elementor-social-icon:hover i,
.elementor div.social-main-bg .elementor-social-icon:hover i{
    color: inherit;
}
.elementor div.social-main-bg .elementor-social-icon:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.elementor div.social-no-bg .elementor-social-icon:hover{
    color: var(--main-color);
    background-color: transparent;
}
.elementor div.social-official-bg .elementor-social-icon:not(:hover){
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    color: var(--default-color);
    background-color: #fff;
}
.elementor-social-icon{
    transition: none;
}
.elementor-social-icon:hover{
    opacity: 1;
}
/* 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;
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.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);
}
.woocommerce-review__author,
.comment-author,
.post-author,
.author{
    text-transform: capitalize;
    color: var(--default-color);
}
/*----- MODAL -----*/
.modal.fade .modal-dialog{
    top: 50%;
    transform: translateY(-65%);
}
.modal.in div.modal-dialog{
    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: 0;
    left: auto;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    color: var(--default-color);
    background-color: transparent;
    padding: 0;
    border: none;
    text-align: center;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#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: '\e912';
    font-size: 16px;
    line-height: 1;
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: black;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
div.mfp-zoom-in.mfp-ready.mfp-bg,
#yith-quick-view-modal .yith-quick-view-overlay{
    background-color: black;
    opacity: .8;
}
.open-popup-vertical .overlay-body,
.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: .8;
    visibility: visible;
}
#cboxOverlay{
    background-color: black;
    opacity: .8 !important;
}
@media (max-width: 1199px){
    .overlay-body{
        z-index: 100000;
    }
}
/*----- 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;
}
/*----- 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;
    transition: none;
    margin: 0;
}
body .main-icon-back-5:before,
body .main-icon-next-5:before{
    margin: 0 -7px;
}
.ovic-icon-menu .inner{
    display: block;
    position: relative;
    width: 23px;
    height: 20px;
    margin: 2px 0;
}
.ovic-icon-menu .inner *{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px solid;
    margin: auto;
}
.ovic-icon-menu .inner :nth-child(2){
    top: calc(50% - 1px);
}
.ovic-icon-menu .inner :nth-child(3){
    top: calc(100% - 2px);
}
.ovic-icon-menu-2 .inner{
    display: block;
    width: 22px;
    margin: 6px 0;
}
.ovic-icon-menu-2 .inner span{
    display: flex;
}
.ovic-icon-menu-2 .inner span:before{
    content: '';
    width: 3px;
    border-top: 2px solid;
    margin-inline-end: 2px;
}
.ovic-icon-menu-2 .inner span:after{
    content: '';
    flex: 1 1 auto;
    width: 1%;
    border-top: 2px solid;
}
.ovic-icon-menu-2 .inner span:not(:last-child){
    margin-bottom: 3px;
}
/*==========================================================================
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: '\f0d7';
    margin-inline-start: 3px;
}
.chosen-container .chosen-single span{
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit;
    margin: 0;
}
.chosen-container .chosen-single div{
    display: none;
}
.chosen-container .chosen-drop{
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    width: 150px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    transition: .3s;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}
.chosen-container:not(.chosen-container-single-nosearch) .chosen-results{
    padding-top: 0;
}
.chosen-container .chosen-results{
    color: inherit;
    list-style: none;
    padding: 13px 0;
    margin: 0;
    max-height: 360px;
}
.chosen-container .chosen-results li{
    font-size: 13px;
    line-height: 20px;
    padding: 4px 20px;
    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{
    padding: 0;
    margin: 5px;
}
.chosen-container-single .chosen-search:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-family: main-icon, sans-serif;
    content: "\e933";
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    pointer-events: none;
}
.chosen-container-single .chosen-search input[type=text]{
    border: none;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 10px;
    padding-inline-end: 25px;
    background-image: none;
    margin: 0;
}
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
body:not(.ovic-open-mobile-options) .mobile-options-content,
div.ovic-menu-clone-wrap:not(.open){
    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;
    transition: .3s;
    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: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    color: var(--default-color);
    padding: 13px 65px;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon{
    font-weight: 400;
    margin: 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon img,
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title img{
    max-height: 24px;
    margin: -2px 0 2px;
}
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;
}
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 #e5e5e5 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{
    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 #e5e5e5;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{
    border-inline-end: 1px solid #e5e5e5;
}
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: black;
    background-position: center center;
    background-size: cover;
    font-size: 13px;
    line-height: 16px;
}
.head-menu-mobile:before,
.head-menu-mobile:after{
    content: '';
    display: table;
    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: var(--main-h-fw);
}
.head-menu-mobile .name span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: .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-initialized:before,
.slick-initialized:after{
    content: '';
    display: table;
    clear: both;
}
body .slick-vertical .slick-slide{
    border: none;
}
body .slick-list{
    padding: 0;
}
body .slick-list:hover{
    z-index: 4;
}
body .slick-track{
    display: flex;
    margin-inline-start: 0;
}
.slick-vertical > .slick-list > .slick-track{
    display: block;
}
body .slick-slide > .row-item > *{
    vertical-align: top;
}
/*----- ARROWS -----*/
.flex-direction-nav a,
.slick-slider .slick-arrow{
    --arrow-width: 30px;
    --arrow-height: 30px;
    --arrow-posi: calc(50% - (var(--arrow-height) / 2));
    --arrow-posi-h: -15px;
    --arrow-fz: 12px;
    position: absolute;
    width: var(--arrow-width);
    height: var(--arrow-height);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0;
    color: #aaa;
    box-shadow: 0 0 0 1px inset;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    transition: .2s;
}
.flex-direction-nav a:hover,
.slick-slider .slick-arrow:hover{
    color: var(--main-color);
}
.flex-direction-nav .flex-nav-prev a,
.slick-slider .slick-arrow.prev{
    top: var(--arrow-posi);
    left: var(--arrow-posi-h);
}
.flex-direction-nav .flex-nav-next a,
.slick-slider .slick-arrow.next{
    bottom: var(--arrow-posi);
    right: var(--arrow-posi-h);
}
.flex-direction-nav a:before,
.slick-slider .slick-arrow:before{
    font-size: var(--arrow-fz);
    line-height: 1;
}
.flex-direction-nav .flex-nav-prev a:before,
.slick-slider .slick-arrow.prev:before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
}
.flex-direction-nav .flex-nav-next a:before,
.slick-slider .slick-arrow.next:before{
    font-family: main-icon, sans-serif;
    content: '\e90f';
}
.slick-slider.slick-vertical .slick-arrow{
    width: var(--arrow-height);
    height: var(--arrow-width);
}
.slick-slider.slick-vertical .slick-arrow.prev{
    top: var(--arrow-posi-h);
    left: var(--arrow-posi);
}
.slick-slider.slick-vertical .slick-arrow.next{
    bottom: var(--arrow-posi-h);
    right: var(--arrow-posi);
}
.slick-slider.slick-vertical .slick-arrow:before{
    transform: rotate(90deg);
}
.flex-direction-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
@media (min-width: 768px){
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 36px;
        --arrow-height: 36px;
        --arrow-fz: 14px;
        --arrow-posi-h: -24px;
    }
}
@media (min-width: 992px){
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-posi-h: -36px;
    }
}
@media (min-width: 1200px){
    .woocommerce-product-gallery:not(:hover) .flex-direction-nav a,
    .slick-slider:not(:hover) .slick-arrow{
        transform: scale(0);
    }
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 44px;
        --arrow-height: 44px;
        --arrow-fz: 16px;
        --arrow-posi-h: -44px;
    }
}
/* nav-02 */
.nav-02 .slick-arrow{
    transform: none !important;
    width: 33px;
    height: 33px;
    --arrow-fz: 14px;
}
.nav-02 .slick-arrow:not(:hover){
    color: #ddd;
}
.nav-02 .slick-arrow.prev{
    top: -66px;
    bottom: auto;
    left: auto;
    right: 40px;
}
.nav-02 .slick-arrow.next{
    top: -66px;
    bottom: auto;
    left: auto;
    right: 0;
}
@media (max-width: 1199px){
    .nav-02 .slick-arrow{
        width: 28px;
        height: 28px;
        --arrow-fz: 12px;
    }
    .nav-02 .slick-arrow.prev{
        top: -52px;
        right: 35px;
    }
    .nav-02 .slick-arrow.next{
        top: -52px;
    }
}
/* nav-03 */
.nav-03 .slick-arrow{
    transform: none !important;
    width: 10px;
    height: 30px;
    --arrow-fz: 14px;
    box-shadow: none;
}
.nav-03 .slick-arrow:not(:hover){
    color: #666;
}
.nav-03 .slick-arrow.prev{
    top: -53px;
    bottom: auto;
    left: auto;
    right: 20px;
}
.nav-03 .slick-arrow.next{
    top: -53px;
    bottom: auto;
    left: auto;
    right: 0;
}
/* nav-04 */
.nav-04 .slick-arrow{
    --arrow-width: 30px;
    --arrow-height: 30px;
    --arrow-posi-h: -30px;
    --arrow-fz: 18px;
    box-shadow: none;
}
@media (max-width: 1199px){
    .nav-04 .slick-arrow{
        --arrow-width: 20px;
        --arrow-posi-h: -20px;
    }
}
/* nav-05 */
.nav-05 .slick-arrow{
    transform: none !important;
    --arrow-width: 50px;
    --arrow-height: 50px;
    --arrow-fz: 14px;
    box-shadow: none;
    color: var(--default-color);
    border-radius: 0;
}
.nav-05 .slick-arrow:hover{
    color: var(--default-color);
    background-color: #f2f2f2;
}
.nav-05 .slick-arrow.prev{
    top: -65px;
    bottom: auto;
    right: 60px;
    left: auto;
}
.nav-05 .slick-arrow.next{
    top: -65px;
    bottom: auto;
    right: 5px;
    left: auto;
}
@media (max-width: 1199px){
    .nav-05 .slick-arrow{
        --arrow-width: 44px;
        --arrow-height: 44px;
        --arrow-fz: 13px;
    }
    .nav-05 .slick-arrow.prev{
        top: -58px;
        right: 52px;
    }
    .nav-05 .slick-arrow.next{
        top: -58px;
        right: 4px;
    }
}
@media (max-width: 767px){
    .nav-05 .slick-arrow{
        --arrow-width: 36px;
        --arrow-height: 36px;
        --arrow-fz: 13px;
    }
    .nav-05 .slick-arrow.prev{
        top: -50px;
        right: 42px;
    }
    .nav-05 .slick-arrow.next{
        top: -50px;
        right: 3px;
    }
}
/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 25px -5px 0;
    z-index: 4;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 3px 0;
    width: 9px;
    height: 9px;
    cursor: pointer;
    position: relative;
    border-radius: 90px;
    background-color: #bbb;
    animation: none !important;
}
.slick-dots li button{
    display: none;
}
.slick-dots li.slick-active{
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid var(--main-color);
}
.slick-dots li:hover{
    background-color: var(--main-color);
}
/* dot-02 */
.dot-02 .slick-dots li{
    background-color: #666;
}
.dot-02 .slick-dots li.slick-active{
    background-color: var(--main-color);
    border-color: #fff;
}
.dot-02 .slick-dots li:hover{
    background-color: #fff;
}
/* dot-03 */
.dot-03 .slick-dots{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    margin: 0;
}
.dot-03 .slick-dots li{
    width: auto;
    height: auto;
    background-color: transparent !important;
    border: none;
    margin: 5px 0;
}
.dot-03 .slick-dots li button{
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    box-shadow: none;
    padding: 0;
}
.dot-03 .slick-dots li.slick-active{
    border: 1px solid #fff;
    padding: 3px;
}
.dot-03 .slick-dots li.slick-active button,
.dot-03 .slick-dots li:hover button{
    background-color: #fff;
}
/*==========================================================================
CUSTOM EFFECT
===========================================================================*/
.elementor-section.background-zoom > .elementor-container{
    background: inherit;
}
.elementor-section.background-zoom > .elementor-container:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    transition: .5s;
    pointer-events: none;
}
.elementor-section.background-zoom:hover > .elementor-container:before{
    transform: scale(1.1);
}
.faded-in:not(:hover) .image-effect,
.faded-in:not(:hover) img{
    opacity: .5;
}
.gray-filter:not(:hover) .image-effect,
.gray-filter:not(:hover) img{
    filter: grayscale(100%);
}
.elementor-section.border-plus:hover .image-effect,
.elementor-section.border-plus:hover img,
.elementor-section.border-scale:hover .image-effect,
.elementor-section.border-scale:hover img{
    opacity: 1;
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/* ovic-animate-running */
@keyframes ovic-running-1{
    0%{
        transform: translateX(100%);
    }
    100%{}
}
@keyframes ovic-running-2{
    0%{}
    100%{
        transform: translateX(-100%);
    }
}
.ovic-running{
    font-size: 16px;
    line-height: 1.5;
    color: var(--default-color);
    overflow: hidden;
    --running-space: 180px;
    --running-time: 30s;
}
.ovic-running .wrap{
    animation: ovic-running-1 var(--running-time) linear infinite;
}
.ovic-running .inner{
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    white-space: nowrap;
    animation: inherit;
    animation-name: ovic-running-2;
}
.ovic-running .wrap:hover,
.ovic-running .wrap:hover .inner,
.ovic-running .inner:hover{
    animation-play-state: paused;
}
.ovic-running .item{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.ovic-running .item:not(:last-child){
    margin-inline-end: var(--running-space);
}
@media (max-width: 1499px){
    .ovic-running{
        --running-space: 150px;
        --running-time: 27s;
    }
}
@media (max-width: 1199px){
    .ovic-running{
        font-size: 15px;
        --running-space: 120px;
        --running-time: 24s;
    }
}
@media (max-width: 991px){
    .ovic-running{
        --running-space: 90px;
        --running-time: 21s;
    }
}
@media (max-width: 767px){
    .ovic-running{
        --running-space: 60px;
        --running-time: 18s;
    }
}
/*==========================================================================
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: 17px;
    margin: 0 0 16px;
}
.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: middle;
    opacity: .7;
    font-size: 13px;
    margin-top: -3px;
    margin-inline-start: 3px;
}
.widget_archive ul li,
.widget_categories ul li{
    display: flex;
    flex-wrap: wrap;
}
.widget_archive ul li a,
.widget_categories ul li a{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 10px;
}
.widget_archive .children,
.widget_categories .children{
    width: 100%;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    opacity: .7;
    font-size: 13px;
    margin-inline-start: 6px;
}
.sidebar-inner > .widget:not(:first-child){
    border-top: 1px solid #e5e5e5;
    padding-top: 35px;
    margin-top: 25px;
}
.sidebar-inner > .widget .gallery,
.sidebar-inner > .widget .product_list_widget,
.sidebar-inner > .widget .widget_shopping_cart_content,
.sidebar-inner > .widget_layered_nav form,
.sidebar-inner > .widget_layered_nav .inline-group,
.sidebar-inner > .widget_layered_nav .group-color,
.sidebar-inner > .widget .tagcloud{
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar-inner > .widget_media_image:not(:first-child){
    padding-top: 0;
    border-top: none;
}
.sidebar-inner > .widget_media_image > a,
.sidebar-inner > .widget_media_image > img,
.sidebar-inner > .widget select{
    margin-bottom: 5px;
}
.sidebar-inner > .widget p + * select,
.sidebar-inner > .widget p + select{
    margin-top: 0;
}
.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);
}
.shop-widget-area .widget-title:before,
.shop-widget-area .widget-title:after{
    content: '';
    display: table;
    clear: both;
}
.shop-widget-area .widget-title{
    cursor: pointer;
}
.shop-widget-area .close .widget-title .arrow{
    transform: rotate(-180deg);
}
.shop-widget-area .widget-title .arrow{
    float: right;
    color: var(--main-color);
    font-weight: 400;
    margin-inline-start: 10px;
    transition: .3s;
}
.shop-widget-area .widget-title .arrow:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f0d8";
}
/*----- SIDEBAR STICKY -----*/
@media (min-width: 992px){
    .sticky-sidebar .site{
        overflow: visible;
    }
    .sticky-sidebar #secondary{
        position: sticky;
        top: 10px;
    }
    .admin-bar.sticky-sidebar #secondary{
        top: 42px;
    }
}
@media (min-width: 1200px){
    .sticky-sidebar.has-header-sticky #secondary{
        top: 70px;
    }
    .admin-bar.sticky-sidebar.has-header-sticky #secondary{
        top: 102px;
    }
}
/*----- WIDGET CALENDAR -----*/
.widget_calendar th,
.widget_calendar td{
    text-align: center;
    padding: 5px;
}
.widget_calendar caption{
    font-size: 16px;
    color: var(--default-color);
    padding: 0;
    text-align: start;
    margin: 0 0 13px;
}
.widget_calendar a{
    display: block;
}
.widget_calendar .wp-calendar-table{
    margin: 0;
}
.widget_calendar .wp-calendar-nav{
    display: flex;
    border-inline-start: 1px solid #e5e5e5;
}
.widget_calendar .wp-calendar-nav > *{
    flex: 1 1 auto;
    width: 1%;
    border-inline-end: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.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: var(--default-color);
    color: #fff;
}
/*----- WIDGET MEDIA -----*/
.widget_media_gallery .gallery-item a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.widget_media_gallery .gallery-item a:after{
    position: absolute;
    font-family: main-icon, sans-serif;
    content: '\e911';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.widget_media_gallery .gallery-item a:not(:hover):after{
    opacity: 0;
    transform: scale(0.7);
}
/*----- WIDGET LIST ITEM -----*/
.widget_rating_filter ul li,
.widget_layered_nav ul li,
.widget_product_categories ul li{
    padding: 5px 0;
    min-height: 34px;
    color: var(--default-color);
}
.widget-area .widget_ovic_nav_menu ul li,
.widget-area .widget_nav_menu 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{
    padding: 5px 0;
    min-height: 34px;
    color: var(--default-color);
}
.widget_layered_nav ul ul,
.widget_product_categories ul ul{
    margin: 5px 0 -5px !important;
}
.widget-area .widget_ovic_nav_menu ul ul,
.widget-area .widget_nav_menu ul ul,
.widget_layered_nav ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul{
    margin: 5px 0 -5px !important;
}
.widget_layered_nav .select2 ul li{
    min-height: auto;
}
.widget_meta ul li:not(:first-child),
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li:not(:first-child),
.widget-area .widget_nav_menu ul li,
.widget_rss ul li:not(:first-child),
.widget_recent_entries ul li:not(:first-child),
.widget_recent_comments ul li:not(:first-child){
    border-top: 1px solid #e5e5e5;
}
.widget_pages > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget-area .widget_nav_menu > * > ul > li:first-child,
.widget-area .widget_nav_menu > ul > li:first-child{
    border-top: none;
}
/*----- MONSTER WIDGET -----*/
.widget_rating_filter ul li a{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.widget_rating_filter ul li .star-rating{
    margin-inline-end: 7px;
}
.widget_text .textwidget > :last-child{
    margin-bottom: 0;
}
.widget_rss ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a{
    font-weight: var(--main-h-fw);
}
.widget_rss ul li .rss-date,
.widget_rss ul li cite,
.widget_recent_entries ul li .post-date{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    margin: 2px 0;
}
.widget_rss ul li .rss-date:before,
.widget_recent_entries ul li .post-date:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f073";
    margin: 1px 0 -1px;
    margin-inline-end: 7px;
}
/*----- 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: inherit;
}
/*----- WIDGET CATEGORY -----*/
.widget_product_categories .cat-item:before,
.widget_product_categories .cat-item:after{
    content: '';
    display: table;
    clear: both;
}
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
    overflow: hidden;
    margin-inline-start: 10px;
}
.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: '\f0d7';
    transition: transform .3s;
}
.widget_product_categories .cat-item.show-sub > .carets:before{
    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*="elementor-column"],
.widget_nav_menu .megamenu [class*="elementor-column"],
.widget_ovic_nav_menu .megamenu [class*="vc_col-"],
.widget_nav_menu .megamenu [class*="vc_col-"]{
    width: 100% !important;
}
.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{
    position: relative;
}
.widget .product_list_widget > li:before,
.widget .product_list_widget > li:after{
    content: '';
    display: table;
    clear: both;
}
.widget .product_list_widget > li:not(:last-child){
    margin-bottom: 20px;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    margin-bottom: 4px;
}
.widget .product_list_widget > li > a:not(:hover){
    color: var(--default-color);
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    text-align: start;
}
.widget .product_list_widget > li img{
    float: left;
    width: 90px;
    margin-inline-end: 10px;
}
.widget .product_list_widget > li .star-rating-wrap{
    display: none;
    margin-bottom: 3px;
}
.widget .product_list_widget > li .amount{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.widget .product_list_widget > li ins{
    text-decoration: none;
    color: var(--default-color);
}
.widget .product_list_widget > li del{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 1px 0 -1px;
    margin-inline-end: 5px;
}
.widget .product_list_widget > li del .amount{
    font-size: inherit;
    font-weight: inherit;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 215px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.widget_shopping_cart .woocommerce-mini-cart li{
    position: relative;
}
.widget_shopping_cart .woocommerce-mini-cart li:not(:last-child){
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 17px;
}
.widget_shopping_cart .woocommerce-mini-cart li a:not(.remove){
    padding-inline-end: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 18px;
    width: 20px;
    text-align: end;
}
.widget_shopping_cart .woocommerce-mini-cart li .amount{
    font-size: 14px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:not(:hover){
    color: #999;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dt{
    color: var(--default-color);
    float: left;
    margin-inline-end: 5px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dd{
    margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart .quantity{
    color: var(--default-color);
}
.widget_shopping_cart .woocommerce-mini-cart .quantity .amount{
    font-size: 18px;
    font-weight: 700;
}
.widget_shopping_cart .total{
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 0;
    border-top: 1px solid #e5e5e5;
    text-transform: var(--main-h-tt);
    margin: 20px 0 0;
    color: var(--default-color);
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total strong{
    font-weight: inherit;
    margin-inline-end: 5px;
}
.widget_shopping_cart .total .amount{
    float: right;
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    margin-inline-start: 10px;
}
.widget_shopping_cart .buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 5px -10px 0;
}
.widget_shopping_cart .buttons .button{
    width: calc(50% - 20px);
    margin: 10px 10px 0;
    padding: 8px 15px;
}
.widget_shopping_cart .buttons .checkout:not(:hover){
    color: inherit;
    background-color: #e5e5e5;
}
.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;
}
@media (max-width: 767px){
    .widget .product_list_widget > li > a:not(.remove){
        font-size: 15px;
        line-height: 20px;
    }
    .widget_shopping_cart .woocommerce-mini-cart .quantity .amount{
        font-size: 16px;
    }
    .widget_shopping_cart .buttons{
        margin: 5px -5px 0;
    }
    .widget_shopping_cart .buttons .button{
        margin: 10px 5px 0;
        width: calc(50% - 10px);
    }
}
/*----- LAYERED NAV -----*/
.widget_rating_filter ul li.chosen a:before,
.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: '\e91c';
}
.widget_rating_filter ul li a:before,
.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: middle;
    font-family: main-icon, sans-serif;
    content: '';
    font-size: 7px;
    line-height: 14px;
    color: var(--default-color);
    text-align: center;
    width: 16px;
    height: 16px;
    margin: -3px 0 0;
    box-shadow: 0 0 0 2px #eee inset;
    padding-top: 1px;
    padding-inline-start: 1px;
    margin-inline-end: 10px;
    border-radius: 3px;
    pointer-events: none;
}
.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;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 10px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.widget_layered_nav .inline-group a.selected,
.widget_layered_nav .inline-group a:hover{
    color: inherit;
    box-shadow: 0 0 0 1px var(--main-color) inset;
}
.widget_layered_nav .inline-group a .count{
    display: none;
    margin-top: 0;
}
.widget_layered_nav .group-image,
.widget_layered_nav .group-color{
    display: flex;
    flex-wrap: wrap;
    margin: -5px -10px;
}
.widget_layered_nav .group-image a,
.widget_layered_nav .group-color a{
    display: flex;
    align-items: center;
    position: relative;
    font-size: inherit !important;
    margin: 5px 10px;
}
.widget_layered_nav .group-image a i,
.widget_layered_nav .group-color a i{
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    font-style: normal;
    color: #fff;
    border: 2px solid #e5e5e5;
}
.widget_layered_nav .group-image a i:before,
.widget_layered_nav .group-color a i:before{
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: main-icon, sans-serif;
    content: '\e91c';
    box-shadow: none;
    border-radius: inherit;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}
.widget_layered_nav .group-image a:not(.selected):not(:hover) i:before,
.widget_layered_nav .group-color a:not(.selected):not(:hover) i:before{
    opacity: 0;
}
.widget_layered_nav .group-image a .term-name,
.widget_layered_nav .group-color a .term-name{
    margin-inline-start: 8px;
}
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    display: none;
}
.widget_layered_nav .button-group{
    margin: 0 -10px;
}
.widget_layered_nav .button-group a{
    display: table;
    float: left;
    clear: both;
    margin: 5px 10px;
    font-size: inherit !important;
    border: 1px solid #e5e5e5;
    padding: 2px 10px;
    min-width: 30px;
}
.widget_layered_nav .button-group a i{
    display: none !important;
}
.widget_layered_nav .button-group a:hover,
.widget_layered_nav .button-group 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 -----*/
.sidebar-inner > .widget_search,
.sidebar-inner > .widget_product_search{
    padding: 0;
    border: none;
    border-radius: 0;
}
.widget_search .widget-title,
.widget_product_search .widget-title{
    margin-bottom: 30px;
}
.widget_search .search-form,
.widget_product_search .woocommerce-product-search{
    position: relative;
}
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.widget_search .search-field,
.widget_product_search .search-field{
    --input-sd: 0 0 0 2px #e5e5e5 inset;
    --input-sd-h: 0 0 0 2px var(--main-color) inset;
    width: 100%;
    padding-inline-end: 50px;
    padding: 12px 30px;
    height: 48px;
}
.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: var(--default-color);
}
.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: "\e933";
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    line-height: 20px;
    padding: 4px 20px;
    background-color: #fff;
    box-shadow: 0 0 0 2px #eee inset;
    margin: 10px 5px 0;
    position: relative;
    border-radius: 90px;
}
.tagcloud a:hover{
    color: var(--default-color);
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
    font-size: 17px;
    margin-bottom: 16px;
}
/*----- WIDGET BRAND -----*/
.widget_product_brand .product-categories.logo li a{
    padding: 0;
}
.widget_product_brand .product-categories.logo .children{
    display: block;
}
.widget_product_brand .product-categories.logo a:hover{
    opacity: .7;
}
/*----- WIDGET OVIC ICONBOX -----*/
.widget-area .widget-ovic-iconbox{
    padding: 10px 0;
}
.widget-area .widget-ovic-iconbox:first-child{
    padding-top: 0;
}
.widget-area .widget-ovic-iconbox + .widget-ovic-iconbox{
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: -10px;
}
.widget-ovic-iconbox .iconbox-inner{
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
}
.widget-ovic-iconbox .icon{
    width: 70px;
    font-size: 40px;
    line-height: 1;
}
.widget-ovic-iconbox .content{
    flex: 1 1 auto;
    width: 1%;
}
.widget-ovic-iconbox .title{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.widget-ovic-iconbox .text{
    margin: 0;
}
/*----- 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: var(--default-color);
    font-weight: inherit;
}
.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;
}
.price_slider_wrapper{
    padding: 14px 0 7px;
}
.ui-slider{
    position: relative;
    text-align: start;
    background-color: #e5e5e5;
    height: 3px;
    margin: 0 0 20px;
}
.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: -6px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 2;
    background-color: #fff;
    border: 5px solid var(--main-color);
    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{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.price_slider_amount .price_label{
    flex: 1 1 auto;
    width: 1%;
    color: #999;
    font-size: 16px;
    padding: 4px 0;
}
.price_slider_amount .price_label > *{
    color: var(--default-color);
}
.price_slider_amount .button{
    order: 1;
    padding: 4px 20px;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
/*----- CUSTOM MENU -----*/
.menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
    margin-bottom: 23px;
}
.menu-follow-header .ovic-custommenu{
    font-size: 14px;
    line-height: 1.71428571;
}
.menu-follow-header .ovic-custommenu .widget-title{
    font-size: 15px;
    margin-bottom: 14px;
    color: var(--main-color);
}
.ovic-custommenu .widget-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}
.ovic-custommenu{
    font-size: 15px;
    line-height: 1.6;
    --item-space: 6px;
}
.ovic-custommenu > .widget_nav_menu{
    overflow: hidden;
}
.ovic-custommenu ul{
    display: flex;
    flex-wrap: wrap;
    margin: calc(0px - var(--item-space)) 0;
}
.ovic-custommenu ul li{
    position: relative;
    width: 100%;
    padding: var(--item-space) 0;
}
.ovic-custommenu ul ul{
    margin-top: var(--item-space);
}
.ovic-custommenu ul li > a{
    display: block;
    position: relative;
    transition: .2s;
}
.ovic-custommenu ul li > a:hover{
    padding-inline-start: 10px;
}
.yes-horizontal .ovic-custommenu ul li > a:hover{
    padding-inline-start: 0;
}
.yes-horizontal .ovic-custommenu .widget-title{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-inline-end: 10px;
}
.yes-horizontal .ovic-custommenu .widget-title + *,
.yes-horizontal .ovic-custommenu .widget-title + * ul{
    display: inline;
    margin: 0;
}
.yes-horizontal .ovic-custommenu .widget-title + * ul li{
    padding: 0;
}
.yes-horizontal .ovic-custommenu .widget-title + * ul li:not(:last-child){
    padding-inline-end: calc(var(--item-space) * 2);
}
.yes-horizontal .ovic-custommenu .widget-title + * ul li:not(:last-child):after{
    right: calc(var(--item-space) - 2px);
}
.yes-horizontal .ovic-custommenu ul{
    margin: 0 calc(0px - var(--item-space));
}
.yes-horizontal .ovic-custommenu ul li{
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 var(--item-space);
}
.yes-horizontal .ovic-custommenu ul li:not(:last-child):after{
    content: var(--menu-delimiter);
    position: absolute;
    top: 0;
    right: 0;
    opacity: var(--menu-delimiter-o);
    transform: translateX(50%);
}
.yes-horizontal .ovic-custommenu ul ul{
    margin-top: 0;
    padding: 0;
}
.elementor-align-center .ovic-custommenu ul{
    text-align: center;
    justify-content: center;
}
.elementor-align-right .ovic-custommenu ul{
    text-align: end;
    justify-content: end;
}
/* style-01 */
.ovic-custommenu.style-01 ul li > a:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-inline-end: 8px;
}
@media (max-width: 1199px){
    .ovic-custommenu .widget-title{
        font-size: 20px;
        margin-bottom: 18px;
    }
    .elementor-tablet-align-center .ovic-custommenu ul{
        text-align: center;
        justify-content: center;
    }
    .elementor-tablet-align-right .ovic-custommenu ul{
        text-align: end;
        justify-content: end;
    }
}
@media (max-width: 767px){
    .elementor-mobile-align-center .ovic-custommenu ul{
        text-align: center;
        justify-content: center;
    }
    .elementor-mobile-align-right .ovic-custommenu ul{
        text-align: end;
        justify-content: end;
    }
}
/*----- TABS -----*/
.ovic-tabs{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ovic-tabs > *{
    width: 100%;
}
.ovic-tabs .tabs-head{
    position: relative;
}
.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: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: inherit;
}
.ovic-tabs .tab-item.active a,
.ovic-tabs .tab-item a:hover{
    color: var(--main-color);
}
.ovic-tabs .tab-item .thumb{
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin-inline-end: 5px;
}
.ovic-tabs .tab-item .thumb img{
    vertical-align: top;
    width: auto;
    max-height: 24px;
}
.ovic-tabs .tab-item .type-image{
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
}
.ovic-tab .tabs-list{
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
/* style-01 */
.ovic-tab.style-01 .tabs-head{
    margin-bottom: 8px;
}
.ovic-tab.style-01 .tabs-list{
    font-size: 16px;
    font-weight: 700;
    color: #888;
    padding-bottom: 12px;
}
.ovic-tab.style-01 .tab-item:not(:last-child){
    margin-inline-end: 60px;
}
.ovic-tab.style-01 .tab-item .thumb{
    font-size: 46px;
    margin: 0 0 12px;
}
.ovic-tab.style-01 .tab-item a{
    flex-direction: column;
    padding: 0 4px 4px;
}
.ovic-tab.style-01 .tab-item .thumb img{
    max-height: 46px;
}
.ovic-tab.style-01 .tab-item a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    border-bottom: 2px solid var(--main-color);
    transition: .3s;
}
.ovic-tab.style-01 .tab-item.active a:before{
    width: 100%;
}
/* style-02 */
.ovic-tab.style-02.style-01 .tab-item a{
    padding-bottom: 0;
}
.ovic-tab.style-02.style-01 .tab-item:not(:last-child){
    margin-inline-end: 20px;
}
.ovic-tab.style-02.style-01 .tab-item a:before{
    bottom: 4px;
}
/* style-03 */
.ovic-tab.style-03 .tabs-list{
    font-size: 24px;
    text-transform: none;
    font-weight: var(--main-h-fw);
}
.ovic-tab.style-03.style-01 .tab-item .thumb{
    margin-bottom: 4px;
}
.ovic-tab.style-03.style-01 .tab-item a{
    padding-bottom: 0;
}
.ovic-tab.style-03.style-01 .tab-item a:before{
    bottom: 4px;
}
/* style-04 */
.ovic-tab.style-04 .tabs-head{
    margin-bottom: 10px;
}
.ovic-tab.style-04 .tabs-list{
    font-size: 16px;
    font-weight: 700;
}
.ovic-tab.style-04 .tab-item:not(:last-child){
    margin-inline-end: -5px;
}
.ovic-tab.style-04 .tab-item a{
    min-width: 129px;
    padding: 7px 5px 13px;
    padding-inline-end: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ovic-tab.style-04 .tab-item.active a{
    color: var(--main-color-t);
    background-image: var(--cate-active);
}
/* style-05 */
.ovic-tab.style-05 .tabs-list{
    font-size: 24px;
    line-height: 1.25;
    text-transform: none;
    font-weight: var(--main-h-fw);
    color: #888;
    padding-bottom: 12px;
}
.ovic-tab.style-05 .tab-item:not(:last-child){
    margin-inline-end: 60px;
}
.ovic-tab.style-05 .tab-item a{
    flex-direction: column;
}
.ovic-tab.style-05 .tab-item .thumb{
    font-size: 40px;
    margin: 0;
}
.ovic-tab.style-05 .tab-item .thumb img{
    max-height: none;
}
.ovic-tab.style-05 .tab-item .title{
    display: block;
}
.ovic-tab.style-05 .tab-item.active a,
.ovic-tab.style-05 .tab-item a:hover{
    color: var(--main-color-2);
}
/* style-06 */
.ovic-tab.style-06.style-01 .tabs-head{
    margin-bottom: 21px;
}
.ovic-tab.style-06.style-01 .tabs-list{
    font-size: 15px;
}
.ovic-tab.style-06.style-01 .tab-item a{
    padding: 0 0 1px;
}
.ovic-tab.style-06.style-01 .tab-item a:before{
    left: 13px;
    right: 13px;
}
.ovic-tab.style-06.style-01 .tab-item.active a:before{
    width: calc(100% - 26px);
}
.ovic-tab.style-06.style-01 .tab-item:not(:last-child){
    margin-inline-end: 28px;
}
/* style-07 */
.ovic-tab.style-07 .tabs-head{
    margin-bottom: 38px;
}
.ovic-tab.style-07 .tabs-list{
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 12px;
}
.ovic-tab.style-07 .tab-item a > *{
    padding: 6px 0;
}
.ovic-tab.style-07 .tab-item:not(:last-child){
    margin-inline-end: 10px;
}
.ovic-tab.style-07 .tab-item a{
    padding: 0 20px;
    border: 2px solid #eee;
    border-radius: var(--main-bora);
}
.ovic-tab.style-07 .tab-item.active a{
    font-weight: 700;
    border-color: var(--main-color);
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-tab.style-07 .tab-item a:hover{
    border-color: var(--main-color);
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-tab.style-07 .tab-item.active a .thumb,
.ovic-tab.style-07 .tab-item a:hover .thumb{
    color: #ffeb07;
}
.ovic-tab.style-07 .tab-item .thumb{
    font-size: 13px;
    padding-inline-end: 15px;
    border-inline-end: 1px solid #cfcfcf;
    margin-inline-end: 15px;
}
.ovic-tab.style-07 .tab-item .thumb img{
    max-height: 21px;
}
/* style-08 */
.ovic-tab.style-08 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.ovic-tab.style-08 .tab-title{
    flex: 1 1 auto;
    width: 1%;
    font-size: 24px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    margin: 0;
}
.ovic-tab.style-08 .tab-title:after{
    content: '';
    flex: 1 1 auto;
    width: 1%;
    margin: 0 18px;
    height: 1px;
    border-top: 1px solid #e2e2e2;
}
.ovic-tab.style-08 .tabs-list{
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--main-h-fw);
    width: calc(50% - 5px);
    background-color: #e2e2e2;
    border-radius: var(--main-bora);
}
.ovic-tab.style-08 .tab-item{
    min-width: calc(100% / 3);
}
.ovic-tab.style-08 .tab-item a{
    padding: 10px 15px;
    border-radius: var(--main-bora);
}
.ovic-tab.style-08 .tab-item.active a,
.ovic-tab.style-08 .tab-item a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-tab.style-08 .product-item.style-07 .price{
    color: inherit;
}
.ovic-tab.style-08 .tab-panel:first-child .product-item.style-07 .price:first-child,
.ovic-tab.style-08 .tab-panel:nth-child(2) .product-item.style-07 .price:nth-child(2),
.ovic-tab.style-08 .tab-panel:nth-child(3) .product-item.style-07 .price:nth-child(3),
.ovic-tab.style-08 .tab-panel:nth-child(4) .product-item.style-07 .price:nth-child(4),
.ovic-tab.style-08 .tab-panel:nth-child(5) .product-item.style-07 .price:nth-child(5),
.ovic-tab.style-08 .product-item.style-07 .price:first-child:last-child{
    color: var(--main-color);
}
/* style-09 */
.ovic-tab.style-09 .tabs-head{
    margin-bottom: 20px;
}
.ovic-tab.style-09 .tab-title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
}
.ovic-tab.style-09 .tabs-list{
    font-size: 17px;
    padding-bottom: 10px;
}
.ovic-tab.style-09 .tab-item:not(:last-child){
    margin-inline-end: -5px;
}
.ovic-tab.style-09 .tab-item a{
    min-width: 102px;
    padding: 5px 5px 6px;
    padding-inline-end: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ovic-tab.style-09 .tab-item.active a{
    color: var(--main-color-t);
    background-image: var(--cate-active);
}
/* style-10 */
.ovic-tab.style-10 .tabs-head{
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.ovic-tab.style-10 .tab-title{
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 13px;
}
.ovic-tab.style-10 .tabs-list{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .02em;
    padding-bottom: 13px;
}
.ovic-tab.style-10 .tab-item:not(:last-child){
    margin-inline-end: 30px;
}
.ovic-tab.style-10 .tab-item.active a{
    font-weight: 700;
    color: var(--default-color);
}
/* style-11 */
.ovic-tab.style-11 .tabs-list{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 700;
    color: var(--default-color);
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
}
.ovic-tab.style-11 .tab-item{
    border-inline-start: 1px solid #dbdbdb;
}
.ovic-tab.style-11 .tab-item:last-child{
    border-inline-end: 1px solid #dbdbdb;
}
.ovic-tab.style-11 .tab-item a{
    font-size: 18px;
    line-height: 1.34;
    padding: 17px 40px;
}
.ovic-tab.style-11 .tab-item.active a{
    box-shadow: 0 2px var(--main-color) inset;
}
/* style-12 */
.ovic-tab.style-12 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-inline-start: 40px;
    padding-inline-end: 150px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}
.ovic-tab.style-12 .tab-title{
    font-size: 19px;
    font-weight: 700;
    padding: 17px 0;
    margin: 0;
}
.ovic-tab.style-12 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    text-align: end;
}
.ovic-tab.style-12 .tab-item a{
    padding: 18px 10px;
}
.ovic-tab.style-12 .tab-item.active a{
    font-weight: 700;
    color: var(--default-color);
    box-shadow: 0 -2px var(--main-color) inset;
}
/* style-13 */
.ovic-tab.style-13 .tabs-head{
    margin-bottom: 25px;
}
.ovic-tab.style-13 .tabs-list{
    font-size: 14px;
    font-weight: var(--main-h-fw);
    padding: 34px 0 17px;
}
.ovic-tab.style-13 .tab-item a{
    flex-direction: column;
    min-width: 100px;
}
.ovic-tab.style-13 .tab-item a:before{
    position: absolute;
    content: '';
    top: -34px;
    bottom: -17px;
    left: -20px;
    right: -20px;
    background-image: var(--cate-active);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .2s;
}
.ovic-tab.style-13 .tab-item:not(.active) a:before{
    opacity: 0;
    transform: scale(0.5);
}
.ovic-tab.style-13 .tab-item.active a{
    color: var(--main-color-t);
}
.ovic-tab.style-13 .tab-item a > *{
    position: relative;
}
.ovic-tab.style-13 .tab-item .thumb{
    font-size: 32px;
    margin: 0 0 1px;
}
.ovic-tab.style-13 .tab-item .thumb img{
    max-height: 32px;
}
/* style-14 */
.ovic-tab.style-14 .tabs-head{
    margin-bottom: 28px;
}
.ovic-tab.style-14 .tabs-list{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    padding-bottom: 12px;
}
.ovic-tab.style-14 .tab-item:not(:last-child){
    margin-inline-end: 12px;
}
.ovic-tab.style-14 .tab-item a{
    padding: 3px 15px;
    border-radius: 5px;
    background-color: rgba(var(--main-color-r),var(--main-color-g),var(--main-color-b),0.08);
}
.ovic-tab.style-14 .tab-item.active a,
.ovic-tab.style-14 .tab-item a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
/* style-15 */
.ovic-tab.style-15 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.ovic-tab.style-15 .tab-title{
    font-size: 30px;
    line-height: 1.34;
    font-family: var(--main-special);
    margin: 0;
}
.ovic-tab.style-15 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    font-size: 15px;
    text-align: end;
    margin-inline-start: 30px;
}
.ovic-tab.style-15 .tab-item:not(:last-child){
    margin-inline-end: 35px;
}
.ovic-tab.style-15 .tab-button{
    font-size: 15px;
    text-decoration: underline;
    margin-inline-start: 35px;
}
@media (min-width: 768px){
    .ovic-tab.style-09 .tabs-head{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .ovic-tab.style-09 .tab-title{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-end: 15px;
    }
    .ovic-tab.style-10{
        display: flex;
        flex-wrap: wrap;
    }
    .ovic-tab.style-10 .tabs-head{
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    .ovic-tab.style-10 .tabs-list{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-start: 15px;
        text-align: end;
    }
    .ovic-tab.style-10 .tab-banner{
        width: 236px;
        margin-inline-end: 30px;
    }
    .ovic-tab.style-10 .tabs-container{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (max-width: 1199px){
    .ovic-tab.style-05 .tab-item:not(:last-child),
    .ovic-tab.style-01 .tab-item:not(:last-child){
        margin-inline-end: 40px;
    }
    .ovic-tab.style-01 .tabs-list{
        font-size: 15px;
    }
    .ovic-tab.style-01 .tab-item .thumb{
        font-size: 40px;
        margin-bottom: 7px;
    }
    .ovic-tab.style-01 .tab-item .thumb img{
        max-height: 40px;
    }
    .ovic-tab.style-01 .tab-item a{
        padding-bottom: 1px;
    }
    .ovic-tab.style-05 .tabs-list,
    .ovic-tab.style-03 .tabs-list{
        font-size: 20px;
    }
    .ovic-tab.style-03.style-01 .tab-item a:before{
        bottom: 3px;
    }
    .ovic-tab.style-07 .tabs-head{
        margin-bottom: 20px;
    }
    .ovic-tab.style-07 .tab-item a{
        padding: 0 15px;
    }
    .ovic-tab.style-07 .tab-item .thumb{
        padding-inline-end: 11px;
        margin-inline-end: 11px;
    }
    .ovic-tab.style-08 .tabs-head{
        margin-bottom: 20px;
    }
    .ovic-tab.style-09 .tabs-head{
        margin-bottom: 10px;
    }
    .ovic-tab.style-09 .tab-title{
        font-size: 36px;
    }
    .ovic-tab.style-10 .tab-title{
        font-size: 24px;
    }
    .ovic-tab.style-10 .tab-item:not(:last-child){
        min-width: 20px;
    }
    .ovic-tab.style-11 .tab-item a{
        font-size: 17px;
        padding: 15px 32px;
    }
    .ovic-tab.style-12 .tabs-head{
        padding-inline-start: 30px;
        padding-inline-end: 120px;
    }
    .ovic-tab.style-12 .tab-title{
        font-size: 17px;
        padding: 14px 0;
    }
    .ovic-tab.style-12 .tabs-list{
        font-size: 14px;
    }
    .ovic-tab.style-12 .tab-item a{
        padding: 15px 9px;
    }
    .ovic-tab.style-13 .tabs-head{
        margin-bottom: 15px;
    }
    .ovic-tab.style-14 .tabs-head{
        margin-bottom: 18px;
    }
    .ovic-tab.style-15 .tabs-head{
        margin-bottom: 15px;
    }
    .ovic-tab.style-15 .tab-title{
        font-size: 26px;
        width: 100%;
    }
    .ovic-tab.style-15 .tabs-list{
        text-align: start;
        margin-inline-start: 0;
    }
    .ovic-tab.style-15 .tab-item:not(:last-child){
        margin-inline-end: 25px;
    }
    .ovic-tab.style-15 .tab-button{
        margin-inline-start: 25px;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-05 .tab-item:not(:last-child),
    .ovic-tab.style-01 .tab-item:not(:last-child){
        margin-inline-end: 20px;
    }
    .ovic-tab.style-01 .tabs-list{
        font-size: 14px;
    }
    .ovic-tab.style-01 .tab-item .thumb{
        font-size: 36px;
        margin-bottom: 4px;
    }
    .ovic-tab.style-01 .tab-item .thumb img{
        max-height: 36px;
    }
    .ovic-tab.style-01 .tab-item a{
        padding-bottom: 0;
    }
    .ovic-tab.style-05 .tabs-list,
    .ovic-tab.style-03 .tabs-list{
        font-size: 18px;
    }
    .ovic-tab.style-03.style-01 .tab-item a:before{
        bottom: 2px;
    }
    .ovic-tab.style-07 .tabs-list{
        font-size: 13px;
        line-height: 19px;
    }
    .ovic-tab.style-08 .tab-title{
        font-size: 21px;
    }
    .ovic-tab.style-08 .tabs-list{
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        margin-top: 10px;
    }
    .ovic-tab.style-10 .tab-banner{
        display: none;
    }
    .ovic-tab.style-12 .tabs-head{
        padding-inline-start: 7px;
        padding-inline-end: 90px;
    }
    .ovic-tab.style-12 .tab-title{
        width: 100%;
        padding: 14px 8px 4px;
    }
    .ovic-tab.style-12 .tab-item.active a{
        padding: 5px 8px 11px;
    }
    .ovic-tab.style-15 .tab-button{
        width: 100%;
        margin-inline-start: 0;
    }
}
/*----- BRAND -----*/
.ovic-brand .link{
    display: block;
    text-align: center;
    position: relative;
}
.ovic-brand .thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ovic-brand .image{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ovic-brand img{
    max-height: 100%;
    width: auto;
}
/*----- CATEGORY -----*/
.ovic-category .link{
    display: block;
    position: relative;
    text-align: center;
}
.ovic-category .thumb{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
/* style-01 */
.ovic-category.style-01 .link{
    font-size: 14px;
    line-height: 20px;
    color: inherit;
}
.ovic-category.style-01 .title{
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 168px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    padding: 6px 8px 13px;
    margin-top: -13px;
}
.ovic-category.style-01 .link:hover .title{
    border-color: var(--main-color);
}
.ovic-category.style-01 .count{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: var(--main-special);
    padding: 5px 11px;
    background-color: #fff;
    font-style: italic;
    margin-top: -18px;
}
/* style-02 */
.ovic-category.style-02 .link{
    line-height: 1.2;
}
.ovic-category.style-02 .link:not(:hover){
    color: var(--default-color);
}
.ovic-category.style-02 .title{
    display: block;
    font-size: 16px;
    font-weight: var(--main-h-fw);
    margin-top: 8px;
}
/* style-03 */
.ovic-category.style-03 .content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: var(--main-bora);
    padding: 10px 30px;
    color: var(--default-color);
    background-color: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
}
.ovic-category.style-03 .content:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-category.style-03 .title{
    font-size: 18px;
    font-weight: var(--main-h-fw);
}
.ovic-category.style-03 .count{
    opacity: .7;
    padding-inline-start: 10px;
}
.ovic-category.style-03 .content:not(:hover):after{
    width: 0;
    padding: 0;
}
.ovic-category.style-03 .content:after{
    font-family: main-icon, sans-serif;
    content: '\e942';
    font-size: 12px;
    padding-inline-start: 10px;
    overflow: hidden;
    transition: width .3s, padding .3s;
}
/* style-04 */
.ovic-category.style-04{
    text-align: center;
}
.ovic-category.style-04 .link{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    color: var(--default-color);
    overflow: hidden;
    background-color: var(--main-color);
    box-shadow: 6px 7px 8px rgba(0,0,0,0.1);
}
.ovic-category.style-04 .content{
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.ovic-category.style-04 .content:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: var(--cate-image-hover);
    background-position: center center;
    background-repeat: no-repeat;
}
.ovic-category.style-04 .title{
    display: block;
    font-family: var(--main-special);
    font-size: 36px;
    line-height: 1.2;
    position: relative;
}
.ovic-category.style-04 .count{
    display: block;
    position: relative;
}
.ovic-category.style-04 .button{
    padding: 6px 20px;
    margin: 24px 0 8px;
    --main-color: #e42648;
}
.ovic-category.style-04 .link:hover .thumb img{
    opacity: .3;
}
.ovic-category.style-04 .link .thumb img{
    transition: .3s;
}
/* style-05 */
.ovic-category.style-05 .content{
    top: calc(50% - 26px);
    bottom: auto !important;
}
.ovic-category.style-06 .title,
.ovic-category.style-05 .title{
    font-size: 24px;
    line-height: 1.25;
    font-family: var(--main-special);
    font-weight: 400;
    margin: -2px 0 2px;
}
.ovic-category.style-07 .thumb img,
.ovic-category.style-06 .thumb img,
.ovic-category.style-05 .thumb img{
    object-fit: cover;
    margin: auto;
}
/* style-06 */
.ovic-category.style-06 .content{
    top: calc(((100% - 30px) / 4) - 26px);
    bottom: auto !important;
}
/* style-07 */
.ovic-category.style-07{
    color: var(--default-color);
}
.ovic-category.style-07 .link{
    border-radius: 60px;
    font-size: 16px;
    line-height: 1.5;
    padding: 27px 15px 24px;
}
.ovic-category.style-07 .thumb{
    display: block;
    margin-inline-start: -15px;
    margin-inline-end: -15px;
}
.ovic-category.style-07 .title{
    display: block;
    font-family: var(--main-special);
    font-size: 36px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: -12px;
}
.ovic-category.style-07 .count{
    font-style: italic;
}
/* style-08 */
.ovic-category.style-08 .link{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.ovic-category.style-08 .thumb{
    border-radius: var(--main-bora);
}
.ovic-category.style-08 .title{
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-family: var(--main-special);
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
}
.ovic-category.style-08 .count{
    color: #888;
}
.ovic-category.style-08 .link:hover{
    color: var(--main-color-t);
}
.ovic-category.style-08 .link:hover .thumb{
    border-radius: var(--main-bora) var(--main-bora) 0 0;
}
.ovic-category.style-08 .link:hover .content{
    background-color: var(--main-color);
}
.ovic-category.style-08 .link:hover .count{
    color: inherit;
}
.ovic-category.style-08 .content{
    display: block;
    padding: 7px 10px;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
}
@media (min-width: 1200px){
    .ovic-category.style-04 .link:not(:hover) .content{
        opacity: 0;
        transform: scale(0.5);
    }
}
@media (max-width: 1499px){
    .ovic-category.style-03 .content{
        bottom: 20px;
        left: 20px;
        padding: 8px 25px;
    }
    .ovic-category.style-03 .title{
        font-size: 17px;
    }
    .ovic-category.style-03 .content:after{
        font-size: 11px;
        margin: 1px 0 -1px;
    }
    .ovic-category.style-04 .title{
        font-size: 30px;
    }
    .ovic-category.style-04 .button{
        margin-top: 14px;
    }
    .ovic-category.style-04 .content:before{
        background-size: contain;
    }
    .ovic-category.style-06 .title,
    .ovic-category.style-05 .title{
        font-size: 21px;
        line-height: 1.4;
    }
}
@media (max-width: 1199px){
    .ovic-category.style-07 .link{
        font-size: 15px;
        padding: 22px 15px 19px;
    }
    .ovic-category.style-07 .title{
        font-size: 32px;
        margin-top: 3px;
    }
    .ovic-category.style-08 .title{
        font-size: 14px;
    }
}
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    animation: none;
}
.ovic-newsletter .desc{
    margin-bottom: 15px;
}
.ovic-newsletter form{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.ovic-newsletter .mc4wp-form-fields{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-radius: var(--main-bora);
    background-color: #fff;
}
.ovic-newsletter .text-field{
    flex: 1 1 auto;
    width: 1%;
    font-weight: inherit;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    border-radius: inherit;
}
.ovic-newsletter .input-text[type]{
    width: 100%;
    height: 46px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 11px 20px;
    border-radius: inherit !important;
    box-shadow: none !important;
    text-align: inherit;
}
div.dgwt-wcas-search-wrapp .input-focus,
.ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: inherit;
}
.border-yes .ovic-newsletter .input-focus{
    border-color: #e5e5e5;
}
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;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    padding: 11px 39px;
    border-radius: inherit;
}
/* style- */
.ovic-newsletter.style-02 .submit-newsletter{
    padding: 11px 36px;
    padding-inline-start: 32px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* style-03 */
.ovic-newsletter.style-03{
    position: relative;
}
.ovic-newsletter.style-03:not(.style-04):before{
    position: absolute;
    content: '';
    bottom: 0;
    left: -23px;
    border-bottom: 19px solid hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .8));
    border-inline-start: 28px solid hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .8));
    border-bottom-left-radius: 100%;
}
.ovic-newsletter.style-03:not(.style-04):after{
    position: absolute;
    content: '';
    bottom: 0;
    right: -23px;
    border-bottom: 19px solid hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .8));
    border-inline-end: 28px solid hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .8));
    border-bottom-right-radius: 100%;
}
.ovic-newsletter.style-03 .inner{
    color: var(--main-color-t);
    background-color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ovic-newsletter.style-03 .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 56px;
    font-size: 30px;
    line-height: 1;
    background-color: rgba(255, 255, 255, .15);
}
.ovic-newsletter.style-03 .icon img{
    max-height: 30px;
}
.ovic-newsletter.style-03 .title{
    color: inherit;
    font-size: 22px;
    line-height: 1.2;
    padding: 5px 10px;
    margin: 0;
}
.ovic-newsletter.style-03 .subtitle{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    opacity: .8;
    margin: 0;
}
.ovic-newsletter.style-03 form{
    display: flex;
    align-items: center;
    width: 530px;
    max-width: 100%;
}
.ovic-newsletter.style-03 .mc4wp-form-fields{
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
.ovic-newsletter.style-03 .text-field{
    background-color: rgba(255, 255, 255, .15);
}
.ovic-newsletter.style-03 .input-text[type]{
    padding: 16px 30px;
    height: 56px;
    color: #fff;
    font-size: 15px;
}
.ovic-newsletter.style-03 .input-text[type]:not(:focus){
    opacity: .8;
}
.ovic-newsletter.style-03 .submit-newsletter{
    width: 60px;
    padding: 16px 0;
    font-weight: 400;
    font-size: 22px;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}
.ovic-newsletter.style-03 .submit-newsletter:before{
    font-family: FontAwesome, sans-serif;
    content: "\f1d9";
    font-weight: 400;
}
.ovic-newsletter.style-03 .submit-newsletter:hover:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
}
/* style-04 */
.ovic-newsletter.style-04 .inner{
    border-radius: var(--main-bora);
    overflow: hidden;
}
.ovic-newsletter.style-04 .icon{
    width: 69px;
    color: var(--default-color);
    background-color: var(--main-color-2);
    padding-inline-start: 6px;
}
.ovic-newsletter.style-04 .submit-newsletter{
    width: 69px;
    color: var(--default-color);
    background-color: var(--main-color-2);
    padding-inline-end: 6px;
}
/* style-05 */
.ovic-newsletter.style-05 .mc4wp-form-fields{
    background-color: transparent;
    border-radius: 0;
}
.ovic-newsletter.style-05 .input-text[type]{
    padding: 0 0 8px;
    padding-inline-end: 15px;
    height: 32px;
}
.ovic-newsletter.style-05 .submit-newsletter:before{
    font-family: FontAwesome, sans-serif;
    content: "\f1d9";
    font-weight: 400;
}
.ovic-newsletter.style-05 .submit-newsletter{
    color: var(--default-color);
    background-color: transparent;
    padding: 0 0 8px;
    font-size: 18px;
}
.ovic-newsletter.style-05 .input-focus{
    border-width: 0 0 1px;
    border-color: #acacac;
}
/* style-06 */
.ovic-newsletter.style-06 .mc4wp-form-fields{
    background-color: var(--main-color);
}
.ovic-newsletter.style-06 .text-field:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    font-family: FontAwesome, sans-serif;
    content: "\f0e0";
    display: flex;
    align-items: center;
    color: var(--main-color-t);
    font-size: calc(100% - 2px);
}
.ovic-newsletter.style-06 .input-text[type]{
    color: var(--main-color-t);
    padding: 9px 20px;
    padding-inline-start: 50px;
    height: 42px;
}
.ovic-newsletter.style-06 .submit-newsletter{
    font-size: 15px;
    padding: 6px 22px;
    margin: 3px 0;
    margin-inline-end: 3px;
    color: var(--default-color);
    background-color: #fff;
}
.ovic-newsletter.style-06 .submit-newsletter:hover{
    color: var(--main-color-t);
    background-color: transparent;
}
/* style-07 */
.ovic-newsletter.style-07 .input-text[type]{
    padding: 11px 25px;
}
.ovic-newsletter.style-07 .input-focus{
    border: 2px solid #e5e5e5;
}
.ovic-newsletter.style-07 .submit-newsletter{
    color: var(--default-color);
    background-color: transparent;
    padding: 9px 25px;
    padding-inline-start: 17px;
    border-inline-start: 2px solid #e5e5e5;
    border-radius: 0;
    margin: 2px 0;
    box-shadow: none;
}
.ovic-newsletter.style-07 .submit-newsletter:hover{
    color: var(--main-color);
}
.ovic-newsletter.style-07 .submit-newsletter:before{
    font-family: FontAwesome, sans-serif;
    content: '\f1d8';
}
/* style-08 */
.ovic-newsletter.style-08 .inner{
    color: var(--main-color-t);
    background-color: var(--main-color);
    padding: 22px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ovic-newsletter.style-08 .icon{
    width: 90px;
    font-size: 60px;
    line-height: 1;
    padding: 7px 0;
}
.ovic-newsletter.style-08 .icon img{
    display: block;
    max-width: 64px;
}
.ovic-newsletter.style-08 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-end: 15px;
}
.ovic-newsletter.style-08 .title{
    font-size: 30px;
    color: inherit;
    margin: 0;
}
.ovic-newsletter.style-08 .subtitle{
    font-size: 16px;
    line-height: 1.5;
    margin: 1px 0 9px;
}
.ovic-newsletter.style-08 form{
    width: 430px;
    padding: 7px 0;
    --main-color: var(--main-color-2);
}
.ovic-newsletter.style-08 .input-text[type]{
    padding: 11px 28px;
}
.ovic-newsletter.style-08 .submit-newsletter{
    padding: 11px 30px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/* style-09 */
.ovic-newsletter.style-09 .mc4wp-form-fields{
    background-color: transparent;
}
.ovic-newsletter.style-09 .text-field{
    background-color: #fff;
    position: relative;
}
.ovic-newsletter.style-09 .input-text[type]{
    padding: 11px 15px;
    text-align: center;
    height: 46px;
}
.ovic-newsletter.style-09 .input-focus{
    border-color: #e1e1e1;
}
.ovic-newsletter.style-09 .submit-newsletter{
    width: 100%;
    padding: 11px 15px;
    font-family: var(--main-special);
    letter-spacing: .2em;
    margin-top: 20px;
}
/* style-10 */
.ovic-newsletter.style-10 .inner{
    color: var(--main-color-t);
    background-color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ovic-newsletter.style-10 .icon{
    width: 90px;
    font-size: 60px;
    line-height: 1;
    padding: 7px 0;
}
.ovic-newsletter.style-10 .icon img{
    display: block;
    max-width: 64px;
}
.ovic-newsletter.style-10 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-end: 15px;
}
.ovic-newsletter.style-10 .title{
    font-size: 30px;
    font-family: var(--main-special);
    color: inherit;
    margin: 0;
}
.ovic-newsletter.style-10 .subtitle{
    font-size: 14px;
    margin: 2px 0 6px;
}
.ovic-newsletter.style-10 form{
    width: 430px;
    padding: 5px 0 7px;
}
.ovic-newsletter.style-10 .mc4wp-form-fields{
    border-radius: 0;
    box-shadow: 0 -1px inset;
    background-color: transparent;
}
.ovic-newsletter.style-10 .input-text[type]{
    padding: 12px 0;
    height: 48px;
    color: inherit !important;
}
.ovic-newsletter.style-10 .input-focus{
    border: none;
}
.ovic-newsletter.style-10 .submit-newsletter{
    padding: 12px 0;
    border-radius: 0;
    color: inherit;
    background-color: transparent;
    margin-inline-start: 15px;
    box-shadow: none;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-03 .submit-newsletter,
    .ovic-newsletter.style-03 .icon{
        width: 54px;
    }
    .ovic-newsletter.style-03 .input-text[type]{
        padding: 16px 20px;
    }
    .ovic-newsletter.style-03 .title{
        font-size: 20px;
    }
    .ovic-newsletter.style-03 .subtitle{
        padding: 5px 10px;
    }
    .ovic-newsletter.style-03 form{
        width: 430px;
    }
    .ovic-newsletter.style-08 .inner{
        padding: 20px 30px;
    }
    .ovic-newsletter.style-10 .icon,
    .ovic-newsletter.style-08 .icon{
        width: 80px;
        font-size: 54px;
    }
    .ovic-newsletter.style-10 .icon img,
    .ovic-newsletter.style-08 .icon img{
        max-width: 58px;
    }
    .ovic-newsletter.style-10 .title,
    .ovic-newsletter.style-08 .title{
        font-size: 26px;
    }
    .ovic-newsletter.style-08 .subtitle{
        font-size: 14px;
    }
    .ovic-newsletter.style-10 form,
    .ovic-newsletter.style-08 form{
        width: 370px;
    }
    .ovic-newsletter.style-08 .input-text[type]{
        padding: 10px 22px;
        height: 44px;
    }
    .ovic-newsletter.style-08 .submit-newsletter{
        padding: 10px 24px;
    }
    .ovic-newsletter.style-09 .input-text[type]{
        padding: 10px 15px;
        height: 44px;
    }
    .ovic-newsletter.style-09 .submit-newsletter{
        padding: 11px 15px;
        margin-top: 15px;
    }
    .ovic-newsletter.style-10 .subtitle{
        margin: 0 0 4px;
    }
    .ovic-newsletter.style-10 .input-text[type]{
        padding: 10px 0;
        height: 44px;
    }
    .ovic-newsletter.style-10 .submit-newsletter{
        padding: 10px 0;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-03 .title{
        flex: 1 1 auto;
        width: 1%;
    }
    .ovic-newsletter.style-03 .subtitle{
        display: none;
    }
    .ovic-newsletter.style-08 form{
        width: 100%;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-03:not(.style-04) .icon{
        background-color: transparent;
    }
    .ovic-newsletter.style-03 .title{
        display: none;
    }
    .ovic-newsletter.style-03 form{
        flex: 1 1 auto;
        width: 1%;
    }
    .ovic-newsletter.style-10 form{
        width: 100%;
    }
}
@media (max-width: 479px){
    .ovic-newsletter.style-08 .inner{
        padding: 15px 15px;
    }
    .ovic-newsletter.style-10 .icon,
    .ovic-newsletter.style-08 .icon{
        width: 52px;
        font-size: 36px;
    }
    .ovic-newsletter.style-10 .icon img,
    .ovic-newsletter.style-08 .icon img{
        max-width: 40px;
    }
    .ovic-newsletter.style-10 .title,
    .ovic-newsletter.style-08 .title{
        font-size: 23px;
    }
    .ovic-newsletter.style-08 .input-text[type]{
        padding: 9px 15px;
        height: 42px;
    }
    .ovic-newsletter.style-08 .submit-newsletter{
        padding: 9px 15px;
    }
    .ovic-newsletter.style-10 .input-text[type]{
        padding: 9px 0;
        height: 42px;
    }
    .ovic-newsletter.style-10 .submit-newsletter{
        padding: 9px 0;
    }
    .ovic-newsletter.style-10 .subtitle{
        margin: 0;
    }
}
/*----- COUNTDOWN -----*/
.ovic-countdown:before,
.ovic-countdown:after{
    content: '';
    display: table;
    clear: both;
}
.biolife-countdown{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: -5px;
}
.biolife-countdown > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 5px;
    font-size: 13px;
    line-height: 16px;
    min-width: 57px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px 5px;
    text-align: center;
}
.biolife-countdown > * > *{
    display: inline-block;
    vertical-align: bottom;
}
.biolife-countdown .number{
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--default-color);
}
@media (max-width: 1199px){
    .biolife-countdown > *{
        font-size: 12px;
        line-height: 14px;
        min-width: 53px;
    }
    .biolife-countdown .number{
        font-size: 18px;
    }
}
/* style-02 */
.ovic-countdown.style-02 .biolife-countdown > *{
    font-size: 12px;
    letter-spacing: .02em;
    min-width: 72px;
    border-radius: 15px;
    padding: 16px 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .12);
}
.ovic-countdown.style-02 .number{
    font-size: 26px;
    color: var(--main-color);
    margin-bottom: 4px;
}
/* style-03 */
.ovic-countdown.style-03 .biolife-countdown > *{
    min-width: 80px;
    background-color: transparent;
    color: #fff;
    box-shadow: 0 0 0 3px var(--main-color) inset;
    padding: 16px 5px 17px;
    border-radius: 50%;
}
.ovic-countdown.style-03 .number{
    font-size: 26px;
    letter-spacing: .02em;
    color: inherit;
    margin-bottom: 5px;
}
/* style-04 */
.ovic-countdown.style-04 .biolife-countdown > *{
    min-width: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: .02em;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
.ovic-countdown.style-04 .number{
    min-width: 70px;
    border-radius: var(--main-bora);
    color: var(--main-color-t);
    background-color: var(--main-color);
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 20px 5px;
    position: relative;
}
.ovic-countdown.style-04 .number:before{
    position: absolute;
    content: '';
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
}
.ovic-countdown.style-04 .number > *{
    position: relative;
}
/* style-05 */
.ovic-countdown.style-05 .biolife-countdown{
    margin: -10px;
}
.ovic-countdown.style-05 .biolife-countdown > *{
    min-width: auto;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 10px;
}
.ovic-countdown.style-05 .number{
    font-size: 30px;
    min-width: 67px;
    background-color: #fff;
    border-radius: var(--main-bora);
    padding: 18px 10px 19px;
    margin-bottom: 5px;
}
/* style-06 */
.ovic-countdown.style-06 .biolife-countdown{
    margin: 0;
    padding: 5px;
    border-radius: var(--main-bora);
    overflow: hidden;
    color: var(--main-color-t);
    position: relative;
}
.ovic-countdown.style-06 .biolife-countdown:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    opacity: .8;
}
.ovic-countdown.style-06 .biolife-countdown > *{
    display: block;
    min-width: 50px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
}
.ovic-countdown.style-06 .biolife-countdown > *:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
.ovic-countdown.style-06 .number{
    font-size: 24px;
    margin: 1px 0 2px;
    color: inherit;
}
/* style-07 */
.ovic-countdown.style-07 .biolife-countdown{
    margin: 0 -30px;
}
.ovic-countdown.style-07 .biolife-countdown > *{
    margin: 0 30px;
    min-width: 50px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.ovic-countdown.style-07 .biolife-countdown > *:not(:last-child):before{
    position: absolute;
    content: ':';
    top: 15px;
    right: -33px;
    font-size: 24px;
    line-height: 1;
    color: var(--default-color);
}
.ovic-countdown.style-07 .number{
    font-size: 36px;
    margin-bottom: 10px;
}
/* style-08 */
.ovic-countdown.style-08 .biolife-countdown{
    margin: 0 -18px;
    color: #fff;
}
.ovic-countdown.style-08 .biolife-countdown > *{
    margin: 0 18px;
    font-size: 12px;
    line-height: 18px;
    min-width: 42px;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.ovic-countdown.style-08 .biolife-countdown > *:not(:last-child):before{
    position: absolute;
    content: ':';
    top: 12px;
    right: -21px;
    font-size: 21px;
    line-height: 1;
}
.ovic-countdown.style-08 .number{
    font-size: 24px;
    color: inherit;
    margin-bottom: 4px;
}
@media (max-width: 1499px){
    .ovic-countdown.style-08 .biolife-countdown{
        margin: 0 -15px;
    }
    .ovic-countdown.style-08 .biolife-countdown > *{
        margin: 0 15px;
    }
    .ovic-countdown.style-08 .biolife-countdown > *:not(:last-child):before{
        right: -18px;
    }
}
@media (max-width: 1199px){
    .ovic-countdown.style-02 .biolife-countdown > *{
        font-size: 11px;
        min-width: 68px;
        padding: 16px 5px;
    }
    .ovic-countdown.style-02 .number{
        font-size: 24px;
        margin-bottom: 3px;
    }
    .ovic-countdown.style-04 .biolife-countdown > *{
        font-size: 16px;
    }
    .ovic-countdown.style-04 .number{
        min-width: 64px;
        font-size: 28px;
        margin-bottom: 2px;
        padding: 18px 5px;
    }
    .ovic-countdown.style-05 .biolife-countdown{
        margin: -10px;
    }
    .ovic-countdown.style-05 .biolife-countdown > *{
        font-size: 13px;
        line-height: 18px;
        margin: 7px;
    }
    .ovic-countdown.style-05 .number{
        font-size: 27px;
        min-width: 61px;
        padding: 17px 7px;
        margin-bottom: 3px;
    }
    .ovic-countdown.style-06 .biolife-countdown > *{
        min-width: 46px;
        font-size: 13px;
        line-height: 18px;
        padding: 8px 0;
    }
    .ovic-countdown.style-06 .number{
        font-size: 22px;
    }
    .ovic-countdown.style-07 .biolife-countdown{
        margin: 0 -20px;
    }
    .ovic-countdown.style-07 .biolife-countdown > *{
        margin: 0 20px;
        min-width: 46px;
        font-size: 13px;
    }
    .ovic-countdown.style-07 .biolife-countdown > *:not(:last-child):before{
        right: -23px;
        font-size: 21px;
    }
    .ovic-countdown.style-07 .number{
        font-size: 32px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px){
    .ovic-countdown.style-02 .biolife-countdown > *{
        min-width: 57px;
        padding: 14px 5px;
    }
    .ovic-countdown.style-03 .biolife-countdown{
        margin: -2px;
    }
    .ovic-countdown.style-03 .biolife-countdown > *{
        min-width: 69px;
        padding: 14px 5px;
        margin: 2px;
    }
    .ovic-countdown.style-03 .number{
        font-size: 24px;
        margin-bottom: 3px;
    }
    .ovic-countdown.style-04 .biolife-countdown{
        margin: -2px;
    }
    .ovic-countdown.style-04 .biolife-countdown > *{
        font-size: 15px;
        margin: 2px;
    }
    .ovic-countdown.style-04 .number{
        min-width: 60px;
        font-size: 27px;
        padding: 16px 5px;
    }
    .ovic-countdown.style-07 .biolife-countdown{
        margin: 0 -15px;
    }
    .ovic-countdown.style-07 .biolife-countdown > *{
        margin: 0 15px;
    }
    .ovic-countdown.style-07 .biolife-countdown > *:not(:last-child):before{
        right: -18px;
    }
}
@media (max-width: 479px){
    .ovic-countdown.style-06 .biolife-countdown{
        padding: 8px 12px;
    }
    .ovic-countdown.style-06 .biolife-countdown > *{
        display: inline-block;
        vertical-align: top;
        padding: 0 12px;
    }
    .ovic-countdown.style-06 .biolife-countdown > *:not(:last-child){
        border-bottom: none;
        border-inline-end: 1px solid rgba(255,255,255,0.35);
    }
}
/*----- ICONBOX -----*/
/* style-01 */
.ovic-iconbox.style-01 .inner{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.ovic-iconbox.style-01 .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 40px;
    color: var(--main-color);
}
.ovic-iconbox.style-01 .main-icon-truck{
    font-size: 55px;
}
.ovic-iconbox.style-01 .title{
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0 0;
}
.ovic-iconbox.style-01 .desc{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 31px;
    min-width: 31px;
    border-radius: 90px;
    text-align: center;
    color: #fff;
    background-color: #ccc;
    margin: 0;
}
/* style-02 */
.ovic-iconbox.style-02 .inner{
    text-align: start;
}
.ovic-iconbox.style-02 .icon{
    margin-inline-start: 80px;
    color: #888;
}
.ovic-iconbox.style-02 .desc{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
@media (max-width: 1199px){
    .ovic-iconbox.style-01 .title{
        font-size: 15px;
        margin-top: 4px;
    }
}
/*----- TESTIMONIAL -----*/
/* style-01 */
.ovic-testimonial.style-01 .slick-list{
    padding-top: 83px;
    margin-top: -83px;
}
.ovic-testimonial.style-01 .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.6;
    width: 1065px;
    max-width: calc(100% - 30px);
}
.ovic-testimonial.style-01 .desc{
    font-size: 15px;
    letter-spacing: .02em;
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
}
.ovic-testimonial.style-01 .icon{
    font-size: 50px;
    line-height: 1;
    opacity: .3;
    padding: 6px 0 4px;
    margin-inline-start: 40px;
}
.ovic-testimonial.style-01 .icon:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e983';
}
.ovic-testimonial.style-01 .info{
    margin-inline-start: 20px;
}
.ovic-testimonial.style-01 .name{
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
}
.ovic-testimonial.style-01 .posi{
    display: block;
    font-size: 13px;
    letter-spacing: .04em;
    margin: 0;
}
.ovic-testimonial.style-01 .avatar{
    margin-top: -83px;
    margin-inline-start: 60px;
}
/* style-04 */
.ovic-testimonial.style-02 .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: var(--default-color);
}
.ovic-testimonial.style-02 .avatar{
    width: 330px;
}
.ovic-testimonial.style-02 .avatar a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.ovic-testimonial.style-02 .content{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 0 108px;
    padding-inline-start: 85px;
}
.ovic-testimonial.style-02 .star-rating{
    margin-bottom: 13px;
}
.ovic-testimonial.style-03 .star-rating:before,
.ovic-testimonial.style-02 .star-rating:before{
    content: '\e908\e908\e908\e908\e908';
}
.ovic-testimonial.style-03 .star-rating > span:before,
.ovic-testimonial.style-02 .star-rating > span:before{
    content: '\e908\e908\e908\e908\e908';
    color: #ff9900;
}
.ovic-testimonial.style-02 .desc{
    font-size: 22px;
    line-height: 1.64;
    font-family: var(--main-special);
    font-style: italic;
    margin-bottom: 35px;
}
.ovic-testimonial.style-02 .info{
    display: inline-block;
    vertical-align: top;
    padding-inline-start: 70px;
    position: relative;
}
.lighter-yes .ovic-testimonial.style-02 .info:before{
    opacity: .3;
}
.ovic-testimonial.style-02 .info:before{
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 51px;
    line-height: 1;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    color: var(--main-color);
}
.ovic-testimonial.style-02 .name{
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
    font-family: var(--main-special);
    margin: 0;
}
.ovic-testimonial.style-02 .posi{
    font-size: 14px;
    line-height: 20px;
    margin: 7px 0 0;
}
.ovic-testimonial.style-02 .slick-slider .slick-arrow{
    transform: none !important;
    --arrow-width: 46px;
    --arrow-height: 46px;
    --arrow-fz: 18px;
    box-shadow: none;
    color: #888;
    background-color: #fff;
}
.ovic-testimonial.style-02 .slick-slider .slick-arrow:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-testimonial.style-02 .slick-slider .slick-arrow.prev{
    top: auto;
    left: auto;
    bottom: 108px;
    right: 56px;
}
.ovic-testimonial.style-02 .slick-slider .slick-arrow.next{
    bottom: 108px;
    right: 0;
}
.ovic-testimonial.style-02.lighter .link:before{
    opacity: .3;
}
/* style-03 */
.ovic-testimonial.style-03 .inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.ovic-testimonial.style-03 .desc{
    width: 100%;
    font-size: 20px;
    line-height: 1.25;
    font-family: var(--main-special);
    font-style: italic;
    margin-bottom: 23px;
}
.ovic-testimonial.style-03 .avatar{
    width: 80px;
}
.ovic-testimonial.style-03 .avatar a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
}
.ovic-testimonial.style-03 .content{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-testimonial.style-03 .name{
    font-size: 16px;
    line-height: 24px;
    font-family: var(--main-special);
    font-weight: var(--main-h-fw);
    letter-spacing: .1em;
    margin: 0 0 2px;
}
.ovic-testimonial.style-03 .posi{
    margin: 0;
}
@media (max-width: 1199px){
    .ovic-testimonial.style-01 .icon{
        margin-inline-start: 30px;
    }
    .ovic-testimonial.style-01 .avatar{
        margin-inline-start: 30px;
    }
    .ovic-testimonial.style-02 .content{
        padding-inline-start: 35px;
    }
    .ovic-testimonial.style-02 .star-rating{
        margin-bottom: 8px;
    }
    .ovic-testimonial.style-02 .desc{
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .ovic-testimonial.style-02 .star-rating{
        font-size: 18px;
    }
    .ovic-testimonial.style-02 .posi{
        margin-top: 3px;
    }
    .ovic-testimonial.style-02 .info:before{
        top: 1px;
        font-size: 46px;
    }
    .ovic-testimonial.style-02 .info{
        padding-inline-start: 58px;
    }
    .ovic-testimonial.style-02 .slick-slider .slick-arrow{
        --arrow-width: 40px;
        --arrow-height: 40px;
        --arrow-fz: 16px;
    }
    .ovic-testimonial.style-02 .slick-slider .slick-arrow.prev{
        bottom: 58px;
        right: 50px;
    }
    .ovic-testimonial.style-02 .slick-slider .slick-arrow.next{
        bottom: 58px;
    }
    .ovic-testimonial.style-02 .avatar{
        width: 290px;
    }
    .ovic-testimonial.style-02 .content{
        padding-bottom: 58px;
    }
    .ovic-testimonial.style-03 .desc{
        font-size: 18px;
        margin-bottom: 18px;
    }
}
@media (max-width: 767px){
    .ovic-testimonial.style-01 .avatar{
        order: -1;
        width: 100%;
        margin-inline-start: auto;
    }
    .ovic-testimonial.style-01 .desc{
        width: 100%;
        padding: 10px 0 0;
    }
    .ovic-testimonial.style-01 .icon{
        margin-inline-start: 0;
        padding: 10px 0 15px;
    }
    .ovic-testimonial.style-01 .info{
        flex: 1 1 auto;
        width: 1%;
        padding: 10px 0 15px;
    }
    .ovic-testimonial.style-02 .content{
        width: 100%;
        padding: 20px 0 50px;
    }
}
/*----- TWITTER -----*/
.ovic-twitter{
    font-size: 14px;
    line-height: 20px;
}
.ovic-twitter .tweet--info{
    display: flex;
    margin-bottom: 10px;
}
.ovic-twitter .tweet--icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--main-color-t);
    background-color: var(--main-color);
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}
.ovic-twitter .tweet--author{
    flex: 1 1 auto;
    width: 1%;
    padding: 2px 0;
    padding-inline-start: 10px;
    font-size: 16px;
}
.ovic-twitter .tweet--name{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.ovic-twitter .tweet--name:not(:hover){
    color: var(--default-color);
}
.ovic-twitter .tweet--source{
    font-size: 16px;
    color: var(--main-color);
}
.ovic-twitter .tweet--time{
    font-size: 15px;
    color: var(--default-color);
    margin-top: 4px;
}
.ovic-twitter .tweet{
    padding: 25px 0 20px;
}
.ovic-twitter .tweet:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px){
    .ovic-twitter .tweet{
        padding: 20px 0 15px;
    }
}
/*----- ADD TO CART -----*/
.elementor-widget-ovic_add_to_cart .product-title{
    font-size: 17px;
    margin: 0;
}
.elementor-widget-ovic_add_to_cart .price{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.elementor-widget-ovic_add_to_cart .price del{
    font-size: 20px;
    margin: 10px 0 0;
}
.elementor-widget-ovic_add_to_cart .add-to-cart a{
    padding: 11px 64px;
}
@media (max-width: 1199px){
    .elementor-widget-ovic_add_to_cart .product-title{
        font-size: 16px;
    }
    .elementor-widget-ovic_add_to_cart .price{
        font-size: 26px;
        margin-bottom: 18px;
    }
    .elementor-widget-ovic_add_to_cart .price del{
        font-size: 18px;
        margin-top: 8px;
    }
    .elementor-widget-ovic_add_to_cart .add-to-cart a{
        padding: 9px 56px;
    }
}
/*----- VIDEO -----*/
.wp-video{
    width: 100% !important;
}
.ovic-video .wp-video{
    overflow: hidden;
}
/*==========================================================================
BLOG
===========================================================================*/
/*----- ELEMENT -----*/
.post-inner{
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.post-thumb{
    position: relative;
    overflow: hidden;
    margin: 0;
}
.post-thumb .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.post-title{
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}
.post-content > :last-child,
.post-excerpt > :last-child{
    margin-bottom: 0;
}
.post-excerpt{
    font-size: 14px;
    margin: 0;
}
.post-readmore{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
}
.post-readmore a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    font-weight: 700;
    color: var(--main-color);
    position: relative;
}
.post-readmore a:before{
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    border-top: 1px solid;
    transition: .3s;
}
.post-readmore a:hover:before{
    width: 100%;
}
.post_cat .inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.post_cat a{
    display: inline-block;
    vertical-align: top;
}
.post_tag .sub{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    color: var(--default-color);
    margin-inline-end: 22px;
    margin-top: 10px;
}
.post_tag .inner{
    display: inline;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.post_tag a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 12px;
    background-color: #fff;
    border-radius: var(--main-bora);
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    margin-inline-end: 10px;
    margin-top: 10px;
}
.post_tag a:hover{
    color: var(--default-color);
}
.sl-wrapper,
.post-meta{
    font-size: 14px;
    line-height: 20px;
    color: inherit;
}
.sl-wrapper a,
.post-meta a{
    display: inline-block;
    vertical-align: top;
    text-transform: inherit;
    position: relative;
}
.sl-wrapper .icon,
.post-meta .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.post-meta .icon:before{
    display: inline-block;
    vertical-align: top;
}
.sl-wrapper{
    --loading-size: 18px;
}
.sl-wrapper .icon i:before{
    font-family: FontAwesome, sans-serif;
    content: '\f08a';
    gap: 16px;
}
.sl-wrapper .liked .icon i:before{
    content: '\f004';
}
.sl-wrapper .count,
.post-comment .count{
    position: absolute;
    top: -3px;
    left: 10px;
    min-width: 17px;
    font-size: 10px;
    line-height: 17px;
    font-weight: var(--main-h-fw);
    border-radius: 50%;
    color: var(--main-color-t);
    background-color: var(--main-color);
    padding: 0 2px;
    text-align: center;
}
.sl-wrapper .title,
.post-comment .sub,
.post-share > a .sub{
    display: none;
}
.post-metas{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -12px;
}
.post-metas > *{
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    position: relative;
}
.post-comment .icon:before{
    font-family: main-icon, sans-serif;
    content: "\e953";
}
.post-date .icon:before{
    font-family: main-icon, sans-serif;
    content: "\e929";
}
.post-share > a .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f1e0";
}
.post-author .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f2c0";
}
.post-author a:not(:hover) .name{
    color: var(--default-color);
}
.post-author a:not(:hover){
    color: inherit;
}
.post-author .sub{
    text-transform: none;
}
.post-author .avatar{
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-inline-end: 5px;
}
.post-share.biolife-dropdown .sub-menu{
    padding: 5px 10px 4px;
    width: auto;
    left: -48px;
}
.post-share .sub-menu .ovic-share-socials > .inner{
    flex-wrap: nowrap;
}
.post-share .sub-menu .ovic-share-socials a{
    box-shadow: none;
    padding: 0;
    min-width: auto;
    margin: 5px 10px;
}
.post-share .sub-menu .ovic-share-socials a:hover{
    color: var(--social-color);
    background-color: transparent;
}
.ovic-share-socials > .inner{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.ovic-share-socials a{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px 4px;
    min-width: 33px;
    margin: 5px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    background-color: #fff;
    border-radius: 90px;
    text-align: center;
}
.ovic-share-socials a .icon{
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
.ovic-share-socials a .text{
    display: none;
}
.ovic-share-socials a.facebook{
    --social-color: #3b5998;
}
.ovic-share-socials a.twitter{
    --social-color: #1da1f2;
}
.ovic-share-socials a.pinterest{
    --social-color: #bd081c;
}
.ovic-share-socials a:hover{
    color: #fff;
    box-shadow: none;
    background-color: var(--social-color);
}
.pagination-post{
    padding-top: 44px;
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}
.pagination-post .inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -15px;
}
.pagination-post .item{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 15px;
}
.pagination-post .next{
    text-align: end;
}
.pagination-post .link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    max-width: 100%;
}
.pagination-post .link:not(:hover){
    color: #999;
}
.pagination-post .title{
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color: var(--default-color);
    margin-top: 2px;
}
@media (max-width: 1199px){
    .post-title{
        font-size: 18px;
    }
    .post-excerpt{
        font-size: 13px;
    }
}
/*----- PAGE -----*/
.post-item .post-info{
    padding-top: 14px;
}
.post-item .post-title{
    margin-bottom: 9px;
}
.post-item .post-metas{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    margin: 0 0 13px;
}
.post-item .post-metas > *{
    margin: 0;
}
.post-item .post-metas .post-date{
    margin-inline-end: 15px;
}
.post-item .post_cat{
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
}
.post-item .post_cat:after{
    content: "/";
    margin: 0 5px;
}
.post-item .post-excerpt{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 23px;
}
.post-item .post-foot{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-item .post-readmore > a{
    box-shadow: 0 0 0 2px #e5e5e5 inset;
    background-color: transparent;
    color: var(--default-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 38px;
    border-radius: var(--main-bora);
}
.post-item .post-readmore > a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.post-item .post-readmore a:before{
    display: none;
}
.post-item .post-comment:before{
    display: inline-block;
    vertical-align: top;
    content: "|";
    opacity: .3;
    margin: -1px 17px 1px;
    margin-inline-end: 12px;
}
@media (max-width: 1199px){
    .post-item .post-excerpt{
        font-size: 14px;
        margin-bottom: 18px;
    }
    .post-item .post-readmore > a{
        padding: 9px 34px;
    }
}
.blog-content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}
.blog-content .post-item{
    width: 100%;
    margin-bottom: 50px;
}
@media (max-width: 1199px){
    .blog-content{
        margin-bottom: -30px;
    }
    .blog-content .post-item{
        margin-bottom: 30px;
    }
}
/* standard */
/* grid */
.blog-list .post-item .post-inner,
.blog-grid .post-item .post-inner{
    text-align: center;
}
.blog-grid .post-item .post-foot,
.blog-list .post-item .post-foot,
.blog-grid .post-item .post-metas,
.blog-list .post-item .post-metas{
    justify-content: center;
}
.blog-grid{
    margin-inline-start: calc(0px - var(--blog-space));
    margin-inline-end: calc(0px - var(--blog-space));
}
.blog-grid .post-item{
    width: calc(100% / var(--blog-columns));
    padding: 0 var(--blog-space);
}
@media (max-width: 991px){
    .blog-grid{
        --blog-columns: 2 !important;
    }
}
@media (max-width: 767px){
    .blog-grid{
        --blog-space: 5px !important;
    }
}
@media (max-width: 479px){
    .blog-grid{
        --blog-columns: 1 !important;
    }
}
/* list */
@media (min-width: 768px){
    .blog-list .post-item .post-thumb{
        max-width: 370px;
        margin-inline-end: 30px;
    }
    .blog-list .post-item .post-inner{
        display: flex;
        align-items: center;
    }
    .blog-list .post-item .post-info{
        flex: 1 1 auto;
        width: 1%;
        padding: 0;
    }
}
/*----- SHORTCODE -----*/
.blog-item .thumb-link img{
    height: var(--blog-height);
    object-fit: cover;
}
@media (max-width: 479px){
    .blog-item .thumb-link{
        display: block;
    }
    .blog-item .thumb-link img{
        width: 100%;
    }
}
/* style-01 */
.blog-item.style-01 .post-inner{
    text-align: center;
}
.blog-item.style-01 .post-info{
    padding: 0 15px 40px;
}
.blog-item.style-01 .post-date a{
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 64px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    border-radius: 90px;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    z-index: 1;
}
.blog-item.style-01 .post-date a .day{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.blog-item.style-01 .post-title{
    margin-top: 17px;
}
.blog-item.style-01 .post-metas{
    margin-top: 14px;
}
.blog-item.style-01 .post-excerpt{
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 23px;
}
.blog-item.style-01 .post-readmore{
    margin-top: 22px;
}
/* style-02 */
.blog-item.style-02 .post-inner{
    text-align: center;
}
.blog-item.style-02 .post-info{
    padding: 0 15px;
}
.blog-item.style-04 .post-date a,
.blog-item.style-02 .post-date a{
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 52px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    text-transform: var(--main-h-tt);
    border-radius: 90px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
    z-index: 1;
}
.blog-item.style-04 .post-date a .day,
.blog-item.style-02 .post-date a .day{
    display: block;
}
.blog-item.style-02 .post-title{
    font-weight: 700;
    margin-top: 7px;
}
.blog-item.style-02 .post-metas{
    margin-top: 12px;
}
.blog-item.style-02 .post-excerpt{
    margin-top: 9px;
}
.blog-item.style-02 .post-readmore{
    margin-top: 18px;
}
.blog-item.style-02 .post-author{
    font-size: 15px;
    font-weight: var(--main-h-fw);
}
.blog-item.style-02 .post-author .sub{
    display: none;
}
/* style-03 */
.blog-item.style-03 .post-title{
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
}
.blog-item.style-03 .post-metas{
    margin-top: 18px;
}
.blog-item.style-03 .post-readmore{
    margin-top: 23px;
}
.blog-item.style-03 .post-meta .sub{
    display: none;
}
/* style-04 */
.blog-item.style-04 .post-title{
    font-weight: 700;
    margin-top: 13px;
}
.blog-item.style-04 .metas-wrap{
    display: table;
    padding: 5px 0;
    padding-inline-start: 20px;
    box-shadow: 0 -2px #e2e2e2 inset;
    margin-inline-start: auto;
    margin-top: 8px;
}
.blog-item.style-04 .post-excerpt{
    margin-top: 13px;
}
.blog-item.style-04 .post-readmore{
    margin-top: 19px;
}
/* style- */
.ovic-blog.style-05 .row-item:not(:first-child){
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.blog-item.style-05 .post-inner{
    display: flex;
}
.blog-item.style-05 .post-thumb{
    max-width: 36%;
}
.blog-item.style-05 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.blog-item.style-05 .post-title{
    font-size: 16px;
    margin: 2px 0 6px;
}
.blog-item.style-05 .post-meta{
    font-size: 13px;
}
.blog-item.style-05 .post-comment .count{
    display: inline-block;
    vertical-align: top;
    position: static;
    min-width: auto;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: inherit;
    padding: 0;
    text-align: inherit;
}
.blog-item.style-05 .post-comment .sub{
    display: inline-block;
    vertical-align: top;
}
/* style-06 */
.blog-item.style-06 .post-inner{
    text-align: center;
}
.blog-item.style-06 .post-date a{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 6px 15px;
    z-index: 1;
}
.blog-item.style-06 .post-title{
    font-weight: 700;
    margin-top: 30px;
}
.blog-item.style-06 .post-excerpt{
    font-size: 15px;
    line-height: 1.6;
    margin-top: 14px;
}
/* style-07 */
.blog-item.style-07 .post-title{
    font-weight: 700;
    margin-top: 30px;
}
.blog-item.style-07 .post-excerpt{
    line-height: 1.572;
    margin-top: 10px;
}
/* style-08 */
.blog-item.style-08 .post-info{
    padding-top: 20px;
}
.blog-item.style-08 .post-title{
    font-weight: 700;
}
.blog-item.style-08 .post-meta{
    font-size: 15px;
    color: var(--main-color);
    margin-top: 10px;
}
.blog-item.style-08 .post-meta .sub{
    display: none;
}
.blog-item.style-08 .post-meta .icon{
    font-size: inherit;
    margin: -1px 0 1px;
    margin-inline-end: 5px;
}
.blog-item.style-08 .post-excerpt{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    margin-top: 30px;
}
.blog-item.style-08 .post-readmore a{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top: 36px;
}
.blog-item.style-08 .post-readmore a:before{
    border-top-width: 2px;
    opacity: .5;
    bottom: 0;
    width: 100%;
}
/* style-09 */
.blog-item.style-09 .post-inner{
    text-align: start;
    background-color: transparent;
}
.blog-item.style-09 .post-info{
    position: relative;
    background-color: #f7f8fa;
    margin: -60px 40px 0;
    padding: 28px 30px 30px;
}
.blog-item.style-09 .post-title{
    font-size: 24px;
}
.blog-item.style-09 .post-deco{
    margin-top: 14px;
}
.blog-item.style-09 .post-metas{
    color: #999;
    margin-top: 26px;
}
.blog-item.style-09 .post-meta .icon{
    font-size: inherit;
    margin-inline-end: 3px;
}
.blog-item.style-09 .post-author .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f007";
}
.blog-item.style-09 .post-date .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f017";
}
.blog-item.style-09 .post-comment .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f075";
}
.blog-item.style-09 .post-author .name{
    color: inherit;
}
.blog-item.style-09 .post-date .sub{
    display: none;
}
.blog-item.style-09 .post-comment .count{
    position: static;
    min-width: auto;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: transparent;
    padding: 0;
    text-align: inherit;
    border-radius: 0;
}
.blog-item.style-09 .post-readmore{
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 25px;
    margin-top: 23px;
}
.blog-item.style-09 .post-readmore a{
    padding: 10px 26px;
    border-radius: var(--main-bora);
}
.blog-item.style-09 .post-readmore a:before{
    display: none;
}
.blog-item.style-09 .post-readmore a:not(:hover){
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.blog-item.style-09 .post_cat{
    display: table;
    font-size: 12px;
    line-height: 16px;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    padding: 4px 15px;
    color: #fff;
    background-color: var(--main-color-2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: -39px 0 16px;
}
.blog-item.style-09 .post_cat a:hover{
    color: var(--default-color);
}
.blog-item.style-09 .post-excerpt{
    margin-top: 10px;
}
.blog-item.style-09 .ovic-share-socials{
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
}
.blog-item.style-09 .ovic-share-socials a{
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    min-width: auto;
    padding: 8px;
}
.blog-item.style-09 .ovic-share-socials a:hover{
    color: var(--main-color);
}
.blog-item.style-09 .ovic-share-socials a .icon{
    font-size: inherit;
}
/* style-10 */
.blog-item.style-10 .post-info{
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    margin: -104px 70px 0;
}
.blog-item.style-10 .ovic-share-socials{
    float: right;
}
/* style-11 */
.blog-item.style-11 .post-info{
    padding: 25px 0 0 !important;
    margin: 0 !important;
}
/* style-12*/
.blog-item.style-12 .post-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 0 0 1px #ebebeb inset;
}
.blog-item.style-12 .post-thumb{
    max-width: 50%;
}
.blog-item.style-12 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 25px 40px 30px;
}
.blog-item.style-12 .post-title{
    font-size: 24px;
    line-height: 1.25;
}
.blog-item.style-12 .post-metas{
    color: #a4a4a4;
    font-style: italic;
    margin: 9px .1em 0;
}
.blog-item.style-12 .post-metas > *{
    margin: 0 .1em;
}
.blog-item.style-12 .post-excerpt{
    line-height: 26px;
    color: #888;
    margin-top: 37px;
}
.blog-item.style-12 .post-readmore a{
    text-transform: none;
    font-weight: 400;
    color: var(--default-color);
    padding: 5px 0;
    border-bottom: 2px solid var(--main-color-2);
    margin-top: 22px;
}
.blog-item.style-12 .post-readmore a:hover{
    color: var(--main-color-2);
}
.blog-item.style-12 .post-readmore a:before{
    display: none;
}
/* style-13 */
.blog-item.style-13 .post-inner{
    display: flex;
    flex-wrap: wrap;
}
.blog-item.style-13 .post-thumb{
    max-width: 45%;
}
.blog-item.style-13 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
.blog-item.style-13 .post_cat .inner{
    color: var(--main-color-t);
    background-color: var(--main-color);
    font-size: 13px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    padding: 1px 10px;
    margin-bottom: 13px;
}
.blog-item.style-13 .post_cat .inner a:hover{
    color: inherit;
    text-decoration: underline;
}
.blog-item.style-13 .post-title{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--main-special);
    font-style: italic;
}
.blog-item.style-13 .post-metas{
    margin: 11px -15px 0;
}
.blog-item.style-13 .post-metas > *{
    margin: 0 15px;
}
.blog-item.style-13 .post-metas > :not(:last-child):after{
    position: absolute;
    content: '|';
    top: 0;
    bottom: 0;
    right: -16px;
}
.blog-item.style-13 .post-comment .sub{
    display: inline-block;
}
.blog-item.style-13 .post-comment .count{
    position: static;
    min-width: auto;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    background-color: transparent;
    padding: 0;
    text-align: inherit;
    border-radius: 0;
}
/* style-14 */
.ovic-blog.style-14 .slick-list{
    padding: 25px 30px 35px;
    margin: -25px -30px -35px;
}
.blog-item.style-14 .post-inner:hover{
    box-shadow: 0 5px 30px rgba(8,10,33,0.05);
}
.blog-item.style-14 .post-inner{
    transition: .2s;
    padding: 30px 30px 33px;
    border-radius: calc(var(--main-bora) * 2);
}
.blog-item.style-14 .post-date{
    text-align: end;
    padding: 0 20px;
    margin: -30px 0 2px;
}
.blog-item.style-14 .post-date a{
    min-width: 60px;
    text-align: center;
    border-radius: var(--main-bora);
    text-transform: var(--main-h-tt);
    color: var(--main-color-t);
    background-color: var(--main-color);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    padding: 9px 0;
}
.blog-item.style-14 .post-date .day{
    font-size: 24px;
    line-height: 1;
    font-family: var(--main-special);
    font-weight: var(--main-h-fw);
    display: block;
    margin-bottom: 2px;
}
.blog-item.style-14 .post-title{
    font-size: 24px;
    line-height: 1.42;
    font-family: var(--main-special);
}
.blog-item.style-14 .post_cat{
    font-size: 13px;
    font-weight: 700;
    color: #888;
    text-transform: var(--main-h-tt);
    margin-bottom: 6px;
}
.blog-item.style-14 .post-author{
    color: #888;
    font-size: 15px;
    margin-top: 12px;
}
@media (min-width: 480px){
    .blog-item.style-08 .post-inner{
        display: flex;
        align-items: center;
    }
    .blog-item.style-08 .post-thumb{
        width: 50%;
    }
    .blog-item.style-08 .thumb-link img{
        height: calc(var(--blog-img-h) * .86);
        object-fit: cover;
    }
    .blog-item.style-08 .post-info{
        flex: 1 1 auto;
        width: 1%;
        padding: 30px 0;
        padding-inline-start: 20px;
    }
    .row-item:nth-child(even) .blog-item.style-08 .post-info{
        order: -1;
        padding-inline-start: 0;
        padding-inline-end: 20px;
    }
}
@media (min-width: 992px){
    .blog-item.style-08 .thumb-link img{
        height: calc(var(--blog-img-h) * .76);
    }
    .blog-item.style-08 .post-info{
        padding-inline-start: 30px;
    }
    .row-item:nth-child(even) .blog-item.style-08 .post-info{
        padding-inline-end: 30px;
    }
}
@media (min-width: 1200px){
    .blog-item.style-08 .thumb-link img{
        height: var(--blog-img-h);
    }
    .blog-item.style-08 .post-info{
        padding-inline-start: 80px;
    }
    .row-item:nth-child(even) .blog-item.style-08 .post-info{
        padding-inline-end: 80px;
    }
}
@media (max-width: 1499px){
    .blog-item.style-12 .post-info{
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
    .blog-item.style-14 .post-inner{
        padding: 25px 25px 28px;
    }
    .blog-item.style-14 .post-title{
        font-size: 22px;
    }
    .blog-item.style-14 .post_cat{
        margin-bottom: 4px;
    }
    .blog-item.style-14 .post-author{
        margin-top: 8px;
    }
    .blog-item.style-14 .post-date{
        margin-bottom: 0;
    }
    .blog-item.style-14 .post-date a{
        font-size: 12px;
        line-height: 16px;
        padding: 8px 0;
        min-width: 56px;
    }
    .blog-item.style-14 .post-date .day{
        font-size: 22px;
    }
}
@media (max-width: 1199px){
    .blog-item.style-01 .post-title{
        margin-top: 12px;
    }
    .blog-item.style-01 .post-info{
        padding: 0 10px 30px;
    }
    .blog-item.style-01 .post-excerpt{
        margin-top: 10px;
        padding-top: 13px;
    }
    .blog-item.style-01 .post-metas{
        margin-top: 9px;
    }
    .blog-item.style-01 .post-readmore{
        margin-top: 12px;
    }
    .blog-item.style-02 .post-info{
        padding: 0;
    }
    .blog-item.style-02 .post-metas{
        margin-top: 8px;
    }
    .blog-item.style-02 .post-excerpt{
        margin-top: 7px;
    }
    .blog-item.style-02 .post-readmore{
        margin-top: 13px;
    }
    .blog-item.style-04 .post-title{
        margin-top: 8px;
    }
    .blog-item.style-04 .metas-wrap{
        padding-inline-start: 15px;
    }
    .blog-item.style-04 .post-excerpt{
        margin-top: 8px;
    }
    .blog-item.style-04 .post-readmore{
        margin-top: 12px;
    }
    .blog-item.style-06 .post-title{
        margin-top: 20px;
    }
    .blog-item.style-06 .post-excerpt{
        font-size: 14px;
        margin-top: 9px;
    }
    .blog-item.style-07 .post-title{
        margin-top: 20px;
    }
    .blog-item.style-08 .post-excerpt{
        margin-top: 20px;
    }
    .blog-item.style-08 .post-readmore a{
        margin-top: 25px;
    }
    .blog-item.style-09 .post-info{
        margin: -40px 30px 0;
        padding: 23px 25px 25px;
    }
    .blog-item.style-09 .post-title{
        font-size: 21px;
    }
    .blog-item.style-09 .post_cat{
        margin: -36px 0 12px;
    }
    .blog-item.style-09 .post-deco{
        margin-top: 11px;
    }
    .blog-item.style-09 .post-metas{
        margin-top: 19px;
    }
    .blog-item.style-09 .post-excerpt{
        margin-top: 7px;
    }
    .blog-item.style-09 .post-readmore{
        margin-top: 18px;
        margin-inline-end: 20px;
    }
    .blog-item.style-09 .post-readmore a{
        padding: 9px 24px;
    }
    .blog-item.style-09 .ovic-share-socials{
        margin-top: 18px;
    }
    .blog-item.style-09 .ovic-share-socials a{
        padding: 7px;
    }
    .blog-item.style-10 .post-info{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        margin: -80px 40px 0;
    }
    .blog-item.style-12 .post-title{
        font-size: 21px;
    }
    .blog-item.style-12 .post-excerpt{
        margin-top: 22px;
    }
    .blog-item.style-12 .post-readmore a{
        padding: 3px 0;
        margin-top: 12px;
    }
    .blog-item .thumb-link img{
        height: calc(var(--blog-height) * .85);
    }
    .blog-item.style-13 .post-title{
        font-size: 20px;
    }
    .blog-item.style-13 .post_cat .inner{
        margin-bottom: 8px;
    }
    .blog-item.style-13 .post-metas{
        margin-top: 6px;
    }
    .blog-item.style-13 .post-info{
        padding-inline-start: 20px;
    }
    .blog-item.style-14 .post-inner{
        padding: 20px 20px 23px;
    }
    .blog-item.style-14 .post-title{
        font-size: 20px;
    }
    .blog-item.style-14 .post-date a{
        min-width: 54px;
    }
    .blog-item.style-14 .post-date .day{
        font-size: 20px;
    }
}
@media (max-width: 991px){
    .blog-item.style-08 .post-excerpt{
        margin-top: 15px;
    }
    .blog-item.style-08 .post-readmore a{
        margin-top: 19px;
    }
    .blog-item.style-08 .post-excerpt{
        font-size: 14px;
    }
    .blog-item.style-09 .post-info{
        margin: -30px 20px 0;
        padding: 18px 20px 20px;
    }
    .blog-item.style-09 .post_cat{
        margin-top: -31px;
    }
}
@media (max-width: 767px){
    .blog-item.style-09 .post-info{
        margin: 0;
    }
    .blog-item.style-12 .post-info{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
@media (max-width: 479px){
    .blog-item .thumb-link img{
        height: auto;
    }
    .blog-item.style-12 .post-thumb{
        max-width: 100%;
    }
    .blog-item.style-12 .post-info{
        width: 100%;
    }
    .blog-item.style-13 .post-thumb{
        max-width: 100%;
    }
    .blog-item.style-13 .post-info{
        width: 100%;
        padding: 15px 0 0;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.post-single > .post-inner{
    background-color: transparent;
}
.post-single > .post-inner .post-thumb{
    margin-bottom: 14px;
}
.post-single > .post-inner .post_tag{
    margin-top: 70px;
}
.post-single > .post-inner .post-foot{
    justify-content: space-between;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    padding: 13px 0;
    margin-top: 30px;
}
.post-author-info{
    color: var(--default-color);
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    text-transform: capitalize;
    padding: 6px 0;
}
.post-author-info .avatar{
    border-radius: 50%;
    margin-inline-end: 5px;
}
.post-share-list{
    padding: 5px 0;
}
.post-share-list .title{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #666;
    margin-inline-end: 15px;
}
.post-share-list .ovic-share-socials{
    display: inline-block;
    vertical-align: middle;
}
.post-share-list .ovic-share-socials a{
    min-width: 32px;
    padding: 4px;
    box-shadow: 0 0 0 2px #e5e5e5 inset;
}
.post-share-list .ovic-share-socials a:hover{
    box-shadow: none;
}
.post-share-list .ovic-share-socials a .icon{
    font-size: 16px;
}
@media (max-width: 1199px){
    .post-single > .post-inner .post_tag{
        margin-top: 30px;
    }
    .post-single > .post-inner .post-share-list{
        width: 100%;
    }
}
/*----- FORMAT -----*/
.post-thumb.quote .blockquote{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    line-height: 1.25;
    font-weight: var(--main-h-fw);
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(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;
}
.post-thumb.quote blockquote{
    border: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.post-thumb.quote blockquote:before,
.post-thumb.quote blockquote:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    font-size: 30px;
    font-weight: 400;
    margin: -12px 0 12px;
}
.post-thumb.quote blockquote:after{
    margin: 12px 0 -12px;
    transform: rotate(180deg);
}
.post-thumb.gallery > .slick-list{
    z-index: auto;
}
.post-thumb.gallery > .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    margin: 0;
}
@media (max-width: 1199px){
    .post-thumb.quote .blockquote{
        font-size: 32px;
    }
    .post-thumb.quote blockquote:before,
    .post-thumb.quote blockquote:after{
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .post-thumb.quote .blockquote{
        font-size: 24px;
    }
    .post-thumb.quote blockquote:before,
    .post-thumb.quote blockquote:after{
        font-size: 24px;
    }
}
/*----- COMMENT AREA -----*/
.comments-area .comments-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.025em;
    padding: 0 0 10px;
    margin: 50px 0 0;
}
.comments-area .comments-title span{
    color: var(--main-color);
}
.comments-area .comment-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area .comment-body{
    margin: 30px 0 0;
}
.comments-area .comment-body:before,
.comments-area .comment-body:after{
    content: '';
    display: table;
    clear: both;
}
.comments-area .comment-avatar{
    float: left;
    overflow: hidden;
    width: 90px;
    border-radius: 50%;
    margin-inline-end: 30px;
}
.comments-area .comment-avatar .avatar{
    overflow: hidden;
}
.comments-area .comment-info{
    position: relative;
    overflow: hidden;
    margin-top: -3px;
}
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > * > li:last-child > .comment-body:last-child .comment-text,
.comments-area .comment-list > li:last-child > .comment-body:last-child .comment-text{
    border-bottom: none;
    padding-bottom: 0;
}
.comments-area .comment-text{
    font-size: 14px;
    line-height: 24px;
    clear: both;
    padding: 13px 0 22px;
    border-bottom: 1px solid #e5e5e5;
}
.comments-area .comment-text p:last-child{
    margin-bottom: 0;
}
.comments-area .comment-author{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin: -2px 0 2px;
    margin-inline-end: 17px;
}
.comments-area .comment-author cite{
    font-style: inherit;
}
.comments-area .comment-date{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-inline-end: 17px;
}
.comments-area .comment-edit-link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: var(--main-color);
    font-style: italic;
}
.comments-area .reply{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: var(--main-color);
    margin-inline-start: 17px;
}
.comments-area .comment-list > * > .children{
    padding-inline-start: 120px;
}
.comments-area .children{
    list-style: none;
    padding: 0;
    padding-inline-start: 30px;
    margin-bottom: 0;
}
.comments-area .no-comments,
.comments-area .woocommerce-pagination{
    text-align: start;
}
.comment-respond{
    --input-width: 100%;
    --input-height: 44px;
    --input-padding: 10px 15px;
    --input-bora: 0;
    margin: 50px 0 0;
}
.comment-respond .row{
    margin: 0 -10px;
}
.comment-respond [class*='col-']{
    padding: 0 10px;
}
.comment-respond .comment-reply-title{
    display: block;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--default-color);
    margin: 0 0 10px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link{
    font-family: var(--main-ff);
    font-size: 70%;
    text-decoration: underline;
    margin-inline-start: 15px;
    font-weight: 400;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: var(--main-cl);
}
.comment-respond label{
    font-weight: inherit;
    color: inherit;
    margin-bottom: 10px;
}
.comment-respond label[for="rating"]{
    margin-inline-end: 10px;
}
.comment-respond textarea{
    padding: 11px 20px;
    width: 100%;
}
.comment-respond input[type="submit"]{
    padding: 10px 32px;
    border-radius: var(--main-bora);
    min-width: 180px;
}
.comment-respond .form-submit{
    padding-top: 10px;
    margin: 0;
}
.comment-respond .logged-in-as,
.comment-respond .comment-notes{
    font-size: 14px;
    margin-bottom: 22px;
}
.comment-list .comment-respond{
    --input-height: 44px;
    --input-padding: 10px 20px;
    --button-padding: 10px 15px;
    margin-top: 22px;
    border-top: none;
    padding-top: 0;
}
.comment-list .comment-respond .comment-reply-title{
    margin-bottom: 2px;
}
.comment-list .comment-respond p{
    margin-bottom: 10px;
}
.comment-list .comment-respond .logged-in-as,
.comment-list .comment-respond .comment-notes{
    margin-bottom: 12px;
}
@media (max-width: 1199px){
    .comments-area .comments-title{
        font-size: 22px;
        margin: 40px 0 0;
    }
    .comments-area .comment-avatar{
        width: 70px;
        margin-inline-end: 20px;
    }
    .comments-area .comment-author{
        font-size: 16px;
        margin: -1px 0 1px;
        margin-inline-end: 12px;
    }
    .comments-area .comment-date{
        margin-inline-end: 12px;
    }
    .comments-area .comment-text{
        padding: 3px 0 15px;
    }
    .comments-area .comment-body{
        margin-top: 22px;
    }
    .comments-area .comment-list > * > .children{
        padding-inline-start: 90px;
    }
    .comment-respond{
        --input-height: 44px;
        --input-padding: 10px 20px;
        --button-padding: 10px 15px;
        margin-top: 40px;
    }
    .comment-respond .comment-reply-title{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .comment-respond .logged-in-as, .comment-respond .comment-notes{
        margin-bottom: 15px;
    }
    .comment-respond .form-submit{
        padding-top: 5px;
    }
    .comment-respond input[type="submit"]{
        width: 220px;
    }
}
@media (max-width: 767px){
    .comments-area .comment-list > * > .children,
    .comments-area .children{
        padding-inline-start: 15px;
    }
    .comments-area .comment-body{
        margin-top: 20px;
    }
    .comments-area .comment-avatar{
        margin-inline-end: 15px;
        margin-bottom: 5px;
    }
    .comments-area .comment-info{
        overflow: visible;
    }
    .comments-area .comment-text{
        overflow: hidden;
        clear: both;
    }
    .comments-area .reply{
        float: none;
        margin-inline-start: 0;
    }
}
/*==========================================================================
SHOP
===========================================================================*/
/*----- ELEMENT -----*/
/* add-to-cart*/
.add-to-cart{
    display: block;
    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%;
    transform: translateX(-50%);
    transition: .2s;
    z-index: 99998;
}
.add-to-cart:before{
    content: attr(data-title);
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    background-color: black;
    color: #fff;
    padding: 5px 10px;
    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 black;
    bottom: calc(100% + 3px);
}
.woocommerce .wishlist_table .product-add-to-cart a,
.add-to-cart > a{
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 13px 15px;
    letter-spacing: 0;
    border-radius: var(--main-bora);
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
.product-inner.cart-tooltip-start .add-to-cart:before{
    display: block;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 8px);
}
.product-inner.cart-tooltip-start .add-to-cart:after{
    display: block;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 3px);
    border-inline-start: 6px solid black;
    border-inline-end-width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.product-inner.cart-tooltip-top .add-to-cart:before,
.product-inner.cart-tooltip-top .add-to-cart:after{
    display: block;
}
@media (max-width: 1199px){
    .woocommerce .wishlist_table .product-add-to-cart a,
    .add-to-cart > a{
        padding: 11px 10px;
    }
}
@media (max-width: 767px){
    .woocommerce .wishlist_table .product-add-to-cart a,
    .add-to-cart > a{
        font-size: 13px;
        padding: 8px 5px;
    }
}
/* compare, quickview, wishlist*/
.group-button{
    --group-button-c: var(--default-color);
    --group-button-bg: #e5e5e5;
    --group-button-bs: none;
    --group-button-c-h: var(--main-color-t);
    --group-button-bg-h: var(--main-color);
    --group-button-bs-h: none;
    --group-button-bora: var(--main-bora);
    --group-button-w: 40px;
    --group-button-h: 40px;
    --group-button-p: 8px 0;
    --group-button-fz: 14px;
    --group-button-lh: 24px;
}
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    width: var(--group-button-w);
    height: var(--group-button-h);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--group-button-c);
    background-color: var(--group-button-bg);
    padding: var(--group-button-p);
    border-radius: var(--group-button-bora);
    box-shadow: var(--group-button-bs);
    position: relative;
    font-weight: 400;
    text-align: center;
    opacity: 1 !important;
}
.woocommerce-product-gallery a.compare:hover,
.entry-summary a.compare:hover,
.product-item a.compare:hover,
.woocommerce-product-gallery a.compare.added,
.entry-summary a.compare.added,
.product-item a.compare.added,
a.yith-wcqv-button:hover,
.yith-wcwl-add-to-wishlist > *:hover,
.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(--group-button-c-h);
    background-color: var(--group-button-bg-h);
    box-shadow: var(--group-button-bs-h);
}
.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: var(--group-button-fz);
    line-height: var(--group-button-lh);
    text-align: center;
    font-weight: 400;
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before{
    font-family: FontAwesome, sans-serif;
    content: "\f074";
}
a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: "\e92e";
}
.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: '\e94e';
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background: none !important;
    opacity: 1 !important;
    text-align: center;
    height: 30px !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}
/* wishlist */
.yith-wcwl-add-to-wishlist + .clear{
    display: none !important;
}
.yith-wcwl-add-to-wishlist{
    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: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
    opacity: 1 !important;
    text-decoration: none;
}
.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: var(--group-button-p);
    opacity: .5;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yith-wcwl-add-to-wishlist .ovic-wl-icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f004";
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    padding: var(--group-button-p);
    margin: 0;
}
.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;
}
#yith-wcwl-popup-message{
    display: none !important;
}
/* price */
.amount{
    color: var(--default-color);
}
.price{
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--default-color);
    margin: 0;
}
.price ins{
    text-decoration: none;
    margin-inline-end: 7px;
}
.price del{
    font-size: 14px;
    order: 2;
    color: #999;;
    font-weight: 400;
    margin: 1px 0 -1px;
}
ins .amount,
del .amount,
.price .amount{
    text-decoration: inherit;
    color: inherit;
}
.elementor-align-left .price{
    justify-content: flex-start;
}
.elementor-align-center .price{
    justify-content: center;
}
.elementor-align-right .price{
    justify-content: flex-end;
}
@media (max-width: 1199px){
    .price{
        font-size: 17px;
    }
    .elementor-tablet-align-left .price{
        justify-content: flex-start;
    }
    .elementor-tablet-align-center .price{
        justify-content: center;
    }
    .elementor-tablet-align-right .price{
        justify-content: flex-end;
    }
}
@media (max-width: 767px){
    .price{
        font-size: 16px;
    }
    .price ins{
        margin-inline-end: 5px;
    }
    .price del{
        font-size: 13px;
    }
    .elementor-mobile-align-left .price{
        justify-content: flex-start;
    }
    .elementor-mobile-align-center .price{
        justify-content: center;
    }
    .elementor-mobile-align-right .price{
        justify-content: flex-end;
    }
}
/* star rating */
.star-rating-wrap{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.star-rating-wrap .star-rating{
    margin-inline-end: 9px;
}
.star-rating-wrap .rating-count{
    display: inline-block;
    vertical-align: top;
    color: #999;
    font-weight: 400;
    font-size: calc(100% - 1px);
}
.star-rating-wrap .rating-count:before{
    display: inline-block;
    vertical-align: top;
    content: '(';
}
.star-rating-wrap .rating-count:after{
    display: inline-block;
    vertical-align: top;
    content: ')';
}
@media (max-width: 1199px){
    .star-rating-wrap{
        font-size: 13px;
    }
    .star-rating-wrap .star-rating{
        margin-inline-end: 5px;
    }
}
@media (max-width: 767px){
    .star-rating-wrap .rating-count{
        display: none;
    }
}
.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: var(--product-bg);
}
.star-rating:before,
.star-rating > span:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e909\e909\e909\e909\e909';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    color: #aaa;
    margin-inline-end: -0.1em;
}
.star-rating > span:before{
    content: '\e909\e909\e909\e909\e909';
    color: #f8c230;
}
/* star comments */
p.stars{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 0 10px;
}
p.stars a{
    display: inline-block;
    vertical-align: top;
    outline: none !important;
}
p.stars a:before{
    font-family: main-icon, sans-serif;
    content: '\e909';
    font-size: 15px;
    line-height: 24px;
    color: #aaa;
    margin: -1px .05em 0;
}
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    color: #aaa;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    color: #f8c230;
}
/* quantity */
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
}
.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.quantity .input-text{
    text-align: center;
    width: 100px;
    height: 38px;
    padding: 7px 10px;
    padding-inline-end: 40px;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    border-radius: var(--main-bora) !important;
    box-shadow: none;
    overflow: hidden;
}
.quantity .arrow{
    position: absolute;
    right: 10px;
    z-index: 1;
    width: 30px;
    height: 19px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity .arrow:not(:hover){
    color: #888;
}
.quantity .minus{
    bottom: 0;
    padding-bottom: 4px;
}
.quantity .plus{
    top: 0;
}
.quantity .minus:before{
    font-family: FontAwesome, sans-serif;
    content: '\f0d7';
}
.quantity .plus:before{
    font-family: FontAwesome, sans-serif;
    content: '\f0d8';
}
@-moz-document url-prefix(){
    .quantity .input-text{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
}
/* labels */
.product-labels{
    position: absolute;
    top: 0;
    left: 0;
}
.product-labels > *{
    --main-label-bg: #90bf2a;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    text-transform: var(--main-h-tt);
    color: #fff;
    background-color: var(--main-label-bg);
    border-radius: 2px;
    padding: 2px 12px;
    text-align: center;
    font-weight: var(--main-h-fw);
    z-index: 2;
    margin-inline-end: 5px;
    margin-bottom: 5px;
}
.product-labels > * > *{
    display: inline-block;
    vertical-align: top;
}
.product-labels > .onsale{
    --main-label-bg: #f83732;
}
.product-labels > .onsale .text{
    display: none;
}
.product-labels > .onsale .percent > *{
    display: inline-block;
    vertical-align: top;
}
.product-labels > .featured{
    --main-label-bg: #ff7900;
}
.product-labels > .out-of-stock{
    color: #fff;
    --main-label-bg: black;
}
/* stock */
.stock{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.stock .title{
    display: inline-block;
    vertical-align: top;
    color: var(--default-color);
    font-weight: 400;
    padding-inline-end: 10px;
}
.wishlist-in-stock,
.available-on-backorder,
.in-stock{
    color: #00badb !important;
}
.out-of-stock{
    color: #fa3535;
}
/* posted_in */
.posted_in{
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #888;
}
.posted_in .title{
    display: none;
}
@media (max-width: 1199px){
    .posted_in{
        font-size: 14px;
        line-height: 22px;
    }
}
/* meta */
.product_meta > *{
    display: block;
}
.product_meta > * > .title{
    display: inline-block;
    vertical-align: top;
    color: var(--default-color);
}
.product_meta .posted_in{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
/* variations */
.variations_form{
    position: relative !important;
}
table.variations{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
table.variations tbody{
    display: block;
}
table.variations tr{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
table.variations tr:not(:last-child){
    margin-bottom: 20px;
}
table.variations th,
table.variations td{
    display: inline-block;
    vertical-align: top;
    text-align: inherit;
    padding: 0;
    border: none;
}
table.variations .label{
    padding-inline-end: 10px;
    border-radius: 0;
}
table.variations .label label{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
}
table.variations .value{
    flex: 1 1 auto;
    width: 1%;
}
table.variations .rtwpvs-terms-wrapper{
    margin: -5px;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper{
    display: flex;
}
table.variations .rtwpvs-term{
    padding: 0 !important;
    box-shadow: none !important;
    margin: 5px !important;
    border: none !important;
    border-radius: var(--main-bora) !important;
    transition: none !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img{
    display: block !important;
    border-radius: inherit !important;
    color: #fff;
    border: 2px solid #e5e5e5;
}
table.variations .rtwpvs-term:hover span,
table.variations .rtwpvs-term.selected span,
table.variations .rtwpvs-term:hover img,
table.variations .rtwpvs-term.selected img{
    border-color: var(--main-color);
}
table.variations .rtwpvs-term span:after{
    display: none !important;
}
.widget_layered_nav .group-color a [style*="background-color: #ffffff"],
table.variations .rtwpvs-term [style*="background-color:#ffffff"]{
    color: var(--default-color);
}
table.variations .button-variable-wrapper{
    margin: -5px !important;
}
table.variations .rtwpvs-button-term{
    margin: 5px !important;
    height: auto !important;
    min-width: 30px !important;
    background-color: #fff !important;
}
table.variations .rtwpvs-button-term span{
    padding: 3px 10px !important;
    box-shadow: none !important;
    color: inherit !important;
}
table.variations .rtwpvs-term .rtwpvs-term-span-color:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: main-icon, sans-serif;
    content: '\e91c';
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
}
table.variations .rtwpvs-term:hover .rtwpvs-term-span-color:before,
table.variations .rtwpvs-term.selected .rtwpvs-term-span-color:before{
    opacity: 1;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 5px 1px 0;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label{
    display: inline;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: inherit;
    color: inherit;
}
table.variations .image-variable-wrapper{
    margin: -5px;
}
table.variations .image-variable-wrapper .rtwpvs-image-term{
    margin: 5px !important;
    width: 60px;
    height: auto;
}
table.variations select{
    width: 100%;
    color: var(--default-color);
}
table.variations .reset_variations{
    display: table;
    font-size: 14px;
    line-height: 1;
    color: var(--main-color);
    margin: 17px 0 0;
    margin-inline-start: auto;
}
table.variations .reset_variations[style*="visibility: hidden;"]{
    display: none !important;
}
.variations_form .single_variation > *{
    margin-bottom: 5px;
}
/* growl */
.growl.growl-notice{
    color: var(--default-color);
    background-color: #fff;
}
.growl{
    width: 320px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.growl .growl-close:before,
.growl .growl-close:after{
    background-color: var(--default-color);
}
.growl .growl-title{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.growl .growl-content{
    padding-bottom: 25px;
}
.growl .growl-content span{
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color-2);
    font-weight: var(--main-h-fw);
    white-space: normal;
    margin-bottom: 2px;
}
.growl .growl-content a:hover{
    opacity: 1;
    color: var(--main-color);
}
/* process-valiable */
.process-valiable:before,
.process-valiable:after{
    content: '';
    display: table;
    clear: both;
}
.process-valiable{
    font-size: 14px;
    line-height: 24px;
    text-align: start;
}
.process-valiable .text,
.process-valiable .number{
    display: inline-block;
    vertical-align: top;
}
.process-valiable .total{
    display: block;
    height: 7px;
    background-color: #ebebeb;
    position: relative;
    margin-bottom: 4px;
    border-radius: 90px;
}
.process-valiable .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fa3535;
    border-radius: inherit;
}
/*----- PAGE -----*/
ul.products{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.comment-list ul,
ul.products ul{
    list-style-type: disc;
}
.comment-list ul ul,
ul.products ul ul{
    list-style-type: circle;
}
.comment-list ul ul ul,
ul.products ul ul ul{
    list-style-type: square;
}
.ovic-products .product-list-grid,
ul.shop-page{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    clear: both;
    --col-space: 15px;
    --item-width: 100%;
    --item-space: 30px;
    margin-inline-start: calc(0px - var(--col-space));
    margin-inline-end: calc(0px - var(--col-space));
}
ul.shop-page.columns-6{
    --item-width: 16.66666667%;
}
ul.shop-page.columns-5{
    --item-width: 20%;
}
ul.shop-page.columns-4{
    --item-width: 25%;
}
ul.shop-page.columns-3{
    --item-width: 33.33333333%;
}
ul.shop-page.columns-2{
    --item-width: 50%;
}
ul.shop-page:not([class*='columns-']),
ul.shop-page.columns-1,
ul.shop-page.columns-0{
    --col-space: 0 !important;
    --item-width: 100% !important;
}
ul.shop-page{
    margin-bottom: calc(0px - var(--item-space));
}
ul.shop-page > .product-item,
ul.shop-page > .product-category{
    display: flex;
    width: var(--item-width);
    padding-inline-start: var(--col-space);
    padding-inline-end: var(--col-space);
    margin-bottom: var(--item-space);
}
ul.shop-page > .product-item .product-inner{
    width: 100%;
}
ul.shop-page > .product-category a{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
}
ul.shop-page > .product-category a img{
    transition: opacity .2s;
}
ul.shop-page > .product-category a:hover img{
    opacity: .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: 24px;
    margin-bottom: 0;
    font-weight: 400;
    padding: 5px 10px 15px;
}
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{
    padding: 13px 20px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    background-color: #fff;
    margin-bottom: -1px;
}
.woocommerce-products-header .term-description :last-child{
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page:not(.columns-2):not(.columns-3){
        --item-width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 1499px){
    .dokan-store-wrap.layout-right ul.shop-page:not(.columns-2),
    .dokan-store-wrap.layout-left ul.shop-page:not(.columns-2),
    .sidebar-right ul.shop-page:not(.columns-2),
    .sidebar-left ul.shop-page:not(.columns-2){
        --item-width: 33.33333333%;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    ul.shop-page:not(.columns-2){
        --item-width: 33.33333333%;
    }
}
@media (max-width: 991px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        --col-space: 10px;
        --item-space: 20px;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        --col-space: 7px;
        --item-space: 15px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        --col-space: 5px;
        --item-space: 10px;
    }
    ul.shop-page:not(.columns-1){
        --item-width: 50%;
    }
}
/* hover zoom */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure{
    transition: .3s;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    transform: scale(1.15);
}
/* hover change */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .6s;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    transform: translateX(-20px);
}
/* hover slide */
.product-item .product-thumb .slick-list:hover{
    z-index: auto;
}
.product-item .product-thumb .slick-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -2px 4px;
}
.product-item .product-thumb .slick-dots li{
    margin: 0 2px 4px;
}
@media (min-width: 1200px){
    .product-item .product-thumb .slick-dots{
        transition: .2s;
    }
    .product-item .product-inner:not(:hover) .product-thumb .slick-dots{
        opacity: 0;
        visibility: hidden;
    }
}
/*----- CONTROL -----*/
.shop-control{
    font-size: 15px;
    line-height: 24px;
}
.shop-control select,
.shop-control .chosen-container .chosen-single{
    --input-sd: 0 0 0 2px #e5e5e5 inset;
    --input-sd-h: 0 0 0 2px var(--main-color) inset;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.shop-control .chosen-container .chosen-single:after{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
}
.shop-control .chosen-container .chosen-drop{
    left: auto;
    right: 0;
}
.display-mode-control{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.display-mode-control > form{
    margin: 0 -6px;
}
.display-mode-control button{
    font-size: 20px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    background-color: transparent;
    border-radius: 0;
    padding: 4px 0;
    margin: 0 6px;
    box-shadow: none;
}
.display-mode-control button:hover,
.display-mode-control button.active{
    color: var(--main-color);
}
.display-mode-control .mode-list{
    font-size: 17px;
    padding: 5px 0 3px;
}
.woocommerce-result-count{
    margin: 0;
}
.display-per-page .chosen-container .chosen-drop{
    width: 100%;
}
.shop-before-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.shop-before-control > *{
    margin-bottom: 10px;
}
.shop-before-control > :not(:last-child){
    margin-inline-end: 30px;
}
.shop-before-control > * > form{
    display: inline-block;
    vertical-align: top;
}
#wcfmmp-store .shop-before-control > * > .title,
.shop-before-control > * > .title{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: inherit;
    margin: 4px 0;
    margin-inline-end: 10px;
}
#wcfmmp-store .shop-before-control .woocommerce-result-count,
.shop-before-control .woocommerce-result-count{
    flex: 1 1 auto;
    width: 1%;
    padding: 4px 0;
    line-height: inherit;
}
@media (max-width: 767px){
    .shop-before-control .woocommerce-result-count{
        width: 100%;
        padding: 0;
        margin-inline-end: 0;
    }
    .shop-before-control > :not(:last-child){
        margin-inline-end: 20px;
    }
    .shop-before-control > * >.title{
        margin-inline-end: 7px;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog,
.ovic-products{
    position: relative;
}
.product-item .product-inner{
    --product-bg: #fff;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.product-item .product-thumb{
    position: relative;
    overflow: hidden;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-item .product-info{
    position: relative;
}
.product-item .product-title{
    font-size: 17px;
    margin: 0;
}
.add-cart-not-yes .add-to-cart,
.cate-not-yes .posted_in,
.labels-not-yes .product-labels,
.rating-not-yes .star-rating-wrap,
.rating-not-yes .star-rating{
    display: none !important;
}
.ovic-menu-clone-wrap .product-item.short-title .product-title a,
.short-text-yes .product-item .product-title a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.elementor .content-overflow .elementor-widget-wrap{
    display: inline-grid;
}
.content-overflow > .elementor-column-wrap > .slick-slider{
    display: block;
}
.content-overflow > .elementor-column-wrap > .slick-slider > .slick-list,
.content-overflow > .slick-slider > .slick-list,
.content-overflow .product-list-owl > .slick-list{
    overflow: visible;
}
.product-item .price{
    margin: 3px 0 0;
}
.product-item .star-rating-wrap{
    margin: 2px 0 0;
}
.product-item .product-excerpt{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
@media (max-width: 1199px){
    .product-item .product-labels,
    .product-item .yith-wcwl-add-to-wishlist,
    .product-item .compare-button,
    .product-item a.yith-wcqv-button{
        display: none !important;
    }
    .product-item .product-title{
        font-size: 16px;
    }
}
@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;
    }
}
/* list */
.product-item.list:not(:last-child){
    margin-bottom: 40px;
}
.product-item.list .product-inner{
    display: flex;
    align-items: flex-start;
}
.product-item.list .product-thumb{
    width: 270px;
    max-width: 45%;
}
.product-item.list .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 0;
    padding-inline-start: 20px;
}
.product-item.list .product-excerpt{
    line-height: 20px;
    margin-top: 26px;
}
.product-item.list .price{
    font-size: 22px;
    margin-top: 21px;
}
.product-item.list .price del{
    margin: 2px 0 -2px;
}
.product-item.list .group-button{
    --group-button-c: var(--main-cl);
    --group-button-bora: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0;
}
.product-item.list .group-button > *{
    margin: 10px 5px 0;
}
.product-item.list .add-to-cart > a{
    padding: 8px 30px;
    border-radius: 0;
}
.product-item.list .group-info{
    padding-top: 20px;
}
.product-item.list .short-info > ul{
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
}
.product-item.list .short-info li{
    padding: 2px 0;
}
.product-item.list .short-info > ul > li:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    border: 3px solid;
    border-radius: 50%;
    margin-inline-end: 6px;
}
.product-item.list .custom-info{
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: var(--main-h-fw);
    padding-inline-start: 12px;
    margin-top: 18px;
}
.product-item.list .custom-info .label{
    color: var(--main-color);
}
@media (min-width: 1200px){
    .product-item.list .product-info{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .product-item.list .inner-info{
        flex: 1 1 auto;
        width: 1%;
    }
    .product-item.list .group-info{
        width: 190px;
        padding: 3px 0 30px;
        padding-inline-start: 18px;
        border-inline-start: 1px solid #e5e5e5;
    }
}
@media (max-width: 1199px){
    .product-item.list:not(:last-child){
        margin-bottom: 30px;
    }
    .product-item.list .product-excerpt{
        margin-top: 18px;
    }
    .product-item.list .price{
        margin-top: 16px;
    }
    .product-item.list .group-button{
        margin-top: 10px;
    }
    .product-item.list .custom-info{
        padding-top: 10px;
    }
    .product-item.list .custom-info{
        margin-top: 8px;
    }
}
@media (max-width: 767px){
    .product-item.list .product-info{
        padding-inline-start: 15px;
    }
}
@media (max-width: 479px){
    .product-item.list .product-info{
        padding: 5px 0;
        padding-inline-start: 10px;
    }
    .product-item.list .product-excerpt{
        display: none;
    }
    .product-item.list .price{
        font-size: 20px;
        margin-top: 10px;
    }
    .product-item.list .group-button{
        margin-top: 0;
    }
}
/* product-inner */
@media (min-width: 1200px){
    .product-01{
        transition: .3s;
    }
    .product-01:hover{
        z-index: 3;
        background-color: var(--product-bg);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    }
    .quick-view-01:not(:hover) a.yith-wcqv-button{
        transform: scale(0);
    }
    .quick-view-01 a.yith-wcqv-button{
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 0;
        --loading-size: 22px;
        --group-button-c: inherit;
        --group-button-bg: transparent;
        --group-button-c-h: var(--main-color);
        --group-button-bg-h: transparent;
        transition: .3s;
    }
    .quick-view-01 a.yith-wcqv-button:before{
        font-size: 22px;
        line-height: 1;
    }
}
.product-02 .product-labels{
    top: 10px;
    left: 10px;
    --main-label-bg: var(--main-color-2);
}
.product-02 .product-labels > *{
    font-weight: 700;
    line-height: 20px;
    padding: 0;
    padding-inline-end: 14px;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    margin-inline-end: -4px;
}
.product-02 .product-labels > * > *{
    padding: 4px 10px;
    padding-inline-end: 7px;
    background-color: var(--main-label-bg);
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}
.product-02 .product-labels > *:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -14px;
    width: 28px;
    border-radius: 90px;
    box-shadow: 0 0 0 14px var(--main-label-bg);
    z-index: -1;
}
.product-02 .product-labels > .onsale{
    --main-label-bg: var(--main-color);
}
.product-02 .product-labels > .featured{
    --main-label-bg: red;
}
/* group-button */
.group-button.style-01{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.group-button.style-01 .product-excerpt{
    width: 100%;
    margin-bottom: 19px;
    position: relative;
}
.product-item.style-03 .add-to-cart,
.group-button.style-01 .add-to-cart{
    flex: 1 1 auto;
    width: 1%;
}
@media (min-width: 1200px){
    .product-inner:not(:hover) .group-button.style-01{
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
    }
    .group-button.style-01{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        background-color: var(--product-bg);
        padding: 0 20px 30px;
        margin: 0;
        transition: .3s;
    }
    .group-button.style-01:before{
        position: absolute;
        content: '';
        top: -7px;
        height: 7px;
        left: 0;
        right: 0;
        background-color: inherit;
    }
    .group-button.style-01 .product-excerpt{
        margin-top: -10px;
        position: relative;
    }
    .product-item.style-03 .group-button,
    .group-button.style-01{
        --loading-size: 14px;
        --group-button-c: inherit;
        --group-button-bg: transparent;
        --group-button-c-h: var(--main-color);
        --group-button-bg-h: transparent;
        --group-button-w: 14px;
        --group-button-h: 24px;
        --group-button-p: 0;
    }
    .group-button.style-01 a.compare{
        margin-inline-start: 7px;
    }
    .group-button.style-01 .yith-wcwl-add-to-wishlist{
        margin-inline-end: 7px;
    }
    .product-item.style-11 .group-button.style-01{
        padding: 0 10px 20px;
    }
    .product-item.style-08 .group-button.style-01{
        padding: 0 15px 20px;
    }
    .product-item.style-11 .group-button.style-01 .product-excerpt{
        margin-top: 0;
    }
    .product-item.style-08 .group-button.style-01 .product-excerpt{
        margin-top: -5px;
    }
    .product-item.style-11 .group-button.style-01 .add-to-cart > a,
    .product-item.style-08 .group-button.style-01 .add-to-cart > a{
        padding: 10px 15px;
    }
}
/* style-01 */
.ovic-products.style-01 .product-list-grid,
.ovic-products.style-01.shop-page{
    --col-space: 0;
    --item-space: 0;
}
.product-item.style-01 .product-inner{
    padding: 15px;
    text-align: center;
}
.product-item.style-01 .product-info{
    padding: 18px 0 0;
}
.product-item.style-17 .price,
.product-item.style-06 .price,
.product-item.style-03 .price,
.product-item.style-01 .price{
    justify-content: center;
}
/* style-02 */
.ovic-products.style-02 .row-item:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.product-item.style-02 .product-inner{
    display: flex;
    padding: 15px 0;
}
.product-item.style-02 .product-thumb{
    max-width: 50%;
}
.product-item.style-02 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 5px 0 0;
    padding-inline-start: 10px;
}
/* style-03 */
.product-item.style-03 .product-inner{
    padding: 18px;
    text-align: center;
    background-color: var(--product-bg);
    border: 2px solid var(--main-color-2);
}
.product-item.style-03 .product-info{
    padding: 14px 10px 10px;
}
.product-item.style-03 .ovic-countdown{
    margin-bottom: 14px;
}
.product-item.style-03 .product-excerpt{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 270px;
    margin: 11px 0 0;
}
.product-item.style-03 .group-button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 19px;
}
.product-item.style-03 .add-to-cart > a{
    padding: 11px 15px;
}
/* style-04 */
.product-item.style-04 .product-inner{
    background-color: var(--product-bg);
    border: 1px solid #e5e5e5;
    padding: 9px;
    display: flex;
}
.product-item.style-04 .product-thumb{
    max-width: 50%;
}
.product-item.style-04 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 15px 0;
    padding-inline-start: 10px;
}
/* style-05 */
.product-item.style-05 .product-inner{
    text-align: center;
}
.product-item.style-05 .product-labels{
    top: 10px;
    left: 10px;
}
.product-item.style-05 .posted_in{
    margin-top: 3px;
}
.product-item.style-05 .product-excerpt{
    margin-top: 7px;
}
.product-item.style-05 .group-button{
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
}
.product-item.style-05 .group-inner{
    display: flex;
    align-items: center;
    background-color: #e2e2e2;
    border-radius: var(--main-bora);
}
.product-item.style-05 .price{
    font-size: 20px;
    margin: 10px 15px;
    margin-inline-start: 25px;
}
.product-item.style-05 .add-to-cart{
    display: inline-block;
    vertical-align: top;
    width: 186px;
}
.product-item.style-05 .add-to-cart a{
    font-size: 15px;
    padding: 12px 15px;
}
/* style-06 */
.product-item.style-06 .product-inner{
    text-align: center;
}
.product-item.style-06 .ovic-countdown{
    margin-top: 24px;
}
.product-item.style-06 .biolife-countdown > *{
    font-size: 12px;
    line-height: 14px;
    min-width: 47px;
    padding: 6px 5px 7px;
}
/* style-07 */
.product-item.style-07 .product-inner{
    display: flex;
    flex-wrap: wrap;
}
.product-item.style-07 .product-thumb{
    width: 100px;
}
.product-item.style-07 .product-info{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    flex-wrap: wrap;
}
.product-item.style-07 .inner-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 4px 10px;
}
.product-item.style-07 .group-prices{
    width: calc(((100% + 100px) / 2) - 5px);
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.product-item.style-07 .price{
    justify-content: center;
    margin: 0;
    min-width: calc(100% / 3);
    padding: 0 5px;
}
/* style-08 */
.ovic-products.style-08 .product-list-grid,
.ovic-products.style-08.shop-page{
    --col-space: 0;
    --item-space: 0;
}
.product-item.style-08 .product-inner{
    padding: 15px;
    text-align: center;
}
.product-item.style-08 .product-info{
    padding: 13px 0 0;
}
.product-item.style-08 .product-title{
    font-size: 16px;
}
.product-item.style-08 .price{
    justify-content: center;
    margin-top: 15px;
    color: var(--main-color);
}
/* style-09 */
.product-item.style-09 .product-inner{
    display: flex;
    align-items: center;
    background-color: var(--product-bg);
}
.product-item.style-09 .product-thumb{
    width: 130px;
    padding: 10px;
}
.product-item.style-09 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 5px 0;
    padding-inline-start: 10px;
}
.product-item.style-09 .product-title{
    font-size: 18px;
}
.product-item.style-09 .price{
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}
.product-item.style-09 .price del{
    font-size: 16px;
    margin: 2px 0 -2px;
}
.product-item.style-09 .price ins{
    margin-inline-end: 13px;
}
.product-item.style-09 .star-rating-wrap{
    margin: 0;
}
.product-item.style-09 .product-excerpt{
    font-size: 14px;
    line-height: 20px;
    border-top: 1px dashed #999;
    padding-top: 10px;
    margin-top: 10px;
}
/* style-10 */
.product-item.style-10 .product-info{
    padding: 10px 0 0;
}
.product-item.style-10 .product-title{
    font-size: 14px;
    line-height: 1.3;
}
.product-item.style-10 .price{
    font-size: 16px;
    color: var(--main-color);
    margin-top: 19px;
}
.product-item.style-10 .product-labels{
    display: flex;
    flex-wrap: wrap;
}
.product-item.style-10 .product-labels > *{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 1.2;
    min-width: 38px;
    height: 38px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 5px;
    border-radius: 10px;
}
.product-item.style-10 .product-labels > .onsale .text-2{
    display: block;
    font-size: 8px;
}
.product-item.style-10 .product-labels > .onsale .minus{
    display: none;
}
/* style-11 */
.ovic-products.style-11 .product-list-grid,
.ovic-products.style-11.shop-page{
    --col-space: 0;
    --item-space: 0;
}
.product-item.style-11 .product-inner{
    padding: 10px;
    text-align: center;
}
.product-item.style-11 .product-info{
    padding: 8px 0 0;
}
.product-item.style-11 .product-title{
    font-size: 16px;
}
.product-item.style-11 .price{
    justify-content: center;
    margin-top: 15px;
    color: var(--main-color);
}
/* style-12 */
.ovic-products.style-12{
    background-color: #f2f2f2;
    padding: 10px;
}
.ovic-products.style-12 .head{
    color: var(--main-color-t);
    background-color: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
    text-align: center;
    padding: 42px 14px 30px;
    margin-bottom: 10px;
}
.ovic-products.style-12 .head .icon{
    display: block;
    font-size: 70px;
    line-height: 1;
    color: var(--main-color);
    margin-bottom: 23px;
}
.ovic-products.style-12 .head .title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    letter-spacing: .02em;
    margin: 0;
}
.ovic-products.style-12 .head .subtitle{
    font-size: 13px;
    letter-spacing: .04em;
    margin: 2px 0 0;
}
.ovic-products.style-12 .head .link{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.47;
    font-weight: 700;
    color: inherit;
    border-bottom: 1px solid;
    margin: 100px 0 0;
}
.ovic-products.style-12 .head .link:not(:hover){
    opacity: .7;
}
.product-item.style-12 .product-inner{
    background-color: #fff;
    padding: 30px 30px 24px;
}
.product-item.style-12 .posted_in{
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 13px;
    letter-spacing: .04em;
    z-index: 1;
    max-width: calc(100% - 20px);
}
.product-item.style-14 .product-labels,
.product-item.style-13 .product-labels,
.product-item.style-12 .product-labels{
    top: 20px;
    left: auto;
    right: 0;
}
.product-item.style-14 .product-labels > *,
.product-item.style-13 .product-labels > *,
.product-item.style-12 .product-labels > *{
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
    border-radius: 0;
    margin: 0 0 5px;
}
.product-item.style-14 .product-labels > .onsale,
.product-item.style-13 .product-labels > .onsale,
.product-item.style-12 .product-labels > .onsale{
    --main-label-bg: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
}
.product-item.style-12 .thumb-wrapper{
    text-align: center;
}
.product-item.style-12 .product-info{
    padding-top: 9px;
}
.product-item.style-13 .product-title,
.product-item.style-12 .product-title{
    font-size: 16px;
    letter-spacing: .02em;
}
.product-item.style-13 .price,
.product-item.style-12 .price{
    font-size: 16px;
    color: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
}
.product-item.style-13 .price del,
.product-item.style-12 .price del{
    font-size: inherit;
    font-weight: inherit;
    color: #d2d2d2;
    margin: 0;
}
/* style-13 */
.product-item.style-13 .product-inner{
    display: flex;
    background-color: #fff;
    padding: 20px;
}
.product-item.style-13 .posted_in{
    font-size: 13px;
    max-width: calc(100% - 30px);
    margin-bottom: 37px;
}
.product-item.style-13 .product-thumb{
    max-width: 40%;
}
.product-item.style-13 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
/* style-14 */
.ovic-products.style-14{
    background-color: #fff;
    padding: 10px;
}
.ovic-products.style-14 ul.products{
    border: 2px solid var(--main-color);
}
.ovic-products.style-14 .product-list-owl{
    padding-inline-start: 120px;
}
.ovic-products.style-14 .slick-dots{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 100px;
    margin: 0;
    padding: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.ovic-products.style-14 .slick-dots li{
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    padding: 1px;
    margin: 0;
}
.ovic-products.style-14 .slick-dots li figure{
    position: relative;
    margin: -2px !important;
    border: 2px solid #ebebeb;
}
.ovic-products.style-14 .slick-dots li.slick-active figure,
.ovic-products.style-14 .slick-dots li:hover figure{
    border-color: var(--main-color);
    z-index: 1;
}
.ovic-products.style-14 .special-label{
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 4;
}
.product-item.style-14 .product-inner{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.product-item.style-14 .product-thumb{
    width: 53%;
    max-width: 540px;
    padding: 10px;
    padding-inline-start: 0;
}
.product-item.style-14 .product-info{
    flex: 1 1 auto;
    width: 1%;
    border-inline-start: 2px solid #dedede;
    display: flex;
    flex-direction: column;
}
.product-item.style-14 .inner-info{
    flex: 1 1 auto;
    height: 1%;
    padding: 35px 15px 30px;
}
.product-item.style-14 .product-title{
    font-size: 20px;
    letter-spacing: .02em;
}
.product-item.style-14 .price{
    font-size: 28px;
    line-height: 1.15;
    color: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    letter-spacing: .02em;
    font-family: Poppins;
}
.product-item.style-14 .price del{
    font-size: 20px;
    color: #a0a0a0;
    margin: 0;
}
.product-item.style-14 .custom-nav{
    display: flex;
    align-items: center;
    color: #dedede;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 33px -15px 0;
}
.product-item.style-14 .custom-nav:before,
.product-item.style-14 .custom-nav:after{
    content: '';
    flex: 1 1 auto;
    border-top: 2px solid;
}
.product-item.style-14 .custom-nav .inner{
    padding: 0 3px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.product-item.style-14 .custom-nav a{
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    padding: 4px 26px;
}
.product-item.style-14 .custom-nav a:hover{
    color: var(--default-color);
}
.product-item.style-14 .custom-nav a:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f177";
    transform: scale(1.8,1);
}
.product-item.style-14 .custom-nav .slick-next{
    box-shadow: -1px 0 #dedede;
}
.product-item.style-14 .custom-nav .slick-next:before{
    content: "\f178";
}
.product-item.style-14 .countdown-title{
    font-size: 20px;
    letter-spacing: .02em;
    font-weight: 300;
    margin-top: 37px;
}
.product-item.style-14 .ovic-countdown{
    margin-top: 21px;
}
.product-item.style-14 .availability{
    font-size: 18px;
    line-height: 1.34;
    font-weight: 300;
    letter-spacing: .02em;
    background-color: #f2f2f2;
    color: var(--default-color);
    padding: 18px 0;
}
.product-item.style-14 .availability > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
}
.product-item.style-14 .availability span:after{
    display: inline-block;
    vertical-align: top;
    content: ':';
    margin: 0 7px;
}
.product-item.style-14 .availability strong{
    font-size: 22px;
    color: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
}
/* style-15 */
.product-item.style-15 .product-inner{
    text-align: center;
}
.product-item.style-15 .group-button{
    --group-button-c: #ccc;
    --group-button-bg: transparent;
    --group-button-c-h: var(--main-color);
    --group-button-bg-h: transparent;
    --group-button-bora: 0;
    --group-button-w: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #f7f8fa;
    display: flex;
    align-items: center;
}
.product-item.style-15 .group-button > :not(:first-child){
    margin-inline-start: 7px;
}
.product-item.style-15 .group-button .in-stock{
    color: #80a93f !important;
}
.product-item.style-15 .group-button .stock{
    font-weight: var(--main-h-fw);
    flex: 1 1 auto;
    width: 1%;
    text-align: start;
}
.product-item.style-15 .group-button .stock .title{
    display: none;
}
.product-item.style-15 .group-button a.yith-wcqv-button:before{
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
    font-size: calc(var(--group-button-fz) + 4px);
    margin: -1px 0 1px;
}
.product-item.style-16 .price{
    color: var(--main-color);
    margin-top: 1px;
}
.product-item.style-15 .price{
    justify-content: center;
    color: var(--main-color);
    margin-top: 12px;
}
.product-item.style-16 .price del,
.product-item.style-15 .price del{
    font-weight: inherit;
}
.product-item.style-16 .product-title,
.product-item.style-15 .product-title{
    font-size: 14px;
    margin-top: 9px;
}
.product-item.style-16 .posted_in,
.product-item.style-15 .posted_in{
    font-size: 14px;
    margin-top: 3px;
}
.product-item.style-15 .product-excerpt{
    line-height: 24px;
}
.product-item.style-15 .add-to-cart{
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}
.product-item.style-15 .add-to-cart > a{
    padding: 10px 38px;
}
.product-item.style-15 .group-hover{
    padding-top: 14px;
}
.product-item.style-15 .group-hover:before{
    display: block;
    content: '';
    border-top: 1px solid #f7f8fa;
    margin-bottom: 12px;
}
/* style-16 */
.product-item.style-16 .product-inner{
    display: flex;
}
.product-item.style-16 .product-thumb{
    max-width: 40%;
}
.product-item.style-16 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
/* style-17 */
.product-item.style-17 .product-inner{
    text-align: center;
}
.product-item.style-17 .product-info{
    padding: 10px 0 0;
}
/* style-18 */
.product-item.style-18 .product-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 750px;
}
.product-item.style-18 .product-thumb{
    width: 80%;
    text-align: center;
}
.product-item.style-18 .product-info{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-start: -80px;
}
.product-item.style-18 .info-inner{
    width: 200px;
    max-width: 100%;
    margin: auto;
}
.product-item.style-18 .product-labels{
    display: block !important;
    position: static;
    margin-bottom: 13px;
}
.product-item.style-18 .ovic-countdown{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.product-item.style-18 .product-title{
    font-size: 30px;
    line-height: 1.14;
}
.product-item.style-18 .posted_in{
    font-size: 14px;
    color: inherit;
    margin-top: 8px;
}
.product-item.style-18 .tagged_as{
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    background-color: #fff;
    color: var(--default-color);
    border-radius: var(--main-bora);
    margin-top: 23px;
}
.product-item.style-18 .tagged_as .title{
    display: none;
}
.product-item.style-18 .add-to-cart{
    margin-top: 40px;
}
.product-item.style-18 .add-to-cart > a{
    padding: 11px 15px;
    box-shadow: 0 0 0 2px #c8c8c8 inset;
    background-color: transparent;
    color: inherit;
}
.product-item.style-18 .add-to-cart > a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.product-item.style-18 .add-to-cart > a .amount{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-size: 16px;
    margin: -1px 0 1px;
}
.product-item.style-18 .add-to-cart > a .delimiter{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
/* style-19 */
.product-item.style-19 .product-labels{
    top: 20px;
    left: auto;
    right: 20px;
}
.product-item.style-20 .product-labels > *,
.product-item.style-19 .product-labels > *{
    font-size: 13px;
    line-height: 18px;
    padding: 2px 13px;
    border-radius: var(--main-bora);
    --main-label-bg: var(--main-color-2);
}
.product-item.style-20 .product-labels > .onsale,
.product-item.style-19 .product-labels > .onsale{
    --main-label-bg: var(--main-color);
}
.product-item.style-20 .product-labels > .featured,
.product-item.style-19 .product-labels > .featured{
    --main-label-bg: #f83732;
}
.product-item.style-19 .group-button{
    --group-button-c: var(--default-color);
    --group-button-bg: #fff;
    --group-button-bs: 0 1px 1px rgba(0,0,0,0.1);
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-item.style-19 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-19 a.yith-wcqv-button:before{
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
    font-size: calc(var(--group-button-fz) + 2px);
}
.product-item.style-20 .product-info,
.product-item.style-19 .product-info{
    padding-top: 13px;
}
.product-item.style-20 .product-title,
.product-item.style-19 .product-title{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}
.product-item.style-19 .price{
    font-size: 15px;
    line-height: 20px;
}
.product-item.style-23 .price del,
.product-item.style-21 .price del,
.product-item.style-20 .price del,
.product-item.style-19 .price del{
    font-size: 13px;
}
.product-item.style-19 .add-to-cart{
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-item.style-19 .add-to-cart > a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 11px 0;
    width: 46px;
    --main-color: var(--main-color-2);
}
.product-item.style-19 .add-to-cart > a:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f07a";
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.product-item.style-23 .star-rating span:before,
.product-item.style-22 .star-rating span:before,
.product-item.style-21 .star-rating span:before,
.product-item.style-20 .star-rating span:before,
.product-item.style-19 .star-rating span:before{
    color: #ff9900;
}
.product-item.style-23 .star-rating-wrap .rating-count .text,
.product-item.style-22 .star-rating-wrap .rating-count .text,
.product-item.style-21 .star-rating-wrap .rating-count .text,
.product-item.style-20 .star-rating-wrap .rating-count .text,
.product-item.style-19 .star-rating-wrap .rating-count .text{
    display: none;
}
/* style-20 */
.product-item.style-20 .product-inner{
    text-align: center;
}
.product-item.style-20 .product-thumb{
    border: 1px solid #ebebeb;
}
.product-item.style-20 .product-labels > *{
    border-radius: 5px;
}
.product-item.style-20 .product-labels{
    top: 20px;
    left: 20px;
}
.product-item.style-22 .group-button,
.product-item.style-21 .group-button,
.product-item.style-20 .group-button{
    --group-button-c: var(--default-color);
    --group-button-bora: 50%;
    --group-button-bg: #fff;
    --group-button-bs: 0 1px 1px rgba(0,0,0,0.1);
    --group-button-fz: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-item.style-22 .group-button > *{
    display: inline-block;
    margin: 0 5px;
}
.product-item.style-21 .group-button > *,
.product-item.style-20 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-22 a.yith-wcqv-button:before,
.product-item.style-21 a.yith-wcqv-button:before,
.product-item.style-20 a.yith-wcqv-button:before{
    font-size: calc(var(--group-button-fz) + 1px);
}
.product-item.style-22 .yith-wcwl-add-to-wishlist .ovic-wl-icon:before,
.product-item.style-21 .yith-wcwl-add-to-wishlist .ovic-wl-icon:before,
.product-item.style-20 .yith-wcwl-add-to-wishlist .ovic-wl-icon:before{
    font-family: main-icon, sans-serif;
    content: '\e970';
}
.product-item.style-22 .add-to-cart > a,
.product-item.style-21 .add-to-cart > a,
.product-item.style-20 .add-to-cart > a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 8px 0;
    width: 40px;
    border-radius: 50%;
}
.product-item.style-22 .add-to-cart > a:before,
.product-item.style-21 .add-to-cart > a:before,
.product-item.style-20 .add-to-cart > a:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: "\e92b";
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.product-item.style-20 .price{
    font-size: 15px;
    line-height: 20px;
    justify-content: center;
}
.product-item.style-20 .star-rating-wrap{
    display: table;
    background-color: var(--product-bg);
    padding: 0 20px;
    margin: -26px auto 2px;
}
/* style-21 */
.product-item.style-23 .product-labels{
    top: 10px;
    left: 10px;
}
.product-item.style-22 .product-labels,
.product-item.style-21 .product-labels{
    top: 10px;
    left: auto;
    right: 10px;
}
.product-item.style-23 .product-labels > *,
.product-item.style-22 .product-labels > *,
.product-item.style-21 .product-labels > *{
    line-height: 18px;
    padding: 1px 10px;
    --main-label-bg: var(--main-color-2);
}
.product-item.style-23 .product-labels > .onsale,
.product-item.style-22 .product-labels > .onsale,
.product-item.style-21 .product-labels > .onsale{
    --main-label-bg: var(--main-color);
}
.product-item.style-23 .product-labels > .featured,
.product-item.style-22 .product-labels > .featured,
.product-item.style-21 .product-labels > .featured{
    --main-label-bg: #f83732;
}
.product-item.style-21 .product-thumb{
    border: 1px solid #ebebeb;
    border-radius: var(--main-bora);
}
.product-item.style-21 .product-info{
    padding-top: 10px;
}
.product-item.style-23 .product-title,
.product-item.style-21 .product-title{
    font-size: 14px;
}
.product-item.style-21 .add-to-cart{
    position: absolute;
    bottom: 5px;
    right: 0;
}
.product-item.style-21 .group-button{
    top: 10px;
    right: 10px;
}
.product-item.style-21 .price{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: -4px;
}
/* style-22 */
.product-item.style-22 .product-inner{
    border: 1px solid #ebebeb;
    border-radius: var(--main-bora);
    text-align: center;
    --product-space: 49px;
}
.product-item.style-22 .product-labels{
    top: 20px;
    left: 20px;
    right: 20px;
}
.product-item.style-22 .product-labels > .onsale{
    float: right;
    margin-inline-end: 0;
    font-size: 20px;
    font-weight: 700;
    min-width: 76px;
    border-radius: 50%;
    --main-label-bg: #ff515a;
    padding: 18px 5px;
}
.product-item.style-22 .product-labels > .onsale .text-1{
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}
.product-item.style-22 .product-thumb{
    padding: 0 var(--product-space);
}
.product-item.style-22 .product-info{
    padding: 35px 0 0;
    border-top: 1px solid #ebebeb;
    margin: 0 var(--product-space);
}
.product-item.style-22 .product-title{
    font-size: 18px;
}
.product-item.style-22 .star-rating-wrap{
    margin-top: 6px;
}
.product-item.style-22 .price{
    font-size: 24px;
    line-height: 30px;
    color: var(--main-color);
    justify-content: center;
    margin-top: 8px;
}
.product-item.style-22 .price ins{
    margin-inline-end: 11px;
}
.product-item.style-22 .price del{
    font-size: 18px;
    margin: 2px 0 -2px;
}
.product-item.style-22 .group-button{
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
}
.product-item.style-22 .countdown-wrap{
    background-color: var(--main-color);
    color: var(--main-color-t);
    border-radius: var(--main-bora);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    padding-inline-end: 65px;
    margin: 24px calc(0px - var(--product-space)) 0;
}
.product-item.style-22 .countdown-title{
    font-size: 15px;
    line-height: 1.6;
    font-family: var(--main-special);
    font-weight: var(--main-h-fw);
    text-align: center;
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 40px;
}
/* style-23 */
.product-item.style-23 .product-inner{
    border: 1px solid #ebebeb;
    border-radius: var(--main-bora);
    padding: 19px 9px;
    display: flex;
    align-items: center;
}
.product-item.style-23 .product-thumb{
    max-width: 40%;
}
.product-item.style-23 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.product-item.style-23 .posted_in{
    margin-bottom: 2px;
}
.product-item.style-23 .price{
    font-size: 15px;
    line-height: 20px;
}
@media (min-width: 768px){
    .product-item.style-09 .title-wrap{
        display: flex;
        margin-bottom: -1px;
    }
    .product-item.style-09 .product-title{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-end: 15px;
    }
}
@media (min-width: 1200px){
    .product-item.style-03 a.compare{
        margin-inline-start: 20px;
    }
    .product-item.style-03 .yith-wcwl-add-to-wishlist{
        margin-inline-end: 20px;
    }
    .ovic-products.style-09 .product-list-owl > .slick-list:hover{
        margin: -15px -15px -81px;
        margin-inline-end: -25px;
        padding: 15px 15px 81px;
        padding-inline-end: 25px;
    }
    .product-item.style-09 .product-inner:hover{
        z-index: 3;
        background-color: var(--product-bg);
    }
    .product-item.style-09 .product-inner:not(:hover):before{
        opacity: 0;
    }
    .product-item.style-09 .product-inner:before{
        position: absolute;
        content: '';
        top: -10px;
        left: -10px;
        right: -20px;
        bottom: -10px;
        background-color: var(--product-bg);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        transition: .3s;
    }
    .product-item.style-09 .product-inner:not(:hover) .group-button{
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }
    .product-item.style-09 .group-button{
        --group-button-c: #888;
        --group-button-bg: transparent;
        --group-button-c-h: var(--main-color);
        --group-button-bg-h: transparent;
        --group-button-w: 24px;
        --group-button-h: 24px;
        --group-button-p: 0;
        display: flex;
        align-items: center;
        padding: 0 20px 20px;
        padding-inline-start: 150px;
        position: absolute;
        top: calc(100% + 10px);
        left: -10px;
        right: -20px;
        background-color: var(--product-bg);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        transition: .3s;
    }
    .product-item.style-09 .group-button:before{
        position: absolute;
        content: '';
        top: -5px;
        left: 0;
        right: 0;
        height: 6px;
        background-color: inherit;
    }
    .product-item.style-09 .add-to-cart:not(:last-child){
        margin-inline-end: 14px;
    }
    .product-item.style-09 .add-to-cart > a{
        padding: 11px 15px;
        min-width: 170px;
    }
    .product-item.style-09 .yith-wcwl-add-to-wishlist:not(:last-child){
        margin-inline-end: 6px;
    }
    .product-item.style-10 .quick-view-01 a.yith-wcqv-button{
        top: 0;
        bottom: auto;
    }
    .product-item.style-10 .product-inner:not(:hover) .group-button{
        transform: translateY(100%);
    }
    .product-item.style-10 .group-button{
        --group-button-bg: var(--main-color-2);
        --group-button-bg-h: var(--main-color-2);
        --group-button-c-h: var(--main-color);
        --group-button-p: 10px 0;
        --group-button-w: 28px;
        --group-button-h: 44px;
        --group-button-bora: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        background-color: var(--main-color-2);
        transition: .3s;
    }
    .product-item.style-10 .group-button > :not(.add-to-cart):nth-child(2){
        margin-inline-start: 5px;
    }
    .product-item.style-10 .group-button > :not(.add-to-cart):last-child{
        margin-inline-end: 5px;
    }
    .product-item.style-10 .add-to-cart{
        flex: 1 1 auto;
        width: 1%;
    }
    .product-item.style-10 .add-to-cart > a{
        padding: 10px 15px;
        border-radius: 0;
    }
    .product-item.style-12 .product-inner:not(:hover):before{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-12 .product-inner:before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
        opacity: .7;
        transition: .2s;
        z-index: 1;
    }
    .product-item.style-12 .product-inner:hover .posted_in,
    .product-item.style-12 .product-inner:hover .product-title,
    .product-item.style-12 .product-inner:hover .price{
        color: #fff;
    }
    .product-item.style-12 .product-inner:hover .posted_in a,
    .product-item.style-12 .product-inner:hover .product-title a,
    .product-item.style-12 .product-inner:hover .price del{
        color: inherit;
    }
    .product-item.style-12 .product-inner:hover .posted_in a:hover,
    .product-item.style-12 .product-inner:hover .product-title a:hover{
        text-decoration: underline;
    }
    .product-item.style-12 .product-title,
    .product-item.style-12 .price{
        position: relative;
        z-index: 1;
    }
    .product-item.style-12 .product-inner:hover .product-labels{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-12 .product-labels{
        transition: .2s;
    }
    .product-item.style-12 .product-inner:not(:hover) .group-button{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-12 .group-button{
        --group-button-c: var(--main-color-t);
        --group-button-bg: var(--main-color);
        --group-button-c-h: var(--main-color);
        --group-button-bg-h: var(--main-color-t);
        --group-button-bs-h: 0 0 0 2px var(--main-color) inset;
        --group-button-bora: 50%;
        --group-button-w: 44px;
        --group-button-h: 44px;
        --group-button-p: 10px 0;
        --group-button-fz: 16px;
        position: absolute;
        top: calc(50% - 22px);
        left: 30px;
        right: 30px;
        display: flex;
        z-index: 1;
        transition: .2s;
    }
    .product-item.style-12 .group-button > *{
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    }
    .product-item.style-12 .group-button .add-to-cart{
        flex: 1 1 auto;
        width: 1%;
    }
    .product-item.style-12 .group-button .add-to-cart > a{
        padding: 10px 15px;
    }
    .product-item.style-12 .group-button > :not(.add-to-cart){
        margin-inline-start: 10px;
        border-radius: 50%;
    }
    .product-item.style-12 .yith-wcwl-add-to-wishlist .ovic-wl-icon:before{
        content: '\f08a';
    }
    .product-item.style-12 a.yith-wcqv-button:before{
        content: '\e934';
        font-size: calc(var(--group-button-fz) + 2px);
    }
    .ovic-products.style-12{
        display: flex;
        --product-head-width: calc((100% - 30px) / 4);
    }
    .ovic-products.style-12 > *{
        flex: 1 1 auto;
        width: 1%;
    }
    .ovic-products.style-12 .head{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 auto;
        width: var(--product-head-width);
        margin: 0;
        margin-inline-end: 10px;
    }
    .ovic-products.style-12 .head + * .product-list-owl{
        position: static;
    }
    .ovic-products.style-12 .head + * .product-list-owl .slick-arrow{
        --arrow-width: auto;
        --arrow-height: auto;
        --arrow-fz: 16px;
        padding: 4px 26px;
        color: var(--main-color-t);
        box-shadow: none;
        opacity: .6;
        background-color: var(--main-color);
        transform: none !important;
        border-radius: 0;
    }
    .ovic-products.style-12 .head + * .product-list-owl .slick-arrow:hover{
        opacity: 1;
    }
    .ovic-products.style-12 .head + * .product-list-owl .slick-arrow.prev{
        padding-inline-start: 29px;
        top: 65%;
        bottom: auto;
        left: auto;
        right: calc((100% - 10px - var(--product-head-width)) + (var(--product-head-width) / 2) + 2px);
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
    }
    .ovic-products.style-12 .head + * .product-list-owl .slick-arrow:before{
        line-height: 24px;
        font-family: FontAwesome, sans-serif;
        content: "\f177";
        transform: scale(1.8,1);
    }
    .ovic-products.style-12 .head + * .product-list-owl .slick-arrow.next{
        padding-inline-end: 29px;
        top: 65%;
        bottom: auto;
        left: calc(10px + (var(--product-head-width) / 2) + 2px);
        right: auto;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    .ovic-products.style-12 .head + * .product-list-owl .slick-arrow.next:before{
        content: "\f178";
    }
    .product-item.style-15 .product-inner:hover{
        z-index: 3;
    }
    .product-item.style-15 .product-inner:not(:hover):before{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-15 .product-inner:before{
        position: absolute;
        content: '';
        top: -10px;
        bottom: -10px;
        left: -10px;
        right: -10px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        background-color: var(--product-bg);
        pointer-events: none;
        transition: .3s;
    }
    .product-item.style-15 .product-inner:not(:hover) .group-button{
        transform: translateY(100%);
    }
    .product-item.style-15 .group-button{
        transition: .2s;
    }
    .product-item.style-15 .product-inner:not(:hover) .group-hover{
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
    }
    .product-item.style-15 .group-hover{
        position: absolute;
        top: calc(100% + 10px);
        left: -10px;
        right: -10px;
        padding: 4px 10px 30px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        background-color: var(--product-bg);
        transition: .2s;
    }
    .product-item.style-15 .group-hover:after{
        position: absolute;
        content: '';
        top: -5px;
        left: 0;
        right: 0;
        height: 6px;
        background-color: inherit;
    }
    .product-item.style-21 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-19 .product-inner:not(:hover) .add-to-cart{
        transform: scale(0);
    }
    .product-item.style-21 .product-inner:hover .product-labels,
    .product-item.style-19 .product-inner:hover .star-rating-wrap,
    .product-item.style-19 .product-inner:hover .product-labels{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-22 .product-inner:not(:hover) .group-button > *{
        transform: translateY(60px);
    }
    .product-item.style-21 .product-inner:not(:hover) .group-button > *,
    .product-item.style-20 .product-inner:not(:hover) .group-button > *,
    .product-item.style-19 .product-inner:not(:hover) .group-button > *{
        transform: translateX(60px);
    }
    .product-item.style-22 .group-button > *,
    .product-item.style-21 .product-labels,
    .product-item.style-21 .add-to-cart,
    .product-item.style-21 .group-button > *,
    .product-item.style-20 .group-button > *,
    .product-item.style-19 .add-to-cart,
    .product-item.style-19 .product-labels,
    .product-item.style-19 .star-rating-wrap,
    .product-item.style-19 .group-button > *{
        transition: transform .25s;
    }
    .product-item.style-22 .group-button > :nth-child(2),
    .product-item.style-21 .group-button > :nth-child(2),
    .product-item.style-20 .group-button > :nth-child(2),
    .product-item.style-19 .group-button > :nth-child(2){
        transition-delay: .1s;
    }
    .product-item.style-22 .group-button > :nth-child(3),
    .product-item.style-21 .group-button > :nth-child(3),
    .product-item.style-20 .group-button > :nth-child(3),
    .product-item.style-19 .group-button > :nth-child(3){
        transition-delay: .2s;
    }
    .product-item.style-19 .product-info{
        display: flex;
    }
    .product-item.style-19 .info-inner{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-end: 10px;
    }
    .product-item.style-19 .star-rating-wrap{
        margin-top: 0;
    }
}
@media (min-width: 1500px){
    .ovic-products.style-12{
        --product-head-width: calc((100% - 40px) / 5);
    }
}
@media (max-width: 1499px){
    .ovic-products.style-12 .head .icon{
        font-size: 64px;
        margin-bottom: 18px;
    }
    .ovic-products.style-12 .head .title{
        font-size: 28px;
    }
    .ovic-products.style-12 .head .link{
        font-size: 14px;
    }
    .product-item.style-12 .product-inner{
        padding: 20px 20px 14px;
    }
    .product-item.style-12 .group-button{
        left: 20px;
        right: 20px;
    }
    .product-item.style-12 .group-button > :not(.add-to-cart){
        margin-inline-start: 5px;
    }
    .product-item.style-22 .product-inner{
        --product-space: 29px;
    }
    .product-item.style-22 .product-info{
        padding-top: 19px;
    }
    .product-item.style-22 .star-rating-wrap{
        margin-top: 3px;
    }
    .product-item.style-22 .price{
        margin-top: 4px;
    }
    .product-item.style-22 .countdown-wrap{
        padding: 10px 20px;
        padding-inline-end: 25px;
        margin-top: 14px;
    }
    .product-item.style-22 .countdown-title{
        margin-inline-end: 20px;
    }
}
@media (max-width: 1199px){
    .product-item.style-11 .product-inner,
    .product-item.style-01 .product-inner{
        padding: 0;
    }
    .product-item.style-02 .product-inner{
        padding: 10px 0;
    }
    .product-item.style-01 .product-info{
        padding-top: 13px;
    }
    .product-item.style-22 .add-to-cart,
    .product-item.style-21 .add-to-cart,
    .product-item.style-20 .group-button,
    .product-item.style-19 .add-to-cart,
    .product-item.style-15 .group-hover,
    .product-item.style-15 .group-button,
    .product-item.style-12 .group-button,
    .product-item.style-10 .group-button,
    .product-item.style-09 .group-button,
    .product-item.style-05 .group-button,
    .product-item.style-03 .group-button > :not(.add-to-cart),
    .group-button.style-01{
        display: none;
    }
    .product-item.style-03 .product-info{
        padding: 10px 5px 5px;
    }
    .product-item.style-03 .ovic-countdown{
        margin-bottom: 10px;
    }
    .product-item.style-03 .add-to-cart > a{
        padding: 9px 15px;
    }
    .product-item.style-04 .product-info{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .product-item.style-04 .star-rating-wrap .rating-count{
        display: none;
    }
    .product-item.style-04 .product-thumb{
        max-width: 47%;
    }
    .product-item.style-08 .product-inner{
        padding: 10px;
    }
    .product-item.style-08 .price{
        margin-top: 10px;
    }
    .product-item.style-09 .product-title{
        font-size: 17px;
    }
    .product-item.style-09 .price{
        font-size: 22px;
    }
    .product-item.style-09 .price del{
        font-size: 14px;
    }
    .product-item.style-09 .price ins{
        margin-inline-end: 9px;
    }
    .product-item.style-11 .price{
        margin-top: 10px;
    }
    .product-item.style-12 .product-inner{
        padding: 15px 15px 9px;
    }
    .product-item.style-13 .product-title, .product-item.style-12 .product-title{
        font-size: 15px;
    }
    .product-item.style-13 .price, .product-item.style-12 .price{
        font-size: 15px;
    }
    .product-item.style-12 .posted_in{
        max-width: 100%;
    }
    .ovic-products.style-12 .head{
        padding: 25px 15px;
    }
    .ovic-products.style-12 .head .icon{
        font-size: 50px;
        margin-bottom: 13px;
    }
    .ovic-products.style-12 .head .link{
        margin-top: 13px;
    }
    .product-item.style-13 .product-inner{
        padding: 15px;
    }
    .product-item.style-13 .product-info{
        padding-inline-start: 15px;
    }
    .product-item.style-13 .posted_in{
        margin-bottom: 27px;
        max-width: 100%;
    }
    .ovic-products.style-14 .slick-dots{
        width: 80px;
    }
    .ovic-products.style-14 .product-list-owl{
        padding-inline-start: 100px;
    }
    .product-item.style-14 .inner-info{
        padding: 30px 15px 25px;
    }
    .product-item.style-14 .product-title{
        font-size: 18px;
    }
    .product-item.style-14 .price{
        font-size: 25px;
        margin-top: 8px;
    }
    .product-item.style-14 .price del{
        font-size: 18px;
    }
    .product-item.style-14 .custom-nav{
        margin-top: 23px;
    }
    .product-item.style-14 .custom-nav a{
        padding: 3px 25px;
    }
    .product-item.style-14 .countdown-title{
        font-size: 18px;
        margin-top: 27px;
    }
    .product-item.style-14 .ovic-countdown{
        margin-top: 16px;
    }
    .product-item.style-14 .availability{
        font-size: 16px;
        padding: 16px 0;
    }
    .product-item.style-14 .availability > *{
        margin: 0 15px;
    }
    .product-item.style-14 .availability strong{
        font-size: 19px;
    }
    .product-item.style-14 .availability span:after{
        margin: 0 5px;
    }
    .product-item.style-15 .price{
        margin-top: 8px;
    }
    .product-item.style-16 .product-title,
    .product-item.style-15 .product-title{
        margin-top: 5px;
    }
    .product-item.style-16 .posted_in,
    .product-item.style-15 .posted_in{
        margin-top: 2px;
    }
    .product-item.style-18 .product-labels{
        margin-bottom: 8px;
    }
    .product-item.style-18 .product-title{
        font-size: 27px;
    }
    .product-item.style-18 .posted_in{
        margin-top: 5px;
    }
    .product-item.style-18 .tagged_as{
        margin-top: 15px;
    }
    .product-item.style-18 .add-to-cart{
        margin-top: 30px;
    }
    .product-item.style-18 .add-to-cart > a{
        padding: 10px 15px;
    }
    .product-item.style-18 .ovic-countdown{
        left: 15px;
    }
    .product-item.style-19 .product-info{
        padding-top: 7px;
    }
    .product-item.style-22 .countdown-wrap{
        padding: 10px 15px;
    }
    .product-item.style-22 .countdown-title{
        display: none;
    }
    .product-item.style-22 .product-title{
        font-size: 17px;
    }
    .product-item.style-22 .price{
        font-size: 21px;
    }
    .product-item.style-22 .price del{
        font-size: 16px;
    }
    .product-item.style-23 .product-inner{
        padding: 14px 9px;
    }
}
@media (max-width: 991px){
    .ovic-products.style-14 .product-list-owl{
        padding-inline-start: 0;
        padding-top: 80px;
    }
    .ovic-products.style-14 .slick-dots{
        bottom: auto;
        right: 10px;
        width: auto;
        flex-direction: row;
    }
    .ovic-products.style-14 .slick-dots li{
        width: 60px;
    }
    .product-item.style-14 .product-thumb{
        width: 100%;
        max-width: 100%;
        padding: 10px;
        padding-top: 0;
    }
    .product-item.style-14 .thumb-link{
        width: 300px;
    }
    .product-item.style-14 .product-info{
        border-inline-start: none;
        border-top: 2px solid #dedede;
    }
}
@media (max-width: 767px){
    .product-item.style-03 .product-info{
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
    .product-item.style-07 .product-info{
        display: block;
    }
    .product-item.style-07 .inner-info{
        width: auto;
    }
    .product-item.style-07 .group-prices{
        width: 100%;
        padding: 0 5px;
        justify-content: flex-start;
    }
    .product-item.style-08 .product-inner{
        padding: 10px 5px;
    }
    .product-item.style-08 .price{
        margin-top: 5px;
    }
    .product-item.style-09 .product-thumb{
        padding: 0;
        width: 110px;
    }
    .product-item.style-09 .product-excerpt{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 6px;
        margin-top: 6px;
    }
    .product-item.style-10 .price{
        margin-top: 9px;
    }
    .product-item.style-12 .product-inner{
        padding: 10px 10px 4px;
    }
    .product-item.style-14 .inner-info{
        padding: 20px 5px;
    }
    .product-item.style-14 .product-title{
        font-size: 17px;
    }
    .product-item.style-14 .price{
        font-size: 23px;
    }
    .product-item.style-14 .price del{
        font-size: 17px;
    }
    .product-item.style-14 .custom-nav{
        margin-top: 18px;
    }
    .product-item.style-14 .countdown-title{
        font-size: 16px;
        margin-top: 22px;
    }
    .product-item.style-14 .availability{
        font-size: 15px;
        padding: 14px 0;
    }
    .product-item.style-14 .availability > *{
        margin: 0 10px;
    }
    .product-item.style-14 .availability strong{
        font-size: 17px;
    }
}
@media (max-width: 479px){
    .product-item.style-18 .ovic-countdown{
        position: static;
        width: 100%;
    }
    .product-item.style-18 .product-thumb{
        width: 100%;
    }
    .product-item.style-18 .product-info{
        width: 100%;
        margin-inline-start: 0;
    }
    .product-item.style-18 .info-inner{
        width: auto;
        padding-top: 15px;
    }
    .product-item.style-18 .product-labels{
        margin-bottom: 3px;
    }
    .product-item.style-18 .tagged_as{
        margin-top: 10px;
    }
    .product-item.style-18 .add-to-cart{
        margin-top: 20px;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
/* q & a */
div.ovic-question-answers .close-question{
    position: absolute;
    top: 7px;
    right: 0;
    padding: 8px 15px;
}
div.ovic-question-answers .close-question:not(:hover){
    color: inherit;
}
div.ovic-question-answers .close-question:before{
    font-family: main-icon, sans-serif;
    content: '\e912';
    font-size: 18px;
    line-height: 24px;
}
div.ovic-question-answers.loading .list-question{
    min-height: 30px;
    position: relative;
    overflow: hidden;
}
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%;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery__image{
    text-align: center;
}
.flex-control-nav{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    max-width: 350px;
}
.flex-control-nav img{
    cursor: pointer;
    padding: 2px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.flex-control-nav img:hover,
.flex-control-nav img.flex-active{
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.flex-control-nav .slick-arrow{
    --arrow-width: 30px;
    --arrow-height: 30px;
    --arrow-posi-h: -30px;
    --arrow-fz: 16px;
}
.flex-control-thumbs:not(.slick-slider){
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: -5px;
    margin-inline-end: -5px;
}
.flex-control-thumbs:not(.slick-slider) > li{
    width: calc((100% / var(--columns)) - 10px);
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    top: 10px;
    left: 10px;
    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: '\e915';
    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;
}
/*----- POST VIEW -----*/
.post-views{
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}
.post-views .icon:before{
    font-family: inherit;
}
/*----- DELIVERY INFO -----*/
.delivery-info{
    font-size: 14px;
    line-height: 20px;
    padding-top: 16px;
    border-top: 1px solid #eee;
    margin-top: 16px;
}
.delivery-info .item:not(:last-child){
    margin-bottom: 10px;
}
.delivery-info .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-inline-end: 4px;
}
.delivery-info .text{
    display: inline;
}
.delivery-info b{
    color: var(--default-color);
}
@media (max-width: 1199px){
    .delivery-info .icon{
        margin-inline-end: 8px;
    }
}
@media (max-width: 767px){
    .delivery-info .icon{
        margin-inline-end: 6px;
    }
}
/*----- SUMMARY -----*/
.entry-summary .product_title{
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}
.entry-summary .woocommerce-product-rating{
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}
.entry-summary .woocommerce-product-rating > .woocommerce-review-link{
    display: none;
}
.entry-summary .star-rating{
    position: relative;
    overflow: visible;
    margin-inline-end: 10px;
}
.entry-summary .star-rating-wrap .rating-count:before,
.entry-summary .star-rating-wrap .rating-count:after{
    display: none;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link{
    font-weight: 400;
}
.entry-summary .woocommerce-product-details__short-description{
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
}
.entry-summary .woocommerce-product-details__short-description > :last-child{
    margin-bottom: 0;
}
.entry-summary .ovic-countdown{
    margin-top: 15px;
    padding: 7px 0;
}
.entry-summary--first > .price,
.entry-summary > .price{
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    line-height: 30px;
    margin-top: 19px;
}
.entry-summary--first > .price ins,
.entry-summary > .price ins{
    margin-inline-end: 10px;
}
.entry-summary--first > .price del,
.entry-summary > .price del{
    order: 1;
    font-size: 16px;
    margin: 2px 0 -2px;
}
.summary-content > .stock,
.entry-summary > .stock{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0;
}
.summary-content > .out-of-stock,
.entry-summary > .out-of-stock{
    font-size: 20px;
    line-height: 1.25;
    padding: 5px 0;
}
.summary-content-summary > .out-of-stock .title,
.entry-summary > .out-of-stock .title{
    display: none;
}
.entry-summary .cart{
    width: 100%;
    margin: 15px 0 0;
}
.entry-summary .quantity{
    margin-bottom: 20px;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 13px 15px;
}
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-inline-end: 25px;
}
.entry-summary a.compare{
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.entry-summary .yith-wcwl-add-to-wishlist > *,
.entry-summary a.compare{
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    background-color: transparent;
    text-transform: none;
    padding: 0;
    color: inherit;
}
.entry-summary a.compare:before{
    content: "+";
    font-size: 20px;
    margin-inline-end: 10px;
}
.entry-summary .yith-wcwl-add-to-wishlist .ovic-wl-icon:before{
    content: "+";
}
.entry-summary .yith-wcwl-add-to-wishlist > *:hover,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .delete_item,
.entry-summary a.compare:hover{
    color: var(--main-color);
    background-color: transparent;
}
.entry-summary .yith-wcwl-add-to-wishlist a{
    position: static;
    display: inline-block !important;
    vertical-align: top;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    position: static;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 20px;
    margin-inline-end: 6px;
}
.entry-summary .share-product{
    float: right;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.entry-summary .share-product > a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: -1px 0 1px;
    margin-inline-end: 6px;
}
.entry-summary .ovic-share-socials .inner{
    margin: 0 -15px;
}
.entry-summary .ovic-share-socials a{
    padding: 0;
    min-width: auto;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0 15px;
}
.entry-summary .ovic-share-socials a:hover{
    color: var(--main-color);
}
.entry-summary .ovic-share-socials .text{
    display: none;
}
.entry-summary .ovic-share-socials .icon{
    display: block;
    margin: 0;
}
.entry-summary .ovic-share-socials > .inner{
    flex-wrap: nowrap;
}
.entry-summary .product--payment-logo{
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 16px;
}
.entry-summary .product_meta{
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
}
.entry-summary .product_meta > * > .title{
    padding-inline-end: 10px;
    color: var(--default-color);
}
.entry-summary .group_table{
    margin: 0 0 30px;
    background-color: #fff;
}
.entry-summary .group_table td{
    padding: 10px 15px;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__quantity{
    width: 1%;
    white-space: nowrap;
    text-align: center;
}
.entry-summary .group_table .button{
    font-size: 12px;
    padding: 6px 12px;
}
.entry-summary .group_table .quantity{
    float: none;
    margin: 0;
}
.entry-summary .group_table .quantity .input-text{
    width: 80px;
    height: 40px;
    padding: 8px 10px;
    padding-inline-end: 30px;
    font-size: 14px;
}
.entry-summary .group_table .quantity .arrow{
    border: none;
    height: 20px;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__label{
    font-size: 14px;
    color: var(--main-color-2);
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__label label{
    color: inherit;
    font-weight: inherit;
    margin: 0;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__price{
    text-align: center;
}
.entry-summary .group_table .amount{
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
}
.entry-summary .group_table ins{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: var(--default-color);
    margin-inline-start: 5px;
}
.entry-summary .group_table del{
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 -1px;
}
.entry-summary .group_table del .amount{
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.entry-summary .group_table .stock .title{
    display: none;
}
@media (max-width: 1199px){
    .entry-summary .star-rating-wrap .rating-count,
    .entry-summary .star-rating{
        margin-inline-end: 30px;
    }
    .entry-summary .star-rating-wrap .rating-count:after,
    .entry-summary .star-rating:after{
        right: -15px;
    }
    .entry-summary .yith-wcwl-add-to-wishlist{
        margin-inline-end: 17px;
    }
    .entry-summary .single_add_to_cart_button,
    .entry-summary .added_to_cart{
        padding: 11px 15px;
    }
    .entry-summary .group_table .woocommerce-grouped-product-list-item__quantity{
        max-width: 100px;
    }
    .entry-summary .group_table td{
        padding: 5px 9px;
    }
    .entry-summary .group_table .amount{
        font-size: 15px;
    }
    .entry-summary .group_table del .amount{
        font-size: 13px;
    }
    .entry-summary .group_table ins{
        display: block;
        margin-inline-start: 0;
    }
}
@media (max-width: 479px){
    .entry-summary .group_table .quantity .input-text{
        width: 70px;
        padding-inline-end: 26px;
    }
}
/*----- WRAPPER -----*/
.single-product-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-product-gallery{
    position: relative;
    width: 38.5%;
    max-width: 100%;
}
.entry-summary{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
.entry-summary--last{
    background-color: #f3f3f3;
    padding: 20px 20px 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.entry-summary--last > :first-child{
    margin-top: 0;
}
.entry-summary .product--custom-content{
    text-transform: uppercase;
    border-top: 1px solid #e5e5e5;
    color: inherit;
    padding-top: 15px;
    margin-top: 16px;
}
.entry-summary .product--custom-content .custom-content--label{
    color: var(--main-color);
}
.entry-summary .custom-content--content{
    margin-top: -3px;
}
/* grid */
.product-page-grid .has-gallery .woocommerce-product-gallery{
    padding: 0;
    max-width: inherit;
}
.product-page-grid .has-gallery .flex-viewport{
    width: auto !important;
    height: auto !important;
    border: none;
    margin: 0;
}
.product-page-grid .has-gallery .woocommerce-product-gallery__trigger{
    left: 10px;
}
.product-page-grid .has-gallery .woocommerce-product-gallery__wrapper{
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -5px -10px !important;
}
.product-page-grid .has-gallery .woocommerce-product-gallery__image{
    display: inline-block !important;
    vertical-align: top;
    width: calc(50% - 10px) !important;
    float: none !important;
    margin: 0 5px 10px !important;
}
.product-page-grid .has-gallery .flex-control-nav{
    display: none;
}
/* slide */
.product-page-slide .has-gallery .woocommerce-product-gallery{
    padding: 0;
}
.product-page-slide .has-gallery .flex-viewport{
    margin: 0;
}
.product-page-slide .has-gallery .woocommerce-product-gallery__trigger{
    left: 10px;
}
.product-page-slide .has-gallery .flex-control-nav{
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    width: auto;
    max-width: none;
}
.product-page-slide .has-gallery .flex-control-nav li{
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
}
.product-page-slide .has-gallery .flex-control-nav li a{
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 90px;
    background-color: var(--default-color);
    opacity: .4;
}
.product-page-slide .has-gallery .flex-control-nav li a.flex-active{
    opacity: 1;
    width: 35px;
}
.product-page-slide .has-gallery .flex-control-nav li a:hover{
    opacity: 1;
}
@media (min-width: 480px){
    .entry-summary{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .entry-summary--first{
        flex: 1 1 auto;
        width: 1%;
    }
    .entry-summary--last{
        width: 240px;
        margin: 0;
        margin-inline-start: 15px;
    }
    .product-page-vertical .has-gallery .woocommerce-product-gallery{
        padding-inline-start: 70px;
    }
    .product-page-vertical .has-gallery .flex-control-nav{
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        margin: 0;
    }
    .product-page-vertical .has-gallery .woocommerce-product-gallery__trigger{
        left: 80px;
    }
}
@media (min-width: 768px){
    /* sticky */
    .product-page-sticky .site{
        overflow: visible;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery{
        padding: 0;
        max-width: inherit;
    }
    .product-page-sticky .has-gallery .flex-viewport{
        width: auto !important;
        height: auto !important;
        border: none;
        margin: 0;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery__trigger{
        left: 10px;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery__wrapper{
        display: block !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0 0 -10px !important;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery__image{
        display: inline-block !important;
        vertical-align: top;
        width: 100% !important;
        float: none !important;
        margin: 0 0 10px !important;
    }
    .product-page-sticky .has-gallery .flex-control-nav{
        display: none;
    }
    .product-page-sticky .has-gallery .entry-summary{
        position: sticky;
        top: 10px;
    }
    .admin-bar .product-page-sticky .has-gallery .entry-summary{
        top: 56px;
    }
}
@media (min-width: 782px){
    .admin-bar .product-page-sticky .has-gallery .entry-summary{
        top: 42px;
    }
}
@media (min-width: 992px){
    .entry-summary--last{
        width: 270px;
        margin-inline-start: 20px;
    }
}
@media (min-width: 1200px){
    .product-page-vertical .has-gallery .woocommerce-product-gallery{
        padding-inline-start: 90px;
    }
    .product-page-vertical .has-gallery .flex-control-nav{
        width: 80px;
    }
    .product-page-vertical .has-gallery .woocommerce-product-gallery__trigger{
        left: 100px;
    }
    .has-header-sticky .product-page-sticky .has-gallery .entry-summary{
        top: 70px;
    }
    .admin-bar.has-header-sticky .product-page-sticky .has-gallery .entry-summary{
        top: 102px;
    }
}
@media (max-width: 1199px){
    .product-page-slide .flex-control-nav{
        bottom: 15px;
    }
}
@media (max-width: 991px) and (min-width: 480px){
    .woocommerce-product-gallery{
        width: 35%;
    }
    .entry-summary{
        padding-inline-start: 15px;
    }
    .entry-summary--last{
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
@media (max-width: 767px){
    .woocommerce-product-gallery{
        width: 100%;
    }
    .entry-summary{
        width: 100%;
        padding: 30px 0 0;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin-top: 55px;
}
.woocommerce-tabs .panel{
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    white-space: nowrap;
    overflow-y: hidden;
    box-shadow: 0 -1px #e5e5e5 inset;
    margin: 0 0 25px;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-tabs > ul > li:not(:last-child){
    margin-inline-end: 55px;
}
.woocommerce-tabs > ul > li > a{
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #999;
    padding-bottom: 10px;
}
.woocommerce-tabs > ul > li.active > a,
.woocommerce-tabs > ul > li > a:hover{
    color: var(--default-color);
    box-shadow: 0 -2px var(--main-color) inset;
}
.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 #e5e5e5;
    padding: 10px;
    text-align: start;
    font-size: 14px;
}
.product-tab-brands .brand-item img{
    max-height: 60px;
    width: auto;
}
#tab-description > *:last-child{
    margin-bottom: 0;
}
.product-tab-brands,
.shop_attributes{
    font-size: 14px;
    line-height: 24px;
    margin: 7px 0;
    border-collapse: inherit;
    border: 1px solid #e5e5e5;
    color: var(--default-color);
    background-color: #fff;
}
.product-tab-brands .brand-item .term-description *:last-child,
#tab-additional_information *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail{
    color: inherit;
    font-weight: inherit;
    border: none;
    text-align: center;
}
#tab-additional_information th{
    color: inherit;
    font-weight: inherit;
    border: none;
    background-color: #f4f4f4;
}
.product-tab-brands .brand-item .term-name{
    border: none;
    background-color: #f4f4f4;
}
#tab-additional_information td{
    border: none;
}
.product-tab-brands .brand-item:not(:last-child) > *,
#tab-additional_information tr:not(:last-child) > *{
    border-bottom: 1px solid #e5e5e5;
}
#wcmp_vendor_reviews .commentlist,
.woocommerce-Tabs-panel--reviews .commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
#wcmp_vendor_reviews .commentlist > :not(:first-child),
.woocommerce-Tabs-panel--reviews .commentlist > :not(:first-child){
    border-top: 1px solid #e5e5e5;
    margin-top: 23px;
}
#wcmp_vendor_reviews .commentlist .comment_container,
.woocommerce-Tabs-panel--reviews .commentlist .comment_container{
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
#wcmp_vendor_reviews .commentlist .comment_container:before,
#wcmp_vendor_reviews .commentlist .comment_container:after,
.woocommerce-Tabs-panel--reviews .commentlist .comment_container:before,
.woocommerce-Tabs-panel--reviews .commentlist .comment_container:after{
    content: '';
    display: table;
    clear: both;
}
#wcmp_vendor_reviews .commentlist .avatar,
.woocommerce-Tabs-panel--reviews .commentlist .avatar{
    float: left;
    width: 50px;
    border-radius: 50%;
    margin: 0 0 10px;
    margin-inline-end: 15px;
}
#wcmp_vendor_reviews .commentlist .comment-text,
.woocommerce-Tabs-panel--reviews .commentlist .comment-text{
    overflow: hidden;
}
#wcmp_vendor_reviews .commentlist .description,
.woocommerce-Tabs-panel--reviews .commentlist .description{
    margin-top: 10px;
}
#wcmp_vendor_reviews .commentlist .meta,
.woocommerce-Tabs-panel--reviews .commentlist .meta{
    margin: 0;
}
#wcmp_vendor_reviews .commentlist .woocommerce-review__published-date,
.woocommerce-Tabs-panel--reviews .commentlist .woocommerce-review__published-date{
    color: #999;
}
#wcmp_vendor_reviews .commentlist .woocommerce-review__author,
.woocommerce-Tabs-panel--reviews .commentlist .woocommerce-review__author{
    font-size: 16px;
    letter-spacing: -0.025em;
}
#wcmp_vendor_reviews .commentlist .description > :last-child,
.woocommerce-Tabs-panel--reviews .commentlist .description > :last-child{
    margin-bottom: 0;
}
#wcmp_vendor_reviews .commentlist .children,
.woocommerce-Tabs-panel--reviews .commentlist .children{
    list-style: none;
    padding: 0 0 0 30px;
}
#wcmp_vendor_reviews .commentlist .children .avatar,
.woocommerce-Tabs-panel--reviews .commentlist .children .avatar{
    display: none;
}
#wcmp_vendor_reviews .commentlist .children .comment_container,
.woocommerce-Tabs-panel--reviews .commentlist .children .comment_container{
    padding-top: 17px;
    border-top: 1px solid #e5e5e5;
    margin-top: 17px;
}
#wcmp_vendor_reviews .woocommerce-pagination,
.woocommerce-Tabs-panel--reviews .woocommerce-pagination{
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
#wcmp_vendor_reviews .comment-respond,
.woocommerce-Tabs-panel--reviews .comment-respond{
    padding-top: 0;
    border-top: none;
}
#wcmp_vendor_reviews .comment-respond .comment-reply-title,
.woocommerce-Tabs-panel--reviews .comment-respond .comment-reply-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: var(--main-h-tt);
}
.woocommerce-Tabs-panel--reviews .ovic-panel-rating{
    margin-bottom: 30px;
}
.woocommerce-Tabs-panel--reviews #review_form_wrapper{
    clear: both;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title{
    font-size: 16px;
    line-height: 24px;
    text-transform: var(--main-h-tt);
    color: var(--default-color);
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 7px;
    margin: 0 0 40px;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title:before{
    width: 127px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    background-color: var(--main-color);
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title span{
    color: var(--main-color-2);
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title span:before{
    content: '“';
    color: var(--default-color);
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title span:after{
    content: '”';
    color: var(--default-color);
}
.woocommerce-Tabs-panel--reviews .woocommerce-noreviews{
    margin: 0;
}
#review_form_wrapper{
    border-top: 1px solid #f1f1f1;
    margin-top: 25px;
    padding-top: 20px;
}
#review_form .comment-respond{
    margin: 0;
}
.ovic-panel-rating .detail li{
    display: flex;
    align-items: center;
}
.ovic-panel-rating .detail .star{
    flex: 0 0 auto;
    padding-inline-end: 10px;
}
.ovic-panel-rating .detail .count{
    flex: 0 0 40px;
    text-align: center;
}
.ovic-panel-rating .detail .process{
    flex: 1 1 auto;
    height: 9px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.ovic-panel-rating .detail .process-bar{
    background-color: #ffdd5a;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.ovic-panel-rating .average span{
    font-size: 40px;
    color: var(--default-color);
}
.ovic-panel-rating .star-rating{
    margin-bottom: 3px;
}
.ovic-panel-rating .average{
    color: inherit;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2px;
}
.ovic-panel-rating .process:before{
    display: none;
}
@media (min-width: 768px){
    #review_form{
        flex: 1 1 auto;
        padding-inline-start: 130px;
    }
    #review_form_wrapper .ovic-panel-rating{
        flex: 0 0 33%;
        max-width: 270px;
        padding-inline-end: 0;
    }
    #review_form_wrapper{
        display: flex;
        align-items: flex-start;
        margin-top: 60px;
        padding-top: 40px;
    }
}
/* show-all */
.woocommerce-tabs.show-all .ovic-heading{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.025em;
    box-shadow: 0 -1px #e5e5e5 inset;
    margin-bottom: 25px;
}
.woocommerce-tabs.show-all .ovic-heading .heading{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    box-shadow: 0 -2px var(--main-color) inset;
}
.woocommerce-tabs.show-all .panel{
    display: block !important;
}
.woocommerce-tabs.show-all .panel:not(:last-child){
    margin-bottom: 55px;
}
@media (min-width: 768px){
    .product-tab-brands .brand-item .term-thumbnail,
    #tab-additional_information th{
        width: 300px;
        padding: 10px 20px;
    }
    .product-tab-brands .brand-item .term-name,
    #tab-additional_information td{
        padding: 10px 20px;
    }
    #wcmp_vendor_reviews .commentlist > li > .children,
    .woocommerce-Tabs-panel--reviews .commentlist > li > .children{
        padding-inline-start: 65px;
    }
    .woocommerce-Tabs-panel--reviews .ovic-panel-rating{
        float: left;
        width: 520px;
        max-width: 40%;
        padding-inline-end: 20px;
    }
    .woocommerce-Tabs-panel--reviews .ovic-panel-rating + .woocommerce-Reviews #comments{
        overflow: hidden;
    }
}
@media (max-width: 1199px){
    .woocommerce-tabs{
        margin-top: 35px;
    }
    .woocommerce-tabs > ul > li:not(:last-child){
        margin-inline-end: 30px;
    }
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title{
        margin-bottom: -10px;
    }
    .woocommerce-tabs.show-all .ovic-heading{
        margin-bottom: 20px;
    }
    .woocommerce-tabs.show-all .panel:not(:last-child){
        margin-bottom: 35px;
    }
}
@media (max-width: 767px){
    #wcmp_vendor_reviews .commentlist .comment-text,
    .woocommerce-Tabs-panel--reviews .commentlist .comment-text{
        overflow: visible;
    }
    #wcmp_vendor_reviews .commentlist .description,
    .woocommerce-Tabs-panel--reviews .commentlist .description{
        overflow: hidden;
        clear: both;
    }
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products,
.cross-sells.products{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 60px;
}
.related.products .ovic-title,
.up-sells.products .ovic-title,
.cross-sells.products .ovic-title{
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 60px;
}
.related.products .ovic-title .icon,
.up-sells.products .ovic-title .icon,
.cross-sells.products .ovic-title .icon{
    font-size: 36px;
    color: inherit;
    line-height: 1;
}
.related.products .ovic-title .subtitle,
.up-sells.products .ovic-title .subtitle,
.cross-sells.products .ovic-title .subtitle{
    font-family: var(--main-special);
    font-style: italic;
    color: inherit;
    font-size: 15px;
    margin: 4px 0 0;
}
.related.products .ovic-title .title,
.up-sells.products .ovic-title .title,
.cross-sells.products .ovic-title .title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin: 6px 0 0;
}
@media (max-width: 1199px){
    .related.products,
    .up-sells.products,
    .cross-sells.products{
        margin-top: 40px;
    }
}
/* BUNDLE */
div.ovic_bundle-wrap{
    margin-top: 30px;
}
div.ovic_bundle-wrap .column-name a:not(:hover){
    color: var(--default-color);
}
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: var(--main-h-fw);
    color: var(--default-color);
}
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: var(--default-color);
}
div.ovic_bundle-wrap .ovic_bundle-total .discount{
    font-size: 16px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > * span{
    font-weight: var(--main-h-fw);
}
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:before,
.wpcf7:after{
    content: '';
    display: table;
    clear: both;
}
.wpcf7{
    direction: inherit !important;
    --input-width: 100%;
    --input-height: 44px;
    --input-padding: 10px 15px;
    --input-bora: 0;
}
.wpcf7 label{
    width: 100%;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.wpcf7 .textarea{
    height: 150px;
}
.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 .wpcf7-acceptance{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #999;
    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 [type="submit"]{
    vertical-align: middle;
    padding: 10px 32px;
    border-radius: var(--main-bora);
    margin: 10px 0 -20px;
}
div.wpcf7 .ajax-loader{
    vertical-align: middle;
    margin: 10px 0 -20px;
    animation: fa-spin 2s infinite linear;
}
/*----- 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;
}
.yith-wcwl-share h4.yith-wcwl-share-title,
.wishlist_table th,
.woocommerce-cart-form > .shop_table th{
    font-size: 14px;
    text-transform: var(--main-h-tt);
    font-weight: 700;
}
.woocommerce table.wishlist_table .product-thumbnail img,
.woocommerce-cart-form > .shop_table .product-thumbnail img{
    width: 100px;
}
.woocommerce table.wishlist_table td.product-name,
.woocommerce-cart-form > .shop_table td.product-name{
    font-size: 17px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.woocommerce table.wishlist_table tr td.product-remove a,
.woocommerce-cart-form > .shop_table .product-remove a{
    width: 10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 10px 0;
}
.woocommerce table.wishlist_table tr td.product-remove a:before,
.woocommerce-cart-form > .shop_table .product-remove a:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e912';
    font-size: 14px;
    line-height: 1;
}
.woocommerce #content table.wishlist_table tr td.product-remove a:hover,
.woocommerce-cart-form > .shop_table .product-remove a:hover{
    color: var(--main-color);
}
.cart-collaterals{
    margin: 30px 0 0;
    margin-inline-start: auto;
}
.cart-collaterals .cart_totals > h2{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    font-size: 14px;
    text-transform: var(--main-h-tt);
    font-weight: 700;
    border: none;
    padding: 20px 10px;
    padding-inline-start: 0;
}
.cart-collaterals .shop_table td{
    border: none;
    padding: 20px 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 #e5e5e5;
}
.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: 16px;
    font-weight: 700;
    color: var(--default-color);
}
.cart-collaterals .shop_table .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount{
    font-size: 20px;
}
.cart-collaterals .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total th{
    font-size: 16px;
    text-transform: var(--main-h-tt);
    font-weight: 700;
}
@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: 20px 15px;
    }
    .woocommerce table.wishlist_table tbody tr,
    .woocommerce-cart-form > .shop_table tbody .cart_item{
        border-top: 1px solid #e5e5e5;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce-cart-form > .shop_table th{
        padding-top: 0;
        padding-bottom: 15px;
    }
    .woocommerce table.wishlist_table .product-thumbnail,
    .woocommerce-cart-form > .shop_table .product-thumbnail{
        width: 110px;
        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 .product-add-to-cart{
        width: 20%;
    }
    .woocommerce table.wishlist_table .product-remove,
    .woocommerce-cart-form > .shop_table .product-remove{
        width: 20px;
        padding-inline-start: 0;
    }
    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table tbody td{
        border: none;
    }
    .woocommerce-cart-form .shop_table .actions{
        width: 100%;
        padding: 15px 0 0;
        border-top: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .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;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-inline-end: 30px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon button{
        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%;
    }
}
@media (min-width: 992px){
    .woocommerce-cart-form{
        display: inline-block;
        vertical-align: top;
        float: left;
        width: calc(100% - 285px);
        margin-inline-end: 40px;
    }
    .cart-collaterals{
        margin-top: 0;
        max-width: 245px;
    }
}
@media (max-width: 767px){
    .woocommerce-cart-form > .shop_table tr:last-child{
        border: none;
    }
}
/*----- 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;
    clear: both;
}
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    margin: 10px 0 -26px;
}
.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: 25px;
    line-height: 1.3;
    font-weight: var(--main-h-fw);
    padding: 0;
    margin: 0 auto 28px;
    position: relative;
}
.woocommerce-form-login{
    position: relative;
}
.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme{
    margin-bottom: 20px;
}
.woocommerce-form-login .lost_password{
    position: absolute;
    bottom: 65px;
    right: 0;
    font-weight: 400;
    margin: 0;
    color: var(--main-color-2);
}
.woocommerce-form-register .woocommerce-privacy-policy-text a{
    font-style: italic;
    text-decoration: underline;
}
.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: 15px;
    }
    .woocommerce-account .col2-set .col-2{
        width: 50%;
        padding-inline-start: 15px;
    }
}
/*----- 404 ERROR -----*/
.error-404{
    text-align: center;
    padding: 40px 0;
}
.error-404 .image{
    margin-bottom: 39px;
}
.error-404 .page-title{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 22px;
}
.error-404 .subtitle{
    margin-bottom: 55px;
}
.error-404 .button{
    padding: 13px 15px;
    width: 290px;
}
@media (max-width: 1199px){
    .error-404{
        padding: 20px 0;
    }
    .error-404 .image{
        margin-bottom: 29px;
    }
    .error-404 .page-title{
        font-size: 44px;
        margin-bottom: 15px;
    }
    .error-404 .subtitle{
        margin-bottom: 35px;
    }
    .error-404 .button{
        padding: 11px 15px;
        width: 270px;
    }
}
@media (max-width: 767px){
    .error-404{
        padding: 10px 0;
    }
    .error-404 .image{
        margin-bottom: 19px;
    }
    .error-404 .page-title{
        font-size: 38px;
        margin-bottom: 10px;
    }
    .error-404 .subtitle{
        margin-bottom: 25px;
    }
    .error-404 .button{
        width: 250px;
    }
}
/*==========================================================================
HEADER
===========================================================================*/
.menu-item{
    --current-item: var(--main-color);
}
.menu-item:before,
.menu-item:after{
    content: '';
    display: table;
    clear: both;
}
.menu-item:hover > a,
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .menu-item:hover > 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(--current-item);
}
.menu-item > .desc{
    display: none;
}
.menu-item > a.loading-lazy:after,
.menu-item > a .loading-lazy:after{
    display: none;
}
.menu-item > a .icon{
    display: inline-block;
    vertical-align: top;
    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{
    width: auto;
    max-height: 24px;
}
.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 .icon img{
    margin-top: -3px;
}
body .ovic-menu li > a.hide-title .icon{
    margin: 0 !important;
}
.menu-item > .megamenu > p:first-child,
.menu-item > .megamenu > p:last-child{
    margin: 0;
}
.menu-item.main-fw{
    color: var(--default-color);
}
/*----- LOGO -----*/
.logo{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
}
.logo a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.logo .logo-text{
    font-size: 36px;
    line-height: 40px;
    color: var(--default-color);
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: -0.05em;
    padding: 5px 0;
}
.logo .logo-text .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    font-weight: 400;
    margin-inline-end: 2px;
}
.logo .logo-text .text{
    display: inline-block;
    vertical-align: top;
    padding-inline-end: .05em;
}
/*----- TOP BAR MENU -----*/
.biolife-dropdown{
    position: relative;
}
.biolife-dropdown > .sub-menu,
.header-submenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    min-width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: var(--main-cl);
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    list-style: none;
    padding: 12px 0;
    margin-bottom: 0;
    transition: .2s;
    text-align: start;
    visibility: visible;
}
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.biolife-dropdown > .sub-menu > .menu-item,
.header-submenu .sub-menu > li{
    padding: 0 20px;
}
.biolife-dropdown > .sub-menu > .menu-item > a,
.header-submenu .sub-menu > li > a{
    display: block;
    padding: 5px 0;
    transition: .2s;
}
.biolife-dropdown > .sub-menu > .menu-item:hover > a,
.header-submenu .sub-menu > li:hover > a{
    padding-inline-start: 10px;
}
.header-submenu li{
    position: relative;
}
.header-submenu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    margin: 0 calc(0px - var(--header-top-item-mg));
}
.header-submenu > li{
    margin: 0 var(--header-top-item-mg);
}
.header-submenu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 0;
}
.header-submenu > .menu-item-has-children > a:not(:last-child):after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0d7';
    font-weight: 400;
    font-style: normal;
    margin-inline-start: 8px;
}
@media (min-width: 1200px){
    .biolife-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        z-index: 9;
    }
}
@media (max-width: 1199px){
    .biolife-dropdown:not(.open) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- HEADER SOCIAL -----*/
.header-social{
    font-size: 15px;
    line-height: 24px;
}
.header-social .inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.header-social a{
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    margin: 0 12px;
}
.header-social a .icon{
    display: inline-block;
    vertical-align: top;
}
.header-social a .text{
    display: none;
    vertical-align: top;
}
/*----- HEADER MESSAGE -----*/
.header-message{
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
    color: var(--default-color);
}
.header-message p{
    margin: 0;
}
/*----- HEADER INFO -----*/
.header-info{
    font-size: 14px;
    line-height: 20px;
}
.header-info .inner{
    margin: 0 -15px;
}
.header-info .item{
    display: inline-block;
    vertical-align: top;
    text-align: start;
    margin: 0 15px;
}
.header-info .link{
    display: flex;
    padding: 6px 0 2px;
}
.header-info .icon{
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: var(--main-color);
    margin-inline-end: 5px;
}
.header-info .content{
    flex: 1 1 auto;
    width: 1%;
}
.header-info .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.header-info .link:not(:hover) .title{
    color: var(--default-color);
}
/*----- BLOCK MENU BAR -----*/
.block-menu-bar{
    display: inline-block;
    vertical-align: top;
    color: var(--default-color);
}
.block-menu-bar > a{
    display: flex;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    padding: 13px 0;
}
.block-menu-bar > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-menu-bar > a .text{
    margin-inline-start: 10px;
}
@media (min-width: 1200px){
    .block-menu-bar{
        display: none !important;
    }
}
/*----- USER LINK -----*/
.block-userlink > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
}
.block-userlink > a > *{
    display: inline-block;
    vertical-align: top;
}
/*----- WISHLIST -----*/
.block-wishlist > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-wishlist > a > *{
    display: inline-block;
    vertical-align: top;
}
/*----- MINI CART -----*/
.block-minicart > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-minicart > a *{
    display: inline-block;
    vertical-align: top;
}
.block-minicart > a .amount{
    font-size: 15px;
    font-weight: 700;
    color: inherit;
}
.block-minicart > a .total:before{
    display: inline-block;
    vertical-align: top;
    content: '-';
    margin: 0 3px;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    border-top: 3px solid var(--main-color);
    z-index: 9;
    transition: .2s;
    text-align: start;
    overflow: hidden;
}
.block-minicart .widget_shopping_cart > .widget-title{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.025em;
    background-color: #f5f5f5;
    padding: 12px 30px;
    box-shadow: 0 -1px #e5e5e5 inset;
    margin: 0 -30px 27px;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    padding: 13px 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
@media (min-width: 1200px){
    .block-minicart:not(:hover) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
    }
}
@media (max-width: 1199px){
    .block-minicart:not(.open) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
    }
}
@media (max-width: 767px){
    .block-minicart .widget_shopping_cart{
        padding: 20px 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: 630px;
    max-width: 100% !important;
    --search-bora: var(--main-bora);
    margin: 0;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    border-radius: var(--search-bora);
    padding: 5px 0;
    padding-inline-end: 8px;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
    position: static;
    border-radius: inherit;
}
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%;
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    height: 38px;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: transparent !important;
    padding: 7px 22px;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none !important;
    transition: none;
}
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 .input-focus{
    border: 2px solid #e5e5e5;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    color: var(--default-color);
    background-color: transparent;
    border-radius: 0 !important;
    width: 80px;
    height: auto;
    min-width: auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    padding: 7px 0;
    min-height: auto;
    border-inline-start: 1px solid #e5e5e5;
    transition: none;
    text-shadow: none;
    z-index: 2;
    opacity: 1 !important;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
    background-color: transparent;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    position: static;
    border: none !important;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    z-index: 2;
    color: var(--default-color);
    opacity: 1;
    background: none !important;
    transition: none;
}
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-inner-preloader:after{
    width: 16px;
    height: 16px;
    border-width: 1px;
}
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: '\e912';
    font-size: 18px;
}
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{
    position: relative;
}
div.dgwt-wcas-search-wrapp .category:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -1px;
    height: 18px;
    border-inline-start: 1px solid;
    opacity: .2;
    margin: auto;
}
div.dgwt-wcas-search-wrapp .category select,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    z-index: 1;
    position: relative;
    color: var(--default-color);
    background-color: transparent;
    border-radius: inherit !important;
    padding: 7px 30px;
    box-shadow: none !important;
}
div.dgwt-wcas-search-wrapp .category select{
    background-position: right 30px center;
    padding-inline-end: 43px;
}
div.dgwt-wcas-search-wrapp .category .chosen-container-single{
    border-radius: inherit;
}
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{
    width: 210px;
    min-width: calc(100% + 2px);
}
div.dgwt-wcas-enable-mobile-form{
    z-index: 3;
}
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;
    padding: 8px 20px !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;
}
@media (max-width: 1199px){
    div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
        width: 60px;
    }
    div.dgwt-wcas-search-wrapp .category select, div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
        padding: 7px 20px;
    }
    div.dgwt-wcas-search-wrapp .category select{
        background-position: right 20px center;
        padding-inline-end: 33px;
    }
    div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
        padding: 7px 20px;
    }
}
/* live */
body .dgwt-wcas-suggestions-wrapp{
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    border-color: #e5e5e5;
}
body .dgwt-wcas-suggestion{
    padding: 5px;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
}
body .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{
    padding-top: 5px;
    padding-bottom: 5px;
}
body .dgwt-wcas-si{
    width: 64px;
}
body .dgwt-wcas-si img{
    padding: 0;
    border: none;
}
body .dgwt-wcas-content-wrapp{
    flex: 1 1 auto;
    width: 1%;
    display: block;
    padding: 0;
    padding-inline-start: 9px;
}
body .dgwt-wcas-st{
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 2px;
}
body .dgwt-wcas-suggestion:hover .dgwt-wcas-st{
    color: var(--main-color);
}
body .dgwt-wcas-suggestion strong{
    color: var(--main-color);
}
body .dgwt-wcas-suggestion-nores{
    opacity: 1;
}
body .dgwt-wcas-suggestion-nores .dgwt-wcas-st{
    color: inherit;
    margin-bottom: 0;
}
body .dgwt-wcas-st > span{
    vertical-align: top;
}
body .dgwt-wcas-sp{
    display: flex;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    text-align: inherit;
}
body .dgwt-wcas-sp *{
    line-height: inherit;
}
body .dgwt-wcas-sp ins{
    text-decoration: none;
    color: var(--default-color);
    margin-inline-end: 5px;
}
body .dgwt-wcas-sp del{
    order: 2;
}
.block-search > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-search > a .icon{
    display: inline-block;
    vertical-align: top;
}
.block-search > a:hover .content{
    text-decoration: underline;
}
.block-search.open > a .icon:before{
    content: '\e912';
}
.block-search > .sub-menu{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.block-search > .sub-menu div.dgwt-wcas-search-wrapp{
    padding: 0;
    width: 100%;
}
.block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding: 0;
}
.block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 8px 15px;
    height: 40px;
}
.block-search > .sub-menu div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    display: none;
}
.block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: 0 !important;
}
@media (min-width: 768px){
    .block-search:not(.open) > .sub-menu{
        width: 0;
    }
    .block-search > .sub-menu{
        top: calc(50% - 20px) !important;
        bottom: auto !important;
        left: auto !important;
        right: 100% !important;
        --block-search-w: 470px;
        width: var(--block-search-w);
        height: 40px;
        min-width: auto;
        max-width: calc(var(--main-container) - 58px);
        overflow: hidden;
        transition: .5s ease-out;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }
    .block-search > .sub-menu div.dgwt-wcas-search-wrapp{
        width: var(--block-search-w);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
        width: calc(100% - 15px);
    }
    .header-top .block-search > .sub-menu div.dgwt-wcas-search-wrapp .input-focus{
        border: none;
        border-radius: 0;
    }
}
@media (max-width: 479px){
    div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
}
/*----- MAIN MENU -----*/
.main-menu{
    --main-menu-mg: 12px;
    --main-menu-pd: 13px;
    list-style: none;
    padding: 0;
    margin: 0 calc(0px - var(--main-menu-mg));
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--default-color);
}
.vertical-menu .menu-item,
.main-menu .menu-item{
    position: relative;
}
.vertical-menu .menu-item > a,
.main-menu .menu-item > a{
    display: block;
    position: relative;
}
.main-menu > .menu-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 var(--main-menu-mg);
}
.main-menu > .menu-item > a{
    font-size: 15px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: uppercase;
    padding: var(--main-menu-pd) 0;
}
.main-menu > .menu-item > a .icon{
    font-size: 26px;
    margin-inline-end: 10px;
}
.main-menu > .menu-item-has-children > a:not(:last-child):after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0d7';
    font-size: calc(100% - 1px);
    font-weight: 400;
    font-style: normal;
    margin-inline-start: 5px;
}
.vertical-menu > .menu-item:not(:hover) > .sub-menu,
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu,
.main-menu > .menu-item:not(:hover) > .sub-menu,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateX(15px);
    z-index: 9;
}
.vertical-menu > .menu-item > .sub-menu,
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.main-menu > .menu-item > .sub-menu,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 180px;
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    text-align: start;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 14px 0;
    transition: .2s;
    z-index: 10;
    margin: 0;
}
.main-menu > .menu-item:not(:hover) > .sub-menu{
    transform: translateY(15px);
}
.main-menu > .menu-item > .sub-menu{
    top: 100%;
}
.main-menu > .menu-item > .sub-menu:not(.megamenu){
    left: -20px;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item{
    padding: 0 20px;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    transition: .2s;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a:hover,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a:hover{
    padding-inline-start: 10px;
}
.vertical-menu > .menu-item-has-children > a:not(:last-child):after,
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a:not(:last-child):after,
.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: '\f105';
    width: 10px;
    text-align: end;
    margin-inline-start: 5px;
    font-weight: 400;
    transition: .3s;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu){
    margin-inline-start: -1px;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    margin-top: -14px;
    margin-inline-start: -1px;
}
.main-menu > .menu-item > .megamenu{
    padding: 0;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.vertical-menu > .menu-item > .megamenu{
    padding: 0;
    box-shadow: 0 -2px var(--main-color), 0 -1px #e5e5e5 inset, -1px 0 #e5e5e5 inset;
    max-width: calc(var(--main-container) - var(--vertical-width)) !important;
}
/*----- VERTICAL MENU -----*/
.box-nav-vertical{
    --vertical-width: 270px;
    --vertical-bora: 10px;
    width: var(--vertical-width);
    max-width: 100%;
    position: relative;
}
.box-nav-vertical .block-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--vertical-bora) var(--vertical-bora) 0 0;
    padding: 12px 20px;
    z-index: 1;
}
.box-nav-vertical .block-title > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.box-nav-vertical .block-title .icon{
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 15px;
}
body.elementor-editor-active .header .box-nav-vertical:not(.open) .block-content{
    visibility: hidden !important;
    opacity: 0 !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;
        transform: translateY(15px) !important;
    }
}
@media (max-width: 1199px){
    .box-nav-vertical:not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(15px) !important;
    }
}
.box-nav-vertical .block-content{
    width: var(--vertical-width);
    min-height: var(--vertical-min-height);
    padding: 0;
    border-radius: 0 0 var(--vertical-bora) var(--vertical-bora);
    box-shadow: 1px 0 #e5e5e5 inset, -1px 0 #e5e5e5 inset, 0 -1px #e5e5e5 inset;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}
.view-all-menu{
    padding: 0 20px;
    color: var(--default-color);
}
.view-all-menu a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    padding: 13px 10px;
    border-top: 1px solid #e5e5e5;
}
.view-all-menu a:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e911';
    font-size: 8px;
    margin-inline-end: 7px;
}
.view-all-menu .close-cate:before{
    content: '\e910';
}
.vertical-menu{
    list-style: none;
    padding: 10px 0 20px;
    margin: 0;
    position: relative;
}
.vertical-menu > .menu-item{
    display: block;
    text-align: start;
    position: relative;
}
.vertical-menu > .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
}
.vertical-menu > .menu-item:not(:first-child) > a:before{
    display: block;
    content: '';
    border-top: 1px dashed #e5e5e5;
    margin: -10px 0 10px;
}
.vertical-menu > .menu-item > a .icon{
    text-align: center;
    min-width: 26px;
    font-size: 26px;
    margin-inline-end: 10px;
}
.vertical-menu > .menu-item > a .main-icon-combo{
    font-size: 18px;
}
.vertical-menu > .item-megamenu{
    position: static;
}
@media (max-width: 1199px){
    .site > .header-sticky,
    .popup-vertical,
    .header-vertical,
    .box-header-nav{
        display: none !important;
    }
}
/*----- HEADER MAIN -----*/
.header-mobile{
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
}
.header{
    --header-top-devider-h: 16px;
    --header-top-devider-op: .2;
    --header-top-item-mg: 15px;
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
}
.header-mobile .logo .logo-image,
.header .logo .logo-image{
    padding: 5px 0;
}
.header > *{
    position: relative;
    background-color: var(--main-header-bg);
}
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner{
    position: relative;
}
/* header-control */
.inner-control{
    --inner-control-mg: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 calc(0px - var(--inner-control-mg));
}
.inner-control > *{
    margin: 0 var(--inner-control-mg);
}
.inner-control > * > a{
    display: flex;
    align-items: center;
    text-align: start;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
}
.inner-control > * > a:not(:hover){
    color: var(--default-color);
}
.inner-control > * > a .icon{
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    position: relative;
}
.inner-control .block-wishlist > a .icon,
.inner-control .block-minicart > a .icon{
    padding-inline-end: 7px;
}
.inner-control .block-search > a .icon{
    font-size: 24px;
    width: 24px;
    text-align: center;
    margin: 1px 0 -1px;
}
.inner-control > * > a .count{
    font-family: var(--main-ff);
    position: absolute;
    top: 40%;
    right: -2px;
    min-width: 19px;
    font-size: 14px;
    line-height: 19px;
    font-weight: var(--main-h-fw);
    padding: 0 3px;
    border-radius: 90px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    text-align: center;
}
.inner-control > * > a .text{
    margin-inline-start: 10px;
}
.inner-control > .block-menu-bar > a .text,
.inner-control > .block-search > a .text,
.inner-control > .block-wishlist > a .text{
    display: none;
}
/* header-top */
.header-top{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.header-top .header-inner > * > *{
    color: var(--default-color);
}
.header-top .header-inner > * > * > a{
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
}
.header-top .header-inner > * > * > a .icon{
    font-size: 26px;
    line-height: 24px;
    margin-inline-end: 3px;
}
.header-top .block-search > a .icon{
    font-size: 18px;
    width: 18px;
    text-align: center;
    margin: 0;
}
.header-top .block-search > a .text{
    display: none;
}
/* header-mid */
.header-mid{
    position: relative;
}
.header-mid .header-inner{
    padding: 20px 0;
}
/* header-bot */
.header-bot{
    position: relative;
}
@media (min-width: 768px){
    .header-end,
    .inner-control{
        justify-content: flex-end;
        text-align: end;
    }
    .inner-control > .biolife-dropdown > .sub-menu,
    .inner-control > .header-submenu .sub-menu,
    .header-top .header-end .biolife-dropdown > .sub-menu,
    .header-top .header-end .header-submenu .sub-menu{
        left: auto;
        right: 0;
    }
    .header-top .header-inner,
    .header-bot .header-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .header-mid .header-inner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-top .header-inner > *{
        flex: 1 1 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-top .block-minicart,
    .header-top .block-wishlist,
    .header-top .block-userlink,
    .header-top .block-search,
    .header-top .header-inner > * > :not(:last-child){
        margin-inline-end: var(--header-top-item-mg);
        position: relative;
    }
    .header-top .header-inner > * > :not(:first-child){
        margin-inline-start: var(--header-top-item-mg);
        position: relative;
    }
    .header-top .header-inner > :not(:last-child),
    .header-mid .header-inner > :not(:last-child),
    .header-bot .header-inner > :not(:last-child){
        margin-inline-end: 15px;
    }
    .header-top .header-inner > :not(:first-child),
    .header-mid .header-inner > :not(:first-child),
    .header-bot .header-inner > :not(:first-child){
        margin-inline-start: 15px;
    }
    .header-top .block-minicart:before,
    .header-top .block-wishlist:before,
    .header-top .block-userlink:before,
    .header-top .block-search:before,
    .header-submenu > li:not(:last-child):before,
    .header-top .header-inner > * > :not(:last-child):before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: calc(-1px - var(--header-top-item-mg));
        height: var(--header-top-devider-h);
        border-inline-end: 1px solid;
        opacity: var(--header-top-devider-op);
        margin: auto;
    }
}
@media (max-width: 1199px){
    .header-mid .header-inner{
        padding: 15px 0;
    }
}
@media (max-width: 767px){
    .header-top .header-inner > * > * > a,
    .header-message,
    .block-menu-bar > a,
    .header-social a,
    .header-submenu > li > a{
        padding: 3px 0;
    }
    .inner-control{
        --inner-control-mg: 12px;
    }
    .inner-control > * > a{
        padding: 3px 0;
        font-size: 13px;
    }
    .inner-control > * > a .text{
        margin-inline-start: 7px;
    }
    .header-top .block-search,
    .header-social .inner,
    .header-submenu{
        text-align: center;
        justify-content: center;
    }
    .header-submenu .sub-menu{
        left: 50%;
        transform: translateX(-50%);
    }
    .header-submenu li:not(:hover) > .sub-menu{
        transform: translateX(-50%) translateY(15px);
    }
    .block-search,
    .block-userlink,
    .block-minicart{
        position: static;
    }
    .block-search > .sub-menu,
    .block-userlink .sub-menu,
    .block-minicart .widget_shopping_cart{
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
    }
    .header-top{
        --header-top-item-mg: 12px;
    }
    .header-top .header-inner{
        padding: 5px 0;
    }
    .header-top .block-userlink{
        width: 100%;
        position: relative;
        text-align: center;
    }
    .header-mid .header-inner{
        text-align: center;
        padding: 10px 0;
    }
    .header-bot .header-inner{
        text-align: center;
    }
}
/*----- STYLE -----*/
.light.header-mobile,
.light.header{
    border-bottom: none;
    --header-link-color: #fff;
}
.header > .light{
    --header-link-color: #fff;
}
.light.header-top,
.light .header-top{
    border-color: rgba(255, 255, 255, .1);
    --header-top-devider-op: .3;
}
.light.header-bot .header-inner,
.light .header-bot .header-inner{
    box-shadow: 0 1px rgba(255, 255, 255, .1) inset;
}
.light .header-info .icon{
    color: inherit;
}
.light div.dgwt-wcas-search-wrapp .input-focus{
    border-color: transparent;
}
.light .logo .logo-text,
.light .inner-control > * > a:not(:hover),
.light .header-social,
.light .header-submenu,
.light .main-menu,
.light .block-menu-bar,
.light .header-message,
.light.header-top .header-inner > * > *,
.light .header-top .header-inner > * > *,
.light .box-nav-vertical:not(.open) .block-title:not(:hover),
.light .header-info,
.light .header-info .link:not(:hover) .title{
    color: var(--header-link-color);
}
.light.header-top .header-inner > * > * > a:hover,
.light .header-top .header-inner > * > * > a:hover,
.light .header-social a:hover,
.light .block-menu-bar a:hover,
.light .inner-control > * > a:hover,
.light .box-nav-vertical .block-title:hover,
.light .box-nav-vertical.open .block-title,
.light .header-info .link:hover{
    color: var(--header-link-color-h, var(--main-color));
}
.light .header-submenu > .menu-item,
.light .main-menu > .menu-item{
    --current-item: var(--header-link-color-h, var(--main-color));
}
.main-bg.header-mobile,
.main-bg.header,
.header > .main-bg{
    --main-header-bg: var(--main-color);
    background-color: var(--main-header-bg);
    --header-link-color: var(--main-color-t);
    --header-link-color-h: var(--default-color);
}
/* style-01 */
.header.style-01 .header-top{
    border-bottom: none;
}
.header-mobile.style-08,
.header-mobile.style-01,
.header.style-01 .header-mid{
    --main-header-bg: var(--main-color-2);
    --header-mid-bg-ab: rgba(255, 255, 255, .15);
}
.header.style-01 .inner-control > * > a{
    text-transform: uppercase;
}
/* style-02 */
.header.style-02{
    padding-bottom: 10px;
}
.header.style-03 .main-menu > .menu-item > a,
.header.style-02 .main-menu > .menu-item > a{
    font-size: 17px;
    text-transform: none;
}
.header.style-03 .header-top,
.header.style-02 .header-top{
    --header-top-devider-h: 40px;
    border-bottom: none;
}
body:not(.page-template-fullwidth):not(.elementor-template-full-width) .header.style-03 .header-bot{
    display: none;
}
/* style-06 */
.header.style-06 .header-mid{
    box-shadow: 0 5px 5px rgba(204, 204, 204, .2);
}
.header.style-06 .header-top{
    border-bottom: 1px solid #eee;
}
.header.style-09 .inner-control > * > a .icon,
.header.style-08 .inner-control > * > a .icon,
.header.style-06 .inner-control > * > a .icon{
    font-size: 22px;
}
.header.style-09 .ovic-icon-menu .inner,
.header.style-08 .ovic-icon-menu .inner,
.header.style-06 .ovic-icon-menu .inner{
    width: 20px;
    height: 16px;
    margin: 4px 0;
}
.header.style-06 .inner-control > * > a .count{
    top: 20%;
    right: -4px;
}
.header.style-06 .inner-control .block-search > a .icon{
    font-size: 21px;
}
/* style-07 */
.header.style-07{
    --main-header-bg: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 36px 0 45px;
}
.header.style-07 .header-top{
    --header-top-devider-h: 0;
    border: none;
}
.header.style-07 .header-submenu{
    font-size: 14px;
}
.header.style-07 .header-social .inner{
    margin: 0 -5px;
}
.header.style-07 .header-social a{
    min-width: 27px;
    padding: 2px 0 1px;
    color: #aaa;
    background-color: #ddd;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}
.header.style-07 .header-social a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header.style-07 div.dgwt-wcas-search-wrapp{
    width: 440px;
}
.header.style-07 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    width: 66px;
    border-inline-start: none;
}
.header.style-07 .main-menu > .menu-item > a{
    font-size: 17px;
    text-transform: none;
    padding: 10px 0;
}
.header.style-07 .block-minicart > a{
    box-shadow: 0 0 0 2px var(--main-color) inset;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    background-color: #fff;
    border-radius: var(--main-bora);
    overflow: hidden;
}
.header.style-07 .block-minicart > a .icon{
    font-size: 19px;
    color: var(--main-color);
    margin-inline-start: 22px;
    margin-inline-end: 9px;
}
.header.style-07 .block-minicart > a .item{
    margin-inline-start: 3px;
}
.header.style-07 .block-minicart > a .text{
    width: 60px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    color: var(--main-color-t);
    background-color: var(--main-color);
    margin-inline-start: 15px;
    padding-inline-end: 3px;
}
.header.style-07 .header-bot .header-inner{
    display: flex;
    align-items: flex-end;
}
/* style-08 */
.header.style-08 .inner-control > * > a .text,
.header.style-08 .block-minicart > a .total:before{
    display: none;
}
.header.style-08 .block-minicart > a .total{
    margin-inline-start: 6px;
}
.header.style-08 .main-menu > .menu-item > a{
    font-size: 17px;
    text-transform: none;
}
.header.style-08 .inner-control{
    margin: 0 -10px;
}
.header.style-08 .inner-control > *{
    margin: 0 10px;
}
.header.style-08 .inner-control > * > a .count{
    top: 0;
}
.header.style-08 .inner-control .block-search > a .icon{
    font-size: 21px;
    width: 22px;
}
.header.style-08 .block-minicart > a .amount{
    font-size: 14px;
    font-weight: var(--main-h-fw);
}
.header.style-08 .header-mid{
    --header-mid-bg-ab: rgba(0, 0, 0, .1);
}
/* style-09 */
.header.style-09 .header-inner{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    max-width: 1810px;
    margin: 0 auto;
}
.header.style-09 .header-top{
    --header-top-devider-h: auto;
    --header-top-devider-op: .2;
}
.header.style-09 .header-submenu{
    font-size: 14px;
}
.header.style-09 .header-top .header-inner > * > * > a .icon{
    font-size: 24px;
    color: var(--main-color);
}
.header.style-09 .main-menu > .menu-item > a{
    font-size: 17px;
    text-transform: none;
}
.header.style-09 div.dgwt-wcas-search-wrapp{
    width: 530px;
}
.header.style-09 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding: 0;
}
.header.style-09 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    order: 1;
}
.header.style-09 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    order: 1;
    width: 50px;
    padding: 10px 0;
    padding-inline-end: 3px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: 0 var(--search-bora) var(--search-bora) 0 !important;
}
.header.style-09 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
    background-color: var(--main-color-t);
    box-shadow: 0 0 0 2px inset;
}
.header.style-09 div.dgwt-wcas-search-wrapp .category:after{
    height: auto;
}
.header.style-09 div.dgwt-wcas-search-wrapp .category select,
.header.style-09 div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header.style-09 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 10px 20px;
    height: 44px;
}
/* style-10 */
.header.style-10 .header-top{
    border-bottom: none;
    background-color: #f2f2f2;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .06) inset;
}
.header.style-10 .header-submenu{
    font-size: 14px;
}
.header.style-10 .main-menu{
    --main-menu-mg: 15px;
}
.header.style-10 .main-menu > .menu-item > a{
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}
.header.style-10 .inner-control > * > a{
    font-size: 15px;
}
.header.style-10 .inner-control > * > a .icon{
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 2px #eee inset;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--main-color);
    padding: 0;
}
.header.style-10 .inner-control > * > a .text{
    margin-inline-start: 7px;
}
.header.style-10 .inner-control > * > a .count{
    display: none;
}
.header.style-10 .block-wishlist > a .icon:before{
    content: '\e949';
    font-size: 22px;
}
.header.style-10 .block-userlink > a .text span{
    font-weight: 700;
}
.header.style-10 .block-userlink > a .icon:before{
    content: '\e94a';
}
.header.style-10 .box-nav-vertical{
    --vertical-width: 260px;
}
.header.style-10 .block-menu-bar > a{
    color: var(--default-color);
    background-color: var(--main-color-2);
    border-radius: var(--main-bora) 0 0 var(--main-bora);
    padding: 16px 20px;
    padding-inline-start: 25px;
    font-size: 16px;
    font-weight: 700;
}
.header.style-10 .block-menu-bar > a .text{
    order: -1;
    margin: 0;
    margin-inline-end: 10px;
}
.header.style-10 .block-menu-bar .ovic-icon-menu .inner{
    width: 21px;
    height: 16px;
    margin: 4px 0;
}
.header.style-10 .box-nav-vertical .block-title{
    color: var(--default-color);
    background-color: var(--main-color-2);
    border-radius: 0;
    border-top-left-radius: var(--main-bora);
    border-bottom-left-radius: var(--main-bora);
    padding: 16px 25px;
    padding-inline-start: 32px;
}
.header.style-10 .box-nav-vertical .block-title .text{
    flex: 1 1 auto;
    width: 1%;
}
.header.style-10 .box-nav-vertical .block-title .icon{
    order: 1;
    width: 22px;
    height: 22px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-inline-start: 15px;
    margin-inline-end: 0;
}
.header.style-10 .box-nav-vertical .block-title .icon .inner{
    display: none;
}
.header.style-10 .box-nav-vertical .block-title .icon:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
}
.header.style-10 .block-minicart > a{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    padding: 16px 30px;
    padding-inline-end: 35px;
    color: var(--default-color);
    background-color: var(--main-color-2);
    border-radius: 0;
    border-top-right-radius: var(--main-bora);
    border-bottom-right-radius: var(--main-bora);
}
.header.style-10 .block-minicart > a .icon{
    font-size: 18px;
    margin: -2px 0 2px;
}
.header.style-10 .block-minicart > a .text{
    margin: 0 5px;
}
.header.style-10 .block-search{
    display: flex;
    align-items: center;
    background-color: var(--main-color);
    padding: 8px 0;
    padding-inline-start: 8px;
}
.header.style-10 div.dgwt-wcas-search-wrapp{
    --search-bora: 0;
}
.header.style-10 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding: 0;
}
.header.style-10 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 8px 25px;
    padding-inline-end: 0;
    height: 40px;
}
.header.style-10 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    padding: 8px 0;
    width: 62px;
    border-inline-start: none;
    font-size: 16px;
}
.header.style-10 div.dgwt-wcas-search-wrapp .input-focus{
    border: none;
}
.header.style-10 .header-bot{
    --header-top-devider-h: 24px;
}
body:not(.elementor-editor-active) .header.style-10 .header-bot .header-inner{
    margin-bottom: -30px;
    z-index: 8;
}
.header.style-10 .wrap-submenu{
    display: flex;
    align-items: center;
    color: var(--main-color-t);
    background-color: var(--main-color);
    padding: 8px 44px;
}
.header.style-10 .wrap-submenu .header-submenu > .menu-item{
    --current-item: var(--main-color-2);
}
.header.style-10 .inner-control > .block-wishlist > a .text{
    display: inline-block;
}
.header.style-10 .header-bot .header-inner{
    display: flex;
    flex-wrap: wrap;
}
.header.style-10 .block-search{
    flex: 1 1 auto;
    width: 1%;
}
/* style-11 */
.header.style-11{
    --header-top-devider-h: 0;
    --header-top-item-mg: 12px;
    --header-link-color-h: var(--main-color-2);
    --main-header-bg: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7)) !important;
}
.header.style-11 .header-top{
    border-bottom: none;
    background-color: rgba(0, 0, 0, .1);
    margin-bottom: 4px;
}
.header.style-11 .header-top:before{
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    z-index: 1;
}
.header.style-12 .block-userlink > a .icon:before,
.header.style-11 .block-userlink > a .icon:before{
    content: "\e948";
}
.header.style-12 .header-top .header-inner > * > * > a .icon,
.header.style-11 .header-top .header-inner > * > * > a .icon{
    font-size: inherit;
}
.header.style-11 .header-submenu{
    font-size: 14px;
}
.header.style-11 .header-info .link{
    padding: 4px 0;
}
.header.style-11 .header-info .title{
    font-size: 16px;
}
.header.style-11 .header-info .icon{
    font-size: 20px;
    padding: 1px 0;
}
.header.style-11 div.dgwt-wcas-search-wrapp{
    width: 400px;
    --search-bora: 0;
    padding: 5px 0;
}
.header.style-11 div.dgwt-wcas-search-wrapp .input-focus{
    display: none;
}
.header.style-11 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding: 4px 0;
    padding-inline-end: 4px;
}
.header.style-11 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    background-color: var(--main-color-2);
    width: 38px;
    border: none;
    font-size: 16px;
}
.header.style-11 .block-minicart > a{
    color: var(--default-color);
    background-color: var(--main-color-2);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    padding: 11px 18px;
    margin: 5px 0;
}
.header.style-11 .block-minicart > a:hover{
    color: var(--main-color);
}
.header.style-11 .block-minicart > a > *{
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
.header.style-11 .block-minicart > a .count{
    min-width: 24px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 90px;
    padding: 0 5px;
    text-align: center;
}
.header.style-11 .block-minicart > a:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f0d7";
}
.header.style-11 .header-bot .header-inner{
    background-color: #e5e5e5;
    box-shadow: none !important;
}
.header.style-11 .block-menu-bar,
.header.style-11 .main-menu{
    --main-menu-mg: 0;
    color: var(--default-color);
}
.header.style-11 .main-menu > .menu-item{
    --current-item: var(--main-color);
}
.header.style-11 .block-menu-bar > a,
.header.style-11 .main-menu > .menu-item > a{
    font-size: 16px;
    text-transform: none;
    padding: 13px 20px;
}
.header.style-11 .main-menu > .menu-item:not(:last-child) > a{
    border-inline-end: 1px solid #ccc;
}
.header.style-11 .main-menu > .menu-item > .sub-menu:not(.megamenu){
    left: 0;
}
.header.style-11 .ovic-icon-menu .inner{
    width: 20px;
    height: 16px;
    margin: 4px 0;
}
/* style-12 */
.header.style-12{
    --header-top-devider-h: auto;
    --header-top-item-mg: 30px;
}
.header.style-12 .header-top{
    border-bottom: none;
}
.header.style-12 .header-top:after{
    display: block;
    content: '';
    height: 10px;
    background-color: inherit;
    box-shadow: 0 0 8px rgba(0, 0, 0, .17) inset;
}
.header.style-12 .header-submenu{
    font-size: 14px;
}
.header.style-12 div.dgwt-wcas-search-wrapp{
    width: 580px;
    padding: 5px 0;
}
.header.style-12 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding-inline-end: 5px;
}
.header.style-12 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    width: 40px;
    padding: 8px 0;
    font-size: 16px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora) !important;
}
.header.style-12 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 8px 20px;
    height: 40px;
}
.header.style-12 div.dgwt-wcas-search-wrapp .category{
    order: -1;
}
.header.style-12 div.dgwt-wcas-search-wrapp .category:after{
    top: -5px;
    bottom: -5px;
    height: auto;
    border-color: #e5e5e5;
    opacity: 1;
}
.header.style-12 .block-wishlist > a .icon:before{
    font-family: main-icon, sans-serif;
    content: '\e92c';
}
.header.style-12 .block-minicart > a .total:before{
    content: '';
    margin: 0 5px;
}
.header.style-12 .inner-control > * > a .icon{
    font-size: 28px;
}
.header.style-12 .inner-control > * > a .count{
    top: 32%;
    font-size: 12px;
    line-height: 18px;
    min-width: 18px;
}
.header.style-12 .header-bot{
    --main-header-bg: hsl(var(--main-color-h), var(--main-color-s), calc(var(--main-color-l) * .7));
    --header-link-color-h: var(--main-color-2);
}
.header.style-12 .header-bot .header-inner{
    position: static;
}
.header.style-12 .main-menu{
    --main-menu-mg: 15px;
}
.header.style-12 .main-menu > .menu-item > a{
    font-size: 16px;
    text-transform: none;
    letter-spacing: .02em;
}
.header.style-12 .main-menu > .menu-item-has-children > a:not(:last-child):after{
    content: '\f107';
    font-size: calc(100% - 2px);
}
.header.style-12 .box-nav-vertical{
    --vertical-width: 280px;
    width: var(--vertical-width);
    margin-inline-end: 30px;
}
.header.style-12 .box-nav-vertical .block-title{
    padding: 13px 28px;
    border-radius: 0;
    letter-spacing: .02em;
}
.header.style-12 .box-nav-vertical .block-title .icon{
    order: 1;
}
.header.style-12 .box-nav-vertical .block-title .text{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 10px;
}
.header.style-12 .box-nav-vertical .block-content{
    top: calc(100% + 10px);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 10px;
    border-radius: 0;
}
.header.style-12 .vertical-menu{
    padding: 0;
    border: 2px solid var(--main-color);
}
.header.style-12 .vertical-menu > .menu-item > a{
    padding: 13px 18px;
}
.header.style-12 .vertical-menu > .menu-item:not(:first-child) > a:before{
    border-top: 1px solid #d8d8d8;
    margin: -14px 0 14px;
}
.header.style-12 .vertical-menu > .special > a{
    font-size: 16px;
    font-weight: 700;
    background-color: #f2f2f2;
}
.header.style-12 .vertical-menu > .special + *:not(:first-child) > a:before,
.header.style-12 .vertical-menu > .special:not(:first-child) > a:before{
    margin-inline-start: -18px;
    margin-inline-end: -18px;
}
.header.style-12 .header-message{
    letter-spacing: .02em;
}
/* style-13 */
.header.style-13:not(.has-bg){
    --main-header-bg: var(--main-color-2);
}
.header.style-13.has-bg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 83px;
    margin-bottom: -83px;
}
.page-template-fullwidth:not(.elementor-editor-active) .header.style-13.has-bg,
.elementor-template-full-width:not(.elementor-editor-active) .header.style-13.has-bg{
    z-index: 9;
}
.header.style-13{
    --main-header-bg: transparent;
    --header-link-color-h: var(--default-color);
}
.header.style-13 .header-top{
    --header-top-devider-h: 14px;
    --header-top-item-mg: 17px;
}
.header.style-13 .header-top .header-inner > * > * > a{
    font-size: 13px;
    text-transform: var(--main-h-tt);
}
.header.style-13 .header-top .header-inner > * > * > a .icon{
    display: none;
}
.header.style-13 .main-menu{
    --main-menu-mg: 17px;
}
.header.style-13 .main-menu > .menu-item > a{
    font-size: 14px;
}
.header.style-13 .ovic-icon-menu .inner{
    width: 18px;
    height: 16px;
    margin: 5px 0 3px;
}
.header.style-13 .box-nav-vertical{
    width: auto;
    position: static;
}
.header.style-13 .box-nav-vertical .block-title{
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 13px 0;
}
.header.style-13 .box-nav-vertical .block-title .icon{
    margin-inline-end: 10px;
}
.header.style-13 .box-nav-vertical .ovic-icon-menu .inner{
    width: 21px;
    height: 12px;
    margin: 6px 0;
}
.header.style-13 .box-nav-vertical .block-content{
    min-width: auto;
}
.header.style-13 .header-control{
    display: flex;
    justify-content: center;
    padding: 4px 0;
}
.header.style-13 .inner-control{
    --inner-control-mg: 12px;
    box-shadow: 0 0 0 2px #fff inset;
    border-radius: var(--main-bora);
    padding: 2px 10px;
    margin: 0;
}
.header.style-13 .inner-control > * > a{
    font-size: 13px;
    padding: 8px 0;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
}
.header.style-13 .inner-control > * > a .icon{
    font-size: 22px;
    line-height: 24px;
    margin: -1px 0 1px;
}
.header.style-13 .inner-control > .block-search > a .icon{
    font-size: 18px;
    width: 18px;
    margin: 0;
}
.header.style-13 .inner-control > * > a .total{
    display: none;
}
.header.style-15 .block-search > .sub-menu,
.header.style-14 .block-search > .sub-menu,
.header.style-13 .block-search > .sub-menu{
    top: calc(50% - 22px) !important;
    height: 44px;
}
.header.style-15 .block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text,
.header.style-14 .block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text,
.header.style-13 .block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding: 10px 20px;
    height: 44px;
}
.header.style-14 div.dgwt-wcas-search-wrapp .input-focus{
    border: none;
}
/* style-14 */
.header.style-14 .header-top{
    border-bottom: none;
}
.header.style-14 .header-mid{
    --main-header-bg: #f5f5f5;
}
.header.style-14 .header-mid .header-inner{
    padding: 11px 0;
}
.header.style-14 .inner-control{
    --inner-control-mg: 10px;
}
.header.style-15 .inner-control > * > a,
.header.style-14 .inner-control > * > a{
    text-transform: var(--main-h-tt);
    font-weight: 700;
}
.header.style-15 .inner-control > * > a .icon,
.header.style-14 .inner-control > * > a .icon{
    font-size: 20px;
    line-height: 30px;
    margin: -1px 0 1px;
}
.header.style-15 .inner-control > * > a .count,
.header.style-14 .inner-control > * > a .count{
    font-size: 13px;
    line-height: 17px;
    min-width: 17px;
    top: 0;
}
.header.style-15 .block-minicart > a .icon,
.header.style-14 .block-minicart > a .icon{
    padding-inline-end: 12px;
}
.header.style-15 .block-minicart > a .count,
.header.style-14 .block-minicart > a .count{
    right: 4px;
}
.header.style-15 .block-userlink > a .icon,
.header.style-15 .block-minicart > a .text,
.header.style-15 .block-minicart > a .total:before,
.header.style-14 .block-userlink > a .icon,
.header.style-14 .block-minicart > a .text,
.header.style-14 .block-minicart > a .total:before{
    display: none;
}
.header.style-14 .block-userlink{
    margin-inline-end: 20px;
}
/* style-15 */
.header-mobile.style-15,
.header.style-15{
    --main-header-bg-15: #ffce17;
    --main-header-bg: var(--main-header-bg-15);
}
.header.style-15 .header-mid .header-inner{
    padding: 15px 0;
}
.header.style-15 .header-start > .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -18px;
}
.header.style-15 .header-start > .inner > *{
    margin: 0 18px;
}
.header.style-15 .header-submenu{
    font-size: 14px;
}
.header.style-15 .block-search{
    color: #fff;
}
.header.style-15 .block-search > a{
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
}
.header.style-15 .block-search > a .icon{
    font-size: 18px;
    width: 20px;
}
.header.style-15 .block-search > a .text{
    display: none;
}
.header.style-15 .box-header-nav{
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
}
/* style-17 */
.header.style-17{
    box-shadow: 0 4px 4px rgba(94,115,144,0.1);
    z-index: 8;
}
.header.style-17 .header-top{
    border-bottom: none;
}
.header.style-17 .header-top .header-end{
    --header-top-devider-h: 0;
}
.header.style-17 .header-info{
    color: #fff;
    background-color: var(--main-color-2);
    padding: 0 15px;
    padding-inline-end: 20px;
    font-size: 20px;
    font-weight: var(--main-h-fw);
}
.header.style-17 .header-info .link{
    align-items: center;
    padding: 7px 0;
}
.header.style-17 .header-info .icon{
    margin-inline-end: 12px;
}
.header.style-17 div.dgwt-wcas-search-wrapp{
    width: 215px;
    --search-bora: 0;
}
.header.style-17 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding: 0;
    background-color: transparent;
    padding-inline-end: 0;
}
.header.style-17 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    height: 40px;
    padding: 8px 0;
    --input-cl: rgba(255,255,255,0.5);
    --input-cl-h: var(--main-color-t);
}
.header.style-17 div.dgwt-wcas-search-wrapp .input-focus{
    border: none;
}
.header.style-17 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f002";
}
.header.style-17 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    width: 30px;
    text-align: end;
    color: var(--main-color-t);
    border-inline-start: none;
    padding: 8px 0;
    font-size: 15px;
}
.header.style-17 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--default-color);
}
.header.style-17 .ovic-icon-menu .inner{
    width: 28px;
    height: 24px;
    margin: 0;
}
.header.style-17 .main-menu{
    --main-menu-mg: 20px;
}
.header.style-17 .block-userlink > a .icon:before{
    content: '\e948';
    margin-top: -1px;
    margin-bottom: 1px;
}
.header.style-17 .block-wishlist > a .icon:before{
    content: '\e947';
    margin-top: 2px;
    margin-bottom: -2px;
}
.header.style-17 .block-minicart > a .icon:before{
    content: '\e946';
}
.header.style-17 .block-minicart > a > :not(.icon){
    display: none;
}
.header.style-17 .inner-control > * > a .icon{
    font-size: 33px;
}
.header.style-17 .inner-control > * > a .count{
    min-width: 24px;
    padding: 2px 3px;
    line-height: 20px;
    top: -2px;
    right: -5px;
}
.header.style-17 .inner-control > .block-wishlist > a .icon{
    font-size: 29px;
}
.header.style-17 .inner-control > .block-userlink > a .icon{
    font-size: 16px;
}
.header.style-17 .inner-control > * > a .text{
    margin-inline-start: 5px;
}
.header.style-17 .header-mid .header-inner{
    padding: 11px 0;
}
/* style-18 */
.header.style-18{
    box-shadow: 0 4px 4px rgba(94,115,144,0.1);
    z-index: 8;
}
.header.style-18 .header-top .header-message{
    flex: 0 0 auto;
    padding: 8px 0;
}
.header.style-20 .block-userlink > a .icon,
.header.style-18 .block-userlink > a .icon{
    font-size: inherit;
}
.header.style-20 .block-userlink > a .icon:before,
.header.style-18 .block-userlink > a .icon:before{
    content: '\e948';
}
.header.style-18 .main-menu > .menu-item > a{
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--main-special);
}
.header.style-20 .header-submenu > .menu-item-has-children > a:not(:last-child):after,
.header.style-18 .header-submenu > .menu-item-has-children > a:not(:last-child):after{
    content: '\f107';
    margin: 1px 0 -1px;
    margin-inline-start: 5px;
}
.header.style-20 .main-menu > .menu-item-has-children > a:not(:last-child):after,
.header.style-18 .main-menu > .menu-item-has-children > a:not(:last-child):after{
    content: '\f107';
}
.header.style-20 .block-wishlist > a .icon:before,
.header.style-18 .block-wishlist > a .icon:before{
    content: '\e947';
    margin: 1px 0 -1px;
}
.header.style-20 .block-minicart > a .icon:before,
.header.style-18 .block-minicart > a .icon:before{
    content: '\e946';
}
.header.style-20 .inner-control > * > a .icon,
.header.style-18 .inner-control > * > a .icon{
    font-size: 24px;
}
.header.style-20 .inner-control > * > a > :not(.icon),
.header.style-18 .inner-control > * > a > :not(.icon){
    display: none;
}
.header.style-18 .inner-control > .block-search > a .icon{
    font-size: 22px;
}
.header.style-20 .inner-control > .block-wishlist > a .icon,
.header.style-18 .inner-control > .block-wishlist > a .icon{
    font-size: 21px;
}
.header.style-20 .inner-control > * > a .count,
.header.style-18 .inner-control > * > a .count{
    top: 2px;
    right: -1px;
    font-size: 10px;
    min-width: 17px;
    line-height: 17px;
}
.header.style-18 .header-mid .header-inner{
    padding: 15px 0;
}
.header.style-18 div.dgwt-wcas-search-wrapp{
    --search-bora: 90px;
}
.header.style-18 .block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}
.header.style-18 div.dgwt-wcas-search-wrapp .input-focus{
    border: 1px solid #ebebeb;
}
/* style-19 */
.header.style-19 .header-top{
    background-color: #2a233e;
}
/* style-20 */
.header.style-20{
    box-shadow: 0 3px 7px rgba(0,0,0,0.08);
}
.header.style-20 .header-top{
    background-color: #f2f4fa;
    border-bottom: none;
}
.header.style-20 .header-mid .header-inner{
    padding: 25px 0;
}
.header.style-20 div.dgwt-wcas-search-wrapp{
    font-size: 15px;
    width: 590px;
    --search-bora: 90px;
    padding: 5px 0;
}
.header.style-20 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    padding-inline-end: 5px;
}
.header.style-20 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    height: 32px;
    padding: 4px 29px;
}
.header.style-20 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    border: none;
    border-radius: var(--search-bora) !important;
    width: 32px;
    padding: 4px 0;
    font-size: 16px;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header.style-20 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
    background-color: transparent;
    box-shadow: 0 0 0 1px inset;
}
.header.style-20 div.dgwt-wcas-search-wrapp .input-focus{
    border: 1px solid #ebebeb;
}
.header.style-20 .header-info{
    line-height: 18px;
}
.header.style-20 .header-info .link{
    padding: 7px 0;
}
.header.style-20 .header-info .link:not(:hover) .title{
    color: inherit;
}
.header.style-20 .header-info .icon{
    font-size: 32px;
    padding: 3px 0 0;
    color: var(--default-color);
    margin-inline-end: 10px;
}
.header.style-20 .header-info .main-icon-map:before{
    margin-inline-start: -3px;
    margin-inline-end: -5px;
}
.header.style-20 .header-info .title{
    font-size: inherit;
    font-weight: inherit;
}
.header.style-20 .header-info .subtitle{
    font-size: 15px;
    font-weight: 700;
    color: var(--main-color);
}
.header.style-20 .header-bot{
    box-shadow: 0 -1px #ebebeb;
}
.header.style-20 .header-bot .header-inner{
    display: flex;
    flex-wrap: wrap;
}
.header.style-20 .block-menu-bar{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-start: 0;
    margin-inline-end: 30px;
}
.header.style-20 .box-nav-vertical{
    --vertical-bora: var(--main-bora);
}
.header.style-20 .header-vertical{
    padding-inline-end: 20px;
}
.header.style-20 .box-nav-vertical .block-title{
    font-size: 15px;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: var(--main-h-fw);
    font-family: var(--main-special);
}
.header.style-20 .block-menu-bar > a .ovic-icon-menu .inner,
.header.style-20 .box-nav-vertical .block-title .ovic-icon-menu .inner{
    width: 14px;
    height: 12px;
    margin: 6px 0;
}
.header.style-20 .vertical-menu{
    padding: 0;
}
.header.style-20 .vertical-menu > .menu-item > a{
    font-size: 15px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}
.header.style-20 .vertical-menu > .menu-item:not(:first-child) > a:before{
    margin-inline-start: -30px;
    margin-inline-end: -30px;
    border-top: 1px solid #ebebeb;
}
.header.style-20 .vertical-menu > .menu-item > .sub-menu,
.header.style-20 .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.header.style-20 .main-menu > .menu-item > .sub-menu,
.header.style-20 .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    border-radius: var(--main-bora);
}
.header.style-20 .vertical-menu > .menu-item > .megamenu{
    box-shadow: 0 0 0 1px var(--main-color) inset;
}
.header.style-20 .block-menu-bar > a,
.header.style-20 .main-menu > .menu-item > a{
    font-size: 16px;
    font-family: var(--main-special);
}
.header.style-20 .inner-control{
    --inner-control-mg: 13px;
}
.header-style-20 .menu-follow-header .ovic-custommenu .widget-title{
    font-size: 18px;
    font-family: var(--main-special);
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin-bottom: 16px;
}
@media (min-width: 768px){
    .header.style-20 .box-header-nav,
    .header.style-15 .header-control,
    .header.style-15 .header-start,
    .header.style-14 .header-control,
    .header.style-14 .box-header-nav,
    .header.style-12 .box-header-nav,
    .header.style-11 .logo,
    .header.style-10 .box-header-nav,
    .header.style-07 .box-header-nav,
    .header.style-01 .box-header-nav,
    .header.style-01 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-08 .header-control{
        flex: 0 0 auto;
        width: auto;
    }
    .header.style-13 .header-vertical + .box-header-nav{
        text-align: end;
    }
    .header.style-20 .block-search,
    .header.style-18 .box-header-nav,
    .header.style-17 .box-header-nav,
    .header.style-13 .box-header-nav,
    .header.style-12 .block-search,
    .header.style-09 .block-search,
    .header.style-08 .box-header-nav,
    .header.style-07 .block-search,
    .header.style-03 .box-header-nav,
    .header.style-02 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .header.style-02 .block-search{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-07 .header-mid .header-inner{
        padding: 20px 0;
    }
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-07,
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-07{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
    }
    .header.style-20 .header-top .block-userlink,
    .header.style-18 .header-top .block-userlink,
    .header.style-13 .header-top .block-userlink,
    .header.style-12 .header-top .block-userlink,
    .header.style-07 .header-top .block-userlink{
        margin-inline-end: 0;
    }
    .header.style-20 .header-top .block-userlink:before,
    .header.style-18 .header-top .block-userlink:before,
    .header.style-13 .header-top .block-userlink:before,
    .header.style-12 .header-top .block-userlink:before{
        display: none;
    }
    .header.style-09 .header-top{
        --header-top-item-mg: 20px;
    }
    .header.style-09 .header-mid .header-inner{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .header.style-12 .header-bot .header-inner > *,
    .header.style-11 .header-bot .header-inner > *,
    .header.style-10 .header-bot .header-inner > *{
        margin: 0 !important;
    }
    .header.style-11 .header-control{
        display: flex;
        align-items: center;
    }
    .header.style-11 .block-search{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-end: 10px;
    }
    .header.style-12 .header-mid .header-inner,
    .header.style-11 .header-mid .header-inner{
        padding: 20px 0;
    }
    .header.style-13 .header-control{
        justify-content: flex-end;
    }
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-15,
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-15{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
        --main-header-bg: transparent;
    }
    .header.style-15 .block-search > .sub-menu{
        left: 100% !important;
        right: auto !important;
    }
    .header.style-15 .block-search > .sub-menu div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
        margin-inline-start: auto;
    }
    .header.style-18 .header-top .header-start,
    .header.style-18 .header-top .header-end{
        width: 1%;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .header.style-14 .logo,
    .header.style-01 .logo{
        margin-inline-start: 0 !important;
    }
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-01 .header-mid,
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-01 .header-mid{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--header-mid-bg-ab);
        z-index: 8;
    }
    .header.style-02 .block-search{
        margin-inline-start: 0 !important;
    }
    .header.style-17 .header-control,
    .header.style-13 .header-control,
    .header.style-10 .header-control,
    .header.style-08 .header-control,
    .header.style-03 .header-control,
    .header.style-02 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-14 .header-mid,
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-14 .header-mid{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: transparent;
        z-index: 8;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .header.style-09 .inner-control{
        --inner-control-mg: 12px;
    }
    .header.style-09 .inner-control > * > a > :not(.icon){
        display: none;
    }
    .header.style-11 .header-info{
        margin-inline-end: 0 !important;
    }
    .header.style-11 .header-control{
        width: 100%;
        margin: 0 !important;
    }
    .header.style-11 div.dgwt-wcas-search-wrapp{
        width: 100%;
    }
    .header.style-20 .header-info{
        width: 100%;
        margin: 0 !important;
        text-align: end;
    }
    .header.style-20 .block-search{
        margin-inline-end: 0 !important;
        text-align: end;
    }
}
@media (min-width: 1200px){
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-01 .header-mid:not(.is-sticky),
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-01 .header-mid:not(.is-sticky){
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--header-mid-bg-ab);
        z-index: 8;
    }
    .header.style-06 .header-bot{
        margin-top: 30px;
    }
    .header.style-07 .header-mid .header-inner{
        padding: 26px 0;
    }
    body:not(.elementor-editor-active) .header.style-07 .header-bot.is-sticky{
        background-color: #fff;
    }
    .header.style-09 .logo{
        min-width: 185px;
    }
    .header.style-09 .header-mid .header-inner{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .header.style-09 .header-top{
        --header-top-item-mg: 30px;
    }
    .header.style-10 .header-bot{
        --header-top-item-mg: 20px;
    }
    .header.style-10 .logo{
        min-width: 230px;
    }
    body:not(.elementor-editor-active) .header.style-10 .header-sticky.is-sticky{
        background-color: transparent;
        height: 0;
        box-shadow: none;
    }
    .header.style-12 .header-mid .header-inner,
    .header.style-11 .header-mid .header-inner{
        padding: 25px 0;
    }
    .header.style-12 .header-bot .container{
        padding: 0 10px;
        min-width: 100%;
    }
    .header.style-12 .header-bot .header-start,
    .header.style-12 .header-bot .header-end{
        width: calc((100% - var(--main-container)) / 2);
        min-width: 310px;
    }
    .header.style-12 .header-bot .header-center{
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    body:not(.elementor-editor-active) .header.style-13 .header-sticky.is-sticky{
        background-color: var(--main-color-2);
    }
    .header.style-13 .header-vertical,
    .header.style-13 .box-header-nav{
        padding: 0 30px;
    }
    .page-template-fullwidth:not(.elementor-editor-active) .header.style-14 .header-mid:not(.is-sticky),
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-14 .header-mid:not(.is-sticky){
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: transparent;
        z-index: 8;
    }
    .header.style-14 .block-userlink{
        margin-inline-end: 40px;
    }
    body:not(.elementor-editor-active) .header.style-15 .header-sticky.is-sticky{
        background-color: var(--main-header-bg-15);
    }
    .header.style-20 .main-menu,
    .header.style-18 .main-menu{
        --main-menu-mg: 20px;
    }
    .header.style-20 .logo{
        min-width: 210px;
    }
    .header.style-20 .header-info .inner{
        margin: 0 -25px;
    }
    .header.style-20 .header-info .item{
        margin: 0 25px;
    }
}
@media (min-width: 1500px){
    .header.style-18 .main-menu{
        --main-menu-mg: 25px;
    }
}
@media (max-width: 1499px) and (min-width: 1200px){
    .header.style-12 .header-bot .header-end{
        min-width: auto;
    }
}
@media (max-width: 1199px){
    .header.style-07{
        background-size: cover;
    }
    .header.style-07 .block-menu-bar{
        margin-inline-start: 0 !important;
        flex: 1 1 auto;
        width: 1%;
        margin-inline-end: 15px;
    }
    .header.style-07 .block-menu-bar > a{
        display: table;
        padding: 10px 22px;
        box-shadow: 0 0 0 2px var(--main-color) inset;
        border-radius: var(--main-bora);
    }
    .header.style-07 .block-menu-bar > a .icon{
        color: var(--main-color);
    }
    .header.style-10 .wrap-submenu{
        padding: 8px 24px;
    }
    .header.style-10 .block-minicart > a{
        padding: 16px 20px;
        padding-inline-end: 25px;
    }
    .header.style-12 .header-message{
        flex: 1 1 auto;
        margin: 0 !important;
        text-align: center;
        padding: 10px 0;
    }
    .header.style-17 .header-mid .header-inner{
        padding: 6px 0;
    }
    .header.style-20 .header-mid .header-inner{
        padding: 20px 0;
    }
}
@media (max-width: 991px){
    .header.style-12 div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
    .header.style-12 .inner-control{
        --inner-control-mg: 12px;
    }
    .header.style-20 .header-mid .header-inner{
        padding: 15px 0;
    }
}
@media (max-width: 767px){
    .header.style-07{
        padding: 0 0 15px;
    }
    .header.style-07 .block-menu-bar > a{
        padding: 10px 20px;
    }
    .header.style-07 .block-menu-bar > a .text{
        display: none;
    }
    .header.style-07 .block-minicart > a .icon{
        margin-inline-start: 20px;
    }
    .header.style-07 .block-minicart > a .text{
        margin-inline-start: 12px;
    }
    .header.style-10 .block-minicart > a{
        padding: 16px 0;
        width: 45px;
        justify-content: center;
        padding-inline-end: 5px;
    }
    .header.style-10 .block-menu-bar > a{
        padding: 16px 0;
        width: 45px;
        justify-content: center;
        padding-inline-start: 5px;
    }
    .header.style-10 .block-minicart > a > :not(.icon),
    .header.style-10 .block-menu-bar > a > :not(.icon){
        display: none;
    }
    .header.style-10 .block-search{
        padding: 8px;
    }
    .header.style-10 .wrap-submenu{
        display: none;
    }
    .header.style-10 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
        padding-inline-start: 15px;
    }
    .header.style-10 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
        width: 42px;
    }
    .header.style-13 .header-mid .header-inner{
        padding: 8px 0;
    }
    .header.style-20 .header-mid .header-inner{
        padding: 10px 0;
    }
    .header.style-20 .block-menu-bar > a{
        padding: 10px 0;
    }
    .header.style-20 .inner-control > * > a{
        padding: 5px 0;
    }
}
/*----- HEADER STICKY -----*/
@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, .3);
        z-index: 11;
        max-width: 100%;
        margin: 0;
        transition: transform .3s, opacity .3s, visibility .3s;
    }
    body:not(.elementor-editor-active) .header .header-mid.is-sticky .header-inner{
        padding-top: 0;
        padding-bottom: 0;
    }
    body:not(.elementor-editor-active) .header .header-bot.is-sticky .header-inner{
        box-shadow: none;
    }
    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, .3);
        z-index: 11;
        max-width: 100%;
        transition: transform .3s, opacity .3s, visibility .3s;
    }
    .site > .header-sticky:not(.is-sticky){
        box-shadow: none;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
    }
    .site > .header-sticky .header-inner{
        display: flex;
        align-items: center;
    }
    .site > .header-sticky .header-inner > :not(:last-child){
        padding-inline-end: 15px;
    }
    .site > .header-sticky .header-inner > :not(:first-child){
        padding-inline-start: 15px;
    }
    .site > .header-sticky .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
}
/*==========================================================================
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: var(--main-h-fw);
    text-transform: capitalize;
    color: var(--main-color);
}
.by-vendor-name-link .text{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    text-decoration: inherit;
}
.by-vendor-name-link:not(:hover) .text{
    color: #999;
}
.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, .2) !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: var(--default-color);
    margin-bottom: 3px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price{
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    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: #999;
    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: var(--main-color-t);
    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);
    transition: .2s;
}
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{
    transform: rotate(90deg);
}
div.ovic-pinmap .ovic-pin.text .ovic-popup-header h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: var(--main-h-fw);
    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{
        transition: .4s;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a:hover img{
        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%;
        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;
        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: .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, .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, .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;
}
div.mfp-content .social-content .mfp-user .date{
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 11px;
    opacity: .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 var(--default-color);
}
.mfp-wrap .biolife-popup-newsletter{
    width: 600px;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    background-color: transparent;
}
.mfp-wrap .biolife-popup-newsletter .popup-inner{
    width: 600px;
    min-height: 600px;
    max-width: 100%;
    background-color: #08223c;
    border-radius: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 30px 80px;
    position: relative;
}
.mfp-wrap .biolife-popup-newsletter .image{
    margin: 0 0 24px;
}
.mfp-wrap .biolife-popup-newsletter .text-1{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 11px;
}
.mfp-wrap .biolife-popup-newsletter .text-2{
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--main-color);
    margin: 0 0 1px;
}
.mfp-wrap .biolife-popup-newsletter .text-3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 22px;
}
.mfp-wrap .biolife-popup-newsletter .text-4{
    font-size: 14px;
    color: #5f8ab3;
    font-style: italic;
    margin: 24px 0 0;
}
.mfp-wrap .biolife-popup-newsletter .text-4:hover{
    color: var(--main-color);
}
.mfp-wrap .biolife-popup-newsletter .text-4 a{
    position: static;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    font-family: inherit;
    text-align: inherit;
    font-style: inherit;
    border-bottom: 1px solid;
}
.mfp-wrap .biolife-popup-newsletter .ovic-newsletter .text-field{
    background-color: #0d2a47;
    border-radius: 90px;
    margin-bottom: 15px;
}
.mfp-wrap .biolife-popup-newsletter .ovic-newsletter .input-text[type]{
    color: #8ab3db;
    opacity: .4;
}
.mfp-wrap .biolife-popup-newsletter .ovic-newsletter .input-text[type]:focus{
    opacity: 1;
}
.mfp-wrap .biolife-popup-newsletter .ovic-newsletter .input-focus{
    border-color: #16395d;
}
.mfp-wrap .biolife-popup-newsletter .submit-newsletter{
    border-radius: 90px;
}
.mfp-wrap .biolife-popup-newsletter .disabled_popup{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #5f8ab3;
    font-style: italic;
    font-weight: inherit;
    cursor: pointer;
    position: relative;
    margin: 38px 0 0;
}
.mfp-wrap .biolife-popup-newsletter .disabled_popup:hover{
    color: var(--main-color);
}
.mfp-wrap .biolife-popup-newsletter .disabled_popup input{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    z-index: 1;
}
.mfp-wrap .biolife-popup-newsletter .disabled_popup input:checked + span:before{
    font-family: main-icon, sans-serif;
    content: '\e91c';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 9px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.mfp-wrap .biolife-popup-newsletter .disabled_popup span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 1px inset;
    margin: -1px 0 1px;
    margin-inline-end: 6px;
}
@media (max-width: 767px){
    .mfp-wrap .biolife-popup-newsletter{
        width: 320px;
    }
    .mfp-wrap .biolife-popup-newsletter .popup-inner{
        width: 320px;
        min-height: 320px;
        padding: 30px 15px;
    }
    .mfp-wrap .biolife-popup-newsletter .image{
        margin-bottom: 14px;
    }
    .mfp-wrap .biolife-popup-newsletter .text-1{
        font-size: 13px;
        margin-bottom: 2px;
    }
    .mfp-wrap .biolife-popup-newsletter .text-2{
        font-size: 40px;
        margin-bottom: 0;
    }
    .mfp-wrap .biolife-popup-newsletter .text-3{
        font-size: 13px;
        margin-bottom: 12px;
    }
    .mfp-wrap .biolife-popup-newsletter .text-4{
        font-size: 13px;
        margin-top: 12px;
    }
    .mfp-wrap .biolife-popup-newsletter .ovic-newsletter .text-field{
        margin-bottom: 10px;
    }
    .mfp-wrap .biolife-popup-newsletter .ovic-newsletter .input-text[type]{
        padding-top: 8px;
        padding-bottom: 8px;
        height: 40px;
    }
    .mfp-wrap .biolife-popup-newsletter .submit-newsletter{
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .mfp-wrap .biolife-popup-newsletter .disabled_popup{
        font-size: 13px;
        margin-top: 12px;
    }
}
/*----- 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: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.yith-quick-view:before,
#yith-quick-view-modal:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.yith-quick-view-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.yith-wcqv-wrapper{
    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: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .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 #yith-quick-view-content > .product > .product,
#yith-quick-view-modal #yith-quick-view-content > .product > .product,
.yith-wcqv-wrapper #yith-quick-view-content > .product,
#yith-quick-view-modal #yith-quick-view-content > .product{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.yith-wcqv-wrapper .product .woocommerce-product-gallery,
#yith-quick-view-modal .product .woocommerce-product-gallery,
.yith-wcqv-wrapper .product .entry-summary,
#yith-quick-view-modal .product .entry-summary{
    float: none;
    width: 50%;
    padding: 15px;
}
.yith-wcqv-wrapper .entry-summary a.compare,
.yith-wcqv-wrapper .woocommerce-product-gallery__trigger,
.yith-wcqv-wrapper .onsale{
    display: none;
}
body.admin-bar .yith-quick-view,
body.admin-bar #yith-quick-view-modal{
    top: 32px;
}
@media (max-width: 782px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    #yith-quick-view-content label{
        color: inherit;
    }
    .yith-wcqv-wrapper .product .woocommerce-product-gallery,
    #yith-quick-view-modal .product .woocommerce-product-gallery,
    .yith-wcqv-wrapper .product .entry-summary,
    #yith-quick-view-modal .product .entry-summary{
        width: 100%;
    }
}
@media (max-width: 600px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 0;
    }
}
@media (max-width: 479px){
    #yith-quick-view-modal.open .yith-wcqv-main,
    .yith-quick-view.open .yith-wcqv-main{
        padding: 5px 0;
    }
}
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    border-radius: var(--main-bora);
    transition: transform .3s;
    overflow: hidden;
    z-index: 5;
}
a.backtotop:before{
    font-family: FontAwesome, sans-serif;
    content: "\f176";
}
a.backtotop:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
@media (max-width: 767px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}
/*----- RTL BUTTON -----*/
.elementor-editor-active .ovic-rtl-button{
    display: none !important;
}
.ovic-rtl-button{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    color: var(--main-color-t) !important;
    background-color: var(--main-color);
    z-index: 5;
    margin: auto;
    font-weight: var(--main-h-fw);
}
.ovic-rtl-button:hover{
    opacity: .7;
}
.ovic-rtl-button span{
    font-size: 14px;
    line-height: 40px;
}
@media (max-width: 767px){
    .ovic-rtl-button{
        width: 30px;
        height: 30px;
    }
    .ovic-rtl-button span{
        font-size: 12px;
        line-height: 30px;
    }
}
/*==========================================================================
CUSTOM
===========================================================================*/
.vertical-devider:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    border-inline-start: 2px solid;
    opacity: .12;
}
body .banner-custom-01{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -375px;
}
.banner-custom-01 > .elementor-widget-container{
    display: flex;
    max-height: 100%;
}
.banner-custom-01 img{
    max-height: 100%;
}
@media (max-width: 1199px){
    body .banner-custom-01{
        right: -215px;
    }
}
@media (min-width: 768px){
    .banner-arrow-start:not(.elementor-column):after,
    .banner-arrow-start.elementor-column > .elementor-column-wrap:after{
        position: absolute;
        content: '';
        top: calc(50% - 15px);
        left: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-inline-end: 15px solid;
        border-inline-end-color: inherit;
        pointer-events: none;
    }
    .banner-arrow-end:not(.elementor-column):after,
    .banner-arrow-end.elementor-column > .elementor-column-wrap:after{
        position: absolute;
        content: '';
        top: calc(50% - 15px);
        right: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-inline-start: 15px solid;
        border-inline-start-color: inherit;
        pointer-events: none;
    }
}
@media (max-width: 767px){
    .banner-arrow-start:not(.elementor-column):after,
    .banner-arrow-start.elementor-column > .elementor-column-wrap:after{
        position: absolute;
        content: '';
        top: -15px;
        left: calc(50% - 15px);
        border-inline-start: 15px solid transparent;
        border-inline-end: 15px solid transparent;
        border-bottom: 15px solid;
        border-bottom-color: inherit;
        pointer-events: none;
    }
    .banner-arrow-end:not(.elementor-column):after,
    .banner-arrow-end.elementor-column > .elementor-column-wrap:after{
        position: absolute;
        content: '';
        bottom: -15px;
        left: calc(50% - 15px);
        border-inline-start: 15px solid transparent;
        border-inline-end: 15px solid transparent;
        border-top: 15px solid;
        border-top-color: inherit;
        pointer-events: none;
    }
}
.slide-overflow-1 .slick-list{
    padding: 15px;
    margin: -15px;
}
.slide-overflow-2 .slick-list{
    padding-top: 10px;
    margin-top: -10px;
}
/*==========================================================================
COLOR PATTERNS
===========================================================================*/
[class*='main-color'] .elementor-heading-title{
    color: inherit;
}
.elementor-widget-button[class*='default-bg'] > .elementor-widget-container,
.elementor-column[class*='default-bg'],
.elementor-widget[class*='default-bg'],
.elementor-widget-button[class*='main-bg'] > .elementor-widget-container,
.elementor-column[class*='main-bg'],
.elementor-widget[class*='main-bg']{
    background-color: transparent;
}
[class*='default-bd'] > .elementor-widget-container,
[class*='main-bd'] > .elementor-widget-container{
    border-color: inherit;
}
/*----- DEFAULT COLOR -----*/
.default-color .elementor-button,
.default-color .elementor-button:visited,
.default-color .elementor-button:hover,
.default-color,
.default-color-hover:hover{
    color: var(--default-color);
    fill: var(--default-color);
}
.default-bg .elementor-button,
.default-bg > .elementor-column-wrap,
.default-bg > .elementor-widget-container,
.default-bg,
.default-bg-hover:hover{
    background-color: var(--default-color);
}
.default-bd .elementor-button,
.default-bd,
.default-bd-hover:hover{
    border-color: var(--default-color);
}
.default-bd .elementor-divider-separator{
    border-color: var(--default-color) !important;
}
/*----- MAIN COLOR -----*/
.highlight,
.post-sticky,
.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term:hover,
.biolife-edit-link a,
.main-color .elementor-button,
.main-color .elementor-button:visited,
.main-color .elementor-button:hover,
.main-color,
.main-color-hover:hover{
    color: var(--main-color);
    fill: var(--main-color);
}
.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-bd .elementor-button,
.main-bd,
.main-bd-hover:hover{
    border-color: var(--main-color);
}
.main-bd .elementor-divider-separator{
    border-color: var(--main-color) !important;
}
.main-color-t{
    color: var(--main-color-t);
}
/*----- MAIN COLOR 2 -----*/
.main-color-2 .elementor-button,
.main-color-2 .elementor-button:visited,
.main-color-2 .elementor-button:hover,
.main-color-2,
.main-color-hover-2:hover{
    color: var(--main-color-2);
    fill: var(--main-color-2);
}
.main-bg-2 .elementor-button{
    --main-color: var(--main-color-2);
}
.main-bg-2 > .elementor-column-wrap,
.main-bg-2 > .elementor-widget-container,
.main-bg-2,
.main-bg-hover-2:hover{
    background-color: var(--main-color-2);
}
.main-bd-2 .elementor-button,
.main-bd-2,
.main-bd-hover-2:hover{
    border-color: var(--main-color-2);
}
.main-bd-2 .elementor-divider-separator{
    border-color: var(--main-color-2) !important;
}
/*----- MAIN FONT WEIGHT -----*/
.main-fw{
    font-weight: var(--main-h-fw);
}
.main-tt{
    font-weight: var(--main-h-tt);
}
/*----- MAIN BORDER RADIUS -----*/
[class*='main-bora'] > .lementor-container,
[class*='main-bora'] > .elementor-widget-container{
    border-radius: inherit;
}
.main-bora .elementor-icon.elementor-social-icon,
.main-bora{
    border-radius: var(--main-bora);
}