/*==========================================================================
BODY DATAS
===========================================================================*/
body{
    --main-ff: Rubik, sans-serif;
    --main-fz: 14px;
    --main-lh: 1.71428571;
    --main-cl: #666;
    --main-fw: 400;
    --default-color: #222;
    --main-color: #fcbe00;
    --main-color-b: #e5ac00;
    --main-color-t: #222;
    --main-color-2: #0068c9;
    --main-color-3: #cc1414;
    --main-color-4: #5aab19;
    --main-color-5: #263c97;
    --main-h-fw: 500;
    --main-bora: 2px;
    --main-bora-2: 2px;
    --sidebar-width: 300px;
    --sidebar-space: 70px;
    --shop-sidebar-width: 300px;
    --shop-sidebar-space: 30px;
    --input-width: auto;
    --input-height: 40px;
    --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: #999;
    --input-cl-h: var(--default-color);
    --input-bora: var(--main-bora);
    --main-container-pd: 15px;
    --button-padding: 8px 30px;
    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;
}
@media (max-width: 1199px) and (min-width: 992px){
    body{
        --sidebar-width: 290px;
        --shop-sidebar-width: 290px;
        --sidebar-space: 30px;
    }
}
/*----- 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 10px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
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;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.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: var(--main-h-fw);
}
/*----- 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;
}
/* 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-button .elementor-button-icon{
    font-weight: 400;
}
.elementor-button .fa-angle-double-left,
.elementor-button .fa-angle-double-right{
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    font-size: calc(100% + 2px);
    font-weight: 400;
    line-height: inherit;
}
.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: 13px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    padding: var(--button-padding);
    border: none;
    border-radius: var(--input-bora);
    text-transform: uppercase;
    color: var(--main-color-t);
    fill: var(--main-color-t);
    text-align: center;
    cursor: pointer;
    background-color: var(--main-color);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.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-t);
    background-color: var(--main-color-b);
}
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: 18px;
    }
}
/*----- PAGINATION -----*/
.dokan-pagination-container,
.woocommerce-pagination{
    --pagi-fz: 14px;
    --pagi-lh: 24px;
    --pagi-w: 36px;
    --pagi-p: 7px 5px 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: #f5f5f5;
    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;
}
.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;
    margin: -2px 0 2px;
}
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.woocommerce-pagination ul li .prev:before{
    content: "\f100";
}
.dokan-pagination-container .dokan-pagination li:last-child a:after,
.woocommerce-pagination ul li .next:after{
    content: "\f101";
}
.woocommerce-pagination .button-loadmore{
    min-width: 230px;
}
@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;
    border-radius: var(--main-bora);
}
@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: 45px;
    --input-padding: 10px 20px 11px;
    --button-padding: 10px 30px 11px;
    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: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #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{
    font-size: 20px;
    margin-bottom: 23px;
    clear: both;
}
#order_review_heading{
    font-size: 20px;
    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;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#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;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop_table .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: 16px;
    font-weight: var(--main-h-fw);
    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(--main-color-3);
    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: #00badb;
}
@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{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-widget-heading:not(.color-hover-inherit) .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{
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
/*----- EDITER -----*/
.elementor-edit-area-active .elementor-column{
    min-width: 20px;
}
@media (min-width: 768px){
    .elementor-edit-area-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{
        margin: 5px;
    }
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.owl-slick{
    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;
}
/* play */
.elementor-custom-embed-play i{
    font-size: 58px;
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-custom-embed-play i:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\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,
.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 a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.elementor-image-gallery .gallery-item img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.elementor-image-gallery .gallery-item a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* 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;
}
/* 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{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    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%;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}
.modal.in div.modal-dialog{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content{
    border-radius: 0;
    border: none;
}
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close{
    position: absolute;
    top: 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{
    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;
}
.modal-content .btn-close,
div.mfp-content button.mfp-close{
    width: 40px;
    height: 40px;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.modal-content .btn-close:hover,
div.mfp-content button.mfp-close:hover{
    color: var(--main-color-t);
    background-color: var(--main-color-b);
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: black;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div.mfp-zoom-in.mfp-ready.mfp-bg,
#yith-quick-view-modal .yith-quick-view-overlay{
    background-color: black;
    opacity: 0.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: 0.8;
    visibility: visible;
}
#cboxOverlay{
    background-color: black;
    opacity: 0.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 .elementor-icon i,
body .elementor-icon svg,
body .fa, /* awesome */
body .fa:before,
body .dashicons, /* dashicons */
body .dashicons:before,
body .dashicons-before:before,
body [class*="main-icon-"], /* main-icon */
body [class*="main-icon-"]:before{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    direction: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
}
body .main-icon-back-5:before,
body .main-icon-next-5:before{
    margin: 0 -7px;
}
.ovic-icon-menu .inner{
    display: block;
    position: relative;
    width: 20px;
    height: 14px;
    margin: 4px 0 6px;
}
.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);
}
/*==========================================================================
CHOSEN
===========================================================================*/
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: start;
    width: auto !important;
    max-width: 100%;
}
.chosen-container .chosen-single{
    display: block;
    background: none;
    height: auto;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: none;
}
.chosen-container .chosen-single:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    margin-inline-start: 10px;
}
.chosen-container .chosen-single span{
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit;
    margin: 0;
}
.chosen-container .chosen-single div{
    display: none;
}
.chosen-container .chosen-drop{
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    border-radius: var(--main-bora);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    width: 150px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.chosen-container: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){
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-options-content,
div.ovic-menu-clone-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.mobile-options-content .mobile-options-mid,
div.ovic-menu-clone-wrap .ovic-menu-panels{
    flex: 1 1 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: uppercase;
    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 > ul > li > a br{
    display: none;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon{
    font-size: 16px;
    line-height: 24px;
    min-width: 16px;
    text-align: center;
    margin: -1px 0 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: 0.7;
}
.head-menu-mobile .action{
    display: inline-block;
    float: right;
}
.head-menu-mobile .action .icon{
    font-size: 12px;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels{
    flex: 1 1 auto;
    overflow: hidden;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
.slick-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: calc(0px - (var(--arrow-height) / 2));
    --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;
    color: #fff;
    padding: 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.flex-direction-nav a:hover,
.slick-slider .slick-arrow:hover{
    color: var(--main-color-t);
    background-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{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    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: 42px;
        --arrow-height: 42px;
        --arrow-fz: 13px;
    }
}
@media (min-width: 992px){
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 46px;
        --arrow-height: 46px;
        --arrow-fz: 14px;
    }
}
@media (min-width: 1200px){
    .woocommerce-product-gallery:not(:hover) .flex-direction-nav a,
    .slick-slider:not(:hover) .slick-arrow{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 50px;
        --arrow-height: 50px;
        --arrow-fz: 15px;
    }
    .large .slick-slider{
        padding: 0 25px;
        margin: 0 -25px;
    }
}
@media (min-width: 1500px){
    .large .slick-slider{
        padding: 0 95px;
        margin: 0 -95px;
    }
}
/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 20px -5px 0;
    z-index: 4;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 0;
    width: 6px;
    height: 6px;
    cursor: pointer;
    position: relative;
    border-radius: 90px;
    background-color: var(--default-color);
    opacity: 0.2;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.slick-dots li button{
    display: none;
}
.slick-dots li.slick-active{
    width: 35px;
    opacity: 1;
}
.slick-dots li:hover{
    opacity: 1;
}
.light .slick-dots li{
    background-color: #fff;
}
.dots-main-color .slick-dots li.slick-active,
.dots-main-color .slick-dots li:hover{
    background-color: var(--main-color);
}
@media (max-width: 1199px){
    .slick-dots{
        margin-top: 5px;
    }
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/* ovic-animate-running */
@keyframes ovic-running-1{
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {}
}
@keyframes ovic-running-2{
    0% {}
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-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: 18px;
    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: 0.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: 0.7;
    font-size: 13px;
    margin-inline-start: 6px;
}
.sidebar-inner > .widget{
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: var(--main-bora);
    padding: 16px 29px;
}
.sidebar-inner > .widget > .widget-title{
    padding: 10px 0;
    box-shadow: 0 -1px #e5e5e5 inset;
    position: relative;
}
.sidebar-inner > .widget > .widget-title:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    border-top: 2px solid var(--main-color);
}
.sidebar-inner > .widget:not(:first-child){
    margin-top: 30px;
}
.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: 14px;
    padding-bottom: 14px;
}
.sidebar-inner > .widget_media_image > a,
.sidebar-inner > .widget_media_image > img,
.sidebar-inner > .widget select{
    margin-top: 14px;
    margin-bottom: 14px;
}
.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);
}
@media (max-width: 1199px){
    .sidebar-inner > .widget{
        padding-inline-start: 24px;
        padding-inline-end: 24px;
    }
}
/*----- 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,0.5);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_media_gallery .gallery-item a:not(:hover):after{
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
/*----- WIDGET LIST ITEM -----*/
.widget_rating_filter > ul,
.widget_layered_nav > ul,
.widget_product_categories > ul{
    padding: 2px 0;
}
.widget_rating_filter ul li,
.widget_layered_nav ul li,
.widget_product_categories ul li{
    padding: 6px 0;
    min-height: 36px;
}
.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: 8px 0;
    min-height: 40px;
}
.widget_layered_nav ul ul,
.widget_product_categories ul ul{
    margin: 6px 0 -6px !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: 8px 0 -8px !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: '\f107';
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.widget_product_categories .cat-item.show-sub > .carets:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.widget_product_categories .children{
    display: none;
    clear: both;
}
/*----- WIDGET NAV MENU -----*/
.widget_ovic_nav_menu .megamenu,
.widget_nav_menu .megamenu{
    background-image: none !important;
    width: auto !important;
}
.widget_ovic_nav_menu .megamenu > .vc_row,
.widget_nav_menu .megamenu > .vc_row{
    padding: 0 !important;
}
.widget_ovic_nav_menu .megamenu [class*="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: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
.widget .product_list_widget > li > a:not(:hover){
    color: var(--main-color-2);
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    text-align: start;
}
.widget .product_list_widget > li img{
    float: left;
    width: 70px;
    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: 16px;
    font-weight: var(--main-h-fw);
    margin: 0;
}
.widget .product_list_widget > li ins{
    text-decoration: none;
    color: var(--main-color-3);
}
.widget .product_list_widget > li del{
    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: 192px;
    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;
    margin-bottom: 7px;
}
.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: #999;
}
.widget_shopping_cart .total{
    font-size: 14px;
    line-height: 24px;
    padding: 45px 0 0;
    border-top: 1px solid #e5e5e5;
    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: 16px;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin-inline-start: 10px;
}
.widget_shopping_cart .buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0;
}
.widget_shopping_cart .buttons .button{
    width: 100%;
    margin: 10px 0 0;
}
.widget_shopping_cart .buttons .button:not(.checkout):not(:hover){
    background-color: #fff;
    color: var(--default-color);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.widget_shopping_cart .buttons .button:not(.checkout):hover{
    background-color: var(--main-color);
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button{
    display: block;
    vertical-align: top;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button img{
    display: block;
    height: 40px !important;
    margin: auto;
}
.widget_shopping_cart .wcppec-cart-widget-spb{
    margin-top: 15px;
}
dl.variation{
    margin-bottom: 3px;
}
dl.variation *:last-child{
    margin-bottom: 0;
}
/*----- LAYERED NAV -----*/
.widget_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: 9px;
    line-height: 20px;
    color: var(--default-color);
    text-align: center;
    width: 20px;
    height: 20px;
    margin: -3px 0 0;
    box-shadow: 0 0 0 1px #ddd inset;
    padding-top: 1px;
    padding-inline-start: 1px;
    margin-inline-end: 12px;
    border-radius: 50%;
    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;
}
.widget_layered_nav .group-image a,
.widget_layered_nav .group-color a{
    display: flex;
    position: relative;
    font-size: inherit !important;
    margin: 5px;
}
.widget_layered_nav .group-image a i,
.widget_layered_nav .group-color a i{
    display: inline-block !important;
    vertical-align: middle !important;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    font-style: normal;
    color: #fff;
}
.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-image a .count,
.widget_layered_nav .group-color a .term-name,
.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;
}
.widget_search .search-field,
.widget_product_search .search-field{
    width: 100%;
    padding-inline-end: 60px;
    padding: 13px 20px;
    height: 50px;
}
.widget_search button[type="submit"],
.widget_product_search button[type="submit"]{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    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: 18px;
    line-height: 24px;
    font-weight: 400;
}
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding: 13px 20px;
    padding-inline-end: 40px;
    height: 50px;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px !important;
    line-height: 20px;
    padding: 3px 18px;
    background-color: #f5f5f5;
    margin: 10px 5px 0;
    position: relative;
    border-radius: 90px;
}
.tagcloud a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
    font-size: 18px;
    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: 0.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;
    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: 12px;
}
.price_slider_amount .price_label > *{
    color: var(--default-color);
}
.price_slider_amount .button{
    order: 1;
    padding: 0;
    background-color: transparent;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: var(--default-color);
}
.price_slider_amount .button:hover{
    color: var(--main-color);
    opacity: 1;
    text-decoration: underline !important;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
/*----- CUSTOM MENU -----*/
.megamenu .ovic-custommenu .widget-title{
    font-size: 14px;
    line-height: 24px;
}
.ovic-custommenu{
    --item-space: 3px;
}
.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;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.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{
    --item-space: 15px;
}
.yes-horizontal .ovic-custommenu ul{
    margin: 0 calc(0px - var(--item-space));
}
.yes-horizontal .ovic-custommenu ul li{
    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);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    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;
}
@media (max-width: 1199px){
    .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;
    }
}
/*----- HEADING -----*/
/* style-01 */
.hide-border-yes .ovic-heading.style-01,
.hide-border-yes .ovic-heading.style-01 .heading{
    box-shadow: none;
}
.ovic-heading.style-01{
    display: flex;
    flex-wrap: wrap;
    color: var(--default-color);
    box-shadow: 0 -1px #e5e5e5 inset;
}
.ovic-heading.style-01 > *{
    margin: 0;
    padding-bottom: 10px;
}
.ovic-heading.style-01 .heading{
    font-size: 24px;
    letter-spacing: -0.6px;
    box-shadow: 0 -2px var(--main-color) inset;
}
.ovic-heading.style-01 .ovic-countdown{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: end;
    margin-inline-start: 30px;
}
.ovic-heading.style-01 .button-wrap{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    margin-inline-start: 30px;
}
.ovic-heading.style-01 .ovic-countdown ~ .button-wrap{
    flex: 0 0 auto;
    width: auto;
}
.ovic-heading.style-01 .ovic-countdown > .title{
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    margin: 0;
    margin-inline-end: 25px;
}
.ovic-heading.style-01 .button-wrap a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
}
.ovic-heading.style-01 .button-wrap a:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    font-size: 130%;
    margin-inline-start: 10px;
}
/* style-02 */
.ovic-heading.style-02{
    color: #fff;
    position: relative;
    padding-inline-start: 20px;
}
.ovic-heading.style-02 .heading{
    color: inherit;
    font-size: 130px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.025em;
    margin: 0;
}
.ovic-heading.style-02 .deco{
    position: absolute;
    margin: 0;
    top: 50%;
    left: 6px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-inline-start: 0.15em;
    font-weight: var(--main-h-fw);
    transform: translate(-50%,-50%) rotate(-90deg);
}
@media (max-width: 1199px){
    .ovic-heading.style-01 .ovic-countdown > .title{
        margin-inline-end: 15px;
    }
    .ovic-heading.style-02{
        padding-inline-start: 15px;
    }
    .ovic-heading.style-02 .heading{
        font-size: 120px;
    }
    .ovic-heading.style-02 .deco{
        font-size: 13px;
        left: 5px;
    }
}
@media (max-width: 767px){
    .ovic-heading.style-01 .ovic-countdown{
        width: 100%;
        order: -1;
        display: block;
        text-align: inherit;
        margin-inline-start: 0;
    }
    .ovic-heading.style-01 .ovic-countdown > .title{
        padding-top: 0;
    }
    .ovic-heading.style-01 .button-wrap{
        width: 100%;
        order: -1;
        text-align: inherit;
        padding-bottom: 0;
        margin-inline-start: 0;
    }
    .ovic-heading.style-01 .button-wrap a{
        padding: 0;
    }
}
/*----- 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: block;
    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{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    margin: -3px 0 0;
    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;
}
/* style-01 */
.ovic-tab.style-01 .tabs-head{
    box-shadow: 0 -1px #e5e5e5 inset;
    margin-bottom: 30px;
}
.ovic-tab.style-01 .tab-title{
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: -0.06px;
    padding-bottom: 10px;
    margin: 0;
}
.ovic-tab.style-01 .tabs-list{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0 15px;
    margin: 0 -13px
}
.ovic-tab.style-01 .tab-item{
    margin: 0 13px;
}
.ovic-tab.style-01 .tab-item a:before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    width: 50px;
    max-width: 100%;
    border-top: 2px solid var(--main-color);
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-tab.style-01 .tab-item:not(.active) a:before{
    width: 0;
}
/* style-02 */
.ovic-tab.style-02 .tabs-head{
    margin-bottom: 16px;
}
.ovic-tab.style-02 .tab-title{
    font-size: 24px;
    letter-spacing: -0.6px;
    margin: 0;
}
.ovic-tab.style-02 .tabs-list{
    padding: 8px 0 0;
    margin: 0 -17px;
}
.ovic-tab.style-02 .tab-item{
    margin: 0 17px;
}
.ovic-tab.style-02 .tab-item:not(:first-child):before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -19px;
    width: 5px;
    height: 5px;
    background-color: #c2c8d7;
    border-radius: 50%;
    margin: auto;
}
@media (min-width: 1200px){
    .ovic-tab.style-02 .tabs-head,
    .ovic-tab.style-01 .tabs-head{
        display: flex;
        flex-wrap: wrap;
        text-align: start;
    }
    .ovic-tab.style-02 .tabs-list,
    .ovic-tab.style-01 .tabs-list{
        flex: 1 1 auto;
        width: 1%;
    }
    .ovic-tab.style-01 .tab-title{
        box-shadow: 0 -2px var(--main-color) inset;
    }
    .ovic-tab.style-02 .tab-title ~ .tabs-list,
    .ovic-tab.style-01 .tab-title ~ .tabs-list{
        text-align: end;
        padding-inline-start: 30px;
    }
}
@media (max-width: 1199px){
    .ovic-tab.style-01 .tabs-head{
        margin-bottom: 20px;
    }
    .ovic-tab.style-01 .tab-title{
        padding-bottom: 0;
    }
    .ovic-tab.style-01 .tabs-list{
        margin-inline-start: 0;
        margin-inline-end: 0;
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .ovic-tab.style-01 .tab-item{
        margin: 0;
    }
    .ovic-tab.style-01 .tab-item:not(:last-child){
        margin-inline-end: 15px;
    }
    .ovic-tab.style-02 .tabs-head{
        margin-bottom: 13px;
    }
    .ovic-tab.style-02 .tabs-list{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding-top: 3px;
    }
    .ovic-tab.style-02 .tab-item{
        margin: 0;
    }
    .ovic-tab.style-02 .tab-item:not(:first-child){
        margin-inline-start: 27px;
    }
    .ovic-tab.style-02 .tab-item:not(:first-child):before{
        left: -16px;
    }
}
/*----- 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;
}
.ovic-brand .title{
    display: block;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
}
.ovic-brand .title span{
    font-size: 75%;
    color: #999;
}
@media (max-width: 1199px){
    .ovic-brand .title{
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .ovic-brand .title{
        font-size: 28px;
    }
}
/*----- CATEGORY -----*/
.ovic-category .link{
    display: block;
    position: relative;
}
.ovic-category .thumb{
    display: block;
    height: 140px;
    border-radius: var(--main-bora);
    overflow: hidden;
    position: relative;
}
.ovic-category .image-effect{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ovic-category .content > *{
    position: relative;
    z-index: 3;
    margin: 0;
}
/* style-01 */
.ovic-category.style-01 .link{
    color: #fff;
}
.ovic-category.style-01 .content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: start;
}
.ovic-category.style-01 .title{
    display: block;
    font-size: 15px;
    font-weight: var(--main-h-fw);
    letter-spacing: -0.025em;
}
.ovic-category.style-01 .count{
    font-size: 14px;
    letter-spacing: -0.025em;
    opacity: 0.6;
    margin-top: 10px;
}
/* style-02 */
.ovic-category.style-02 .thumb + .content{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
}
.ovic-category.style-04 .content,
.ovic-category.style-02 .content{
    text-align: center;
    font-size: 13px;
}
.ovic-category.style-04 .content-inner,
.ovic-category.style-02 .content-inner{
    display: block;
    padding: 8px 26px;
    border-radius: var(--main-bora);
    background-color: #fff;
}
.ovic-category.style-04 .title,
.ovic-category.style-02 .title{
    display: block;
    text-transform: uppercase;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.ovic-category.style-04 .title .count,
.ovic-category.style-02 .title .count{
    font-size: 13px;
    color: #999;
}
/* style-03 */
.ovic-category.style-03 .link{
    padding: 30px 15px 26px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: inherit;
}
.ovic-category.style-03 .icon{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: var(--default-color);
    font-size: 28px;
    line-height: 30px;
    padding: 25px 0;
    margin-bottom: 16px;
}
.ovic-category.style-03 .icon:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--default-color);
    opacity: 0.1;
}
.ovic-category.style-03 .link:hover .title{
    color: var(--main-color);
}
.ovic-category.style-03 .title{
    display: block;
    font-size: 14px;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
/* style-04 */
.ovic-category.style-04 .thumb + .content{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.ovic-category.style-04 .content-inner{
    padding: 8px 10px;
}
/* style-05 */
.ovic-category.style-05{
    color: var(--default-color);
}
.ovic-category.style-05 .link{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.ovic-category.style-05 .icon{
    display: block;
    font-size: 40px;
    line-height: 1.24;
}
.ovic-category.style-05 .count{
    display: block;
    font-size: 14px;
}
.ovic-category.style-05 .link:not(:hover) .count{
    color: #999;
}
/* style-06 */
.ovic-category.style-06{
    padding: 40px 15px;
    background-color: #fff;
    border-radius: var(--main-bora);
}
.ovic-category.style-06:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
/* style-07 */
.ovic-category.style-07{
    color: var(--default-color);
    text-align: center;
}
.ovic-category.style-07 .link{
    padding: 21px 9px;
    background-color: #fff;
}
.ovic-category.style-07 .thumb{
    height: auto;
}
.ovic-category.style-07 img{
    margin: auto;
}
.ovic-category.style-07 .title{
    display: block;
    font-weight: var(--main-h-fw);
    margin-top: 3px;
}
.ovic-category.style-07 .count{
    display: block;
    font-size: 13px;
    color: #5b6c8f;
    margin-top: -1px;
}
/* style-08 */
.ovic-category.style-08{
    color: #999;
}
.ovic-category.style-08 .link{
    font-size: 13px;
    line-height: 20px;
    padding: 16px 20px 20px;
    background-color: #fff;
    border-radius: var(--main-bora);
}
.ovic-category.style-08 .thumb{
    height: auto;
}
.ovic-category.style-08 .content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.ovic-category.style-08 .title{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 5px;
    font-size: 14px;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
.ovic-category.style-08 .count{
    width: 100%;
}
@media (max-width: 1199px){
    .ovic-category.style-02 .thumb + .content{
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .ovic-category.style-05 .link{
        font-size: 15px;
    }
    .ovic-category.style-05 .icon{
        font-size: 36px;
    }
    .ovic-category.style-07 .link{
        padding: 16px 9px;
    }
}
@media (max-width: 767px){
    .ovic-category.style-04 .thumb + .content{
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .ovic-category.style-04 .content{
        font-size: 12px;
    }
    .ovic-category.style-04 .content-inner{
        padding: 7px 10px;
    }
}
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.ovic-newsletter{
    --news-bora: 3px;
}
.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(--news-bora);
}
.ovic-newsletter .text-field{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    font-weight: inherit;
    color: inherit;
    background-color: #fff;
    box-shadow: none;
    margin: 0;
    border-radius: var(--news-bora) 0 0 var(--news-bora);
}
.ovic-newsletter .input-text[type]{
    width: 100%;
    height: 45px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 13px;
    padding: 10px 20px 11px;
    border-radius: inherit !important;
    box-shadow: none !important;
}
div.dgwt-wcas-search-wrapp .input-focus,
.ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp .input-focus,
.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: 10px 25px 11px;
    border-radius: 0 var(--news-bora) var(--news-bora) 0;
}
/* style-02 */
.ovic-newsletter.style-02 .input-text[type]{
    padding-top: 13px;
    padding-bottom: 13px;
    height: 50px;
}
.ovic-newsletter.style-02 .submit-newsletter{
    padding-top: 13px;
    padding-bottom: 13px;
}
/* style-03 */
.ovic-newsletter.style-03 .text-field{
    width: 100px;
    margin-bottom: 10px;
}
.ovic-newsletter.style-03 .input-text[type]{
    padding: 13px 20px;
    height: 50px;
}
.ovic-newsletter.style-03 .submit-newsletter{
    width: 100%;
    padding: 13px 15px;
}
/* style-04 */
.ovic-newsletter.style-04 .mc4wp-form-fields{
    box-shadow: 0 15px 35px rgba(10,31,91,0.05);
    background-color: #fff;
}
.ovic-newsletter.style-04 .text-field{
    position: static;
    background-color: transparent;
    border-radius: inherit;
}
.ovic-newsletter.style-04 .input-text[type]{
    padding: 13px 20px;
    height: 50px;
}
.ovic-newsletter.style-04 .submit-newsletter{
    padding: 10px 32px;
    margin: 3px;
    margin-inline-start: 0;
}
/* style-05 */
.ovic-newsletter.style-05 .mc4wp-form-fields{
    background-color: #fff;
}
.ovic-newsletter.style-05 .text-field{
    position: static;
    background-color: transparent;
    border-radius: inherit;
}
.ovic-newsletter.style-05 .input-text[type]{
    padding: 16px 20px;
    height: 56px;
}
.ovic-newsletter.style-05 .submit-newsletter{
    padding: 13px 30px;
    margin: 3px;
    margin-inline-start: 0;
}
/* widget */
.widget.ovic-newsletter{
    background-color: #e1eef2;
    border-color: transparent;
}
.widget .ovic-newsletter{
    padding: 8px 0 14px;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-05 .input-text[type]{
        padding: 14px 18px;
        height: 52px;
    }
    .ovic-newsletter.style-05 .submit-newsletter{
        padding: 11px 25px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter .submit-newsletter{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
    .ovic-newsletter.style-03 .input-text[type],
    .ovic-newsletter.style-02 .input-text[type]{
        padding-top: 11px;
        padding-bottom: 11px;
        height: 46px;
    }
    .ovic-newsletter.style-03 .submit-newsletter,
    .ovic-newsletter.style-02 .submit-newsletter{
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .ovic-newsletter.style-04 .submit-newsletter{
        padding: 9px 18px;
    }
    .ovic-newsletter.style-05 .input-text[type]{
        padding: 12px 15px;
        height: 48px;
    }
    .ovic-newsletter.style-05 .submit-newsletter{
        padding: 10px 20px;
    }
}
/*----- COUNTDOWN -----*/
.ovic-countdown:before,
.ovic-countdown:after{
    content: '';
    display: table;
    clear: both;
}
.dukamarket-countdown{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -5px;
}
.dukamarket-countdown > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
}
.dukamarket-countdown > * > *{
    display: inline-block;
    vertical-align: bottom;
}
.dukamarket-countdown .number{
    text-align: start;
    min-width: 22px;
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
}
.ovic-countdown.style-01 .text{
    opacity: 0.8;
}
/* style-01 */
.ovic-countdown.style-01 .dukamarket-countdown{
    background-color: var(--main-color-3);
    color: #fff;
    padding: 5px 15px;
    border-radius: var(--main-bora);
    margin: 0;
}
/* style-02 */
.ovic-countdown.style-02 .dukamarket-countdown{
    margin: 0 -7px;
}
.ovic-countdown.style-02 .dukamarket-countdown > *{
    font-size: 11px;
    line-height: 12px;
    min-width: 55px;
    text-align: center;
    padding: 15px 5px;
    border-radius: 2px;
    background-color: var(--main-color);
    color: var(--main-color-t);
    position: relative;
    margin: 0 7px;
}
.ovic-countdown.style-02 .dukamarket-countdown > :not(:last-child):after{
    position: absolute;
    content: ':';
    top: 0;
    bottom: 3px;
    left: 100%;
    width: 14px;
    font-size: 18px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ovic-countdown.style-02 .number{
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: var(--main-h-fw);
    text-align: inherit;
}
.ovic-countdown.style-02 .text{
    opacity: 0.8;
    margin: 1px 0 -1px;
}
/* style-03 */
.ovic-countdown.style-03 .dukamarket-countdown > *{
    font-size: 11px;
    line-height: 12px;
    min-width: 55px;
    text-align: center;
    padding: 15px 5px;
    border-radius: 2px;
    background-color: #fff;
    color: var(--default-color);
    position: relative;
}
.ovic-countdown.style-03 .number{
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: var(--main-h-fw);
    text-align: inherit;
}
@media (max-width: 1199px){
    .ovic-countdown.style-01 .dukamarket-countdown{
        padding: 5px 10px;
    }
    .ovic-countdown.style-02 .dukamarket-countdown{
        margin: 0 -5px;
    }
    .ovic-countdown.style-02 .dukamarket-countdown > *{
        min-width: 53px;
        padding: 14px 5px;
        margin: 0 5px;
    }
    .ovic-countdown.style-02 .dukamarket-countdown > :not(:last-child):after{
        width: 10px;
    }
    .ovic-countdown.style-03 .dukamarket-countdown{
        margin: 0 -3px;
    }
    .ovic-countdown.style-03 .dukamarket-countdown > *{
        min-width: 53px;
        padding: 14px 5px;
        margin: 0 3px;
    }
}
/*----- PERSON -----*/
.ovic-person .avatar a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-person .avatar a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-person .avatar a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* style-01 */
.ovic-person.style-01{
    text-align: center;
}
.ovic-person.style-01 .avatar{
    margin-bottom: 23px;
}
.ovic-person.style-01 .name{
    font-size: 14px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    letter-spacing: -0.025em;
    margin-bottom: 16px;
}
.ovic-person.style-01 .desc{
    margin-bottom: 16px;
}
/* style-02 */
.ovic-person.style-02 .inner{
    display: flex;
    padding: 43px 35px 40px;
    box-shadow: 0 15px 35px rgba(10,31,91,0.05);
    background-color: #fff;
}
.ovic-person.style-02 .avatar{
    width: 65px;
    margin-top: 6px;
}
.ovic-person.style-02 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 40px;
}
.ovic-person.style-02 .name{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: #222;
    margin: 0;
    margin-inline-end: 10px;
}
.ovic-person.style-02 .posi{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    color: #888;
    margin: 0;
}
.ovic-person.style-02 .desc{
    margin: 3px 0 0;
}
/* widget */
.widget .ovic-person.style-01{
    padding: 44px 0 24px;
}
@media (max-width: 1499px){
    .ovic-person.style-02 .inner{
        padding: 33px 25px 30px;
    }
    .ovic-person.style-02 .content{
        padding-inline-start: 25px;
    }
}
@media (max-width: 767px){
    .ovic-person.style-02 .inner{
        padding: 23px 15px 25px;
    }
    .ovic-person.style-02 .content{
        padding-inline-start: 15px;
    }
}
/*----- 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-thumb .post_cat{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.post-thumb .post_cat .inner{
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora);
    padding: 4px 12px;
}
.post-thumb .post_cat a:hover{
    opacity: 0.7;
}
.post-title{
    font-size: 15px;
    line-height: 1.34;
    margin: 19px 0 0;
}
.post-content > :last-child,
.post-excerpt > :last-child{
    margin-bottom: 0;
}
.post-excerpt{
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.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;
}
.post-readmore a .icon{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 5px;
}
.post_cat .inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.post_cat a{
    display: inline-block;
    vertical-align: top;
}
.post_tag .inner{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: -3px;
}
.post_tag a{
    font-size: 14px;
    line-height: 24px;
    padding: 8px 30px;
    background-color: #fff;
    border-radius: var(--main-bora);
    margin: 3px;
    position: relative;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.post_tag a:hover{
    box-shadow: none;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.post-metas .post_cat,
.post-meta{
    font-size: 13px;
    line-height: 20px;
    color: var(--main-color);
    text-transform: uppercase;
}
.post-meta a{
    display: inline-block;
    vertical-align: top;
    text-transform: inherit;
}
.post-metas .post_cat .sub,
.post-meta a .sub{
    color: #999;
}
.post-meta .icon{
    display: inline-block;
    vertical-align: top;
    color: var(--main-color);
    margin-inline-end: 10px;
}
.post-meta .icon:before{
    display: inline-block;
    vertical-align: top;
}
.post-metas{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -15px;
}
.post-metas > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
}
.post-metas > *:not(:last-child):after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -16px;
    height: 12px;
    margin: auto;
    border-inline-start: 1px solid #e5e5e5;
}
.post-author a:not(:hover){
    color: inherit;
}
.ovic-share-socials > .inner{
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}
.ovic-share-socials a{
    font-size: 14px;
    line-height: 24px;
    padding: 8px 30px;
    margin: 3px;
    color: #fff;
    background-color: var(--social-color);
    border-radius: var(--main-bora);
}
.ovic-share-socials a .icon{
    display: none;
}
.ovic-share-socials a .text{
    display: inline-block;
    vertical-align: top;
}
.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: var(--main-color-t);
    background-color: var(--main-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;
}
.post-author-info{
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 39px 29px;
    border-radius: var(--main-bora);
    display: flex;
    flex-wrap: wrap;
    margin-top: 43px;
}
.post-author-info .avatar{
    width: 100px;
}
.post-author-info .avatar a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.post-author-info .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
.post-author-info .name{
    font-size: 18px;
    line-height: 1.4;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    letter-spacing: -0.025em;
    text-transform: capitalize;
    margin: -5px 0 11px;
}
.post-author-info .name:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background-color: var(--default-color);
    margin-inline-end: 20px;
}
.post-author-info .desc{
    margin-bottom: 25px;
}
.post-author-info .button{
    text-transform: none;
    font-weight: 400;
}
.post-foot{
    color: var(--default-color);
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.post-foot .post-date{
    flex: 1 1 auto;
    text-align: end;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    color: inherit;
}
@media (max-width: 1199px){
    .post-title{
        margin-top: 14px;
    }
    .post-excerpt{
        margin-top: 8px;
    }
    .post-foot{
        padding-top: 13px;
        margin-top: 13px;
    }
    .post-meta .icon{
        margin-inline-end: 5px;
    }
    .ovic-share-socials a,
    .post_tag a{
        font-size: 13px;
        padding: 6px 24px;
    }
    .pagination-post{
        padding-top: 34px;
        margin-top: 40px;
    }
    .pagination-post .link{
        font-size: 13px;
    }
    .pagination-post .title{
        font-size: 16px;
        margin-top: 0;
    }
    .post-author-info{
        padding: 29px 24px;
        margin-top: 33px;
    }
    .post-author-info .content{
        padding-inline-start: 20px;
    }
    .post-author-info .name{
        font-size: 16px;
        margin: -4px 0 8px;
    }
    .post-author-info .desc{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){
    .post-author-info{
        padding: 29px 19px;
    }
    .post-author-info .content{
        width: 100%;
        padding: 15px 0 0;
    }
}
/*----- PAGE -----*/
.blog-content{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.blog-content .post-item{
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .blog-content{
        margin-bottom: -15px;
    }
    .blog-content .post-item{
        margin-bottom: 15px;
    }
}
/* style-01 */
.post-item.style-01.type-product .post-thumb{
    padding: 1px 1px 0;
    border-bottom: 1px solid #e5e5e5;
}
.post-item.style-01 .post-inner{
    border-radius: var(--main-bora);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.post-item.style-01 .post-info{
    padding: 0 29px 23px;
}
.post-item.style-01 .post-foot{
    padding-top: 25px;
    margin-top: 25px;
}
.post-item.style-01 .post-title{
    font-size: 20px;
    margin-top: 24px;
}
.post-item.style-01 .post-excerpt{
    line-height: 24px;
}
.post-item.style-01 .post-author{
    margin-top: 4px;
    font-size: 12px;
}
@media (max-width: 1199px){
    .post-item.style-01 .post-info{
        padding: 0 20px 16px;
    }
    .post-item.style-01 .post-foot{
        padding-top: 15px;
        margin-top: 15px;
    }
    .post-item.style-01 .post-title{
        font-size: 18px;
        margin-top: 16px;
    }
    .post-item.style-01 .post-author{
        margin-top: 2px;
    }
}
/* standard */
.blog-standard .post-item .post-title{
    font-size: 30px;
}
/* grid */
.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: 1199px){
    .blog-standard .post-item .post-title{
        font-size: 26px;
    }
}
@media (max-width: 991px){
    .blog-grid{
        --blog-columns: 2 !important;
    }
}
@media (max-width: 767px){
    .blog-standard .post-item .post-title{
        font-size: 24px;
    }
    .blog-grid{
        --blog-space: 5px !important;
    }
}
@media (max-width: 479px){
    .blog-grid{
        --blog-columns: 1 !important;
    }
}
/*----- SHORTCODE -----*/
.blog-item .post-inner{
    border-radius: var(--main-bora);
}
.blog-item .post-author{
    font-size: 12px;
    margin-top: 4px;
}
.blog-item .post-foot .post-date{
    color: #999;
}
.blog-item .post-foot .post-date .sub{
    display: none;
}
@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{
    border-radius: 0 !important;
}
.blog-item.style-01 .post-thumb{
    border-radius: var(--main-bora);
}
/* style-02 */
.ovic-blog.style-02 .content-post:hover > .slick-list{
    padding: 15px 20px 25px;
    margin: -15px -20px -25px;
}
.ovic-blog.style-02 .slick-slide{
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ovic-blog.style-02 .slick-slide:not(.slick-active){
    opacity: 0;
    visibility: hidden;
}
.blog-item.style-02 .post-inner:hover{
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.blog-item.style-02 .post-info{
    padding: 0 20px 25px;
}
.blog-item.style-02 .post-title{
    margin-top: 15px;
}
/* style-03 */
.blog-item.style-04 .post-thumb,
.blog-item.style-03 .post-thumb{
    border-radius: inherit;
}
.blog-item.style-03 .post-title{
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
}
.blog-item.style-03 .post-date{
    font-size: 14px;
    text-transform: none;
    color: #999;
    margin: 14px 0 -6px;
}
.blog-item.style-04 .post-date .sub,
.blog-item.style-03 .post-date .sub{
    display: none;
}
/* style-04 */
.blog-item.style-04 .post-inner{
    display: flex;
    flex-wrap: wrap;
}
.blog-item.style-04 .post-thumb{
    width: 75px;
}
.blog-item.style-04 .post-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
.blog-item.style-04 .post-title{
    font-size: 14px;
    line-height: 18px;
    margin-top: -2px;
}
.blog-item.style-04 .post-date{
    font-size: 14px;
    text-transform: none;
    color: #999;
    margin-top: 8px;
}
/* style-05 */
.blog-item.style-05 .post-info{
    padding: 20px 25px 23px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.blog-item.style-05 .post-title{
    font-size: 16px;
    margin: 0;
}
.blog-item.style-05 .post-excerpt{
    margin-top: 4px;
}
.blog-item.style-05 .post-readmore{
    margin-top: 13px;
}
.blog-item.style-05 .post-readmore .icon:after{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f101";
    font-size: calc(100% + 1px);
}
/* widget */
.widget .ovic-blog{
    padding-top: 14px;
    padding-bottom: 14px;
}
.widget .ovic-blog .slick-arrow{
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    --arrow-width: 30px;
    --arrow-height: 40px;
    --arrow-fz: 20px;
    border-radius: 0;
}
.widget .ovic-blog .slick-arrow:not(:hover){
    color: var(--default-color);
    background-color: #fff;
}
.widget .ovic-blog .slick-arrow.prev{
    top: 100px;
    left: 0;
}
.widget .ovic-blog .slick-arrow.next{
    top: 100px;
    bottom: auto;
    right: 0;
}
.widget .blog-item.style-04:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
@media (max-width: 1199px){
    .blog-item.style-02 .post-info{
        padding: 0 15px 15px;
    }
    .blog-item.style-02 .post-title{
        margin-top: 10px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
body.single-post .breadcrumb,
body.single-post .woocommerce-breadcrumb{
    margin-top: 20px;
}
.post-head{
    position: relative;
    overflow: hidden;
    margin-bottom: -40px;
    border-radius: var(--main-bora);
}
.post-head .post-thumb{
    border-radius: var(--main-bora);
}
.post-head .post-text{
    overflow: hidden;
}
.post-head .post-thumb + .post-text > .inner{
    padding-top: 48px;
}
.post-head .post-text > .inner{
    position: relative;
    padding: 0 0 14px;
}
.post-head .post-title{
    font-size: 48px;
    line-height: 1.2;
    margin-top: 0;
}
.post-head .post-metas{
    margin-top: 12px;
}
.post-single > .post-inner{
    background-color: transparent;
}
.post-single > .post-inner .post_tag{
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}
.post-single > .post-inner .post-share{
    float: right;
    margin-top: 40px;
    margin-inline-start: 30px;
}
/* style-modern */
@media (min-width: 1200px){
    .style-modern{
        --modern-width: 1020px;
    }
    .style-modern.sidebar-full{
        --modern-width: 970px;
    }
    .site-content.style-modern{
        width: calc(var(--modern-width) + 30px);
    }
    .post-head.style-modern .post-text > .inner{
        width: var(--modern-width);
        max-width: 100%;
        margin-inline-start: auto;
        margin-inline-end: auto;
    }
    .post-head.style-modern .post-thumb:not(.video):not(.audio) + .post-text{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .post-head.style-modern .post-thumb:not(.video):not(.audio) + .post-text > .inner{
        max-width: calc(100% - 30px);
        background-color: #fff;
        padding-inline-end: 30px;
    }
    .post-head.style-modern.sidebar-full .post-thumb:not(.video):not(.audio) + .post-text > .inner{
        padding-inline-end: 0;
    }
    .post-head.style-modern .post-thumb:not(.video):not(.audio) + .post-text > .inner:before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: -100vw;
        right: 0;
        background-color: inherit;
        z-index: -1;
        pointer-events: none;
        box-shadow: inherit;
    }
    .post-head.style-modern.sidebar-full .post-thumb:not(.video):not(.audio) + .post-text > .inner:before{
        right: -30px;
    }
}
@media (min-width: 1500px){
    .style-modern{
        --modern-width: 1170px;
    }
    .post-head.style-modern.sidebar-full .post-thumb:not(.video):not(.audio) + .post-text > .inner:before{
        right: -100px;
    }
}
@media (max-width: 1199px){
    body.single-post .breadcrumb,
    body.single-post .woocommerce-breadcrumb{
        margin-top: 15px;
    }
    .post-head{
        margin-bottom: -30px;
    }
    .post-head .post-title{
        font-size: 40px;
    }
    .post-head .post-thumb + .post-text > .inner{
        padding-top: 30px;
    }
    .post-head .post-metas{
        margin-top: 8px;
    }
    .post-single > .post-inner .post_tag{
        display: block;
        margin-top: 30px;
    }
    .post-single > .post-inner .post-share{
        float: none;
        margin: 30px 0 0;
    }
}
@media (max-width: 767px){
    .post-head{
        margin-bottom: -40px;
    }
    .post-head .post-title{
        font-size: 32px;
    }
    .post-head .post-thumb + .post-text > .inner{
        padding-top: 20px;
    }
}
/*----- 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, 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;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    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;
    letter-spacing: -0.025em;
    padding: 43px 0 10px;
    border-top: 1px solid #e5e5e5;
    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: 50px;
    --input-padding: 13px 20px;
    --button-padding: 13px 15px;
    margin: 50px 0 0;
    padding-top: 42px;
    border-top: 1px solid #e5e5e5;
}
.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: var(--main-h-fw);
    letter-spacing: -0.025em;
    color: var(--default-color);
    margin: 0 0 10px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link{
    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"]{
    width: 250px;
}
.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;
    padding-bottom: 1px;
}
.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;
        padding: 33px 0 0;
        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;
        padding-top: 32px;
    }
    .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%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 99998;
}
.add-to-cart:before{
    content: attr(data-title);
    font-size: 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: 8px 15px;
    font-size: 13px;
    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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 8px);
}
.product-inner.cart-tooltip-start .add-to-cart:after{
    display: block;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 3px);
    border-inline-start: 6px solid 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: 767px){
    .woocommerce .wishlist_table .product-add-to-cart a,
    .add-to-cart > a{
        font-size: 12px;
        padding: 4px 5px;
    }
}
/* compare, quickview, wishlist*/
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--default-color);
    padding: 5px 0;
    background-color: #f5f5f5;
    border-radius: var(--main-bora);
    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(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.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: 14px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    margin: 1px 0 -1px;
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before{
    font-family: main-icon, sans-serif;
    content: "\e936";
}
a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: "\e934";
}
.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: '\e935';
}
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;
}
.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: 5px 0;
    opacity: 0.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 .feedback .yith-wcwl-icon{
    padding: 5px 0;
    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: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    margin: 0;
}
.price ins{
    text-decoration: none;
    margin-inline-end: 9px;
    color: var(--main-color-3);
}
.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;
}
@media (max-width: 767px){
    .price{
        font-size: 15px;
    }
    .price ins{
        margin-inline-end: 7px;
    }
    .price del{
        font-size: 13px;
    }
}
/* 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;
    font-weight: inherit;
    font-size: 12px;
    color: #999;
}
.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 .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: 13px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #aaa;
    margin-inline-end: -0.05em;
}
.star-rating > span:before{
    content: '\e909\e909\e909\e909\e909';
    color: #ff9300;
}
.ovic-panel-rating .process-bar{
    background-color: #ff9300;
}
.ovic-panel-rating .average{
    font-size: 24px;
    line-height: 1;
    color: var(--main-color-4);
    margin: 0;
}
.ovic-panel-rating .average span{
    font-size: 100px;
    font-weight: inherit;
    color: inherit;
    letter-spacing: -0.025em;
    margin: 0 -2px;
}
.ovic-panel-rating .star-rating{
    margin-bottom: 2px;
}
.ovic-panel-rating .star-rating:before,
.ovic-panel-rating .star-rating > span:before{
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-inline-end: -0.2em;
}
.ovic-panel-rating .review-count{
    margin-bottom: 16px;
}
.ovic-panel-rating .detail{
    max-width: 355px;
}
.ovic-panel-rating .detail li{
    display: flex;
    align-items: center;
}
.ovic-panel-rating .detail li:not(:last-child){
    margin-bottom: 8px;
}
.ovic-panel-rating .detail .star{
    width: 60px;
}
.ovic-panel-rating .detail .process{
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
    height: 8px;
    border-radius: 90px;
    background-color: #ebebeb;
}
.ovic-panel-rating .detail .process:before{
    display: none;
}
.ovic-panel-rating .detail .process-bar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    height: auto;
}
.ovic-panel-rating .detail .count{
    width: 55px;
    padding-inline-start: 20px;
}
@media (max-width: 1199px){
    .ovic-panel-rating .average{
        font-size: 20px;
    }
    .ovic-panel-rating .average span{
        font-size: 70px;
    }
    .ovic-panel-rating .star-rating:before, .ovic-panel-rating .star-rating > span:before{
        font-size: 16px;
    }
    .ovic-panel-rating .detail li:not(:last-child){
        margin-bottom: 6px;
    }
}
/* 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 0.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: #ff9300;
}
/* quantity */
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.quantity .input-text{
    text-align: center;
    width: 110px;
    height: 50px;
    padding: 13px 10px;
    padding-inline-end: 40px;
    color: var(--default-color);
    font-size: 14px;
    line-height: 24px;
    border-radius: var(--main-bora) !important;
    box-shadow: 0 0 0 2px #e5e5e5 inset;
    overflow: hidden;
}
.quantity .input-text:focus{
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.quantity .arrow{
    position: absolute;
    right: 2px;
    z-index: 1;
    width: 26px;
    height: 23px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-inline-start: 2px solid #e5e5e5;
}
.quantity .minus{
    bottom: 2px;
    border-top: 1px solid #e5e5e5;
}
.quantity .plus{
    top: 2px;
    border-bottom: 1px solid #e5e5e5;
}
.quantity .minus:before{
    font-family: FontAwesome, sans-serif;
    content: '\f107';
}
.quantity .plus:before{
    font-family: FontAwesome, sans-serif;
    content: '\f106';
}
@-moz-document url-prefix(){
    .quantity .input-text{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
}
@media (max-width: 1199px){
    .quantity .input-text{
        padding: 11px 10px;
        padding-inline-end: 34px;
        width: 90px;
        height: 46px;
    }
    .quantity .arrow{
        width: 24px;
        height: 21px;
        font-size: 14px;
    }
}
/* labels */
.product-labels{
    position: absolute;
    top: 0;
    left: 0;
}
.product-labels > *{
    --main-label-bg: var(--main-color-2);
    display: table;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--main-label-bg);
    padding: 2px 10px;
    text-align: center;
    min-width: 50px;
    border-radius: var(--main-bora);
    z-index: 2;
    margin-bottom: 5px;
}
.product-labels > * > *{
    display: inline-block;
    vertical-align: top;
}
.product-labels > .onsale{
    --main-label-bg: var(--main-color-4);
}
.product-labels > .onsale .text{
    display: none;
}
.product-labels > .onsale .percent > *{
    display: inline-block;
    vertical-align: top;
}
.product-labels > .featured{
    background-color: var(--main-color-3);
}
.product-labels > .out-of-stock{
    color: #fff;
    --main-label-bg: var(--default-color);
}
/* 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: var(--main-color-3);
}
/* posted_in */
.posted_in{
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #999;
    margin: 0 0 3px;
}
.posted_in .title{
    display: none;
}
@media (max-width: 1199px){
    .posted_in{
        margin-bottom: 1px;
    }
}
@media (max-width: 767px){
    .posted_in{
        margin-bottom: 0;
    }
}
/* 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: 30px;
}
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{
    min-width: var(--summary-title-width);
    padding-inline-end: 10px;
    border-radius: 0;
}
table.variations .label label{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    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;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img{
    display: block !important;
    border-radius: inherit !important;
    color: #fff;
}
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"]{
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    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: #e5e5e5 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 1px #dedede inset !important;
}
table.variations .rtwpvs-button-term span{
    line-height: 16px;
    padding: 3px 5px 1px !important;
    box-shadow: none !important;
    color: inherit !important;
    min-width: 35px;
}
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term):hover,
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term).selected{
    color: var(--default-color);
    box-shadow: 0 0 0 1px var(--main-color) inset !important;
}
table.variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term{
    border-radius: var(--main-bora);
}
table.variations .rtwpvs-term img{
    border: 1px solid #dedede;
}
table.variations .rtwpvs-term:hover img,
table.variations .rtwpvs-term.selected img{
    border: 1px solid var(--main-color);
}
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;
}
@media (max-width: 1499px){
}
@media (max-width: 1199px){
}
/* growl */
.growl.growl-notice{
    color: var(--default-color);
    background-color: #fff;
}
.growl{
    width: 320px;
    border-radius: var(--main-bora);
    box-shadow: 0 0 15px rgba(0,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,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: var(--main-color-3);
    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{
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
ul.shop-page > .product-category a:hover img{
    opacity: 0.7;
}
ul.shop-page > .product-category a:hover h2{
    color: inherit;
}
ul.shop-page > .product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 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{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/* hover change */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
/* hover 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{
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .product-item .product-inner:not(:hover) .product-thumb .slick-dots{
        opacity: 0;
        visibility: hidden;
    }
}
/*----- CONTROL -----*/
.shop-control{
    font-size: 14px;
    line-height: 24px;
}
.shop-control select{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-top: 6px;
    padding-bottom: 6px;
}
.shop-control .chosen-container .chosen-single{
    max-width: 100%;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-top: 6px;
    padding-bottom: 6px;
}
.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 -7px;
}
.display-mode-control button{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
    margin: 0 7px;
}
.display-mode-control button:hover,
.display-mode-control button.active{
    color: var(--main-color);
    opacity: 1;
}
.woocommerce-result-count{
    margin: 0;
}
.display-per-page .chosen-container .chosen-drop{
    width: 100%;
}
ul.shop-page + .shop-before-control{
    margin-top: -1px;
    border-radius: 0;
}
.shop-before-control + ul.shop-page{
    border-radius: 0 0 var(--main-bora) var(--main-bora);
}
.shop-before-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 7px 15px;
    margin-bottom: -1px;
    border-radius: var(--main-bora) var(--main-bora) 0 0;
}
.shop-before-control > *{
    margin: 5px;
}
.shop-before-control .woocommerce-result-count{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 20px !important;
}
.shop-before-control .clear{
    margin: 0;
}
@media (max-width: 767px){
    .shop-before-control{
        padding: 10px;
    }
    .shop-before-control .woocommerce-result-count{
        padding: 0 10px !important;
    }
    .shop-before-control .clear{
        width: 100%;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog,
.ovic-products{
    position: relative;
}
.product-item .woocommerce-review-link{
    display: none;
}
.product-item .product-inner{
    --product-bg: #fff;
    --product-pd: 20px;
    --product-bora: var(--main-bora);
    --product-bora-wrap: var(--main-bora);
    position: relative;
    font-size: 14px;
    line-height: 24px;
    background-color: var(--product-bg);
    border-radius: var(--product-bora-wrap);
    padding: var(--product-pd);
}
.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;
}
#wcfmmp-store .product-title{
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: var(--main-h-fw) !important;
    color: var(--main-color-2) !important;
    margin: 0 !important;
}
.product-item .product-title{
    font-size: 15px;
    line-height: 20px;
    color: var(--main-color-2);
    margin: 0;
}
.uppercase-title-yes .product-item .product-title{
    text-transform: uppercase;
    font-size: 14px;
}
.add-cart-not-yes .product-item.style-03 .group-hover,
.add-cart-not-yes .add-to-cart,
.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-container > .elementor-row > .slick-list,
.content-overflow > .elementor-column-wrap > .slick-slider > .slick-list,
.content-overflow > .slick-slider > .slick-list,
.content-overflow .product-list-owl > .slick-list,
.content-overflow .content-post > .slick-list{
    overflow: visible;
}
.product-item .price{
    margin: 9px 0 0;
}
.product-item .product-excerpt,
.product-item .process-valiable,
.product-item .add-to-cart{
    margin: 15px 0 0;
}
.product-item .group-button.style-1{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .product-inner:not(:hover) .group-button.style-1{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.product-item .group-button.style-1 > *:not(:last-child){
    margin-bottom: 5px;
}
.list-description{
    list-style: none !important;
    padding-inline-start: 0;
}
.list-description li:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-radius: 50%;
    margin-inline-start: 2px;
    margin-inline-end: 11px;
}
@media (max-width: 1199px){
    .product-item .product-inner{
        --product-pd: 15px;
    }
    .product-item .group-button.style-1,
    .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 .price{
        margin-top: 4px;
    }
    .product-item .product-excerpt,
    .product-item .process-valiable,
    .product-item .add-to-cart{
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    .product-item .product-inner{
        --product-pd: 10px;
    }
    .product-item.short-title .product-title a{
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product-item .price{
        margin-top: 0;
    }
    .product-item .product-excerpt{
        display: none;
    }
    .product-item .process-valiable,
    .product-item .add-to-cart{
        margin-top: 5px;
    }
}
/* list */
.product-item.list .product-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --product-pd: 20px;
}
.product-item.list .product-thumb{
    width: 230px;
    max-width: 45%;
}
.product-item.list .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 0;
    padding-inline-start: 20px;
}
.product-item.list .stock{
    margin-top: 8px;
}
.product-item.list .price{
    margin-top: 7px;
}
.product-item.style-01 a.yith-wcqv-button,
.product-item.list a.yith-wcqv-button{
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: #888;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 8px 15px;
    margin-top: 10px;
}
.product-item.style-01 a.yith-wcqv-button:hover,
.product-item.list a.yith-wcqv-button:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.product-item.style-01 a.yith-wcqv-button:before,
.product-item.list a.yith-wcqv-button:before{
    display: none;
}
@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: 230px;
        margin-inline-start: 30px;
        margin-inline-end: 10px;
    }
    .product-item.list .stock{
        margin-top: 0;
    }
}
@media (min-width: 1500px){
    .product-item.list .group-info{
        margin-inline-start: 60px;
        margin-inline-end: 40px;
    }
}
@media (max-width: 1199px){
    .product-item.list .stock{
        margin-top: 3px;
    }
    .product-item.list .price{
        margin-top: 2px;
    }
}
@media (max-width: 767px){
    .product-item.list .product-inner{
        --product-pd: 15px;
    }
    .product-item.list .product-info{
        padding-inline-start: 15px;
    }
}
@media (max-width: 479px){
    .product-item.list .stock .title{
        display: none;
    }
    .product-item.list .product-inner{
        --product-pd: 10px;
    }
    .product-item.list .product-info{
        padding: 5px 0;
        padding-inline-start: 10px;
    }
}
/* style-01 */
.border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0']{
    border: 1px solid #e5e5e5;
    border-radius: var(--main-bora);
    background-color: #fff;
}
.border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-inner{
    border: none;
    border-inline-start: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
}
.border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .slick-active + * .product-inner{
    border-inline-start-color: #e5e5e5;
}
.border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) .product-inner{
    border-top: 1px solid #e5e5e5;
}
.ovic-products.style-03.border-full .product-list-grid,
.ovic-products.style-03.shop-page{
    overflow: visible;
}
.border-full .product-list-grid,
ul.shop-page{
    --col-space: 0;
    --item-space: 0;
    border-radius: var(--main-bora) var(--main-bora) 0 0;
    overflow: hidden;
    padding: 1px 0 0;
    padding-inline-start: 1px;
    background-color: #fff;
}
.border-full .product-list-grid:after,
ul.shop-page:after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    border-radius: inherit;
    pointer-events: none;
}
.border-full .product-list-grid .product-item .product-inner,
ul.shop-page > .product-category a,
ul.shop-page .product-item .product-inner{
    padding: calc(var(--product-pd) - 1px);
    border: 1px solid #e5e5e5;
    border-top-width: 0;
    border-inline-start-width: 0;
    border-radius: 0;
}
.product-item.style-08 .product-info,
.product-item.style-03 .product-info,
.product-item.style-01 .product-info{
    padding-top: 6px;
}
/* style-03 */
.product-item.style-03 .product-inner{
    --product-pd-b: 10px;
    padding-bottom: calc(var(--product-pd) + var(--product-pd-b));
}
.border-simple.style-03 .product-list-owl .product-item{
    padding-inline-start: 1px;
    position: relative;
}
.border-simple.style-03 .product-list-owl .product-item:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    border-inline-start: 1px solid transparent;
}
.border-simple.style-03 .product-list-owl .slick-active.product-item + .product-item:before,
.border-simple.style-03 .product-list-owl .slick-active + * .product-item:before{
    border-inline-start-color: #e5e5e5;
}
.border-simple.style-03 .product-list-owl .product-item .product-inner{
    padding: 0 calc(var(--product-pd) - 1px);
}
.border-full.style-03{
    border-radius: 0;
    overflow: visible;
}
.border-full.style-03 .product-item .product-inner{
    padding: calc(var(--product-pd) - 1px);
    padding-bottom: calc(var(--product-pd) + var(--product-pd-b) - 1px);
}
/* style-05 */
.product-item.style-07 .product-inner,
.product-item.style-05 .product-inner{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-item.style-07 .product-thumb{
    max-width: 46%;
}
.product-item.style-05 .product-thumb{
    max-width: 51%;
}
.product-item.style-07 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 15px;
}
.product-item.style-05 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
.product-item.style-05 .group-hover{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.product-item.style-05 .add-to-cart{
    flex: 1 1 auto;
    width: 1%;
    margin: 10px 0 0;
}
.product-item.style-05 .yith-wcwl-add-to-wishlist{
    margin: 10px 0 0;
    margin-inline-start: 10px;
}
.product-item.style-05 .yith-wcwl-add-to-wishlist > *{
    width: 40px;
    height: 40px;
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    line-height: 24px;
    padding: 8px 0;
}
.product-item.style-05 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-05 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-05 .yith-wcwl-add-to-wishlist .delete_item{
    background-color: var(--main-color);
    box-shadow: none;
}
/* style-06 */
.product-item.style-06 .product-info{
    max-width: 415px;
}
.product-item.style-06 .process-valiable{
    margin: 25px 0 -10px;
}
/* style-08 */
.ovic-products.style-08:not(.border-full) > .product-list-owl  .product-inner,
.ovic-products.style-08:not(.border-full) > .woocommerce  .product-inner{
    padding: 0;
}
/* style-10 */
.product-item.style-10 .product-excerpt{
    display: block;
    padding-top: 13px;
    border-top: 1px solid #e5e5e5;
}
.product-item.style-10 .product-info{
    padding: 8px 0 4px;
}
.product-item.style-10 .list-description li:not(:last-child){
    margin-bottom: 4px;
}
@media (min-width: 1200px){
    .ovic-products.style-03 .product-list-owl:hover > .slick-list{
        padding: 20px 20px 100px;
        margin: -20px -20px -100px;
    }
    .ovic-products.style-03 .slick-slide{
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: opacity 0.3s ease, visibility 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .ovic-products.style-03 .slick-slide:not(.slick-active){
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-03 .product-inner:hover{
        z-index: 3;
    }
    .product-item.style-03 .product-inner:not(:hover):before{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-03 .product-inner:before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        background-color: var(--product-bg);
        border-radius: var(--product-bora-wrap) var(--product-bora-wrap) 0 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .product-item.style-03 .product-inner:after{
        content: '';
        display: table;
        clear: both;
    }
    .product-item.style-03 .product-info{
        margin-bottom: -6px;
    }
    .product-item.style-03 .product-inner:not(:hover) .group-hover{
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    .product-item.style-03 .group-hover{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--product-bg);
        border-radius: 0 0 var(--product-bora-wrap) var(--product-bora-wrap);
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        padding: 0 20px 20px;
        margin: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .product-item.style-03 .group-hover:before{
        position: absolute;
        content: '';
        bottom: calc(100% - 1px);
        left: 0;
        right: 0;
        height: 16px;
        background-color: inherit;
    }
    .product-item.style-03 .add-to-cart{
        margin-top: -10px;
    }
    .border-simple.style-03 .product-list-owl .product-item .product-inner .add-to-cart{
        margin-top: 0;
    }
    .border-simple.style-03 .product-list-owl:hover > .slick-list{
        padding-top: 40px;
        margin-top: -40px;
    }
    .border-simple.style-03 .product-list-owl .product-item .product-inner:before{
        top: -20px;
        bottom: -20px;
        left: -1px;
        right: -1px;
    }
    .border-simple.style-03 .product-list-owl .product-item .group-hover{
        top: calc(100% + 20px);
        left: -1px;
        right: -1px;
    }
    .border-full.style-03 .product-item .product-inner:before{
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
    }
    .border-full.style-03 .product-item .group-hover{
        left: -1px;
        right: -1px;
    }
    .border-full.style-03 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-inner:before,
    .border-full.style-03 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .group-hover{
        left: -2px;
    }
    .border-full.style-03 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .slick-active + * .product-inner:before,
    .border-full.style-03 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .slick-active + * .group-hover{
        left: -1px;
    }
}
@media (min-width: 1500px){
    .ovic-products.style-03 .product-list-grid .product-item .product-inner,
    .shop-page.ovic-products.style-03 .product-item .product-inner{
        border-inline-start-color: transparent;
    }
}
@media (max-width: 1199px){
    .product-item.style-01 .product-inner{
        padding: 14px;
    }
    .product-item.style-03 .product-inner{
        --product-pd: 15px;
    }
    .product-item.style-07 .product-inner,
    .product-item.style-05 .product-inner{
        padding: 15px;
    }
    .product-item.style-07 .product-thumb{
        max-width: 41%;
    }
    .product-item.style-05 .product-thumb{
        max-width: 46%;
    }
    .product-item.style-05 .product-info{
        padding-inline-start: 15px;
    }
    .product-item.style-05 .group-hover{
        padding-top: 10px;
    }
    .product-item.style-06 .process-valiable{
        margin-top: 15px;
    }
    .product-item.style-10 .product-info{
        padding: 6px 0 2px;
    }
    .product-item.style-10 .list-description li:not(:last-child){
        margin-bottom: 2px;
    }
    .product-item.style-10 .product-excerpt{
        padding-top: 9px;
    }
}
@media (max-width: 991px){
    .product-item.style-03 .product-inner{
        --product-pd-b: 0px;
    }
}
@media (max-width: 767px){
    .product-item.style-01 .product-inner{
        padding: 9px;
    }
    .product-item.style-03 .product-inner{
        --product-pd: 10px;
    }
    .product-item.style-07 .product-inner,
    .product-item.style-05 .product-inner{
        padding: 10px;
    }
    .product-item.style-07 .product-thumb,
    .product-item.style-05 .product-thumb{
        max-width: 42%;
    }
    .product-item.style-07 .product-info,
    .product-item.style-05 .product-info{
        padding-inline-start: 10px;
    }
    .product-item.style-05 .group-hover{
        padding-top: 0;
    }
    .product-item.style-06 .product-info{
        padding-inline-end: 0;
    }
    .product-item.style-06 .process-valiable{
        margin-top: 10px;
    }
}
/*==========================================================================
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: '\e901';
    font-size: 12px;
    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 -----*/
.flex-control-nav{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    max-width: 270px;
}
.flex-control-nav img{
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: var(--main-bora);
}
.flex-control-nav img:hover,
.flex-control-nav img.flex-active{
    border-color: var(--main-color);
}
.flex-control-nav .slick-arrow{
    --arrow-width: 30px;
    --arrow-height: 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: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.delivery-info .item:not(:last-child){
    margin-bottom: 5px;
}
.delivery-info .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    width: 20px;
    margin-inline-end: 10px;
}
.delivery-info .main-icon-click{
    font-size: 20px;
}
.delivery-info .text{
    display: inline;
}
.delivery-info b{
    color: var(--default-color);
}
/*----- PAYMENT INFO -----*/
.payment-info{
    font-size: 14px;
    line-height: 24px;
    color: var(--default-color);
    background-color: #f5f5f5;
    border-radius: var(--main-bora-2);
    padding: 14px 12px;
    text-align: center;
    margin-top: 21px;
}
.payment-info .item:not(:last-child){
    margin-bottom: 5px;
}
.payment-info .text{
    display: block;
    font-weight: 600;
    margin: 0 0 2px;
}
.payment-info .image{
    display: block;
}
.payment-info img{
    display: inline-block;
    vertical-align: top;
    margin: 6px 0;
}
@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: 24px;
    color: var(--main-color-2);
    margin: -7px 0 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: 40px;
}
.yith-wcqv-wrapper .entry-summary .star-rating-wrap .rating-count:after{
    display: none;
}
.entry-summary .wcfmmp_sold_by_container:after,
.entry-summary .by-vendor-name-link:after,
.entry-summary .star-rating-wrap .rating-count:after,
.entry-summary .star-rating:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -20px;
    border-inline-start: 1px solid #e5e5e5;
    height: 13px;
    margin: auto;
    pointer-events: none;
}
.entry-summary .star-rating-wrap .rating-count{
    font-size: inherit;
    position: relative;
    margin-inline-end: 40px;
}
.entry-summary .star-rating-wrap .rating-count:before{
    display: none;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link{
    font-weight: 400;
}
.entry-summary .woocommerce-product-details__short-description{
    padding-top: 19px;
    border-top: 1px solid #e5e5e5;
    margin-top: 19px;
}
.entry-summary .woocommerce-product-details__short-description > :last-child{
    margin-bottom: 0;
}
.entry-summary .ovic-countdown{
    margin-top: 15px;
    padding: 7px 0;
}
.summary-content > .price,
.entry-summary > .price{
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 11px;
}
.summary-content > .price ins,
.entry-summary > .price ins{
    margin-inline-end: 10px;
}
.summary-content > .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{
    margin: 23px 0 0;
}
.entry-summary .quantity{
    float: left;
    margin-inline-end: 10px;
}
.entry-summary .quantity ~ .single_add_to_cart_button,
.entry-summary .quantity ~ .added_to_cart{
    width: calc(100% - 120px);
}
.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{
    font-size: 16px;
    line-height: 24px;
    margin: -1px 0 1px;
    margin-inline-end: 9px;
}
.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 a:before{
    font-size: 16px;
    margin: -1px 0 1px;
    margin-inline-end: 5px;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    position: static;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin: -1px 0 1px;
    margin-inline-end: 6px;
}
.entry-summary .share-product{
    float: right;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    margin-inline-start: 25px;
}
.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 .share-product:not(.open) .ovic-share-socials{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}
.entry-summary .ovic-share-socials{
    position: absolute;
    top: calc(50% - 17px);
    right: calc(100% + 10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry-summary .ovic-share-socials a{
    padding: 5px 0;
    width: 34px;
    border-radius: 50%;
    text-align: center;
}
.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_meta{
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.entry-summary .product_meta > *:not(:last-child){
    margin-bottom: 5px;
}
.entry-summary .product_meta > * > .title{
    min-width: var(--summary-title-width);
    padding-inline-end: 10px;
    color: var(--default-color);
}
.entry-summary .stock .title{
    min-width: var(--summary-title-width);
}
.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(--main-color-3);
    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 (min-width: 480px){
    .entry-summary{
        --summary-title-width: 90px;
    }
}
@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 .quantity ~ .single_add_to_cart_button,
    .entry-summary .quantity ~ .added_to_cart{
        width: calc(100% - 100px);
    }
    .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;
    }
    .entry-summary .share-product{
        display: table;
        float: none;
        margin-top: 5px;
        margin-inline-start: 0;
    }
    .entry-summary .share-product:not(.open) .ovic-share-socials{
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    .entry-summary .ovic-share-socials{
        left: calc(100% + 10px);
        right: auto;
    }
}
/*----- WRAPPER -----*/
.single-product-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-product-gallery{
    position: relative;
    width: 44.681%;
    max-width: 100%;
}
.entry-summary{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
/* 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;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -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: 0.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){
    .has-gallery .woocommerce-product-gallery{
        padding-inline-start: 70px;
    }
    .has-gallery .flex-control-nav{
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        margin: 0;
    }
    .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;
    }
    .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;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0 0 -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: 1200px){
    .has-gallery .woocommerce-product-gallery__trigger{
        left: 90px;
    }
    .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){
    .woocommerce-product-gallery{
        width: 50%;
    }
    .entry-summary{
        padding-inline-start: 20px;
    }
    .product-page-slide .flex-control-nav{
        bottom: 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;
    letter-spacing: -0.025em;
    color: #999;
    text-transform: capitalize;
    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;
    border-radius: var(--main-bora);
    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: uppercase;
}
.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: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
.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;
}
/* show-all */
.woocommerce-tabs.show-all .ovic-heading{
    margin-bottom: 30px;
}
.woocommerce-tabs.show-all .ovic-heading .heading{
    font-size: 20px;
}
.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: 55px;
}
.related.products:not(.hide-border-yes) .ovic-heading,
.up-sells.products:not(.hide-border-yes) .ovic-heading,
.cross-sells.products:not(.hide-border-yes) .ovic-heading{
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .related.products,
    .up-sells.products,
    .cross-sells.products{
        margin-top: 35px;
    }
    .related.products:not(.hide-border-yes) .ovic-heading,
    .up-sells.products:not(.hide-border-yes) .ovic-heading,
    .cross-sells.products:not(.hide-border-yes) .ovic-heading{
        margin-bottom: 20px;
    }
}
/* 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: 50px;
    --input-padding: 13px 20px;
    --input-cl-h: #fff;
    --input-bg: rgba(255,255,255,0.02);
    --input-sd: 0 0 0 1px rgba(255,255,255,0.08) inset;
}
.wpcf7 label{
    width: 100%;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.wpcf7 .textarea{
    height: 150px;
}
.wpcf7 p{
    position: relative;
    margin-bottom: 10px;
}
.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"]{
    width: 100%;
    padding: 13px 30px;
    margin-top: 20px;
}
div.wpcf7 .ajax-loader{
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 1199px){
    .wpcf7{
        --input-height: 46px;
        --input-padding: 11px 20px;
    }
    .wpcf7 [type="submit"]{
        margin-top: 10px;
    }
    div.wpcf7 .ajax-loader{
        top: 10px;
    }
}
/*----- CART -----*/
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-form-login .woocommerce-LostPassword{
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
}
.woocommerce table.wishlist_table,
.woocommerce-cart-form > .shop_table{
    margin: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title,
.wishlist_table th,
.woocommerce-cart-form > .shop_table th{
    font-size: 14px;
    text-transform: uppercase;
}
.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: 16px;
    font-weight: 400;
    color: var(--main-color-2);
}
.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);
}
.woocommerce #content table.wishlist_table .quantity .input-text,
.woocommerce-cart-form .quantity .input-text{
    width: 80px;
    height: 40px;
    padding: 8px 10px;
    padding-inline-end: 30px;
    font-size: 14px;
}
.woocommerce #content table.wishlist_table .quantity .arrow,
.woocommerce-cart-form .quantity .arrow{
    border: none;
    height: 20px;
}
.cart-collaterals{
    max-width: 350px;
    background-color: #f5f5f5;
    padding: 30px 20px 40px;
    margin: 30px 0 0;
    margin-inline-start: auto;
}
.cart-collaterals .cart_totals > h2{
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    font-size: 16px;
    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: var(--main-h-fw);
    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: 18px;
}
@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;
    }
    .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: 19px;
    }
    .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: 1200px){
    .woocommerce-cart-form{
        display: inline-block;
        vertical-align: top;
        float: left;
        width: calc(100% - 380px);
        margin-inline-end: 30px;
    }
    .cart-collaterals{
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        margin-top: 0;
    }
}
@media (min-width: 1500px){
    .woocommerce-cart-form{
        width: calc(100% - 460px);
        margin-inline-end: 70px;
    }
    .cart-collaterals{
        max-width: 390px;
        padding-inline-start: 40px;
        padding-inline-end: 40px;
        margin-top: 0;
    }
}
@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{
    font-size: 16px;
    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{
        font-size: 15px;
        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
===========================================================================*/
.header-mobile,
.header{
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
    border-bottom: 1px solid #e5e5e5;
}
.menu-item{
    --current-item: var(--main-color);
}
.menu-item > a:hover,
.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 > a:hover,
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: -1px 0 0;
    margin-inline-end: 8px;
}
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-image{
    display: block;
    max-width: 210px;
    padding: 5px 0;
}
.logo .logo-text{
    font-family: 'Comfortaa', cursive;
    font-size: 36px;
    line-height: 1.12;
    color: var(--default-color);
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: -0.05em;
    padding: 5px 0;
}
.logo .logo-text .text{
    display: block;
    padding-inline-end: 0.05em;
    margin: 2px 0 -2px;
    margin-inline-start: -2px;
}
.logo .logo-text .text > *{
    display: inline-block;
    vertical-align: top;
}
.logo .logo-text .text-2{
    color: var(--main-color);
}
/*----- TOP BAR MENU -----*/
.dukamarket-dropdown{
    position: relative;
}
.dukamarket-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;
    border-radius: var(--main-bora);
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: start;
    visibility: visible;
}
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.dukamarket-dropdown > .sub-menu > .menu-item,
.header-submenu .sub-menu > li{
    padding: 0 20px;
}
.dukamarket-dropdown > .sub-menu > .menu-item > a,
.header-submenu .sub-menu > li > a{
    display: block;
    padding: 3px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dukamarket-dropdown > .sub-menu > .menu-item > a:hover,
.header-submenu .sub-menu > li > a:hover{
    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 -15px;
}
.header-submenu > li{
    margin: 0 15px;
}
.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: '\f107';
    font-weight: 400;
    font-style: normal;
    margin-inline-start: 8px;
}
@media (min-width: 1200px){
    .dukamarket-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
@media (max-width: 1199px){
    .dukamarket-dropdown:not(.open) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- HEADER SOCIAL -----*/
.header-social{
    font-size: 15px;
    line-height: 20px;
}
.header-social .inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.header-social a{
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
    margin: 0 6px;
}
.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{
    white-space: pre-line;
    margin: 0;
}
/*----- 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);
    text-transform: uppercase;
    padding: 13px 0;
}
.block-menu-bar > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-menu-bar > a .icon{
    font-size: 17px;
    margin-inline-end: 15px;
}
@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{
    color: inherit;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
    font-size: 14px;
    line-height: 24px;
    padding: 0 30px 30px;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: start;
    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;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@media (max-width: 1199px){
    .block-minicart:not(.open) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    min-width: auto;
    text-align: start;
    width: 630px;
    max-width: 100% !important;
    --search-bora: 3px;
    padding: 10px 0;
    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);
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
    position: static;
}
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%;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    height: 50px;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    background-color: transparent !important;
    padding: 13px 20px;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::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 #ebebeb;
    border-radius: var(--search-bora);
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: 0 var(--search-bora) var(--search-bora) 0 !important;
    width: 50px;
    height: auto;
    min-width: auto;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    padding: 13px 0;
    min-height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    text-shadow: none;
    z-index: 2;
    opacity: 1 !important;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    background-color: var(--main-color-b);
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    position: static;
    border: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    color: var(--default-color);
    opacity: 1;
    background: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    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: '\e901';
}
div.dgwt-wcas-search-wrapp.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    display: none !important;
}
body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp,
body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{
    border-radius: 0;
}
div.dgwt-wcas-suggestion{
    line-height: 24px;
}
div.dgwt-wcas-search-wrapp .category{
    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: 0.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-top: 13px;
    padding-bottom: 13px;
    box-shadow: none !important;
}
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 .category select,
    div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
        padding-top: 11px;
        padding-bottom: 11px;
    }
    div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
        padding-top: 11px;
        padding-bottom: 11px;
        height: 46px;
    }
    div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
        padding-top: 11px;
        padding-bottom: 11px;
        width: 46px;
    }
}
/* live */
body .dgwt-wcas-suggestions-wrapp{
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    border-color: #e5e5e5;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
}
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;
    color: var(--main-color-2);
    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-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(--main-color-3);
    margin-inline-end: 5px;
}
body .dgwt-wcas-sp del{
    order: 2;
}
.block-search{
    position: static;
}
.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:not(.open) > .sub-menu{
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
}
.block-search > .sub-menu{
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 15px !important;
    width: auto !important;
    min-width: auto !important;
    background-color: rgba(255,255,255,0.8) !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 1;
}
@media (max-width: 479px){
    div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
}
/*----- MAIN MENU -----*/
.main-menu{
    --main-menu-mg: 15px;
    --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: 14px;
    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: 20px;
    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: '\f107';
    font-weight: 400;
    font-style: normal;
    margin: -1px 0 1px;
    margin-inline-start: 7px;
}
.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;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    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);
    text-align: start;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
    padding: 14px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
    margin: 0;
}
.main-menu > .menu-item:not(:hover) > .sub-menu{
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.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;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.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: '\f107';
    width: 10px;
    text-align: end;
    margin-inline-start: 5px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vertical-menu > .menu-item-has-children:hover > a:not(:last-child):after,
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children:hover > a:not(:last-child):after,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children:hover > a:not(:last-child):after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.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;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.vertical-menu > .menu-item > .megamenu{
    padding: 0;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
    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;
}
@media (min-width: 1500px){
    .main-menu{
        --main-menu-mg: 17px;
    }
}
/*----- VERTICAL MENU -----*/
.header-vertical{
    display: flex;
}
.box-nav-vertical{
    --vertical-width: 300px;
    display: flex;
    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: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: uppercase;
    color: var(--default-color);
    padding: 13px 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-nav-vertical .block-title:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    border-inline-start: 1px solid;
    height: 18px;
    opacity: 0.2;
    margin: auto;
}
.box-nav-vertical .block-title:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-nav-vertical .block-title:hover,
.box-nav-vertical.open .block-title{
    color: var(--main-color-t);
}
.box-nav-vertical:not(.open) .block-title:not(:hover):after{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.box-nav-vertical .block-title > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.box-nav-vertical .block-title .icon{
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 15px;
}
.box-nav-vertical .block-title .icon .inner *{
    -webkit-transition: top 0.1s linear 0.1s, transform 0.1s linear;
    -moz-transition: top 0.1s linear 0.1s, transform 0.1s linear;
    -o-transition: top 0.1s linear 0.1s, transform 0.1s linear;
    transition: top 0.1s linear 0.1s, transform 0.1s linear;
}
.box-nav-vertical.open .block-title .icon .inner *{
    -webkit-transition: top 0.1s linear, transform 0.1s linear 0.1s;
    -moz-transition: top 0.1s linear, transform 0.1s linear 0.1s;
    -o-transition: top 0.1s linear, transform 0.1s linear 0.1s;
    transition: top 0.1s linear, transform 0.1s linear 0.1s;
}
.box-nav-vertical.open .block-title .icon .inner :nth-child(1){
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-nav-vertical.open .block-title .icon .inner :nth-child(2){
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
.box-nav-vertical.open .block-title .icon .inner :nth-child(3){
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.elementor-editor-active .header .box-nav-vertical:not(.open) .block-content{
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transform: translateY(15px) !important;
    -moz-transform: translateY(15px) !important;
    -ms-transform: translateY(15px) !important;
    -o-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
}
@media (min-width: 1200px){
    body:not(.elementor-editor-active) .site > .header-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky:not(.is-sticky) .box-nav-vertical:not(.always-open):not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .box-nav-vertical:not(.always-open):not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
@media (max-width: 1199px){
    .box-nav-vertical:not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
.box-nav-vertical .block-content{
    width: var(--vertical-width);
    min-height: var(--vertical-min-height);
    padding: 0;
    box-shadow: 1px 0 #e5e5e5 inset, -1px 0 #e5e5e5 inset, 0 -1px #e5e5e5 inset;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.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;
    content: '+';
    margin-inline-end: 7px;
}
.vertical-menu{
    list-style: none;
    padding: 1px 0 0;
    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: 9px 30px;
}
.vertical-menu > .menu-item:not(:first-child) > a:before{
    display: block;
    content: '';
    border-top: 1px solid #e5e5e5;
    margin: -9px -10px 9px;
}
.vertical-menu > .menu-item > a .icon{
    text-align: center;
    min-width: 20px;
    font-size: 20px;
    margin-inline-end: 12px;
}
.vertical-menu > .menu-item > a .main-icon-combo{
    font-size: 18px;
}
.vertical-menu > .item-megamenu{
    position: static;
}
/* popup */
.button-vertical{
    display: inline-block;
    vertical-align: top;
}
.button-vertical a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
body:not(.open-popup-vertical) .popup-vertical,
body:not(.open-popup-vertical) .popup-vertical .vertical-close{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.popup-vertical{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    max-width: 100%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.popup-vertical .block-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: uppercase;
    padding: 13px 30px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    text-align: center;
    position: relative;
}
.popup-vertical .vertical-close{
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.popup-vertical .vertical-close:hover{
    color: var(--main-color);
}
.popup-vertical .block-content{
    flex: 1 1 auto;
    height: 1%;
    position: relative;
}
.popup-vertical .block-content > *{
    height: 100%;
}
.popup-vertical .block-content .vertical-menu{
    position: static;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.popup-vertical .block-content .vertical-menu > .menu-item{
    position: static;
}
.popup-vertical .block-content .vertical-menu > .menu-item > .megamenu{
    max-height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px){
    .site > .header-sticky,
    .button-vertical,
    .popup-vertical,
    .header-vertical,
    .main-menu{
        display: none !important;
    }
}
/*----- HEADER MAIN -----*/
.header > *{
    position: relative;
    background-color: var(--main-header-bg);
}
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner{
    position: relative;
}
/* header-control */
.inner-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 -13px;
}
.inner-control > *{
    margin: 0 13px;
}
.inner-control > * > a{
    display: flex;
    text-align: start;
    font-size: 14px;
    line-height: 17px;
    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;
    margin: 0;
}
.inner-control .block-wishlist > a .icon,
.inner-control .block-minicart > a .icon{
    padding-inline-end: 7px;
}
.inner-control > * > a .count{
    font-family: var(--main-ff);
    position: absolute;
    top: -2px;
    right: -3px;
    min-width: 20px;
    font-size: 12px;
    line-height: 14px;
    padding: 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 > * > a .text .sub{
    display: block;
    font-size: 13px;
    opacity: 0.7;
}
.inner-control .ovic-icon-menu .inner{
    width: 26px;
    height: 20px;
    margin: 2px 0;
}
/* header-top */
.header-top{
    color: var(--default-color);
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
/* header-mid */
.header-mid{
    position: relative;
}
.header-mid .header-inner{
    padding: 20px 0;
}
/* header-bot */
.header-bot{
    position: relative;
}
.header-bot .header-inner{
    box-shadow: 0 1px #e5e5e5 inset;
}
@media (min-width: 768px){
    .header-end,
    .inner-control{
        justify-content: flex-end;
        text-align: end;
    }
    .inner-control > .dukamarket-dropdown > .sub-menu,
    .inner-control > .header-submenu .sub-menu,
    .header-top .header-end .dukamarket-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 .header-inner > :not(:last-child),
    .header-mid .header-inner > :not(:last-child),
    .header-bot .header-inner > :not(:last-child){
        padding-inline-end: 15px;
    }
    .header-top .header-inner > :not(:first-child),
    .header-mid .header-inner > :not(:first-child),
    .header-bot .header-inner > :not(:first-child){
        padding-inline-start: 15px;
    }
    .header-submenu > li:not(:last-child),
    .header-top .header-inner > * > :not(:last-child){
        padding-inline-end: 20px;
        position: relative;
    }
    .header-submenu > li:not(:first-child),
    .header-top .header-inner > * > :not(:first-child){
        padding-inline-start: 20px;
        position: relative;
    }
    .header-submenu > li:not(:last-child):before,
    .header-top .header-inner > * > :not(:last-child):before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: -1px;
        height: 16px;
        border-inline-end: 1px solid;
        opacity: 0.2;
        margin: auto;
    }
    .header-submenu{
        margin: 0;
    }
    .header-submenu > li{
        margin: 0;
    }
}
@media (max-width: 767px){
    .header-submenu{
        margin: 0 -12px;
    }
    .header-submenu > li{
        margin: 0 12px;
    }
    .header-message,
    .block-menu-bar > a,
    .header-social a,
    .header-submenu > li > a,
    .inner-control > * > a{
        padding: 3px 0;
    }
    .header-social .inner,
    .header-submenu{
        text-align: center;
        justify-content: center;
    }
    .header-submenu .sub-menu{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-submenu li:not(:hover) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(15px);
        -moz-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
        -o-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }
    .block-search,
    .block-userlink,
    .block-minicart{
        position: static;
    }
    .block-search > .sub-menu,
    .block-userlink .sub-menu,
    .block-minicart .widget_shopping_cart{
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
    }
    .header-top{
        padding: 5px 0;
    }
    .header-top .block-userlink{
        width: 100%;
        position: relative;
        text-align: center;
    }
    .header-mid .header-inner,
    .header-bot .header-inner{
        text-align: center;
        padding: 5px 0;
    }
}
/*----- STYLE -----*/
.light.header-mobile,
.light.header{
    border-bottom: none;
}
.light .logo .logo-text,
.light .inner-control > * > a:not(:hover),
.light .main-menu,
.light .button-vertical,
.light .block-menu-bar,
.light .header-message,
.light .box-nav-vertical:not(.open) .block-title:not(:hover){
    color: #fff;
}
.light div.dgwt-wcas-search-wrapp .input-focus{
    border-color: transparent;
}
.light.header-top,
.light .header-top{
    color: #fff;
    border-color: rgba(255,255,255,0.1);
}
.light.header-bot,
.light .header-bot{
    color: #fff;
}
.light.header-bot .header-inner,
.light .header-bot .header-inner{
    box-shadow: 0 1px rgba(255,255,255,0.1) inset;
}
/* style-01 */
.header-mobile.style-05,
.header-mobile.style-03,
.header-mobile.style-02,
.header-mobile.style-01,
.header.style-01{
    --main-header-bg: var(--main-color-5);
}
/* style-02 */
.header.style-02 div.dgwt-wcas-search-wrapp{
    width: 910px;
}
.header.style-02 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    padding: 9px 0;
    border-radius: var(--search-bora) !important;
    margin: 4px;
}
/* style-03 */
.header.style-03 .main-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --main-menu-mg: 10px;
}
.header.style-03 .main-menu > .menu-item > a{
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    display: flex;
    align-items: center;
}
.header.style-03 .main-menu > .menu-item > a .icon{
    font-size: 31px;
    line-height: 40px;
    margin-inline-end: 15px;
}
/* style-04 */
.header.style-04{
    --main-header-bg: #fff;
    border-bottom: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}
.header.style-04 div.dgwt-wcas-search-wrapp{
    width: 930px;
}
.header.style-04 .header-mid .header-inner{
    padding: 10px 0;
}
/* style-05 */
.header.style-05{
    border-bottom: none;
}
/* style-06 */
.header.style-06{
    --main-header-bg: #fff;
    border-bottom: none;
}
.header.style-06 .header-bot .header-inner{
    background-color: var(--default-color);
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    border-radius: var(--main-bora);
    box-shadow: none;
}
.header.style-06 .box-nav-vertical .block-title{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header.style-06 .header-vertical{
    margin-inline-start: -15px;
    border-radius: var(--main-bora) 0 0 var(--main-bora);
}
.header.style-06 .box-nav-vertical{
    width: auto;
}
.header.style-06 .header-message{
    color: #fdc801;
}
.header.style-07 .main-menu > .menu-item,
.header.style-06 .main-menu > .menu-item{
    --current-item: inherit;
}
.header.style-07 .main-menu > .menu-item > a:before,
.header.style-06 .main-menu > .menu-item > a:before{
    position: absolute;
    content: '';
    top: calc(50% + 8px);
    left: 0;
    right: 0;
    border-top: 2px solid;
    opacity: 0.7;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.style-07 .main-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover):before,
.header.style-06 .main-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover):before{
    width: 0;
}
/* style-07 */
.header-mobile.style-07,
.header.style-07{
    --main-header-bg: var(--default-color);
}
.header.style-07 .header-bot{
    --main-header-bg: var(--main-color);
}
.header.style-07 .header-bot .header-inner{
    box-shadow: none;
}
.header.style-07 .block-menu-bar,
.header.style-07 .header-message,
.header.style-07 .main-menu{
    color: var(--main-color-t);
}
/* style-08 */
.header-mobile.style-08,
.header.style-08{
    --main-header-bg: var(--main-color);
}
.header-mobile.style-08 .mobile-submenu,
.header.style-08 .header-top{
    color: var(--main-color-t);
    border-color: rgba(0,0,0,0.1);
}
.header-mobile.style-08 .inner-control > * > a:not(:hover),
.header-mobile.style-08 .logo .logo-text,
.header.style-08 .button-vertical,
.header.style-08 .inner-control > * > a:not(:hover),
.header.style-08 .logo .logo-text{
    color: var(--main-color-t);
}
.header-mobile.style-08 .header-submenu > li,
.header.style-08 .header-submenu > li{
    --current-item: #fff;
}
.header-mobile.style-08 .inner-control > * > a:hover,
.header-mobile.style-08 .logo .logo-text .text-2,
.header.style-08 .button-vertical a:hover,
.header.style-08 .inner-control > * > a:hover,
.header.style-08 .logo .logo-text .text-2{
    color: #fff;
}
.header-mobile.style-08 .inner-control > * > a .count,
.header-mobile.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
.header.style-08 .inner-control > * > a .count,
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    background-color: var(--default-color);
    color: #fff;
}
.header-mobile.style-08 div.dgwt-wcas-search-wrapp input[type=search].input-text:focus ~ .input-focus,
.header.style-08 div.dgwt-wcas-search-wrapp input[type=search].input-text:focus ~ .input-focus{
    border-color: var(--default-color);
}
.header.style-08 .header-bot{
    --main-header-bg: #fff;
    box-shadow: 0 1px #e5e5e5;
}
.header.style-08 .header-inner{
    box-shadow: none;
}
/* style-09 */
.header.style-09 .header-inner{
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}
.header.style-09 .header-top{
    background-color: #1f2024;
    border: none;
}
.header.style-09 .header-mid .header-center > *{
    display: inline-block;
    vertical-align: top;
}
.header.style-09 .inner-control > * > a .icon{
    font-size: 23px;
}
.header.style-09 .inner-control > * > a .text{
    display: none;
}
.header.style-09 .inner-control .ovic-icon-menu .inner{
    width: 23px;
    height: 18px;
    margin: 3px 0;
}
/* style-10 */
.header.style-10{
    --main-header-bg: #fff;
}
.header.style-10 .header-top{
    background-color: #f2f4f7;
    border: none;
}
.header.style-12 .header-message,
.header.style-10 .header-message{
    color: var(--main-color);
}
/* style-12 */
.header.style-12{
    --main-header-bg: #fff;
}
/* style-13 */
.header.style-13 .header-mid .header-inner{
    padding: 15px 0;
}
.header.style-13 .header-message{
    font-size: 13px;
    line-height: 18px;
}
.header.style-13 .header-message a{
    font-size: 14px;
}
.header.style-13 .header-bot .header-inner{
    box-shadow: none;
}
.header.style-13 .header-bot:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.08);
}
.header.style-13 .main-menu{
    --main-menu-mg: 17px;
    --main-menu-pd: 11px;
}
.header.style-13 .header-vertical:not(:last-child){
    margin-inline-end: 2px;
}
.header.style-13 .box-nav-vertical{
    width: auto;
}
.header.style-13 .box-nav-vertical .block-title{
    padding: 11px 0;
    padding-inline-end: 35px;
}
.header.style-13 .box-nav-vertical .block-title:after{
    display: none;
}
.header.style-13 .box-nav-vertical .block-title:hover,
.header.style-13 .box-nav-vertical.open .block-title{
    color: var(--main-color);
}
.header.style-13 .block-userlink > a .icon,
.header.style-13 .block-wishlist > a .icon{
    display: none;
}
.header.style-13 .block-userlink > a .text,
.header.style-13 .block-wishlist > a .text{
    margin-inline-start: 1px;
}
@media (min-width: 768px){
    .header.style-01 .header-mid .header-center{
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header.style-01 .block-search{
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        justify-content: flex-end;
    }
    .header.style-01 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-01 .header-message{
        text-align: end;
    }
    .header.style-09 .header-mid .header-center{
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header.style-13 .header-message{
        text-align: start !important;
        margin-inline-end: 30px;
    }
}
@media (min-width: 1200px){
    .header.style-01 .header-mid .header-center{
        margin: 0 10px;
    }
    .header.style-01 .button-vertical{
        flex: 1 1 auto;
        width: 1%;
        text-align: end;
        margin-inline-end: 30px;
    }
    .header.style-01 .button-vertical + .block-search{
        flex: 0 0 auto;
        width: auto;
        max-width: calc(100% - 50px);
    }
    .header.style-09 .button-vertical{
        margin-inline-end: 35px;
    }
}
@media (min-width: 1500px){
    .header.style-01 .header-mid .header-center{
        margin: 0 30px;
    }
    .header.style-13 .header-vertical:not(:last-child){
        margin-inline-end: 8px;
    }
    .header.style-13 .box-nav-vertical .block-title{
        padding-inline-end: 41px;
    }
    .header.style-13 .header-message{
        margin-inline-start: 60px;
    }
    .header.style-13 .inner-control{
        margin: 0 -18px;
    }
    .header.style-13 .inner-control > *{
        margin: 0 18px;
    }
    .header.style-13 .main-menu{
        --main-menu-mg: 20px;
    }
}
@media (max-width: 1499px){
    .header.style-03 .main-menu > .menu-item > a{
        font-size: 13px;
        line-height: 18px;
    }
    .header.style-03 .main-menu > .menu-item > a .icon{
        font-size: 28px;
        line-height: 36px;
        margin-inline-end: 12px;
    }
}
@media (max-width: 1499px) and (min-width: 1200px){
    .header.style-01 div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .header.style-01 .header-mid .header-center{
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    .header.style-01 div.dgwt-wcas-search-wrapp{
        width: 100%;
    }
    .header.style-01 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-01 .box-header-nav{
        flex: 0 0 auto;
        width: auto;
        padding-inline-start: 0 !important;
    }
    .header.style-01 .header-message{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-13 .header-message{
        flex: 0 0 auto;
        width: auto;
    }
}
@media (max-width: 1199px){
    .header.style-09 .box-header-nav{
        display: none !important;
    }
}
/*----- 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, 0.3);
        z-index: 11;
        max-width: 100%;
        margin: 0;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    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, 0.3);
        z-index: 11;
        max-width: 100%;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    .site > .header-sticky:not(.is-sticky){
        box-shadow: none;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
    }
    .site > .header-sticky .header-inner{
        display: flex;
        align-items: center;
    }
    .site > .header-sticky .header-inner > :not(:last-child){
        padding-inline-end: 15px;
    }
    .site > .header-sticky .header-inner > :not(:first-child){
        padding-inline-start: 15px;
    }
    .site > .header-sticky .inner-control > * > a .text{
        display: none;
    }
    .site > .header-sticky .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
    }
}
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: var(--main-color-3);
    font-weight: var(--main-h-fw);
    text-transform: capitalize;
}
.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: 40px;
    position: relative;
}
.entry-summary .wcfmmp_sold_by_container + .woocommerce-product-rating,
.entry-summary .by-vendor-name-link + .woocommerce-product-rating{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
}
/*----- PINMAP -----*/
body div.ovic-pinmap .ovic-pin .ovic-popup .woocommerce-product-rating{
    display: block;
    float: none;
    line-height: inherit;
}
body .ovic-mapper .ovic-pin .ovic-popup-header h2{
    text-align: start;
}
div.ovic-pinmap .shortcode-pinmap-builder{
    text-align: center;
}
div.ovic-pinmap .shortcode-pinmap-builder .ovic-pinmap{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
div.ovic-pinmap .ovic-pin{
    display: block;
    z-index: auto;
}
div.ovic-pinmap .ovic-pin:hover{
    z-index: auto;
}
div.ovic-pinmap .ovic-pin > *:not(.ovic-popup){
    position: relative;
    z-index: 1;
}
div.ovic-pinmap .ovic-pin .ovic-popup{
    display: block;
    cursor: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.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);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div.ovic-pinmap .ovic-pin .icon-theme span{
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
}
div.ovic-pinmap .ovic-pin .icon-theme span:before,
div.ovic-pinmap .ovic-pin .icon-theme span:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    border-top: 2px solid;
    margin: auto;
}
div.ovic-pinmap .ovic-pin .icon-theme span:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
div.ovic-pinmap .ovic-pin.text .ovic-popup-header h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 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{
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a:hover img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (max-width: 1199px){
    div.ovic-pinmap .wrap-image{
        overflow: hidden;
    }
    div.ovic-pinmap .wrap-image img{
        position: relative;
        width: auto;
        max-width: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    body.admin-bar div.ovic-pinmap .ovic-pin .ovic-popup{
        top: 32px;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup{
        position: fixed !important;
        top: 50% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        max-height: calc(100vh - 30px);
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 100000 !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup:before,
    div.ovic-pinmap .ovic-pin .ovic-popup:after{
        display: none !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close{
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        opacity: 1;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close:before{
        display: block;
        font-family: FontAwesome, sans-serif;
        content: "\f00d";
        font-size: 14px;
        line-height: 24px;
    }
}
/*----- POPUP NEWSLETTER -----*/
div.mfp-bg{
    background-color: #fff;
    opacity: 0.5;
    z-index: 100000;
}
div.mfp-wrap{
    z-index: 100000;
}
div.mfp-container{
    padding: 0;
}
div.mfp-content{
    text-align: start;
}
div.mfp-content .social-content{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
div.mfp-content .social-content:after{
    display: none;
}
div.mfp-content .social-content .mfp-bottom-bar{
    margin-top: 0;
    position: static;
}
div.mfp-content .social-content .mfp-user{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}
div.mfp-content .social-content .mfp-user a{
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
}
div.mfp-content .social-content .mfp-user a:not(:hover){
    color: #fff;
}
div.mfp-content .social-content .mfp-user img{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 48px;
    height: 48px;
    margin-inline-end: 10px;
}
div.mfp-content .social-content .mfp-user a > span{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 3px;
    padding-inline-start: 0;
}
div.mfp-content .social-content .mfp-user .name{
    display: block;
    overflow: hidden;
}
div.mfp-content .social-content .mfp-user .date{
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 11px;
    opacity: 0.7;
}
div.mfp-content .social-content img.mfp-img{
    padding: 0;
}
div.mfp-content .social-content .mfp-title{
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 0 5px var(--default-color);
}
.mfp-wrap .dukamarket-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 .dukamarket-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 .dukamarket-popup-newsletter .image{
    margin: 0 0 24px;
}
.mfp-wrap .dukamarket-popup-newsletter .text-1{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 11px;
}
.mfp-wrap .dukamarket-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 .dukamarket-popup-newsletter .text-3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 22px;
}
.mfp-wrap .dukamarket-popup-newsletter .text-4{
    font-size: 14px;
    color: #5f8ab3;
    font-style: italic;
    margin: 24px 0 0;
}
.mfp-wrap .dukamarket-popup-newsletter .text-4:hover{
    color: var(--main-color);
}
.mfp-wrap .dukamarket-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 .dukamarket-popup-newsletter .ovic-newsletter .text-field{
    background-color: #0d2a47;
    border-radius: 90px;
    margin-bottom: 15px;
}
.mfp-wrap .dukamarket-popup-newsletter .ovic-newsletter .input-text[type]{
    color: #8ab3db;
    opacity: 0.4;
}
.mfp-wrap .dukamarket-popup-newsletter .ovic-newsletter .input-text[type]:focus{
    opacity: 1;
}
.mfp-wrap .dukamarket-popup-newsletter .ovic-newsletter .input-focus{
    border-color: #16395d;
}
.mfp-wrap .dukamarket-popup-newsletter .submit-newsletter{
    border-radius: 90px;
}
.mfp-wrap .dukamarket-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 .dukamarket-popup-newsletter .disabled_popup:hover{
    color: var(--main-color);
}
.mfp-wrap .dukamarket-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 .dukamarket-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 .dukamarket-popup-newsletter .disabled_popup span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: var(--main-bora);
    box-shadow: 0 0 0 1px inset;
    margin: -1px 0 1px;
    margin-inline-end: 6px;
}
@media (max-width: 767px){
    .mfp-wrap .dukamarket-popup-newsletter{
        width: 320px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .popup-inner{
        width: 320px;
        min-height: 320px;
        border-radius: var(--main-bora);
        padding: 30px 15px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .image{
        margin-bottom: 14px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .text-1{
        font-size: 13px;
        margin-bottom: 2px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .text-2{
        font-size: 40px;
        margin-bottom: 0;
    }
    .mfp-wrap .dukamarket-popup-newsletter .text-3{
        font-size: 13px;
        margin-bottom: 12px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .text-4{
        font-size: 13px;
        margin-top: 12px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .ovic-newsletter .text-field{
        margin-bottom: 10px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .ovic-newsletter .input-text[type]{
        padding-top: 8px;
        padding-bottom: 8px;
        height: 40px;
    }
    .mfp-wrap .dukamarket-popup-newsletter .submit-newsletter{
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .mfp-wrap .dukamarket-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: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.yith-quick-view:before,
#yith-quick-view-modal:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.yith-quick-view-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.yith-wcqv-wrapper{
    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;
    border-radius: var(--main-bora);
}
.yith-quick-view.open .yith-wcqv-main,
#yith-quick-view-modal.open .yith-wcqv-main{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
.yith-wcqv-main{
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    padding: 15px;
}
.yith-quick-view.open,
.yith-quick-view.open .yith-wcqv-wrapper,
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper{
    visibility: visible;
    opacity: 1;
}
#yith-quick-view-content:after,
#yith-quick-view-content:before{
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-close{
    z-index: 2;
    margin: 0;
    opacity: 1;
}
.yith-wcqv-wrapper #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){
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: var(--main-bora);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    z-index: 5;
}
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: 0.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
===========================================================================*/
.hover-item-shadow .slick-list:hover{
    padding: 20px;
    margin: -20px;
}
.divider-item .slick-active{
    position: relative;
}
.divider-item .slick-active + .slick-active:before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -1px;
    border-inline-end: 1px solid #e5e5e5;
}
.divider-item-2 .slick-active{
    position: relative;
}
.divider-item-2 .slick-active + .slick-active:before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    height: 90px;
    margin: auto;
    left: -1px;
    border-inline-end: 1px solid #e5e5e5;
}
@media (min-width: 1200px){
    .no-bora-end .border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0']{
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .no-bora-start .border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0']{
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}
@media (max-width: 1199px){
    .no-bora-end .border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0']{
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .no-bora-start .border-full .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0']{
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1499px){
    .elementor-section.custom-section-1{
        width: 50%;
    }
}
/*==========================================================================
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,
.dukamarket-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-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 COLOR 3 -----*/
.main-color-3 .elementor-button,
.main-color-3 .elementor-button:visited,
.main-color-3 .elementor-button:hover,
.main-color-3,
.main-color-hover-3:hover{
    color: var(--main-color-3);
    fill: var(--main-color-3);
}
.main-bg-3 .elementor-button,
.main-bg-3 > .elementor-column-wrap,
.main-bg-3 > .elementor-widget-container,
.main-bg-3,
.main-bg-hover-3:hover{
    background-color: var(--main-color-3);
}
.main-bd-3 .elementor-button,
.main-bd-3,
.main-bd-hover-3:hover{
    border-color: var(--main-color-3);
}
.main-bd-3 .elementor-divider-separator{
    border-color: var(--main-color-3) !important;
}
/*----- MAIN COLOR 4 -----*/
.main-color-4 .elementor-button,
.main-color-4 .elementor-button:visited,
.main-color-4 .elementor-button:hover,
.main-color-4,
.main-color-hover-4:hover{
    color: var(--main-color-4);
    fill: var(--main-color-4);
}
.main-bg-4 .elementor-button,
.main-bg-4 > .elementor-column-wrap,
.main-bg-4 > .elementor-widget-container,
.main-bg-4,
.main-bg-hover-4:hover{
    background-color: var(--main-color-4);
}
.main-bd-4 .elementor-button,
.main-bd-4,
.main-bd-hover-4:hover{
    border-color: var(--main-color-4);
}
.main-bd-4 .elementor-divider-separator{
    border-color: var(--main-color-4) !important;
}
/*----- MAIN COLOR 5 -----*/
.main-color-5 .elementor-button,
.main-color-5 .elementor-button:visited,
.main-color-5 .elementor-button:hover,
.main-color-5,
.main-color-hover-5:hover{
    color: var(--main-color-5);
    fill: var(--main-color-5);
}
.main-bg-5 .elementor-button,
.main-bg-5 > .elementor-column-wrap,
.main-bg-5 > .elementor-widget-container,
.main-bg-5,
.main-bg-hover-5:hover{
    background-color: var(--main-color-5);
}
.main-bd-5 .elementor-button,
.main-bd-5,
.main-bd-hover-5:hover{
    border-color: var(--main-color-5);
}
.main-bd-5 .elementor-divider-separator{
    border-color: var(--main-color-5) !important;
}
/*----- MAIN FONT WEIGHT -----*/
.main-fw{
    font-weight: var(--main-h-fw);
}
/*----- MAIN BORDER RADIUS -----*/
.elementor-container,
.elementor-column-wrap,
.elementor-widget-container{
    border-radius: inherit;
}
.main-bora .elementor-icon.elementor-social-icon,
.main-bora{
    border-radius: var(--main-bora);
}
/*----- MAIN BORDER RADIUS 2 -----*/
.main-bora-2 .elementor-icon.elementor-social-icon,
.main-bora-2{
    border-radius: var(--main-bora-2);
    --input-bora: var(--main-bora-2);
}
.main-bora-2 .blog-item .post-inner,
.main-bora-2 .blog-item.style-01 .post-thumb,
.main-bora-2 .ovic-category.style-06,
.main-bora-2 .ovic-category .thumb,
.main-bora-2 .woocommerce .wishlist_table .product-add-to-cart a,
.main-bora-2 .add-to-cart > a,
.main-bora-2 .woocommerce-product-gallery a.compare,
.main-bora-2 .entry-summary a.compare,
.main-bora-2 .product-item a.compare,
.main-bora-2 a.yith-wcqv-button,
.main-bora-2 .yith-wcwl-add-to-wishlist > *{
    border-radius: var(--main-bora-2);
}
.main-bora-2 .product-item .product-inner{
    --product-bora: var(--main-bora-2);
}
.wrap-main-bora-2 .product-item .product-inner{
    --product-bora-wrap: var(--main-bora-2);
}