/*==========================================================================
BODY DATAS
===========================================================================*/
body{
    --main-ff: 'Open Sans', sans-serif;
    --main-fz: 14px;
    --main-lh: 1.42857143;
    --main-cl: #666;
    --main-bg: #fff;
    --main-line: #e5e5e5;
    --main-fw: 400;
    --default-color: #222;
    --main-color: #e5534c;
    --main-color-t: #fff;
    --main-color-b: hsl(var(--mc-hsl-h), var(--mc-hsl-s), calc(var(--mc-hsl-l) * var(--main-button-h,0.8)));
    --main-h-lh: 1.2;
    --main-h-fw: 600;
    --main-h-tt: uppercase;
    --main-bora: 0;
    --main-bora-2: 3px;
    --main-special-fw: var(--main-h-fw);
    --sidebar-width: 270px;
    --sidebar-space: 30px;
    --input-fz: 14px;
    --input-lh: 24px;
    --input-width: auto;
    --input-height: 44px;
    --input-padding: 10px;
    --input-padding-h: 20px;
    --input-bg: #f8f8f8;
    --input-sd: 0 0 0 1px var(--main-line) inset;
    --input-sd-h: 0 0 0 1px var(--main-color) inset;
    --input-bora: var(--main-bora-2);
    --button-fz: 13px;
    --button-lh: 24px;
    --button-fw: 600;
    --button-padding: 10px;
    --button-padding-h: 25px;
    --rating-fz: 13px;
    --rating-lh: 20px;
    --price-color: #e5534c;
    --price-fz: 18px;
    --price-lh: 20px;
    --price-d-fz: 13px;
    --price-d-lh: 16px;
    --layered-space: 5px;
    --text-space: 20px;
    --popup-bg: var(--main-bg);
    --popup-sd: 0 0 6px rgba(0,0,0,0.2);
    --main-container-pd: 15px;
    font-family: var(--main-ff);
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    background-color: var(--main-bg);
    word-wrap: break-word;
    overflow-x: hidden;
    margin: 0;
}
body.boxed-mode{
    background-color: #f0f2f5;
}
body.boxed-mode .site{
    background-color: #fff;
    width: 1230px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
@media (max-width: 1199px){
    body{
        --price-fz: 17px;
        --price-lh: 18px;
    }
}
/*----- 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);
    font-weight: var(--main-h-fw);
    margin: 0 0 var(--text-space);
}
h1{
    font-size: 30px;
    line-height: var(--main-h-lh);
}
h2{
    font-size: 24px;
    line-height: var(--main-h-lh);
}
h3{
    font-size: 20px;
    line-height: var(--main-h-lh);
}
h4{
    font-size: 18px;
    line-height: var(--main-h-lh);
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
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 var(--main-line);
    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) var(--input-padding-h);
    color: inherit;
    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{
    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{
    box-shadow: var(--input-sd-h);
}
/* textarea */
textarea{
    display: block;
    width: var(--input-width);
    border-radius: var(--main-bora-2);
    height: 138px;
}
/* select */
select{
    width: var(--input-width);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMAmcwRiCK19YmuAAAAH0lEQVQI12MIYWBgFmAwAiNmRWZFBgYGIyEBIAliAgAeOQGsDcSFWgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    padding-inline-end: 40px;
    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;
    text-decoration: none;
}
.elementor-button .main-icon-prev-5,
.elementor-button .main-icon-next-5{
    font-size: 80%;
}
body .elementor-button,
body .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) var(--button-padding-h);
    border: none;
    border-radius: var(--main-bora-2);
    text-transform: var(--main-h-tt);
    fill: var(--main-color-t);
    color: var(--main-color-t);
    background-color: var(--main-color);
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease;
}
body .elementor-button:hover,
.woocommerce .wishlist_table .product-add-to-cart a:hover,
.added_to_cart:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    color: var(--main-color-t);
    background-color: var(--main-color-b);
}
button:focus{
    outline: none;
}
/*----- NAME, TITLE -----*/
.page-main-content:before,
.page-main-content:after,
.entry-content:before,
.entry-content:after,
.post-content:before,
.post-content:after,
.post-excerpt:before,
.post-excerpt:after{
    content: '';
    display: table;
    clear: both;
}
/*----- PAGE LINKS, POST PAGINATION -----*/
.post-pagination{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}
.post-pagination > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: var(--main-h-fw);
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-inline-end: 10px;
    margin-bottom: 10px;
    background-color: var(--default-color);
    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 var(--main-line) 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: 13px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    font-weight: 400;
    padding: 0;
    margin: -5px 0 35px;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a,
.woocommerce-breadcrumb a{
    color: var(--default-color);
}
.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 15px;
}
@media (max-width: 1199px){
    .breadcrumb,
    .woocommerce-breadcrumb{
        margin-bottom: 20px;
    }
    .breadcrumb > li + li:before, .woocommerce-breadcrumb .delimiter:before{
        padding: 0 10px;
    }
}
/*----- PAGINATION -----*/
.dokan-pagination-container,
.woocommerce-pagination{
    --pagi-s: 40px;
    --pagi-fz: 14px;
    --pagi-lh: 20px;
    --pagi-p: 10px;
    --pagi-m: 5px;
    --pagi-m-offset: 2px;
    margin: 30px 0 0;
    position: relative;
}
.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);
    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-s);
    color: var(--default-color);
    border-radius: var(--main-bora-2);
    box-shadow: 0 0 0 1px var(--main-line) inset;
    padding: var(--pagi-p);
    margin: 0 calc(var(--pagi-m) - var(--pagi-m-offset)) calc(var(--pagi-m) * 2);
    border: none;
}
.dokan-pagination-container .dokan-pagination li a:hover,
.woocommerce-pagination ul li a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce-pagination ul li .current{
    font-weight: var(--main-h-fw);
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.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{
    padding-inline-start: 22px;
    padding-inline-end: 22px;
}
.button-products .button,
.woocommerce-pagination .button-loadmore{
    --button-padding: 8px;
}
@media (max-width: 767px){
    .dokan-pagination-container,
    .woocommerce-pagination{
        --pagi-fz: 13px;
        --pagi-p: 7px;
        --pagi-s: 34px;
    }
    .button-products .button,
    .woocommerce-pagination .button-loadmore{
        --button-padding: 5px;
        --button-padding-h: 20px;
    }
}
/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: var(--main-line);
    border-top: 3px solid var(--main-color);
    list-style: none !important;
    width: auto;
    border-radius: var(--main-bora);
}
.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{
    --checkout-bg: #ebe9eb;
    background-color: var(--checkout-bg);
    padding: 24px;
    margin-top: 32px;
    border-radius: var(--main-bora);
}
@media (max-width: 767px){
    .woocommerce-checkout-payment{
        padding: 30px 15px;
    }
}
.woocommerce-checkout-payment .payment_methods{
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method{
    list-style: none;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child){
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--main-bg);
}
.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: var(--checkout-bg);
    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 var(--checkout-bg);
}
.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: 20px 30px;
    font-size: 15px;
    color: var(--default-color);
    background-color: var(--main-bg);
    box-shadow: 0 0 0 1px var(--main-line) inset;
    border-radius: var(--main-bora);
}
.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 var(--main-line);
}
.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);
}
.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-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 var(--main-line);
    border-radius: 0;
}
body .select2-dropdown{
    padding: 0 0 15px;
    border: 1px solid var(--main-line);
    border-radius: var(--main-bora) !important;
    background-color: var(--main-bg);
    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 var(--main-line);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: inherit;
    line-height: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;
}
body .select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f0d7";
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: var(--main-line);
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid var(--main-line);
    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{
    --button-padding: 15px;
    --button-padding-h: 15px;
    min-width: 250px;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    --button-padding-h: 15px;
    display: block;
    width: auto;
}
@media (max-width: 1199px){
    .place-order #place_order{
        --button-padding: 13px;
        min-width: 220px;
    }
    .cart-collaterals .wc-proceed-to-checkout .button{
        --button-padding: 13px;
    }
}
.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 .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: 14px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--main-line);
    margin-bottom: 23px;
    clear: both;
}
#order_review_heading{
    margin: 20px 0 10px;
}
#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: var(--main-bg);
    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-size: 18px;
}
.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-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 var(--main-line);
    }
    .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 var(--main-line);
    }
    .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;
}
/* play */
.elementor-custom-embed-play i{
    font-size: 58px;
    opacity: 0.5;
    transition: none;
}
.elementor-custom-embed-play i:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e92a';
}
.elementor-open-lightbox{
    position: relative;
}
.dialog-type-lightbox{
    z-index: 999999;
}
/* image */
body .elementor-widget-image{
    text-align: inherit;
}
.elementor-widget-image .elementor-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    border-radius: inherit;
}
.elementor-widget-image a,
.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: 30px;
}
.ovic-elementor-accordion .elementor-tab-title,
.ovic-elementor-toggle .elementor-tab-title{
    font-size: 13px;
    line-height: 20px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    border: none;
    padding: 5px 0;
    padding-inline-start: 66px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
}
.ovic-elementor-accordion .elementor-tab-title:hover a,
.ovic-elementor-toggle .elementor-tab-title:hover a{
    color: var(--main-color);
}
.ovic-elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.ovic-elementor-toggle .elementor-tab-title .elementor-toggle-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    font-size: 14px;
    font-weight: 400;
    text-align: center !important;
    padding: 10px 0;
    background-color: var(--main-bg);
    box-shadow: 0 0 0 1px var(--main-line) inset;
    border-radius: var(--main-bora-2);
}
.ovic-elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon,
.ovic-elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.ovic-elementor-accordion .elementor-tab-content,
.ovic-elementor-toggle .elementor-tab-content{
    padding: 0;
    border: none;
    margin: 2px 0 -10px;
    margin-inline-start: 66px;
}
.ovic-elementor-accordion .elementor-tab-content > :last-child,
.ovic-elementor-toggle .elementor-tab-content > :last-child{
    margin-bottom: 0;
}
/* accordion */
.ovic-elementor-accordion .elementor-accordion-item{
    border: none;
}
/* counter */
.ovic-elementor-counter .elementor-counter .elementor-counter-number-wrapper{
    display: block;
}
/* icon-box */
.elementor-widget-icon-box .elementor-icon-box-title a:hover{
    color: var(--main-color);
}
.ovic-elementor-icon-box.elementor-position-left .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    text-align: start;
    flex-direction: row;
}
.ovic-elementor-icon-box.elementor-position-right .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    text-align: end;
    flex-direction: row-reverse;
}
.ovic-elementor-icon-box.elementor-position-left .elementor-icon-box-icon,
.ovic-elementor-icon-box.elementor-position-right .elementor-icon-box-icon{
    margin: 0 !important;
    margin-inline-end: 10px !important;
}
/* social-icon */
.elementor div.social-official-bg .elementor-social-icon:not(:hover) i,
.elementor div.social-no-bg .elementor-social-icon:hover i,
.elementor div.social-main-bg .elementor-social-icon:hover i{
    color: inherit;
}
.elementor div.social-main-bg .elementor-social-icon:hover{
    color: var(--main-color-t) !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 var(--main-line) 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);
}
#yith-quick-view-close:before,
.modal-content .btn-close:before,
div.mfp-content button.mfp-close:before{
    font-family: main-icon, sans-serif;
    content: '\e912';
    font-size: 20px;
    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-options .overlay-body,
.open-mobile-sidebar .overlay-body,
.open-header-minicart .overlay-body{
    opacity: 0.5;
    visibility: visible;
}
#cboxOverlay{
    background-color: black;
    opacity: 0.8 !important;
}
@media (max-width: 1199px){
    .overlay-body{
        z-index: 100000;
    }
    .ovic-open-mobile-menu .overlay-body{
        opacity: 0.5;
        visibility: visible;
    }
}
/*----- BLOCKQUOTE -----*/
blockquote cite{
    display: block;
    font-weight: var(--main-h-fw);
}
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{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit;
    direction: inherit;
    transition: none;
    margin: 0;
}
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;
}
.elementor-button-icon .fa,
.elementor-button-icon .fab,
.elementor-button-icon .fad,
.elementor-button-icon .fal,
.elementor-button-icon .far,
.elementor-button-icon .fas{
    line-height: inherit;
}
/*==========================================================================
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-image: none;
    height: auto;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background-image: none;
}
.chosen-container .chosen-single:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0d7';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    opacity: 0.7;
    margin: 1px 0 -1px;
    margin-inline-start: 5px;
}
.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;
    box-shadow: var(--popup-sd);
    background-color: var(--popup-bg);
    width: 152px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 13px 0;
    border-radius: var(--main-bora);
    transition: all 0.3s ease;
    z-index: 10;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    z-index: 9;
}
.chosen-container:not(.chosen-container-single-nosearch) .chosen-drop{
    padding-top: 0;
}
.chosen-container .chosen-results{
    color: var(--main-cl);
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
}
.chosen-container .chosen-results li{
    font-size: 13px;
    line-height: 20px;
    padding: 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container-active.chosen-with-drop .chosen-single:hover,
.chosen-container .chosen-single:hover{
    color: var(--main-color);
}
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected{
    background-image: none;
    background-color: transparent;
    color: var(--main-color);
}
.chosen-container .chosen-results li:hover{
    background-color: rgba(0,0,0,0.05);
}
.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);
    box-shadow: 0 0 0 1px var(--main-line) inset;
}
/*==========================================================================
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: 300px;
    height: 100vh;
    font-size: 13px;
    line-height: 20px;
    color: var(--main-cl);
    background-color: var(--popup-bg);
    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;
}
.sidebar-head:first-child,
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title:first-child{
    padding-inline-start: 20px;
}
.sidebar-head,
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 16px;
    line-height: 24px;
    color: var(--default-color);
    text-transform: var(--main-h-tt);
    text-align: start;
    padding: 18px 40px;
    padding-inline-end: 45px;
    box-shadow: 0 -1px var(--main-line) inset;
    position: relative;
}
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;
    font-weight: 400 !important;
    font-size: calc(100% + 2px);
}
div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel:before{
    display: block;
}
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 var(--main-line);
}
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: 10px 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 > .depth-0 > li{
    font-size: 14px;
    text-transform: var(--main-h-tt);
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap{
    height: auto;
    border: none;
}
.sidebar-head .close-sidebar,
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{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: auto;
    height: auto;
    padding: 0 19px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border: none;
}
.sidebar-head .close-sidebar{
    top: 0;
    right: 0;
}
.sidebar-head .close-sidebar:before,
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn:before{
    font-family: main-icon, sans-serif;
    content: "\e912";
    font-size: 14px;
    line-height: 1;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel:before{
    font-family: main-icon, sans-serif;
    content: "\e90e";
    font-size: 14px;
    line-height: 1;
}
/*----- 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: 15px;
    --arrow-height: 30px;
    --arrow-posi: calc(50% - (var(--arrow-height) / 2));
    --arrow-posi-h: -15px;
    --arrow-fz: 20px;
    position: absolute;
    width: var(--arrow-width);
    height: var(--arrow-height);
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    font-weight: 400;
    color: #aaa;
    background-color: transparent;
    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(--default-color);
}
.flex-direction-nav .flex-nav-prev a,
.slick-slider .slick-arrow.prev{
    top: var(--arrow-posi);
    left: var(--arrow-posi-h);
}
.flex-direction-nav .flex-nav-next a,
.slick-slider .slick-arrow.next{
    bottom: var(--arrow-posi);
    right: var(--arrow-posi-h);
}
.flex-direction-nav a:before,
.slick-slider .slick-arrow:before{
    font-size: var(--arrow-fz);
    line-height: 1;
}
.flex-direction-nav .flex-nav-prev a:before,
.slick-slider .slick-arrow.prev:before{
    font-family: FontAwesome, sans-serif;
    content: '\f104';
}
.flex-direction-nav .flex-nav-next a:before,
.slick-slider .slick-arrow.next:before{
    font-family: FontAwesome, sans-serif;
    content: '\f105';
}
.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-control-nav .slick-arrow.prev,
    .flex-control-nav .slick-arrow.next,
    .flex-direction-nav a,
    .slick-slider .slick-arrow{
        --arrow-width: 24px;
        --arrow-posi-h: -24px;
        --arrow-fz: 22px;
    }
}
@media (min-width: 992px){
    .slick-slider .slick-arrow{
        --arrow-width: 36px;
        --arrow-height: 36px;
        --arrow-posi-h: -36px;
    }
}
@media (min-width: 1200px){
    .woocommerce-product-gallery:not(:hover) .flex-direction-nav a,
    .slick-slider:not(:hover) .slick-arrow{
        transform: scale(0);
    }
    .slick-slider .slick-arrow{
        --arrow-width: 44px;
        --arrow-height: 44px;
        --arrow-posi-h: -44px;
        --arrow-fz: 24px;
    }
}
/* nav-02 */
.nav-02 .slick-arrow{
    transform: none !important;
    width: 25px;
    height: 46px;
    --arrow-fz: 20px;
    z-index: auto;
}
.nav-02 .slick-arrow.prev{
    top: -48px;
    bottom: auto;
    right: 25px;
    left: auto;
    padding-inline-start: 3px;
}
.nav-02 .slick-arrow.next{
    top: -48px;
    bottom: auto;
    right: 0;
    left: auto;
    padding-inline-end: 3px;
}
.nav-02.end-0 .slick-arrow.prev{
    right: 15px;
}
.nav-02.end-0 .slick-arrow.next{
    right: -10px;
}
.nav-02.end-20 .slick-arrow.prev{
    right: 35px;
}
.nav-02.end-20 .slick-arrow.next{
    right: 10px;
}
/*----- DOTS -----*/
.product-page-slide .has-gallery .flex-control-nav,
.slick-dots{
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 25px -5px 0;
}
.product-page-slide .has-gallery .flex-control-nav li a,
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 3px 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 90px;
    background-color: rgba(0,0,0,0.1);
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.slick-dots li button{
    display: none;
}
.product-page-slide .has-gallery .flex-control-nav li a.flex-active,
.product-page-slide .has-gallery .flex-control-nav li a:hover,
.slick-dots li.slick-active,
.slick-dots li:hover{
    background-color: var(--main-color);
    box-shadow: none;
}
.light .slick-dots li:not(.slick-active):not(:hover){
    background-color: rgba(255,255,255,0.15);
}
/*==========================================================================
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: 14px;
    line-height: 20px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    margin: 0 0 12px;
}
.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{
    font-size: 14px;
    line-height: 20px;
}
.widget_layered_nav .count,
.widget .tagcloud .tag-link-count,
.widget_product_categories .count,
.widget_categories .count{
    margin-inline-start: 3px;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    margin-inline-start: 6px;
}
.sidebar-inner > .widget:not(:first-child){
    margin-top: 35px;
}
.sidebar-inner > .widget .widgettitle,
.sidebar-inner > .widget .widget-title{
    --widget-title-m: 9px;
    margin-top: -5px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--main-line);
    margin-bottom: var(--widget-title-m);
}
.sidebar-inner > .widget:not(:last-child) .product_list_widget,
.sidebar-inner > .widget_calendar:not(:last-child) .calendar_wrap,
.sidebar-inner > .widget:not(:last-child) .gallery,
.sidebar-inner > .widget:not(:last-child) .widget_shopping_cart_content,
.sidebar-inner > .widget_layered_nav:not(:last-child) form,
.sidebar-inner > .widget_layered_nav:not(:last-child) .group-color,
.sidebar-inner > .widget:not(:last-child) .tagcloud{
    padding-bottom: 5px;
}
.sidebar-inner > .widget .widget-title ~ .product_list_widget,
.sidebar-inner > .widget_calendar .widget-title ~ .calendar_wrap,
.sidebar-inner > .widget .widget-title ~ .gallery,
.sidebar-inner > .widget .widget-title ~ .widget_shopping_cart_content,
.sidebar-inner > .widget_layered_nav .widget-title ~ form,
.sidebar-inner > .widget_layered_nav .widget-title ~ .inline-group,
.sidebar-inner > .widget_layered_nav .widget-title ~ .group-color,
.sidebar-inner > .widget .widget-title ~ .tagcloud{
    padding-top: 5px;
}
.sidebar-inner > .widget_product_search:not(:last-child) form,
.sidebar-inner > .widget_search:not(:last-child) form{
    margin-bottom: 5px;
}
.sidebar-inner > .widget_product_search .widget-title,
.sidebar-inner > .widget_search:not .widget-title{
    --widget-title-m: 14px;
}
.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: 5px;
}
.sidebar-inner > .widget_media_image .widget-title ~ a,
.sidebar-inner > .widget_media_image .widget-title ~ img,
.sidebar-inner > .widget .widget-title ~ select{
    margin-top: 5px;
}
.shop-widget-area .sidebar-inner > .widget .widgettitle,
.shop-widget-area .sidebar-inner > .widget .widget-title{
    margin-bottom: calc(var(--widget-title-m) + 10px);
}
.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);
}
/*----- 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 var(--main-line);
}
.widget_calendar .wp-calendar-nav > *{
    flex: 1 1 auto;
    width: 1%;
    border-inline-end: 1px solid var(--main-line);
    border-bottom: 1px solid var(--main-line);
}
.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_categories ul li{
    padding: 9px 0;
    border-top: 1px solid var(--main-line);
}
.sidebar-inner .widget_ovic_nav_menu div > ul > li:first-child,
.sidebar-inner .widget_nav_menu div > ul > li:first-child,
.widget_rss > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child{
    border-top: none;
}
.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_categories ul{
    margin: -9px 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_categories ul ul{
    margin: 9px 0 -9px !important;
}
.widget_rss ul li > a:before,
.widget_recent_entries ul li > a:before,
.widget_recent_comments ul li:before,
.widget_meta ul li > a:before,
.widget_pages ul li > a:before,
.widget_archive ul li > a:before,
.widget_categories ul li > a:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0da';
    margin-inline-end: 5px;
}
.widget_rating_filter ul,
.widget_product_categories ul{
    margin: -5px 0;
}
.widget_layered_nav .inline-group a,
.widget_layered_nav ul li,
.widget_rating_filter ul li,
.widget_product_categories ul li{
    padding: 5px 0;
}
.widget_product_categories ul ul{
    margin: 5px 0 -5px !important;
}
.widget_layered_nav .inline-group a:before,
.widget_layered_nav ul li > a:before,
.widget_rating_filter ul li > a:before,
.widget_product_categories ul li > a:before{
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    font-size: 9px;
    line-height: 14px;
    font-weight: 400;
    width: 15px;
    height: 14px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora-2);
    text-align: center;
    margin-inline-end: 10px;
}
.widget_layered_nav .inline-group a:not(.selected):before,
.widget_layered_nav ul li:not(.chosen) > a:before,
.widget_rating_filter ul li:not(.chosen) > a:before,
.widget_product_categories ul li:not(.current-cat):not(.current-cat-parent) > a:before{
    content: '';
    color: var(--main-cl);
    box-shadow: 0 0 0 1px #eaeaea inset;
    background-color: transparent;
}
/*----- 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_recent_comments ul li,
.widget_recent_entries ul li{
    color: #999;
}
.widget_recent_comments ul li > a:not(:hover),
.widget_recent_entries ul li a:not(:hover){
    color: var(--default-color);
}
.widget_recent_entries ul li .post-date{
    display: block;
}
.widget_rss ul li{
    padding: 10px 0;
}
.widget_rss ul li a{
    font-size: 16px;
    font-weight: 500;
}
.widget_rss ul li a:not(:hover){
    color: var(--default-color);
}
.widget_rss ul li .rss-date,
.widget_rss ul li cite{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-cl);
    margin: 2px 0;
}
/*----- 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;
}
.elementor-editor-active .add-to-cart + a.compare{
    display: none !important;
}
/*----- WIDGET CATEGORY -----*/
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
    overflow: hidden;
    font-size: calc(100% - 4px);
    margin-inline-start: 10px;
    width: 12px;
    text-align: center;
}
.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: '\e90f';
}
.widget_product_categories .cat-item.show-sub > .carets:before{
    transform: rotate(90deg);
}
.widget_product_categories .children{
    display: none;
    clear: both;
}
/*----- WIDGET NAV MENU -----*/
.widget_ovic_nav_menu .megamenu,
.widget_nav_menu .megamenu{
    background-image: none !important;
    width: auto !important;
}
.widget_ovic_nav_menu .megamenu > .vc_row,
.widget_nav_menu .megamenu > .vc_row{
    padding: 0 !important;
}
.widget_ovic_nav_menu .megamenu .elementor-section,
.widget_nav_menu .megamenu .elementor-section,
.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 .section-follow-header,
.widget_nav_menu .megamenu .section-follow-header{
    padding: 0;
}
.widget_ovic_nav_menu .megamenu .menu-follow-header .widget-title,
.widget_nav_menu .megamenu .menu-follow-header .widget-title{
    margin-top: 9px;
}
/*----- 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){
    padding-bottom: 10px;
    border-bottom: 1px solid var(--main-line);
    margin-bottom: 10px;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    text-align: start;
}
.widget .product_list_widget > li img{
    float: left;
    width: 80px;
    margin-inline-end: 10px;
}
.widget .product_list_widget > li .amount{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    margin: 0;
}
.widget .product_list_widget > li .star-rating-wrap{
    display: table;
    margin-bottom: 5px;
}
.widget .product_list_widget > li ins{
    display: inline-block;
    vertical-align: bottom;
}
.widget .product_list_widget > li del{
    display: inline-block;
    vertical-align: bottom;
    margin-inline-end: 5px;
}
.widget .product_list_widget > li del .amount{
    font-size: 13px;
    line-height: 16px;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart{
    font-size: 14px;
    line-height: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 191px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.widget_shopping_cart .woocommerce-mini-cart li{
    position: relative;
}
.widget_shopping_cart .woocommerce-mini-cart li a:not(.remove){
    padding-inline-end: 24px;
}
.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;
    color: #888;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:hover{
    color: var(--main-color);
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
    font-size: 14px;
    line-height: 20px;
}
.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 .total{
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0 0;
    border-top: 1px solid var(--main-line);
    margin: 30px 0 0;
}
.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{
    font-size: 18px;
    color: var(--price-color);
    font-weight: 700;
    margin: -2px 0 2px;
}
.widget_shopping_cart .buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 14px 0 0;
}
.widget_shopping_cart .buttons .button{
    --button-padding: 8px;
    --button-padding-h: 15px;
    width: calc(50% - 3px);
    margin: 6px 0 0;
}
.widget_shopping_cart .buttons .button:nth-child(odd){
    margin-inline-end: 6px;
}
.widget_shopping_cart .buttons .button:not(.checkout):not(:hover){
    background-color: #aaa;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button{
    display: block;
    vertical-align: top;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button img{
    display: block;
    height: 40px !important;
    margin: auto;
}
.widget_shopping_cart .wcppec-cart-widget-spb{
    margin-top: 15px;
}
dl.variation{
    margin-bottom: 3px;
}
dl.variation :last-child{
    margin-bottom: 0;
}
/*----- LAYERED NAV -----*/
.widget_layered_nav .inline-group{
    display: flex;
    flex-wrap: wrap;
    margin: calc(0px - var(--layered-space));
}
.widget_layered_nav .inline-group a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 var(--layered-space);
    min-width: calc(50% - (var(--layered-space)*2));
}
.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: 50%;
    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: FontAwesome, sans-serif;
    content: "\f00c";
    border-radius: inherit;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    padding-top: 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 var(--main-line);
    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{
    --input-width: 100%;
    --input-fz: 13px;
    --input-bg: transparent;
    --input-padding: 8px;
    --input-height: 40px;
    --button-padding: 8px;
    --button-padding-h: 21px;
    --button-bora: var(--main-bora-2);
    position: relative;
}
.wp-block-search .wp-block-search__input,
.widget_search .search-field,
.widget_product_search .search-field{
    padding-inline-end: 60px;
}
.widget_search button[type="submit"],
.widget_product_search button[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--main-cl);
    background-color: transparent;
}
.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: FontAwesome, sans-serif;
    content: "\f002";
    font-size: 20px;
    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;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: -10px -5px 0;
}
.tagcloud a{
    font-size: 13px !important;
    line-height: 20px;
    padding: 5px 12px;
    box-shadow: 0 0 0 1px var(--main-line) inset;
    margin: 10px 5px 0;
    border-radius: var(--main-bora-2);
}
.light .ovic-review,
.light .tagcloud{
    color: #aaa;
}
.light .tagcloud a{
    box-shadow: 0 0 0 1px #444 inset;
}
.tagcloud a:hover{
    box-shadow: none;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > :not(.tagcloud),
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > :not(.tagcloud){
    display: none;
}
/*----- 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 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: 6px 0 0;
}
.ui-slider{
    position: relative;
    text-align: start;
    background-color: #c5c5c5;
    height: 5px;
    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: -5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 90px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 2;
    background-color: var(--main-color);
    margin-inline-start: -7px;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range{
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-range-min{
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max{
    right: 0;
}
.price_slider_amount{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.price_slider_amount .price_label{
    flex: 1 1 auto;
    width: 1%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 7px;
}
.price_slider_amount .button{
    padding: 0;
    order: 1;
    font-weight: 400;
    background-color: transparent;
    color: var(--default-color);
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
}
.price_slider_amount .button:hover{
    color: var(--main-color);
    background-color: transparent;
}
/*----- ICON BOX -----*/
.iconbox-inner{
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
}
.iconbox-inner .icon{
    width: 50px;
    border-radius: var(--main-bora-2);
    box-shadow: 0 0 0 1px var(--main-line) inset;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
}
.iconbox-inner .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
.iconbox-inner .title{
    font-size: 14px;
    margin: 0;
}
.iconbox-inner .text{
    margin: 0;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
/*----- CUSTOM MENU -----*/
.ovic-custommenu{
    --item-space: 2px;
    font-size: 13px;
    line-height: 20px;
}
.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;
}
body .section-follow-header{
    padding: 27px 30px 3px;
}
.menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
    margin-bottom: 22px;
}
.menu-follow-header .elementor-widget-ovic_menu .widget-title{
    margin-bottom: 8px;
}
@media (max-width: 1199px){
    body .section-follow-header{
        padding: 25px 20px 10px;
    }
    .menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
        margin-bottom: 18px;
    }
}
.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: 0;
    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-none .ovic-custommenu ul{
    list-style: none;
    padding: 0;
}
.list-arrow .ovic-custommenu li > a:before{
    display: inline-block;
    vertical-align: middle;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: 75%;
    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;
}
@media (min-width: 768px){
    .ovic-custommenu.toggle-yes .widget-title{
        pointer-events: none;
    }
}
@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){
    .ovic-custommenu{
        font-size: 14px;
    }
    .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: '\e911';
        font-weight: 400;
        margin-inline-start: 5px;
        transform: scale(0.8);
    }
    .ovic-custommenu.toggle-yes .open .widget-title .text:after{
        content: '\e910';
    }
}
/*----- 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;
    white-space: normal;
}
.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;
    font-weight: 400;
    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{
    display: flex;
    flex-wrap: wrap;
}
.ovic-tab.style-01 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    font-size: 13px;
    line-height: 20px;
    font-weight: var(--main-h-fw);
    margin: 14px 30px;
}
.ovic-tab.style-01 .tab-item:not(:first-child){
    margin-inline-start: 20px;
}
/* style-02 */
.ovic-tab.style-02{
    --tabs-list-item: 9;
}
.ovic-tab.style-02 .tabs-head{
    margin-bottom: 15px;
}
.ovic-tab.style-02 .tabs-list{
    display: flex;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 15px;
}
.ovic-tab.style-02 .tab-item{
    flex: 1 1 auto;
    display: flex;
}
.ovic-tab.style-02 .tab-item:not(:last-child){
    margin-inline-end: 2px;
}
.ovic-tab.style-02 .tab-item a{
    width: 128px;
    flex: 1 1 auto;
    text-align: center;
    box-shadow: 0 0 0 2px var(--main-line) inset;
    border-radius: var(--main-bora-2);
    color: var(--default-color);
    padding: 13px 15px 14px;
}
.ovic-tab.style-02 .tab-item .thumb{
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 7px;
}
.ovic-tab.style-02 .tab-item .main-icon-tool-1{
    font-size: calc(100% / 60 * 66);
}
.ovic-tab.style-02 .tab-item .main-icon-tool-2{
    font-size: calc(100% / 60 * 56);
}
.ovic-tab.style-02 .tab-item .main-icon-tool-3{
    font-size: calc(100% / 60 * 80);
}
.ovic-tab.style-02 .tab-item .main-icon-tool-5{
    font-size: calc(100% / 60 * 58);
}
.ovic-tab.style-02 .tab-item .main-icon-tool-6{
    font-size: calc(100% / 60 * 56);
}
.ovic-tab.style-02 .tab-item .main-icon-tool-8{
    font-size: calc(100% / 60 * 56);
}
.ovic-tab.style-02 .tab-item:not(.active) a:not(:hover) .thumb{
    opacity: 0.4;
}
.ovic-tab.style-02 .tab-item.active a,
.ovic-tab.style-02 .tab-item a:hover{
    box-shadow: none;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-tab.style-02 .tab-item.active a:after,
.ovic-tab.style-02 .tab-item a:hover:after{
    position: absolute;
    content: '';
    top: calc(100% - 1px);
    left: calc(50% - 8px);
    border-top: 8px solid var(--main-color);
    border-inline-start: 8px solid transparent;
    border-inline-end: 8px solid transparent;
}
/* style-03 */
.ovic-tab.style-03 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-inline-end: 50px;
    box-shadow: 0 -1px var(--main-line) inset;
}
.ovic-tab.style-03 .tabs-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.ovic-tab.style-03 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    text-align: end;
    font-size: 14px;
    line-height: 20px;
    margin: 0 15px;
}
.ovic-tab.style-03 .tab-item:not(:first-child){
    margin-inline-start: 30px;
}
.ovic-tab.style-03 .tab-item a{
    padding-bottom: 11px;
}
.ovic-tab.style-03 .tab-item.active a{
    color: var(--default-color);
    font-weight: 700;
    box-shadow: 0 -2px var(--main-color) inset;
}
.ovic-tab.style-03 .ovic-products .product-list-owl{
    padding-top: 24px;
}
.ovic-tab.style-03 .ovic-products.style-15 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-13 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-12 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-09 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-08 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-06 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-02 .product-list-owl,
.ovic-tab.style-03 .ovic-products.style-01 .product-list-owl{
    margin-top: -1px;
    padding-top: 0;
}
@media (max-width: 1199px){
    .ovic-tab.style-01 .tabs-list{
        margin: 12px 20px;
    }
    .ovic-tab.style-02 .tabs-list{
        font-size: 13px;
        line-height: 15px;
    }
    .ovic-tab.style-02 .tab-item a{
        width: 120px;
        padding-inline-start: 12px;
        padding-inline-end: 12px;
    }
    .ovic-tab.style-02 .tab-item .thumb{
        font-size: 56px;
        line-height: 56px;
    }
    .ovic-tab.style-03 .tab-item:not(:first-child){
        margin-inline-start: 15px;
    }
}
@media (max-width: 991px){
    .ovic-tab.style-03 .tabs-title{
        margin-bottom: 12px;
    }
    .ovic-tab.style-03 .tabs-list{
        margin-inline-end: 0;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-01 .tabs-list{
        width: 100%;
        margin: 10px;
        text-align: start;
    }
    .ovic-tab.style-01 .tab-item:not(:first-child){
        margin-inline-start: 15px;
    }
    .ovic-tab.style-03 .tabs-title{
        margin-bottom: 9px;
    }
    .ovic-tab.style-03 .tabs-list{
        width: 100%;
        margin: 0;
    }
}
/*----- BRAND -----*/
.ovic-brand .link{
    display: block;
    text-align: center;
    position: relative;
}
.ovic-brand .thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ovic-brand .image{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ovic-brand img{
    max-height: 100%;
    width: auto;
}
.ovic-brand .text{
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-transform: var(--main-h-tt);
    color: #aaa;
}
.ovic-brand .text b{
    color: var(--default-color);
    font-weight: 700;
}
@media (max-width: 1199px){
    .ovic-brand .text{
        font-size: 21px;
        line-height: 27px;
    }
}
@media (max-width: 767px){
    .ovic-brand .text{
        font-size: 18px;
        line-height: 24px;
    }
}
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.ovic-newsletter .mc4wp-form-fields{
    --input-fz: 13px;
    --input-width: 100%;
    --input-bg: var(--main-bg);
}
.ovic-newsletter form{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    text-align: start;
}
.ovic-newsletter .text-field{
    width: 100%;
    font-weight: inherit;
    color: inherit;
    margin: 0 0 10px;
}
.ovic-newsletter .input-text[type]{
    color: #888;
}
.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;
}
.ovic-newsletter .mc4wp-alert{
    border-radius: var(--main-bora-2);
}
.border-yes .ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: var(--input-sd);
    border-radius: inherit;
}
.border-yes .ovic-newsletter .input-text[type]:focus ~ .input-focus{
    box-shadow: var(--input-sd-h);
}
/* style-01 */
.ovic-newsletter.style-01 .mc4wp-form-fields{
    --input-height: 40px;
    --input-padding: 8px;
    --input-padding-h: 30px;
    --button-padding: 8px;
    --button-padding-h: 19px;
    display: flex;
    flex-wrap: wrap;
}
.ovic-newsletter.style-04 .mc4wp-form-fields > *,
.ovic-newsletter.style-01 .mc4wp-form-fields > *{
    width: 100%;
}
.ovic-newsletter.style-04 .text-field,
.ovic-newsletter.style-01 .text-field{
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
}
.ovic-newsletter.style-04 input[type],
.ovic-newsletter.style-01 input[type]{
    border-radius: 0;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}
.ovic-newsletter.style-04 .submit-newsletter,
.ovic-newsletter.style-01 .submit-newsletter{
    width: auto;
    border-radius: 0;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}
/* style-02 */
.ovic-newsletter.style-02 input[type]{
    padding: 10px 15px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
}
.ovic-newsletter.style-02 .submit-newsletter{
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 0;
}
/* style-03 */
.ovic-newsletter.style-03 .mc4wp-form-fields{
    --input-height: 42px;
    --input-padding: 9px;
    --button-padding: 9px;
    --button-padding-h: 16px;
    display: flex;
    flex-wrap: wrap;
}
.ovic-newsletter.style-03 .mc4wp-form-fields > *{
    width: 100%;
}
.ovic-newsletter.style-03 .text-field{
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
    position: relative;
}
.ovic-newsletter.style-03 .text-field:before{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f003";
    top: 0;
    bottom: 0;
    left: 20px;
    padding: var(--input-padding) 0;
    font-size: 15px;
    line-height: var(--input-lh);
    color: var(--default-color);
}
.ovic-newsletter.style-03 input[type]{
    padding-inline-start: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ovic-newsletter.style-03 .submit-newsletter{
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* style-04 */
.ovic-newsletter.style-04 .mc4wp-form-fields{
    --input-bg: #fff;
    --input-height: 46px;
    --input-padding: 11px;
    --input-padding-h: 20px;
    --button-padding: 11px;
    --button-padding-h: 22px;
    display: flex;
    flex-wrap: wrap;
}
.ovic-newsletter.style-04 .submit-newsletter{
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
}
/* style-05 */
.ovic-newsletter.style-05 .mc4wp-form-fields{
    --input-height: 46px;
    --input-padding: 11px;
    --button-padding: 11px;
    --button-padding-h: 18px;
}
/* style-06 */
.ovic-newsletter.style-06 .mc4wp-form-fields{
    --input-height: 50px;
    --input-padding: 13px;
    --button-padding: 13px;
    --button-padding-h: 30px;
    display: flex;
    flex-wrap: wrap;
}
.ovic-newsletter.style-06 .mc4wp-form-fields > *{
    width: 100%;
}
.ovic-newsletter.style-06 .text-field{
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
    position: relative;
}
.ovic-newsletter.style-06 input[type]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.ovic-newsletter.style-06 .submit-newsletter{
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ovic-newsletter.style-06 .submit-newsletter:not(:hover){
    color: var(--main-bg);
    background-color: var(--default-color);
}
/* style-07 */
.ovic-newsletter.style-07 .mc4wp-form-fields{
    --button-padding-h: 16px;
    display: flex;
    flex-wrap: wrap;
}
.ovic-newsletter.style-07 .mc4wp-form-fields > *{
    width: 100%;
}
.ovic-newsletter.style-07 .text-field{
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
    position: relative;
}
.ovic-newsletter.style-07 input[type]{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ovic-newsletter.style-07 .submit-newsletter{
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 1199px){
    .style-04 .submit-newsletter{
        font-size: 14px;
    }
    .ovic-newsletter.style-06 .mc4wp-form-fields{
        --input-height: 46px;
        --input-padding: 11px;
        --button-padding: 11px;
        --button-padding-h: 26px;
    }
}
/*----- COUNTDOWN -----*/
.ovic-countdown{
    font-size: 11px;
    line-height: 14px;
    color: #aaa;
    text-transform: var(--main-h-tt);
}
.techone-countdown{
    margin: -8px -4px 0;
}
.techone-countdown > *{
    display: inline-block;
    vertical-align: top;
    margin: 8px 4px 0;
    min-width: 48px;
    padding: 7px 5px;
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px var(--main-line) inset;
    border-radius: var(--main-bora-2);
    text-align: center;
}
.techone-countdown .number{
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
/* style-02 */
.ovic-countdown.style-02{
    font-size: 12px;
    color: #888;
    text-transform: none;
}
.ovic-countdown.style-02 .techone-countdown > *{
    min-width: 60px;
    background-color: #f2f5f7;
    box-shadow: none;
    border-radius: 90px;
    padding: 14px 5px;
}
.ovic-countdown.style-02 .techone-countdown .number{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
/* style-03 */
.ovic-countdown.style-03{
    font-size: 13px;
    text-transform: none;
}
.ovic-countdown.style-03 .techone-countdown{
    margin: -10px -10px 0;
}
.ovic-countdown.style-03 .techone-countdown > *{
    min-width: 50px;
    background-color: var(--main-bg);
    box-shadow: 0 0 0 2px var(--main-line) inset;
    border-radius: 90px;
    padding: 10px 5px;
    margin: 10px 10px 0;
}
.ovic-countdown.style-03 .techone-countdown > *:hover{
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.ovic-countdown.style-03 .techone-countdown .number{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
/* style-04 */
.ovic-countdown.style-04{
    font-size: 10px;
}
.ovic-countdown.style-04 .techone-countdown{
    margin: -8px -5px 0;
}
.ovic-countdown.style-04 .techone-countdown > *{
    min-width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    margin: 8px 5px 0;
}
.ovic-countdown.style-04 .techone-countdown .number{
    font-weight: 700;
    min-width: 42px;
    background-color: var(--main-line);
    border-radius: 90px;
    padding: 10px 5px;
    margin-bottom: 4px;
}
@media (min-width: 480px){
    .ovic-countdown.style-05 .techone-countdown .number{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin-inline-end: 2px;
    }
    .ovic-countdown.style-05 .techone-countdown .text{
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 1199px){
    .ovic-countdown.style-02 .techone-countdown > *{
        min-width: 56px;
        padding: 12px 5px;
    }
    .ovic-countdown.style-03 .techone-countdown{
        margin: -10px -5px 0;
    }
    .ovic-countdown.style-03 .techone-countdown > *{
        margin: 10px 5px 0;
    }
}
/*----- CATEGORY -----*/
.ovic-category .link{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ovic-category .link .thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.ovic-category .link:not(:hover) .title{
    color: var(--default-color);
}
.ovic-category .title{
    display: block;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.ovic-category .sub-cate{
    list-style: none;
    padding: 0;
    margin: 11px 0 0;
    font-size: 13px;
    line-height: 20px;
}
/* style-01 */
.ovic-category.style-01{
    padding: 20px;
    box-shadow: 0 0 0 1px var(--main-line) inset;
}
/* style-02 */
.ovic-category.style-02{
    color: #aaa;
    text-transform: var(--main-h-tt);
}
.ovic-category.style-02 .content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 15px;
}
.ovic-category.style-02 .title{
    font-size: 18px;
    font-weight: 700;
}
.ovic-category.style-02 .link:not(:hover) .title{
    color: #fff;
}
.ovic-category.style-02 .count{
    font-size: 12px;
}
/* style-03 */
.ovic-category.style-03{
    text-align: center;
}
.ovic-category.style-03 .link{
    font-size: 13px;
    line-height: 20px;
}
.ovic-category.style-03 .content{
    display: block;
    min-height: 45px;
}
.ovic-category.style-03 .title{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.ovic-category.style-03 .count{
    display: inline-block;
    vertical-align: top;
}
.ovic-category.style-03 .count:before{
    content: '(';
}
.ovic-category.style-03 .count:after{
    content: ')';
}
/* style-04 */
.ovic-category.style-04 .content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (min-width: 1200px){
    .ovic-category.style-03 .content:after{
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 5px solid var(--main-color);
        transition: all 0.5s ease;
    }
    .ovic-category.style-03 .link:not(:hover) .content:after{
        transform: scale(0,1);
        transition: all 0.2s ease;
    }
}
/*----- HEADING -----*/
/* style-01 */
.ovic-tab.style-01 .tabs-head,
.ovic-heading.style-01{
    background-color: #f4f4f4;
    box-shadow: 0 -2px var(--main-color) inset;
    padding-inline-end: 50px;
}
.ovic-tab.style-01 .tabs-title,
.ovic-heading.style-01 .title{
    display: inline-block;
    vertical-align: top;
    width: 270px;
    max-width: 100%;
    margin: -6px 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 20px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    position: relative;
}
.ovic-tab.style-01 .tabs-title:after,
.ovic-heading.style-01 .title:after{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    border-inline-start: 5px solid #333;
    border-top: 6px solid transparent;
}
/* style-02 */
.ovic-heading.style-02{
    --default-color: #222;
    --main-line: #e5e5e5;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0 1px var(--main-line) inset, 1px 0 var(--main-line) inset, -1px 0 var(--main-line) inset;
    border-bottom-width: 0;
    position: relative;
}
.ovic-heading.style-02:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #fff;
    z-index: 1;
}
.ovic-heading.style-02:after{
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    border-top: 1px solid var(--main-line);
    z-index: 1;
}
.ovic-heading.style-02 .title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 1199px){
    .ovic-tab.style-01 .tabs-title,
    .ovic-heading.style-01 .title{
        padding: 13px 15px;
    }
}
/*----- HOURS -----*/
.ovic-hours{
    font-size: 14px;
    line-height: 20px;
}
.ovic-hours .item{
    display: flex;
    align-items: flex-end;
}
.ovic-hours .item:not(:last-child){
    margin-bottom: 10px;
}
.ovic-hours .title{
    flex: 1 1 auto;
    width: 1%;
    color: var(--default-color);
    margin-inline-end: 5px;
}
/*----- TESTIMONIALS -----*/
/* style-01 */
.ovic-testmonials.style-01 .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 0;
}
.ovic-testmonials.style-01 .avatar{
    border: 1px solid var(--main-line);
    border-radius: 50%;
    padding: 4px;
}
.ovic-testmonials.style-01 .avatar img{
    border: 1px solid var(--main-line);
    border-radius: inherit;
}
.ovic-testmonials.style-01 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.ovic-testmonials.style-01 .name{
    font-size: 15px;
    line-height: 20px;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin: 2px 0;
}
.ovic-testmonials.style-01 .position{
    font-size: 13px;
    line-height: 16px;
    font-weight: var(--main-h-fw);
    margin: 2px 0;
}
.ovic-testmonials.style-01 .desc{
    border-radius: var(--main-bora-2);
    padding: 11px;
    background-color: var(--main-bg);
    position: relative;
    font-size: 13px;
    line-height: 20px;
    box-shadow: 0 0 0 1px var(--main-line) inset;
    margin: 20px 0 0;
}
.ovic-testmonials.style-01 .desc:before{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    left: 23px;
    border-inline-start: 23px solid var(--main-line);
    border-top: 17px solid transparent;
}
.ovic-testmonials.style-01 .desc:after{
    position: absolute;
    content: '';
    bottom: calc(100% - 1px);
    left: 24px;
    border-inline-start: 20px solid var(--main-bg);
    border-top: 15px solid transparent;
}
/*----- REVIEW -----*/
/* style-01 */
.ovic-review.style-01 .item{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding-inline-start: 26px;
}
.ovic-review.style-01 .item:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome, sans-serif;
    content: "\f075";
}
.ovic-review.style-01 .item:not(:hover):before,
.ovic-review.style-01 .item:not(:hover) .review-date,
.ovic-review.style-01 .item:not(:hover) .review-by{
    color: var(--default-color);
}
.ovic-review.style-01 .review-desc{
    display: block;
}
.ovic-review.style-01 .review-name{
    color: var(--main-color);
}
.light .ovic-review.style-01 .item:not(:hover):before,
.light .ovic-review.style-01 .item:not(:hover) .review-date,
.light .ovic-review.style-01 .item:not(:hover) .review-by{
    color: #fff;
}
/*==========================================================================
BLOG
===========================================================================*/
/*----- ELEMENT -----*/
.post-inner{
    position: relative;
}
.post-thumb{
    position: relative;
    overflow: hidden;
}
.post-thumb .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.post-title{
    font-size: 16px;
    line-height: 24px;
    text-transform: var(--main-h-tt);
    margin: 0;
}
.post-content > :last-child,
.post-excerpt > :last-child{
    margin-bottom: 0;
}
.post-metas{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-metas > :not(:last-child){
    margin-inline-end: 30px;
}
.post-meta{
    font-size: 13px;
    line-height: 20px;
    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 a:not(:hover){
    color: var(--default-color);
}
.post-date-custom{
    color: #999;
}
.post-date-custom .day{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: var(--main-h-fw);
    color: var(--main-color);
    margin: -2px 0 2px;
}
.post-date-custom-2 a{
    min-width: 40px;
    border-radius: var(--main-bora-2);
    background-color: #e9e9e9;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
.post-date-custom-2 .mount{
    display: block;
    font-size: 11px;
    line-height: 18px;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.cat-list > .title{
    display: inline-block;
    vertical-align: top;
    color: var(--default-color);
}
.cat-list > .inner{
    display: inline;
}
.post-author .icon:before{
    content: "\f044";
}
.post-date .icon:before{
    content: "\f133";
}
.post-comment .icon:before{
    content: "\f075";
}
.post-readmore{
    font-size: 0;
    line-height: 0;
}
.post-readmore a{
    --button-padding: 8px;
    --button-padding-h: 20px;
}
.ovic-share-socials{
    font-size: 12px;
    line-height: 16px;
}
.ovic-share-socials .inner{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}
.ovic-share-socials a{
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
    padding: 3px 7px;
    border-radius: var(--main-bora-2);
    color: #fff;
    background-color: var(--social-color);
}
.ovic-share-socials a .text{
    display: inline-block;
    vertical-align: top;
}
.ovic-share-socials a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-inline-end: 3px;
}
.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-t);
    background-color: var(--main-color);
}
.post-author-info{
    border: 1px solid var(--main-line);
    padding: 15px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-author-info .avatar{
    width: 170px;
}
.post-author-info .content{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 15px;
}
.post-author-info .name{
    font-size: 16px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    text-transform: capitalize;
    margin: 0 0 22px;
}
.post-author-info .desc{
    margin: 0;
}
@media (max-width: 1199px){
    .post-thumb .thumb-link,
    .post-thumb .thumb-link img{
        width: 100%;
    }
    .post-metas > :not(:last-child){
        margin-inline-end: 20px;
    }
    .post-author-info .name{
        margin: 0 0 12px;
    }
}
@media (max-width: 479px){
    .post-author-info .content{
        width: 100%;
        padding-inline-start: 0;
    }
    .post-author-info .name{
        margin: 10px 0 5px;
    }
}
/*----- POST -----*/
.post-item.style-01 .post-title{
    padding-top: 14px;
}
.post-item.style-01 .post-metas{
    padding-top: 3px;
}
.post-item.style-01 .post-excerpt{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    border-top: 1px solid var(--main-line);
    padding-top: 14px;
}
.post-item.style-01 .post-readmore{
    padding-top: 23px;
}
/*----- PAGE -----*/
.blog-content{
    display: flex;
    flex-wrap: wrap;
    --blog-margin: 30px;
    margin-bottom: calc(0px - var(--blog-margin));
}
.blog-content .post-item{
    width: 100%;
    margin-bottom: var(--blog-margin);
}
.blog-content ~ .woocommerce-pagination{
    padding-top: 20px;
    border-top: 1px solid var(--main-line);
    text-align: end;
}
/* standard */
/* grid */
.blog-grid{
    margin-inline-start: calc(0px - var(--blog-space));
    margin-inline-end: calc(0px - var(--blog-space));
}
.blog-grid .post-item{
    width: calc(100% / var(--blog-columns));
    padding: 0 var(--blog-space);
}
@media (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;
    }
}
/* list */
@media (min-width: 480px){
    .blog-list .post-item .post-inner{
        display: flex;
    }
    .blog-list .post-item .post-thumb{
        max-width: 50%;
        margin: 0;
    }
    .blog-list .post-item .post-info{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-start: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .blog-list .post-item .post-title{
        padding-top: 0;
    }
}
/*----- SHORTCODE -----*/
/* style-01 */
.ovic-blog.style-01 .ovic-heading + .content-post{
    padding-top: 10px;
}
.blog-item.style-01 .post-inner{
    background-color: #fff;
    --default-color: #222;
    --main-line: #e5e5e5;
    color: #666;
    border: 1px solid var(--main-line);
}
.blog-item.style-01 .post-thumb img{
    height: var(--thumb-height);
    object-fit: cover;
}
.blog-item.style-01 .post-info{
    padding: 30px 20px;
    border-top: 1px solid var(--main-line);
}
.blog-item.style-01 .post-date-custom-2{
    float: left;
    margin-inline-end: 10px;
    margin-bottom: 5px;
}
.blog-item.style-01 .post-title{
    font-size: 14px;
    line-height: 18px;
    margin: -2px 0 1px;
}
.blog-item.style-01 .post-metas{
    clear: both;
    color: #888;
    padding-top: 10px;
}
.blog-item.style-02 .post-metas > :not(:last-child),
.blog-item.style-01 .post-metas > :not(:last-child){
    margin-inline-end: 20px;
}
.blog-item.style-02 .post-metas > :not(:last-child):after,
.blog-item.style-01 .post-metas > :not(:last-child):after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -11px;
    height: 14px;
    border-inline-end: 1px solid var(--main-line);
    margin: auto;
}
.blog-item.style-01 .post-excerpt{
    font-size: 13px;
    line-height: 20px;
    padding-top: 8px;
}
.blog-item.style-01 .post-readmore a{
    font-size: 13px;
    line-height: 18px;
    color: #bbb;
    padding: 0;
    text-transform: none;
    background-color: transparent;
    margin-top: 16px;
}
.blog-item.style-01 .post-readmore a:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f0a9";
    margin: 1px 0 -1px;
    margin-inline-start: 3px;
}
.blog-item.style-01 .post-readmore a:hover{
    color: var(--main-color);
}
/* style-02 */
.ovic-blog.style-04 .content-post,
.ovic-blog.style-02 .content-post{
    padding-top: 20px;
}
.blog-item.style-02 .post-date-custom-2{
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-item.style-04 .post-metas,
.blog-item.style-03 .post-metas,
.blog-item.style-02 .post-metas{
    color: #888;
    padding-top: 9px;
}
.blog-item.style-04 .post-meta .icon,
.blog-item.style-03 .post-meta .icon,
.blog-item.style-02 .post-meta .icon{
    margin-inline-end: 3px;
}
.blog-item.style-02 .post-title{
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}
/* style-03 */
.blog-item.style-03 .post-date{
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 60px;
    text-align: center;
    color: var(--main-color-t);
    background-color: var(--main-color);
    font-size: 15px;
    line-height: 18px;
    font-weight: var(--main-h-fw);
    padding: 12px 7px;
    border-radius: var(--main-bora-2);
    z-index: 1;
}
.blog-item.style-03 .post-date span{
    display: block;
    font-weight: 700;
}
.blog-item.style-03 .post-info{
    padding-top: 14px;
}
.blog-item.style-03 .post-title{
    font-size: 14px;
    line-height: 20px;
}
.blog-item.style-04 .post-author a:not(:hover),
.blog-item.style-03 .post-author a:not(:hover){
    color: inherit;
}
.blog-item.style-04 .post-author .main,
.blog-item.style-03 .post-author .main{
    color: var(--main-color);
}
/* style-04 */
.blog-item.style-04 .metas-1 > :not(:last-child){
    margin-inline-end: 12px;
}
.blog-item.style-04 .metas-1 > :not(:last-child):after{
    position: absolute;
    content: '-';
    left: 100%;
    top: 0;
    bottom: 0;
    width: 12px;
    text-align: center;
}
.blog-item.style-04 .post-title{
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}
@media (min-width: 480px){
    .blog-item.style-01 .post-inner{
        display: flex;
    }
    .blog-item.style-01 .post-thumb{
        max-width: 50%;
    }
    .blog-item.style-01 .post-info{
        flex: 1 1 auto;
        width: 1%;
        border-top: none;
        border-inline-start: 1px solid var(--main-line);
    }
}
@media (max-width: 1199px){
    .blog-item.style-01 .post-info{
        padding: 20px 15px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.post-single > .post-inner .post-thumb{
    margin-bottom: 24px;
}
.post-single > .post-inner .post-metas{
    margin: 3px 0 0;
}
.post-single > .post-inner .post-content{
    padding-top: 16px;
    border-top: 1px solid var(--main-line);
    margin-top: 15px;
}
.post-single > .post-inner .post_tag{
    padding: 28px 0 0;
}
.post-single > .post-inner .ovic-share-socials{
    padding: 15px 0 5px;
}
@media (max-width: 1199px){
}
/*----- 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: 14px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    color: inherit;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--main-line);
    margin: 30px 0 0;
}
.comments-area .comments-title span{
    color: var(--default-color);
}
/*----- COMMENT LIST -----*/
.commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
.commentlist .comment_container{
    padding-top: 30px;
}
.commentlist .comment_container:before,
.commentlist .comment_container:after{
    display: table;
    clear: both;
    content: '';
}
.commentlist .avatar{
    float: left;
    width: 60px;
    border-radius: var(--main-bora-2);
    overflow: hidden;
    margin-inline-end: 20px;
}
.commentlist .comment-text{
    overflow: hidden;
    border: 1px solid var(--main-line);
    border-radius: var(--main-bora-2);
    padding: 15px 19px 12px;
}
.commentlist .rating-count,
.commentlist .woocommerce-review-link,
.commentlist .star-rating .rating{
    display: none;
}
.commentlist .meta:before,
.commentlist .meta:after{
    content: '';
    display: table;
    clear: both;
}
.commentlist .meta{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
    margin: 0;
}
.commentlist .meta > *{
    display: inline-block;
    vertical-align: bottom;
}
.commentlist .star-rating-wrap{
    margin-bottom: 11px;
}
.commentlist .woocommerce-review__author{
    font-size: 16px;
    font-weight: var(--main-h-fw);
    position: relative;
    margin-bottom: 1px;
}
.commentlist .woocommerce-review__author:after{
    display: inline-block;
    vertical-align: top;
    content: '-';
    margin: 0 4px;
}
.commentlist .woocommerce-review__dash{
    display: none;
}
.commentlist .edit-link{
    float: right;
    color: var(--default-color);
    font-style: italic;
    margin-top: 11px;
}
.commentlist .reply{
    display: inline-block;
    vertical-align: top;
    color: var(--default-color);
    margin-top: 11px;
}
.commentlist .description{
    font-size: 14px;
    line-height: 20px;
    margin: 14px 0 0;
}
.commentlist .description > :last-child{
    margin-bottom: 0;
}
.commentlist .children{
    list-style: none;
    padding-inline-start: 80px;
    margin: 0 !important;
}
.commentlist + .dokan-pagination-container,
.commentlist + .woocommerce-pagination{
    --pagi-fz: 13px;
    --pagi-p: 7px;
    --pagi-s: 34px;
}
.no-comments{
    margin: 25px 0 0;
}
@media (max-width: 1199px){
    .commentlist .comment_container{
        padding-top: 20px;
    }
    .commentlist .woocommerce-review__author{
        font-size: 15px;
    }
    .commentlist .description{
        margin-top: 9px;
    }
    .commentlist .reply,
    .commentlist .edit-link{
        margin-top: 7px;
    }
    .commentlist .star-rating-wrap{
        margin-bottom: 7px;
    }
}
@media (max-width: 479px){
    .commentlist .comment_container{
        padding-top: 15px;
    }
    .commentlist .avatar{
        margin: 15px 15px 8px;
        margin-inline-end: 10px;
    }
    .commentlist .comment-text{
        overflow: visible;
        padding: 15px;
    }
    .commentlist .meta{
        overflow: hidden;
    }
    .commentlist .description{
        clear: both;
        padding-top: 0;
    }
    .commentlist .reply, .commentlist .edit-link{
        margin-top: 3px;
    }
}
/*----- COMMENT RESPOND -----*/
.comment-respond{
    --input-width: 100%;
    margin: 30px 0 0;
}
.comment-respond .comment-reply-title{
    display: block;
    font-size: 14px;
    text-transform: var(--main-h-tt);
    line-height: var(--main-h-lh);
    font-weight: var(--main-h-fw);
    color: var(--default-color);
    margin-bottom: var(--text-space);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--main-line);
}
.comment-respond .comment-reply-title #cancel-comment-reply-link{
    font-size: 80%;
    text-decoration: underline;
    margin-inline-start: 15px;
    font-weight: 400;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: var(--main-cl);
}
.comment-respond label{
    font-weight: 400;
    margin-bottom: 6px;
}
.comment-respond .comment-form-rating{
    margin-bottom: 8px;
}
.comment-respond label[for="rating"]{
    margin-inline-end: 10px;
}
.comment-respond textarea{
    width: 100%;
}
.comment-respond input[type="submit"]{
    width: 200px;
}
.comment-respond .form-submit{
    padding-top: 7px;
    margin: 0;
}
.comment-list .comment-respond{
    --text-space: 9px;
    margin-top: 15px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .comment-respond{
        margin-top: 44px;
    }
    .comment-respond .comment-reply-title{
        font-size: 20px;
    }
}
/*==========================================================================
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: #222;
    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 #222;
    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;
    letter-spacing: 0;
}
.woocommerce .wishlist_table .product-add-to-cart a,
.group_table .add-to-cart > a{
    font-size: calc(var(--button-fz) - 2px);
    --button-padding: 6px;
    --button-padding-h: 10px;
}
.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 #222;
    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: 40px;
    --group-button-fz: 18px;
    --group-button-lh: 24px;
    --group-button-c: #666;
    --group-button-bg: #fff;
    --group-button-sd: 0 0 0 1px var(--main-line) inset;
    --group-button-c-h: var(--main-color-t);
    --group-button-bg-h: var(--main-color);
    --group-button-sd-h: none;
    --group-button-p: calc((var(--group-button-s) - var(--group-button-lh)) / 2) 0;
    --group-button-bora: var(--main-bora-2);
    --group-button-ta: center;
    --group-button-trs: none;
}
.group-button > a.compare{
    display: none !important;
}
.add-to-cart-text .group-button .add-to-cart > a{
    line-height: var(--group-button-lh);
    padding: calc((var(--group-button-s) - var(--group-button-lh)) / 2) 10px;
}
.add-to-cart-icon .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-sd);
    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);
}
.add-to-cart-icon .group-button .add-to-cart > a{
    color: var(--main-color-t);
    background-color: var(--main-color);
    box-shadow: none;
}
.add-to-cart-icon .group-button .add-to-cart > a:hover{
    background-color: var(--main-color-b);
}
.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-sd-h);
}
.add-to-cart-icon .group-button .add-to-cart > a:before,
.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;
}
.add-to-cart-icon .group-button .add-to-cart > a:before{
    font-family: FontAwesome, sans-serif;
    content: "\f218";
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before{
    font-family: FontAwesome, sans-serif;
    content: "\f0ec";
}
a.yith-wcqv-button:before{
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
}
.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: '\e92c';
}
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;
    margin: 0;
}
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.yith-wcwl-add-to-wishlist a{
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
    opacity: 1 !important;
    text-decoration: none;
}
.yith-wcwl-add-to-wishlist a.view-wishlist{
    padding-inline-start: 0 !important;
}
.yith-wcwl-add-to-wishlist .feedback{
    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{
    color: var(--default-color);
    font-weight: var(--main-h-fw);
}
.price{
    display: block;
    font-size: var(--price-fz);
    line-height: var(--price-lh);
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin: 0;
}
.price ins{
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    color: var(--price-color);
}
.price del{
    display: inline-block;
    vertical-align: bottom;
    font-size: var(--price-d-fz);
    line-height: var(--price-d-lh);
    color: #888;
    font-weight: 400;
    margin-inline-end: 5px;
}
.price .amount,
ins .amount,
del .amount{
    color: inherit;
    font-weight: inherit;
}
.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(--price-color);
    font-weight: var(--main-h-fw);
    text-decoration: none;
}
@media (max-width: 1199px){
    .price del{
        margin-inline-end: 2px;
    }
}
/* star rating */
.star-rating-wrap{
    font-size: var(--rating-fz);
    line-height: var(--rating-lh);
}
.star-rating-wrap .rating-count{
    display: inline-block;
    vertical-align: top;
    font-size: calc(var(--rating-fz) - 1px);
    line-height: var(--rating-lh);
    color: #aaa;
}
.star-rating-wrap .star-rating:not(:last-child){
    margin-inline-end: 5px;
}
.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: #ddd;
    margin-inline-end: -0.05em;
}
.star-rating > span:before{
    content: '\e908\e908\e908\e908\e908';
    color: #f29f29;
}
@media (max-width: 767px){
    .star-rating-wrap .star-rating:not(:last-child){
        margin-inline-end: 0;
    }
    .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: 14px;
    line-height: 20px;
    color: #ddd;
    margin: 0 0.1em;
}
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\e909';
    color: #ddd;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    content: '\e908';
    color: #f29f29;
}
.ovic-panel-rating{
    display: flex;
    align-items: center;
    margin: 0;
}
.ovic-panel-rating .average{
    text-align: center;
    min-width: 100px;
}
.ovic-panel-rating .average .title{
    display: block;
    font-size: 42px;
    line-height: 1;
    color: var(--default-color);
}
.ovic-panel-rating .average .star-rating{
    display: inline-block;
    margin: 2px 0;
}
.ovic-panel-rating .average .rating-count{
    display: block;
    font-size: inherit;
    color: var(--default-color);
    font-weight: inherit;
}
.ovic-panel-rating {
    width: 470px;
    max-width: 100%;
}
.ovic-panel-rating .detail{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 30px;
    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: 15px;
}
.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: var(--main-line);
}
.ovic-panel-rating .detail .count{
    text-align: end;
    padding-inline-start: 10px;
}
@media (max-width: 479px){
    .ovic-panel-rating .average{
        min-width: auto;
    }
    .ovic-panel-rating .detail{
        padding-inline-start: 20px;
    }
}
/* 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{
    --input-padding: 8px;
    --input-padding-h: 40px;
    --input-height: 40px;
    --input-bg: transparent;
    font-size: 16px;
    text-align: center;
    font-weight: var(--main-h-fw);
    width: 120px;
}
.quantity .arrow{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 34px;
    font-size: 13px;
    line-height: 1;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity .arrow:hover{
    color: var(--main-color);
}
.quantity .minus{
    left: 0;
    border-inline-end: 1px solid var(--main-line);
}
.quantity .plus{
    right: 0;
    border-inline-start: 1px solid var(--main-line);
}
.quantity .minus:before{
    font-family: FontAwesome, sans-serif;
    content: "\f068";
}
.quantity .plus:before{
    font-family: FontAwesome, sans-serif;
    content: "\f067";
}
@-moz-document url-prefix(){
    .quantity .input-text{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
}
/* labels */
.product-labels{
    position: absolute;
    top: 5px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-labels > *{
    --product-label-color: #4081d1;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    color: #fff;
    background-color: var(--product-label-color);
    padding: 5px 10px;
    padding-inline-start: 14px;
    margin-bottom: 5px;
    display: flex;
}
.product-labels > *:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    border-inline-start: 16px solid var(--product-label-color);
    border-bottom: 30px solid transparent;
}
.product-labels > *:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(0,0,0,0.3);
}
.product-labels > .onsale{
    --product-label-color: #e5534c;
}
.product-labels > .featured{
    --product-label-color: #35b035;
}
.product-labels > .out-of-stock{
    color: #fff;
    --product-label-color: #000;
}
/* stock */
.stock{
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--main-h-fw);
    margin: 0;
}
.stock .title{
    display: inline-block;
    vertical-align: top;
    color: var(--main-cl);
    font-weight: 400;
    padding-inline-end: 5px;
}
.wishlist-in-stock,
.available-on-backorder,
.in-stock{
    color: #35b035 !important;
}
.out-of-stock{
    color: red;
}
/* meta */
.product_meta{
    font-size: 14px;
    line-height: 20px;
    margin-top: 23px;
}
.product_meta > *{
    display: block;
    padding: 2px 0;
}
.product_meta > * > .title{
    display: inline-block;
    vertical-align: top;
    color: var(--default-color);
    text-transform: var(--main-h-tt);
    padding-inline-end: 7px;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
/* variations */
.variations_form{
    position: relative !important;
}
table.variations{
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--default-color);
    position: relative;
}
table.variations tbody{
    display: block;
}
table.variations tr{
    display: block;
}
table.variations th,
table.variations td{
    text-align: inherit;
    padding: 4px 0;
    border: none;
}
table.variations .label{
    display: none;
}
table.variations .label label{
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    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 var(--main-line) inset;
    color: var(--default-color);
}
table.variations .button-variable-wrapper{
    margin-top: 1px;
    margin-bottom: 1px;
}
table.variations .rtwpvs-button-term{
    height: auto !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
table.variations .rtwpvs-button-term span{
    font-size: inherit !important;
    color: inherit !important;
    justify-content: center;
    padding: 0 !important;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    min-width: 20px;
}
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term):hover,
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term).selected{
    color: var(--main-color);
}
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 var(--main-line);
}
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-image:after,
table.variations .rtwpvs-term .rtwpvs-term-span-color:after{
    box-shadow: none !important;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 5px 1px 0;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label{
    display: inline;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: inherit;
    color: inherit;
}
table.variations select{
    width: 100%;
    color: var(--default-color);
}
table.variations .reset_variations{
    display: table;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
    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-variable */
.process-variable{
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-align: start;
    padding: 0 0 5px;
}
.process-variable .text{
    display: inline-block;
    vertical-align: top;
}
.process-variable .text span{
    color: var(--default-color);
}
.process-variable .sold{
    float: right;
    margin-inline-start: 15px;
}
.process-variable .total{
    display: block;
    clear: both;
    height: 9px;
    background-color: #f2f5f7;
    position: relative;
    border-radius: 90px;
    margin-top: 9px;
}
.process-variable .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    border-radius: inherit;
}
@media (max-width: 1199px){
    .process-variable .total{
        margin-top: 4px;
    }
}
/* product-loop-gallery */
.product-loop-gallery{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.product-loop-gallery a{
    display: inline-block;
    vertical-align: top;
    max-width: calc(25% - 8px);
    border: 1px solid var(--main-line);
    margin-top: 10px;
}
.product-loop-gallery a:not(:last-child){
    margin-inline-end: 10px;
}
.product-loop-gallery a:hover,
.product-loop-gallery a.gallery-active{
    border-color: var(--main-color);
}
.product-loop-gallery img{
    margin: auto;
}
/*----- 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:not(.ovic-products){
    margin-bottom: 0;
}
ul.shop-page.columns-6{
    --item-width: calc(100% / 6);
}
ul.shop-page.columns-5{
    --item-width: 20%;
}
ul.shop-page.columns-4{
    --item-width: 25%;
}
ul.shop-page.columns-3{
    --item-width: calc(100% / 3);
}
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 var(--main-line);
    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 var(--main-line) 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: 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-dots{
    position: absolute;
    top: -5px;
    right: -3px;
    margin: 0;
}
@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{
    font-size: 13px;
    line-height: 20px;
    --input-height: 34px;
    --input-padding: 7px;
    --input-padding-h: 22px;
    --input-bg: var(--main-bg);
    position: relative;
}
.shop-control select{
    font-size: inherit;
    line-height: inherit;
}
.shop-control .chosen-container .chosen-single{
    font-size: inherit;
    line-height: inherit;
}
.display-sort-by .chosen-container .chosen-drop{
    width: 182px;
}
.display-mode-control form{
    display: flex;
    flex-wrap: wrap;
}
.display-mode-control button{
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    color: inherit;
    background-color: transparent;
    text-transform: none;
    border-radius: 0;
    padding: 4px 0;
}
.display-mode-control button:not(:first-child){
    margin-inline-start: 25px;
}
.display-mode-control button:hover,
.display-mode-control button.active{
    color: var(--main-color);
}
.display-mode-control button .icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px 0;
    margin-inline-end: 10px;
}
.display-mode-control .mode-grid .icon{
    width: 15px;
}
.display-mode-control .mode-grid .icon span{
    width: 7px;
    border-top: 7px solid;
    margin-top: 1px;
}
.display-mode-control .mode-list .icon{
    width: 17px;
}
.display-mode-control .mode-list .icon span{
    width: 5px;
    border-top: 4px solid;
    margin-top: 1px;
}
.display-mode-control .mode-list .icon :nth-child(even){
    width: 11px;
}
/* before */
.shop-before-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--main-line);
    padding: 5px 10px;
    margin: 0 0 30px;
}
.shop-before-control > :last-child{
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    justify-content: flex-end;
}
.shop-before-control > *{
    margin: 2px 5px;
}
/* after */
.shop-after-control .woocommerce-result-count{
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0 0;
}
@media (min-width: 768px){
    .shop-after-control:before,
    .shop-after-control:after{
        content: '';
        display: table;
        clear: both;
    }
    .shop-after-control .dokan-pagination-container,
    .shop-after-control .woocommerce-pagination{
        display: inline-block;
        vertical-align: top;
    }
    .shop-after-control .woocommerce-result-count{
        float: right;
        padding: 10px;
        margin-inline-start: 15px;
    }
}
@media (min-width: 1200px){
    .shop-after-control{
        margin-top: 10px;
    }
}
@media (max-width: 1199px){
    .display-mode-control button:not(:first-child){
        margin-inline-start: 15px;
    }
    .display-mode-control button .icon{
        margin-inline-end: 7px;
    }
}
@media (max-width: 767px){

    .shop-after-control .woocommerce-result-count{
        margin-top: 10px;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog{
    position: relative;
}
.ovic-products{
    position: relative;
    --product-bg: transparent;
}
.product-item{
    position: relative;
}
.product-item .product-inner{
    font-size: 14px;
    line-height: 20px;
    position: relative;
    background-color: var(--product-bg);
}
.product-item .product-thumb{
    position: relative;
    text-align: center;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.product-item .product-info{
    position: relative;
}
#wcfmmp-store .product-title{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: var(--default-color) !important;
    margin: 0 !important;
}
.product-item .product-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    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-hover-02 a.yith-wcqv-button,
    .product-style-01 a.yith-wcqv-button,
    .product-item .product-labels,
    .group-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;
    }
}
/* list */
.ovic-products.list{
    --item-space: 0;
    border: 1px solid var(--main-line);
}
.product-item.list:not(:first-child){
    border-top: 1px solid var(--main-line);
}
.product-item.list .product-inner{
    display: flex;
    flex-wrap: wrap;
    padding: 9px;
}
.product-item.list .product-thumb{
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 48%;
}
.product-item.list .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 10px 0;
    padding-inline-start: 10px;
    display: flex;
}
.product-item.list .product-excerpt{
    margin-top: 19px;
}
.product-item.list .price{
    margin-top: 30px;
}
.product-item.list .stock{
    margin-top: 5px;
}
.product-item.list .add-to-cart > a{
    width: auto;
    padding: 8px 20px;
}
.product-item.list a.compare,
.product-item.list .yith-wcwl-add-to-wishlist > *{
    --group-button-c-h: var(--main-color);
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin-top: 17px;
}
.product-item.list .yith-wcwl-add-to-wishlist a{
    position: relative;
    width: 100%;
    justify-content: flex-start;
}
.product-item.list .yith-wcwl-add-to-wishlist a:before{
    font-size: calc(100% + 4px);
    margin-right: .3em;
}
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    right: auto;
    font-size: 18px;
}
.product-item.list a.compare:before{
    font-size: 18px;
    width: 24px;
    text-align: start;
}
.product-item.list .add-to-cart + *{
    margin-top: 18px;
}
.product-item.list .product-labels{
    left: -9px;
}
@media (min-width: 1200px){
    .product-item.list .info-start{
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-item.list .info-end{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 190px;
        padding-inline-start: 30px;
        margin-inline-start: 15px;
        border-inline-start: 1px solid var(--main-line);
    }
}
@media (max-width: 1199px){
    .product-item.list .yith-wcwl-add-to-wishlist,
    .product-item.list .compare-button{
        display: none;
    }
    .product-item.list .product-info{
        flex-direction: column;
        justify-content: center;
    }
    .product-item.list .product-excerpt{
        margin-top: 14px;
    }
    .product-item.list .price{
        margin-top: 20px;
    }
    .product-item.list .add-to-cart{
        margin-top: 10px;
    }
}
@media (max-width: 479px){
    .product-item.list .price{
        margin-top: 5px;
    }
    .product-item.list .add-to-cart{
        margin-top: 7px;
    }
}
/* style-01 */
.product-item .ovic-countdown{
    padding: 27px 0 5px;
}
.ovic-products.style-05 ul.products,
.ovic-products.style-05.shop-page{
    --main-bg: #fff;
    --default-color: #222;
    --main-line: #e5e5e5;
}
.ovic-products.style-09 ul.products,
.ovic-products.style-09.shop-page,
.ovic-products.style-03 ul.products,
.ovic-products.style-03.shop-page,
.ovic-products.style-17 ul.products,
.ovic-products.style-17.shop-page,
.ovic-products.style-15 ul.products,
.ovic-products.style-15.shop-page,
.ovic-products.style-13 ul.products,
.ovic-products.style-13.shop-page,
.ovic-products.style-12 ul.products,
.ovic-products.style-12.shop-page,
.ovic-products.style-08 ul.products,
.ovic-products.style-08.shop-page,
.ovic-products.style-06 ul.products,
.ovic-products.style-06.shop-page,
.ovic-products.style-02 ul.products,
.ovic-products.style-02.shop-page,
.ovic-products.style-01 ul.products,
.ovic-products.style-01.shop-page{
    --main-bg: #fff;
    --product-bg: #fff;
    --default-color: #222;
    --main-line: #e5e5e5;
    color: #666;
}
.ovic-products.style-17 .product-list-owl .slick-arrow,
.ovic-products.style-15 .product-list-owl .slick-arrow,
.ovic-products.style-13 .product-list-owl .slick-arrow,
.ovic-products.style-12 .product-list-owl .slick-arrow{
    --default-color: #fff;
}
.ovic-products.style-09 .ovic-heading + * ul.products,
.ovic-products.style-08 .ovic-heading + * .product-list-owl,
.ovic-products.style-08 .ovic-heading + .product-list-owl,
.ovic-products.style-06 .ovic-heading + * .product-list-owl,
.ovic-products.style-06 .ovic-heading + .product-list-owl,
.ovic-tabs .ovic-products.style-05 .product-list-owl,
.ovic-products.style-05 .ovic-heading + * .product-list-owl,
.ovic-products.style-05 .ovic-heading + .product-list-owl,
.ovic-products.style-02 .ovic-heading + * .product-list-owl,
.ovic-products.style-02 .ovic-heading + .product-list-owl,
.ovic-products.style-01 .ovic-heading + * .product-list-owl,
.ovic-products.style-01 .ovic-heading + .product-list-owl{
    padding-top: 10px;
}
.ovic-products.style-17 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-15 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-13 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-12 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-08 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-06 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-02 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'],
.ovic-products.style-01 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0']{
    background-color: var(--product-bg);
    border-top: 1px solid var(--main-line);
    border-inline-start: 1px solid var(--main-line);
    padding: 0;
}
.ovic-products.style-17 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-15 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-13 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-12 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-08 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-06 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-02 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list,
.ovic-products.style-01 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] > .slick-list{
    margin-inline-end: -1px;
    padding-inline-end: 1px;
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ovic-products.style-17 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-15 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-13 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-12 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-08 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-06 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-02 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item,
.ovic-products.style-01 .product-list-owl.rows-space-0[data-slick*='"slidesMargin":0'] .product-item{
    border-top-width: 0;
    border-inline-start-width: 0;
}
@media(min-width: 768px){
    .ovic-products.style-05 .product-list-grid,
    .ovic-products.style-05.shop-page{
        --col-space: 10px;
    }
}
.ovic-products.style-17 .product-list-grid,
.ovic-products.style-17.shop-page,
.ovic-products.style-15 .product-list-grid,
.ovic-products.style-15.shop-page,
.ovic-products.style-13 .product-list-grid,
.ovic-products.style-13.shop-page,
.ovic-products.style-12 .product-list-grid,
.ovic-products.style-12.shop-page,
.ovic-products.style-08 .product-list-grid,
.ovic-products.style-08.shop-page,
.ovic-products.style-06 .product-list-grid,
.ovic-products.style-06.shop-page,
.ovic-products.style-02 .product-list-grid,
.ovic-products.style-02.shop-page,
.ovic-products.style-01 .product-list-grid,
.ovic-products.style-01.shop-page{
    --col-space: 0;
    --item-space: 0;
    background-color: var(--product-bg);
    border-top: 1px solid var(--main-line);
    border-inline-start: 1px solid var(--main-line);
}
.ovic-products.style-17 .product-list-grid .product-item,
.ovic-products.style-17.shop-page .product-item,
.ovic-products.style-15 .product-list-grid .product-item,
.ovic-products.style-15.shop-page .product-item,
.ovic-products.style-13 .product-list-grid .product-item,
.ovic-products.style-13.shop-page .product-item,
.ovic-products.style-12 .product-list-grid .product-item,
.ovic-products.style-12.shop-page .product-item,
.ovic-products.style-08 .product-list-grid .product-item,
.ovic-products.style-08.shop-page .product-item,
.ovic-products.style-06 .product-list-grid .product-item,
.ovic-products.style-06.shop-page .product-item,
.ovic-products.style-02 .product-list-grid .product-item,
.ovic-products.style-02.shop-page .product-item,
.ovic-products.style-01 .product-list-grid .product-item,
.ovic-products.style-01.shop-page .product-item{
    border-top-width: 0;
    border-inline-start-width: 0;
    margin: 0;
}
.product-item.style-17,
.product-item.style-15,
.product-item.style-13,
.product-item.style-12,
.product-item.style-08,
.product-item.style-06,
.product-item.style-02,
.product-item.style-01{
    border: 1px solid var(--main-line);
}
.product-style-01{
    padding: 9px 9px 20px;
    --product-sd: 0 0 9px rgba(0,0,0,0.36);
}
.product-style-01 .product-labels{
    left: -9px;
}
.product-style-01 a.yith-wcqv-button{
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 15px;
    color: #fff;
    background-color: #aaa;
    z-index: 1;
}
.product-style-01 a.yith-wcqv-button:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
    font-size: 12px;
    margin-inline-end: 5px;
}
.product-style-01 a.yith-wcqv-button:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.product-style-01 .product-info{
    padding-top: 9px;
}
.product-item.style-01 .product-info{
    margin: 0 10px;
    box-shadow: 0 -1px var(--main-line);
}
.info-pd-px10 .product-item.style-01 .product-info{
    margin: 0;
}
.button-pd-px10 .product-style-01 a.yith-wcqv-button{
    left: 0;
    right: 0;
}
.product-style-01 .product-title{
    padding-top: 4px;
}
.product-style-01 .price{
    padding-top: 6px;
}
.product-hover-02 .group-button,
.product-style-01 .group-button{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-hover-02 .group-button > :not(:last-child){
    margin-inline-end: 10px;
}
.product-style-01 .group-button > :not(:last-child){
    margin-inline-end: 8px;
}
.product-hover-02 .group-button .add-to-cart,
.product-style-01 .group-button .add-to-cart{
    flex: 1 1 auto;
    width: 1%;
}
.add-to-cart-icon .product-hover-02 .group-button .add-to-cart,
.add-to-cart-icon .product-style-01 .group-button .add-to-cart{
    flex: 0 0 auto;
    width: auto;
}
.add-to-cart-icon .product-hover-02 .group-button .add-to-cart > a:before{
    font-family: FontAwesome, sans-serif;
    content: "\f290";
}
/* style-02 */
.product-item.style-02 .product-inner{
    padding: 19px 19px 20px;
}
.product-item.style-02 a.yith-wcqv-button{
    left: 0;
    right: 0;
}
.product-item.style-02 .product-labels{
    left: -19px;
}
/* style-03 */
.product-item.style-03 .star-rating-wrap{
    margin-top: 30px;
}
.product-item.style-03 .product-title{
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}
.product-item.style-03 .price{
    font-size: 24px;
    margin-top: 3px;
}
.product-item.style-03 .price del{
    font-size: 15px;
}
/* style-04 */
.product-item.style-04 .product-inner{
    display: flex;
    align-items: flex-start;
}
.product-item.style-04 .product-thumb{
    max-width: 40%;
    border: 1px solid var(--main-line);
}
.product-item.style-04 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
}
.product-item.style-04 .price{
    margin-top: 5px;
}
.product-item.style-04 .star-rating-wrap{
    margin-bottom: 3px;
}
/* style-05 */
.product-item.style-05 .product-inner{
    padding: 0;
}
.product-item.style-05 .product-labels{
    left: 0;
}
.product-item.style-05 a.yith-wcqv-button{
    left: 10px;
    right: 10px;
}
/* style-06 */
.product-item.style-06 .product-inner{
    text-align: center;
}
.product-item.style-06 .product-info{
    padding-bottom: 5px;
}
/* style-07 */
.ovic-products.style-07.nav-02 .product-list-grid,
.ovic-products.style-07.nav-02 .product-list-owl{
    padding-top: 15px;
}
.ovic-products.style-07 .row-item:not(:first-child) .product-item{
    border-top: 1px solid var(--main-line);
}
.product-item.style-07 .product-inner{
    display: flex;
    padding: 10px 0;
}
.product-item.style-07 .product-thumb{
    max-width: 50%;
}
.product-item.style-07 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-top: 1px;
    padding-inline-start: 10px;
}
.product-item.style-07 .product-title{
    margin-bottom: 5px;
}
/* style-08 */
.product-item.style-08 .product-inner{
    display: flex;
    padding: 9px;
}
.product-item.style-08 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}
.product-item.style-08 .product-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    width: 1%;
    padding: 0;
    margin-inline-start: 10px;
}
.product-item.style-08 .product-labels{
    left: -9px;
}
.product-item.style-08 .product-info{
    padding: 5px 2px;
}
.product-item.style-08 .price{
    margin-top: 6px;
}
.product-item.style-08 .ovic-countdown{
    font-size: 10px;
    line-height: 12px;
}
.product-item.style-08 .techone-countdown > *{
    min-width: 42px;
    padding: 5px 3px;
}
.product-item.style-08 .techone-countdown .number{
    font-size: 16px;
    line-height: 20px;
}
.cd-smaller-yes .product-item.style-08 .techone-countdown{
    margin: -5px -2.5px 0;
}
.cd-smaller-yes .product-item.style-08 .techone-countdown > *{
    min-width: 38px;
    padding: 3px;
    margin: 5px 2.5px 0;
}
/* style-09 */
.ovic-products.style-09 .button-products{
    text-align: center;
    margin-top: 30px;
}
.ovic-products.style-09 .button-products .button{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #aaa;
    padding: 0;
    background-color: transparent;
}
.ovic-products.style-09 .button-products .button:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f067";
    font-weight: 400;
    margin-inline-end: 5px;
}
.ovic-products.style-09 .button-products .button:hover{
    color: var(--main-color);
}
.product-item.style-09 .product-inner{
    display: flex;
    padding: 10px;
    box-shadow: 0 0 0 1px var(--main-line) inset;
}
.product-item.style-09 .product-thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55%;
}
.product-item.style-09 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 22px 0 50px;
    margin-inline-start: 10px;
}
.product-item.style-09 a.yith-wcqv-button{
    bottom: 10px;
}
/* style-10 */
.product-item.style-10 .product-thumb{
    text-align: center;
    margin-bottom: 20px;
}
.product-item.style-10 .product-loop-gallery{
    display: inline-block;
    vertical-align: top;
    width: 290px;
    max-width: 100%;
    margin-top: 10px;
}
.product-item.style-10 .product-loop-gallery a{
    border-width: 2px;
}
.product-item.style-10 .product-loop-gallery a:not(.gallery-active):not(:hover){
    opacity: 0.3;
    border-color: transparent;
}
.product-item.style-10 .product-labels{
    top: 10px;
    left: auto;
    right: 10px;
    align-items: flex-end;
}
.product-item.style-10 .product-labels > *{
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 2px;
}
.product-item.style-10 .product-labels > *:before,
.product-item.style-10 .product-labels > *:after{
    display: none;
}
.product-item.style-10 .product-labels > .onsale{
    --product-label-color: var(--main-color);
}
.product-item.style-10 .product-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: -4px;
}
.product-item.style-10 .star-rating-wrap{
    margin-top: 13px;
}
.product-item.style-10 .price{
    margin-top: 14px;
}
.product-item.style-10 .product-excerpt{
    margin-top: 23px;
}
.product-item.style-10 .add-to-cart{
    padding-top: 25px;
}
.product-item.style-10 .add-to-cart > a{
    font-size: 14px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 90px;
}
.product-item.style-10 .process-variable{
    padding-top: 10px;
}
.product-item.style-10 .countdown-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--default-color);
    margin: 45px 0 -32px;
}
.product-item.style-10 .ovic-countdown{
    padding-top: 45px;
}
/* style-11 */
.product-item.style-11 .product-inner{
    display: flex;
    flex-wrap: wrap;
    border: 2px solid var(--main-color);
    border-radius: var(--main-bora-2);
    padding: 9px;
}
.product-item.style-11 .product-thumb{
    max-width: 56%;
    padding: 5px;
}
.product-item.style-11 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 5px;
    padding-inline-start: 10px;
}
.product-item.style-11 .product-labels{
    display: flex !important;
    position: static;
    margin-bottom: 14px;
}
.product-item.style-11 .product-labels > *{
    font-weight: 700;
    padding: 4px 20px;
    padding-inline-end: 22px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.product-item.style-11 .product-labels > *:before,
.product-item.style-11 .product-labels > *:after{
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    border: none;
    border-top: 6px solid var(--product-label-color);
    border-inline-start: 10px solid transparent;
}
.product-item.style-11 .product-labels > *:after{
    border-top-color: rgba(0,0,0,0.3);
}
.product-item.style-11 .product-title{
    font-size: 14px;
    line-height: 17px;
    margin-top: 9px;
}
.product-item.style-11 .add-to-cart{
    max-width: 167px;
    margin-top: 22px;
}
.product-item.style-11 .add-to-cart > a{
    font-size: 15px;
    font-weight: 700;
    padding: 7px 15px 9px;
    text-transform: none;
    border-radius: 90px;
}
.product-item.style-11 .product-countdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border-top: 1px solid var(--main-line);
    padding-top: 10px;
    margin-top: 10px;
}
.product-item.style-11 .product-countdown > .title{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--default-color);
    padding: 5px;
    margin: 0;
}
.product-item.style-11 .product-countdown > .title span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
}
.product-item.style-11 .ovic-countdown{
    padding: 5px;
}
/* style-12 */
.nav-02 .ovic-blog.style-03 .slick-arrow,
.ovic-blog.style-03.nav-02 .slick-arrow,
.nav-02 .ovic-products.style-17 .slick-arrow,
.ovic-products.style-17.nav-02 .slick-arrow,
.nav-02 .ovic-products.style-16 .slick-arrow,
.ovic-products.style-16.nav-02 .slick-arrow,
.nav-02 .ovic-products.style-15 .slick-arrow,
.ovic-products.style-15.nav-02 .slick-arrow,
.nav-02 .ovic-products.style-14 .slick-arrow,
.ovic-products.style-14.nav-02 .slick-arrow,
.nav-02 .ovic-products.style-13 .slick-arrow,
.ovic-products.style-13.nav-02 .slick-arrow,
.nav-02 .ovic-products.style-12 .slick-arrow,
.ovic-products.style-12.nav-02 .slick-arrow{
    --arrow-fz: 22px;
    top: -46px;
}
.nav-02 .ovic-blog.style-03 .slick-arrow.prev,
.ovic-blog.style-03.nav-02 .slick-arrow.prev,
.nav-02 .ovic-products.style-17 .slick-arrow.prev,
.ovic-products.style-17.nav-02 .slick-arrow.prev,
.nav-02 .ovic-products.style-16 .slick-arrow.prev,
.ovic-products.style-16.nav-02 .slick-arrow.prev,
.nav-02 .ovic-products.style-15 .slick-arrow.prev,
.ovic-products.style-15.nav-02 .slick-arrow.prev,
.nav-02 .ovic-products.style-14 .slick-arrow.prev,
.ovic-products.style-14.nav-02 .slick-arrow.prev,
.nav-02 .ovic-products.style-13 .slick-arrow.prev,
.ovic-products.style-13.nav-02 .slick-arrow.prev,
.nav-02 .ovic-products.style-12 .slick-arrow.prev,
.ovic-products.style-12.nav-02 .slick-arrow.prev{
    margin-inline-end: 5px;
}
.ovic-blog.style-03 .ovic-blog-title,
.ovic-products.style-17 .ovic-products-title,
.ovic-products.style-16 .ovic-products-title,
.ovic-products.style-15 .ovic-products-title,
.ovic-products.style-14 .ovic-products-title,
.ovic-products.style-13 .ovic-products-title,
.ovic-products.style-12 .ovic-products-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
@media (max-width: 767px){
    .ovic-blog.style-03 .ovic-blog-title,
    .ovic-products.style-17 .ovic-products-title,
    .ovic-products.style-16 .ovic-products-title,
    .ovic-products.style-15 .ovic-products-title,
    .ovic-products.style-14 .ovic-products-title,
    .ovic-products.style-13 .ovic-products-title,
    .ovic-products.style-12 .ovic-products-title{
        font-size: 16px;
        line-height: 22px;
    }
}
.product-item.style-17 .product-inner,
.product-item.style-12 .product-inner{
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-item.style-17 .product-thumb,
.product-item.style-12 .product-thumb{
    max-width: 46%;
}
.product-item.style-17 .product-info,
.product-item.style-12 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 15px;
    display: flex;
    flex-wrap: wrap;
}
.product-item.style-17 .product-info > *,
.product-item.style-16 .product-info > *,
.product-item.style-12 .product-info > *{
    width: 100%;
}
.product-item.style-17 .product-inner,
.product-item.style-12 .product-inner{
    --price-color: #c30c0c;
    --price-d-fz: 14px;
    --product-sd: 0 0 6px rgba(0,0,0,0.2);
}
.product-style-02 .product-title{
    color: var(--main-color);
}
.product-style-02 .product-title a:hover{
    color: var(--default-color);
}
.product-style-02 .price{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.product-style-02 .price ins{
    margin-inline-end: 6px;
}
.product-style-02 .price del{
    order: 2;
    color: #bbb;
    margin-inline-end: 0;
}
.product-style-02 .product-labels .onsale{
    --product-label-color: #c30c0c;
}
.product-style-02 .product-labels .onnew{
    --product-label-color: #31629f;
}
.product-style-02 .product-labels > *{
    font-size: 13px;
    line-height: 16px;
    padding: 2px 10px;
}
.product-style-02 .product-labels > *:before{
    border-inline-start: 6px solid var(--product-label-color);
    border-bottom: 20px solid transparent;
}
.product-style-02 .product-labels > *:after,
.product-item.style-17 .product-labels > :not(.onsale),
.product-item.style-16 .product-labels > :not(.onsale),
.product-item.style-12 .product-labels > :not(.onsale){
    display: none;
}
.product-item.style-17 .product-title,
.product-item.style-12 .product-title{
    margin-bottom: 11px;
}
.product-item.style-17 .product-labels,
.product-item.style-16 .product-labels,
.product-item.style-12 .product-labels{
    width: auto;
    position: static;
    display: flex !important;
}
.product-item.style-17 .price,
.product-item.style-16 .price,
.product-item.style-12 .price{
    width: auto;
    margin-inline-end: 10px;
    margin-bottom: 5px;
}
.product-item.style-17 .star-rating-wrap,
.product-item.style-12 .star-rating-wrap{
    padding-top: 5px;
}
.product-item.style-12 .ovic-countdown{
    padding-top: 15px;
}
.product-item.style-17 .product-inner:not(:hover) .add-to-cart > a,
.product-item.style-14 .product-inner:not(:hover) .add-to-cart > a,
.product-item.style-12 .product-inner:not(:hover) .add-to-cart > a{
    color: var(--default-color);
    background-color: #fff;
    box-shadow: 0 0 0 2px var(--main-line) inset;
}
.product-item.style-17 .add-to-cart,
.product-item.style-12 .add-to-cart{
    padding: 16px 0 3px;
}
.product-item.style-17 .add-to-cart > a,
.product-item.style-12 .add-to-cart > a{
    font-size: 14px;
    max-width: 200px;
}
/* style-13 */
.product-item.style-13 .product-inner{
    --product-sd: 0 0 6px rgba(0,0,0,0.2);
    padding: 9px 9px 19px;
}
.product-hover-02  a.yith-wcqv-button{
    --group-button-c: #fff;
    --group-button-bg: #888;
    --group-button-c-h: var(--main-color-t);
    --group-button-bg-h: var(--main-color);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 10px;
}
.product-hover-02  a.yith-wcqv-button:before{
    display: none;
}
.product-item.style-15 .product-info,
.product-item.style-13 .product-info{
    padding-top: 10px;
}
.product-item.style-15 .product-labels,
.product-item.style-13 .product-labels{
    top: auto;
    bottom: -8px;
}
.product-item.style-15 .price,
.product-item.style-14 .price,
.product-item.style-13 .price{
    margin-top: 5px;
}
.product-item.style-15 .star-rating-wrap,
.product-item.style-14 .star-rating-wrap,
.product-item.style-13 .star-rating-wrap{
    margin-top: 10px;
}
/* style-14 */
.product-item.style-14 .product-inner{
    --product-bg: #fff;
    --default-color: #222;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: var(--main-bora-2);
}
.product-item.style-14 .product-thumb{
    max-width: 55%;
}
.product-item.style-14 .product-labels{
    top: 0;
}
.product-item.style-14 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-item.style-14 .add-to-cart{
    margin-top: 15px;
}
.product-item.style-14 .add-to-cart > a{
    padding: 5px 10px;
    max-width: 140px;
}
/* style-15 */
.product-item.style-15 .product-inner{
    --product-sd: 0 0 6px rgba(0,0,0,0.2);
    padding: 9px 9px 18px;
}
/* style-16 */
.ovic-products.style-16 .ovic-products-title{
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main-line);
    margin-bottom: 20px;
}
.ovic-products.style-16.nav-02 .slick-arrow{
    top: -71px;
}
.product-item.style-16 .product-inner{
    --price-d-fz: 14px;
}
.product-item.style-16 .product-info{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.product-item.style-16 .product-countdown{
    display: flex;
    padding: 29px 0 5px;
}
.product-item.style-16 .product-countdown > .title{
    flex: 1 1 auto;
    width: 1%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: var(--default-color);
    margin: 6px 0;
    margin-inline-end: 10px;
}
.product-item.style-16 .product-countdown > .title span{
    display: block;
    font-weight: 400;
}
.product-item.style-16 .ovic-countdown{
    padding: 0;
}
.product-item.style-16 .product-title{
    margin-bottom: 2px;
}
.product-item.style-16 .star-rating-wrap{
    margin-top: 4px;
}
@media (min-width: 768px){
    .product-item.style-10 .product-inner{
        display: flex;
    }
    .product-item.style-10 .product-thumb{
        width: calc(50% - 15px);
        margin: 0;
    }
    .product-item.style-10 .product-info{
        width: calc(50% - 15px);
        margin-inline-start: 30px;
    }
}
@media (min-width: 1200px){
    .ovic-products.style-15 .product-list-owl > .slick-list:hover,
    .ovic-products.style-13 .product-list-owl > .slick-list:hover{
        padding: 6px 6px 62px !important;
        margin: -6px -6px -62px !important;
        z-index: 4;
    }
    .ovic-products.style-09 .product-list-owl > .slick-list:hover{
        padding: 9px;
        margin: -9px;
        z-index: 4;
    }
    .ovic-products.style-05 .product-list-owl > .slick-list:hover{
        padding: 9px 9px 95px;
        margin: -9px -9px -95px;
        z-index: 4;
    }
    .ovic-products.style-06 .product-list-owl > .slick-list:hover,
    .ovic-products.style-02 .product-list-owl > .slick-list:hover,
    .ovic-products.style-01 .product-list-owl > .slick-list:hover{
        padding: 9px 9px 75px !important;
        margin: -9px -9px -75px !important;
        z-index: 4;
    }
    .ovic-products.style-15 .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active),
    .ovic-products.style-13 .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active),
    .ovic-products.style-06 .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active),
    .ovic-products.style-05 .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active),
    .ovic-products.style-02 .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active),
    .ovic-products.style-01 .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active){
        opacity: 0;
        visibility: hidden;
    }
    .product-hover-02:hover,
    .product-style-01:hover{
        z-index: 3;
    }
    .product-hover-02:before{
        position: absolute;
        content: '';
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
    }
    .product-style-01:before{
        position: absolute;
        content: '';
        top: -1px;
        bottom: 6px;
        left: -1px;
        right: -1px;
    }
    .product-hover-02:hover:before,
    .product-style-01:hover:before{
        background-color: inherit;
        box-shadow: var(--product-sd);
    }
    .product-hover-02:not(:hover) a.yith-wcqv-button,
    .product-hover-02:not(:hover) .group-button,
    .product-style-01:not(:hover) a.yith-wcqv-button,
    .product-style-01:not(:hover) .group-button{
        opacity: 0 !important;
        visibility: hidden;
    }
    .product-hover-02 .group-button{
        position: absolute;
        top: 100%;
        left: -1px;
        right: -1px;
        background-color: inherit;
        box-shadow: var(--product-sd);
        padding: 0 10px 20px;
        margin: 0;
    }
    .product-style-01 .group-button{
        position: absolute;
        top: calc(100% - 6px);
        left: -1px;
        right: -1px;
        background-color: inherit;
        box-shadow: var(--product-sd);
        padding: 2px 20px 30px;
        margin: 0;
    }
    .button-pd-px10 .product-style-01 .group-button{
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
    .product-hover-02 .group-button:before,
    .product-style-01 .group-button:before{
        position: absolute;
        content: '';
        top: -10px;
        left: 0;
        right: 0;
        height: 10px;
        background-color: inherit;
    }
    .product-item.style-05 .group-button{
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
    .product-item.style-05 .product-inner:hover{
        --product-bg: #fff;
    }
    .product-item.style-05 .product-inner:before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 6px;
        left: 0;
        right: 0;
    }
    .product-item.style-05 .group-button{
        left: 0;
        right: 0;
    }
    .product-item.style-05 .product-inner:hover{
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    .product-item.style-05 .product-inner:hover .product-info{
        margin: 0 10px;
    }
    .product-item.style-05 .product-inner:hover .product-title{
        color: var(--default-color);
    }
    .product-item.style-05 .product-inner:hover .price{
        color: var(--default-color);
    }
    .product-item.style-09 .product-inner:hover{
        box-shadow: 0 0 0 1px #f5f5f5 inset;
    }
    .product-item.style-09 .product-inner:before{
        top: 1px;
        bottom: 1px;
        left: 1px;
        right: 1px;
        --product-sd: 0 0 9px rgba(0,0,0,0.15);
    }
    .product-item.style-09 .group-button{
        top: auto;
        left: 0;
        right: auto;
        bottom: 10px;
        box-shadow: none;
        padding: 0;
    }
    .product-item.style-10 .add-to-cart,
    .product-item.style-10 .process-variable{
        padding-inline-end: 20px;
    }
}
@media (max-width: 1199px){
    .product-item .ovic-countdown{
        padding-top: 17px;
    }
    .product-style-01{
        padding-bottom: 15px;
    }
    .product-style-01 .product-info{
        padding-top: 7px;
    }
    .product-item.style-01 .product-info{
        margin: 0 5px;
    }
    .product-style-01 .product-title{
        padding-top: 0;
    }
    .product-style-01 .price{
        padding-top: 3px;
    }
    .product-item.style-02 .product-inner{
        padding: 14px 14px 20px;
    }
    .product-item.style-03 .star-rating-wrap{
        margin-top: 20px;
    }
    .product-item.style-07 .product-thumb{
        max-width: 45%;
    }
    .product-item.style-09 .product-thumb{
        max-width: 50%;
    }
    .product-item.style-09 .product-info{
        padding: 5px 0 8px;
    }
    .product-item.style-10 .star-rating-wrap{
        margin-top: 8px;
    }
    .product-item.style-10 .price{
        margin-top: 9px;
    }
    .product-item.style-10 .product-excerpt{
        margin-top: 15px;
    }
    .product-item.style-10 .countdown-title{
        margin: 25px 0 -12px;
    }
    .product-item.style-10 .ovic-countdown{
        padding-top: 25px;
    }
    .product-item.style-10 .process-variable{
        padding-top: 5px;
    }
    .product-item.style-10 .add-to-cart{
        padding-top: 15px;
    }
    .product-item.style-11 .product-thumb{
        max-width: 51%;
    }
    .product-item.style-11 .product-labels{
        margin-bottom: 9px;
    }
    .product-item.style-11 .product-title{
        margin-top: 6px;
    }
    .product-item.style-11 .add-to-cart{
        margin-top: 15px;
    }
    .product-item.style-11 .add-to-cart > a{
        font-size: 14px;
        padding: 7px 15px;
    }
    .product-item.style-17 .product-title,
    .product-item.style-12 .product-title{
        margin-bottom: 7px;
    }
    .product-item.style-17 .star-rating-wrap,
    .product-item.style-12 .star-rating-wrap{
        padding-top: 2px;
    }
    .product-item.style-12 .ovic-countdown{
        padding-top: 10px;
    }
    .product-item.style-17 .add-to-cart,
    .product-item.style-12 .add-to-cart{
        padding-top: 10px;
    }
    .product-item.style-15 .price,
    .product-item.style-14 .price,
    .product-item.style-13 .price{
        margin-top: 3px;
    }
    .product-item.style-15 .star-rating-wrap,
    .product-item.style-14 .star-rating-wrap,
    .product-item.style-13 .star-rating-wrap{
        margin-top: 6px;
    }
    .product-item.style-13 .product-inner{
        padding-bottom: 14px;
    }
    .product-item.style-16 .product-info,
    .product-item.style-15 .product-info,
    .product-item.style-13 .product-info{
        padding-top: 6px;
    }
    .product-item.style-14 .product-thumb{
        max-width: 50%;
    }
    .product-item.style-14 .add-to-cart{
        margin-top: 10px;
    }
    .product-item.style-16 .product-countdown > .title{
        font-size: 15px;
    }
}
@media (max-width: 991px){
    .product-item.style-08 .techone-countdown > *{
        min-width: 38px;
        padding: 3px;
    }
    .product-item.style-09 .product-thumb,
    .product-item.style-08 .product-thumb{
        max-width: 44%;
    }
}
@media (max-width: 767px){
    .product-item.style-01 .product-info{
        margin: 0;
    }
    .product-item.style-02 .product-inner{
        padding: 9px 9px 20px;
    }
    .product-item.style-13 .product-inner{
        padding-bottom: 9px;
    }
    .product-item.style-16 .product-countdown{
        padding-top: 19px;
    }
    .product-item.style-16 .product-countdown > .title{
        font-size: 14px;
        line-height: 18px;
    }
    .product-item.style-16 .ovic-countdown.style-04 .techone-countdown{
        margin: -5px -3px 0;
    }
    .product-item.style-16 .ovic-countdown.style-04 .techone-countdown > *{
        margin: 5px 3px 0;
    }
}
@media (max-width: 479px){
    .product-item.style-09 .product-thumb,
    .product-item.style-08 .product-thumb{
        max-width: 41%;
    }
    .product-item.style-11 .product-thumb{
        padding: 0;
    }
    .product-item.style-11 .product-info{
        padding-inline-end: 0;
    }
    .product-item.style-11 .product-countdown{
        padding-top: 5px;
    }
    .product-item.style-17 .product-thumb,
    .product-item.style-12 .product-thumb{
        max-width: 100%;
    }
    .product-item.style-17 .product-info,
    .product-item.style-12 .product-info{
        width: 100%;
        padding-inline-start: 0;
        height: auto !important;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
/* q & a */
div.ovic-question-answers .close-question{
    position: absolute;
    top: 7px;
    right: 0;
    padding: 8px 15px;
}
div.ovic-question-answers .close-question:not(:hover){
    color: inherit;
}
div.ovic-question-answers .close-question:before{
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 24px;
}
div.ovic-question-answers.loading .list-question{
    min-height: 30px;
    position: relative;
    overflow: hidden;
}
div.ovic-question-answers .ask-question{
    padding: 11px 20px;
    height: 46px;
}
div.ovic-question-answers .add-question{
    padding: 11px 25px;
}
div.ovic-question-answers .list-question{
    font-size: 14px;
    line-height: 24px;
}
div.ovic-question-answers .item-question{
    padding: 15px 0;
}
div.ovic-question-answers .question{
    display: flex;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
}
div.ovic-question-answers .question .icon{
    font-size: 20px;
    font-weight: 400;
    margin-inline-end: 10px;
}
div.ovic-question-answers .question .icon:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e960';
}
div.ovic-question-answers .question .text{
    flex: 1 1 auto;
    width: 1%;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery .woocommerce-product-gallery__image{
    text-align: center;
}
.flex-viewport{
    overflow: hidden;
    border-radius: var(--nav-bora);
    border: 1px solid var(--main-line);
    height: auto !important;
}
.flex-control-nav{
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.flex-control-nav img{
    width: 100%;
    cursor: pointer;
    border: 1px solid var(--main-line);
    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;
}
/*----- SUMMARY -----*/
.entry-summary .product_title{
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    margin: 0;
}
.entry-summary .woocommerce-product-rating{
    margin: 6px 0 0;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link{
    display: none;
}
.entry-summary .woocommerce-product-details__short-description{
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
}
.entry-summary .woocommerce-product-details__short-description :last-child{
    margin-bottom: 0;
}
.entry-summary .ovic-countdown{
    padding: 20px 0 12px;
}
.summary-content > .price,
.summary > .price{
    font-size: 26px;
    line-height: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--main-line);
    margin-top: 35px;
}
.summary-content > .price del,
.summary > .price del{
    font-size: 20px;
    line-height: 24px;
}
.entry-summary .cart{
    margin-top: 15px;
}
.entry-summary .stock{
    margin-top: 11px;
}
.entry-summary table.variations{
    margin-top: -1px;
    margin-bottom: 16px;
}
.entry-summary .quantity{
    margin-inline-end: 7px;
    margin-top: 10px;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    --button-padding: 8px;
    --button-padding-h: 20px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-inline-end: 6px;
}
.entry-summary .yith-wcwl-add-to-wishlist{
    margin-top: 10px;
    margin-inline-end: 5px;
}
.entry-summary a.compare{
    margin-top: 10px;
}
.entry-summary .ovic-share-socials{
    margin-top: 23px;
}
.entry-summary .group_table{
    margin: 7px 0 8px;
}
.entry-summary .group_table td{
    padding: 10px 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{
    --button-padding: 6px;
    --button-padding-h: 12px;
    font-size: calc(var(--button-fz) - 2px);
}
.entry-summary .group_table .button:before{
    display: none;
}
.entry-summary .group_table .quantity{
    margin: 0;
}
.entry-summary .group_table .quantity .input-text{
    width: 110px;
    --input-padding-h: 35px;
}
.entry-summary .group_table .quantity .arrow{
    width: 30px;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__label{
    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 .amount{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
.entry-summary .group_table ins{
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    margin-inline-start: 5px;
}
.entry-summary .group_table del{
    display: inline-block;
    vertical-align: bottom;
    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;
}
/*----- WRAPPER -----*/
.single-product-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-product-gallery{
    --nav-space: 2px;
    --nav-bora: var(--main-bora);
    position: relative;
    width: 400px;
    max-width: 50%;
}
.entry-summary{
    --group-button-s: 40px;
    --group-button-fz: 18px;
    --group-button-lh: 24px;
    --group-button-c: #666;
    --group-button-bg: #fff;
    --group-button-c-h: var(--main-color-t);
    --group-button-bg-h: var(--main-color);
    --group-button-sd: 0 0 0 1px var(--main-line) inset;
    --group-button-sd-h: 0 0 0 1px var(--main-color) inset;
    --group-button-p: calc((var(--group-button-s) - var(--group-button-lh)) / 2) 0;
    --group-button-bora: var(--main-bora-2);
    --group-button-ta: center;
    --group-button-trs: none;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    padding-top: 9px;
    padding-inline-start: 30px;
}
@media (max-width: 1199px){

}
@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 -5px -10px !important;
}
.product-page-grid .has-gallery .woocommerce-product-gallery__image{
    display: inline-block !important;
    vertical-align: top;
    width: calc(50% - 10px) !important;
    float: none !important;
    border: 1px solid var(--main-line);
    margin: 0 5px 10px !important;
}
.product-page-grid .has-gallery .flex-control-nav{
    display: none;
}
/* slide */
.product-page-slide .has-gallery .woocommerce-product-gallery{
    padding: 0;
}
.product-page-slide .has-gallery .flex-control-nav{
    position: absolute;
    top: auto;
    bottom: 10px;
    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 -10px !important;
    }
    .product-page-sticky .has-gallery .woocommerce-product-gallery__image{
        display: inline-block !important;
        vertical-align: top;
        width: 100% !important;
        float: none !important;
        border: 1px solid var(--main-line);
        margin: 0 0 10px !important;
    }
    .product-page-sticky .has-gallery .flex-control-nav{
        display: none;
    }
    .product-page-sticky .has-gallery .entry-summary{
        position: sticky;
        top: 10px;
    }
    .admin-bar .product-page-sticky .has-gallery .entry-summary{
        top: 56px;
    }
}
@media (min-width: 782px){
    .admin-bar .product-page-sticky .has-gallery .entry-summary{
        top: 42px;
    }
}
@media (min-width: 1200px){
    .has-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;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin-top: 40px;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: bottom;
}
.woocommerce-tabs > ul > li:not(:last-child){
    margin-inline-end: 7px;
}
.woocommerce-tabs.show-all .panel-title,
.woocommerce-tabs > ul > li > a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    padding: 12px 18px;
    border-radius: var(--main-bora-2) var(--main-bora-2) 0 0;
    background-color: var(--main-line);
    margin-bottom: -1px;
}
.woocommerce-tabs > ul > li > a:hover{
    color: var(--main-color);
}
.woocommerce-tabs.show-all .panel-title,
.woocommerce-tabs > ul > li.active > a{
    padding: 15px 28px;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.woocommerce-tabs.show-all .panel-title{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-tabs .woocommerce-Tabs-panel{
    border: 1px solid var(--main-line);
    padding: 21px 19px 33px;
}
.shop_attributes{
    margin: 8px 0;
}
.product-tab-brands{
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}
.product-tab-brands .brand-item{
    display: table-row;
    padding: 0;
    margin: 0;
    border: none;
}
.product-tab-brands .brand-item > *{
    display: table-cell;
    vertical-align: middle;
    border: 1px solid var(--main-line);
    padding: 10px;
    text-align: start;
    font-size: 14px;
}
.product-tab-brands .brand-item img{
    max-height: 60px;
    width: auto;
}
#tab-description > :last-child{
    margin-bottom: 0;
}
.product-tab-brands,
.shop_attributes{
    font-size: 14px;
    line-height: 24px;
    margin: 7px 0;
}
.product-tab-brands .brand-item .term-description :last-child,
.shop_attributes :last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail{
    color: inherit;
    font-weight: inherit;
    text-align: center;
}
#tab-additional_information th{
    font-weight: 500;
}
.product-tab-brands .brand-item:nth-child(even) > *,
#tab-additional_information tr:nth-child(even) > *{
    background-color: #f5f5f5;
}
.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;
}
/* show-all */
.woocommerce-tabs.show-all .panel{
    display: block !important;
}
.woocommerce-tabs.show-all .panel:not(:last-child){
    margin-bottom: 30px;
}
@media (min-width: 768px){
    .product-tab-brands .brand-item .term-thumbnail,
    #tab-additional_information th{
        width: 300px;
        padding: 10px 20px;
    }
    .product-tab-brands .brand-item .term-name,
    #tab-additional_information td{
        padding: 10px 20px;
    }
}
@media (max-width: 1199px){
    .woocommerce-tabs{
        margin-top: 30px;
    }
    .woocommerce-tabs > ul > li > a{
        padding: 10px 16px;
    }
    .woocommerce-tabs.show-all .panel-title,
    .woocommerce-tabs > ul > li.active > a{
        padding: 13px 22px;
    }
}
/*----- 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: 30px;
}
/* BUNDLE */
div.ovic_bundle-wrap{
    margin-top: 30px;
}
div.ovic_bundle-wrap .column-name a:not(:hover){
    color: var(--default-color);
}
div.ovic_bundle-wrap .column-thumb{
    width: 80px;
}
div.ovic_bundle-wrap .column-qty,
div.ovic_bundle-wrap .column-price,
div.ovic_bundle-wrap .column-discount{
    text-align: center;
}
div.ovic_bundle-wrap .stock{
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-before-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
div.ovic_bundle-wrap .ovic_bundle-check{
    width: 1%;
}
div.ovic_bundle-wrap .ovic_bundle-check label{
    font-weight: inherit;
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-price .price del{
    font-size: 14px;
}
div.ovic_bundle-wrap .ovic_bundle-price .discount{
    font-size: 16px;
    line-height: 30px;
    color: var(--default-color);
}
div.ovic_bundle-wrap .ovic_bundle-total .discount{
    font-size: 16px;
    font-weight: var(--main-h-fw);
    color: var(--default-color);
}
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > * span{
    font-weight: var(--main-h-fw);
}
div.ovic_bundle-wrap .footer-bundle .cart a.compare,
div.ovic_bundle-wrap .footer-bundle .cart .yith-wcwl-add-to-wishlist{
    display: none;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.wpcf7{
    --input-width: 100%;
    --button-padding: 8px;
    direction: inherit !important;
}
.wpcf7 form > :last-child{
    margin-bottom: 0;
}
.wpcf7 p{
    position: relative;
}
.wpcf7 label{
    width: 100%;
    font-weight: inherit;
}
.wpcf7 textarea{
    height: 225px;
}
.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: var(--main-bora);
    margin: var(--text-space) 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;
}
div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
}
/*----- 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: 14px;
    font-weight: 400;
    color: #8e8e8e;
}
.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{
    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: FontAwesome, sans-serif;
    content: "\f00d";
    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%;
}
/* woocommerce-cart */
.cart-collaterals{
    max-width: 270px;
    background-color: var(--main-bg);
    padding: 40px 19px 50px;
    margin-inline-start: auto;
    border-radius: var(--main-bora);
    box-shadow: 0 0 0 1px var(--main-line) inset;
}
.cart-collaterals .cart_totals > h2{
    font-size: 14px;
    text-transform: var(--main-h-tt);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--main-line);
    margin: 0 0 15px;
}
.cart-collaterals .shop_table th{
    font-weight: 400;
    color: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}
.cart-collaterals .shop_table td{
    color: var(--default-color);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: end;
    border: none;
}
.cart-collaterals .shop_table .shipping .button{
    width: 100%;
}
.cart-collaterals .shop_table .woocommerce-shipping-destination{
    margin-bottom: 5px;
}
.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: 18px;
    font-weight: 700;
}
.cart-collaterals .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total th{
    font-size: 16px;
}
@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 var(--main-line);
    }
    .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 var(--main-line);
        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;
    }
    .woocommerce-cart-form{
        padding: 25px 30px 30px;
        border: 1px solid var(--main-line);
    }
}
@media (min-width: 1200px){
    .woocommerce-cart-form{
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 300px);
    }
    .cart-collaterals{
        float: right;
    }
}
@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 (max-width: 767px){
    .woocommerce-cart-form > .shop_table tr:last-child{
        border: none;
    }
}
/*----- WISHLIST -----*/
/*----- MY ACCOUNT -----*/
.woocommerce-form-login:not(:last-child),
.woocommerce-form-login:not(:last-child),
.woocommerce-form-register:not(:last-child),
.woocommerce-ResetPassword:not(:last-child),
.woocommerce-form-track-order:not(:last-child),
.checkout_coupon:not(:last-child){
    margin-bottom: 30px;
}
.woocommerce-form-login:last-child .form-row:last-child,
.woocommerce-form-login:last-child .lost_password:last-child,
.woocommerce-form-register:last-child .form-row:last-child,
.woocommerce-ResetPassword:last-child .form-row:last-child,
.woocommerce-form-track-order:last-child .form-row:last-child{
    margin-bottom: 0;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button{
    display: block;
    clear: both;
}
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    margin: 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{
    padding: 60px 0;
    text-align: center;
}
.error-404 .title{
    font-size: 120px;
    line-height: 1;
    color: var(--main-color);
}
.error-404 .button{
    margin-top: 7px;
}
/*==========================================================================
HEADER
===========================================================================*/
.block-menu-bar > a,
.menu-item > a{
    --current-item: var(--main-color);
    color: var(--static-item);
}
.block-menu-bar > a:hover,
.menu-item:hover > a,
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .menu-item:hover > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-parent > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_item > a{
    color: var(--current-item);
}
.menu-item > .desc{
    display: none;
}
.menu-item > a.loading-lazy:after,
.menu-item > a .loading-lazy:after{
    display: none;
}
.menu-item > a .icon{
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    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: 20px;
}
.menu-item > a b,
.menu-item > a strong{
    font-weight: var(--main-h-fw);
}
.ovic-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
body .ovic-menu li > a .icon{
    font-weight: 400;
    margin: 0;
    margin-inline-end: 8px;
}
body .ovic-menu li > a .icon-img{
    font-size: 0;
}
body .ovic-menu li > a .icon img{
    margin-top: -7px;
    margin-bottom: -4px;
    max-height: 24px;
}
body .ovic-menu li > a.hide-title .icon{
    margin: 0 !important;
}
.menu-item > .megamenu > p:first-child,
.menu-item > .megamenu > p:last-child{
    margin: 0;
}
.menu-item.main-fw{
    color: var(--default-color);
}
/*----- LOGO -----*/
.logo{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
}
.logo a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.logo .logo-image{
    display: block;
    padding: 6px 0;
}
.logo .logo-text{
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-transform: var(--main-h-tt);
    letter-spacing: -0.05em;
    color: var(--default-color);
    padding: 3px 0;
}
.logo .logo-text span{
    color: var(--main-color);
}
/*----- TOP BAR MENU -----*/
.techone-dropdown{
    position: relative;
}
.techone-dropdown > .sub-menu,
.header-submenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 132px;
    min-width: 100%;
    color: var(--main-cl);
    z-index: 10;
    box-shadow: var(--popup-sd);
    background-color: var(--popup-bg);
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    padding: 13px 0;
    margin-bottom: 0;
    transition: all 0.2s ease;
    text-align: start;
    visibility: visible;
    border-radius: var(--main-bora);
}
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.header-submenu li > .sub-menu:not(.megamenu) li:not(:hover) > .sub-menu{
    transform: translateX(15px);
}
.header-submenu li > .sub-menu:not(.megamenu) li > .sub-menu{
    top: -13px;
    left: 100%;
}
.techone-dropdown > .sub-menu > .menu-item > a,
.header-submenu .sub-menu > li > a{
    display: block;
    padding: 5px 15px;
}
.techone-dropdown > .sub-menu > .menu-item:hover > a,
.header-submenu .sub-menu > li:hover > a{
    background-color: rgba(0,0,0,0.05);
}
.header-submenu li{
    position: relative;
}
.header-submenu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    margin: 0 calc(0px - var(--header-top-item-mg));
}
.header-submenu > li{
    margin: 0 var(--header-top-item-mg);
}
.header-submenu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: var(--main-h-tt);
    padding: 10px 0;
}
.header-submenu > .menu-item-has-children > a:not(:last-child):after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    font-style: normal;
    margin: 1px 0 -1px;
    margin-inline-start: 5px;
}
@media (min-width: 1200px){
    .techone-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        z-index: 9;
    }
}
@media (max-width: 1199px){
    .techone-dropdown:not(.open) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- HEADER SOCIAL -----*/
.header-social{
    font-size: 13px;
    line-height: 20px;
    padding: 4px 0;
}
.header-social .inner{
    display: flex;
    flex-wrap: wrap;
}
.header-social a{
    display: inline-block;
    vertical-align: top;
    padding: 6px 5px;
    border-radius: 50%;
    min-width: 32px;
    text-align: center;
}
.header-social a:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header-social a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin: 1px 0 -1px;
}
.header-social a .text{
    display: none;
    vertical-align: top;
}
/*----- HEADER INFO -----*/
.header-info{
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.header-info .inner{
    display: inline-block;
    vertical-align: top;
}
.header-info .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: start;
    padding: 7px 0;
}
.header-info .icon{
    width: 30px;
    font-size: 22px;
    line-height: 30px;
}
.header-info .content{
    flex: 1 1 auto;
    width: 1%;
}
.header-info .text-1{
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
}
.header-info .text-2{
    display: block;
    font-size: 15px;
    font-weight: 700;
}
.header-info a:not(:hover) .text-2{
    color: var(--default-color);
}
/*----- BLOCK MENU BAR -----*/
.block-menu-bar{
    display: inline-block;
    vertical-align: top;
}
.block-menu-bar > a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.block-menu-bar > a .text{
    margin-inline-start: 15px;
}
@media (min-width: 1200px){
    div.ovic-menu-clone-wrap,
    .mobile-block{
        display: none !important;
    }
}
.ovic-icon-menu .inner{
    --icon-menu-w: 16px;
    --icon-menu-h: 12px;
    --icon-menu-s: 2px;
    display: block;
    position: relative;
    width: var(--icon-menu-w);
    height: var(--icon-menu-h);
    margin: 4px 0 4px;
}
.ovic-icon-menu .inner *{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: var(--icon-menu-s) solid;
    margin: auto;
}
.ovic-icon-menu .inner :nth-child(2){
    top: calc(50% - (var(--icon-menu-s) / 2));
}
.ovic-icon-menu .inner :nth-child(3){
    top: auto;
    bottom: 0;
}
/*----- USER LINK -----*/
.block-userlink > a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-transform: capitalize;
}
.block-userlink > .sub-menu{
    width: 162px;
}
/*----- WISHLIST -----*/
.block-wishlist > a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
/*----- MINI CART -----*/
.block-minicart > a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.block-minicart > a .amount{
    font-family: inherit;
    color: inherit;
}
.cart-head{
    font-size: 13px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    margin-bottom: 30px;
}
.cart-head .count{
    text-decoration: underline;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 310px;
    color: var(--main-cl);
    box-shadow: var(--popup-sd);
    background-color: var(--popup-bg);
    padding: 24px 20px 30px;
    z-index: 9;
    transition: all 0.2s ease;
    text-align: start;
    overflow: hidden;
    border-radius: var(--main-bora);
    border-top: 2px solid var(--main-color);
}
.block-minicart .widget_shopping_cart > .widget-title{
    font-size: 20px;
    font-family: inherit;
    font-weight: 700;
    color: var(--default-color);
    padding-bottom: 19px;
    border-bottom: 1px solid var(--main-line);
    margin-bottom: 17px;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
@media (min-width: 1200px){
    .block-minicart:not(:hover) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
    }
}
@media (max-width: 1199px){
    .block-minicart:not(.open) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px);
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp{
    --input-fz: 13px;
    --input-bg: var(--main-bg);
    --input-padding: 9px;
    --input-height: 42px;
    --button-padding: 9px;
    --wcas-button-w: 60px;
    --wcas-category-w: 136px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    color: var(--main-cl);
    min-width: auto;
    text-align: start;
    width: 430px;
    max-width: 100% !important;
    padding: 10px 0;
    margin: 0;
}
.block-search:not(.has-cate) div.dgwt-wcas-search-wrapp{
    --wcas-category-w: 0px !important;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    display: flex;
    align-items: center;
    position: relative;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
    position: static;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader:not(.dgwt-wcas-close){
    z-index: auto;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    flex: 1 1 auto;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    width: 1%;
    padding-inline-end: 1px;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    height: var(--input-height);
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    padding: var(--input-padding) var(--input-padding-h);
    padding-inline-end: calc(var(--input-padding-h) + var(--wcas-button-w) + var(--wcas-category-w));
    background-color: var(--input-bg);
    position: relative;
    z-index: auto;
    border-radius: 90px;
    box-shadow: var(--input-sd);
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:focus{
    box-shadow: var(--input-sd-h);
}
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;
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
    width: var(--wcas-button-w);
    height: auto;
    min-width: auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: var(--button-padding) 0;
    padding-inline-end: 3px;
    text-transform: none;
    min-height: auto;
    transition: none;
    text-shadow: none;
    overflow: hidden;
    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: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border: none !important;
    transition: none;
    font-family: FontAwesome, sans-serif;
    content: "\f002";
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    left: auto !important;
    right: calc(var(--wcas-button-w) + 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: 38px;
    border-inline-start: 1px solid;
    opacity: 0.2;
    margin: auto;
    z-index: 1;
}
div.dgwt-wcas-search-wrapp .category select,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    z-index: 1;
    position: relative;
    background-color: transparent;
    border-radius: inherit !important;
    box-shadow: none !important;
}
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{
    width: calc(var(--wcas-button-w) + var(--wcas-category-w));
    min-width: 100%;
}
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: var(--popup-sd);
    background-color: var(--popup-bg);
    border: none;
    overflow: visible;
}
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: var(--main-h-fw);
    text-align: inherit;
}
body .dgwt-wcas-sp *{
    font-size: inherit;
    line-height: inherit;
}
body .dgwt-wcas-sp ins{
    text-decoration: none;
    color: var(--price-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);
}
@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{
        --wcas-category-w: 0px;
    }
    div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
}
.cate-first div.dgwt-wcas-search-wrapp .category{
    right: auto;
    left: 0;
}
.cate-first div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-inline-start: calc(var(--input-padding-h) + var(--wcas-category-w));
    padding-inline-end: calc(var(--input-padding-h) + var(--wcas-button-w));
}
.cate-first div.dgwt-wcas-search-wrapp .category:before{
    left: auto;
    right: 0;
}
.cate-first div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    right: var(--wcas-button-w) !important;
}
@media (max-width: 479px){
    .cate-first div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
        padding-inline-start: var(--input-padding-h);
    }
}
/*----- MAIN MENU -----*/
.main-menu:before,
.main-menu:after{
    content: '';
    display: table;
    clear: both;
}
.main-menu{
    list-style: none;
    padding: 0;
    margin: 0 -20px;
    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 20px;
}
.block-menu-bar > a,
.main-menu > .menu-item > a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: var(--main-h-tt);
    padding: 16px 0;
    --static-item: var(--default-color);
}
.main-menu > .menu-item:hover > a{
    color: var(--current-item);
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon,
.main-menu > .menu-item > a .icon{
    font-size: 27px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon,
.vertical-menu > .menu-item > a .icon{
    text-align: center;
    min-width: 27px;
    font-size: 27px;
    opacity: 0.7;
    margin: 0;
    margin-inline-end: 10px;
}
.vertical-menu > .menu-item > a .icon{
    margin-inline-end: 13px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .main-icon-combo,
.vertical-menu > .menu-item > a .main-icon-combo{
    font-size: 18px;
}
.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: 200px;
    color: var(--main-cl);
    font-weight: var(--main-fw);
    text-align: start;
    box-shadow: var(--popup-sd);
    background-color: var(--popup-bg);
    padding: 16px 0;
    border-radius: var(--main-bora);
    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{
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    top: 100%;
}
.main-menu > .menu-item > .sub-menu:not(.megamenu){
    left: 0;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a{
    font-size: 13px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    padding: 8px 20px;
}
.vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:hover > a,
.main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:hover > a{
    background-color: rgba(0,0,0,0.05);
}
.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% - 2px);
    font-weight: 400;
    margin-inline-start: 5px;
}
.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: 100%;
    top: -16px;
}
.main-menu > .menu-item > .megamenu{
    padding: 0;
}
.vertical-menu > .menu-item > .megamenu{
    padding: 0;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
    max-width: calc(var(--main-container) - var(--vertical-width)) !important;
}
@media (max-width: 1199px){
    .switch-menu,
    .site > .header-sticky,
    .header-vertical,
    .main-menu{
        display: none !important;
    }
}
/*----- VERTICAL MENU -----*/
.header-vertical{
    display: flex;
}
.box-nav-vertical{
    display: flex;
    width: var(--vertical-width);
    max-width: 100%;
    position: relative;
}
.box-nav-vertical .block-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: var(--main-h-tt);
    color: var(--main-color-t);
    background-color: var(--main-color);
    padding: 16px 20px;
    transition: all 0.2s ease;
}
.box-nav-vertical .block-title:hover,
.box-nav-vertical.open .block-title{
    background-color: var(--main-color-b);
}
.box-nav-vertical .block-title > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.box-nav-vertical .block-title .icon{
    display: inline-block;
    vertical-align: top;
}
.box-nav-vertical .block-title .text{
    margin-inline-start: 20px;
}
.box-nav-vertical .block-title .icon .inner *{
    transition: top 0.1s linear 0.1s, bottom 0.1s linear 0.1s, transform 0.1s linear;
}
.box-nav-vertical.open .block-title .icon .inner *{
    transition: top 0.1s linear, bottom 0.1s linear 0.1s, transform 0.1s linear 0.1s;
}
.box-nav-vertical.open .block-title .icon .inner :nth-child(1){
    top: calc(50% - (var(--icon-menu-s) / 2));
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-nav-vertical.open .block-title .icon .inner :nth-child(2){
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
.box-nav-vertical.open .block-title .icon .inner :nth-child(3){
    bottom: calc(50% - (var(--icon-menu-s) / 2));
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.elementor-editor-active .header .box-nav-vertical:not(.open) .block-content{
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transform: translateY(15px) !important;
    -moz-transform: translateY(15px) !important;
    -ms-transform: translateY(15px) !important;
    -o-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
}
@media (min-width: 1200px){
    body:not(.elementor-editor-active) .site > .header-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky:not(.is-sticky) .box-nav-vertical:not(.always-open):not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .box-nav-vertical:not(.always-open):not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
@media (max-width: 1199px){
    .box-nav-vertical:not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
.box-nav-vertical .block-content{
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    width: var(--vertical-width);
    min-height: var(--vertical-min-height);
    padding: 8px 0;
    box-shadow: 1px 0 var(--main-line) inset, -1px 0 var(--main-line) inset, 0 -1px var(--main-line) inset;
    border-radius: 0 0 var(--main-bora) var(--main-bora);
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.vertical-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.vertical-menu > .menu-item{
    display: block;
    text-align: start;
    position: relative;
}
.view-all-menu a,
.vertical-menu > .menu-item > a{
    --static-item: var(--default-color);
    font-size: 13px;
    line-height: 20px;
    text-transform: var(--main-h-tt);
    padding: 16px 20px;
    margin-top: -1px;
}
.view-all-menu a:hover,
.vertical-menu > .menu-item > a:hover{
    background-color: rgba(0,0,0,0.05);
    z-index: 1;
}
.view-all-menu a:before,
.vertical-menu > .menu-item:not(:first-child) > a:before{
    display: block;
    content: '';
    border-top: 1px solid var(--main-line);
    margin: -16px 0 16px;
}
.view-all-menu a:hover:before,
.vertical-menu > .menu-item:not(:first-child) > a:hover:before{
    opacity: 0;
}
.vertical-menu > .item-megamenu{
    position: static;
}
.view-all-menu a{
    display: block;
    text-align: center;
    color: var(--main-color);
}
.view-all-menu a:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f101";
    font-size: 14px;
    margin-inline-start: 2px;
}
/*----- HEADER MAIN -----*/
.header-mobile,
.header{
    --main-header-bg: var(--main-bg);
    position: relative;
    background-color: var(--main-header-bg);
    --header-top-devider-h: 12px;
    --header-top-devider-op: 0.2;
    --header-top-item-mg: 14px;
    --vertical-width: 270px;
}
.header > *{
    position: relative;
    background-color: var(--main-header-bg);
}
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner:not(.open){
    display: none;
}
/* header-control */
.header-control{
    --header-control-m: 15px;
}
.inner-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 calc(0px - var(--header-control-m));
}
.inner-control > *{
    margin: 0 var(--header-control-m);
}
.inner-control > * > a{
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: var(--main-h-tt);
    padding: 8px 0;
}
.inner-control > * > a .icon{
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    padding: 4px 0;
}
.inner-control > * > a .icon .count{
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 14px;
    line-height: 20px;
    padding: 1px 5px;
    min-width: 22px;
    border-radius: 90px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    text-align: center;
}
.inner-control > * > a .text{
    margin-inline-start: 15px;
}
.inner-control > * > a .sub,
.inner-control > * > a .item{
    display: none;
}
.inner-control > * > a .total{
    font-size: 17px;
    font-weight: 700;
}
.inner-control > * > a:not(:hover) .total{
    color: var(--default-color);
}
.inner-control .ovic-icon-menu .inner{
    --icon-menu-w: 24px;
    --icon-menu-h: 18px;
}
/* header-top */
.header-top{
    position: relative;
    border-bottom: 1px solid var(--main-line);
}
/* header-mid */
.header-mid{
    position: relative;
}
.header-mid .header-inner{
    padding: 24px 0;
}
/* header-bot */
.header-bot{
    position: relative;
}
@media (min-width: 768px){
    .header-end,
    .inner-control{
        justify-content: flex-end;
        text-align: end;
    }
    .inner-control .techone-dropdown > .sub-menu,
    .inner-control .header-submenu .sub-menu,
    .header-top .header-end .header-submenu .sub-menu{
        left: auto;
        right: 0;
    }
    .header-top .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(:first-child){
        margin-inline-start: var(--header-top-item-mg);
    }
    .header-top .header-inner > :not(:last-child),
    .header-mid .header-inner > :not(:last-child){
        margin-inline-end: 15px;
    }
    .header-top .header-inner > :not(:first-child),
    .header-mid .header-inner > :not(:first-child){
        margin-inline-start: 15px;
    }
    .header-submenu > li: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: 2px solid;
        opacity: var(--header-top-devider-op);
        margin: auto;
    }
    .header-bot .header-inner{
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px){
    .header-mid .header-inner{
        padding: 20px 0;
    }
}
@media (max-width: 767px){
    .header{
        --header-top-item-mg: 10px;
    }
    .header-social{
        padding: 0;
    }
    .header-submenu > li > a{
        padding: 5px 0;
    }
    .header-info .item,
    .inner-control > * > 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-userlink,
    .block-minicart{
        position: static;
    }
    .block-userlink .sub-menu,
    .block-minicart .widget_shopping_cart{
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
    }
    .header-top .header-inner{
        text-align: center;
        padding: 9px 0;
    }
    .header-mid .header-inner{
        text-align: center;
        padding: 15px 0;
    }
}
/*----- STYLE -----*/
.light.header-mobile,
.light.header,
.light.header-section{
    color: #fff;
    --header-link-color: #fff;
}
.light .mobile-fixed a,
.light .header-info,
.light .logo .logo-text,
.light .header-info a:not(:hover) .text-2,
.light .inner-control > * > a:not(:hover) .total,
.light .inner-control > * > a:not(:hover){
    color: var(--header-link-color);
}
.light .block-menu-bar > a,
.light .header-submenu > li > a,
.light .main-menu > .menu-item > a{
    --static-item: var(--header-link-color);
}
.light .mobile-fixed a:hover,
.light .header-info .item:hover,
.light .block-menu-bar > a:hover,
.light .inner-control > * > a:hover{
    color: var(--header-link-color-h, var(--main-color));
}
.light .header-social a:hover{
    color: var(--header-link-color);
    background-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: #fff;
}
.main-bg.light{
    --header-link-color-h: var(--default-color);
}
.main-bg.light .logo .logo-text{
    color: var(--header-link-color-h);
}
.main-bg.light .logo .logo-text span{
    color: var(--header-link-color);
}
.main-bg.light .inner-control > * > a .icon .count{
    color: #fff;
    background-color: var(--default-color);
}
.main-bg.light div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    box-shadow: none !important;
}
.main-bg.light div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    color: var(--main-cl);
    background-color: transparent;
}
.main-bg.light div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
    background-color: transparent;
}
/* style-01 */
.header.style-12 .block-menu-bar:not(:first-child),
.header.style-10 .block-menu-bar:not(:first-child),
.header.style-08 .block-menu-bar:not(:first-child),
.header.style-04 .block-menu-bar:not(:first-child),
.header.style-01 .block-menu-bar:not(:first-child){
    width: var(--vertical-width);
}
.header.style-12 .block-menu-bar:not(:first-child) > a,
.header.style-10 .block-menu-bar:not(:first-child) > a,
.header.style-08 .block-menu-bar:not(:first-child) > a,
.header.style-04 .block-menu-bar:not(:first-child) > a,
.header.style-01 .block-menu-bar:not(:first-child) > a{
    width: 100%;
    color: var(--main-color-t);
    background-color: var(--main-color);
    padding: 14px 20px;
}
.header.style-10 .box-nav-vertical .block-title,
.header.style-10 .block-menu-bar:not(:first-child) > a{
    color: #fff;
    background-color: #181818;
}
.header.style-10 .box-nav-vertical .block-title .icon,
.header.style-10 .block-menu-bar:not(:first-child) > a .icon{
    order: 1;
}
.header.style-10 .box-nav-vertical .block-title .text,
.header.style-10 .block-menu-bar:not(:first-child) > a .text{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-start: 0;
    margin-inline-end: 15px;
}
.header.style-10 .box-nav-vertical.open .block-title,
.header.style-10 .box-nav-vertical .block-title:hover{
    background-color: #000;
}
.header.style-12 .block-menu-bar:first-child > a,
.header.style-10 .block-menu-bar:first-child > a,
.header.style-08 .block-menu-bar:first-child > a,
.header.style-04 .block-menu-bar:first-child > a,
.header.style-01 .block-menu-bar:first-child > a{
    padding: 16px 0;
}
.header.style-10 .header-bot .header-inner{
    background-color: #262626;
}
.header.style-01 .header-bot .header-inner{
    background-color: #e9e9e9;
}
.header.style-08 .header-vertical{
    margin-inline-end: 30px;
}
.header.style-08 .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
}
.header.style-10 .box-header-nav,
.header.style-04 .box-header-nav,
.header.style-01 .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 30px;
}
.header.style-10 .box-header-nav:nth-child(2),
.header.style-04 .box-header-nav:nth-child(2),
.header.style-01 .box-header-nav:nth-child(2){
    text-align: center;
}
/* style-02 */
.header.style-02 .header-top{
    --main-header-bg: #3f3f3f;
    border: none;
}
.header.style-02 .header-bot{
    --main-header-bg: #f5f5f5;
}
.header.style-02 .header-bot .header-inner{
    background-color: transparent !important;
}
/* style-03 */
.header.style-03 .header-top{
    border: none;
    --main-header-bg: #f6f6f6;
}
.header.style-06 .box-nav-vertical .block-content,
.header.style-04 .box-nav-vertical .block-content,
.header.style-03 .box-nav-vertical .block-content{
    padding-bottom: 12px;
}
.header.style-03 .box-nav-vertical .block-title:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
}
.header.style-03 .header-bot{
    --main-header-bg: var(--main-color);
}
.header.style-03 div.dgwt-wcas-search-wrapp{
    padding: 5px 0;
    width: 660px;
}
.header.style-03 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    box-shadow: none !important;
}
.header.style-03 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    z-index: 1;
}
.header.style-03 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
}
.header.style-03 .header-info .item{
    color: #fff;
}
.header.style-03 .header-info a:not(:hover) .text-1{
    opacity: 0.55;
}
.header.style-03 .header-info a:not(:hover) .text-2{
    color: inherit;
}
/* style-04 */
.header.style-04 .header-top{
    --main-header-bg: #3f3f3f;
    border: none;
}
.header.style-04 div.dgwt-wcas-search-wrapp{
    --wcas-category-w: 126px;
    width: 330px;
}
.header.style-04 div.dgwt-wcas-search-wrapp .category .chosen-container .chosen-single{
    --input-padding-h: 15px;
}
.header.style-04 .header-bot{
    --main-header-bg: #e9e9e9;
}
/* style-05 */
.header-mobile.style-05,
.header.style-05{
    --main-header-bg: #252525;
}
.header.style-05 .header-top{
    --main-header-bg: inherit;
    border-bottom: 1px solid #333;
}
.header.style-05 .header-bot{
    --main-header-bg: #111;
}
.header.style-05 div.dgwt-wcas-search-wrapp{
    --input-bg: transparent;
    --input-sd: 0 0 0 1px #444 inset;
    color: #888;
}
.header.style-05 div.dgwt-wcas-search-wrapp .category:before{
    border-color: #fff;
}
.header.style-05 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    color: inherit;
    background-color: transparent;
}
.header.style-05 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color);
}
.header.style-05 .header-info{
    color: #666;
}
.header.style-05 .header-info a:not(:hover) .text-2,
.header.style-05 .inner-control > * > a:not(:hover) .total{
    color: var(--header-link-color);
}
.header.style-05 .inner-control > * > a:not(:hover) .text{
    color: #666;
}
/* style-06 */
.header.style-06 .header-top{
    border: none;
}
.header.style-06 .header-top .header-inner{
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.header.style-07 .header-info .text-1,
.header.style-06 .header-info .text-1{
    font-size: 14px;
    font-weight: var(--main-h-fw);
}
.header.style-07 .header-info .text-2,
.header.style-06 .header-info .text-2{
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    opacity: 0.65;
}
.header.style-07 .header-info .icon,
.header.style-06 .header-info .icon{
    width: 40px;
    font-size: 30px;
}
.header.style-06 .header-bot{
    --main-header-bg: #f4f4f4;
}
.header.style-06 .header-bot .header-inner{
    background-color: transparent !important;
}
.header.style-06 .box-header-nav{
    padding: 0;
    text-align: inherit !important;
}
.header.style-06 .header-vertical{
    margin-top: 20px;
}
/* style-07 */
.header.style-07 .header-top{
    --default-color: #222;
    --main-header-bg: #fff;
    border: none;
}
.header.style-07 .header-submenu{
    color: var(--default-color);
}
.header-mobile.style-07,
.header.style-07 .header-mid{
    --header-link-color: var(--main-color-t);
    --header-link-color-h: #e5534c;
}
.header-mobile.style-07 .logo .logo-text,
.header.style-07 .logo .logo-text{
    color: var(--main-color-t);
}
.header-mobile.style-07 .logo .logo-text span,
.header.style-07 .logo .logo-text span{
    color: inherit;
}
.header-mobile.style-07.light .mobile-top:after,
.header-mobile.style-07.light .mobile-bot:after{
    opacity: 0.1;
}
.header.style-07 .inner-control > * > a .icon .count{
    color: var(--default-color);
    background-color: #fff;
}
.header.style-07 .header-bot{
    --header-link-color: var(--main-color-t);
    --header-link-color-h: #e5534c;
}
.header.style-07 .header-bot .header-inner{
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: transparent !important;
}
.header.style-07 .box-nav-vertical{
    width: auto;
    margin-inline-end: 15px;
}
.header.style-07 .box-nav-vertical .block-title{
    padding: 24px 0;
    font-size: 13px;
    font-weight: 400;
    background-color: transparent;
    transition: none;
}
.header.style-07 .box-nav-vertical .block-title .text{
    margin-inline-start: 10px;
}
.header.style-07 .box-nav-vertical .block-title:hover,
.header.style-07 .box-nav-vertical.open .block-title{
    color: var(--header-link-color-h, var(--main-color));
}
.header.style-07 .block-menu-bar > a,
.header.style-07 .main-menu > .menu-item > a{
    font-size: 13px;
    font-weight: 400;
    padding: 24px 0;
}
.header.style-07 .header-bot.is-sticky .main-menu > .menu-item > a{
    padding: 16px 0;
}
.header.style-07 .main-menu{
    margin: 0 -9px;
}
.header.style-07 .main-menu > .menu-item{
    margin: 0 9px;
}
.header.style-07 .box-header-nav{
    padding: 0;
}
.header.style-07 .block-minicart .widget_shopping_cart{
    border-top-color: var(--default-color);
}
.header.style-07 .block-menu-bar:not(:first-child) > a{
    padding-inline-start: 0;
    padding-inline-end: 0;
}
/* style-08 */
.header.style-08 .header-top{
    --header-top-devider-h: 14px;
    --header-top-item-mg: 18px;
}
.header.style-08 .header-submenu > li > a{
    text-transform: none;
}
.header.style-08 .header-bot{
    --main-header-bg: #232f3e;
}
.header.style-08 .inner-control > * > a{
    text-transform: none;
    line-height: 18px;
}
.header.style-08 .inner-control > * > a .icon{
    min-width: 52px;
    box-shadow: 0 0 0 2px var(--main-line) inset;
    border-radius: 90px;
    text-align: center;
    padding: 15px 0;
    font-size: 22px;
}
.header.style-08 .inner-control > * > a:not(:hover) .icon{
    color: var(--default-color);
}
.header.style-08 .block-minicart > a .icon:before{
    font-family: main-icon, sans-serif;
    content: '\e97d';
    font-size: 20px;
}
.header.style-08 .inner-control > * > a:not(:hover){
    color: var(--default-color);
}
.header.style-08 .inner-control > * > a .text{
    text-align: start;
}
.header.style-08 .block-userlink > a .text{
    margin-inline-start: 10px;
}
.header.style-08 .inner-control > * > a .sub,
.header.style-08 .inner-control > * > a .total{
    display: block;
    font-size: 13px;
    line-height: 16px;
}
.header.style-08 .inner-control > * > a:not(:hover) .sub,
.header.style-08 .inner-control > * > a:not(:hover) .total{
    color: #888;
}
.header.style-08 .inner-control > * > a .icon .count{
    left: 70%;
}
.header.style-08 div.dgwt-wcas-search-wrapp{
    --wcas-button-w: 124px;
    width: 630px;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    --input-sd: 0 0 0 2px var(--main-line) inset;
    --input-sd-h: 0 0 0 2px var(--main-color) inset;
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    font-size: 14px;
    line-height: var(--button-lh);
    padding: var(--button-padding) 15px;
    text-transform: none;
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    display: none;
}
/* style-09 */
.header.style-09 .header-top{
    --main-header-bg: #f3f3f3;
    --header-top-devider-h: 14px;
    --header-top-item-mg: 18px;
    border-bottom: none;
}
.header.style-09 .header-submenu > li > a{
    text-transform: none;
}
.header.style-09 .header-submenu > li > a .icon{
    opacity: 0.5;
}
.header.style-09 .logo .logo-text span{
    color: inherit;
}
.header.style-09 .header-info .item{
    padding: 0;
}
.header.style-09 .header-info .icon{
    width: 20px;
    font-size: 14px;
    line-height: 20px;
}
.header.style-09 .header-info .text-1{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.header.style-09 .header-info a:not(:hover) .text-1{
    color: var(--default-color);
}
.header.style-09 .header-info .text-2{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    font-weight: inherit;
}
.header.style-09 div.dgwt-wcas-search-wrapp{
    --wcas-button-w: 107px;
    width: 530px;
}
.header.style-09 .inner-control > * > a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.header.style-09 .inner-control > * > a:not(:hover){
    color: var(--header-link-color);
}
.header.style-09 .inner-control > * > a .icon{
    min-width: auto;
    line-height: 20px;
    border-radius: 0;
    box-shadow: none;
    color: inherit !important;
    padding: 8px 0;
}
.header.style-09 .inner-control > * > a .icon .count{
    left: 60%;
}
.header.style-09 .block-wishlist > a .icon{
    font-size: 20px;
}
.header.style-09 .block-wishlist > a .icon .count{
    display: inline-block;
    vertical-align: top;
    position: static;
    background-color: transparent;
    color: inherit;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding: 0;
    min-width: auto;
    margin-inline-start: 5px;
}
.header.style-09 .block-minicart > a .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f291";
}
.header.style-09 .inner-control > * > a .txt{
    display: none;
}
.header.style-09 .inner-control > * > a .total{
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.header.style-09 .box-nav-vertical .block-title{
    z-index: 10;
}
.header.style-09 .box-nav-vertical .block-content{
    padding: 15px 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.header.style-09 .view-all-menu a:before,
.header.style-09 .vertical-menu > .menu-item:not(:first-child) > a:before{
    display: none;
}
.header.style-09 .view-all-menu a,
.header.style-09 .vertical-menu > .menu-item > a{
    font-size: 14px;
    text-transform: none;
    padding: 14px 20px;
}
/* style-10 */
.header-mobile.style-10,
.header.style-10{
    --main-header-bg: #313131;
}
.header.style-10 .header-top{
    --main-header-bg: #222;
    --header-link-color: #888;
    --header-top-devider-op: 0.1;
    border-bottom: none;
}
.header.style-10 .header-submenu > li > a{
    text-transform: none;
}
.header.style-10 .inner-control > * > a{
    background-color: rgba(255,255,255,0.1);
    font-size: 13px;
    font-weight: var(--main-h-fw);
    text-transform: none;
    padding: 10px 13px;
}
.header.style-10 .inner-control > * > a .icon{
    font-size: 16px;
    line-height: inherit;
    padding: 0;
}
.header.style-10 .inner-control > * > a .icon .count,
.header.style-10 .inner-control > * > a .txt{
    display: none;
}
.header.style-10 .inner-control > * > a .text{
    margin-inline-start: 9px;
}
.header.style-10 .inner-control > * > a .item,
.header.style-10 .inner-control > * > a .sub{
    display: inline;
}
.header.style-10 .inner-control > * > a .total{
    font-size: inherit;
    font-weight: inherit;
}
.header.style-10 .block-minicart > a .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f07a";
}
.header.style-10 .block-minicart > a .text:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f061";
    font-weight: 400;
    color: var(--main-color-t);
    background-color: var(--main-color);
    padding: 10px 14px;
    margin: -10px 13px;
    margin-inline-end: -13px;
}
.header.style-10 div.dgwt-wcas-search-wrapp{
    --input-height: 40px;
    --input-padding: 8px;
    --wcas-button-w: 88px;
    width: 570px;
}
.header.style-10 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    border-radius: 0 !important;
}
.header.style-10 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: var(--main-h-tt);
    border-radius: 0 !important;
}
.header.style-10 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    display: none;
}
.header.style-10 div.dgwt-wcas-search-wrapp .category:before{
    height: 18px;
    opacity: 0.25;
}
.header.style-10 .box-nav-vertical .block-content{
    padding: 7px 0 4px;
}
/* style-12 */
.header.style-12 .header-top{
    --main-header-bg: #f9f9f9;
    border-bottom: none;
}
.header.style-12 .header-submenu > li > a{
    text-transform: none;
}
.header.style-12 .header-mid .header-inner{
    padding: 10px 0 0;
}
.header.style-12.has-vertical .header-mid .header-inner{
    padding: 10px 0;
}
.header.style-12 .header-vertical{
    margin-inline-end: 20px;
}
.header.style-12 .box-nav-vertical .block-content{
    padding: 8px 0 13px;
}
.header.style-12 .view-all-menu a,
.header.style-12 .vertical-menu > .menu-item > a{
    font-size: 14px;
    text-transform: none;
    padding: 10px 20px;
}
.header.style-12 .view-all-menu a:before,
.header.style-12 .vertical-menu > .menu-item:not(:first-child) > a:before{
    margin: -10px 0 10px;
}
.header.style-12 .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
}
.header.style-12 .main-menu{
    margin: 0 -25px;
}
.header.style-12 .main-menu > .menu-item{
    margin: 0 25px;
}
.header.style-12 .main-menu > .menu-item-has-children > a:not(:last-child):after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    margin: 1px 0 -1px;
    margin-inline-start: 5px;
}
.header.style-12 div.dgwt-wcas-search-wrapp{
    --input-height: 44px;
    --input-padding: 10px;
    --wcas-button-w: 86px;
    width: 660px;
}
.header.style-12 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    border-radius: 0 !important;
}
.header.style-12 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    text-transform: var(--main-h-tt);
    border-radius: 0 !important;
}
.header.style-12 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    display: none;
}
.header.style-12 .inner-control > * > a{
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
}
.header.style-12 .inner-control > * > a .total{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header.style-12 .inner-control > * > a .icon{
    font-size: 22px;
}
.header.style-12 .block-wishlist > a .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f08a";
}
.header.style-12 .block-minicart > a .icon:before{
    font-family: FontAwesome, sans-serif;
    content: "\f290";
}
/* style-13 */
.header.style-13 .header-bot{
    --main-header-bg: #f6f6f6;
}
.header.style-13 .box-nav-vertical .block-content{
    padding: 8px 0 33px;
}
@media (min-width: 768px){
    .header.style-10 .header-mid .header-end,
    .header.style-08 .header-mid .header-end,
    .header.style-04 .header-mid .header-end,
    .header.style-01 .header-mid .header-end{
        flex: 1 1 auto;
        width: 1%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header.style-10 .block-search,
    .header.style-08 .block-search,
    .header.style-01 .block-search{
        width: 100%;
    }
    .header.style-04 .header-info,
    .header.style-01 .header-info{
        padding-inline-end: 35px;
    }
    .header.style-04 .header-info:after,
    .header.style-01 .header-info:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 15px;
        height: 28px;
        border-inline-end: 2px solid;
        opacity: 0.2;
        margin: auto;
    }
    .header.style-03 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .header.style-03 .block-search{
        flex: 1 1 auto;
        width: 1%;
        padding-inline-end: 20px;
    }
    .header.style-04 .block-search{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-12 .block-search{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
}
@media (min-width: 992px){
    .header.style-10 .block-search,
    .header.style-08 .block-search,
    .header.style-01 .block-search{
        flex: 1 1 auto;
        width: 1%;
        text-align: end;
        padding-inline-end: 30px;
    }
}
@media (min-width: 1200px){
    .header.style-10 .block-search{
        padding-inline-end: 90px;
    }
    .header.style-01 .block-search{
        padding-inline-end: 60px;
    }
    .header.style-03 .block-search:not(:first-child){
        padding-inline-start: 20px;
    }
    .header.style-08 .block-search{
        padding-inline-end: 40px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .header.style-04 .header-mid .header-inner > *{
        width: 100%;
        margin: 0 !important;
        text-align: center;
        justify-content: center;
    }
}
@media (max-width: 1199px){
    .header.style-12 .header-bot .header-inner,
    .header.style-10 .header-bot .header-inner,
    .header.style-04 .header-bot .header-inner,
    .header.style-01 .header-bot .header-inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header.style-12 .header-bot .header-inner,
    .header.style-06 .header-bot .header-inner{
        justify-content: flex-start;
    }
    .header.style-12 .box-header-nav:nth-child(2),
    .header.style-10 .box-header-nav:nth-child(2),
    .header.style-04 .box-header-nav:nth-child(2),
    .header.style-01 .box-header-nav:nth-child(2){
        display: none;
    }
    .header.style-08 div.dgwt-wcas-search-wrapp{
        --wcas-button-w: 104px;
    }
    .header.style-09 .inner-control > * > a{
        padding: 6px 0;
    }
    .header.style-09 div.dgwt-wcas-search-wrapp{
        --wcas-button-w: 97px;
    }
}
@media (max-width: 767px){
    .header.style-12 .block-menu-bar:not(:first-child),
    .header.style-10 .block-menu-bar:not(:first-child),
    .header.style-08 .block-menu-bar:not(:first-child),
    .header.style-04 .block-menu-bar:not(:first-child),
    .header.style-01 .block-menu-bar:not(:first-child){
        width: 100%;
    }
    .header.style-03 .header-bot .header-inner{
        padding: 3px 0;
    }
    .header.style-03 div.dgwt-wcas-search-wrapp{
        padding: 2px 0;
    }
    .header.style-09 .header-bot .header-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .header.style-09 .block-menu-bar{
        width: auto !important;
    }
    .header.style-09 .block-menu-bar > a .text{
        display: none;
    }
    .header.style-09 .box-header-nav{
        display: none;
    }
    .header.style-09 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-09 .inner-control{
        justify-content: flex-end;
    }
}
/*----- 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;
    }
    .header .header-sticky.sticky-top-0 .header-inner{
        transition: padding 0.2s ease;
    }
    body:not(.elementor-editor-active) .header .header-mid.is-sticky .header-inner{
        padding-top: 0;
        padding-bottom: 0;
    }
    body.admin-bar .site > .header-sticky{
        top: 32px;
    }
    body.elementor-editor-active > .site > .header-sticky{
        display: none;
    }
    .site > .header-sticky{
        --main-header-bg: var(--popup-bg);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: var(--main-header-bg);
        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;
    }
}
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link{
    line-height: var(--main-h-lh);
    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: var(--main-h-lh);
    margin-top: 3px;
}
/*----- 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;
}
/*----- 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: var(--main-bora);
}
.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: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora-2);
    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: FontAwesome, sans-serif;
    content: "\f102";
    font-size: 24px;
    line-height: 1;
}
/*----- 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: 14px;
    line-height: 1;
    font-weight: var(--main-h-fw);
}
@media (max-width: 1199px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
    }
}
/*==========================================================================
CUSTOM
===========================================================================*/
.custom-label-1{
    --custom-label-sz: 112px;
    --custom-label-bg: var(--main-color);
    --custom-label-fz: 14px;
    --custom-label-lh: 20px;
    position: absolute;
    top: -35px;
    left: -5px;
    width: var(--custom-label-sz) !important;
    height: var(--custom-label-sz) !important;
    overflow: hidden;
}
.custom-label-1:before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-inline-start: 6px solid transparent;
    border-inline-end: 4px solid transparent;
    border-bottom: 5px solid hsl(var(--mc-hsl-h), var(--mc-hsl-s), calc(var(--mc-hsl-l) * 0.5));
}
.custom-label-1:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 4px solid transparent;
    border-inline-end: 5px solid hsl(var(--mc-hsl-h), var(--mc-hsl-s), calc(var(--mc-hsl-l) * 0.5));
}
.custom-label-1 .elementor-widget-container:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-top: calc(var(--custom-label-sz) - 4px) solid var(--main-color);
    border-inline-end: calc(var(--custom-label-sz) - 4px) solid transparent;
    z-index: 1;
}
.custom-label-1 .elementor-heading-title{
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: var(--custom-label-fz);
    line-height: var(--custom-label-lh);
    font-weight: 700;
    color: var(--main-color-t);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: calc((var(--custom-label-sz) - var(--custom-label-lh)) / 2 + var(--custom-label-lh));
    transform-origin: center top;
    transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 767px){
    .custom-label-1{
        --custom-label-sz: 96px;
        --custom-label-fz: 12px;
        --custom-label-lh: 16px;
        top: -20px;
    }
}
/*==========================================================================
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,
.techone-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 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-2 .elementor-icon.elementor-social-icon,
.main-bora-2{
    border-radius: var(--main-bora-2);
}
.container.site-content .container{
    padding-inline-start: 0;
    padding-inline-end: 0;
}