/*==========================================================================
BODY DATAS
===========================================================================*/
body{
    --main-ff: 'Work Sans', sans-serif;
    --main-fz: 16px;
    --main-lh: 1.75;
    --main-cl: #747C97;
    --main-fw: 400;
    --default-color: #3E445A;
    --main-color: #219653;
    --main-color-t: #FFF;
    --main-color-2: #FFB800;
    --main-color-2-t: #18191B;
    --main-color-3: #E80E29;
    --main-color-b: hsl(var(--mc-hsl-h), var(--mc-hsl-s), calc(var(--mc-hsl-l) * 0.8));
    --main-container-pd: 15px;
    --main-h-lh: 1.2;
    --main-h-fw: 500;
    --main-bora: 90px;
    --main-special-fw: var(--main-h-fw);
    --sidebar-width: 400px;
    --sidebar-space: 78px;
    --shop-sidebar-width: 330px;
    --shop-sidebar-space: 30px;
    --input-fz: 14px;
    --input-lh: 24px;
    --input-width: auto;
    --input-height: 48px;
    --input-padding: 12px 24px;
    --input-bg: #fff;
    --input-sd: 0 0 0 1px #dedcdc inset;
    --input-sd-h: 0 0 0 2px var(--main-color) inset;
    --input-cl: var(--main-cl);
    --input-cl-h: var(--default-color);
    --input-bora: var(--main-bora);
    --textarea-bora: 15px;
    --button-fz: var(--main-fz);
    --button-lh: 24px;
    --button-fw: 600;
    --button-padding: 12px 32px;
    --main-bora-b: var(--input-bora);
    --rating-fz: 14px;
    --rating-lh: 24px;
    --layered-space: 8px;
    --countdown-color: #E74C3C;
    --text-space: 16px;
    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 (min-width: 1200px){
    body.bg-fixed{
        background-attachment: fixed;
        background-size: 100% auto;
    }
    .bg-fixed > .elementor-column-wrap,
    .bg-fixed{
        background-attachment: fixed;
    }
}
@media (max-width: 1499px){
    body{
        --main-fz: 15px;
        --button-padding: 10px 28px;
        --input-height: 44px;
        --input-padding: 10px 22px;
        --layered-space: 5px;
    }
}
@media (max-width: 767px){
    body{
        --main-fz: 14px;
        --button-padding: 9px 24px;
        --input-height: 42px;
        --input-padding: 9px 20px;
    }
}
@media (max-width: 1499px) and (min-width: 992px){
    body{
        --sidebar-width: 300px;
        --sidebar-space: 30px;
        --shop-sidebar-width: 270px;
        --shop-sidebar-space: 30px;
    }
}
@font-face{
    font-family: Reingttoon;
    src: url(../fonts/Reingttoon-DEMO.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: Cyclone;
    src: url(../fonts/CYCLONE-BACKGROUND.OTF);
    font-style: normal;
}
/*----- 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: var(--main-h-lh);
}
.elementor-widget-heading .elementor-heading-title{
    white-space: pre-line;
    line-height: inherit;
}
.elementor-widget-heading.main-special-font .elementor-heading-title{
    font-weight: 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: var(--main-h-lh);
}
h1,
h2,
h3,
h4,
h5,
h6,
legend{
    color: var(--default-color);
    line-height: var(--main-h-lh);
    font-weight: var(--main-h-fw);
    margin: 0 0 14px;
}
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 var(--text-space);
}
/*----- 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;
}
.elementor .elementor-icon:hover{
    color: inherit;
}
.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 #dedcdc;
    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 7px;
}
required,
.required{
    color: #ff0000;
}
/*----- INPUT, TEXTAREA, SELECT -----*/
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.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: var(--input-fz);
    line-height: var(--input-lh);
    max-width: 100%;
    height: auto;
    padding: var(--input-padding);
    color: var(--input-cl);
    background-color: var(--input-bg);
    box-shadow: var(--input-sd);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
    text-align: start;
    transition: none;
}
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
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"]{
    width: var(--input-width);
    height: var(--input-height);
    border-radius: var(--input-bora);
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container.chosen-with-drop .chosen-single,
body .select2-container--open .select2-selection--single{
    color: var(--input-cl-h);
    box-shadow: var(--input-sd-h) !important;
    border-radius: var(--input-bora) !important;
}
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,
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: 147px;
    border-radius: var(--textarea-bora);
}
/* select */
select{
    width: var(--input-width);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABcSURBVHgBfYzREUBADAX3VKIb5dABKqAbx48StEIDF7n8CSczmUledhNkZQLO0DBSKNloEeqKxKXDoFL/CeY8MRtnwaJwRLyQd8v1/vzghCL4EiL7L+iEQ7vztxsN2EJh91SnyAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-inline-end: 40px;
    border-radius: var(--input-bora);
    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;
    font-size: 75%;
}
.elementor .elementor-button,
.elementor .elementor-button:visited,
.woocommerce .wishlist_table .product-add-to-cart a,
.added_to_cart,
.button,
button,
input[type="button"],
input[type="submit"]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: var(--button-fz);
    line-height: var(--button-lh);
    font-weight: var(--button-fw);
    padding: var(--button-padding);
    border: none;
    border-radius: var(--main-bora-b);
    color: var(--main-color-t);
    fill: var(--main-color-t);
    text-align: center;
    cursor: pointer;
    background-color: var(--main-color);
    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);
    fill: 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: 600;
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-inline-end: 10px;
    margin-bottom: 10px;
    background-color: var(--default-color);
    border-radius: var(--main-bora);
    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 #dedcdc inset;
    background-color: transparent;
}
.post-pagination .post-page-numbers:hover{
    color: #fff;
}
/*----- BREADCRUMBS -----*/
.breadcrumbs .trail-browse{
    display: none;
}
.breadcrumb > .active{
    color: var(--main-cl);
}
.breadcrumb,
.woocommerce-breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--default-color);
    padding: 18px 0;
    background-color: #F2EFEF;
    text-transform: uppercase;
    font-family: var(--main-special);
    letter-spacing: 0.05em;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a,
.woocommerce-breadcrumb a{
    color: var(--main-color);
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    text-decoration: underline;
}
.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 5px;
    color: var(--default-color);
}
@media (max-width: 1499px){
    .breadcrumb,
    .woocommerce-breadcrumb{
        padding: 13px 0;
    }
}
/*----- PAGINATION -----*/
.dokan-pagination-container,
.woocommerce-pagination{
    --pagi-fz: var(--main-fz);
    --pagi-lh: 24px;
    --pagi-w: 48px;
    --pagi-p: var(--button-padding);
    --pagi-m: 0px;
    --pagi-m-offset: 2px;
    margin: 48px 0 0;
    position: relative;
    text-align: center;
}
.dokan-pagination-container{
    --pagi-m-offset: -1px;
}
.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: var(--main-h-fw);
    margin: 0 calc(0px - (var(--pagi-m) - var(--pagi-m-offset))) 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);
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin: 0 calc(var(--pagi-m) - var(--pagi-m-offset)) calc(var(--pagi-m) * 2);
    color: var(--default-color);
    border-radius: var(--main-bora);
    border: none;
}
.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);
    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: main-icon, sans-serif;
    font-size: calc(var(--pagi-fz) - 1px);
    line-height: var(--pagi-lh);
    font-weight: 400;
}
.dokan-pagination-container .dokan-pagination li:first-child a:before,
.woocommerce-pagination ul li .prev:before{
    content: "\e90e";
}
.dokan-pagination-container .dokan-pagination li:last-child a:after,
.woocommerce-pagination ul li .next:after{
    content: "\e90f";
}
.woocommerce-pagination .button-loadmore{
    min-width: 220px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
@media (max-width: 1499px){
    .dokan-pagination-container,
    .woocommerce-pagination{
        --pagi-w: 44px;
        margin-top: 32px;
    }
}
@media (max-width: 767px){
    .dokan-pagination-container,
    .woocommerce-pagination{
        margin-top: 24px;
    }
}
/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #F2EFEF;
    border-top: 3px solid var(--main-color);
    list-style: none !important;
    width: auto;
    border-radius: 0 0 10px 10px;
}
.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: 13px;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a{
    float: none;
    width: 100%;
    margin: 0;
}
#customer_details{
    margin-bottom: 6px;
}
.woocommerce-checkout-payment{
    background-color: #ebe9eb;
    padding: 24px;
    margin-top: 32px;
    border-radius: 10px;
}
@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 form .form-row label,
.woocommerce-page form .form-row label{
    display: block;
    font-weight: inherit;
    color: inherit;
}
.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 .col-1 + .col-2,
.woocommerce-page .col2-set .col-1 + .col-2{
    margin-top: 30px;
}
@media (min-width: 768px){
    .woocommerce .col2-set,
    .woocommerce-page .col2-set{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2{
        flex: 1 1 auto;
        width: 1%;
        max-width: calc(50% - 15px);
        margin: 0 !important;
    }
}
.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: 24px 32px;
    font-size: 16px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    background-color: #F2EFEF;
    border-radius: 10px;
}
.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: 10px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child){
    border-bottom: 1px solid #dedcdc;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    color: var(--default-color);
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--main-color);
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after{
    float: right;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-lh) * (100% + 4px));
    margin-inline-start: 10px;
    color: var(--main-color-2);
}
@media (max-width: 1499px){
    .woocommerce .woocommerce-MyAccount-navigation{
        width: 250px;
        padding: 16px 24px;
        font-size: 15px;
    }
}
.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{
    min-width: 240px;
}
.woocommerce-address-fields .button:after,
.woocommerce-EditAccountForm .button:after,
.woocommerce-form-login .form-row .button:after,
.woocommerce-form-register .form-row .button:after,
.woocommerce-ResetPassword .form-row .button:after,
.woocommerce-form-track-order .form-row .button:after{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-lh) * (100% + 4px));
    font-weight: 400;
    margin-inline-start: 10px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox{
    display: inline-block;
    vertical-align: top;
    font-weight: inherit;
    margin: 0 0 var(--text-space);
}
.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 #dedcdc;
    border-radius: 0;
}
body .select2-dropdown{
    padding: 0 0 15px;
    border: 1px solid #dedcdc;
    border-radius: 10px !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 #dedcdc;
}
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";
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #dedcdc;
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #dedcdc;
    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;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    display: block;
    width: auto;
}
.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 .cart_item dl:last-child,
.woocommerce-checkout-review-order-table .cart_item dl p:last-child{
    margin-bottom: 0;
}
.col2-set .col-1 > h2,
.col2-set .col-2 > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading{
    font-size: 24px;
    margin-bottom: 18px;
    color: var(--main-color);
    clear: both;
}
@media (max-width: 1499px){
    .col2-set .col-1 > h2,
    .col2-set .col-2 > h2,
    .woocommerce-billing-fields > h3,
    .woocommerce-shipping-fields > h3,
    .woocommerce-additional-fields > h3,
    #order_review_heading{
        font-size: 21px;
    }
}
#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: 48px;
}
#ship-to-different-address label{
    font-weight: inherit;
    cursor: pointer;
    color: inherit;
    margin: 0;
    font-size: inherit;
}
#ship-to-different-address label input[type="checkbox"]:checked + span:after{
    right: 3px;
}
#ship-to-different-address label input[type="checkbox"]:checked + span:before{
    background-color: var(--main-color);
}
#ship-to-different-address label span:before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 36px;
    margin: auto;
    background-color: #c2c2c2;
    border-radius: 90px;
    transition: 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;
    transition: all 0.3s ease-in-out;
}
.shop_table th,
.shop_table td{
    border-inline-start: none;
    border-inline-end: none;
}
.shop_table th:first-child,
.shop_table td:first-child{
    padding-inline-start: 0;
}
.shop_table th:last-child,
.shop_table td:last-child{
    padding-inline-end: 0;
}
.shop_table > :first-child > tr:first-child th,
.shop_table > :first-child > tr:first-child td{
    border-top: none;
}
.shop_table > :last-child > tr:last-child th,
.shop_table > :last-child > tr:last-child td{
    border-bottom: none;
}
.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-family: var(--price-typo);
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color-3);
}
.shop_table td.product-price > *,
.shop_table td.product-subtotal > *{
    display: inline-block;
    vertical-align: bottom;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del{
    font-size: 16px;
    margin-bottom: 2px;
    margin-inline-end: 5px;
}
.shop_table td.product-thumbnail a img{
    width: 170px;
    max-width: inherit;
}
.shop_table td.product-remove a{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}
.shop_table .actions{
    text-align: start;
    padding: 20px 0;
    border: none;
}
.shop_table .actions:before,
.shop_table .actions:after{
    content: '';
    display: table;
    clear: both;
}
.shop_table .actions .coupon{
    display: inline-block;
    vertical-align: top;
}
.shop_table .actions .coupon label{
    display: none;
    vertical-align: middle;
    margin: 0;
}
.shop_table .actions .coupon .input-text{
    width: 252px;
    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 #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;
    width: 100%;
    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;
    margin-inline-end: 20px;
    margin-bottom: 5px;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover){
    color: var(--default-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;
    font-size: 14px;
    line-height: 24px;
    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: main-icon, sans-serif;
    content: "\e912";
}
.woocommerce ul.wishlist_table.mobile li .add-to-cart{
    display: block;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
    text-align: start;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value{
    text-align: end;
}
.woocommerce .user-role > .radio{
    margin-inline-start: 20px;
    cursor: pointer;
}
.woocommerce .user-role > .radio > input{
    cursor: inherit;
}
.woocommerce form #billing_phone_field,
.woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field,
.woocommerce-page form #billing_email_field{
    width: 100%;
}
.shop_table .woocommerce-shipping-contents{
    margin-bottom: 0;
}
.cart_totals .shop_table th{
    width: 33%;
}
.cart_totals .woocommerce-shipping-calculator > p{
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-calculator > .shipping-calculator-form p{
    margin: 10px 0 0;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    font-size: calc(100% + 2px);
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{
    color: var(--main-color);
}
@media (max-width: 767px){
    .woocommerce .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 #dedcdc;
    }
    .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 #F2EFEF;
    }
    .woocommerce-cart-form > .shop_table .actions{
        padding: 0;
    }
    /* orders-table mobile */
    .woocommerce-orders-table thead{
        display: none;
    }
    .woocommerce-orders-table tbody{
        display: block;
    }
    .woocommerce-orders-table tr{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-orders-table tr:not(:last-child){
        margin-bottom: 16px;
    }
    .woocommerce-orders-table td{
        width: 100%;
        border: none;
        padding: 0;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
        width: auto;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-date{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-start: 16px;
        text-align: end;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 479px){
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last{
        float: none;
        width: 100%;
    }
    .woocommerce-form-login .woocommerce-form__label-for-checkbox{
        float: none;
        margin-top: 15px;
    }
}
/*==========================================================================
VISUAL COMPOSER
===========================================================================*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section{
    padding-top: 0;
}
body .vc_cta3-container,
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0;
}
div.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner{
    z-index: auto;
}
.vc_column_container{
    max-width: 100%;
}
/*----- CUSTOM HEADING -----*/
.vc_custom_heading a{
    transition: none;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover,
.vc_custom_heading a:hover{
    opacity: 1;
    color: var(--main-color);
}
/*----- SINGLE IMAGE -----*/
.wpb_single_image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- SEPARATOR -----*/
div.vc_separator .vc_sep_holder{
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line{
    top: auto !important;
}
div.vc_separator.vc_sep_width_full{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
div.vc-zigzag-wrapper{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- GOOGLE MAP -----*/
.ovic-google-maps .title-maps{
    color: var(--default-color);
}
.ovic-google-maps .direction-maps{
    background-color: var(--default-color);
}
.ovic-google-maps .direction-maps:hover{
    background-color: var(--main-color);
}
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
    background-color: transparent;
}
/*----- PARALLAX -----*/
@media (min-width: 1200px){
    .vc_section.vc_parallax:not(.fp-section),
    .wpb_row.vc_parallax,
    .wpb_column.vc_parallax > .vc_column-inner{
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .vc_section.vc_parallax:not(.fp-section) > .vc_parallax-inner,
    .wpb_row.vc_parallax > .vc_parallax-inner,
    .wpb_column.vc_parallax > .vc_parallax-inner{
        height: 100% !important;
        top: 0 !important;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .vc_section.vc_parallax.fp-section > .vc_parallax-inner{
        display: none !important;
    }
}
/*==========================================================================
ELEMENTOR
===========================================================================*/
/*----- ANIMATION -----*/
body .elementor-animation-grow{
    transition: transform 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;
    }
}
body .elementor-widget-wrap > .elementor-element.elementor-widget{
    max-width: 100%;
}
/*----- COL FLOAT -----*/
.elementor-section.col-float > .elementor-container > .elementor-row{
    display: block;
}
.elementor-section.col-float > .elementor-container > .elementor-row:before,
.elementor-section.col-float > .elementor-container > .elementor-row:after{
    content: '';
    display: table;
    clear: both;
}
.elementor-section.col-float > .elementor-container > .elementor-row > .elementor-column{
    float: left;
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.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;
}
body .rev-btn .fa-angle-right{
    vertical-align: middle;
    font-size: calc(100% + 4px);
    margin: -4px 0 0;
    margin-inline-start: 5px;
}
/* play */
.elementor-custom-embed-play i{
    font-size: 48px;
    opacity: 0.5;
    transition: none;
}
.elementor-custom-embed-play i:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e916';
}
.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 .elementor-widget-image a,
.elementor .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{
    transition: all 0.3s ease;
}
.elementor-image-gallery .gallery-item a:hover img{
    transform: scale(1.1);
}
/* text-editer */
.elementor-widget-text-editor .elementor-text-editor > :last-child{
    margin-bottom: 0;
}
/* video */
.elementor-widget-video .e-hosted-video{
    height: auto;
    padding: 0;
}
.elementor-widget-video video{
    display: block;
}
/* toggle */
.ovic-elementor-accordion .elementor-accordion-item:not(:last-child),
.ovic-elementor-toggle .elementor-toggle-item:not(:last-child){
    margin-bottom: 32px;
}
.ovic-elementor-accordion .elementor-tab-title,
.ovic-elementor-toggle .elementor-tab-title{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--default-color);
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    border: none;
    padding: 20px 24px;
    border-radius: 10px;
}
.ovic-elementor-accordion .elementor-tab-title:hover,
.ovic-elementor-toggle .elementor-tab-title:hover{
    color: var(--main-color);
}
.ovic-elementor-accordion .elementor-tab-title.elementor-active,
.ovic-elementor-toggle .elementor-tab-title.elementor-active{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.ovic-elementor-accordion .elementor-tab-title a,
.ovic-elementor-toggle .elementor-tab-title a{
    flex: 1 1 auto;
    width: 1%;
    color: inherit;
}
.ovic-elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.ovic-elementor-toggle .elementor-tab-title .elementor-toggle-icon{
    order: 1;
    font-size: 22px;
    font-weight: 400;
    width: auto;
    text-align: end;
}
.ovic-elementor-accordion .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon,
.ovic-elementor-toggle .elementor-tab-title:not(.elementor-active) .elementor-toggle-icon{
    color: var(--main-color-2);
}
.ovic-elementor-accordion .elementor-tab-content,
.ovic-elementor-toggle .elementor-tab-content{
    padding: 0;
    border: none;
    margin: 24px 24px -9px;
}
.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: 24px;
    }
    .ovic-elementor-accordion .elementor-tab-title,
    .ovic-elementor-toggle .elementor-tab-title{
        font-size: 17px;
        padding: 16px 18px;
    }
    .ovic-elementor-accordion .elementor-tab-title .elementor-accordion-icon,
    .ovic-elementor-toggle .elementor-tab-title .elementor-toggle-icon{
        font-size: 20px;
    }
    .ovic-elementor-accordion .elementor-tab-content,
    .ovic-elementor-toggle .elementor-tab-content{
        margin: 16px 18px -8px;
    }
}
/* accordion */
[class*='ovic-elementor-accordion'] .elementor-accordion-item{
    border: none;
}
/* counter */
.ovic-elementor-counter .elementor-counter .elementor-counter-number-wrapper{
    display: block;
}
/* icon-box */
.elementor-widget-icon-box .elementor-icon-box-title a:hover{
    color: var(--main-color);
}
.ovic-elementor-icon-box.elementor-position-left .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    text-align: start;
    flex-direction: row;
}
.ovic-elementor-icon-box.elementor-position-right .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    text-align: end;
    flex-direction: row-reverse;
}
.ovic-elementor-icon-box.elementor-position-left .elementor-icon-box-icon,
.ovic-elementor-icon-box.elementor-position-right .elementor-icon-box-icon{
    margin: 0 !important;
    margin-inline-end: 10px !important;
}
/* social-icon */
.elementor div.social-official-bg .elementor-social-icon:not(:hover) i,
.elementor div.social-no-bg .elementor-social-icon:hover i,
.elementor div.social-main-bg .elementor-social-icon:hover i{
    color: inherit;
}
.elementor div.social-main-bg .elementor-social-icon:hover{
    color: var(--main-color-t) !important;
    background-color: var(--main-color) !important;
}
.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 #dedcdc inset;
    color: var(--default-color);
    background-color: #fff;
}
.elementor-social-icon{
    transition: none;
}
.elementor-social-icon:hover{
    opacity: 1;
}
/* divider */
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{
    vertical-align: top;
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.post-item.sticky .post-title a{
    margin-inline-end: 5px;
}
.post-item.sticky .post-title:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f024";
    color: var(--main-color);
}
.woocommerce-review__author,
.comment-author,
.post-author,
.author{
    text-transform: capitalize;
    color: var(--default-color);
}
/*----- MODAL -----*/
.modal.fade .modal-dialog{
    top: 50%;
    transform: translateY(-65%);
}
.modal.in div.modal-dialog{
    transform: translateY(-50%);
}
.modal-content{
    border-radius: 0;
    border: none;
}
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close{
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    color: var(--main-color);
    background-color: transparent;
    padding: 0;
    border: none;
    text-align: center;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#yith-quick-view-close:hover,
.modal-content .btn-close:hover,
div.mfp-content button.mfp-close:hover{
    color: var(--main-color-2);
}
#yith-quick-view-close:before,
.modal-content .btn-close:before,
div.mfp-content button.mfp-close:before{
    font-family: main-icon, sans-serif;
    content: '\e95e';
    font-size: 24px;
    line-height: 1;
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: black;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 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;
    transition: none;
    margin: 0;
}
.ovic-icon-menu .inner{
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
    margin: 6px 0;
}
.ovic-icon-menu .inner *{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px solid;
    margin: auto;
}
.ovic-icon-menu .inner :nth-child(2){
    top: calc(50% - 1px);
}
.ovic-icon-menu .inner :nth-child(3){
    top: calc(100% - 2px);
}
[class*="main-icon-e-beer-"]:before{
    font-size: calc(100% + 10px);
}
body .main-icon-e-bell:before{
    margin: 0 -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: flex;
    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';
    font-weight: 400;
    font-style: normal;
    margin-inline-start: 9px;
    color: var(--main-color-2);
    font-size: calc(100% + 3px);
}
.chosen-container .chosen-single span{
    flex: 1 1 auto;
    width: 1%;
    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;
    color: var(--default-color);
    box-shadow: 0 0 0 2px var(--main-color) inset;
    width: 180px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 15px 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 3;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}
.chosen-container:not(.chosen-container-single-nosearch) .chosen-drop{
    padding-top: 0;
}
.chosen-container .chosen-results{
    color: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 360px;
}
.chosen-container .chosen-results li{
    font-size: 14px;
    line-height: 20px;
    padding: 4px 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container-active.chosen-with-drop .chosen-single:hover,
.chosen-container .chosen-single:hover{
    color: var(--main-color);
    font-weight: var(--main-h-fw);
}
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected{
    background-image: none;
    background-color: transparent;
    color: var(--main-color);
    font-weight: var(--main-h-fw);
}
.chosen-container-single .chosen-search{
    padding: 0;
    margin: 5px;
}
.chosen-container-single .chosen-search:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    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: none !important;
    margin: 0;
    border-radius: var(--main-bora);
}
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
body:not(.ovic-open-mobile-options) .mobile-options-content,
div.ovic-menu-clone-wrap:not(.open){
    transform: translateX(-100%);
}
.mobile-options-content,
div.ovic-menu-clone-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    color: var(--default-color);
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    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:first-child{
    padding-inline-start: 20px;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    text-transform: none;
    text-align: start;
    padding: 22px 40px;
    padding-inline-end: 55px;
}
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{
    width: auto;
    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{
    height: auto;
    width: 45px;
    color: var(--main-color-2);
    font-size: calc(100% + 5px);
    line-height: calc(var(--main-lh) * (100% - 5px));
}
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{
    border: none;
    padding-inline-end: 45px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li:not(:last-child):after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid #F2EFEF;
}
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: 12px 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: calc(100% + 8px);
    line-height: calc(var(--main-lh) * (100% - 8px));
    min-width: 16px;
    text-align: center;
    margin: -1px 0 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > .depth-0 > li{
    font-size: 16px;
    font-weight: var(--main-h-fw);
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap{
    height: auto;
    border: none;
    box-shadow: 0 -1px #F2EFEF 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;
    width: auto;
    height: auto;
    padding: 0 20px;
    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:before{
    font-family: main-icon, sans-serif;
    content: "\e95e";
    font-size: 22px;
    line-height: 1;
    color: var(--main-color);
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel:before{
    font-family: FontAwesome, sans-serif;
    content: "\f104";
    font-size: 26px;
    line-height: 1;
    color: var(--main-color-2);
}
/*----- 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: var(--main-bora);
    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-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: 36px;
    --arrow-height: 36px;
    --arrow-posi: calc(50% - (var(--arrow-height) / 2));
    --arrow-posi-h: -15px;
    --arrow-fz: 12px;
    position: absolute;
    width: var(--arrow-width);
    height: var(--arrow-height);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 400;
    color: var(--main-cl);
    background-color: #fff;
    box-shadow: 0 0 0 1px #f2efef;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 6;
    transition: transform 0.2s ease;
}
.flex-direction-nav a:hover,
.slick-slider .slick-arrow:hover{
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
    box-shadow: none;
}
.flex-direction-nav .flex-nav-prev a,
.slick-slider .slick-arrow.prev{
    top: var(--arrow-posi);
    left: var(--arrow-posi-h);
}
.flex-direction-nav .flex-nav-next a,
.slick-slider .slick-arrow.next{
    bottom: var(--arrow-posi);
    right: var(--arrow-posi-h);
}
.flex-direction-nav a:before,
.slick-slider .slick-arrow:before{
    font-size: var(--arrow-fz);
    line-height: 1;
}
.flex-direction-nav .flex-nav-prev a:before,
.slick-slider .slick-arrow.prev:before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
}
.flex-direction-nav .flex-nav-next a:before,
.slick-slider .slick-arrow.next:before{
    font-family: main-icon, sans-serif;
    content: '\e90f';
}
.slick-slider.slick-vertical .slick-arrow{
    width: var(--arrow-height);
    height: var(--arrow-width);
}
.slick-slider.slick-vertical .slick-arrow.prev{
    top: var(--arrow-posi-h);
    left: var(--arrow-posi);
}
.slick-slider.slick-vertical .slick-arrow.next{
    bottom: var(--arrow-posi-h);
    right: var(--arrow-posi);
}
.slick-slider.slick-vertical .slick-arrow:before{
    transform: rotate(90deg);
}
.flex-direction-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
@media (min-width: 768px){
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 44px;
        --arrow-height: 44px;
        --arrow-fz: 13px;
        --arrow-posi-h: calc(0px - (var(--arrow-width) / 2));
    }
}
@media (min-width: 1200px){
    .woocommerce-product-gallery:not(:hover) .flex-direction-nav a,
    .slick-slider:not(:hover) .slick-arrow{
        transform: scale(0);
    }
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 48px;
        --arrow-height: 48px;
        --arrow-fz: 14px;
        --arrow-posi-h: calc(0px - (var(--arrow-width) / 2));
    }
}
/* nav-02 */
.nav-02 .slick-slider .slick-arrow{
    --arrow-width: 30px;
    --arrow-height: 30px;
    --arrow-fz: 10px;
    transform: none !important;
    border-radius: 5px;
}
.nav-02 .slick-slider .slick-arrow:not(:hover){
    color: var(--default-color);
}
.nav-02 .slick-slider .slick-arrow.prev{
    top: -55px;
    bottom: auto;
    left: auto;
    right: 40px;
}
.nav-02 .slick-slider .slick-arrow.next{
    top: -55px;
    bottom: auto;
    left: auto;
    right: 0;
}
@media (max-width: 1499px){
    .nav-02 .slick-slider .slick-arrow.prev,
    .nav-02 .slick-slider .slick-arrow.next{
        top: -53px;
    }
}
/*----- DOTS -----*/
.product-page-slide .has-gallery .flex-control-nav,
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 24px -4px 0;
    z-index: 4;
}
.product-page-slide .has-gallery .flex-control-nav li a,
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 8px 4px 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    position: relative;
    border-radius: var(--main-bora);
    background-color: var(--main-color);
    animation: none !important;
}
.slick-dots li button{
    display: none;
}
.product-page-slide .has-gallery .flex-control-nav li a.flex-active,
.slick-dots li.slick-active{
    width: 24px;
    background-color: var(--main-color-2);
}
.product-page-slide .has-gallery .flex-control-nav li a:hover,
.slick-dots li:hover{
    background-color: var(--main-color-2);
}
.light .slick-dots li:not(.slick-active):not(:hover){
    background-color: #fff;
}
@media (max-width: 1499px){
    .slick-dots{
        margin-top: 16px;
    }
}
/* in-side */
.dots-inside .slick-dots{
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
}
/* out-side */
.dots-outside{
    position: relative;
}
.dots-outside .slick-slider{
    position: static;
}
.dots-outside .slick-dots{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
/* dot-02 */
.dot-02 .slick-dots{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0,0,0,0.12);
    border-radius: var(--main-bora);
    width: 1160px;
    max-width: 80%;
    margin: 48px auto 0;
}
.dot-02 .slick-dots li{
    flex: 1 1 auto;
    width: 1%;
    height: 4px;
    background-color: transparent !important;
    margin: 0;
}
.dot-02 .slick-dots li.slick-active,
.dot-02 .slick-dots li:hover{
    background-color: var(--main-color) !important;
}
.light.dot-02 .slick-dots,
.light .dot-02 .slick-dots{
    background-color: rgba(255,255,255,0.2);
}
.ovic-products.style-16.dot-02 .slick-dots{
    margin-top: 42px;
}
@media (max-width: 1499px){
    .dot-02 .slick-dots{
        margin-top: 32px;
    }
    .ovic-products.style-16.dot-02 .slick-dots{
        margin-top: 28px;
    }
}
/*==========================================================================
CUSTOM EFFECT
===========================================================================*/
.background-zoom > .elementor-container{
    background: inherit;
    border-radius: inherit;
}
.background-zoom > .elementor-column-wrap{
    overflow: hidden;
}
.background-zoom > .elementor-column-wrap:before,
.background-zoom > .elementor-container:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    border: inherit;
    transition: all 0.5s ease;
    pointer-events: none;
}
.background-zoom:hover > .elementor-column-wrap:before,
.background-zoom:hover > .elementor-container:before{
    transform: scale(1.1);
}
.faded-in:not(:hover) .image-effect,
.faded-in:not(:hover) img{
    opacity: 0.5;
}
.gray-filter:not(:hover) .image-effect,
.gray-filter:not(:hover) img{
    filter: grayscale(100%);
}
.elementor-section.border-plus:hover .image-effect,
.elementor-section.border-plus:hover img,
.elementor-section.border-scale:hover .image-effect,
.elementor-section.border-scale:hover img{
    opacity: 1;
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/

/*==========================================================================
WIDGETS
===========================================================================*/
.widget{
    position: relative;
}
.widget:before,
.widget:after{
    content: '';
    display: table;
    clear: both;
}
.widget .screen-reader-text{
    display: none !important;
}
.widget p:last-child{
    margin-bottom: 0;
}
label.wp-block-search__label,
.widget .widgettitle,
.widget .widget-title{
    font-size: 24px;
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    color: var(--main-color);
    margin: 0 0 15px;
}
.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;
}
.dokan-store-sidebar,
.sidebar-inner{
    color: var(--default-color);
}
.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: calc(100% - 1px);
    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:not(:first-child){
    border-top: 1px solid #dedcdc;
    padding-top: 26px;
    margin-top: 26px;
}
.sidebar-inner > .widget .gallery,
.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: 6px;
    padding-bottom: 6px;
}
.sidebar-inner > .widget_calendar:not(:last-child) .calendar_wrap{
    padding-bottom: 6px;
}
.sidebar-inner > .widget_product_search:not(:last-child) form,
.sidebar-inner > .widget_search:not(:last-child) form{
    margin-bottom: 6px;
}
.sidebar-inner > .widget_product_search:not(:first-child) form,
.sidebar-inner > .widget_search:not(:first-child) form,
.sidebar-inner > .widget_product_search:first-child .widget-title ~ * form,
.sidebar-inner > .widget_product_search:first-child .widget-title ~ form,
.sidebar-inner > .widget_search:first-child .widget-title ~ * form,
.sidebar-inner > .widget_search:first-child .widget-title ~ form{
    margin-top: 6px;
}
.sidebar-inner > .widget:not(:last-child) .product_list_widget,
.sidebar-inner > .widget_media_image:not(:last-child) > a,
.sidebar-inner > .widget_media_image:not(:last-child) > img,
.sidebar-inner > .widget:not(:last-child) select{
    margin-bottom: 6px;
}
.sidebar-inner > .widget:not(:first-child) .product_list_widget,
.sidebar-inner > .widget_media_image:not(:first-child) > a,
.sidebar-inner > .widget_media_image:not(:first-child) > img,
.sidebar-inner > .widget:not(:first-child) select{
    margin-top: 6px;
}
.sidebar-inner > .widget_media_image:first-child .widget-title ~ a,
.sidebar-inner > .widget_media_image:first-child .widget-title ~ img,
.sidebar-inner > .widget:first-child .widget-title ~ * select,
.sidebar-inner > .widget:first-child .widget-title ~ select{
    margin-top: 6px;
}
.sidebar-inner > .widget_products > .widget-title{
    margin-bottom: 18px;
}
.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"],
.sidebar-inner .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: 1499px){
    .widget .widget-title{
        font-size: 21px;
    }
    .sidebar-inner > .widget_products > .widget-title{
        margin-bottom: 14px;
    }
}
/*----- 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 #dedcdc;
}
.widget_calendar .wp-calendar-nav > *{
    flex: 1 1 auto;
    width: 1%;
    border-inline-end: 1px solid #dedcdc;
    border-bottom: 1px solid #dedcdc;
}
.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;
    transition: all 0.3s ease;
}
.widget_media_gallery .gallery-item a:not(:hover):after{
    opacity: 0;
    transform: scale(0.7);
}
/*----- WIDGET LIST ITEM -----*/
.sidebar-inner .widget_ovic_nav_menu ul li,
.sidebar-inner .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_rating_filter ul li,
.widget_layered_nav ul li,
.widget_product_categories ul li,
.widget_categories ul li{
    padding: 6px 0;
}
.sidebar-inner .widget_ovic_nav_menu ul,
.sidebar-inner .widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_rating_filter ul,
.widget_layered_nav ul,
.widget_product_categories ul,
.widget_categories ul{
    margin: -6px 0;
}
.sidebar-inner .widget_ovic_nav_menu ul ul,
.sidebar-inner .widget_nav_menu ul ul,
.widget_rss ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_archive ul ul,
.widget_rating_filter ul ul,
.widget_layered_nav ul ul,
.widget_product_categories ul ul,
.widget_categories ul ul{
    margin: 6px 0 -6px !important;
}
.widget_meta ul li:not(:first-child),
.widget_pages ul li,
/*.widget_categories ul li,*/
.widget_archive ul li:not(:first-child),
.sidebar-inner .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 dashed #dedcdc;
}
.widget_pages > ul > li:first-child,
.widget_categories > ul > li:first-child,
.sidebar-inner .widget_nav_menu > * > ul > li:first-child,
.sidebar-inner .widget_nav_menu > ul > li:first-child{
    border-top: none;
}
/*----- MONSTER WIDGET -----*/
.widget_rating_filter ul li a{
    display: inline-block;
    vertical-align: top;
}
.widget_rating_filter ul li .star-rating{
    margin-inline-end: 7px;
}
.widget_text .textwidget > :last-child{
    margin-bottom: 0;
}
.widget_rss ul li{
    padding: 10px 0;
}
.widget_rss ul li a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    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: 14px;
    line-height: 20px;
    color: var(--main-cl);
    margin: 2px 0;
}
@media (max-width: 1499px){
    .widget_rss ul li,
    .widget_recent_comments ul li,
    .widget_recent_entries ul li{
        padding: 13px 0;
    }
    .widget_rss ul li a,
    .widget_recent_comments ul li a,
    .widget_recent_entries ul li a{
        font-size: 16px;
    }
}
/*----- 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;
    font-size: calc(100% + 5px);
    line-height: calc(var(--main-lh) * (100% - 5px));
    color: var(--main-color-2);
    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: main-icon, sans-serif;
    content: '\e955';
}
.widget_product_categories .cat-item.show-sub > .carets:before{
    content: '\e956';
}
.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: 16px;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 14px;
    font-weight: var(--main-h-fw);
    margin-bottom: 3px;
}
.widget .product_list_widget > li > a:not(:hover){
    color: var(--default-color);
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    text-align: start;
}
.widget .product_list_widget > li img{
    float: left;
    width: 84px;
    margin: 2px 0;
    margin-inline-end: 20px;
}
.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: 14px;
    margin: 0;
}
.widget .product_list_widget > li ins{
    display: inline-block;
    vertical-align: top;
}
.widget .product_list_widget > li del{
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 10px;
}
.widget_products .product_list_widget{
    border: 1px solid #dedcdc;
    padding: 31px 23px;
    border-radius: 10px;
    margin-bottom: 6px;
}
@media (max-width: 1499px){
    .widget .product_list_widget > li img{
        width: 76px;
        margin-inline-end: 10px;
    }
    .widget .product_list_widget > li > a:not(.remove){
        margin-bottom: 1px;
    }
    .widget_products .product_list_widget{
        padding: 23px 15px;
    }
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart{
    --main-lh: 1.5;
    line-height: var(--main-lh);
}
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 235px;
    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 #F2EFEF;
    margin-bottom: 17px;
}
.widget_shopping_cart .woocommerce-mini-cart li a:not(.remove){
    font-size: inherit;
    padding-inline-end: 24px;
}
.widget_shopping_cart .woocommerce-mini-cart li img{
    width: 100px;
    margin: 0;
    margin-inline-end: 16px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 20px;
    text-align: end;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e95e';
    font-size: calc(var(--main-fz) + 2px);
    line-height: calc(var(--main-lh) * (100% - 2px));
}
.widget_shopping_cart .woocommerce-mini-cart li .amount{
    font-size: 18px;
}
.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{
    font-size: 14px;
    line-height: 24px;
    color: var(--default-color);
}
.widget_shopping_cart .total{
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 0;
    border-top: 1px solid #dedcdc;
    margin: 20px 0 0;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total strong{
    font-weight: inherit;
    margin-inline-end: 5px;
}
.widget_shopping_cart .total .amount{
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin-inline-start: 10px;
}
.widget_shopping_cart .buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.widget_shopping_cart .buttons .button{
    width: 100%;
    margin: 10px 0 0;
}
.widget_shopping_cart .buttons .button:after{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-lh) * (100% + 4px));
    font-weight: 400;
    font-style: normal;
    margin-inline-start: 10px;
}
.widget_shopping_cart .buttons .button:not(.checkout):not(:hover){
    background-color: #fff;
    color: var(--default-color);
    box-shadow: 0 0 0 1px #dedcdc 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;
}
@media (max-width: 1499px){
    .widget_shopping_cart .woocommerce-mini-cart li:not(:last-child){
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .widget_shopping_cart .woocommerce-mini-cart li img{
        width: 88px;
        margin-inline-end: 12px;
    }
}
/*----- 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-parent > a:before,
.widget_product_categories ul li.current-cat > a:before,
.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a:before{
    color: var(--main-color);
    content: '\e952';
    background-color: rgba(var(--mc-rgb-r), var(--mc-rgb-g), var(--mc-rgb-b), 0.15);
    box-shadow: 0 0 0 1px inset;
}
.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: 8px;
    line-height: 20px;
    color: var(--default-color);
    text-align: center;
    width: 20px;
    height: 20px;
    margin: -4px 0 0;
    box-shadow: 0 0 0 1px #dedcdc inset;
    padding-inline-start: 1px;
    margin-inline-end: 12px;
    border-radius: 5px;
    pointer-events: none;
}
.widget_layered_nav .inline-group{
    display: flex;
    flex-wrap: wrap;
    margin: calc(0px - var(--layered-space));
}
.widget_layered_nav .inline-group a{
    display: flex;
    justify-content: center;
    margin: var(--layered-space);
    padding: 4px 17px;
    box-shadow: 0 0 0 1px #dedcdc inset;
    position: relative;
    overflow: hidden;
}
.widget_layered_nav .inline-group a.selected,
.widget_layered_nav .inline-group a:hover{
    color: var(--main-color);
    box-shadow: 0 0 0 1px inset;
}
table.variations .rtwpvs-button-term.selected span:before,
table.variations .rtwpvs-button-term:hover span:before,
.widget_layered_nav .inline-group a.selected:before,
.widget_layered_nav .inline-group a:hover:before{
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: var(--main-color);
    transform: rotate(48deg);
}
table.variations .rtwpvs-button-term.selected span:after,
table.variations .rtwpvs-button-term:hover span:after,
.widget_layered_nav .inline-group a.selected:after,
.widget_layered_nav .inline-group a:hover:after{
    position: absolute;
    font-family: main-icon, sans-serif;
    content: '\e952';
    font-size: 8px;
    line-height: 17px;
    top: 0;
    left: 0;
    width: 17px;
    text-align: center;
    color: #fff;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-button a .count{
    display: none;
    margin-top: 0;
}
.widget_layered_nav .group-image,
.widget_layered_nav .group-color{
    display: flex;
    flex-wrap: wrap;
    margin: calc(0px - var(--layered-space));
}
.widget_layered_nav .group-image a,
.widget_layered_nav .group-color a{
    display: flex;
    position: relative;
    font-size: inherit !important;
    margin: var(--layered-space);
    border-radius: var(--main-bora);
}
.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: inherit;
    font-style: normal;
    color: #fff;
}
table.variations .rtwpvs-term:hover .rtwpvs-term-span-color:before,
table.variations .rtwpvs-term.selected .rtwpvs-term-span-color:before,
.widget_layered_nav .group-image a.selected i:before,
.widget_layered_nav .group-image a:hover i:before,
.widget_layered_nav .group-color a.selected i:before,
.widget_layered_nav .group-color a:hover i:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: main-icon, sans-serif;
    content: '\e952';
    border-radius: inherit;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    padding-top: 2px;
    padding-left: 1px;
    box-shadow: none;
}
.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 calc(0px - var(--layered-space));
}
.widget_layered_nav .button-group a{
    display: table;
    float: left;
    clear: both;
    margin: 5px var(--layered-space);
    font-size: inherit !important;
    border: 1px solid #dedcdc;
    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 .search-form,
.widget_product_search .woocommerce-product-search{
    position: relative;
}
.wp-block-search .wp-block-search__input,
.widget_search .search-field,
.widget_product_search .search-field{
    width: 100%;
    padding-inline-end: 60px;
    border: none;
}
.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: 10px 0;
    background-color: transparent;
    color: inherit;
    border: none;
}
.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: "\e940";
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
}
.wp-block-search .wp-block-search__inside-wrapper{
    position: relative;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin: -12px -5px 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: inherit !important;
    line-height: inherit;
    padding: 8px 22px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    margin: 12px 6px 0;
    position: relative;
    border-radius: 5px;
}
.tagcloud a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
@media (max-width: 1499px){
    .tagcloud a{
        padding: 7px 18px;
    }
}
/*----- 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 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: 4px 0 0;
}
.ui-slider{
    position: relative;
    text-align: start;
    background-color: #F2EFEF;
    height: 4px;
    border-radius: var(--main-bora);
    margin: 0 0 16px;
}
.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: -4px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: var(--main-bora);
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 2;
    background-color: var(--main-color);
    margin-inline-start: -6px;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range{
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-range-min{
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max{
    right: 0;
}
.price_slider_amount{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.price_slider_amount .price_label{
    flex: 1 1 auto;
    width: 1%;
    font-size: 14px;
    color: var(--default-color);
}
.price_slider_amount .price_label > *{
    color: var(--default-color);
}
.price_slider_amount .button{
    order: 1;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    line-height: inherit;
    color: var(--default-color);
}
.price_slider_amount .button:hover{
    color: var(--main-color);
}
/*==========================================================================
SHORTCODE
===========================================================================*/
/*----- CUSTOM MENU -----*/
.ovic-custommenu .widget-title{
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}
.ovic-custommenu ul{
    display: flex;
    flex-wrap: wrap;
    margin: calc(0px - var(--item-space)) 0;
}
.ovic-custommenu ul li{
    position: relative;
    padding: var(--item-space) 0;
    width: 100%;
}
.ovic-custommenu ul ul{
    margin-top: var(--item-space);
}
.ovic-custommenu ul li > a{
    display: block;
    position: relative;
}
.menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
    margin: -4px 0 29px;
}
.menu-follow-header .elementor-widget-ovic_menu{
    --item-space: 3px;
    color: var(--default-color);
}
.menu-follow-header .elementor-widget-ovic_menu .widget-title{
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--main-color);
    margin-bottom: 17px;
}
.yes-horizontal .ovic-custommenu{
    --item-space: 15px;
}
.yes-horizontal .ovic-custommenu .widget-title{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-inline-end: 15px;
}
.yes-horizontal .ovic-custommenu .widget-title + *,
.yes-horizontal .ovic-custommenu .widget-title + * ul{
    display: inline;
    margin: 0;
}
.yes-horizontal .ovic-custommenu .widget-title + * ul li{
    padding: 0;
}
.yes-horizontal .ovic-custommenu .widget-title + * ul li:not(:last-child){
    padding-inline-end: calc(var(--item-space) * 2);
}
.yes-horizontal .ovic-custommenu .widget-title + * ul li:not(:last-child):after{
    right: calc(var(--item-space) - 2px);
}
.yes-horizontal .ovic-custommenu ul{
    margin: 0 calc(0px - var(--item-space));
}
.yes-horizontal .ovic-custommenu ul li{
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 var(--item-space);
}
.yes-horizontal .ovic-custommenu.delimiter-comma ul li{
    padding-inline-end: 0;
}
.yes-horizontal .ovic-custommenu ul li:not(:last-child):after{
    content: var(--menu-delimiter);
    position: absolute;
    top: 0;
    right: -2px;
    opacity: var(--menu-delimiter-o);
    transform: translateX(50%);
}
.yes-horizontal .ovic-custommenu ul ul{
    margin-top: 0;
    padding: 0;
}
.elementor-align-left .ovic-custommenu ul{
    justify-content: start;
}
.elementor-align-center .ovic-custommenu ul{
    justify-content: center;
}
.elementor-align-right .ovic-custommenu ul{
    justify-content: end;
}
/* list-style */
.list-dot .ovic-custommenu li > a:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--main-cl);
    margin: -1px 0 1px;
    margin-inline-end: 8px;
}
.list-dot .ovic-custommenu li > a:hover:before{
    background-color: var(--current-item);
}
.list-arrow .ovic-custommenu li > a:before{
    display: inline-block;
    vertical-align: middle;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: 75%;
    line-height: 1;
    margin: -1px 0 1px;
    margin-inline-end: 8px;
}
.list-char .ovic-custommenu li > a:before{
    display: inline-block;
    vertical-align: top;
    content: var(--menu-char);
    margin-inline-end: 8px;
}
body .ovic-custommenu.dropdown-yes .sub-menu{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    left: var(--item-space);
    min-width: calc(100% - (var(--item-space) * 2));
}
.ovic-custommenu.dropdown-yes ul.menu > li > a{
    padding: 10px 48px;
    box-shadow: 0 0 0 1px #dedcdc inset;
    border-radius: var(--main-bora);
}
@media (min-width: 768px){
    .ovic-custommenu.toggle-yes .widget-title{
        pointer-events: none;
    }
}
@media (max-width: 1499px){
    .menu-follow-header .elementor-widget-ovic_menu .widget-title{
        margin-bottom: 12px;
    }
    .menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
        margin-bottom: 24px;
    }
    .ovic-custommenu .widget-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .elementor-laptop-align-left .ovic-custommenu ul{
        justify-content: start;
    }
    .elementor-laptop-align-center .ovic-custommenu ul{
        justify-content: center;
    }
    .elementor-laptop-align-right .ovic-custommenu ul{
        justify-content: end;
    }
    .ovic-custommenu.dropdown-yes ul.menu > li > a{
        padding: 9px 44px;
    }
}
@media (max-width: 1199px){
    .elementor-tablet-align-left .ovic-custommenu ul{
        justify-content: start;
    }
    .elementor-tablet-align-center .ovic-custommenu ul{
        justify-content: center;
    }
    .elementor-tablet-align-right .ovic-custommenu ul{
        justify-content: end;
    }
}
@media (max-width: 991px){
    .elementor-mobile_extra-align-left .ovic-custommenu ul{
        justify-content: start;
    }
    .elementor-mobile_extra-align-center .ovic-custommenu ul{
        justify-content: center;
    }
    .elementor-mobile_extra-align-right .ovic-custommenu ul{
        justify-content: end;
    }
}
@media (max-width: 767px){
    .elementor-mobile-align-left .ovic-custommenu ul{
        justify-content: start;
    }
    .elementor-mobile-align-center .ovic-custommenu ul{
        justify-content: center;
    }
    .elementor-mobile-align-right .ovic-custommenu ul{
        justify-content: end;
    }
    .ovic-custommenu.toggle-yes .widget-title{
        transition: all 0.4s ease;
    }
    .ovic-custommenu.toggle-yes .widget:not(.open) .widget-title{
        margin-bottom: 0;
    }
    .ovic-custommenu.toggle-yes .widget-title ~ *{
        display: none;
    }
    .ovic-custommenu.toggle-yes .widget-title:before,
    .ovic-custommenu.toggle-yes .widget-title:after{
        content: '';
        display: table;
        clear: both;
    }
    .ovic-custommenu.toggle-yes .widget-title .text:after{
        float: right;
        font-family: main-icon, sans-serif;
        content: '\e955';
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        margin-inline-start: 5px;
    }
    .ovic-custommenu.toggle-yes .open .widget-title .text:after{
        content: '\e956';
    }
}
/*----- TABS -----*/
.ovic-tabs{
    position: relative;
}
.ovic-tabs .tab-title{
    white-space: pre-line;
}
.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;
}
.ovic-tab .tabs-list{
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
/* style-01 */
.ovic-tab.style-01 .tabs-head{
    text-align: center;
    margin-bottom: 40px;
}
.ovic-tab.style-01 .tabs-list{
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}
.ovic-tab.style-01 .tab-item:not(:last-child){
    margin-inline-end: 60px;
}
.ovic-tab.style-01 .tab-item a{
    color: #fff;
    padding-bottom: 19px;
}
.ovic-tab.style-01 .tab-item a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    margin: auto;
    border-top: 2px solid var(--main-color-2);
    transition: all 0.3s ease;
}
.ovic-tab.style-01 .tab-item:not(.active) a:not(:hover){
    opacity: 0.5;
}
.ovic-tab.style-01 .tab-item:not(.active) a:before{
    width: 0;
}
/* style-02 */
.ovic-tab.style-02 .tabs-head{
    margin-bottom: 24px;
}
.ovic-tab.style-02 .tabs-list{
    font-size: 18px;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
.ovic-tab.style-02 .tab-item:not(:last-child){
    margin-inline-end: 45px;
}
/* style-03 */
.ovic-tab.style-03 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.ovic-tab.style-03 .tab-title{
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    font-size: 30px;
    color: var(--main-color);
    margin: 0;
}
.ovic-tab.style-03 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    margin-top: 8px;
    margin-inline-start: 15px;
}
.ovic-tab.style-03 .tab-item:not(:last-child){
    margin-inline-end: 40px;
}
/* style-04 */
.ovic-tab.style-04 .tabs-head{
    text-align: center;
    margin-bottom: 30px;
}
.ovic-tab.style-04 .tabs-list{
    padding-bottom: 10px;
}
.ovic-tab.style-04 .tab-item:not(:last-child){
    margin-inline-end: 68px;
}
.ovic-tab.style-04 .tab-item a{
    padding: 10px 0;
}
.ovic-tab.style-04 .tab-item.active a{
    padding: 10px 39px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora);
}
/* style-05 */
.ovic-tab.style-05 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ovic-tab.style-05 .tab-title{
    font-size: 32px;
    line-height: 1.25;
    font-family: Merriweather, Sans-serif;
    font-weight: 700;
    margin: 0 0 21px;
    color: var(--main-color);
}
.ovic-tab.style-05 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    font-size: 18px;
}
.ovic-tab.style-05 .tab-item:not(:first-child){
    margin-inline-start: 48px;
}
.ovic-tab.style-05 .tab-item a{
    padding-bottom: 21px;
}
.ovic-tab.style-05 .tab-item a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 48px;
    margin: auto;
    border-top: 1px solid var(--main-color);
    transition: all 0.3s ease;
}
.ovic-tab.style-05 .tab-item.active a{
    font-weight: 600;
}
.ovic-tab.style-05 .tab-item:not(.active) a:before{
    width: 0;
}
/* style-06 */
.ovic-tab.style-06 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 36px;
}
.ovic-tab.style-06 .tab-title{
    font-size: 48px;
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    color: var(--main-color);
    margin: 0;
}
.ovic-tab.style-06 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    font-family: var(--main-special);
    font-size: 28px;
    line-height: 1.4;
    margin-inline-start: 30px;
}
.ovic-tab.style-06 .tab-item:not(:first-child){
    margin-inline-start: 60px;
}
.ovic-tab.style-06 .tab-item a{
    text-decoration: line-through;
}
.ovic-tab.style-06 .tab-item.active a,
.ovic-tab.style-06 .tab-item a:hover{
    color: var(--main-color-2);
    text-decoration: none;
}
/* style-07 */
.ovic-tab.style-07 .tabs-head{
    margin-bottom: 23px;
}
.ovic-tab.style-07 .tabs-list{
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.ovic-tab.style-07 .tab-item:not(:last-child){
    margin-inline-end: 26px;
}
.ovic-tab.style-07 .tab-item a{
    text-align: center;
}
.ovic-tab.style-07 .tab-item .thumb{
    display: block;
    font-size: 48px;
    padding: 20px;
    color: var(--main-color);
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    border-radius: var(--main-bora);
    text-align: center;
    margin: 0 auto 8px;
}
.ovic-tab.style-07 .tab-item .thumb img{
    max-height: 48px;
}
.ovic-tab.style-07 .tab-item.active .thumb,
.ovic-tab.style-07 .tab-item a:hover .thumb{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
@media (max-width: 1499px){
    .ovic-tab.style-01 .tabs-head{
        margin-bottom: 30px;
    }
    .ovic-tab.style-01 .tabs-list{
        font-size: 27px;
    }
    .ovic-tab.style-01 .tab-item:not(:last-child){
        margin-inline-end: 48px;
    }
    .ovic-tab.style-01 .tab-item a{
        padding-bottom: 14px;
    }
    .ovic-tab.style-02 .tabs-head{
        margin-bottom: 18px;
    }
    .ovic-tab.style-02 .tabs-list{
        font-size: 16px;
    }
    .ovic-tab.style-02 .tab-item:not(:last-child){
        margin-inline-end: 32px;
    }
    .ovic-tab.style-03 .tabs-head{
        margin-bottom: 18px;
    }
    .ovic-tab.style-03 .tab-title{
        font-size: 27px;
    }
    .ovic-tab.style-03 .tabs-list{
        margin-top: 6px;
    }
    .ovic-tab.style-03 .tab-item:not(:last-child){
        margin-inline-end: 28px;
    }
    .ovic-tab.style-04 .tabs-head{
        margin-bottom: 20px;
    }
    .ovic-tab.style-04 .tab-item:not(:last-child){
        margin-inline-end: 48px;
    }
    .ovic-tab.style-04 .tab-item a{
        padding: 9px 0;
    }
    .ovic-tab.style-04 .tab-item.active a{
        padding: 9px 36px;
    }
    .ovic-tab.style-05 .tab-title{
        font-size: 28px;
        margin-bottom: 16px;
    }
    .ovic-tab.style-05 .tabs-list{
        font-size: 17px;
    }
    .ovic-tab.style-05 .tab-item a{
        padding-bottom: 16px;
    }
    .ovic-tab.style-05 .tab-item:not(:first-child){
        margin-inline-start: 32px;
    }
    .ovic-tab.style-06 .tabs-head{
        margin-bottom: 24px;
    }
    .ovic-tab.style-06 .tab-title{
        font-size: 42px;
    }
    .ovic-tab.style-06 .tabs-list{
        font-size: 25px;
    }
    .ovic-tab.style-06 .tab-item:not(:first-child){
        margin-inline-start: 48px;
    }
    .ovic-tab.style-07 .tab-item .thumb{
        font-size: 42px;
        padding: 18px;
        margin-bottom: 5px;
    }
    .ovic-tab.style-07 .tab-item .thumb img{
        max-height: 42px;
    }
    .ovic-tab.style-07 .tab-item:not(:last-child){
        margin-inline-end: 20px;
    }
    .ovic-tab.style-07 .tabs-head{
        margin-bottom: 16px;
    }
}
@media (max-width: 991px){
    .ovic-tab.style-05 .tabs-list,
    .ovic-tab.style-03 .tabs-list{
        width: 100%;
        margin-inline-start: 0;
        text-align: inherit;
    }
    .ovic-tab.style-05 .tab-title{
        margin-bottom: 9px;
    }
    .ovic-tab.style-06 .tabs-list{
        width: 100%;
        margin: 10px 0 0;
        text-align: inherit;
    }
    .ovic-tab.style-06 .tab-title{
        font-size: 36px;
    }
    .ovic-tab.style-06 .tabs-list{
        font-size: 23px;
    }
    .ovic-tab.style-06 .tab-item:not(:first-child){
        margin-inline-start: 32px;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-01 .tabs-list{
        font-size: 24px;
    }
    .ovic-tab.style-01 .tab-item a{
        padding-bottom: 10px;
    }
    .ovic-tab.style-01 .tab-item:not(:last-child){
        margin-inline-end: 32px;
    }
    .ovic-tab.style-05 .tab-item:not(:first-child){
        margin-inline-start: 24px;
    }
}
/*----- 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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ovic-brand img{
    max-height: 100%;
    width: auto;
}
.ovic-brand .button-wrap{
    text-align: center;
    margin-top: 13px;
}
.ovic-brand .button{
    display: inline-block;
    vertical-align: top;
    color: #18191B;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.ovic-brand .button:hover{
    color: var(--main-color);
}
.ovic-brand .button:after{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: 75%;
    margin-inline-start: 10px;
}
.ovic-brand .name{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: var(--default-color);
    margin-bottom: 24px;
}
.ovic-brand .desc{
    font-size: 18px;
    line-height: 24px;
    margin-top: 28px;
    color: var(--main-cl);
}
@media (max-width: 1499px){
    .ovic-brand .name{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .ovic-brand .desc{
        font-size: 16px;
        line-height: 22px;
        margin-top: 18px;
    }
}
@media (max-width: 991px){
    .ovic-brand .name{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .ovic-brand .desc{
        font-size: 15px;
        line-height: 21px;
        margin-top: 13px;
    }
}
@media (max-width: 767px){
    .ovic-brand .name{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .ovic-brand .desc{
        font-size: 16px;
        line-height: 22px;
        margin-top: 18px;
    }
}
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    animation: none;
}
.ovic-newsletter form{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    text-align: start;
}
.ovic-newsletter .text-field{
    --input-width: 100%;
    width: 100%;
    font-weight: inherit;
    color: inherit;
    margin: 0 0 24px;
}
.ovic-newsletter .input-text[type]{
    --input-sd: none;
}
.ovic-newsletter .submit-newsletter{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ovic-newsletter .submit-newsletter i{
    display: inline-block;
    vertical-align: top;
    font-size: calc(100% - 4px);
    font-weight: 400;
    margin-inline-start: 8px;
}
div.dgwt-wcas-search-wrapp .input-focus,
.border-yes .ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: var(--input-sd);
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp input[type=search].input-text:focus ~ .input-focus,
.border-yes .ovic-newsletter .input-text[type]:focus ~ .input-focus{
    box-shadow: var(--input-sd-h);
}
@media (max-width: 1499px){
    .ovic-newsletter .text-field{
        margin-bottom: 16px;
    }
}
/* widget */
.widget.ovic-newsletter{
    background-color: #ECF5FF;
    border: none !important;
    padding: 36px 40px 40px !important;
    line-height: 1.5;
    border-radius: 10px;
    margin-top: 30px !important;
}
.widget.ovic-newsletter .widget-title{
    margin-bottom: 12px;
}
.widget.ovic-newsletter .subtitle{
    margin-bottom: 17px;
}
.widget.ovic-newsletter .text-field{
    margin-bottom: 16px;
}
.widget.ovic-newsletter .submit-newsletter:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e95d';
    font-weight: 400;
    font-size: calc(100% + 5px);
    margin-inline-end: 3px;
}
.sidebar-inner > .widget_media_image + .widget,
.sidebar-inner > .ovic-newsletter + .widget{
    border-top: none;
    margin-top: 16px;
}
.sidebar-inner > .widget_media_image + .widget_recent_entries{
    margin-top: 0;
    padding-top: 0;
}
.sidebar-inner > .widget_media_image + .widget_recent_entries .widget-title{
    display: none;
}
@media (max-width: 1499px){
    .widget.ovic-newsletter{
        padding: 26px 24px 30px !important;
    }
}
/* style-02 */
.ovic-newsletter.style-02 .mc4wp-form-fields{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: var(--input-bg);
    border-radius: var(--main-bora);
    margin-inline-end: 5px;
}
.ovic-newsletter.style-02 .text-field{
    flex: 1 1 auto;
    width: 1%;
    border-radius: var(--main-bora);
    margin: 0;
}
.ovic-newsletter.style-02 .input-text[type]{
    position: relative;
    z-index: 1;
    background-color: transparent !important;
    border-radius: inherit !important;
    box-shadow: none !important;
    text-align: inherit;
}
.ovic-newsletter.style-02 .submit-newsletter{
    width: auto;
    position: relative;
    z-index: 1;
    margin-inline-end: -5px;
}
/* style- */
.ovic-newsletter.style-{}
/*----- COUNTDOWN -----*/
.elinor-countdown-wrapper{
    display: inline-block;
    vertical-align: top;
}
.elinor-countdown{
    --countdown-space: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: var(--default-color);
    margin: 0 calc(0px - var(--countdown-space));
}
.elinor-countdown > *{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 var(--countdown-space);
    text-align: center;
}
.elinor-countdown .text{
    margin-top: 7px;
}
.text_top .elinor-countdown .text{
    order: -1;
    margin: 0 0 7px;
}
@media (max-width: 1499px){
    .elinor-countdown .text{
        margin-top: 3px;
    }
    .text_top .elinor-countdown .text{
        margin-bottom: 3px;
    }
}
/* style-01 */
.ovic-countdown.style-01 .elinor-countdown{
    --countdown-space: 12px;
}
.ovic-countdown.style-01 .number{
    display: block;
    min-width: 64px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: var(--main-h-fw);
    padding: 17px 10px;
    border-radius: var(--main-bora);
    color: #fff;
    background-color: var(--countdown-color);
    position: relative;
}
.ovic-countdown.style-04 .elinor-countdown > :not(:last-child):after,
.ovic-countdown.style-03 .elinor-countdown > :not(:last-child) .number:after,
.ovic-countdown.style-02 .elinor-countdown > :not(:last-child) .number:after,
.ovic-countdown.style-01 .elinor-countdown > :not(:last-child) .number:after{
    position: absolute;
    content: ':';
    top: 0;
    bottom: 5px;
    right: calc(-3px - var(--countdown-space));
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* style-02 */
.ovic-countdown.style-02 .number{
    display: block;
    min-width: 44px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: var(--main-h-fw);
    padding: 9px 5px;
    border-radius: 6px;
    color: #fff;
    background-color: var(--countdown-color);
    position: relative;
}
.ovic-countdown.style-02 .elinor-countdown > :not(:last-child) .number:after{
    color: var(--default-color);
}
/* style-03 */
.ovic-countdown.style-03 .number{
    display: block;
    min-width: 44px;
    font-size: 21px;
    line-height: 1.25;
    font-weight: var(--main-h-fw);
    padding: 9px 5px;
    border-radius: var(--main-bora);
    color: #fff;
    background-color: var(--countdown-color);
    position: relative;
}
.ovic-countdown.style-03 .elinor-countdown > :not(:last-child) .number:after{
    color: var(--default-color);
    font-size: calc(100% + 2px);
    bottom: 1px;
}
/* style-04 */
.ovic-countdown.style-04{
    color: var(--default-color);
}
.ovic-countdown.style-04 .elinor-countdown{
    --countdown-space: 12px;
}
.ovic-countdown.style-04 .number{
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: var(--main-h-fw);
}
.ovic-countdown.style-04 .text{
    margin-top: 2px;
}
.ovic-countdown.style-04 .elinor-countdown > :not(:last-child):after{
    font-size: 24px;
    font-weight: var(--main-h-fw);
}
/* style- */
.ovic-countdown.style-{}
/* style- */
.ovic-countdown.style-{}
/* style- */
.ovic-countdown.style-{}
@media (max-width: 1499px){
    .ovic-countdown.style-01 .elinor-countdown{
        --countdown-space: 9px;
    }
    .ovic-countdown.style-01 .number{
        min-width: 58px;
        font-size: 21px;
        padding: 16px 8px;
    }
    .ovic-countdown.style-02 .elinor-countdown{
        --countdown-space: 8px;
    }
    .ovic-countdown.style-02 .number{
        min-width: 40px;
        font-size: 21px;
        padding: 8px 5px;
    }
    .ovic-countdown.style-04 .elinor-countdown{
        --countdown-space: 9px;
    }
    .ovic-countdown.style-04 .number{
        font-size: 20px;
        line-height: 24px;
    }
    .ovic-countdown.style-04 .text{
        margin-top: 0;
    }
    .ovic-countdown.style-04 .elinor-countdown > :not(:last-child):after{
        font-size: 22px;
    }
}
@media (max-width: 1199px){
    .ovic-countdown.style-03 .elinor-countdown{
        --countdown-space: 7px;
    }
}
/*----- CATEGORY -----*/
.ovic-category .link{
    display: inline-block;
    vertical-align: top;
    line-height: var(--main-h-lh);
    max-width: 100%;
    text-align: center;
    position: relative;
}
.ovic-category .link .thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ovic-category .link:not(:hover) .title{
    color: var(--default-color);
}
.ovic-category .title{
    display: block;
    white-space: pre-line;
    font-weight: var(--main-h-fw);
}
.ovic-category .count{
    display: block;
    margin-top: 4px;
}
@media (max-width: 1499px){
    .ovic-category .count{
        margin-top: 2px;
    }
}
.ovic-category{}
/* style-01 */
.ovic-category.style-01 .title{
    font-size: 18px;
    font-weight: 600;
    margin-top: 32px;
}
/* style-02 */
.ovic-category.style-02 .title{
    margin-top: 26px;
}
/* style-03 */
.ovic-category.style-03 .title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.ovic-category.style-03 .link:not(:hover) .title{
    color: #18191B;
}
.ovic-category.style-03 .count{
    margin-top: -10px;
    margin-bottom: 4px;
}
/* style-04 */
.ovic-category.style-04{
    text-align: center;
}
.ovic-category.style-04 .link{
    border-radius: var(--main-bora-b);
    overflow: hidden;
}
.ovic-category.style-04 .thumb + .content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ovic-category.style-04 .content{
    padding: 32px;
    color: var(--main-color-t);
    background-color: rgba(24,25,27,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--main-bora-b);
    overflow: hidden;
}
.ovic-category.style-04 .content > *{
    position: relative;
    width: 100%;
}
.ovic-category.style-04 .link:not(:hover) .content:before{
    opacity: 0;
    transform: scale(0.5);
}
.ovic-category.style-04 .content:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    transition: 0.5s ease;
}
.ovic-category.style-04 .title{
    color: inherit !important;
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    font-size: 40px;
    line-height: 1.2;
}
.ovic-category.style-04 .link:not(:hover) .desc{
    height: 0;
}
.ovic-category.style-04 .desc{
    --desc-lh: 32px;
    font-size: 18px;
    line-height: var(--desc-lh);
    margin-top: 5px;
    height: calc(var(--desc-lh) * var(--desc-line) + 31px);
    transition: all 0.5s ease;
    overflow: hidden;
}
.ovic-category.style-04 .button-link{
    display: block;
    font-size: var(--main-fz);
    line-height: 24px;
    font-weight: 600;
    margin-top: 7px;
}
.ovic-category.style-04 .button-link:after{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    font-weight: 400;
    margin-inline-start: 10px;
}
/* style-05 */
.ovic-category.style-05 .title{
    font-size: 18px;
    margin-top: 10px;
}
@media (max-width: 1499px){
    .ovic-category.style-01 .title{
        font-size: 17px;
        margin-top: 16px;
    }
    .ovic-category.style-02 .title{
        margin-top: 14px;
    }
    .ovic-category.style-03 .title{
        font-size: 17px;
    }
    .ovic-category.style-03 .count{
        margin-bottom: 2px;
    }
    .ovic-category.style-04 .content{
        padding: 24px;
    }
    .ovic-category.style-04 .title{
        font-size: 36px;
    }
    .ovic-category.style-04 .desc{
        --desc-lh: 28px;
        font-size: 16px;
    }
    .ovic-category.style-05 .title{
        font-size: 16px;
        margin-top: 7px;
    }
}
@media (max-width: 1199px){
    .ovic-category.style-03 .title{
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .ovic-category.style-01 .title{
        font-size: 15px;
    }
}
/*----- INFOBOX -----*/
.ovic-infobox{
    display: inline-block;
    vertical-align: top;
}
.ovic-infobox > a{
    display: inline-block;
    vertical-align: top;
    color: inherit;
}
.ovic-infobox > a .icon{
    display: block;
    font-size: 66px;
    line-height: 1;
}
.content-end .ovic-infobox.elinor-dropdown .sub-menu{
    left: auto;
    right: 50%;
}
.ovic-infobox.elinor-dropdown:not(.open) .sub-menu{
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(15px) !important;
}
.ovic-infobox.elinor-dropdown .sub-menu{
    left: 50%;
    padding: 0;
    width: 300px;
    min-width: auto;
    margin-top: 5px;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}
div.ovic-infobox .sub-menu{
    background-color: #fff;
    box-shadow: 0 17px 15px rgba(14, 44, 108, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.ovic-infobox .sub-menu:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 5px;
}
.ovic-infobox .list{
    text-align: start;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 32px;
}
.ovic-infobox .list a{
    display: flex;
    padding: 4px 0;
}
.ovic-infobox .list a .i-icon{
    width: 24px;
    font-size: 22px;
    text-align: center;
    color: var(--main-color-2);
    margin-inline-end: 6px;
}
.ovic-infobox .list a .main-icon-e-map{
    font-size: calc(100% + 3px);
}
.ovic-infobox .list a .main-icon-e-send{
    font-size: calc(100% + 1px);
}
.ovic-infobox .list a .i-text{
    flex: 1 1 auto;
    width: 1%;
}
@media (max-width: 1499px){
    .ovic-infobox > a .icon{
        font-size: 56px;
    }
}
@media (max-width: 767px){
    .ovic-infobox > a .icon{
        font-size: 46px;
    }
}
/*----- PERSON -----*/
.ovic-person .inner{
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: var(--main-h-fw);
    color: var(--main-color);
}
.ovic-person .avatar{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.ovic-person .inner:not(:hover) .avatar:after{
    opacity: 0;
}
.ovic-person .avatar + .content{
    margin: -46px 15px 0;
}
.ovic-person .content{
    padding: 18px 15px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}
.ovic-person .name{
    font-size: calc(100% + 2px);
    font-weight: 600;
    color: var(--default-color);
    margin: 0;
}
.ovic-person .posi{
    margin: 0;
}
.ovic-person:not(:hover) .socials{
    opacity: 0;
    visibility: hidden;
}
.ovic-person .socials{
    --person-socials-space: 12px;
    --person-socials-size: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(24,25,27,0.5);
    z-index: 3;
    transition: all 0.3s ease;
}
.ovic-person .socials a{
    width: var(--person-socials-size);
    height: var(--person-socials-size);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--default-color);
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    border-radius: var(--main-bora);
    margin: 0 var(--person-socials-space);
}
.ovic-person .socials a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
@media (max-width: 1499px){
    .ovic-person .inner{
        font-size: 16px;
    }
    .ovic-person .avatar + .content{
        margin-top: -36px;
    }
    .ovic-person .content{
        padding: 16px 15px;
    }
}
/*----- SEARCH -----*/
.ovic-search div.dgwt-wcas-search-wrapp{
    padding: 0;
    width: 100%;
}
.ovic-search div.dgwt-wcas-search-wrapp .category:before{
    height: 32px;
}
@media (min-width: 768px){
    .ovic-search{
        --wcas-button-w: 150px;
    }
    .ovic-search div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
        font-size: var(--button-fz);
        line-height: 24px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
@media (min-width: 1500px){
    .ovic-search{
        --wcas-button-w: 160px;
    }
}
/*==========================================================================
BLOG
===========================================================================*/
/*----- ELEMENT -----*/
.post-inner{
    position: relative;
}
.post-thumb{
    position: relative;
    overflow: hidden;
    margin: 0;
}
.post-thumb > img{
    border-radius: 10px 10px 0 0;
}
.post-thumb .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.post-title{
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}
.post-content > :last-child,
.post-excerpt > :last-child{
    margin-bottom: 0;
}
.post-excerpt{
    margin: 8px 0 0;
}
.post_cat{
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--main-h-fw);
}
.post_cat .inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
    padding: 6px 12px;
    border-radius: 3px;
}
.post_cat a{
    display: inline-block;
    vertical-align: top;
}
.post_cat a:hover{
    color: inherit;
    text-decoration: underline;
}
.post-thumb .post_cat{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.post_tag .inner{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: -12px -6px 0;
}
.post_tag a{
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    padding: 8px 22px;
    color: var(--default-color);
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    margin: 12px 6px 0;
    position: relative;
    border-radius: 5px;
}
.post_tag a:hover{
    box-shadow: none;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.post-metas{
    margin: 0 0 7px;
}
.post-meta{
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    position: relative;
}
.post-meta a{
    display: inline-block;
    vertical-align: top;
}
.post-meta .icon{
    display: inline-block;
    vertical-align: top;
}
.post-meta .icon:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
}
.post-author{
    color: inherit;
}
.post-author .author{
    color: var(--main-color);
}
.post-author .icon:before{
    content: "\f044";
}
.post-date .icon:before{
    content: "\f133";
}
.post-comment .icon:before{
    content: "\f0e5";
}
.post-share-button > a .icon:before{
    content: "\f1e0";
}
.post-share-button:not(.open) .ovic-share-socials{
    visibility: hidden;
    opacity: 0;
}
.post-share-button .ovic-share-socials{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    padding: 3px 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 10;
}
.post-share-button .ovic-share-socials .inner{
    flex-wrap: inherit;
}
.post-metas{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-metas .post-author{
    flex: 1 1 auto;
    margin-inline-end: 8px;
}
.ovic-share-socials .inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.ovic-share-socials a{
    font-size: 14px;
    line-height: 24px;
    margin: 0 8px;
    color: var(--social-color);
}
.ovic-share-socials a .text{
    display: none;
}
.ovic-share-socials a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.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.pinterest .icon:before{
    content: '\f231';
}
.ovic-share-socials a:hover{
    color: var(--main-color);
}
.pagination-post{
    margin-top: 32px;
    border-top: 1px solid #dedcdc;
    padding-top: 26px;
}
.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;
    line-height: 20px;
}
.pagination-post .title{
    display: block;
    font-size: 18px;
    line-height: 1.6;
    font-weight: var(--main-h-fw);
    margin-top: 11px;
}
.pagination-post a:not(:hover) .title{
    color: var(--default-color);
}
.post-author-info{
    background-color: #F2EFEF;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    font-size: 14px;
    line-height: 21px;
    margin-top: 24px;
}
.post-author-info .avatar{
    width: 80px;
}
.post-author-info .avatar a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 35%;
    overflow: hidden;
}
.post-author-info .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 24px;
}
.post-author-info .name{
    font-size: 18px;
    line-height: 1.6;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    text-transform: capitalize;
    margin: 8px 0 -2px;
}
.post-author-info .desc{
    margin: 0;
}
.post-author-info .button{
    display: inline;
    color: var(--default-color);
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    text-transform: none;
}
.post-author-info .button:hover{
    color: var(--main-color);
}
@media (max-width: 1499px){
    .post-title{
        font-size: 21px;
    }
    .post_tag a{
        padding: 7px 18px;
    }
    .post-thumb .post_cat{
        top: 15px;
        left: 15px;
    }
    .post-metas{
        margin-bottom: 3px;
    }
    .post-excerpt{
        margin-top: 5px;
    }
    .pagination-post .title{
        font-size: 16px;
        margin-top: 7px;
    }
    .post-author-info{
        padding: 32px 24px;
    }
    .post-author-info .avatar{
        width: 70px;
    }
    .post-author-info .content{
        padding-inline-start: 16px;
    }
    .post-author-info .name{
        font-size: 16px;
        margin: 4px 0 0;
    }
}
@media (max-width: 1199px){
    .post-thumb .thumb-link,
    .post-thumb .thumb-link img{
        width: 100%;
    }
}
@media (max-width: 479px){
    .post-author-info{
        padding: 32px 16px;
    }
}
/*----- PAGE -----*/
.blog-content{
    display: flex;
    flex-wrap: wrap;
    --blog-margin: 56px;
    margin-bottom: calc(0px - var(--blog-margin));
}
.blog-content .post-item{
    width: 100%;
    margin-bottom: var(--blog-margin);
}
@media (max-width: 1499px){
    .blog-content{
        --blog-margin: 32px;
    }
}
@media (max-width: 767px){
    .blog-content{
        --blog-margin: 24px;
    }
}
/* standard */
.blog-standard .post-title{
    font-size: 32px;
    line-height: 1.3;
}
@media (max-width: 1499px){
    .blog-standard .post-title{
        font-size: 28px;
    }
}
/* 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);
}
.blog-grid .post-title{
    font-size: 28px;
    line-height: 1.4;
}
@media (max-width: 1499px){
    .blog-grid .post-title{
        font-size: 24px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .sidebar-left .blog-grid,
    .sidebar-right .blog-grid{
        --blog-columns: 2 !important;
    }
}
@media (max-width: 991px){
    .blog-grid{
        --blog-columns: 2 !important;
    }
}
@media (max-width: 767px){
    .blog-grid{
        --blog-space: 5px !important;
    }
}
@media (max-width: 479px){
    .blog-grid{
        --blog-columns: 1 !important;
    }
}
/*----- SHORTCODE -----*/
/* style-01 */
.blog-item.style-01 .post-thumb{
    margin-bottom: 24px;
}
@media (max-width: 1499px){
    .blog-item.style-01 .post-thumb{
        margin-bottom: 16px;
    }
}
/* style-02 */
.widget.ovic-blog .ovic-blog{
    padding-top: 3px;
    margin-bottom: -4px;
}
.dots-title .slick-dots{
    margin: 0;
    font-size: 18px;
    line-height: 1.57;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    text-align: inherit;
}
.dots-title .slick-dots li{
    display: block;
    margin: 0;
    padding: 15px 0;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
}
.dots-title .slick-dots li:not(:first-child){
    margin-top: 1px;
    box-shadow: 0 -1px #dedcdc;
}
.dots-title .slick-dots li.slick-active,
.dots-title .slick-dots li:hover{
    color: var(--main-color);
}
@media (max-width: 1499px){
    .dots-title .slick-dots{
        font-size: 16px;
    }
    .dots-title .slick-dots li{
        padding: 13px 0;
    }
}
/* style-03 */
.ovic-blog.style-03 .content-post{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ovic-blog.style-03 .slick-list{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-blog.style-03 .slick-dots{
    width: calc(((100% + 30px) / 3) - 30px);
    margin-inline-start: 30px;
}
.ovic-blog.style-03 .slick-dots li{
    padding-inline-start: 24px;
    padding-inline-end: 24px;
}
.ovic-blog.style-03 .slick-dots li.slick-active,
.ovic-blog.style-03 .slick-dots li:hover{
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
    box-shadow: none;
    border-radius: 10px;
}
.ovic-blog.style-03 .slick-dots li.slick-active + *,
.ovic-blog.style-03 .slick-dots li:hover + *{
    box-shadow: none;
}
/* style-04 */
.blog-item.style-04 .post-inner{
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.blog-item.style-04 .post-info{
    padding: 30px 32px 26px;
}
.shadow-yes .ovic-blog.style-04 .slick-list{
    padding: 10px 15px 50px;
    margin: -10px -15px -50px;
}
.shadow-yes .blog-item.style-04 .post-inner{
    box-shadow: 0 20px 30px rgba(14, 44, 108, 0.09);
}
/* style-05 */
.blog-item.style-05 .post-thumb .thumb-link{
    border-radius: 15px;
}
.blog-item.style-05 .post-thumb .thumb-link img{
    min-height: 320px;
    object-fit: cover;
}
.blog-item.style-06 .post-inner:hover .post-thumb .thumb-link:after,
.blog-item.style-05 .post-inner:hover .post-thumb .thumb-link:after{
    background-color: rgba(24,25,27,0.5);
}
.blog-item.style-06 .post-thumb .thumb-link:after,
.blog-item.style-05 .post-thumb .thumb-link:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(24,25,27,0.2);
    transition: all 0.3s ease;
}
.blog-item.style-05 .post-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
}
.blog-item.style-05 .post_cat{
    margin-bottom: 8px;
}
.blog-item.style-05 .post-title{
    color: #fff;
}
.blog-item.style-05 .post-title a:hover{
    color: var(--main-color-2);
}
/* style-06 */
.blog-item.style-06 .thumb-link{
    border-radius: var(--main-bora-b);
}
.blog-item.style-06 .post-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 32px;
}
.blog-item.style-06 .post_cat{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.blog-item.style-06 .post_cat .inner{
    color: #fff;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.blog-item.style-06 .post-title{
    line-height: 1.8;
    color: #fff;
}
.blog-item.style-06 .post-title a{
    color: inherit;
}
@media (max-width: 1499px){
    .ovic-blog.style-03 .slick-dots li{
        padding: 11px 16px;
    }
    .blog-item.style-04 .post-info{
        padding: 24px 24px 21px;
    }
    .blog-item.style-05 .post-info{
        padding: 18px 24px;
    }
    .blog-item.style-06 .post-info{
        padding: 15px 24px;
    }
    .blog-item.style-06 .post_cat{
        font-size: 16px;
    }
    .blog-item.style-06 .post-title{
        line-height: 1.7;
    }
}
@media (max-width: 991px){
    .ovic-blog.style-03 .slick-dots{
        width: 100%;
        margin: 0 0 -10px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.post-single > .post-thumb{
    border-radius: 10px 10px 0 0;
    margin-bottom: 22px;
}
.post-single > .post-thumb img{
    min-height: 400px;
    object-fit: cover;
}
.post-single > .post-inner .post-title{
    font-size: 32px;
    line-height: 1.3;
}
.post-single > .post-inner .post-metas{
    margin: 6px 0 0;
}
.post-single > .post-inner .post-metas > *:not(:last-child){
    margin-inline-end: 44px;
}
.post-single > .post-inner .post-metas > *:not(:last-child):after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -24px;
    height: 12px;
    border-inline-start: 1px solid;
    margin: auto;
}
.post-single > .post-inner .post-metas .post_cat{
    margin-inline-end: 24px;
}
.post-single > .post-inner .post-author{
    flex: 0 0 auto;
}
.post-single > .post-inner .post-content{
    margin-top: 17px;
}
.post-single > .post-inner .post_tag{
    margin-top: 31px;
}
.post-single > .post-inner .post-share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px 0 15px;
}
.post-single > .post-inner .post-share .title{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
    margin-inline-end: 16px;
}
.post-single > .post-inner .ovic-share-socials a{
    --social-color: var(--default-color);
    width: 48px;
    padding: 12px 0;
    border-radius: var(--main-bora);
    box-shadow: 0 0 0 1px #dedcdc inset;
    text-align: center;
}
.post-single > .post-inner .ovic-share-socials a .icon{
    font-size: 18px;
}
@media (min-width: 768px){
    body.single-post .site{
        overflow: visible;
    }
    .post-single > .post-inner.has-share{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .post-single > .post-inner.has-share .post-info{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-start: 15px;
    }
    body.admin-bar .post-single > .post-inner .post-share{
        top: 52px;
    }
    .post-single > .post-inner .post-share{
        position: sticky;
        top: 6px;
        width: 80px;
        text-align: center;
        padding: 0;
        flex-direction: column;
    }
    .post-single > .post-inner .post-share .title{
        margin: 6px 0 21px;
    }
    .post-single > .post-inner .ovic-share-socials .inner{
        flex-direction: column;
        align-items: center;
    }
    .post-single > .post-inner .ovic-share-socials a:not(:last-child){
        margin: 0 0 16px;
    }
}
@media (min-width: 782px){
    body.admin-bar .post-single > .post-inner .post-share{
        top: 38px;
    }
}
@media (min-width: 1200px){
    body.admin-bar.has-header-sticky .post-single > .post-inner .post-share{
        top: 98px;
    }
    body.has-header-sticky .post-single > .post-inner .post-share{
        top: 66px;
    }
}
@media (min-width: 1500px){
    .post-single > .post-inner .post-share{
        width: 90px;
    }
    .post-single > .post-inner.has-share .post-info{
        padding-inline-start: 30px;
    }
    .post-single > .post-inner .post-share .title{
        margin-bottom: 29px;
    }
    .post-single > .post-inner .ovic-share-socials a:not(:last-child){
        margin-bottom: 24px;
    }
}
@media (max-width: 1499px){
    .post-single > .post-thumb img{
        min-height: 350px;
    }
    .post-single > .post-inner .post-title{
        font-size: 28px;
    }
    .post-single > .post-inner .post-metas > *:not(:last-child){
        margin-inline-end: 29px;
    }
    .post-single > .post-inner .post-metas > *:not(:last-child):after{
        right: -15px;
    }
    .post-single > .post-inner .post_tag{
        margin-top: 26px;
    }
    .post-single > .post-inner .post-share .title{
        font-size: 13px;
    }
    .post-single > .post-inner .ovic-share-socials a{
        width: 44px;
        padding: 10px 0;
    }
    .post-single > .post-inner .ovic-share-socials a .icon{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .post-single > .post-thumb img{
        min-height: 280px;
    }
}
/*----- LAYOUT -----*/
.post-page.style-fullwidth .post-single > .post-inner .post-metas{
    margin-top: 14px;
}
@media (min-width: 768px){
    .post-page.style-fullwidth .post-single > .post-thumb{
        padding: 0 16px;
        margin: 0 calc(50% - 50vw);
    }
    .post-page.style-fullwidth .post-single > .post-inner.has-share{
        padding-inline-start: 0;
    }
    .post-page.style-fullwidth .post-single > .post-inner{
        max-width: 1160px;
        padding: 48px 95px 0;
        margin: -100px auto 0;
        background-color: #fff;
        border-radius: 10px;
    }
    .post-page.style-fullwidth .post-single > .post-inner .post-share{
        margin-top: 64px;
    }
}
@media (min-width: 768px){
    .post-page.style-fullwidth .post-single > .post-inner{
        max-width: 680px;
    }
}
@media (min-width: 992px){
    .post-page.style-fullwidth .post-single > .post-inner{
        max-width: 900px;
    }
}
@media (min-width: 1200px){
    .post-page.style-fullwidth .post-single > .post-inner{
        max-width: 1110px;
    }
}
@media (min-width: 1500px){
    .post-page.style-fullwidth .post-single > .post-thumb{
        padding: 0 45px;
    }
    .post-page.style-fullwidth .post-single > .post-inner{
        max-width: 1160px;
        padding: 56px 120px 0;
        margin-top: -120px;
    }
    .post-page.style-fullwidth .post-single > .post-inner .post-share{
        margin-top: 84px;
    }
}
/*----- 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;
    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;
    line-height: 1.6;
    margin: 31px 0 0;
}
.comments-area .comments-title span{
    color: var(--main-color);
}
@media (max-width: 1499px){
    .comments-area .comments-title{
        font-size: 21px;
        margin: 26px 0 0;
    }
}
/*----- COMMENT LIST -----*/
.commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
.commentlist > :first-child > .comment_container{
    padding-top: 0;
    border-top: none;
}
.commentlist .comment_container{
    padding-top: 32px;
    border-top: 1px solid #dedcdc;
    margin-top: 23px;
}
.commentlist .comment_container:before,
.commentlist .comment_container:after{
    display: table;
    clear: both;
    content: '';
}
.commentlist .avatar{
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 35%;
    overflow: hidden;
    margin-inline-end: 16px;
}
.commentlist .comment-text{
    overflow: hidden;
    padding: 7px 0 0;
}
.commentlist .rating-count,
.commentlist .woocommerce-review-link,
.commentlist .star-rating-wrap .rating{
    display: none;
}
.commentlist .meta:before,
.commentlist .meta:after{
    content: '';
    display: table;
    clear: both;
}
.commentlist .meta{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.commentlist .meta > *{
    display: inline-block;
    vertical-align: top;
}
.commentlist .meta > :not(:last-child){
    margin-inline-end: 16px;
}
.commentlist .woocommerce-review__author{
    font-size: 16px;
    font-weight: var(--main-h-fw);
    position: relative;
}
.commentlist .woocommerce-review__dash{
    display: none;
}
.commentlist .woocommerce-review__author:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    content: '';
    height: 12px;
    border-inline-end: 1px solid #dedcdc;
    margin: auto;
}
.commentlist .comment-edit-link{
    font-style: italic;
}
.commentlist .reply{
    float: right;
    margin-inline-start: 17px;
}
.commentlist .description{
    padding-top: 16px;
    margin: 0;
}
.commentlist .description > :last-child{
    margin-bottom: 0;
}
.commentlist .children{
    list-style: none;
    padding-inline-start: 32px;
}
.commentlist + .dokan-pagination-container,
.commentlist + .woocommerce-pagination{
    margin-top: 32px;
}
.no-comments{
    margin: 24px 0 0;
}
@media (max-width: 1499px){
    .commentlist .comment_container{
        padding-top: 24px;
        margin-top: 16px;
    }
    .commentlist .avatar{
        width: 56px;
        height: 56px;
        margin-inline-end: 12px;
    }
    .commentlist .comment-text{
        padding-top: 3px;
    }
    .commentlist .children{
        padding-inline-start: 24px;
    }
    .commentlist .description{
        padding-top: 11px;
    }
    .commentlist .woocommerce-review__author{
        font-size: 15px;
    }
    .commentlist .meta{
        margin-top: -2px;
    }
    .commentlist + .dokan-pagination-container,
    .commentlist + .woocommerce-pagination{
        margin-top: 24px;
    }
}
@media (max-width: 479px){
    .commentlist .comment-text{
        overflow: visible;
    }
    .commentlist .meta{
        overflow: hidden;
    }
    .commentlist .description{
        clear: both;
        padding-top: 6px;
    }
    .commentlist .comment_container{
        padding-top: 16px;
        margin-top: 12px;
    }
    .commentlist .avatar{
        width: 48px;
        height: 48px;
        margin-inline-end: 10px;
    }
    .commentlist .comment-text{
        padding-top: 0;
    }
    .commentlist .children{
        padding-inline-start: 16px;
    }
    .commentlist .meta{
        margin-top: -3px;
    }
    .commentlist .meta > :not(:last-child){
        margin-inline-end: 12px;
    }
    .commentlist .woocommerce-review__author:after{
        right: -10px;
    }
}
/*----- COMMENT RESPOND -----*/
.comment-respond{
    --input-width: 100%;
    --input-sd: none;
    margin: 48px 0 0;
    padding: 48px 32px;
    background-color: #F2EFEF;
    border-radius: 10px;
}
.comment-respond .comment-reply-title{
    display: block;
    font-size: 24px;
    line-height: var(--main-h-lh);
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    color: var(--main-color);
    margin: 0 0 32px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link{
    font-family: var(--main-ff);
    font-size: 70%;
    text-decoration: underline;
    margin-inline-start: 15px;
    font-weight: 400;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: var(--main-cl);
}
.comment-respond p{
    margin-bottom: 25px;
}
.comment-respond label{
    font-weight: inherit;
    color: inherit;
    margin-bottom: 7px;
}
.comment-respond .comment-form-rating{
    margin-bottom: 8px;
}
.comment-respond label[for="rating"]{
    margin-inline-end: 10px;
}
.comment-respond textarea{
    padding: 11px 20px;
    width: 100%;
}
.comment-respond input[type="submit"]{
    width: 247px;
}
.comment-respond .logged-in-as,
.comment-respond .comment-notes,
.comment-respond .comment-form-cookies-consent{
    margin: 0 0 15px;
}
.comment-respond .form-submit{
    padding-top: 7px;
    margin: 0;
}
.comment-list .comment-respond{
    margin-top: 15px;
    margin-bottom: 32px;
}
@media (max-width: 1499px){
    .comment-respond{
        margin-top: 36px;
        padding: 36px 24px;
    }
    .comment-respond .comment-reply-title{
        font-size: 21px;
        margin-bottom: 24px;
    }
    .comment-respond p{
        margin-bottom: 20px;
    }
    .comment-respond .logged-in-as, .comment-respond .comment-notes, .comment-respond .comment-form-cookies-consent{
        margin-bottom: 12px;
    }
    .comment-respond .comment-form-rating{
        margin-bottom: 3px;
    }
    .comment-respond input[type="submit"]{
        width: 217px;
    }
}
@media (max-width: 479px){
    .comment-respond{
        margin-top: 32px;
        padding: 32px 16px;
    }
    .comment-respond .comment-reply-title{
        margin-bottom: 16px;
    }
    .comment-respond input[type="submit"]{
        width: 187px;
    }
}
/*==========================================================================
SHOP
===========================================================================*/
/*----- ELEMENT -----*/
/* add-to-cart*/
.add-to-cart{
    display: block;
    position: relative;
    max-width: 100%;
}
.add-to-cart:not(:hover):before,
.add-to-cart:not(:hover):after{
    opacity: 0;
    visibility: hidden;
}
.add-to-cart:before,
.add-to-cart:after{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 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: var(--default-color);
    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 var(--default-color);
    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-inline-start: 15px;
    padding-inline-end: 15px;
    letter-spacing: 0;
}
.single_add_to_cart_button:before,
.added_to_cart:before,
.woocommerce .wishlist_table .product-add-to-cart a:before,
.product-item.style-17 .add-to-cart > a:before,
.product-item.style-16 .add-to-cart > a:before,
.product-item.style-15 .add-to-cart > a:before,
.group-price .add-to-cart > a:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e953';
    font-size: 20px;
    font-weight: 400;
    margin: -1px 0 1px;
    margin-inline-end: 7px;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
.cart-tooltip-start .add-to-cart:before{
    display: block;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 8px);
}
.cart-tooltip-start .add-to-cart:after{
    display: block;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 3px);
    border-inline-start: 6px solid var(--default-color);
    border-inline-end-width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.cart-tooltip-top .add-to-cart:before,
.cart-tooltip-top .add-to-cart:after{
    display: block;
}
/* compare, quickview, wishlist*/
.group-button{
    --group-button-s: 24px;
    --group-button-fz: 20px;
    --group-button-lh: 24px;
    --group-button-c: var(--main-cl);
    --group-button-bg: transparent;
    --group-button-bs: none;
    --group-button-c-h: var(--main-color);
    --group-button-bg-h: transparent;
    --group-button-bs-h: none;
    --group-button-p: calc((var(--group-button-s) - var(--group-button-lh)) / 2) 0;
    --group-button-bora: 0;
    --group-button-ta: center;
    --group-button-trs: none;
}
.product-item .group-button .add-to-cart > a,
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    width: var(--group-button-s);
    height: var(--group-button-s);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--group-button-c);
    background-color: var(--group-button-bg);
    box-shadow: var(--group-button-bs);
    padding: var(--group-button-p);
    border-radius: var(--group-button-bora);
    position: relative;
    font-weight: 400;
    text-align: var(--group-button-ta);
    opacity: 1 !important;
    transition: var(--group-button-trs);
}
.product-item .group-button .add-to-cart > a:hover,
.woocommerce-product-gallery a.compare:hover,
.entry-summary a.compare:hover,
.product-item a.compare:hover,
.woocommerce-product-gallery a.compare.added,
.entry-summary a.compare.added,
.product-item a.compare.added,
a.yith-wcqv-button:hover,
.yith-wcwl-add-to-wishlist > *:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .delete_item{
    color: var(--group-button-c-h);
    background-color: var(--group-button-bg-h);
    box-shadow: var(--group-button-bs-h);
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before,
a.yith-wcqv-button:before,
.yith-wcwl-add-to-wishlist a:before{
    display: inline-block;
    vertical-align: top;
    font-size: var(--group-button-fz);
    line-height: var(--group-button-lh);
    text-align: center;
    font-weight: 400;
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before{
    font-family: main-icon, sans-serif;
    content: "\e941";
}
a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: "\e942";
}
.entry-summary .yith-wcwl-add-to-wishlist a:before,
.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: '\e93e';
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background: none !important;
    opacity: 1 !important;
    text-align: center;
    height: 30px !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}
/* wishlist */
.yith-wcwl-add-to-wishlist + .clear{
    display: none !important;
}
.yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.yith-wcwl-add-to-wishlist a{
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
    opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist a.view-wishlist{
    padding-inline-start: 0 !important;
}
.yith-wcwl-add-to-wishlist .feedback{
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.yith-wcwl-add-to-wishlist .separator{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: var(--group-button-p);
    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: var(--group-button-p);
    margin: 0;
}
.yith-wcwl-add-to-wishlist a img.yith-wcwl-icon{
    vertical-align: middle;
    margin-top: -1px;
    margin-bottom: 1px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist{
    display: table;
    border-radius: 0;
}
#yith-wcwl-popup-message{
    display: none !important;
}
/* price */
.amount{
    font-family: var(--price-typo);
    color: var(--main-color-3);
    font-weight: 600;
}
.price{
    display: block;
    font-family: var(--price-typo);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-color-3);
    margin: 0;
}
.price ins{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.price del{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    margin-inline-end: 10px;
}
del .amount{
    font-weight: 400;
    color: var(--main-cl);
    text-decoration: none;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del,
.woocommerce ul.wishlist_table.mobile li del,
.widget .product_list_widget > li del{
    text-decoration: none;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins,
.woocommerce ul.wishlist_table.mobile li ins,
.widget .product_list_widget > li ins{
    color: var(--main-color-3);
    text-decoration: none;
}
@media (max-width: 1499px){
    .price{
        font-size: 16px;
        line-height: 20px;
    }
    .price del{
        font-size: 15px;
        margin-top: 1px;
        margin-bottom: -1px;
        margin-inline-end: 7px;
    }
}
@media (max-width: 479px){
    .price del{
        margin-inline-end: 4px;
    }
}
/* star rating */
.star-rating-wrap{
    display: inline-block;
    vertical-align: top;
    font-size: var(--rating-fz);
    line-height: var(--rating-lh);
}
.star-rating-wrap .star-rating{
    margin-inline-end: 5px;
}
.star-rating-wrap .rating-count{
    display: inline-block;
    vertical-align: top;
    font-weight: inherit;
    color: var(--default-color);
}
.star-rating-wrap .rating-count .text{
    display: none;
    margin-inline-start: 3px;
}
.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: ')';
}
.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: '\e908\e908\e908\e908\e908';
    font-size: var(--rating-fz);
    line-height: var(--rating-lh);
    letter-spacing: 0.05em;
    color: #DEDCDC;
    margin-inline-end: -0.05em;
}
.star-rating > span:before{
    content: '\e908\e908\e908\e908\e908';
    color: #FFC400;
}
@media (max-width: 1499px){
    .star-rating-wrap{
        --rating-fz: 13px;
    }
}
@media (max-width: 767px){
    .star-rating-wrap .rating-count{
        display: none;
    }
}
/* 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: 16px;
    line-height: 24px;
    color: #dedcdc;
    margin: 0 0.2em;
}
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\e909';
    color: #dedcdc;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    content: '\e908';
    color: #FFC400;
}
.ovic-panel-rating{
    display: flex;
    align-items: center;
    margin: 0;
}
.ovic-panel-rating .average{
    text-align: center;
}
.ovic-panel-rating .average .title{
    display: block;
    font-size: 48px;
    line-height: 1;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.ovic-panel-rating .average .star-rating{
    display: inline-block;
    margin: 2px 0 7px;
}
.ovic-panel-rating .average .rating-count{
    display: block;
    font-size: inherit;
    color: var(--default-color);
    font-weight: inherit;
}
.ovic-panel-rating {
    width: 500px;
    max-width: 100%;
}
.ovic-panel-rating .detail{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 64px;
    display: table;
}
.ovic-panel-rating .detail li{
    display: table-row;
}
.ovic-panel-rating .detail li > *{
    display: table-cell;
}
.ovic-panel-rating .detail .star{
    white-space: nowrap;
    padding-inline-end: 24px;
}
.ovic-panel-rating .detail .process-bar{
    height: 5px;
    border-radius: var(--main-bora);
    background-color: var(--main-color);
}
.ovic-panel-rating .detail .process:before{
    height: 5px;
    border-radius: var(--main-bora);
    background-color: #DEDCDC;
}
.ovic-panel-rating .detail .count{
    text-align: end;
    padding-inline-start: 16px;
}
@media (max-width: 479px){
    .ovic-panel-rating .average .star-rating{
        --rating-fz: 12px;
        margin: 0 0 3px;
    }
    .ovic-panel-rating .detail{
        padding-inline-start: 24px;
    }
    .ovic-panel-rating .average .title{
        font-size: 42px;
    }
    .ovic-panel-rating .detail .star{
        padding-inline-end: 16px;
    }
    .ovic-panel-rating .detail .star{
        padding-inline-start: 8px;
    }
}
/* quantity */
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
}
.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.quantity .input-text{
    font-size: var(--main-fz);
    text-align: center;
    width: 120px;
    box-shadow: 0 0 0 1px #dedcdc inset;
    background-color: #fff;
    padding-inline-start: 15px;
    padding-inline-end: 30px;
}
.quantity .arrow{
    position: absolute;
    right: 1px;
    height: calc(50% - 1px);
    z-index: 1;
    width: 36px;
    font-size: 11px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color-2);
    border-inline-start: 1px solid #dedcdc;
    padding-inline-end: 2px;
}
.quantity .arrow:hover{
    color: var(--main-color);
}
.quantity .minus{
    bottom: 1px;
    border-top: 1px solid #dedcdc;
}
.quantity .plus{
    top: 1px;
}
.quantity .minus:before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
    transform: rotate(-90deg);
}
.quantity .plus:before{
    font-family: main-icon, sans-serif;
    content: '\e90f';
    transform: rotate(-90deg);
}
@-moz-document url-prefix(){
    .quantity .input-text{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
}
@media (max-width: 1499px){
    .quantity .input-text{
        width: 110px;
    }
    .quantity .arrow{
        width: 32px;
    }
}
@media (max-width: 479px){
    .quantity .input-text{
        width: 100px;
    }
}
/* labels */
.product-labels{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-labels > *{
    --product-label-color: #27AE60;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 14px;
    font-weight: var(--main-h-fw);
    color: var(--product-label-color);
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
    display: flex;
}
.product-labels > *:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--product-label-color);
    opacity: 0.2;
}
.product-labels > * .icon{
    display: flex;
    font-weight: 400;
    margin-inline-end: 2px;
    margin-inline-start: -2px;
}
.product-labels > .onsale{
    --product-label-color: #E80E29;
}
.product-labels > .featured{
    --product-label-color: #D35400;
}
.product-labels > .out-of-stock{
    --product-label-color: #000;
    color: var(--main-cl);
}
.product-labels > .out-of-stock:before{
    opacity: 0.1;
}
/* 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: 5px;
}
.wishlist-in-stock,
.available-on-backorder,
.in-stock{
    color: var(--main-color) !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{
    padding-top: 16px;
    border-top: 1px solid #dedcdc;
    margin-top: 24px;
}
.product_meta > *{
    display: block;
}
.product_meta > * > .title{
    display: inline-block;
    vertical-align: top;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    padding-inline-end: 10px;
    min-width: 120px;
}
.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;
}
@media (max-width: 1499px){
    .product_meta > * > .title{
        min-width: 100px;
    }
}
@media (max-width: 767px){
    .product_meta > * > .title{
        min-width: 88px;
    }
}
/* variations */
.variations_form{
    position: relative !important;
}
table.variations{
    display: block;
    margin: -2px 0;
    position: relative;
}
table.variations th,
table.variations td{
    text-align: inherit;
    padding: 10px 0;
    border: none;
}
table.variations .label{
    padding-inline-end: 10px;
    border-radius: 0;
}
table.variations .label label{
    vertical-align: middle;
    margin: 0;
}
table.variations .label label:after{
    content: ':';
}
table.variations .rtwpvs-terms-wrapper{
    margin: calc(0px - var(--layered-space));
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper{
    display: flex;
}
table.variations .rtwpvs-term{
    padding: 0 !important;
    box-shadow: none !important;
    margin: var(--layered-space) !important;
    border: none !important;
    transition: none !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img{
    display: block !important;
    border-radius: inherit !important;
    color: #fff;
}
.widget_layered_nav .group-color a [style*="background-color: #ffffff"],
table.variations .rtwpvs-term [style*="background-color:#ffffff"]{
    box-shadow: 0 0 0 1px #dedcdc inset;
    color: var(--default-color);
}
table.variations .button-variable-wrapper{
}
table.variations .rtwpvs-button-term{
    height: auto !important;
}
table.variations .rtwpvs-button-term span{
    font-size: inherit !important;
    color: inherit !important;
    justify-content: center;
    padding: 4px 17px !important;
    box-shadow: 0 0 0 1px #dedcdc inset !important;
    position: relative;
    overflow: hidden;
}
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term):hover,
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term).selected{
    color: var(--main-color);
    box-shadow: 0 0 0 1px inset !important;
}
table.variations .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term{
    border-radius: 0;
}
table.variations .rtwpvs-term img{
    border: 1px solid #dedcdc;
}
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{
    position: relative;
}
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 select{
    width: 100%;
    color: var(--default-color);
}
table.variations .reset_variations{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    margin: auto;
    color: var(--main-color);
}
table.variations .reset_variations[style*="visibility: hidden;"]{
    display: none !important;
}
.variations_form .single_variation > *{
    margin-top: 10px;
}
.variations_form .single_variation .stock{
    margin: 0;
}
/* growl */
.growl.growl-notice{
    color: var(--default-color);
    background-color: #fff;
}
.growl{
    width: 320px;
    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(--default-color);
    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;
    padding: 0 0 5px;
}
.process-valiable .text,
.process-valiable .number{
    display: inline-block;
    vertical-align: top;
}
.process-valiable .total{
    display: block;
    height: 6px;
    background-color: #f2efef;
    position: relative;
    border-radius: var(--main-bora);
}
.process-valiable .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #F01B1B 0%, rgba(255, 102, 0, 0.8) 100%);
    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 #dedcdc;
    text-align: center;
}
ul.shop-page > .product-category a img{
    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 #dedcdc 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: 1199px){
    .dokan-store-wrap.layout-right ul.shop-page:not(.columns-2),
    .dokan-store-wrap.layout-left ul.shop-page:not(.columns-2),
    .sidebar-right ul.shop-page:not(.columns-2),
    .sidebar-left ul.shop-page:not(.columns-2){
        --item-width: 33.33333333%;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    ul.shop-page:not(.columns-2){
        --item-width: 33.33333333%;
    }
}
@media (max-width: 991px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        --col-space: 10px;
        --item-space: 20px;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        --col-space: 7px;
        --item-space: 15px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        --col-space: 5px;
        --item-space: 10px;
    }
    ul.shop-page:not(.columns-1){
        --item-width: 50%;
    }
}
/* hover zoom */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure{
    transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    transform: scale(1.15);
}
/* hover change */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    transform: translateX(-20px);
}
/* hover slide */
.product-item .product-thumb .slick-list:hover{
    z-index: auto;
}
.product-item .product-thumb .slick-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -2px 4px;
}
.product-item .product-thumb .slick-dots li{
    margin: 0 2px 4px;
}
@media (min-width: 1200px){
    .product-item .product-thumb .slick-dots{
        transition: all 0.2s ease;
    }
    .product-item .product-inner:not(:hover) .product-thumb .slick-dots{
        opacity: 0;
        visibility: hidden;
    }
}
/*----- CONTROL -----*/
.shop-control{
    --input-height: auto;
    --input-padding: 0;
    --input-cl: var(--default-color);
    --input-cl-h: var(--main-color);
    --input-bg: transparent;
    --input-sd: none;
    --input-sd-h: none;
    --input-bora: 0;
    color: var(--default-color);
}
.shop-control select{
    font-size: inherit;
    line-height: inherit;
    font-weight: var(--main-h-fw);
    padding-inline-end: 15px;
    background-position: right center;
}
.shop-control .chosen-container .chosen-single{
    font-size: inherit;
    line-height: inherit;
    font-weight: var(--main-h-fw);
}
.shop-control .chosen-container .chosen-single:after{
    line-height: calc(var(--main-lh) * (100% - 3px));
}
.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 -8px;
}
.display-mode-control button{
    font-size: 20px;
    font-weight: 400;
    color: inherit;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    padding: 0;
    margin: 0 8px;
}
.display-mode-control button:hover,
.display-mode-control button.active{
    color: var(--main-color);
}
#wcfmmp-store .display-per-page .title,
.display-per-page .title{
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    padding: 0;
    margin: 0;
}
.display-per-page .chosen-container .chosen-drop{
    width: 100px;
}
.display-per-page .per-page-form{
    display: inline-block;
    vertical-align: top;
}
.shop-before-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    border-radius: 10px;
    padding: 16px 12px;
    margin: 0 0 24px;
}
.shop-before-control .display-mode-control{
    flex: 1 1 auto;
    width: 1%;
    padding: 2px 0;
}
.shop-before-control > *{
    margin: 0 12px;
}
.shop-before-control .display-sort-by,
.shop-before-control .display-per-page{
    max-width: 36%;
}
@media (max-width: 1499px){
    .display-mode-control > form{
        margin: 0 -5px;
    }
    .display-mode-control button{
        font-size: 18px;
        margin: 0 5px;
    }
    .shop-before-control{
        padding: 11px 8px;
    }
    .shop-before-control > *{
        margin: 0 8px;
    }
}
@media (max-width: 767px){
    .shop-before-control{
        margin-bottom: 16px;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog{
    position: relative;
}
.ovic-products{
    position: relative;
    --product-bg: #fff;
}
.product-item{
    position: relative;
}
.product-item .product-inner{
    position: relative;
    background-color: var(--product-bg);
}
.product-item .product-thumb{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-item .product-info{
    display: flex;
    flex-direction: column;
    position: relative;
}
#wcfmmp-store .product-title{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: var(--main-h-fw) !important;
    color: var(--default-color) !important;
    margin: 0 !important;
}
.product-item .product-title{
    font-size: inherit;
    line-height: 1.5;
    margin: 0;
}
.labels-not-yes .product-labels,
.rating-not-yes .star-rating-wrap,
.rating-not-yes .star-rating{
    display: none !important;
}
.ovic-menu-clone-wrap .product-item.short-title .product-title a,
.short-text-yes .product-item .product-title a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.elementor .content-overflow .elementor-widget-wrap{
    display: inline-grid;
}
.content-overflow > .elementor-column-wrap > .slick-slider{
    display: block;
}
.content-overflow > .elementor-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;
}
@media (max-width: 1199px){
    .product-item .product-labels,
    .product-item .yith-wcwl-add-to-wishlist,
    .product-item .compare-button,
    .product-item a.yith-wcqv-button{
        display: none !important;
    }
}
@media (max-width: 767px){
    .product-item.short-title .product-title a{
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product-item .product-excerpt{
        display: none;
    }
    .thumb-hidden-mobile-yes .product-item .product-thumb{
        display: none;
    }
}
/* list */
.product-item.list{
    --product-pd-v: 32px;
    --product-pd-h: 24px;
}
.product-item.list .product-inner{
    display: flex;
    flex-wrap: wrap;
    padding: var(--product-pd-v) var(--product-pd-h);
    border-radius: 10px;
}
.product-item.list .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 31%;
}
.product-item.list .thumb-wrapper{
    max-width: 220px;
}
.product-item.list .product-info{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-inline-start: var(--product-pd-h);
}
.product-item.list .info-start{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-item.list .info-end{
    width: 270px;
    padding-inline-start: var(--product-pd-h);
    margin-inline-start: var(--product-pd-h);
    border-inline-start: 1px solid #dedcdc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-item.list .product-excerpt{
    font-size: 14px;
    line-height: 1.85714286;
    margin-top: 10px;
}
.product-item.list .price{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 17px;
}
.product-item.list .price del{
    font-size: inherit;
    margin: 0;
    margin-inline-end: 16px;
}
.product-item.list .stock{
    margin-bottom: 10px;
}
.product-item.list .group-button{
    --group-button-s: auto;
    --group-button-ta: start;
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist > *,
.product-item.list a.compare,
.product-item.list .yith-wcwl-add-to-wishlist > *{
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}
.entry-summary a.compare:before,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item.list a.compare:before,
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    display: none;
}
.entry-summary .yith-wcwl-add-to-wishlist a,
.product-item.list .yith-wcwl-add-to-wishlist a{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
@media (max-width: 1499px){
    .product-item.list{
        --product-pd-v: 22px;
        --product-pd-h: 16px;
    }
    .product-item.list .info-end{
        width: 235px;
    }
    .product-item.list .product-excerpt{
        margin-top: 5px;
    }
    .product-item.list .price{
        font-size: 21px;
        line-height: 26px;
    }
    .product-item.list .price del{
        margin-inline-end: 12px;
    }
    .product-item.list .stock{
        margin-bottom: 7px;
    }
    .product-item.list .price{
        margin-bottom: 13px;
    }
    .product-item.list .group-button{
        margin-top: 6px;
    }
}
@media (max-width: 1199px){
    .product-item.list .product-thumb{
        max-width: 40%;
    }
    .product-item.list .info-end{
        width: 100%;
        padding: 0;
        margin: 5px 0 0;
        border-style: none;
    }
    .product-item.list .equal-elem{
        height: auto !important;
    }
}
@media (max-width: 479px){
    .product-item.list{
        --product-pd-v: 12px;
        --product-pd-h: 8px;
    }
    .product-item.list .price{
        font-size: 18px;
        line-height: 22px;
    }
}
/* default */
.unit-of-measure{
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 3px;
}
.product-item .star-rating-wrap{
    margin: 3px 0 0;
}
.product-item .star-rating-wrap .woocommerce-review-link{
    display: none;
}
.product-item .star-rating-wrap:first-child{
    margin: 0 0 10px;
}
.product-item .price{
    margin: 6px 0 0;
}
.product-item .product-excerpt{
    margin-top: 9px;
}
.product-item .group-price{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 9px;
}
.product-item .group-price .price{
    order: -1;
    line-height: 22px;
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
}
.product-item .group-price .price .amount ~ .amount,
.product-item .group-price .price del{
    display: block;
    margin: 0;
}
.product-item .group-price .cart,
.product-item .group-price .add-to-cart{
    width: 48px;
}
.product-item .group-price .add-to-cart > button,
.product-item .group-price .add-to-cart > a{
    --button-padding: 0;
    --loading-size: 34px;
    --shape-margin: 4px;
    --shape-radius: 20%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    overflow: visible;
    width: 40px;
    height: 48px;
    border-radius: 50% / var(--shape-radius);
    margin: 0 var(--shape-margin);
}
.product-item .group-price .add-to-cart > button:before,
.product-item .group-price .add-to-cart > a:before{
    position: absolute;
    top: var(--shape-margin);
    bottom: var(--shape-margin);
    left: calc(0px - var(--shape-margin));
    right: calc(0px - var(--shape-margin));
    border-radius: var(--shape-radius) / 50%;
    background-color: inherit;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item .product-inner:not(:hover) .group-price .quantity{
    opacity: 0;
    visibility: hidden;
    transform: translateX(32px);
}
.product-item .group-price .quantity{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 64px);
    transition: all 0.3s ease;
}
.product-item .group-price .quantity .input-text{
    width: 100%;
}
@media (min-width: 1200px){
    .product-item .product-inner:hover .group-price .cart + .price{
        opacity: 0;
        visibility: hidden;
    }
    .product-item .group-price .cart + .price{
        transition: all 0.3s ease;
    }
}
@media (max-width: 1499px){
    .unit-of-measure{
        margin-bottom: 1px;
    }
    .product-item .star-rating-wrap{
        margin-top: 1px;
    }
    .product-item .star-rating-wrap:first-child{
        margin-bottom: 5px;
    }
    .product-item .price{
        margin-top: 3px;
    }
    .product-item .group-price .price{
        line-height: 20px;
    }
    .product-item .product-excerpt{
        margin-top: 5px;
    }
    .product-item .group-price{
        margin-top: 6px;
    }
    .product-item .group-price .cart,
    .product-item .group-price .add-to-cart{
        width: 42px;
    }
    .product-item .group-price .add-to-cart > button,
    .product-item .group-price .add-to-cart > a{
        --loading-size: 30px;
        width: 34px;
        height: 42px;
    }
    .product-item .group-price .add-to-cart > button:before,
    .product-item .group-price .add-to-cart > a:before{
        font-size: 18px;
    }
    .product-item .group-price .quantity{
        --input-height: 42px;
        --input-padding: 9px 22px;
        width: calc(100% - 52px);
    }
}
/* border-1 */
.ovic-products.product-border-1 .product-item .product-inner{
    box-shadow: 0 0 0 1px #dedcdc inset;
}
/* border-1 */
.ovic-products[class*="product-border-2"] .product-item .product-inner{
    background-color: transparent;
}
.ovic-products[class*="product-border-2"] .product-list-owl{
    border: 1px solid #dedcdc;
    background-color: var(--product-bg);
    border-radius: 10px;
}
.ovic-products[class*="product-border-2"] .product-list-owl > .slick-list{
    margin-inline-start: -1px;
}
.ovic-products[class*="product-border-2"] .product-list-owl .product-item{
    padding-inline-start: 1px;
}
.ovic-products[class*="product-border-2"] .slick-active + .slick-active.product-item:before,
.ovic-products[class*="product-border-2"] .slick-active + .slick-active .product-item:before{
    position: absolute;
    content: '';
    top: var(--product-pd-v);
    bottom: var(--product-pd-v);
    left: 0;
    border-inline-start: 1px solid #dedcdc;
}
.ovic-products[class*="product-border-2"] .row-item:not(:first-child) .product-item{
    padding-top: 1px;
}
.ovic-products[class*="product-border-2"] .row-item:not(:first-child) .product-item:after{
    position: absolute;
    content: '';
    top: 0;
    left: var(--product-pd-h);
    right: var(--product-pd-h);
    border-top: 1px solid #dedcdc;
}
.ovic-products[class*="product-border-2"] .product-list-grid,
ul.shop-page[class*="product-border-2"]{
    --col-space: 0;
    --item-space: 0;
    background-color: #fff;
    border-radius: 10px;
}
.ovic-products[class*="product-border-2"] .product-list-grid:before,
ul.shop-page[class*="product-border-2"]:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    border: 1px solid #dedcdc;
    z-index: 1;
}
.ovic-products[class*="product-border-2"] .product-list-grid .product-item,
ul.shop-page[class*="product-border-2"] .product-item{
    padding-inline-end: 1px;
    padding-bottom: 1px;
}
.ovic-products[class*="product-border-2"] .product-list-grid .product-item:before,
ul.shop-page[class*="product-border-2"] .product-item:before{
    position: absolute;
    content: '';
    top: var(--product-pd-v);
    bottom: var(--product-pd-v);
    right: 0;
    border-inline-start: 1px solid #dedcdc;
}
.ovic-products[class*="product-border-2"] .product-list-grid .product-item:after,
ul.shop-page[class*="product-border-2"] .product-item:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: var(--product-pd-h);
    right: var(--product-pd-h);
    border-top: 1px solid #dedcdc;
}
.ovic-products[class*="product-border-2"] .product-list-grid .product-inner,
ul.shop-page[class*="product-border-2"] .product-inner{
    z-index: 1;
}
/* style-01 */
.product-item.style-13,
.product-item.style-04,
.product-item.style-01{
    --product-pd-h: 24px;
    --product-pd-v: 32px;
}
.product-item.style-10,
.product-item.style-09,
.product-item.style-06,
.product-item.style-05,
.product-item.style-02{
    --product-pd-h: 24px;
    --product-pd-v: 24px;
}
.product-item.style-11{
    --product-pd-h: 29px;
    --product-pd-v: 29px;
}
.product-item.style-12{
    --product-pd-h: 24px;
    --product-pd-v: 39px;
}
.product-item.style-13 .product-inner,
.product-item.style-12 .product-inner,
.product-item.style-01 .product-inner{
    border-radius: 10px;
    padding: var(--product-pd-v) var(--product-pd-h);
}
.product-item.style-10 .product-inner,
.product-item.style-09 .product-inner,
.product-item.style-05 .product-inner,
.product-item.style-02 .product-inner{
    border-radius: 10px;
    padding: var(--product-pd-v) var(--product-pd-h);
    display: flex;
}
.product-item.style-06 .product-inner,
.product-item.style-04 .product-inner{
    border-radius: 10px;
    padding: var(--product-pd-v) var(--product-pd-h);
    text-align: center;
}
.product-item.style-11 .product-inner{
    border-radius: 10px;
    padding: var(--product-pd-v) var(--product-pd-h) 21px;
}
.product-item.style-13 .group-button,
.product-item.style-01 .group-button{
    --group-button-bora: var(--main-bora);
    --group-button-trs: all 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-item.style-13 .group-button > *,
.product-item.style-01 .group-button > *{
    margin-bottom: 8px;
}
.product-item.style-12 .product-info{
    padding: 11px 0 0;
    margin-bottom: -5px;
}
.product-item.style-13 .product-info,
.product-item.style-11 .product-info,
.product-item.style-01 .product-info{
    padding: 11px 0 0;
}
/* style-02 */
.product-item.style-02 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40%;
}
.product-item.style-02 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 16px;
    margin-top: -7px;
}
/* style-03 */
.product-item.style-03 .product-inner{
    display: flex;
}
.product-item.style-03 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 33%;
}
.product-item.style-03 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
    margin: -6px 0 -5px;
}
.product-item.style-03 .product-title{
    font-size: 14px;
    line-height: 1.4;
}
.product-item.style-03 .price{
    margin-top: 4px;
}
/* style-04 */
.product-item.style-15 .group-button,
.product-item.style-12 .group-button,
.product-item.style-04 .group-button{
    --group-button-s: 40px;
    --group-button-fz: 16px;
    --group-button-c: var(--default-color);
    --group-button-bg: #fff;
    --group-button-bs: 0 0 0 1px #F2EFEF inset;
    --group-button-c-h: var(--main-color-t);
    --group-button-bg-h: var(--main-color);
    --group-button-bs-h: none;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-item.style-15 .group-button > *,
.product-item.style-12 .group-button > *,
.product-item.style-04 .group-button > *{
    margin-bottom: -1px;
}
.product-item.style-15 .group-button > :first-child,
.product-item.style-12 .group-button > :first-child,
.product-item.style-04 .group-button > :first-child{
    --group-button-bora: var(--main-bora) var(--main-bora) 0 0;
}
.product-item.style-15 .group-button > :last-child,
.product-item.style-12 .group-button > :last-child,
.product-item.style-04 .group-button > :last-child{
    --group-button-bora: 0 0 var(--main-bora) var(--main-bora);
}
.product-item.style-04 .product-info{
    padding-top: 18px;
}
.product-item.style-04 .unit-of-measure{
    text-transform: uppercase;
    font-weight: 600;
}
.product-item.style-09 .product-title,
.product-item.style-08 .product-title,
.product-item.style-06 .product-title,
.product-item.style-05 .product-title,
.product-item.style-04 .product-title{
    color: var(--main-color);
}
.product-item.style-04 .add-to-cart{
    margin-top: 24px;
}
.product-item.style-04 .add-to-cart > a{
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
}
.product-item.style-04 .add-to-cart > a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.product-item.style-12 .add-to-cart > a .icon,
.product-item.style-04 .add-to-cart > a .icon{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 10px;
}
.product-item.style-12 .add-to-cart > a .icon:before,
.product-item.style-04 .add-to-cart > a .icon:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    font-weight: 400;
}
/* style-05 */
.product-item.style-05 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40%;
}
.product-item.style-05 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 24px;
}
/* style-06 */
.product-item.style-06 .product-info{
    padding-top: 10px;
    margin-bottom: -5px;
}
/* style-07 */
.ovic-products.style-07 .product-list-owl > .slick-list{
    padding: 0 15px 19px;
    margin: 0 -15px -19px;
}
.product-item.style-07 .product-inner{
    text-align: center;
}
.product-item.style-07 .thumb-link{
    border-radius: 15px;
}
.product-item.style-07 .product-labels{
    top: 24px;
    left: auto;
    right: 24px;
}
.product-item.style-07 .product-info{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 22px 16px 18px;
    margin: -74px 16px 0;
}
.product-item.style-07 .product-title{
    font-size: 20px;
    line-height: 1.3;
    color: var(--main-color);
}
.product-item.style-07 .price{
    font-size: 20px;
    margin-top: 13px;
}
.product-item.style-07 .price del{
    font-size: 17px;
}
/* style-08 */
.ovic-products.style-08 .row-item:not(:first-child){
    padding-top: 24px;
    border-top: 1px solid #dedcdc;
    margin-top: 24px;
}
.product-item.style-08 .product-inner{
    display: flex;
}
.product-item.style-08 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 31%;
}
.product-item.style-08 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 16px;
}
/* style-09 */
.product-item.style-09 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 42%;
}
.product-item.style-09 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 16px;
}
/* style-10 */
.product-item.style-10 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 31%;
}
.product-item.style-10 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 16px;
}
/* style-11 */
.product-item.style-11 .process-valiable{
    font-size: inherit;
    padding: 10px 0 0;
}
.product-item.style-11 .process-valiable .total{
    height: 10px;
    margin-top: 3px;
}
/* style-12 */
.product-item.style-12 .add-to-cart{
    margin-top: 15px;
}
/* style-14 */
.product-item.style-14 .product-inner{
    display: flex;
}
.product-item.style-14 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 47%;
}
.product-item.style-14 .product-info{
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
    margin-top: -7px;
}
/* style-15 */
.ovic-products.style-15 .product-list-owl > .slick-list{
    padding: 10px 15px 50px;
    margin: 10px -15px -50px;
}
.product-item.style-15 .product-inner{
    padding: 40px 32px;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(14, 44, 108, 0.12);
}
.product-item.style-15 .product-excerpt{
    margin-top: 22px;
}
.product-item.style-15 .add-to-cart{
    margin-top: 23px;
}
/* style-16 */
.product-item.style-17 .product-inner,
.product-item.style-16 .product-inner{
    text-align: center;
}
.product-item.style-17 .product-labels,
.product-item.style-16 .product-labels{
    top: 24px;
}
.product-item.style-17 .product-labels > *,
.product-item.style-16 .product-labels > *{
    padding: 5px 12px;
    padding-inline-end: 10px;
    border-radius: 0;
    color: #fff;
    background-color: var(--product-label-color);
    overflow: visible;
}
.product-item.style-17 .product-labels > *:before,
.product-item.style-16 .product-labels > *:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: auto;
    right: auto;
    left: calc(100% - 1px);
    border-inline-end: 12px solid transparent;
    border-top: 13px solid var(--product-label-color);
    background-color: transparent;
    opacity: 1;
}
.product-item.style-17 .product-labels > *:after,
.product-item.style-16 .product-labels > *:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: calc(100% - 1px);
    border-inline-end: 12px solid transparent;
    border-bottom: 13px solid var(--product-label-color);
}
.product-item.style-17 .product-labels > * .icon,
.product-item.style-16 .product-labels > * .icon{
    display: none;
}
.product-item.style-17 .product-labels .onnew,
.product-item.style-16 .product-labels .onnew{
    --product-label-color: #219653;
}
.product-item.style-17 .product-labels .onsale,
.product-item.style-16 .product-labels .onsale{
    --product-label-color: #E74C3C;
}
.product-item.style-17 .product-labels .featured,
.product-item.style-16 .product-labels .featured{
    --product-label-color: #00479E;
}
.product-item.style-17 .thumb-link,
.product-item.style-16 .thumb-link{
    border-radius: var(--main-bora-b);
}
.product-item.style-16 .group-button{
    --group-button-s: 48px;
    --group-button-fz: 20px;
    --group-button-c: var(--default-color);
    --group-button-bg: #fff;
    --group-button-c-h: var(--main-color-t);
    --group-button-bg-h: var(--main-color);
    --group-button-bora: var(--main-bora);
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-item.style-16 .group-button > *:not(:last-child){
    margin-bottom: 16px;
}
.product-item.style-16 .ovic-countdown{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background-color: #fff;
    padding: 12px 10px 7px;
    border-radius: var(--main-bora-b);
}
.product-item.style-16 .add-to-cart{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}
.product-item.style-17 .product-info,
.product-item.style-16 .product-info{
    padding-top: 17px;
}
.product-item.style-17 .star-rating-wrap,
.product-item.style-16 .star-rating-wrap{
    margin-bottom: 12px;
}
.product-item.style-17 .price,
.product-item.style-16 .price{
    margin-top: 12px;
}
@media (min-width: 768px){
    .product-item.style-05 .product-thumb{
        min-height: 267px;
    }
    .product-item.style-09 .product-thumb{
        min-height: 175px;
    }
}
@media (min-width: 1200px){
    .product-item.style-13 .product-inner:hover .group-button,
    .product-item.style-01 .product-inner:hover .group-button{
        --group-button-s: 46px;
        --group-button-bg: #fff;
        --group-button-bs: 0px 4px 15px rgba(0, 0, 0, 0.08);
        --group-button-c-h: var(--main-color-t);
        --group-button-bg-h: var(--main-color);
    }
    .product-item.style-13 .product-inner:not(:hover) .group-button > :not(:first-child),
    .product-item.style-01 .product-inner:not(:hover) .group-button > :not(:first-child){
        opacity: 0 !important;
        visibility: hidden;
    }
    .product-item.style-13 .group-button > *,
    .product-item.style-01 .group-button > *{
        transition: all 0.3s ease;
    }
    .product-item.style-16 .product-inner:not(:hover) .group-button > *{
        transform: translateX(calc(var(--group-button-s) + 24px));
    }
    .product-item.style-15 .product-inner:not(:hover) .group-button > *,
    .product-item.style-12 .product-inner:not(:hover) .group-button > *,
    .product-item.style-04 .product-inner:not(:hover) .group-button > *{
        transform: translateX(var(--group-button-s));
    }
    .product-item.style-16 .group-button > :nth-child(1),
    .product-item.style-15 .group-button > :nth-child(1),
    .product-item.style-12 .group-button > :nth-child(1),
    .product-item.style-04 .group-button > :nth-child(1){
        transition: transform 0.2s ease;
    }
    .product-item.style-16 .group-button > :nth-child(2),
    .product-item.style-15 .group-button > :nth-child(2),
    .product-item.style-12 .group-button > :nth-child(2),
    .product-item.style-04 .group-button > :nth-child(2){
        transition: transform 0.2s ease 0.1s;
    }
    .product-item.style-16 .group-button > :nth-child(3),
    .product-item.style-15 .group-button > :nth-child(3),
    .product-item.style-12 .group-button > :nth-child(3),
    .product-item.style-04 .group-button > :nth-child(3){
        transition: transform 0.2s ease 0.2s;
    }
    .ovic-products.style-12 .product-list-owl > .slick-list:hover{
        padding-top: 1px;
        padding-bottom: 49px;
        margin-top: -1px;
        margin-bottom: -49px;
        z-index: 5;
    }
    .product-item.style-12 .product-inner{
        transition: all 0.3s ease;
    }
    .product-item.style-12 .product-inner:hover{
        border-radius: 10px 10px 0 0;
    }
    .product-item.style-12 .product-inner:not(:hover) .group-hover{
        opacity: 0;
        visibility: hidden;
        transform: translateY(-25px);
    }
    .product-item.style-12 .group-hover{
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        right: 0;
        padding: 0 var(--product-pd-h) var(--product-pd-h);
        background-color: var(--product-bg);
        border-radius: 0 0 10px 10px;
        transition: all 0.3s ease;
        z-index: 1;
    }
    .product-item.style-12 .add-to-cart{
        margin-top: -22px;
    }
    .ovic-products.product-border-1 .product-item.style-12 .product-inner:hover{
        box-shadow: 0 1px #dedcdc inset, -1px 0 #dedcdc inset, 1px 0 #dedcdc inset;
    }
    .ovic-products.product-border-1 .product-item.style-12 .group-hover{
        box-shadow: 0 -1px #dedcdc inset, -1px 0 #dedcdc inset, 1px 0 #dedcdc inset;
    }
    .ovic-products[class*="product-border-2"] .product-item.style-12 .product-inner:hover{
        box-shadow: 0 -1px #dedcdc, -1px 0 #dedcdc, 1px 0 #dedcdc;
        border-radius: 10px 10px 0 0;
    }
    .ovic-products[class*="product-border-2"] .product-item.style-12 .group-hover{
        box-shadow: 0 1px #dedcdc, -1px 0 #dedcdc, 1px 0 #dedcdc;
    }
    .product-item.style-16 .product-inner:hover .ovic-countdown{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-16 .ovic-countdown{
        transition: all 0.3s ease;
    }
    .product-item.style-16 .product-inner:not(:hover) .add-to-cart{
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
    }
    .product-item.style-16 .add-to-cart{
        transition: all 0.3s ease;
    }
}
@media (min-width: 1500px){
    .product-item.style-05 .product-thumb{
        min-height: 279px;
    }
    .product-item.style-09 .product-thumb{
        min-height: 187px;
    }
}
@media (max-width: 1499px){
    .product-item.style-13,
    .product-item.style-04,
    .product-item.style-01{
        --product-pd-h: 16px;
        --product-pd-v: 24px;
    }
    .product-item.style-10,
    .product-item.style-09,
    .product-item.style-06,
    .product-item.style-05,
    .product-item.style-02{
        --product-pd-h: 16px;
        --product-pd-v: 16px;
    }
    .product-item.style-11{
        --product-pd-h: 21px;
        --product-pd-v: 21px;
    }
    .product-item.style-12{
        --product-pd-h: 16px;
        --product-pd-v: 26px;
    }
    .product-item.style-12 .product-info,
    .product-item.style-13 .product-info,
    .product-item.style-11 .product-info,
    .product-item.style-01 .product-info{
        padding-top: 6px;
    }
    .product-item.style-02 .product-info{
        padding-inline-start: 12px;
    }
    .product-item.style-03 .product-thumb{
        max-width: 30%;
    }
    .product-item.style-03 .product-info{
        padding-inline-start: 10px;
    }
    .product-item.style-03 .product-info{
        margin-bottom: -4px;
    }
    .product-item.style-03 .price{
        margin-top: 2px;
    }
    .product-item.style-04 .add-to-cart{
        margin-top: 16px;
    }
    .product-item.style-04 .product-info{
        padding-top: 9px;
    }
    .product-item.style-05 .product-info{
        padding-inline-start: 16px;
    }
    .product-item.style-06 .product-info{
        padding-top: 5px;
        margin-bottom: 0;
    }
    .product-item.style-07 .product-title{
        font-size: 18px;
    }
    .product-item.style-07 .price{
        font-size: 18px;
        margin-top: 8px;
    }
    .product-item.style-07 .price del{
        font-size: 16px;
    }
    .product-item.style-07 .product-info{
        padding: 17px 12px 13px;
        margin: -64px 12px 0;
    }
    .product-item.style-09 .product-info,
    .product-item.style-08 .product-info{
        padding-inline-start: 12px;
    }
    .product-item.style-11 .process-valiable{
        padding-top: 5px;
    }
    .product-item.style-11 .process-valiable .total{
        height: 8px;
        margin-top: 1px;
    }
    .product-item.style-14 .product-thumb{
        max-width: 40%;
    }
    .product-item.style-14 .product-info{
        padding-inline-start: 16px;
    }
    .product-item.style-15 .product-inner{
        padding: 32px 24px;
    }
    .product-item.style-15 .product-excerpt{
        margin-top: 12px;
    }
    .product-item.style-15 .add-to-cart{
        margin-top: 14px;
    }
    .product-item.style-16 .ovic-countdown{
        bottom: 16px;
        left: 16px;
        right: 16px;
        background-color: #fff;
        padding: 9px 7px 6px;
    }
    .product-item.style-16 .add-to-cart{
        bottom: 16px;
        left: 16px;
        right: 16px;
    }
    .product-item.style-17 .product-info, .product-item.style-16 .product-info{
        padding-top: 9px;
    }
    .product-item.style-17 .star-rating-wrap, .product-item.style-16 .star-rating-wrap{
        margin-bottom: 6px;
    }
    .product-item.style-17 .price, .product-item.style-16 .price{
        margin-top: 6px;
    }
}
@media (max-width: 1199px){
    .product-item.style-11{
        --product-pd-h: 17px;
    }
    .product-item.style-16 .add-to-cart{
        display: none;
    }
}
@media (max-width: 767px){
    .product-item.style-13,
    .product-item.style-04,
    .product-item.style-01{
        --product-pd-h: 10px;
        --product-pd-v: 16px;
    }
    .product-item.style-10,
    .product-item.style-09,
    .product-item.style-06,
    .product-item.style-05,
    .product-item.style-02{
        --product-pd-h: 10px;
    }
    .product-item.style-11{
        --product-pd-h: 13px;
        --product-pd-v: 13px;
    }
    .product-item.style-12{
        --product-pd-h: 10px;
        --product-pd-v: 20px;
    }
    .product-item.style-02 .product-info{
        padding-inline-start: 8px;
    }
}
/*==========================================================================
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%;
}
/* custom-info */
.custom-info{
    max-width: 400px;
    font-size: 14px;
    line-height: 22px;
    color: var(--default-color);
    padding: 13px 24px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dedcdc inset;
    border-radius: 5px;
    margin-top: 19px;
}
.custom-info .item{
    display: flex;
    padding: 5px 0;
}
.custom-info .icon{
    font-size: 24px;
    line-height: 1;
    color: var(--main-color);
    width: 32px;
    padding: 6px 0;
}
.custom-info .title{
    display: block;
    font-weight: 600;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery__image{
    text-align: center;
    border-radius: var(--nav-bora);
}
.flex-control-nav{
    list-style: none;
    margin: 24px auto 0;
    padding: 0;
    max-width: 432px;
}
.flex-control-nav img{
    cursor: pointer;
    border: 1px solid #dedcdc;
    border-radius: var(--nav-bora);
}
.flex-control-nav img:hover,
.flex-control-nav img.flex-active{
    border-color: var(--main-color);
}
.flex-control-thumbs:not(.slick-slider){
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: calc(0px - var(--nav-space));
    margin-inline-end: calc(0px - var(--nav-space));
}
.flex-control-thumbs:not(.slick-slider) > li{
    width: calc((100% / var(--columns)) - (var(--nav-space) * 2));
    margin-inline-start: var(--nav-space);
    margin-inline-end: var(--nav-space);
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    top: 15px;
    right: 15px;
    z-index: 1;
    text-align: center;
}
.woocommerce-product-gallery__trigger:not(:hover){
    color: inherit;
}
.woocommerce-product-gallery__trigger:before{
    font-family: main-icon, sans-serif;
    content: '\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;
}
@media (max-width: 1499px){
    .flex-control-nav{
        margin-top: 16px;
    }
}
@media (max-width: 479px){
    .flex-control-nav{
        margin-top: 8px;
    }
}
/*----- SUMMARY -----*/
.entry-summary .product_title{
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}
.entry-summary .woocommerce-product-rating{
    margin: 18px 0 0;
    color: var(--default-color);
}
.entry-summary .star-rating,
.entry-summary .rating-count{
    margin-inline-end: 32px;
}
.entry-summary .rating-count:before,
.entry-summary .rating-count:after{
    display: none;
}
.entry-summary .rating-count .text{
    display: inline-block;
}
.entry-summary .woocommerce-product-rating > .woocommerce-review-link{
    display: none;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link{
    font-weight: 400;
}
.entry-summary .woocommerce-product-details__short-description{
    padding-top: 15px;
    border-top: 1px solid #dedcdc;
    margin-top: 16px;
}
.entry-summary .product-countdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px;
    background-color: var(--countdown-color);
    border-radius: 5px;
    margin: 13px 0 16px;
}
.entry-summary .product-countdown .title{
    flex: 1 1 auto;
    width: 1%;
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    font-size: 24px;
    line-height: var(--main-h-lh);
    color: #fff;
    margin: -3px 0;
    padding-inline-start: 2px;
    margin-inline-end: 8px;
}
.entry-summary .product-countdown .title .icon{
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-h-lh) * (100% + 4px));
}
.entry-summary .ovic-countdown.style-02 .number{
    color: var(--default-color);
    background-color: #fff;
}
.entry-summary .ovic-countdown.style-02 .elinor-countdown{
    --countdown-space: 8px;
}
.entry-summary .ovic-countdown.style-02 .elinor-countdown .number{
    min-width: 38px;
    font-size: 18px;
}
.entry-summary .ovic-countdown.style-02 .elinor-countdown > :not(:last-child) .number:after{
    color: #fff;
}
.summary-content > .price,
.summary > .price{
    font-size: 24px;
    line-height: 1.25;
    margin-top: 8px;
}
.summary-content > .price del,
.summary > .price del{
    font-size: inherit;
    margin-inline-end: 16px;
}
.entry-summary .stock{
    margin-top: 8px;
}
.entry-summary .out-of-stock{
    margin-top: 16px;
}
.entry-summary .quantity{
    margin-inline-end: 27px;
    margin-top: 16px;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    width: 247px;
    max-width: 100%;
    margin-top: 16px;
}
.entry-summary .group-button{
    --group-button-s: auto;
    --group-button-ta: start;
    width: 247px;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.entry-summary .quantity + .single_add_to_cart_button,
.entry-summary .quantity + .added_to_cart{
    max-width: calc(100% - 153px);
}
.entry-summary .quantity ~ .group-button{
    max-width: calc(100% - 153px);
    margin-inline-start: 153px;
}
.entry-summary .ovic-share-socials a{
    color: #fff;
    padding: 5px 18px;
    margin-top: 16px;
    border-radius: var(--main-bora);
}
.entry-summary .ovic-share-socials a .text{
    display: inline;
    margin-inline-start: 3px;
}
.entry-summary .ovic-share-socials a.facebook{
    background-color: #3b5998;
}
.entry-summary .ovic-share-socials a.twitter{
    background-color: #1da1f2;
}
.entry-summary .ovic-share-socials a.pinterest{
    background-color: #9a1c20;
}
.entry-summary .ovic-share-socials a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.entry-summary .group_table{
    max-width: 400px;
    margin: 7px 0 0;
}
.entry-summary .group_table td{
    padding: var(--layered-space);
    border-inline-start: none;
    border-inline-end: none;
}
.entry-summary .group_table td:first-child{
    padding-inline-start: 0;
}
.entry-summary .group_table td:last-child{
    padding-inline-end: 0;
}
.entry-summary .group_table tr:first-child td{
    border-top: none;
}
.entry-summary .group_table tr:last-child td{
    border-bottom: none;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__quantity{
    width: 1%;
    white-space: nowrap;
    padding-top: calc(var(--layered-space) + 5px);
    padding-bottom: calc(var(--layered-space) + 5px);
}
.entry-summary .group_table .button{
    font-size: calc(var(--button-fz) - 2px);
    padding: 8px 12px;
}
.entry-summary .group_table .button:before{
    display: none;
}
.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: 34px;
    font-size: 14px;
}
.entry-summary .group_table .quantity .arrow{
    width: 28px;
    font-size: 10px;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__label{
    font-size: 14px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.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: end;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__price{
    line-height: 24px;
}
.entry-summary .group_table .amount{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color-3);
}
.entry-summary .group_table ins{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    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: var(--main-cl);
    font-weight: 400;
}
.entry-summary .group_table .stock{
    margin: 0;
}
.entry-summary .group_table .stock .title{
    display: none;
}
@media (max-width: 1499px){
    .entry-summary .product_title{
        font-size: 21px;
    }
    .entry-summary .woocommerce-product-rating{
        margin-top: 9px;
    }
    .entry-summary .star-rating, .entry-summary .rating-count{
        margin-inline-end: 24px;
    }
    .summary-content > .price,
    .summary > .price{
        font-size: 21px;
        margin-top: 3px;
    }
    .entry-summary .quantity{
        margin-inline-end: 17px;
    }
    .entry-summary .single_add_to_cart_button,
    .entry-summary .added_to_cart,
    .entry-summary .group-button{
        width: 217px;
    }
    .entry-summary .quantity + .single_add_to_cart_button, .entry-summary .quantity + .added_to_cart{
        max-width: calc(100% - 133px);
    }
    .entry-summary .quantity ~ .group-button{
        max-width: calc(100% - 133px);
        margin-inline-start: 133px;
    }
    .entry-summary .product-countdown{
        padding: 8px;
    }
    .entry-summary .product-countdown .title{
        font-size: 21px;
    }
    .entry-summary .group_table,
    .xoo-wl-btn-container,
    .custom-info{
        max-width: 350px;
    }
}
@media (max-width: 479px){
    .entry-summary .quantity{
        margin-inline-end: 7px;
    }
    .entry-summary .single_add_to_cart_button,
    .entry-summary .added_to_cart{
        width: 187px;
    }
    .entry-summary .quantity + .single_add_to_cart_button, .entry-summary .quantity + .added_to_cart{
        max-width: calc(100% - 112px);
    }
    .entry-summary .quantity ~ .group-button{
        width: 299px;
        max-width: 100%;
        margin-inline-start: 0;
    }
    .entry-summary .group_table,
    .xoo-wl-btn-container,
    .custom-info{
        max-width: 299px;
    }
}
/*----- WRAPPER -----*/
.single-product-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-product-gallery{
    --nav-space: 12px;
    --nav-bora: 10px;
    position: relative;
    width: 565px;
    max-width: 41%;
}
.entry-summary{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
@media (min-width: 480px){
    .product-page .has-gallery .woocommerce-product-gallery{
        padding-inline-start: 94px;
    }
    .product-page .has-gallery .flex-control-nav{
        position: absolute;
        top: 0;
        left: 0;
        width: 78px;
        padding: 0;
        margin: 0;
    }
}
@media (min-width: 1500px){
    .product-page .has-gallery .woocommerce-product-gallery{
        padding-inline-start: 114px;
    }
    .product-page .has-gallery .flex-control-nav{
        width: 90px;
    }
}
@media (max-width: 1499px){
    .woocommerce-product-gallery{
        --nav-space: 8px;
        width: 565px;
    }
}
@media (max-width: 1199px){
    .entry-summary{
        padding-inline-start: 20px;
    }
}
@media (max-width: 991px){
    .woocommerce-product-gallery{
        width: 100%;
        max-width: 100%;
    }
    .entry-summary{
        width: 100%;
        padding: 20px 0 0;
    }
}
/* grid */
.product-page-grid .has-gallery .woocommerce-product-gallery{
    padding: 0;
}
.product-page-grid .has-gallery .flex-viewport{
    width: auto !important;
    height: auto !important;
    border: none;
}
.product-page-grid .has-gallery .woocommerce-product-gallery__wrapper{
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 calc(0px - var(--nav-space)) calc(0px - ( 2 * var(--nav-space))) !important;
}
.product-page-grid .has-gallery .woocommerce-product-gallery__image{
    display: inline-block !important;
    vertical-align: top;
    width: calc(50% - calc(2 * var(--nav-space))) !important;
    float: none !important;
    margin: 0 var(--nav-space) calc(2 * var(--nav-space)) !important;
    border: 1px solid #dedcdc;
}
.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-control-nav{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
}
.product-page-slide .has-gallery .flex-control-nav li{
    display: inline;
}
/* sticky */
@media (min-width: 992px){
    .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;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery__wrapper{
        display: block !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0 0 calc(0px - ( 2 * var(--nav-space))) !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 calc(2 * var(--nav-space)) !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-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;
    }
}
/*----- SUB COLUMN -----*/
.sub-info .item{
    display: flex;
    align-items: center;
}
.sub-info .item:not(:last-child){
    margin-bottom: 32px;
}
.sub-info .thumb{
    width: 80px;
    position: relative;
}
.sub-info .item:hover .icon{
    animation: bounceIn 0.5s ease;
}
.sub-info .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 32px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sub-info .title{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 24px;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.sub-payment:not(:first-child){
    padding-top: 28px;
    border-top: 1px solid #dedcdc;
    margin-top: 32px;
}
.sub-column{
    padding: 36px 32px;
    border-radius: 10px;
    background-color: #FFF2F1;
}
.sub-column .price{
    margin-top: 0;
}
.sub-column table.variations tbody{
    display: block;
    padding: 10px 0 8px;
}
.sub-column table.variations tr{
    display: block;
}
.sub-column table.variations tr:not(:first-child){
    margin-top: 13px;
}
.sub-column table.variations td{
    display: block;
    padding: 0;
}
.sub-column table.variations .label{
    margin-bottom: 7px;
}
.sub-column .quantity{
    display: block;
    margin-inline-end: 0;
}
.sub-column .quantity .input-text{
    width: 100%;
}
.sub-column .single_add_to_cart_button,
.sub-column .added_to_cart{
    width: 100% !important;
    max-width: 100% !important;
}
.sub-column .group-button{
    width: 100% !important;
    max-width: 100% !important;
    margin-inline-start: 0 !important;
}
.sub-column .variations_form .single_variation{
    margin: 10px 0 -8px;
}
.sub-column .variations_form .single_variation > *{
    margin-top: 2px;
}
.sub-column .group_table tbody{
    display: block;
    padding: 3px 0;
}
.sub-column .group_table tr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sub-column .group_table tr:not(:first-child){
    padding-top: 9px;
    border-top: 1px solid #dedcdc;
    margin-top: 11px;
}
.sub-column .group_table td{
    display: block;
    padding: 0;
    width: auto !important;
    border: none !important;
}
.sub-column .group_table .woocommerce-grouped-product-list-item__quantity{
    padding: 5px 0;
}
.sub-column .group_table .woocommerce-grouped-product-list-item__label{
    order: -1;
}
.sub-column .group_table .woocommerce-grouped-product-list-item__price{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 16px;
}
.product-sub-column{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-sub-column .main-column{
    flex: 1 1 auto;
    width: 1%;
}
.product-sub-column .sub-column{
    width: 330px;
    margin-inline-start: 30px;
}
@media (max-width: 1499px){
    .sub-column{
        padding: 32px 20px;
    }
    .sub-info .item:not(:last-child){
        margin-bottom: 24px;
    }
    .sub-info .thumb{
        width: 68px;
    }
    .sub-info .title{
        font-size: 16px;
        padding-inline-start: 16px;
    }
    .sub-payment:not(:first-child){
        padding-top: 20px;
        margin-top: 24px;
    }
    .product-sub-column .sub-column{
        width: 270px;
        margin-inline-start: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .product-sub-column .group-button{
        width: 100% !important;
        max-width: 100% !important;
        margin-inline-start: 0 !important;
    }
    .product-sub-column .sub-column{
        width: 220px;
    }
}
@media (max-width: 767px){
    .product-sub-column .sub-column{
        width: 100%;
        margin: 20px 0 0;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs-wrap:before,
.woocommerce-tabs-wrap:after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce-tabs{
    --w-tabs-ff: var(--main-special);
    --w-tabs-fw: var(--main-special-fw);
    --w-tabs-fz: 24px;
    --w-tabs-lh: var(--main-h-lh);
    clear: both;
    margin-top: 65px;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 -1px #dedcdc inset;
    margin-bottom: 24px;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-tabs > ul > li:not(:last-child){
    margin-inline-end: 42px;
}
.woocommerce-tabs > ul > li > a{
    display: block;
    position: relative;
    font-family: var(--w-tabs-ff);
    font-size: var(--w-tabs-fz);
    line-height: var(--w-tabs-lh);
    font-weight: var(--w-tabs-fw);
    padding-bottom: 19px;
}
.woocommerce-tabs > ul > li > a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 3px solid var(--main-color-2);
    transition: 0.3s ease;
}
.woocommerce-tabs > ul > li.active > a,
.woocommerce-tabs > ul > li > a:hover{
    color: var(--main-color);
}
.woocommerce-tabs > ul > li:not(.active) > a:before{
    width: 0;
}
.shop_attributes{
    margin: 8px 0;
}
.product-tab-brands{
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin: 8px 0;
}
.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;
    text-align: start;
}
.product-tab-brands .brand-item img{
    max-height: 60px;
    width: auto;
}
.woocommerce-product-details__short-description > :last-child,
.product-excerpt > :last-child,
#tab-description > :last-child{
    margin-bottom: 0;
}
.woocommerce-product-details__short-description li::marker,
.product-excerpt li::marker,
#tab-description li::marker,
.main-marker li::marker{
    color: var(--main-color);
}
.product-tab-brands .brand-item > *,
#tab-additional_information tr > *{
    border: 4px solid #fff;
    padding: 14px 24px;
    font-weight: inherit;
    color: inherit;
}
.product-tab-brands .brand-item:nth-child(odd) > *,
#tab-additional_information tr:nth-child(odd) > *{
    background-color: #F2EFEF;
}
.product-tab-brands .brand-item:first-child > *,
#tab-additional_information tr:first-child > *{
    border-top-width: 0;
}
.product-tab-brands .brand-item:last-child > *,
#tab-additional_information tr:last-child > *{
    border-bottom-width: 0;
}
.product-tab-brands .brand-item > :first-child,
#tab-additional_information tr > :first-child{
    border-inline-start-width: 0;
}
.product-tab-brands .brand-item > :last-child,
#tab-additional_information tr > :last-child{
    border-inline-end-width: 0;
}
.shop_attributes :last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail,
#tab-additional_information th{
    width: 33.33333333%;
}
.woocommerce-Tabs-panel--reviews #review_form_wrapper{
    clear: both;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title{
    font-size: 24px;
    margin: 0;
    display: none;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title span{
    color: var(--default-color);
}
.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;
}
@media (min-width: 1500px){
    .product-tab-brands .brand-item .term-thumbnail,
    #tab-additional_information th{
        width: 50%;
    }
}
@media (max-width: 1499px){
    .woocommerce-tabs{
        --w-tabs-fz: 21px;
        margin-top: 35px;
    }
    .woocommerce-tabs > ul{
        margin-bottom: 16px;
    }
    .woocommerce-tabs > ul > li:not(:last-child){
        margin-inline-end: 32px;
    }
    .woocommerce-tabs > ul > li > a{
        padding-bottom: 16px;
    }
    .product-tab-brands .brand-item > *,
    #tab-additional_information tr > *{
        padding: 12px 16px;
    }
}
/* show-all */
.woocommerce-tabs.show-all .panel{
    display: block !important;
}
.woocommerce-tabs.show-all .panel:not(:last-child){
    margin-bottom: 35px;
}
.woocommerce-tabs.show-all .panel-title{
    font-family: var(--w-tabs-ff);
    font-size: var(--w-tabs-fz);
    line-height: var(--w-tabs-lh);
    font-weight: var(--w-tabs-fw);
    color: var(--main-color);
    box-shadow: 0 -1px #dedcdc inset;
    margin-bottom: 24px;
}
.woocommerce-tabs.show-all .panel-title span{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 19px;
    box-shadow: 0 -3px var(--main-color-2) inset;
}
@media (max-width: 1499px){
    .woocommerce-tabs.show-all .panel-title{
        margin-bottom: 16px;
    }
    .woocommerce-tabs.show-all .panel-title span{
        padding-bottom: 14px;
    }
    .woocommerce-tabs.show-all .panel:not(:last-child){
        margin-bottom: 25px;
    }
}
/*----- 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: 70px;
}
.related.products > .title,
.up-sells.products > .title,
.cross-sells.products > .title{
    font-size: 30px;
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    color: var(--main-color);
    margin-bottom: 24px;
}
@media (max-width: 1499px){
    .related.products,
    .up-sells.products,
    .cross-sells.products{
        margin-top: 40px;
    }
    .related.products > .title,
    .up-sells.products > .title,
    .cross-sells.products > .title{
        font-size: 25px;
        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: 600;
    color: var(--default-color);
}
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > * span{
    font-weight: 600;
}
div.ovic_bundle-wrap .footer-bundle .cart a.compare,
div.ovic_bundle-wrap .footer-bundle .cart .yith-wcwl-add-to-wishlist{
    display: none;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.wpcf7:before,
.wpcf7:after{
    content: '';
    display: table;
    clear: both;
}
.wpcf7{
    --input-width: 100%;
    direction: inherit !important;
}
.wpcf7 p{
    margin: 0;
}
.wpcf7 p + p{
    margin-top: 16px;
}
.wpcf7 p:before,
.wpcf7 p:after{
    content: '';
    display: table;
    clear: both;
}
.wpcf7 label{
    width: 100%;
    font-weight: inherit;
    color: inherit;
}
.wpcf7 textarea{
    height: 240px;
}
.wpcf7 p .wpcf7-form-control-wrap{
    position: static;
}
.wpcf7 p [role="alert"]{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output{
    border-radius: 10px;
    margin: 24px 0 0;
}
.wpcf7 .wpcf7-acceptance{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    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"]{
    float: right;
    padding-inline-start: 34px;
    padding-inline-end: 34px;
    margin-top: 8px;
    margin-inline-start: auto;
}
.wpcf7 [type="submit"]:after{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-lh) * (100% + 4px));
    font-weight: 400;
    font-style: normal;
    margin-inline-start: 10px;
}
div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader{
    float: left;
    margin: 12px 0;
    animation: fa-spin 2s infinite linear;
}
@media (max-width: 1199px){
    .wpcf7 [type="submit"]{
        margin-top: 10px;
    }
    div.wpcf7 .ajax-loader{
        top: 10px;
    }
}
/*----- CART -----*/
.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: 20px;
}
.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{
    line-height: 1.5;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.woocommerce table.wishlist_table tr td.product-remove a,
.woocommerce-cart-form > .shop_table .product-remove a{
    width: 15px;
    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 table.wishlist_table td.wishlist-empty{
    width: 100%;
}
.cart-collaterals{
    max-width: 360px;
    background-color: #F2EFEF;
    padding: 32px;
    margin: 30px 0 0;
    margin-inline-start: auto;
    border-radius: 10px;
}
.cart-collaterals .cart_totals > h2{
    font-size: 24px;
    line-height: var(--main-h-lh);
    padding-bottom: 20px;
    border-bottom: 1px solid #dedcdc;
    margin: 0;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-collaterals .shop_table td{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: end;
}
.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;
}
.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: 15px 10px;
    }
    .woocommerce table.wishlist_table tbody tr,
    .woocommerce-cart-form > .shop_table tbody .cart_item{
        border-top: 1px solid #dedcdc;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce-cart-form > .shop_table th{
        padding-top: 0;
    }
    .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: 25px;
        padding-inline-start: 0;
    }
    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table tbody td{
        border: none;
    }
    .woocommerce table.wishlist_table thead th:last-child,
    .woocommerce table.wishlist_table tbody td:last-child{
        padding-inline-end: 0;
    }
    .woocommerce-cart-form .shop_table .actions{
        width: 100%;
        padding: 15px 0 0;
        border-top: 1px solid #dedcdc;
        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% - 392px);
        margin-inline-end: 32px;
    }
    .cart-collaterals{
        max-width: 360px;
        margin-top: 0;
    }
}
@media (min-width: 1500px){
    .woocommerce-cart-form{
        width: calc(100% - 432px);
    }
    .cart-collaterals{
        max-width: 400px;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce table.wishlist_table td,
    .woocommerce-cart-form > .shop_table th,
    .woocommerce-cart-form > .shop_table td{
        padding: 20px 10px;
    }
}
@media (max-width: 1499px){
    .yith-wcwl-share h4.yith-wcwl-share-title, .wishlist_table th, .woocommerce-cart-form > .shop_table th{
        font-size: 18px;
    }
    .shop_table td.product-price, .shop_table td.product-subtotal{
        font-size: 16px;
    }
    .cart-collaterals .cart_totals > h2{
        font-size: 21px;
    }
    .cart-collaterals .shop_table td{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px){
    .woocommerce-cart-form > .shop_table tr:last-child{
        border: none;
    }
}
@media (max-width: 479px){
    .cart-collaterals{
        padding: 32px 24px;
    }
}
/*----- 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: 7px 0 calc(0px - var(--text-space));
}
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last,
.woocommerce-page form.lost_reset_password .form-row-first,
.woocommerce-page form.lost_reset_password .form-row-last,
.woocommerce form.woocommerce-form-track-order .form-row-first,
.woocommerce form.woocommerce-form-track-order .form-row-last,
.woocommerce-page form.woocommerce-form-track-order .form-row-first,
.woocommerce-page form.woocommerce-form-track-order .form-row-last{
    float: none;
    width: 100%;
}
.wcmp-dashboard > h2,
body.woocommerce-account .woocommerce > h2{
    font-size: 24px;
    line-height: var(--main-h-lh);
    font-weight: var(--main-h-fw);
    padding: 0;
    margin: 0 auto 28px;
    position: relative;
}
.woocommerce-form-login{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-form-login > *{
    width: 100%;
}
.woocommerce-form-login .form-row:not(.form-row-wide){
    width: auto;
}
.woocommerce-form-login .lost_password{
    flex: 1 1 auto;
    width: 1%;
    font-weight: 400;
    margin: 0;
    text-align: end;
}
.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: var(--text-space);
}
@media (min-width: 768px){
    .woocommerce-account .col2-set .col-1{
        max-width: 565px;
    }
    .woocommerce-account .col2-set .col-2{
        max-width: 565px;
    }
}
/*----- 404 ERROR -----*/
.error-404{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0 52px;
}
.error-404 .image{
    width: 55%;
    text-align: center;
    padding: 0 30px;
}
.error-404 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
}
.error-404 .page-title{
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    font-size: 32px;
    line-height: 1.5;
    color: var(--main-color);
    margin: 0 0 12px;
    max-width: 545px;
}
.error-404 .button{
    padding-inline-start: 36px;
    padding-inline-end: 36px;
}
.error-404 .button:after{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-lh) * (100% + 4px));
    font-weight: 400;
    margin-inline-start: 10px;
}
@media (max-width: 1499px){
    .error-404{
        padding: 30px 0 24px;
    }
    .error-404 .page-title{
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .error-404{
        padding: 20px 0 14px;
    }
    .error-404 .page-title{
        font-size: 26px;
    }
    .error-404 .image{
        width: 100%;
        padding: 0;
    }
    .error-404 .content{
        width: 100%;
        padding: 30px 0;
        text-align: center;
    }
}
/*==========================================================================
HEADER
===========================================================================*/
.menu-item > a{
    --current-item: var(--main-color);
    color: var(--static-item);
    font-weight: var(--static-item-fw);
    background-color: var(--static-item-bg);
    text-decoration: var(--static-item-d);
}
.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);
    font-weight: var(--current-item-fw);
    background-color: var(--current-item-bg);
    text-decoration: var(--current-item-d);
}
.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;
    text-decoration: none;
}
.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: 30px;
}
.menu-item > a b,
.menu-item > a strong{
    font-weight: 600;
}
.ovic-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
body .ovic-menu li > a .icon{
    font-size: calc(100% + 2px);
    margin: 0;
    margin-inline-end: 8px;
}
body .ovic-menu li > a .icon img{
    margin-top: -4px;
    margin-bottom: -1px;
}
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;
}
/*----- TOP BAR MENU -----*/
.elinor-dropdown{
    position: relative;
}
.ovic-custommenu.dropdown-yes .sub-menu,
.elinor-dropdown > .sub-menu,
.header-submenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 160px;
    min-width: 100%;
    color: var(--default-color);
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 0 2px var(--main-color) inset;
    list-style: none;
    padding: 18px 0;
    margin-bottom: 0;
    transition: all 0.2s ease;
    text-align: start;
    visibility: visible;
    border-radius: 10px;
}
.ovic-custommenu.dropdown-yes li:not(:hover) .sub-menu,
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.ovic-custommenu.dropdown-yes .sub-menu > .menu-item{
    display: block;
    padding: 0 24px;
}
.elinor-dropdown > .sub-menu > .menu-item,
.header-submenu .sub-menu > li{
    padding: 0 24px;
}
.ovic-custommenu.dropdown-yes .sub-menu > .menu-item > a,
.elinor-dropdown > .sub-menu > .menu-item > a,
.header-submenu .sub-menu > li > a{
    display: block;
    padding: 5px 0;
}
.block-userlink > .sub-menu{
    width: 190px;
}
.header-submenu li{
    position: relative;
}
.header-submenu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    color: var(--default-color);
    margin: 0 calc(0px - var(--header-top-item-mg));
}
.header-submenu > li{
    margin: 0 var(--header-top-item-mg);
}
.header-submenu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 8px 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;
    color: var(--main-color-2);
    font-size: calc(100% + 3px);
}
.ovic-custommenu.dropdown-yes .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;
    font-size: calc(100% + 3px);
    line-height: calc(var(--main-lh) * (100% - 3px));
}
@media (min-width: 1200px){
    .elinor-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        z-index: 9;
    }
}
@media (max-width: 1199px){
    .elinor-dropdown:not(.open) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- HEADER SOCIAL -----*/
.header-social{
    font-size: 15px;
    line-height: 24px;
}
.header-social .inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -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 INFO -----*/
.header-info{
    font-size: 12px;
    line-height: 14px;
    text-align: start;
}
.header-info .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.header-info .item{
    display: flex;
    align-items: center;
    padding: 8px 24px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora);
}
.header-info .item:not(:last-child){
    margin-inline-end: 30px;
}
.header-info .item:hover{
    background-color: var(--main-color-b);
}
.header-info .icon{
    width: 20px;
    font-size: 20px;
    line-height: 1;
    margin-inline-end: 10px;
}
.header-info .content{
    flex: 1 1 auto;
    width: 1%;
}
.header-info .title{
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
/*----- HEADER PHONE -----*/
.header-phone{
    position: relative;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 0;
}
.header-phone > *{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.header-phone .icon{
    font-size: 32px;
    line-height: 34px;
    color: var(--main-color);
    margin-inline-end: 5px;
}
.header-phone .subtitle{
    margin: 0;
}
.header-phone .title{
    font-weight: 600;
    margin: 0;
}
/*----- HEADER MESSAGE -----*/
.header-message{
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
    color: var(--default-color);
}
.header-message p{
    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: 600;
    padding: 13px 0;
}
.block-menu-bar > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-menu-bar > a > .text{
    display: none;
}
@media (min-width: 1200px){
    .block-menu-bar{
        display: none !important;
    }
}
/*----- USER LINK -----*/
.block-userlink > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
}
.block-userlink > a > *{
    display: inline-block;
    vertical-align: top;
}
/*----- WISHLIST -----*/
.block-wishlist > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-wishlist > a > *{
    display: inline-block;
    vertical-align: top;
}
/*----- MINI CART -----*/
.block-minicart > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-minicart > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-minicart > a .amount{
    font-family: inherit;
    color: inherit;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 420px;
    background-color: #fff;
    box-shadow: 0 0 0 2px var(--main-color) inset;
    padding: 28px 32px 32px;
    z-index: 9;
    transition: all 0.2s ease;
    text-align: start;
    overflow: hidden;
    border-radius: 15px;
}
.block-minicart .widget_shopping_cart > .widget-title{
    font-size: 20px;
    font-family: inherit;
    font-weight: 600;
    color: var(--default-color);
    padding-bottom: 19px;
    border-bottom: 1px solid #F2EFEF;
    margin-bottom: 17px;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    padding: 13px 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
@media (min-width: 1200px){
    .block-minicart:not(:hover) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
    }
}
@media (max-width: 1499px){
    .block-minicart .widget_shopping_cart{
        width: 370px;
        padding: 20px 24px 24px;
    }
    .block-minicart .widget_shopping_cart > .widget-title{
        font-size: 18px;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }
}
@media (max-width: 1199px){
    .block-minicart:not(.open) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp{
    display: inline-block;
    vertical-align: top;
    --wcas-category-w: 0px;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    min-width: auto;
    text-align: start;
    width: 565px;
    max-width: 100% !important;
    padding: 10px 0;
    margin: 0;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    display: flex;
    align-items: center;
    background-color: var(--input-bg);
    position: relative;
    border-radius: var(--main-bora);
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
    position: static;
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader:not(.dgwt-wcas-close){
    z-index: auto;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    flex: 1 1 auto;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    width: 1%;
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    padding: 12px 24px;
    padding-inline-end: calc(24px + var(--wcas-button-w, 48px) + var(--wcas-category-w));
    height: 48px;
    background-color: transparent !important;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none !important;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora) !important;
    width: var(--wcas-button-w, 48px);
    height: auto;
    min-width: auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 12px 0;
    text-transform: none;
    min-height: auto;
    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{
    display: inline-block;
    vertical-align: top;
    position: static;
    border: none !important;
    transition: none;
    font-family: main-icon, sans-serif;
    content: "\e940";
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    left: auto !important;
    right: calc(var(--wcas-button-w, 48px) + var(--wcas-category-w)) !important;
    color: var(--default-color);
    opacity: 1;
    background: none !important;
    transition: none;
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader:hover{
    color: var(--main-color);
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader > *{
    display: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-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: absolute;
    top: 0;
    bottom: 0;
    right: var(--wcas-button-w, 48px);
    width: var(--wcas-category-w);
}
div.dgwt-wcas-search-wrapp .category:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    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;
    box-shadow: none !important;
    padding: 12px 24px;
}
div.dgwt-wcas-search-wrapp .category .chosen-container-single{
    width: 100% !important;
    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{
    box-shadow: 0 -2px var(--main-color) inset, -2px 0 var(--main-color) inset, 2px 0 var(--main-color) inset;
    width: calc(var(--wcas-button-w, 48px) + var(--wcas-category-w));
    min-width: 100%;
    border-radius: 0 0 10px 10px;
}
div.dgwt-wcas-search-wrapp .category .chosen-container .chosen-drop:after{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    right: 0;
    height: 25px;
    border-inline-end: 2px solid var(--main-color);
}
div.dgwt-wcas-enable-mobile-form{
    display: none !important;
    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-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;
}
/* live */
body .dgwt-wcas-suggestions-wrapp{
    padding: 20px 16px;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 0 -2px var(--main-color) inset, -2px 0 var(--main-color) inset, 2px 0 var(--main-color) inset;
    border-radius: 0 0 15px 15px;
    border: none;
    overflow: visible;
}
body .dgwt-wcas-suggestions-wrapp:before{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    left: 0;
    height: 25px;
    border-inline-start: 2px solid var(--main-color);
}
body .dgwt-wcas-suggestions-wrapp:after{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    right: 0;
    height: 25px;
    border-inline-end: 2px solid var(--main-color);
}
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: 4px 8px;
}
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: 16px;
}
body .dgwt-wcas-st{
    display: block;
    color: var(--default-color);
    font-size: inherit;
    line-height: inherit;
    font-weight: var(--main-h-fw);
    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(--main-color-3);
    font-weight: 600;
    text-align: inherit;
}
body .dgwt-wcas-sp *{
    font-size: inherit;
    line-height: inherit;
}
body .dgwt-wcas-sp ins{
    text-decoration: none;
    color: var(--default-color);
    margin-inline-end: 5px;
}
body .dgwt-wcas-sp del{
    order: 2;
}
body .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
body .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more:hover{
    color: var(--main-color);
}
.block-search.elinor-dropdown{
    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;
    transform: scale(0.5) !important;
}
.block-search > .sub-menu{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    min-width: auto !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background-color: var(--main-header-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-search > .sub-menu:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    width: calc((100vw - var(--main-container)) / 2);
    background-color: inherit;
}
.block-search > .sub-menu:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    width: calc((100vw - var(--main-container)) / 2);
    background-color: inherit;
}
.block-search .close-search{
    position: absolute;
    top: 16px;
    right: 0;
    font-size: 22px;
    line-height: 1;
    color: var(--main-color);
}
.block-search .close-search:hover{
    color: var(--main-color-2);
}
.block-search .div.dgwt-wcas-search-wrapp{
    width: 920px;
}
@media (min-width: 480px){
    div.dgwt-wcas-search-wrapp.has-category{
        --wcas-category-w: 163px;
    }
}
@media (max-width: 1499px){
    body .dgwt-wcas-suggestions-wrapp{
        padding:  12px 8px;
    }
    body .dgwt-wcas-content-wrapp{
        padding-inline-start: 8px;
    }
}
@media (max-width: 479px){
    div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
}
/*----- MAIN MENU -----*/
.main-menu:before,
.main-menu:after{
    content: '';
    display: table;
    clear: both;
}
.main-menu{
    --main-menu-mg: 15px;
    --main-menu-pd: 12px;
    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);
}
.vertical-menu .menu-item.special-item > a{
    font-weight: 700;
}
.main-menu > .menu-item.special-item{
    float: right;
    color: var(--main-color-3);
}
.main-menu > .menu-item > a{
    font-size: 16px;
    line-height: 30px;
    font-weight: var(--main-h-fw);
    padding: var(--main-menu-pd) 0;
}
.main-menu > .menu-item > a .icon{
    font-size: 30px;
    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;
    color: var(--main-color-2);
    font-size: calc(100% + 1px);
    margin-inline-start: 5px;
}
.vertical-menu > .menu-item:not(:hover) > .sub-menu,
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu,
.main-menu > .menu-item:not(:hover) > .sub-menu,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateX(15px);
    z-index: 9;
}
.vertical-menu > .menu-item > .sub-menu,
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.main-menu > .menu-item > .sub-menu,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--default-color);
    font-weight: var(--main-fw);
    text-align: start;
    background-color: #fff;
    box-shadow: 0 0 0 2px var(--main-color) inset;
    padding: 21px 0;
    border-radius: 10px;
    transition: all 0.2s ease;
    z-index: 10;
    margin: 0;
}
.main-menu > .menu-item:not(:hover) > .sub-menu{
    transform: translateY(15px);
}
.main-menu > .menu-item > .sub-menu{
    top: 100%;
}
.main-menu > .menu-item > .sub-menu:not(.megamenu){
    left: 0;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item{
    padding: 0 24px;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a{
    padding: 3px 0;
}
.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;
    width: 10px;
    text-align: end;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 4px);
    line-height: calc(var(--main-lh) * (100% + 4px));
    font-weight: 400;
    margin-inline-start: 5px;
    color: var(--main-color-2);
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    left: calc(100% - 2px);
    top: -21px;
}
.main-menu > .menu-item > .megamenu{
    padding: 0;
}
.vertical-menu > .menu-item > .sub-menu{
    left: calc(100% - 2px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.vertical-menu > .menu-item > .megamenu{
    top: 20px;
    padding: 0;
    max-width: calc(var(--main-container) - var(--vertical-width)) !important;
}
@media (min-width: 1500px){
    .main-menu{
        --main-menu-mg: 20px;
    }
}
/*----- VERTICAL MENU -----*/
.header-vertical{
    display: flex;
}
.box-nav-vertical{
    --vertical-width: 260px;
    display: flex;
    max-width: 100%;
    position: relative;
}
.box-nav-vertical .block-title{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--default-color);
    padding: 13px 0;
}
.box-nav-vertical .block-title:hover,
.box-nav-vertical.open .block-title{
    color: var(--main-color);
}
.box-nav-vertical .block-title > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.box-nav-vertical .block-title .text{
    flex: 1 1 auto;
    width: 1%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.box-nav-vertical .block-title .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 400;
    margin-inline-end: 10px;
}
.box-nav-vertical .block-title .icon:last-child{
    margin: 0 !important;
}
body.elementor-editor-active .header .box-nav-vertical:not(.open) .block-content{
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(15px) !important;
}
@media (min-width: 1200px){
    body:not(.elementor-editor-active) .site > .header-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky:not(.is-sticky) .box-nav-vertical:not(.always-open):not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .box-nav-vertical:not(.always-open):not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(15px) !important;
    }
}
@media (max-width: 1199px){
    .box-nav-vertical:not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(15px) !important;
    }
}
.box-nav-vertical .block-content{
    color: var(--default-color);
    width: var(--vertical-width);
    padding: 0;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}
.vertical-menu{
    list-style: none;
    padding: 15px 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: 10px 24px;
    --current-item-fw: var(--main-h-fw);
}
.vertical-menu > .menu-item:not(:first-child) > a:before{
    display: block;
    content: '';
    border-top: 1px solid #F2EFEF;
    margin: -10px 0 10px;
}
.vertical-menu > .menu-item > a .icon{
    text-align: center;
    min-width: 20px;
    font-size: 18px;
    margin-inline-end: 12px;
}
.vertical-menu > .menu-item > a .fa-desktop{
    font-size: 16px;
}
.vertical-menu > .item-megamenu{
    position: static;
}
@media (max-width: 1199px){
    .switch-menu,
    .site > .header-sticky,
    .header-vertical,
    .main-menu{
        display: none !important;
    }
}
/*----- HEADER MAIN -----*/
.header-mobile,
.header{
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
    --header-top-devider-h: 16px;
    --header-top-devider-op: 0.2;
    --header-top-item-mg: 15px;
}
.header .logo .logo-image{
    display: block;
    padding: 5px 0;
}
.header > *{
    position: relative;
    background-color: var(--main-header-bg);
}
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner:not(.open){
    display: none;
}
/* header-control */
.inner-control{
    --inner-control-mg: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 calc(0px - var(--inner-control-mg));
}
.inner-control > *{
    margin: 0 var(--inner-control-mg);
}
.inner-control > * > a{
    display: flex;
    text-align: start;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding: 10px 0;
}
.inner-control > * > a:not(:hover){
    color: var(--default-color);
}
.inner-control > * > a:hover .icon{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.inner-control > * > a .icon{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    width: 48px;
    padding: 9px 0;
    text-align: center;
    color: var(--main-color);
    border-radius: var(--main-bora);
    background-color: rgba(var(--mc-rgb-r), var(--mc-rgb-g), var(--mc-rgb-b), 0.15);
}
.inner-control > * > a .icon:before{
    position: relative;
    z-index: 1;
}
.inner-control > * > a .icon .count{
    font-family: var(--main-ff);
    position: absolute;
    top: 0;
    right: -4px;
    min-width: 18px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 2px 4px;
    border-radius: var(--main-bora);
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
    text-align: center;
    z-index: 1;
}
.inner-control > * > a .text{
    margin-inline-start: 10px;
}
.inner-control .block-wishlist > a .text,
.inner-control .block-minicart > a .text{
    margin-inline-start: 12px;
}
.inner-control > * > a .sub{
    display: block;
    font-weight: 400;
}
/* header-top */
.header-top{
    position: relative;
    border-bottom: 1px solid #F2EFEF;
}
.header-top .header-inner > * > * > a{
    padding: 8px 0;
}
.header-top .header-inner > * > * > a:not(:hover){
    color: var(--default-color);
}
.header-top .header-inner > * > * > a .icon{
    font-size: 16px;
    line-height: 24px;
    margin-inline-end: 1px;
}
/* header-mid */
.header-mid{
    position: relative;
}
.header-mid .header-inner{
    padding: 16px 0;
}
/* header-bot */
.header-bot{
    position: relative;
    box-shadow: 0 1px #F2EFEF inset;
}
@media (min-width: 768px){
    .header-top{
        padding: 5px 0;
    }
    .header-end,
    .inner-control{
        justify-content: flex-end;
        text-align: end;
    }
    .inner-control .elinor-dropdown > .sub-menu,
    .inner-control .header-submenu .sub-menu,
    .header-top .header-end .elinor-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){
        margin-inline-end: var(--header-top-item-mg);
        position: relative;
    }
    .header-top .header-inner > * > :not(:first-child){
        margin-inline-start: var(--header-top-item-mg);
    }
    .header-top .header-inner > :not(:last-child),
    .header-mid .header-inner > :not(:last-child),
    .header-bot .header-inner > :not(:last-child){
        margin-inline-end: 12px;
    }
    .header-top .header-inner > :not(:first-child),
    .header-mid .header-inner > :not(:first-child),
    .header-bot .header-inner > :not(:first-child){
        margin-inline-start: 12px;
    }
    .header-submenu > li:not(:last-child):before,
    .header-top .header-inner > * > :not(:last-child):before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: calc(-1px - var(--header-top-item-mg));
        height: var(--header-top-devider-h);
        border-inline-end: 1px solid;
        opacity: var(--header-top-devider-op);
        margin: auto;
    }
}
@media (max-width: 1199px){
    .header-mid .header-inner{
        padding: 11px 0;
    }
}
@media (max-width: 991px){
    .inner-control{
        --inner-control-mg: 9px;
    }
}
@media (max-width: 767px){
    .header-top{
        --header-top-item-mg: 10px;
    }
    div.dgwt-wcas-search-wrapp,
    .header-info .inner,
    .inner-control > * > a{
        padding: 5px 0;
    }
    .inner-control > * > a .text{
        display: none;
    }
    .header-top .header-inner > * > * > a,
    .header-message,
    .block-menu-bar > a,
    .header-social a,
    .header-submenu > li > a{
        padding: 3px 0;
    }
    .header-social .inner,
    .header-submenu{
        justify-content: center;
    }
    .header-submenu .sub-menu{
        left: 50%;
        transform: translateX(-50%);
    }
    .header-submenu li:not(:hover) > .sub-menu{
        transform: translateX(-50%) translateY(15px);
    }
    .block-search,
    .block-userlink,
    .block-minicart{
        position: static;
    }
    .block-search > .sub-menu,
    .block-userlink .sub-menu,
    .block-minicart .widget_shopping_cart{
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
    }
    .header-top{
        text-align: center;
        padding: 9px 0;
    }
    .header-top .block-userlink{
        width: 100%;
        position: relative;
        text-align: center;
    }
    .header-mid .header-inner{
        text-align: center;
    }
}
/*----- STYLE -----*/
.light.header-mobile,
.light.header,
.light.header-section{
    --header-link-color: #fff;
}
.light.header-top,
.light .header-top{
    border-color: rgba(255, 255, 255, 0.1);
}
.light.header-bot,
.light .header-bot{
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset;
}
.light div.dgwt-wcas-search-wrapp .input-focus{
    --input-sd: none;
}
.light.header-top .header-inner > * > *,
.light .header-top .header-inner > * > *,
.light .header-social,
.light .block-menu-bar,
.light .header-message,
.light .inner-control > * > a:not(:hover),
.light .box-nav-vertical:not(.open) .block-title:not(:hover),
.light .header-submenu,
.light .main-menu{
    color: var(--header-link-color);
}
.light.header-top .header-inner > * > * > a:hover,
.light .header-top .header-inner > * > * > a:hover,
.light .header-social a:hover,
.light .block-menu-bar a:hover,
.light .header-message a:hover,
.light .inner-control > * > a:hover,
.light .box-nav-vertical .block-title:hover,
.light .box-nav-vertical.open .block-title{
    color: var(--header-link-color-h, var(--main-color));
}
.light .header-submenu > .menu-item > a,
.light .main-menu > .menu-item > a{
    --current-item: var(--header-link-color-h, var(--main-color));
}
.main-bg.header-mobile,
.main-bg.header,
.main-bg.header-section{
    --main-header-bg: var(--main-color);
    --header-link-color: var(--main-color-t);
    --header-link-color-h: var(--main-color-2);
}
/* style-01 */
.header.style-01{
    --header-top-devider-h: 0;
    --header-top-item-mg: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /*z-index: 8;*/
}
.header.style-05 .header-top .header-start .header-submenu,
.header.style-01 .header-top .header-start .header-submenu{
    font-size: inherit;
    font-weight: var(--main-h-fw);
}
.header.style-05 .header-top .header-start .header-submenu > li > a > .text > .icon,
.header.style-04 .header-top .header-start .header-submenu > li > a > .text > .icon,
.header.style-01 .header-top .header-start .header-submenu > li > a > .text > .icon{
    font-size: calc(100% + 6px);
    color: var(--main-color);
    margin-top: -1px;
}
.header.style-05 .header-top .header-start .header-submenu b,
.header.style-01 .header-top .header-start .header-submenu b{
    font-weight: 700;
}
.header.style-01 .block-menu-bar > a .text,
.header.style-01 .block-wishlist > a .text{
    display: none;
}
.header.style-05 .box-nav-vertical,
.header.style-01 .box-nav-vertical{
    padding: 10px 0;
}
.header.style-08 .button-vertical a,
.header.style-05 .box-nav-vertical .block-title,
.header.style-01 .box-nav-vertical .block-title{
    box-shadow: 0 0 0 1px #F2EFEF inset;
    padding: 12px;
    border-radius: var(--main-bora);
}
.header.style-08 .button-vertical a:hover,
.header.style-05 .box-nav-vertical .block-title:hover,
.header.style-01 .box-nav-vertical .block-title:hover{
    box-shadow: 0 0 0 1px inset;
}
.header.style-05 .box-nav-vertical .block-content,
.header.style-01 .box-nav-vertical .block-content{
    --vertical-offset: calc((var(--vertical-width) - 48px) / 2);
    left: calc(0px - var(--vertical-offset));
}
.header.style-05 .box-nav-vertical .block-content:before,
.header.style-01 .box-nav-vertical .block-content:before{
    position: absolute;
    content: '';
    bottom: calc(100% - 2px);
    left: calc(var(--vertical-offset) + 24px - 7px);
    border-inline-start: 7px solid transparent;
    border-inline-end: 7px solid transparent;
    border-bottom: 8px solid var(--main-color);
}
.header.style-05 .box-nav-vertical .block-content:after,
.header.style-01 .box-nav-vertical .block-content:after{
    position: absolute;
    content: '';
    bottom: calc(100% - 2px);
    left: calc(var(--vertical-offset) + 24px - 4px);
    border-inline-start: 4px solid transparent;
    border-inline-end: 4px solid transparent;
    border-bottom: 6px solid #fff;
}
.header.style-05 .vertical-menu > .menu-item > .megamenu,
.header.style-01 .vertical-menu > .menu-item > .megamenu{
    max-width: calc(var(--main-container) - var(--vertical-width) + var(--vertical-offset) + var(--vertical-offset)) !important;
}
.header.style-05 .vertical-menu,
.header.style-01 .vertical-menu{
    padding: 18px 0;
}
.header.style-05 .vertical-menu > .menu-item > a,
.header.style-01 .vertical-menu > .menu-item > a{
    font-size: inherit;
    line-height: inherit;
    font-weight: var(--main-h-fw);
    padding: 12px 24px;
}
.header.style-05 .vertical-menu > .menu-item:not(:first-child) > a:before,
.header.style-01 .vertical-menu > .menu-item:not(:first-child) > a:before{
    margin: -12px 0 12px;
}
.header.style-01 div.dgwt-wcas-search-wrapp .input-focus{
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.header.style-01 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/* style-02 */
.header-style-02{
    --header-link-color-h: var(--main-color-2);
}
.header-style-02 .inner-control > * > a .icon{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header-style-02 .inner-control > * > a:hover .icon{
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
}
.header-style-02 .elinor-dropdown > .sub-menu,
.header-style-02 .header-submenu .sub-menu,
.header-style-02 .block-minicart .widget_shopping_cart,
.header-style-02 .vertical-menu > .menu-item > .sub-menu,
.header-style-02 .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.header-style-02 .main-menu > .menu-item > .sub-menu,
.header-style-02 .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.header.style-06 .header-top,
.header.style-02 .header-top{
    border: none;
}
.header-mobile.style-06,
.header.style-06 .header-mid{
    --main-header-bg: #d7f6e7;
    background-image: var(--header-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-mobile.style-02,
.header.style-02 .header-mid{
    --main-header-bg: rgba(var(--mc-rgb-r), var(--mc-rgb-g), var(--mc-rgb-b), 0.5);
    background-image: var(--header-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* style-03 */
.header-style-03 .elinor-dropdown > .sub-menu,
.header-style-03 .header-submenu .sub-menu,
.header-style-03 .block-minicart .widget_shopping_cart,
.header-style-03 .vertical-menu > .menu-item > .sub-menu,
.header-style-03 .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.header-style-03 .main-menu > .menu-item > .sub-menu,
.header-style-03 .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    box-shadow: 0 0 0 1px #dedcdc inset;
}
.header.style-03 .header-bot{
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) inset;
}
.header.style-03 .main-menu{
    --main-menu-pd: 9px;
}
.header.style-03 .box-nav-vertical .block-title{
    width: var(--vertical-width);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 9px 24px;
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
    border-radius: var(--main-bora-b);
    z-index: 11;
}
.header.style-03 .box-nav-vertical .block-title .icon{
    font-size: 23px;
    margin-inline-end: 6px;
}
.header.style-03 .box-nav-vertical .block-title .icon:before{
    content: '\e961';
}
.header.style-03 .box-nav-vertical .block-title:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    font-style: normal;
    font-size: calc(100% + 3px);
    margin-inline-start: 8px;
}
.header.style-03 .box-nav-vertical .block-title:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header.style-03 .box-nav-vertical .block-content{
    box-shadow: 0 -1px #dedcdc inset, 1px 0 #dedcdc inset, -1px 0 #dedcdc inset;
    border-radius: 0;
    border-bottom-left-radius: 10px;
}
.header.style-03 .box-nav-vertical .block-content:before{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    right: 0;
    height: 25px;
    border-inline-end: 1px solid #dedcdc;
}
.header.style-03 .inner-control > * > a .text{
    display: none;
}
.header.style-03 .inner-control > * > a .icon .count{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header.style-07 .header_submenu_3 .header-submenu > li,
.header.style-03 .header_submenu_3 .header-submenu > li{
    padding: 10px 0;
}
.header.style-07 .header_submenu_3 .header-submenu > li > a{
    --static-item: var(--default-color);
    padding: 12px 24px;
    box-shadow: 0 0 0 1px #dedcdc;
    border-radius: var(--main-bora);
}
.header.style-03 .header_submenu_3 .header-submenu > li > a{
    --static-item: var(--default-color);
    padding: 12px 24px;
    background-color: rgba(var(--mc-rgb-r), var(--mc-rgb-g), var(--mc-rgb-b), 0.15);
    border-radius: var(--main-bora);
}
.header.style-07 .header_submenu_3 .header-submenu > li > a .icon,
.header.style-03 .header_submenu_3 .header-submenu > li > a .icon{
    font-size: 26px;
    color: var(--main-color);
}
/* style-04 */
.header.style-05,
.header.style-04{
    --header-top-devider-h: 0;
    --header-top-item-mg: 12px;
}
.header.style-05 div.dgwt-wcas-search-wrapp,
.header.style-04 div.dgwt-wcas-search-wrapp{
    --input-sd: none;
    --input-bg: #F0F2F5;
    --wcas-button-w: 60px;
}
.header.style-05 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit,
.header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    color: var(--default-color);
    background-color: transparent;
}
.header.style-05 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover,
.header.style-04 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
}
.header.style-04 .vertical-menu{
    padding: 18px 0;
}
.header.style-04 .box-nav-vertical .block-title{
    width: var(--vertical-width);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 17px 24px;
    color: var(--main-color-t);
}
.header.style-04 .box-nav-vertical .block-title > *{
    z-index: 8;
}
.header.style-04 .box-nav-vertical .block-title .icon{
    font-size: 23px;
    margin-inline-end: 6px;
}
.header.style-04 .box-nav-vertical .block-title .icon:before{
    content: '\e961';
}
.header.style-04 .box-nav-vertical .block-title:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    font-style: normal;
    font-size: calc(100% + 3px);
    margin-inline-start: 8px;
    position: relative;
    z-index: 8;
}
.header.style-04 .box-nav-vertical .block-title:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    border-radius: inherit;
    z-index: 8;
}
.header.style-04 .box-nav-vertical .block-title:hover:before{
    background-color: rgba(0,0,0,0.5);
}
.header.style-04 .main-menu > .menu-item > .sub-menu,
.header.style-04 .box-nav-vertical .block-content{
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -2px var(--main-color) inset, -2px 0 var(--main-color) inset, 2px 0 var(--main-color) inset;
    z-index: 7;
}
.header.style-04 .main-menu{
    --main-menu-pd: 17px;
}
.elementor-template-full-width .header.style-04.home-bg{
    width: var(--main-container);
    max-width: calc(100% - 30px);
    margin: 40px auto 0;
    border-radius: 10px;
}
.elementor-template-full-width .header.style-04.home-bg > :first-child{
    border-radius: 10px 10px 0 0;
}
.elementor-template-full-width .header.style-04.home-bg > :last-child{
    border-radius: 0 0 10px 10px;
}
.elementor-template-full-width .header.style-04.home-bg > * > .container{
    padding: 0 24px;
}
.elementor-template-full-width .header.style-04.home-bg .header-bot{
    width: inherit;
    margin: 0 auto;
}
.elementor-template-full-width .header.style-04.home-bg .header-bot > .container{
    padding: 0;
}
.elementor-template-full-width .header.style-04.home-bg .box-header-nav:first-child{
    margin-inline-start: 24px;
}
.elementor-template-full-width .header.style-04.home-bg .box-header-nav:last-child{
    margin-inline-end: 24px;
}
.elementor-template-full-width .header.style-04.home-bg .box-nav-vertical .block-title{
    border-bottom-left-radius: 10px;
    background-color: var(--main-color);
    z-index: 8;
}
.elementor-template-full-width .header.style-04.home-bg .main-menu > .menu-item > a{
    background-color: var(--main-color);
    z-index: 8;
}
.elementor-template-full-width .header.style-04.home-bg .main-menu > .menu-item > .sub-menu:before,
.elementor-template-full-width .header.style-04.home-bg .box-nav-vertical .block-content:before{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    left: 0;
    width: 11px;
    height: 11px;
    background-color: inherit;
    border-inline-start: 2px solid var(--main-color);
}
/* style-05 */
.switch-menu .inner{
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    border-radius: 10px;
    font-size: 16px;
    background-color: var(--main-cl);
    overflow: hidden;
}
.switch-menu a{
    color: #fff;
    padding: 18px 15px;
    text-align: center;
    min-width: 150px;
}
.switch-menu .active{
    background-color: rgba(0,0,0,0.1);
}
.switch-menu a:hover{
    color: var(--main-color-2);
}
.main-menu:not(.active){
    display: none;
}
.header.style-05 .header-mid .header-inner{
    align-items: flex-end;
    padding: 30px 0 6px;
}
.header.style-05 .header-control{
    --header-link-color: #fff;
    --header-link-color-h: var(--main-color-2);
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: -6px;
    position: relative;
}
.header.style-05 .block-menu-bar,
.header.style-05 .switch-menu{
    position: relative;
    z-index: 1;
    margin-top: -10px;
}
.header.style-05 .block-menu-bar > a{
    justify-content: center;
    color: #fff;
    background-color: var(--main-cl);
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 10px 10px 0 0;
}
.header.style-05 .block-menu-bar > a .icon{
    display: none;
    font-size: 24px;
    font-weight: 400;
}
.header.style-05 .block-menu-bar > a .text{
    display: block;
}
.header.style-05 .block-menu-bar > a .sub{
    display: none;
}
.header.style-05 .switch-menu .inner{
    border-radius: 10px 10px 0 0;
}
.header.style-05 .inner-control{
    --inner-control-mg: 12px;
}
.header.style-05 .inner-control:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: calc((var(--main-container) - 100vw) / 2);
    background-color: #8D99AE;
}
.header.style-05 .inner-control{
    padding-inline-start: 24px;
}
.header.style-05 .inner-control > * > a .icon{
    font-size: 22px;
    width: auto;
    padding: 2px 0;
    color: inherit;
    background-color: transparent;
}
.header.style-05 .inner-control > * > a .count{
    top: 1px;
    right: -9px;
}
.header.style-05 .inner-control > * > a .text{
    margin-inline-start: 20px;
}
.header.style-05 .inner-control > :not(.block-minicart) > a > :not(.icon){
    display: none;
}
.header.style-05 .header-bot{
    --header-link-color-h: var(--main-color-2);
    --main-header-bg: var(--main-cl);
    box-shadow: none;
}
.header.style-05 .header-bot:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
}
/* style-06 */
.header.style-06{}
/* style-07 */
.header.style-07 .inner-control{
    --inner-control-mg: 10px;
}
.header.style-07 .inner-control > * > a .text{
    display: none;
}
.header.style-07 .main-menu{
    --main-menu-mg: 18px;
}
.header.style-07 .block-wishlist > a .count{
    background-color: var(--main-color);
    color: var(--main-color-t);
}
@media (min-width: 480px){
    .header.style-06 .header-mid .header-inner,
    .header.style-02 .header-mid .header-inner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header.style-06 .box-header-nav,
    .header.style-02 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .header.style-06 .header-mid .header-inner{
        padding: 21px 0;
    }
    .header.style-02 .header-mid .header-inner{
        padding: 16px 0;
    }
}
@media (min-width: 480px) and (max-width: 1199px){
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-06 .header-mid,
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-02 .header-mid{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 11;
        background: none;
    }
}
@media (min-width: 768px){
    .header.style-07 .box-header-nav,
    .header.style-05 .block-search,
    .header.style-04 .block-search,
    .header.style-03 .block-search,
    .header.style-01 .block-search{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
        justify-content: center;
    }
    .header.style-03 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-04 .header-bot .header-inner > :not(:last-child),
    .header.style-03 .header-bot .header-inner > :not(:last-child){
        margin-inline-end: 16px;
    }
    .header.style-04 .header-bot .header-inner > :not(:first-child),
    .header.style-03 .header-bot .header-inner > :not(:first-child){
        margin-inline-start: 16px;
    }
    .header.style-05 .logo{
        display: flex;
        align-items: center;
        min-height: 68px;
    }
    .header.style-07 .header-mid .header-start,
    .header.style-07 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-07 .block-minicart > a{
        min-width: 75px;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 17px 0;
    }
    .header.style-07 .block-minicart > a .text{
        display: block;
        margin: 0;
        position: relative;
    }
    .header.style-07 .block-minicart > a .icon{
        position: static;
        width: 0;
        height: 0;
        background-color: transparent;
        overflow: hidden;
    }
    .header.style-07 .block-minicart > a .icon:before{
        display: none;
    }
    .header.style-07 .block-minicart > a .count{
        top: 8px;
        right: 8px;
    }
    .header.style-07 .block-minicart > a:before{
        position: absolute;
        content: var(--minicart-bg);
        top: -25px;
        left: -10px;
        right: -10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .header.style-07 .logo{
        max-width: 158px;
        margin-inline-start: 0;
    }
    .header.style-07 .header-mid .header-start{
        flex: 0 0 auto;
        width: auto;
        order: 1;
        margin-inline-start: 12px;
    }
    .header.style-07 .header-control{
        order: 1;
    }
}
@media (min-width: 1200px){
    .header.style-05 .header-bot .header-inner,
    .header.style-01 .header-bot .header-inner{
        padding: 2px 0;
    }
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-06 .header-mid:not(.is-sticky),
    .elementor-template-full-width:not(.elementor-editor-active) .header.style-02 .header-mid:not(.is-sticky){
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 11;
        background: none;
    }
    .header.style-06 .header-mid .header-inner{
        padding: 26px 0;
    }
    .header.style-02 .header-mid .header-inner{
        padding: 21px 0;
    }
    .header.style-03 .header-bot .header-inner{
        padding: 20px 0;
    }
    .header.style-04 .is-sticky .main-menu{
        --main-menu-pd: 12px;
    }
    .header.style-04 .is-sticky .box-nav-vertical .block-title{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header.style-05 .inner-control:nth-child(2):before{
        border-top-left-radius: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .header.style-04 .block-search,
    .header.style-03 .block-search,
    .header.style-01 .block-search{
        width: 100%;
        margin: 0 !important;
        order: 1;
    }
    .header.style-04 .header-control,
    .header.style-03 .header-control,
    .header.style-01 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-04 div.dgwt-wcas-search-wrapp,
    .header.style-03 div.dgwt-wcas-search-wrapp,
    .header.style-01 div.dgwt-wcas-search-wrapp{
        width: 100%;
    }
}
@media (min-width: 1500px){
    .header.style-05 .header-bot .header-inner,
    .header.style-01 .header-bot .header-inner{
        padding: 5px 0;
    }
    .header.style-03 .header-top,
    .header.style-01 .header-top{
        padding: 10px 0;
    }
    .header.style-03 .header-bot .header-inner{
        padding: 24px 0;
    }
    .header.style-07 .main-menu{
        --main-menu-mg: 18px;
    }
    .header.style-07 .header-bot .header-inner{
        padding: 3px 0;
    }
    .header.style-07 .block-minicart > a:before{
        top: -30px;
    }
}
@media (max-width: 1640px) and (min-width: 1500px){
    .header.style-05 .box-nav-vertical .block-content,
    .header.style-01 .box-nav-vertical .block-content{
        --vertical-offset: calc((100vw - var(--main-container)) / 2 - 15px);
    }
}
@media (max-width: 1412px) and (min-width: 1200px){
    .header.style-05 .box-nav-vertical .block-content,
    .header.style-01 .box-nav-vertical .block-content{
        --vertical-offset: calc((100vw - var(--main-container)) / 2 - 15px);
    }
}
@media (max-width: 1499px){
    .header.style-04 .main-menu{
        --main-menu-pd: 14px;
    }
    .header.style-04 .box-nav-vertical .block-title{
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .elementor-template-full-width .header.style-04.home-bg{
        margin-top: 30px;
    }
    .elementor-template-full-width .header.style-04.home-bg > * > .container{
        padding: 0 16px;
    }
    .header.style-05 .header-mid .header-inner{
        padding-top: 20px;
    }
}
@media (max-width: 1199px){
    .header.style-05 .block-menu-bar > a{
        padding: 20px 24px;
    }
    .header.style-07 .inner-control{
        --inner-control-mg: 7px;
    }
}
@media (max-width: 991px){
    .header.style-05 .inner-control > * > a .text,
    .header.style-01 .inner-control > * > a .text{
        display: none;
    }
    .header.style-05 .block-menu-bar > a .icon{
        display: block;
    }
    .header.style-05 .block-menu-bar > a .text{
        display: none;
    }
    .header.style-05 .inner-control{
        padding-inline-end: 9px;
    }
    .header.style-07 .inner-control{
        --inner-control-mg: 5px;
    }
    .header.style-07 .header_submenu_3 .header-submenu > li > a{
        padding: 12px 20px;
    }
}
@media (max-width: 767px){
    .elementor-template-full-width .header.style-04.home-bg{
        margin-top: 16px;
    }
    .header.style-07 .header_submenu_3 .header-submenu > li,
    .header.style-03 .header_submenu_3 .header-submenu > li{
        padding: 5px 0;
    }
    .header.style-05 .header-control{
        justify-content: center;
    }
    .header.style-05 .inner-control:before{
        left: -15px;
        right: -15px;
    }
    .header.style-05 .inner-control > * > a{
        padding: 7px 0;
    }
    .header.style-05 .block-menu-bar > a{
        padding: 17px 24px;
    }
}
@media (max-width: 479px){
    .header.style-04 .header-info,
    .header.style-03 .header_submenu_3,
    .header.style-01 .header-info{
        width: 100%;
    }
}
/*----- 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;
        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,
    body:not(.elementor-editor-active) .header .header-bot.is-sticky .header-inner{
        padding: 0;
    }
    .header .header-sticky.sticky-top-0 .header-inner{
        transition: padding 0.2s ease;
    }
    body:not(.elementor-editor-active) .header .is-sticky .inner-control > * > a{
        padding: 5px 0;
    }
    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;
        background-image: var(--header-bg);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        z-index: 11;
        max-width: 100%;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    .site > .header-sticky:not(.is-sticky){
        box-shadow: none;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
    }
    .site > .header-sticky .header-inner{
        display: flex;
        align-items: center;
    }
    .site > .header-sticky .header-inner > :not(:last-child){
        padding-inline-end: 15px;
    }
    .site > .header-sticky .header-inner > :not(:first-child){
        padding-inline-start: 15px;
    }
    .site > .header-sticky .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .site > .header-sticky .inner-control > * > a{
        padding: 5px 0;
    }
    .site > .header-sticky .inner-control > * > a .text{
        display: none;
    }
}
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link{
    line-height: 1.5;
    color: var(--main-color);
    font-weight: var(--main-h-fw);
    text-transform: capitalize;
    margin: 3px 0 0;
}
.by-vendor-name-link .text{
    display: inline-block;
    vertical-align: top;
    font-size: calc(100% - 2px);
    line-height: calc(1.5 * (100% + 2px));
    font-weight: 400;
}
.by-vendor-name-link a:not(:hover) .text{
    color: var(--main-cl);
}
.wcfmmp_sold_by_container{
    line-height: 1.5;
    margin-top: 3px;
}
@media (max-width: 1499px){
    .by-vendor-name-link,
    .wcfmmp_sold_by_container{
        margin-top: 1px;
    }
    .by-vendor-name-link .text{
        margin: 1px 0 -1px;
    }
}
/*----- 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 .elinor-popup-newsletter{
    width: 480px;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    background-color: transparent;
}
.mfp-wrap .elinor-popup-newsletter .popup-inner{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 32px 36px;
    position: relative;
    margin: 87px auto 0;
}
.mfp-wrap .elinor-popup-newsletter .image{
    margin: -87px 0 46px;
}
.mfp-wrap .elinor-popup-newsletter .text-1{
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--default-color);
    margin: 0;
}
.mfp-wrap .elinor-popup-newsletter .text-2{
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    color: var(--main-color-3);
    margin: 0;
}
.mfp-wrap .elinor-popup-newsletter .text-3{
    font-size: 24px;
    line-height: var(--main-h-lh);
    color: var(--default-color);
    margin: 0 0 22px;
}
.mfp-wrap .elinor-popup-newsletter .text-4{
    margin: 16px 0 0;
}
.mfp-wrap .elinor-popup-newsletter .text-4 a{
    display: inline-block;
    vertical-align: top;
    position: static;
    font-size: inherit;
    line-height: inherit;
    color: var(--default-color);
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    font-family: inherit;
    text-align: inherit;
    font-style: inherit;
    font-weight: var(--main-h-fw);
}
.mfp-wrap .elinor-popup-newsletter .text-4 a:hover{
    color: var(--main-color);
}
.mfp-wrap .elinor-popup-newsletter .ovic-newsletter{
    width: 100%;
}
.mfp-wrap .elinor-popup-newsletter .ovic-newsletter .input-text[type]{
    --input-sd: 0 0 0 1px #dedcdc inset;
    --input-sd-h: 0 0 0 2px var(--main-color) inset;
}
.mfp-wrap .elinor-popup-newsletter .disabled_popup{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-style: italic;
    font-weight: inherit;
    cursor: pointer;
    position: relative;
    margin: 8px 0 0;
}
.mfp-wrap .elinor-popup-newsletter .disabled_popup:hover{
    color: var(--main-color);
}
@media (max-width: 1499px){
    .mfp-wrap .elinor-popup-newsletter{
        width: 420px;
    }
    .mfp-wrap .elinor-popup-newsletter .popup-inner{
        padding: 0 24px 26px;
        margin-top: 60px;
    }
    .mfp-wrap .elinor-popup-newsletter .image{
        margin: -60px 0 24px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-1{
        font-size: 35px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-2{
        font-size: 104px;
        line-height: 0.9;
    }
    .mfp-wrap .elinor-popup-newsletter .text-3{
        font-size: 21px;
        margin-bottom: 15px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-4{
        margin-top: 9px;
    }
    .mfp-wrap .elinor-popup-newsletter .disabled_popup{
        margin-top: 3px;
    }
}
@media (max-width: 767px){
    .mfp-wrap .elinor-popup-newsletter{
        width: 300px;
    }
    .mfp-wrap .elinor-popup-newsletter .popup-inner{
        padding: 0 16px 16px;
        margin-top: 40px;
    }
    .mfp-wrap .elinor-popup-newsletter .image{
        margin: -40px 0 16px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-1{
        font-size: 30px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-2{
        font-size: 88px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-3{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .mfp-wrap .elinor-popup-newsletter .text-4{
        margin-top: 6px;
    }
    .mfp-wrap .elinor-popup-newsletter .submit-newsletter{
        margin-top: 12px;
    }
    .mfp-wrap .elinor-popup-newsletter .disabled_popup{
        margin-top: 0;
    }
}
/*----- 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;
    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-quick-view-modal .yith-wcqv-wrapper{
    position: static !important;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: start;
    width: calc(100% - 30px) !important;
    height: auto !important;
    max-width: 910px;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.yith-quick-view.open .yith-wcqv-main,
#yith-quick-view-modal.open .yith-wcqv-main{
    transform: translateY(0);
    opacity: 1;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
.yith-wcqv-main{
    transform: translateY(20%);
    opacity: 0;
    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;
    border-radius: 10px;
}
.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 .woocommerce-product-gallery__trigger{
    display: none;
}
body.admin-bar .yith-quick-view,
body.admin-bar #yith-quick-view-modal{
    top: 32px;
}
@media (max-width: 782px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    #yith-quick-view-content label{
        color: inherit;
    }
    .yith-wcqv-wrapper .product .woocommerce-product-gallery,
    #yith-quick-view-modal .product .woocommerce-product-gallery,
    .yith-wcqv-wrapper .product .entry-summary,
    #yith-quick-view-modal .product .entry-summary{
        width: 100%;
    }
}
@media (max-width: 600px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 0;
    }
}
@media (max-width: 479px){
    #yith-quick-view-modal.open .yith-wcqv-main,
    .yith-quick-view.open .yith-wcqv-main{
        padding: 5px 0;
    }
}
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    transform: scale(0);
}
a.ovic-rtl-button,
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: 90px;
    transition: transform 0.3s ease;
    z-index: 5;
}
a.ovic-rtl-button:hover,
a.backtotop:hover{
    background-color: var(--main-color-b);
}
a.backtotop:before{
    font-family: main-icon, sans-serif;
    content: "\e93c";
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}
@media (max-width: 1499px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
        width: 54px;
        height: 54px;
    }
    a.backtotop:before{
        font-size: 20px;
    }
}
/*----- RTL BUTTON -----*/
.elementor-editor-active a.ovic-rtl-button{
    display: none !important;
}
a.ovic-rtl-button{
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
a.ovic-rtl-button span{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
@media (max-width: 1499px){
    a.ovic-rtl-button{
        width: 48px;
        height: 48px;
    }
    a.ovic-rtl-button span{
        font-size: 14px;
    }
}
/*==========================================================================
CUSTOM
===========================================================================*/
.hover-item-shadow .slick-list:hover{
    padding: 20px;
    margin: -20px;
}
.custom-border-1 > .elementor-column-wrap > .slick-slider > .slick-list{
    margin-inline-start: -1px;
}
.custom-border-1 > .elementor-column-wrap > .slick-slider > .slick-list > .slick-track > .slick-slide{
    border-inline-start: 1px solid transparent;
}
.custom-border-1 > .elementor-column-wrap > .slick-slider > .slick-list > .slick-track > .slick-active + .slick-active{
    border-inline-start-color: #dedcdc;
}
.custom-border-1 > .elementor-column-wrap > .slick-slider > .slick-list > .slick-track > .slick-slide > .row-item:not(:first-child){
    border-top: 1px solid #dedcdc;
}
.custom-border-2{
    box-shadow: -1px 0 #dedcdc inset;
}
@media (max-width: 767px){
    .custom-border-2{
        box-shadow: 0 -1px #dedcdc inset;
    }
}
@media (min-width: 480px){
    .custom-border-3{
        --custom-space: 16px;
    }
    .custom-border-3 .slick-active + .slick-active{
        position: relative;
    }
    .custom-border-3 .slick-active + .slick-active:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: calc(0px - var(--custom-space));
        border-inline-start: 1px solid #dedcdc;
    }
}
@media (min-width: 992px){
    .custom-border-3{
        --custom-space: 32px;
    }
}
@media (min-width: 1500px){
    .custom-border-3{
        --custom-space: 50px;
    }
}
.custom-border-4 > *,
.custom-border-4 .slick-active + .slick-active{
    position: relative;
}
.custom-border-4 > .elementor-element + .elementor-element:after,
.custom-border-4 .slick-active + .slick-active:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    border-inline-start: 1px solid #dedcdc;
}
@media (min-width: 768px) and (max-width: 991px){
    .custom-border-4 > .elementor-element:nth-child(4):after{
        display: none;
    }
}
@media (max-width: 767px){
    .custom-border-4 > .elementor-element:nth-child(odd):after{
        display: none;
    }
}
@media (min-width: 768px){
    .custom-border-5{
        --custom-space: 24px;
    }
    .custom-border-5 .slick-active + .slick-active{
        position: relative;
    }
    .custom-border-5 .slick-active + .slick-active:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: calc(0px - var(--custom-space));
        height: 50px;
        margin: auto;
        border-inline-start: 1px solid #dedcdc;
    }
    .custom-border-6{
        --custom-space: 15px;
    }
    .custom-border-6 .slick-active + .slick-active{
        position: relative;
    }
    .custom-border-6 .slick-active + .slick-active:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: calc(0px - var(--custom-space));
        border-inline-start: 1px solid #dedcdc;
    }
}
@media (min-width: 1200px){
    .custom-border-5{
        --custom-space: 32px;
    }
}
@media (min-width: 1500px){
    .custom-border-5{
        --custom-space: 55px;
    }
}
.custom-border-7:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    border-inline-start: 2px solid var(--main-color-2);
    margin: auto;
}
.custom-divide{
    position: relative;
}
.custom-divide::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    border-inline-start: 1px solid #dedcdc;
}
.custom-divide.light::after{
    border-inline-start: 1px solid #fff;
}
.elementor-widget-shortcode.light,
.elementor-widget-ovic_products.light{
    color: #fff;
}
.custom-border-1 > *{
    position: relative;
}
.custom-border-1 > .elementor-widget-ovic_category:first-child + .elementor-widget-ovic_category:before,
.custom-border-1 > .elementor-widget-ovic_category:first-child + .elementor-widget-ovic_category + .elementor-widget-ovic_category + .elementor-widget-ovic_category:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -.5px;
    border-inline-start: 1px solid #dedcdc;
}
.custom-border-1 > .elementor-widget-ovic_category:first-child + .elementor-widget-ovic_category + .elementor-widget-ovic_category:after,
.custom-border-1 > .elementor-widget-ovic_category:first-child + .elementor-widget-ovic_category + .elementor-widget-ovic_category + .elementor-widget-ovic_category:after{
    position: absolute;
    content: '';
    top: -.5em;
    left: 0;
    right: 0;
    border-top: 1px solid #dedcdc;
}
.custom-border-8 > *{
    position: relative;
}
.custom-border-8 > *:before{
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    border-top: 1px solid #DEDCDC;
}
.custom-border-8 > *:after{
    position: absolute;
    content: '';
    left: -1px;
    top: 0;
    bottom: 0;
    border-inline-start: 1px solid #DEDCDC;
}
.content-overflow-1 .slick-list{
    padding: 0 15px 32px;
    margin: 0 -15px -32px;
}
.elementor-column[class*='custom-radius-']{
    border-radius: 0;
}
.custom-radius-ts-0 .ovic-products[class*="product-border-2"] .product-list-owl,
.custom-radius-ts-0{
    border-top-left-radius: 0;
}
.custom-radius-bs-0 .ovic-products[class*="product-border-2"] .product-list-owl,
.custom-radius-bs-0{
    border-bottom-left-radius: 0;
}
.custom-radius-te-0 .ovic-products[class*="product-border-2"] .product-list-owl,
.custom-radius-te-0{
    border-top-right-radius: 0;
}
.custom-radius-be-0 .ovic-products[class*="product-border-2"] .product-list-owl,
.custom-radius-be-0{
    border-bottom-right-radius: 0;
}
.custom-radius-ts-10 > .elementor-column-wrap,
.custom-radius-ts-10{
    border-top-left-radius: 10px;
}
.custom-radius-bs-10 > .elementor-column-wrap,
.custom-radius-bs-10{
    border-bottom-left-radius: 10px;
}
.custom-radius-te-10 > .elementor-column-wrap,
.custom-radius-te-10{
    border-top-right-radius: 10px;
}
.custom-radius-be-10 > .elementor-column-wrap,
.custom-radius-be-10{
    border-bottom-right-radius: 10px;
}
.custom-radius-ts-15 > .elementor-column-wrap,
.custom-radius-ts-15{
    border-top-left-radius: 15px;
}
.custom-radius-bs-15 > .elementor-column-wrap,
.custom-radius-bs-15{
    border-bottom-left-radius: 15px;
}
.custom-radius-te-15 > .elementor-column-wrap,
.custom-radius-te-15{
    border-top-right-radius: 15px;
}
.custom-radius-be-15 > .elementor-column-wrap,
.custom-radius-be-15{
    border-bottom-right-radius: 15px;
}
@media (min-width: 768px){
    .custom-position-1{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}
.custom-slide-hide{
    transition: all 0.5s ease;
}
.slick-slide:not(.slick-active) .custom-slide-hide,
.slick-slide.custom-slide-hide:not(.slick-active){
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
}
.custom-divider-1:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    border-inline-start: 1px solid;
}
@media (max-width: 1199px){
    .custom-divider-1:before{
        top: 50%;
        bottom: auto;
        left: 0;
        width: 141px;
        border: none;
        border-bottom: 1px solid;
    }
}
.custom-video-1.elementor-widget-video video{
    height: 1100px;
}
@media (max-width: 1499px){
    .custom-video-1.elementor-widget-video video{
        height: 780px;
    }
}
@media (max-width: 1199px){
    .custom-video-1.elementor-widget-video video{
        height: 740px;
    }
}
@media (max-width: 767px){
    .custom-video-1.elementor-widget-video video{
        height: 500px;
    }
}
/*==========================================================================
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;
}
.elementor-widget-social-icons.main-bg-hover .elementor-social-icon:hover i{
    color: inherit;
}
.elementor-widget-social-icons.main-bg-hover .elementor-social-icon:hover{
    color: var(--main-color-t) !important;
    background-color: var(--main-color) !important;
}
.elementor-widget-social-icons.main-bg-hover:hover{
    background-color: transparent;
}
/*----- 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,
.elinor-edit-link a,
.main-color .elementor-button,
.main-color .elementor-button:visited,
.main-color .elementor-button:hover,
.main-color,
.main-color-hover:hover{
    color: var(--main-color);
    fill: var(--main-color);
}
.scroll-wrapper > .scroll-element .scroll-arrow:hover,
.main-bg .elementor-button,
.main-bg > .elementor-column-wrap,
.main-bg > .elementor-widget-container,
.main-bg,
.main-bg-hover:hover{
    background-color: var(--main-color);
}
.main-bd .elementor-button,
.main-bd,
.main-bd-hover:hover{
    border-color: var(--main-color);
}
.main-bd .elementor-divider-separator{
    border-color: var(--main-color) !important;
}
.main-color-t{
    color: var(--main-color-t);
}
/*----- MAIN COLOR 2 -----*/
.main-color-2 .elementor-button,
.main-color-2 .elementor-button:visited,
.main-color-2 .elementor-button:hover,
.main-color-2,
.main-color-hover-2:hover{
    color: var(--main-color-2);
    fill: var(--main-color-2);
}
.main-bg-2 .elementor-button{
    --main-color: var(--main-color-2);
}
.main-bg-2 > .elementor-column-wrap,
.main-bg-2 > .elementor-widget-container,
.main-bg-2,
.main-bg-hover-2:hover{
    background-color: var(--main-color-2);
}
.main-bd-2 .elementor-button,
.main-bd-2,
.main-bd-hover-2:hover{
    border-color: var(--main-color-2);
}
.main-bd-2 .elementor-divider-separator{
    border-color: var(--main-color-2) !important;
}
.main-color-2-t{
    color: var(--main-color-2-t);
}
/*----- 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-color: var(--main-color-3);
}
.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 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-bora-b .elementor-icon.elementor-social-icon,
.main-bora-b{
    border-radius: var(--main-bora-b);
}