/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f5f5f5;
    border-top: 3px solid var(--main-color);
    list-style: none !important;
    width: auto;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a{
    font-weight: var(--main-h-fw);
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before{
    content: " ";
    display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button{
    float: right;
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a{
    float: none;
    width: 100%;
    margin: 0;
}
.woocommerce-checkout-payment{
    background-color: #ebe9eb;
    padding: 30px 15px;
    margin-top: 15px;
}
.woocommerce-checkout-payment .payment_methods{
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method{
    list-style: none;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child){
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.woocommerce-checkout-payment .payment_methods label{
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}
.woocommerce-checkout-payment .payment_methods .stripe-pf-right{
    float: none;
}
.woocommerce-checkout-payment .payment_methods .payment_method_paypal img{
    margin-top: -3px;
    margin-inline-end: 5px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #000;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #dfdcde;
}
.woocommerce-checkout-payment .payment_box p:last-child{
    margin: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row{
    margin-bottom: 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
    display: block;
    margin-bottom: 2px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
    display: inline-block;
    width: calc(50% - 15px);
    overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last{
    float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row::after,
.woocommerce ul.cart_list li::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row::after,
.woocommerce-page ul.cart_list li::after{
    clear: both;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select{
    box-sizing: border-box;
    width: 100%;
}
.woocommerce form .form-row select{
    padding: 9px 20px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text{
    height: 126px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
    width: 100%;
}
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after{
    content: '';
    display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after{
    clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
    float: left;
    width: calc(50% - 15px);
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
    float: right;
}
.woocommerce-thankyou-order-details{
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-received{
    color: #000;
    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;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f1f1f1;
}
.woocommerce .woocommerce-MyAccount-navigation{
    padding: 10px 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before,
.woocommerce .woocommerce-MyAccount-navigation ul li::after{
    content: '';
    display: table;
    clear: both;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 8px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:not(:hover){
    color: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    color: #000;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after{
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-inline-start: 10px;
}
.woocommerce .woocommerce-MyAccount-content{
    overflow: hidden;
}
.woocommerce address{
    line-height: inherit;
}
.woocommerce .woocommerce-MyAccount-content .edit{
    font-style: italic;
}
.woocommerce .review_link_data_wappers{
    line-height: 0;
}
.woocommerce .review_link_data_wappers > *{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.woocommerce .review_link_data_wappers .button{
    padding: 6px 15px;
    font-size: 12px;
    margin-inline-end: 5px;
}
.woocommerce #shipping_method{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce #shipping_method label{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.woocommerce #shipping_method input[type="radio"] ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label{
    display: inline;
    cursor: pointer;
}
.woocommerce #shipping_method input[type="radio"]:hover ~ label,
.woocommerce #shipping_method input[type="radio"] ~ label:hover,
.woocommerce #shipping_method input[type="checkbox"]:hover ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label:hover{
    color: var(--main-color);
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    min-width: 150px;
}
.woocommerce-form-login .form-row .button{
    margin-inline-end: 15px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox{
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox:hover{
    color: var(--main-color);
}
.return-to-shop .button,
.woocommerce-MyAccount-content > .button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
#customer_login input[type="submit"],
.woocommerce-ResetPassword input[type="submit"]{
    vertical-align: middle;
    min-width: 180px;
    margin-top: 10px;
}
body .select2-drop{
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
body .select2-dropdown{
    padding: 5px 0;
    border-color: #e5e5e5;
    border-radius: 0 !important;
    z-index: 100000;
}
body .select2-dropdown .select2-results__option{
    padding: 3px 20px;
}
body .select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #e5e5e5;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: inherit;
    line-height: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;
}
body .select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e5e5e5;
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
body .select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 5px 5px 10px;
    display: block;
    padding-inline-start: 10px;
}
body .select2.select2-container .select2-search--inline .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field{
    height: auto;
    background-color: transparent;
    margin-top: 0;
    padding: 0 10px;
}
body .select2-drop.select2-drop-above .select2-search input{
    width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__clear{
    float: none;
}
.place-order #place_order{
    margin-top: 20px;
    min-width: 250px;
    font-size: 20px;
    padding: 11px 20px;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    display: block;
    width: auto;
    font-size: 20px;
    padding: 11px 20px;
}
.cart-collaterals .wc-proceed-to-checkout .button:not(:last-child){
    margin-bottom: 20px;
}
@media (max-width: 767px){
    .place-order #place_order{
        min-width: 230px;
        font-size: 18px;
        padding: 9px 20px;
    }
    .cart-collaterals .wc-proceed-to-checkout .button{
        font-size: 18px;
        padding: 9px 20px;
    }
}
.woocommerce-form__label-for-checkbox{
    cursor: pointer;
}
.woocommerce-privacy-policy-link,
.woocommerce-privacy-policy-link:hover,
.woocommerce-privacy-policy-link:focus,
.woocommerce-terms-and-conditions-link,
.woocommerce-terms-and-conditions-link:hover,
.woocommerce-terms-and-conditions-link:focus{
    text-decoration: underline;
}
.woocommerce-checkout-review-order-table .amount{
    color: inherit;
}
.woocommerce-checkout-review-order-table .order-total .amount{
    color: var(--main-color);
}
.woocommerce-checkout-review-order-table .cart_item dl:last-child,
.woocommerce-checkout-review-order-table .cart_item dl p:last-child{
    margin-bottom: 0;
}
.col2-set .col-1 > h2,
.col2-set .col-2 > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading{
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000;
    clear: both;
}
#ship-to-different-address{
    overflow: hidden;
}
#ship-to-different-address label input[type="checkbox"]{
    display: none;
}
#ship-to-different-address label span{
    position: relative;
    display: block;
    margin: 0;
    padding-inline-end: 43px;
}
#ship-to-different-address label{
    font-weight: inherit;
    cursor: pointer;
    color: inherit;
    margin: 0;
    font-size: inherit;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::after{
    right: 3px;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::before{
    background-color: var(--main-color);
}
#ship-to-different-address label span::before{
    content: "";
    display: block;
    height: 20px;
    width: 36px;
    background-color: #c2c2c2;
    border-radius: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 2px;
    right: 0;
}
#ship-to-different-address label span::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 18px;
    border-radius: 13em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop_table .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: 17px;
    line-height: 1.471;
    font-weight: 600;
    color: #000;
}
.shop_table td.product-price > *,
.shop_table td.product-subtotal > *{
    display: inline-block;
    vertical-align: bottom;
}
.shop_table td.product-price .amount,
.shop_table td.product-subtotal .amount{
    color: inherit;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del{
    font-weight: 400;
    color: #808080;
    margin-inline-end: 5px;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins{
    color: var(--main-color);
    text-decoration: none;
}
.shop_table td.product-thumbnail a img{
    width: 170px;
    max-width: inherit;
}
.shop_table td.product-remove a{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}
.shop_table .actions{
    text-align: start;
    padding: 20px 0;
    border: none;
}
.shop_table .actions::before,
.shop_table .actions::after{
    content: '';
    display: table;
    clear: both;
}
.shop_table .actions .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 table.wishlist_table td.product-add-to-cart a{
    display: inline-block !important;
    vertical-align: top;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 20px !important;
}
.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: #000;
    float: left;
    margin-inline-end: 5px;
}
.woocommerce table.wishlist_table td.product-name a:not(.yith-wcqv-button){
    padding: 4px 0;
    padding-inline-end: 15px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a{
    max-width: inherit;
}
.woocommerce table.wishlist_table .product-price,
.woocommerce table.wishlist_table .product-stock-status{
    text-align: center;
}
.woocommerce table.wishlist_table tfoot td{
    border: none;
    padding: 0;
    text-align: start;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share{
    margin: 30px 0 0;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share ul{
    margin: 0;
}
.woocommerce table.wishlist_table tr td.product-remove{
    padding: 0;
}
.woocommerce #content table.wishlist_table.cart a.remove{
    color: inherit;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: transparent;
    color: var(--main-color);
}
.woocommerce .yith-wcwl-share li a{
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile{
    list-style: none;
    padding: 0;
}
.woocommerce ul.wishlist_table.mobile li{
    position: relative;
    margin-bottom: 30px;
}
.woocommerce ul.wishlist_table.mobile li table td.label{
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    font-weight: var(--main-h-fw) !important;
    padding: 0 !important;
    color: #000 !important;
}
.woocommerce ul.wishlist_table.mobile li table td.value{
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    padding: 0 !important;
}
.woocommerce ul.wishlist_table.mobile li .item-wrapper{
    display: flex;
    margin-bottom: 0;
}
.woocommerce ul.wishlist_table.mobile li .product-thumbnail{
    margin: 0;
    margin-inline-end: 10px;
}
.woocommerce ul.wishlist_table.mobile li .item-details{
    flex: 1 1 auto;
    width: 1%;
}
.woocommerce ul.wishlist_table.mobile li .item-details h3{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    margin-bottom: 5px;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover){
    color: #000;
}
.woocommerce ul.wishlist_table.mobile li .item-details .amount{
    color: var(--main-color);
}
.woocommerce ul.wishlist_table.mobile li .product-add-to-cart a.button{
    display: block !important;
    line-height: inherit;
}
.woocommerce ul.wishlist_table.mobile li .product-remove{
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a{
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a:not(:hover){
    color: #808080;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a i::before{
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
}
.woocommerce ul.wishlist_table.mobile li ins{
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .add-to-cart{
    display: block;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
    text-align: start;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value{
    text-align: end;
}
.woocommerce .user-role > .radio{
    margin-inline-start: 20px;
    cursor: pointer;
}
.woocommerce .user-role > .radio > input{
    cursor: inherit;
}
.woocommerce form #billing_phone_field,
.woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field,
.woocommerce-page form #billing_email_field{
    width: 100%;
}
.shop_table .woocommerce-shipping-contents{
    margin-bottom: 0;
}
.cart_totals .shop_table th{
    width: 33%;
}
.cart_totals .woocommerce-shipping-calculator > p{
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-calculator > .shipping-calculator-form p{
    margin: 10px 0 0;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
    color: #000;
    font-weight: var(--main-h-fw);
    font-size: calc(100% + 2px);
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{
    color: var(--main-color);
}
@media (max-width: 767px){
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2{
        float: none;
        width: 100%;
    }
    .woocommerce .col2-set .col-1:not(:last-child),
    .woocommerce-page .col2-set .col-1:not(:last-child){
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
    }
    .woocommerce .woocommerce-MyAccount-navigation{
        width: 100%;
        float: none;
        margin-inline-end: 0;
    }
    .shop_table .actions .coupon{
        display: block;
        margin-bottom: 5px;
    }
    .shop_table .actions .coupon .input-text,
    .shop_table .actions .coupon button{
        margin: 0 0 10px;
    }
    .shop_table .actions > .button{
        float: none;
    }
    .woocommerce-cart-form > .shop_table{
        border: none;
    }
    .woocommerce-cart-form > .shop_table thead{
        display: none;
    }
    .woocommerce-cart-form > .shop_table,
    .woocommerce-cart-form > .shop_table > *{
        display: block;
    }
    .woocommerce-cart-form > .shop_table tr{
        display: block;
        margin-bottom: 30px;
        border: 1px solid #e5e5e5;
    }
    .woocommerce-cart-form > .shop_table td{
        display: block;
        text-align: center !important;
        border: none;
    }
    .woocommerce-cart-form > .shop_table td:not(:first-child){
        border-top: 1px solid #f2f2f2;
    }
    .woocommerce-cart-form > .shop_table .actions{
        padding: 0;
    }
    /* orders-table mobile */
    .woocommerce-orders-table thead{
        display: none;
    }
    .woocommerce-orders-table tbody{
        display: block;
    }
    .woocommerce-orders-table tr{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-orders-table tr:not(:last-child){
        margin-bottom: 16px;
    }
    .woocommerce-orders-table td{
        width: 100%;
        border: none;
        padding: 0;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
        width: auto;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-date{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-start: 16px;
        text-align: end;
    }
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 479px){
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last{
        float: none;
        width: 100%;
    }
    .woocommerce-form-login .woocommerce-form__label-for-checkbox{
        float: none;
        margin-top: 15px;
    }
}
/*==========================================================================
VISUAL COMPOSER
===========================================================================*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section{
    padding-top: 0;
}
body .vc_cta3-container,
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0;
}
div.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner{
    z-index: auto;
}
.vc_column_container{
    max-width: 100%;
}
/*----- CUSTOM HEADING -----*/
.vc_custom_heading a{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-widget-heading .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: #000;
}
.ovic-google-maps .direction-maps{
    background-color: #000;
}
.ovic-google-maps .direction-maps:hover{
    background-color: var(--main-color);
}
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
    background-color: transparent;
}
/*----- PARALLAX -----*/
@media (min-width: 1200px){
    .vc_section.vc_parallax:not(.fp-section),
    .wpb_row.vc_parallax,
    .wpb_column.vc_parallax > .vc_column-inner{
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .vc_section.vc_parallax:not(.fp-section) > .vc_parallax-inner,
    .wpb_row.vc_parallax > .vc_parallax-inner,
    .wpb_column.vc_parallax > .vc_parallax-inner{
        height: 100% !important;
        top: 0 !important;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .vc_section.vc_parallax.fp-section > .vc_parallax-inner{
        display: none !important;
    }
}
/*==========================================================================
ELEMENTOR
===========================================================================*/
/*----- ANIMATION -----*/
body .elementor-animation-grow{
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
/*----- EDITER -----*/
.elementor-edit-area-active .elementor-column{
    min-width: 20px;
}
@media (min-width: 768px){
    .elementor-edit-area-active .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap{
        margin: 5px;
    }
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.owl-slick{
    display: block;
}
body .elementor-widget:not(:last-child){
    margin: 0;
}
.elementor-edit-area-active .elementor-inner-section > .elementor-container > .elementor-row,
.elementor-edit-area-active .elementor-top-section > .elementor-container > .elementor-row{
    min-height: 20px;
}
/* revolution */
body.elementor-editor-active .elementor-widget-slider_revolution .elementor-widget-empty-icon{
    padding: 150px 0;
}
/* play */
.elementor-custom-embed-play i{
    font-size: 58px;
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-custom-embed-play i::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e92a';
}
.elementor-open-lightbox{
    position: relative;
}
.dialog-type-lightbox{
    z-index: 999999;
}
/* image */
.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 img{
    border-radius: inherit;
}
/* social */
.elementor-widget-social-icons a{
    text-decoration: none !important;
}
/* text-editer */
.elementor-widget-text-editor .elementor-text-editor > :last-child{
    margin-bottom: 0;
}
/* counter */
.ovic-elementor-counter .elementor-counter .elementor-counter-number-wrapper{
    display: block;
}
/* toggle */
.ovic-elementor-toggle .elementor-toggle{}
/* accordion */
.ovic-elementor-accordion .elementor-accordion .elementor-accordion-item,
.ovic-elementor-accordion .elementor-accordion .elementor-accordion-item + .elementor-accordion-item{
    border: 0 solid #e5e5e5;
}
.ovic-elementor-accordion .elementor-accordion .elementor-accordion-item:not(:last-child){
    margin-bottom: 20px;
}
.ovic-elementor-accordion .elementor-accordion .elementor-tab-title{
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    padding: 0;
}
.ovic-elementor-accordion .elementor-accordion .elementor-accordion-title{
    flex: 1 1 auto;
    width: 1%;
    padding: 0;
}
.ovic-elementor-accordion .elementor-accordion .elementor-accordion-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5;
    text-align: center;
    margin-inline-end: 30px;
}
.ovic-elementor-accordion.icon-right .elementor-accordion .elementor-accordion-icon{
    order: 1;
    margin-inline-end: 0;
    margin-inline-start: 30px;
}
.ovic-elementor-accordion .elementor-accordion .elementor-active .elementor-accordion-icon{
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
}
.ovic-elementor-accordion .elementor-accordion .elementor-tab-content{
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0 6px;
    padding-inline-start: 64px;
}
.ovic-elementor-accordion.icon-right .elementor-accordion .elementor-tab-content{
    padding-inline-start: 0;
    padding-inline-end: 64px;
}
.ovic-elementor-accordion .elementor-accordion .elementor-tab-content > :last-child{
    margin-bottom: 0;
}
/* 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.elementor-element .elementor-social-icon:hover{
    color: #fff;
    background-color: var(--main-color);
}
.elementor div.elementor-element .elementor-social-icon:hover i{
    color: inherit;
}
.elementor div.social-no-bg .elementor-social-icon:hover{
    color: var(--main-color);
    background-color: transparent;
}
.elementor-social-icon{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-social-icon:hover{
    opacity: 1;
}
/* divider */
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{
    vertical-align: top;
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.post-item.sticky .post-title a{
    margin-inline-end: 5px;
}
.post-item.sticky .post-title::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f024";
    color: var(--main-color);
}
.woocommerce-review__author,
.comment-author,
.post-author,
.author{
    text-transform: capitalize;
    color: #000;
}
/*----- MODAL -----*/
.modal.fade .modal-dialog{
    top: 50%;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}
.modal.in div.modal-dialog{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content{
    border-radius: 0;
    border: none;
}
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close{
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    color: #000;
    padding: 0;
    border: none;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    opacity: 1;
}
#yith-quick-view-close:hover,
.modal-content .btn-close:hover,
div.mfp-content button.mfp-close:hover{
    color: var(--main-color);
}
#yith-quick-view-close::before,
.modal-content .btn-close::before,
div.mfp-content button.mfp-close::before{
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 30px;
}
@media (max-width: 479px){
    #yith-quick-view-close,
    .modal-content .btn-close,
    div.mfp-content button.mfp-close{
        top: 0;
        right: 0;
    }
}
/*----- CURRENT MENU ITEM -----*/
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-parent > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_item > a{
    color: var(--main-color);
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.active-overlay .overlay-body,
.ovic-open-mobile-menu .overlay-body,
.ovic-open-mobile-options .overlay-body,
.open-mobile-sidebar .overlay-body,
.open-header-minicart .overlay-body,
.show-main-menu .overlay-body{
    opacity: 0.5;
    visibility: visible;
}
@media (max-width: 1199px){
    .overlay-body{
        z-index: 100000;
    }
}
/*----- BLOCKQUOTE -----*/
blockquote{
    padding: 0;
    border: none;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    position: relative;
}
blockquote > :first-child{
    text-indent: 15px;
}
blockquote::before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: Georgia;
    content: '“';
    font-size: 30px;
    font-weight: 600;
}
blockquote :last-child::after{
    display: inline-block;
    vertical-align: top;
    font-family: Georgia;
    content: '”';
    font-size: 30px;
    font-weight: 600;
}
blockquote cite{
    display: block;
    font-weight: 600;
}
blockquote.has-text-align-right{
    text-align: end;
}
blockquote.has-light-gray-color{
    color: gray;
}
.wp-block-pullquote{
    margin-bottom: 20px;
}
.wp-block-pullquote blockquote{
    margin-bottom: 0;
}
/*----- ICON FONT -----*/
body .fa{
    font-family: FontAwesome, sans-serif;
}
body .elementor-icon i,
body .elementor-icon svg,
body .fa, /* awesome */
body .fa::before,
body .dashicons, /* dashicons */
body .dashicons::before,
body .dashicons-before:before,
body [class*="main-icon-"], /* main-icon */
body [class*="main-icon-"]::before{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    direction: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    text-decoration: none;
}
body .main-icon-mail::before{
    margin: -3px 0 3px;
}
/*==========================================================================
CHOSEN
===========================================================================*/
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: start;
    width: auto !important;
    max-width: 100%;
}
.chosen-container .chosen-single{
    display: block;
    background: none;
    height: auto;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: none;
}
.chosen-container .chosen-single::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    text-decoration: none;
    margin-inline-start: 10px;
}
.chosen-container .chosen-single span{
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit;
    margin: 0;
}
.chosen-container .chosen-single div{
    display: none;
}
.chosen-container .chosen-drop{
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    width: 150px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.chosen-container .chosen-search{
    margin-bottom: -10px;
}
.chosen-container .chosen-results{
    color: inherit;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    max-height: 360px;
}
.chosen-container .chosen-results li{
    font-size: 13px;
    line-height: 20px;
    padding: 2px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container .chosen-results li[class*="level-"]::before{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 1px;
    margin-inline-end: 6px;
    content: '';
}
.chosen-container-active.chosen-with-drop .chosen-single:hover,
.chosen-container .chosen-single:hover{
    color: var(--main-color);
}
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.result-selected{
    background-image: none;
    background-color: transparent;
    color: var(--main-color);
}
.chosen-container-single .chosen-search input[type=text]{
    border: none;
}
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
body:not(.ovic-open-mobile-options) .mobile-options-content,
div.ovic-menu-clone-wrap:not(.open){
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-options-content,
div.ovic-menu-clone-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.mobile-options-content .mobile-options-mid,
div.ovic-menu-clone-wrap .ovic-menu-panels{
    flex: 1 1 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 17px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    color: #000;
    padding: 13px 65px;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon{
    font-weight: 400;
    margin: 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon img,
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title img{
    max-height: 24px;
    margin: -2px 0 2px;
}
div.ovic-menu-clone-wrap .megamenu{
    background-image: none !important;
}
div.ovic-menu-clone-wrap .megamenu .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
}
div.ovic-menu-clone-wrap .sub-menu.megamenu{
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel.ovic-menu-sub-panel,
div.ovic-menu-clone-wrap .ovic-menu-panel-main{
    -webkit-overflow-scrolling: touch;
}
div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel{
    line-height: inherit;
    height: auto;
    width: 45px;
    text-decoration: none !important;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul:not(.depth-0) > li.item-megamenu{
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li{
    padding-inline-end: 45px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li:last-child{
    border-bottom-width: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li > a{
    line-height: inherit;
    padding: 8px 0;
    color: inherit;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon{
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    margin: 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap{
    height: auto;
    border: none;
    box-shadow: 0 -1px #e5e5e5 inset;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn,
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{
    text-decoration: none !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    height: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn{
    border-inline-start: 1px solid #e5e5e5;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{
    border-inline-end: 1px solid #e5e5e5;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn::before{
    font-family: main-icon, sans-serif;
    content: "\e901";
    font-size: 12px;
    line-height: 50px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel::before{
    font-family: main-icon, sans-serif;
    content: '\e902';
    font-size: 12px;
    line-height: 50px;
}
/*----- CUSTOM MOBILE MENU -----*/
div.ovic-menu-clone-wrap{
    display: flex;
    flex-direction: column;
}
.head-menu-mobile{
    padding: 15px;
    color: #fff;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    font-size: 13px;
    line-height: 16px;
}
.head-menu-mobile::before,
.head-menu-mobile::after{
    content: '';
    display: table;
    clear: both;
}
.head-menu-mobile a{
    color: #fff;
}
.head-menu-mobile .avatar{
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.head-menu-mobile .author{
    padding: 0 5px;
}
.head-menu-mobile .name{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: var(--main-h-fw);
}
.head-menu-mobile .name span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
}
.head-menu-mobile .action{
    display: inline-block;
    float: right;
}
.head-menu-mobile .action .icon{
    font-size: 12px;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels{
    flex: 1 1 auto;
    overflow: hidden;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
.slick-slider::before,
.slick-slider::after{
    content: '';
    display: table;
    clear: both;
}
body .slick-vertical .slick-slide{
    border: none;
}
body .slick-list{
    padding: 0;
}
body .slick-list:hover{
    z-index: 4;
}
body .slick-track{
    display: flex;
    margin-inline-start: 0;
}
.slick-vertical > .slick-list > .slick-track{
    display: block;
}
body .slick-slide > .row-item > *{
    vertical-align: top;
}
/*----- ARROWS -----*/
.slick-slider .slick-arrow{
    --width: 15px;
    --height: 30px;
    --posi: calc(50% - 15px);
    position: absolute;
    width: var(--width);
    height: var(--height);
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slick-slider .slick-arrow:hover{
    color: var(--main-color);
}
.slick-slider .slick-arrow.prev{
    top: var(--posi);
    left: -15px;
}
.slick-slider .slick-arrow.next{
    bottom: var(--posi);
    right: -15px;
}
.slick-slider .slick-arrow.prev::before{
    font-family: main-icon, sans-serif;
    content: '\e91e';
}
.slick-slider .slick-arrow.next::before{
    font-family: main-icon, sans-serif;
    content: '\e91f';
}
.slick-slider.slick-vertical .slick-arrow{
    width: var(--height);
    height: var(--width);
}
.slick-slider.slick-vertical .slick-arrow.prev{
    top: -15px;
    left: var(--posi);
}
.slick-slider.slick-vertical .slick-arrow.next{
    bottom: -15px;
    right: var(--posi);
}
.slick-slider.slick-vertical .slick-arrow::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1200px){
    .slick-slider:not(:hover) .slick-arrow{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}
/* tools */
.ovic-menu-clone-wrap .nav-tools .slick-slider > .slick-arrow,
.nav-tools .slick-slider > .slick-arrow{
    --posi: calc(50% - 12px);
    width: 23px;
    height: 23px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
    font-size: 18px;
    padding-bottom: 1px;
    line-height: 1;
}
.ovic-menu-clone-wrap .nav-tools .slick-slider > .slick-arrow:hover,
.nav-tools .slick-slider > .slick-arrow:hover{
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
}
.ovic-menu-clone-wrap .nav-tools .slick-slider > .slick-arrow.prev,
.nav-tools .slick-slider > .slick-arrow.prev{
    left: -13px;
}
.ovic-menu-clone-wrap .nav-tools .slick-slider > .slick-arrow.next,
.nav-tools .slick-slider > .slick-arrow.next{
    right: -13px;
}
@media (min-width: 768px){
    .nav-tools .slick-slider > .slick-arrow{
        --posi: calc(50% - 15px);
        width: 30px;
        height: 30px;
        font-size: 21px;
    }
    .nav-tools .slick-slider > .slick-arrow.prev{
        left: -20px;
    }
    .nav-tools .slick-slider > .slick-arrow.next{
        right: -20px;
    }
}
@media (min-width: 992px){
    .nav-tools .slick-slider > .slick-arrow{
        --posi: calc(50% - 17px);
        width: 34px;
        height: 34px;
        font-size: 24px;
    }
    .nav-tools .slick-slider > .slick-arrow.prev{
        left: -24px;
    }
    .nav-tools .slick-slider > .slick-arrow.next{
        right: -24px;
    }
}
@media (min-width: 1200px){
    .nav-tools .slick-slider > .slick-arrow{
        --posi: calc(50% - 20px);
        width: 40px;
        height: 40px;
        font-size: 27px;
    }
    .nav-tools .slick-slider > .slick-arrow.prev{
        left: -30px;
    }
    .nav-tools .slick-slider > .slick-arrow.next{
        right: -30px;
    }
}
/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 5px -11px 0;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 11px 0;
    width: 7px;
    height: 7px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background-color: #ccc;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    z-index: 4;
}
.slick-dots li button{
    display: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover{
    background-color: #000;
}
@media (max-width: 1199px){
    .slick-dots{
        margin: 5px -9px 0;
    }
    .slick-dots li{
        margin: 5px 9px 0;
    }
}
@media (max-width: 767px){
    .slick-dots{
        margin: 5px -7px 0;
    }
    .slick-dots li{
        margin: 5px 7px 0;
    }
}
/*==========================================================================
LOADING
===========================================================================*/
.loading-lazy{
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
#reviews #comments.loading,
.comments-area.loading,
.variations_form,
.yith-wcwl-form,
.cart_totals,
.woocommerce-cart-form,
.ovic-products.loading > .woocommerce,
ul.shop-page.loading,
.tabs-container.loading{
    position: relative;
}
#reviews #comments.loading > *,
.comments-area.loading > *,
.modal-demo-menu.loading > *,
.cart_totals.processing > *,
.woocommerce-cart-form.processing > *,
.loading-lazy > *,
.ovic-products.loading > .owl > *:not(.button-products),
.ovic-products.loading > .grid > .product-list-grid,
ul.shop-page.loading > *,
.tabs-container.loading > .tab-panel.active{
    opacity: 0.3;
}
.yith-wcwl-form .blockUI.blockOverlay,
.cart_totals .blockUI.blockOverlay,
.woocommerce-cart-form .blockUI.blockOverlay{
    background: none !important;
    opacity: 1 !important;
}
.variations_form .blockUI.blockOverlay,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay{
    background-color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}
.ovic-question-answers.loading .list-question::before,
#reviews #comments.loading::before,
.comments-area.loading::before,
a.compare .blockUI.blockOverlay::before,
a.yith-wcqv-button .blockUI.blockOverlay::before,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before,
.modal-demo-menu.loading::after,
.dgwt-wcas-inner-preloader::after,
.variations_form .blockUI.blockOverlay::after,
.yith-wcwl-form .blockUI.blockOverlay::after,
.cart_totals .blockUI.blockOverlay::after,
.woocommerce-cart-form .blockUI.blockOverlay::after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before,
.loading-lazy::after,
.ovic-products.loading > .woocommerce::after,
ul.shop-page.loading::after,
.tabs-container.loading::after,
.button.loading::after,
.woocommerce-pagination.loading .button-loadmore::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    margin: auto;
    border: 2px solid;
    border-top-color: transparent;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    -webkit-animation: fa-spin 0.8s infinite linear;
    -o-animation: fa-spin 0.8s infinite linear;
    animation: fa-spin 0.8s infinite linear;
}
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before{
    display: block !important;
}
/*==========================================================================
CUSTOM EFFECT
===========================================================================*/
.faded-in:not(:hover) .image-effect,
.faded-in:not(:hover) img{
    opacity: 0.5;
}
.gray-filter:not(:hover) .image-effect,
.gray-filter:not(:hover) img{
    filter: grayscale(100%);
}
.background-zoom .image-effect,
.background-zoom img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/*==========================================================================
BODY DATAS
===========================================================================*/
body{
    --main-ff: Jost, sans-serif;
    --main-fz: 15px;
    --main-lh: 1.6;
    --main-cl: #808080;
    --main-fw: 400;
    --main-container: 1140px;
    --main-color: #c90000;
    --main-color-2: #0046c3;
    --main-bora: 4px;
    --main-h-fw: 500;
    --main-h-tt: none;
    font-family: var(--main-ff);
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    word-wrap: break-word;
    overflow-x: hidden;
    margin: 0;
}
/*----- HEADING -----*/
.elementor-toggle .elementor-tab-title{
    font-weight: inherit;
    line-height: inherit;
}
.elementor-toggle h1.elementor-tab-title,
.elementor-toggle h2.elementor-tab-title,
.elementor-toggle h3.elementor-tab-title,
.elementor-toggle h4.elementor-tab-title,
.elementor-toggle h5.elementor-tab-title,
.elementor-toggle h6.elementor-tab-title{
    font-size: inherit;
    line-height: 1.4;
    font-weight: var(--main-h-fw);
}
.elementor-widget-heading .elementor-heading-title{
    white-space: pre-line;
    line-height: inherit;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
    line-height: 1.4;
}
.elementor-heading-title a{
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend{
    color: #000;
    line-height: 1.4;
    font-weight: var(--main-h-fw);
    margin: 0 0 20px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
p{
    margin: 0 0 20px;
}
/*----- A -----*/
a{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    outline: none;
    color: var(--main-color);
    text-decoration: underline;
}
a:active{
    outline: none;
}
.elementor a:hover{
    text-decoration: underline;
}
.elementor .elementor-icon{
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.elementor .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: #fff;
    fill: #fff;
    background-color: var(--main-color);
}
.elementor-view-framed .elementor-icon{
    border: 2px solid;
}
.elementor .elementor-button:hover{
    text-decoration: none;
}
/*----- B, STRONG -----*/
dt,
b,
strong{
    font-weight: var(--main-h-fw);
}
/*----- TABLE -----*/
th,
td{
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: inherit;
}
th{
    color: #000;
    font-weight: var(--main-h-fw);
    text-align: inherit;
}
/*----- LABEL -----*/
label{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    color: #000;
    font-weight: var(--main-h-fw);
    margin: 0 0 8px;
}
required,
.required{
    color: #ff0000;
}
/*----- INPUT, TEXTAREA, SELECT -----*/
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container .chosen-single,
body .select2-container .select2-selection--single,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea{
    border: none;
    font: inherit;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    padding: 8px 20px;
    height: auto;
    color: #808080;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ddd inset;
    border-radius: var(--main-bora) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
    text-align: start;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container.chosen-with-drop .chosen-single,
body .select2-container--open .select2-selection--single{
    box-shadow: 0 0 0 1px var(--main-color) inset !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus{
    color: #000;
    box-shadow: 0 0 0 1px var(--main-color) inset;
}
/* textarea */
textarea{
    display: block;
    height: 160px;
}
/* select */
select{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMAmcwRiCK19YmuAAAAH0lEQVQI12MIYWBgFmAwAiNmRWZFBgYGIyEBIAliAgAeOQGsDcSFWgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    padding-inline-end: 40px;
    cursor: pointer;
}
select::-ms-expand{
    display: none;
}
/* checkbox, radio */
input[type="radio"],
input[type="checkbox"]{
    vertical-align: middle;
    margin-top: -3px;
    margin-inline-end: 3px;
    cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled]{
    cursor: not-allowed;
}
/*----- BUTTON -----*/
.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: top;
    line-height: 24px;
}
.elementor-button .elementor-button-wrapper{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.elementor-button .elementor-button-icon{
    text-decoration: none;
}
.elementor-button,
.added_to_cart,
.button,
button,
input[type="button"],
input[type="submit"]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    padding: 8px 30px;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: var(--main-bora);
    text-decoration: none;
    background-color: var(--main-color);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-button:hover{
    color: #fff;
    opacity: 0.7;
}
.added_to_cart:hover,
.added_to_cart:focus,
.button:hover,
.button:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    color: #fff;
    text-decoration: none !important;
    opacity: 0.7;
}
button:focus{
    outline: none;
}
.added_to_cart[disabled],
.button[disabled],
button[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
.single_add_to_cart_button.disabled{
    opacity: 0.7;
}
/*----- NAME, TITLE -----*/
.page-main-content::before,
.page-main-content::after,
.entry-content::before,
.entry-content::after,
.post-content::before,
.post-content::after,
.post-excerpt::before,
.post-excerpt::after{
    content: '';
    display: table;
    clear: both;
}
/*----- PAGE LINKS, POST PAGINATION -----*/
.post-pagination{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}
.post-pagination > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-inline-end: 10px;
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    border-radius: var(--main-bora);
}
.post-pagination .title{
    display: none;
}
.post-pagination .post-page-numbers:not(:hover):not(.current){
    color: #000;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    background-color: transparent;
}
.post-pagination .post-page-numbers:hover,
.post-pagination .post-page-numbers:focus{
    color: #fff;
}
.post-item .post-content .post-pagination a:hover{
    text-decoration: none;
}
/*----- BREADCRUMBS -----*/
.breadcrumbs .trail-browse{
    display: none;
}
.breadcrumb > .active{
    color: #808080;
}
.breadcrumb,
.woocommerce-breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 5px 0;
    background-color: transparent;
    margin: 0 0 10px;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    color: var(--main-cl);
}
.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 12px;
}
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e961';
    padding: 0 7px;
    color: inherit;
    font-size: 6px;
}
/*----- PAGINATION -----*/
.dokan-pagination-container,
.woocommerce-pagination{
    text-align: center;
    margin: 40px 0 0;
}
.woocommerce-pagination > .screen-reader-text{
    display: none;
}
.dokan-pagination-container .dokan-pagination::before,
.dokan-pagination-container .dokan-pagination::after,
.woocommerce-pagination ul::before,
.woocommerce-pagination ul::after{
    content: '';
    display: table;
    clear: both;
}
.dokan-pagination-container .dokan-pagination,
.woocommerce-pagination ul{
    list-style: none;
    border-radius: 0;
    clear: both;
    margin: 0;
    position: relative;
    padding: 15px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
    text-transform: var(--main-h-tt);
    font-weight: 400;
    background-color: #f5f5f5;
}
.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;
    color: inherit;
    text-align: center;
    min-width: 20px;
    padding: 1px 0;
    margin: 0 5px;
    text-decoration: none;
}
.dokan-pagination-container .dokan-pagination li a:hover,
.woocommerce-pagination ul li a:hover{
    color: var(--main-color);
}
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce-pagination ul li .current{
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.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{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    bottom: 0;
    max-width: 153px;
    margin: 0;
}
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 8px 0;
}
.dokan-pagination-container .dokan-pagination li:first-child a::before,
.dokan-pagination-container .dokan-pagination li:last-child a::after{
    line-height: 24px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.woocommerce-pagination ul li .prev{
    left: 0;
    border-inline-end: 1px solid #e5e5e5;
}
.woocommerce-pagination ul li .next{
    right: 0;
    border-inline-start: 1px solid #e5e5e5;
}
.woocommerce-pagination ul li .prev::before,
.woocommerce-pagination ul li .next::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    font-size: 9px;
    color: var(--main-color);
}
.woocommerce-pagination ul li .prev::before{
    content: "\f053";
    margin-inline-end: 10px;
}
.woocommerce-pagination ul li .next::after{
    content: "\f054";
    margin-inline-start: 10px;
}
.woocommerce-pagination ul li .prev:not(:hover),
.woocommerce-pagination ul li .next:not(:hover){
    color: #808080;
}
.woocommerce-pagination .button-loadmore{
    min-width: 150px;
}
.woocommerce-result-count{
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-transform: var(--main-h-tt);
    padding: 5px 0;
    text-align: center;
    margin: 10px 0 0;
}
@media (max-width: 1199px){
    .dokan-pagination-container,
    .woocommerce-pagination{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .dokan-pagination-container .dokan-pagination,
    .woocommerce-pagination ul{
        padding: 10px 30px;
    }
    .dokan-pagination-container .dokan-pagination li a,
    .dokan-pagination-container .dokan-pagination li span,
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span{
        margin: 0 2px;
    }
    .dokan-pagination-container .dokan-pagination li:first-child a,
    .dokan-pagination-container .dokan-pagination li:last-child a,
    .woocommerce-pagination ul li .prev,
    .woocommerce-pagination ul li .next{
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        width: 30px;
        padding: 0;
    }
    .dokan-pagination-container .dokan-pagination li:first-child a::before,
    .dokan-pagination-container .dokan-pagination li:last-child a::after,
    .woocommerce-pagination ul li .prev::before,
    .woocommerce-pagination ul li .next::after{
        line-height: 40px;
        margin: 0;
    }
}
/*==========================================================================
WIDGETS
===========================================================================*/
.widget{
    position: relative;
}
.widget::before,
.widget::after{
    content: '';
    display: table;
    clear: both;
}
.widget .screen-reader-text{
    display: none !important;
}
.widget .widgettitle,
.widget .widget-title{
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 20px;
}
@media (max-width: 1199px){
    .widget .widgettitle,
    .widget .widget-title{
        font-size: 23px;
        margin-bottom: 15px;
    }
}
.widget .widgettitle a:not(:hover),
.widget .widget-title a:not(:hover){
    color: inherit;
}
.widget .widgettitle img,
.widget .widget-title img{
    vertical-align: middle;
    margin: -3px 0 0;
    margin-inline-end: 3px;
}
.product-page .widget .widget-title,
.shop-page .widget .widget-title{
    font-size: 17px;
    line-height: 1.471;
    margin-bottom: 15px;
}
.widget select{
    width: 100%;
    cursor: pointer;
}
.widget ul,
.widget ol{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget ul ul,
.widget ol ul,
.widget ol ol,
.widget ul ol{
    padding-inline-start: 20px;
}
.widget .comment-author-link{
    text-transform: capitalize;
}
.widget-area{
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.widget_layered_nav .count,
.widget .tagcloud .tag-link-count,
.widget_product_categories .count,
.widget_categories .count{
    display: inline-block;
    vertical-align: middle;
    opacity: 0.7;
    font-size: 13px;
    margin-top: -3px;
    margin-inline-start: 3px;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    opacity: 0.7;
    font-size: 13px;
    margin-inline-start: 6px;
}
.sidebar-inner > .widget:not(:last-child){
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
@media (max-width: 1199px){
    .sidebar-inner > .widget:not(:last-child){
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
.sidebar-inner > .widget_layered_nav form,
.sidebar-inner > .widget_layered_nav .inline-group,
.widget-area .widget_product_tag_cloud .tagcloud,
.widget-area .widget_tag_cloud .tagcloud,
.sidebar-inner > .widget_layered_nav:first-child .widget-title ~ form,
.sidebar-inner > .widget_layered_nav:first-child .widget-title ~ .inline-group,
.widget-area .widget_product_tag_cloud:first-child .widget-title ~ .tagcloud,
.widget-area .widget_tag_cloud:first-child .widget-title ~ .tagcloud{
    padding-top: 7px;
}
.sidebar-inner > .widget_layered_nav:first-child form,
.sidebar-inner > .widget_layered_nav:first-child .inline-group,
.widget-area .widget_product_tag_cloud:first-child .tagcloud,
.widget-area .widget_tag_cloud:first-child .tagcloud{
    padding-top: 0;
}
.sidebar-inner > .widget_layered_nav:not(:last-child) form,
.sidebar-inner > .widget_layered_nav:not(:last-child) .inline-group,
.widget-area .widget_product_tag_cloud:not(:last-child) .tagcloud,
.widget-area .widget_tag_cloud:not(:last-child) .tagcloud{
    padding-bottom: 7px;
}
.widget-area .widget_media_image > a,
.widget-area .widget_media_image > img,
.widget-area .widget_media_image:first-child .widget-title ~ a,
.widget-area .widget_media_image:first-child .widget-title ~ img{
    margin-top: 7px;
}
.widget-area .widget_media_image:first-child > a,
.widget-area .widget_media_image:first-child > img{
    margin-top: 0;
}
.widget-area .widget_media_image:not(:last-child) > a,
.widget-area .widget_media_image:not(:last-child) > img{
    margin-bottom: 7px;
}
.widget_rating_filter .chosen > a,
.widget_layered_nav a.selected,
.widget_layered_nav .chosen > a,
.widget_ovic_nav_menu ul li a[aria-current="page"],
.widget-area .widget_nav_menu ul li a[aria-current="page"],
.widget_recent_entries ul li a[aria-current="page"],
.widget_pages ul li [aria-current="page"],
.widget_archive ul li a[aria-current="page"],
.widget_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a,
.widget-ovic-iconbox .icon{
    color: var(--main-color);
}
/*----- WIDGET CALENDAR -----*/
.widget_calendar th,
.widget_calendar td{
    text-align: center;
    padding: 5px;
}
.widget_calendar caption{
    font-size: 16px;
    color: #000;
    padding: 0;
    text-align: start;
    margin: 0 0 13px;
}
.widget_calendar a{
    display: block;
    text-decoration: none;
}
.widget_calendar .wp-calendar-table{
    margin: 0;
}
.widget_calendar .wp-calendar-nav{
    display: flex;
    border-inline-start: 1px solid #e5e5e5;
}
.widget_calendar .wp-calendar-nav > *{
    flex: 1 1 auto;
    width: 1%;
    border-inline-end: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.widget_calendar .wp-calendar-nav .pad{
    display: none;
}
.widget_calendar .wp-calendar-nav a{
    text-align: center;
    padding: 5px;
    margin: 0;
}
.widget #today{
    background-color: #000;
    color: #fff;
}
.widget #today a:not(:hover){
    color: inherit;
}
/*----- WIDGET LIST ITEM -----*/
.widget-area .widget_ovic_nav_menu ul li,
.widget-area .widget_nav_menu ul li,
.widget_rating_filter ul li,
.widget_layered_nav ul li,
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li{
    padding: 4px 0;
    min-height: 32px;
}
.widget-area .widget_ovic_nav_menu ul ul,
.widget-area .widget_nav_menu ul ul,
.widget_layered_nav ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul{
    margin: 4px 0 -4px !important;
}
.widget_layered_nav .select2 ul li{
    min-height: auto;
}
.widget_rss ul li:not(:first-child),
.widget_recent_entries ul li:not(:first-child),
.widget_recent_comments ul li:not(:first-child){
    border-top: 1px solid #e5e5e5;
}
/*----- MONSTER WIDGET -----*/
.widget_rating_filter ul li a{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-decoration: none;
}
.widget_rating_filter ul li .star-rating{
    margin-inline-end: 7px;
}
.widget_text .textwidget > :last-child{
    margin-bottom: 0;
}
.widget_rss ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a{
    font-weight: var(--main-h-fw);
}
.widget_rss ul li .rss-date,
.widget_rss ul li cite,
.widget_recent_entries ul li .post-date{
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #808080;
    margin: 2px 0;
}
.widget_rss ul li .rss-date::before,
.widget_recent_entries ul li .post-date::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f073";
    margin: 1px 0 -1px;
    margin-inline-end: 7px;
}
/*----- YITH COMPARE -----*/
.yith-woocompare-widget::before,
.yith-woocompare-widget::after{
    content: '';
    display: table;
    clear: both;
}
.yith-woocompare-widget ul{
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.yith-woocompare-widget a.compare{
    border-radius: 0;
    text-transform: inherit;
}
/*----- WIDGET CATEGORY -----*/
.widget_categories,
.widget_product_categories:not(.widget_product_brand){
    font-size: 17px;
    line-height: 1.47;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
}
.widget_categories .widget-title,
.widget_product_categories:not(.widget_product_brand) .widget-title{
    display: none;
}
.widget_categories ul,
.widget_product_categories ul{
    margin: -8px 0;
}
.widget_categories ul li,
.widget_product_categories ul li{
    padding: 8px 0;
    min-height: auto;
}
.widget_categories ul ul,
.widget_product_categories ul ul{
    margin-top: 8px;
}
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
    overflow: hidden;
}
.widget_product_categories .cat-item.cat-parent > .carets:hover{
    color: var(--main-color);
}
.widget_product_categories .cat-item.cat-parent > .carets::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.widget_product_categories .cat-item.show-sub > .carets::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.widget_product_categories .children{
    display: none;
    clear: both;
}
/*----- WIDGET NAV MENU -----*/
.widget_ovic_nav_menu .megamenu,
.widget_nav_menu .megamenu{
    background-image: none !important;
    width: auto !important;
}
.widget_ovic_nav_menu .megamenu > .vc_row,
.widget_nav_menu .megamenu > .vc_row{
    padding: 0 !important;
}
.widget_ovic_nav_menu .megamenu [class*="vc_col-"],
.widget_nav_menu .megamenu [class*="vc_col-"]{
    width: 100%;
    float: none;
}
.widget_ovic_nav_menu .megamenu .ovic-custommenu,
.widget_nav_menu .megamenu .ovic-custommenu{
    padding: 0 !important;
    padding-inline-start: 20px !important;
    margin: 0 !important;
}
.widget_ovic_nav_menu .megamenu .ovic-custommenu .widget,
.widget_nav_menu .megamenu .ovic-custommenu .widget{
    margin: 10px 0 0;
}
.widget_ovic_nav_menu .megamenu .menu,
.widget_nav_menu .megamenu .menu{
    margin: 0;
    padding: 0;
}
/*----- WIDGET PRODUCT LIST -----*/
.widget .product_list_widget{
    list-style: none;
    padding: 0;
}
.widget .product_list_widget > li{
    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: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 3px;
}
.widget .product_list_widget > li > a:not(:hover){
    color: #000;
}
.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 .star-rating{
    display: table;
    margin-bottom: 3px;
}
.widget .product_list_widget > li .amount{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin: 0;
}
.widget .product_list_widget > li ins{
    text-decoration: none;
    color: var(--main-color);
}
.widget .product_list_widget > li del{
    color: #808080;
    margin-inline-end: 5px;
}
.post-page .widget:not(.widget_shopping_cart) .product_list_widget,
.blog-page .widget:not(.widget_shopping_cart) .product_list_widget{
    border: 1px solid #e5e5e5;
    border-radius: var(--main-bora);
}
.post-page .widget:not(.widget_shopping_cart) .product_list_widget > li,
.blog-page .widget:not(.widget_shopping_cart) .product_list_widget > li{
    padding: 20px;
    margin: 0;
}
.post-page .widget:not(.widget_shopping_cart) .product_list_widget > li img,
.blog-page .widget:not(.widget_shopping_cart) .product_list_widget > li img{
    width: 100px;
    margin-inline-end: 20px;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 200px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.widget_shopping_cart .woocommerce-mini-cart li{
    position: relative;
}
.widget_shopping_cart .woocommerce-mini-cart li a:not(.remove){
    padding-inline-end: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    width: 20px;
    text-align: end;
    text-decoration: none;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:not(:hover){
    color: #808080;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dt{
    color: #000;
    float: left;
    margin-inline-end: 5px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dd{
    margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart .quantity{
    background-color: transparent;
    border: none;
}
.widget_shopping_cart .total{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    margin: 20px 0 0;
    color: #000;
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total strong{
    font-weight: inherit;
    margin-inline-end: 5px;
}
.widget_shopping_cart .total .amount{
    float: right;
    font-size: 18px;
    color: #000;
    margin-inline-start: 10px;
}
.widget_shopping_cart .buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.widget_shopping_cart .buttons .button{
    width: 100%;
    margin: 10px 0 0;
}
.widget_shopping_cart .buttons .button:not(.checkout):not(:hover){
    background-color: #000;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button{
    display: block;
    vertical-align: top;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button img{
    display: block;
    height: 40px !important;
    margin: auto;
}
.widget_shopping_cart .wcppec-cart-widget-spb{
    margin-top: 15px;
}
dl.variation{
    margin-bottom: 3px;
}
dl.variation *:last-child{
    margin-bottom: 0;
}
/*----- LAYERED NAV -----*/
.widget_rating_filter ul li.chosen a::before,
.ovic-price-filter button.active::before,
.ovic-price-filter a.active::before,
.widget_product_brand .list li.current-cat > a::before,
.widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a::before{
    content: '\e99c';
    opacity: 1;
    background-color: var(--main-color);
    box-shadow: none;
    color: #fff;
}
.widget_rating_filter ul li a::before,
.ovic-price-filter button::before,
.ovic-price-filter a::before,
.widget_product_brand .list li > a::before,
.widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before{
    display: inline-block;
    vertical-align: middle;
    font-family: main-icon, sans-serif;
    content: '';
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    width: 18px;
    height: 18px;
    margin: -3px 0 0;
    box-shadow: 0 0 0 1px inset;
    padding-top: 1px;
    padding-inline-start: 1px;
    margin-inline-end: 10px;
    opacity: 0.15;
    border-radius: var(--main-bora);
    pointer-events: none;
}
@-moz-document url-prefix(){
    .widget_rating_filter ul li.chosen a::before,
    .ovic-price-filter button::before,
    .ovic-price-filter a::before,
    .widget_categories ul li > a::before,
    .widget_product_brand .list li > a::before,
    .widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before{
        margin-top: 0;
        margin-bottom: 0;
    }
}
.widget_layered_nav .inline-group{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.widget_layered_nav .inline-group a{
    display: flex;
    justify-content: center;
    margin: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    min-width: 70px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    text-decoration: none;
    border-radius: var(--main-bora);
}
.widget_layered_nav .inline-group a.selected,
.widget_layered_nav .inline-group a:hover{
    color: #fff;
    background-color: var(--main-color);
    box-shadow: none;
}
.widget_layered_nav .inline-group a .count{
    margin-top: 0;
}
.widget_layered_nav .group-image,
.widget_layered_nav .group-color{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.widget_layered_nav .group-image a,
.widget_layered_nav .group-color a{
    display: flex;
    position: relative;
    font-size: inherit !important;
    text-decoration: none;
    margin: 5px;
}
.widget_layered_nav .group-image a i,
.widget_layered_nav .group-color a i{
    display: inline-block !important;
    vertical-align: middle !important;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    font-style: normal;
}
.widget_layered_nav .group-image a i::before,
.widget_layered_nav .group-color a i::before{
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    font-family: main-icon, sans-serif;
    content: '';
    font-size: 12px;
    line-height: 1;
    color: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 1px;
    border-radius: inherit;
    pointer-events: none;
}
.widget_layered_nav .group-image a [style*="#ffffff"]::before,
.widget_layered_nav .group-color a [style*="#ffffff"]::before{
    color: #000;
}
.widget_layered_nav .group-image a:hover i::before,
.widget_layered_nav .group-color a:hover i::before{
    border: 1px solid var(--main-color);
}
.widget_layered_nav .group-image a.selected i::before,
.widget_layered_nav .group-color a.selected i::before{
    content: '\e99c';
}
.widget_layered_nav .group-image a .term-name,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .term-name,
.widget_layered_nav .group-color a .count{
    display: none;
}
.widget_layered_nav .button-group{
    margin: 0 -10px;
}
.widget_layered_nav .button-group a{
    display: table;
    float: left;
    clear: both;
    margin: 5px 10px;
    font-size: inherit !important;
    border: 1px solid #e5e5e5;
    padding: 2px 10px;
    min-width: 30px;
}
.widget_layered_nav .button-group a i{
    display: none !important;
}
.widget_layered_nav .button-group a:hover,
.widget_layered_nav .button-group a.selected,
.widget_layered_nav .group-image a:hover i,
.widget_layered_nav .group-image a.selected i,
.widget_layered_nav .group-color a:hover i,
.widget_layered_nav .group-color a.selected i{
    border-color: var(--main-color);
}
/*----- WIDGET SEARCH -----*/
.widget_search .search-form,
.widget_product_search .woocommerce-product-search{
    position: relative;
}
.widget_search .search-field,
.widget_product_search .search-field{
    width: 100%;
    padding-inline-end: 50px;
}
.widget_search button[type="submit"],
.widget_product_search button[type="submit"]{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 8px 0;
    background-color: transparent;
    color: #000;
}
.widget_search button[type="submit"]:hover,
.widget_product_search button[type="submit"]:hover{
    color: var(--main-color);
}
.widget_search button[type="submit"]::before,
.widget_product_search button[type="submit"]::before{
    display: block;
    font-family: main-icon, sans-serif;
    content: "\e9f2";
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}
.dgwt-wcas-widget .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding: 13px 20px;
    padding-inline-end: 40px;
    height: 50px;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    line-height: 20px;
    padding: 2px 10px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
    text-decoration: none;
    margin: 10px 5px 0;
}
.tagcloud a:hover{
    color: var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color) inset;
    text-decoration: none;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a:not(:hover),
.elementor-widget-wp-widget-tag_cloud .tagcloud a:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
@media (max-width: 1199px){
    .elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
    .elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
        margin-bottom: 24px;
    }
}
/*----- WIDGET NETWORK -----*/
.widget.ovic-network .content-social-network::before,
.widget.ovic-network .content-social-network::after{
    content: '';
    display: table;
    clear: both;
}
.widget.ovic-network .content-social-network{
    margin: -10px -5px 0;
}
.widget.ovic-network .social-item{
    float: left;
    width: 25%;
    padding: 10px 5px 0;
}
.widget.ovic-network > a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.widget.ovic-network > a:not(:hover){
    color: inherit;
}
/*----- WIDGET BRAND -----*/
.widget_product_brand .product-categories.logo li a{
    padding: 0;
}
.widget_product_brand .product-categories.logo .children{
    display: block;
}
.widget_product_brand .product-categories.logo a:hover{
    opacity: 0.7;
}
/*----- WIDGET OVIC ICONBOX -----*/
.widget-area .widget-ovic-iconbox{
    padding: 10px 0;
}
.widget-area .widget-ovic-iconbox:first-child{
    padding-top: 0;
}
.widget-area .widget-ovic-iconbox + .widget-ovic-iconbox{
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: -10px;
}
.widget-ovic-iconbox .iconbox-inner{
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
}
.widget-ovic-iconbox .icon{
    width: 70px;
    font-size: 40px;
    line-height: 1;
}
.widget-ovic-iconbox .content{
    flex: 1 1 auto;
    width: 1%;
}
.widget-ovic-iconbox .title{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.widget-ovic-iconbox .text{
    margin: 0;
}
/*----- WIDGET OVIC PRODUCT FILTER -----*/
.ovic-product-filter .widget .widgettitle,
.ovic-product-filter .widget .widget-title{
    font-weight: 400;
    color: inherit;
    margin-bottom: 6px;
}
/*----- WIDGET OVIC PRICE FILTER -----*/
.ovic-price-filter button,
.ovic-price-filter a{
    display: flex;
    width: 100%;
    background-color: transparent;
    padding: 5px 0;
    font-size: inherit;
    line-height: inherit;
    color: #000;
    font-weight: inherit;
    text-decoration: none;
}
.ovic-price-filter button:hover,
.ovic-price-filter a.active{
    color: var(--main-color);
}
/*----- WIDGET PRICE FILTER -----*/
.widget_price_filter form::before,
.widget_price_filter form::after{
    content: '';
    display: table;
    clear: both;
}
.ui-slider{
    position: relative;
    text-align: start;
    background-color: #e5e5e5;
    height: 4px;
    margin: 6px 0 26px;
}
.ui-slider .ui-slider-range{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--main-color);
    border-radius: var(--main-bora);
    z-index: 1;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    top: -6px;
    left: 0;
    width: 16px;
    height: 16px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 2;
    background-color: var(--main-color);
    border-radius: var(--main-bora);
    margin-inline-start: -8px;
}
.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%;
}
.price_slider_amount .price_label{
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.price_slider_amount .price_label > *{
    min-width: calc(50% - 14px);
    border: 1px solid #d9d9d9;
    border-radius: var(--main-bora);
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px;
}
.price_slider_amount .price_label .from{
    position: relative;
    margin-inline-end: 28px;
}
.price_slider_amount .price_label .from::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    right: -19px;
    margin: auto;
}
.price_slider_amount .button{
    order: 1;
    padding: 0;
    background-color: transparent;
    font-size: 13px;
    line-height: 19px;
    text-decoration: underline;
    font-weight: 400;
    color: #000;
    margin: 10px 0 0;
}
.price_slider_amount .button:hover{
    color: var(--main-color);
}
/*==========================================================================
SHORTCODE
===========================================================================*/
.moozo_disabled_popup_by_user:hover,
.moozo_disabled_popup_by_user:focus{
    color: var(--main-color);
}
/*----- TITLE -----*/
/*----- CUSTOM MENU -----*/
.ovic-custommenu{
    --item-space : 3px;
}
.ovic-custommenu ul{
    display: flex;
    flex-wrap: wrap;
    margin: calc(0px - var(--item-space)) 0;
}
.ovic-custommenu ul li{
    width: 100%;
    padding: var(--item-space) 0;
}
.ovic-custommenu ul ul{
    margin-top: var(--item-space);
}
.ovic-custommenu ul li > a{
    display: block;
    position: relative;
}
.yes-horizontal .ovic-custommenu{
    --item-space : 15px;
}
.yes-horizontal .ovic-custommenu ul{
    margin: 0 calc(0px - var(--item-space));
}
.yes-horizontal .ovic-custommenu ul li{
    width: auto;
    padding: 0 var(--item-space);
}
.yes-horizontal .ovic-custommenu ul ul{
    margin-top: 0;
    padding: 0;
}
.elementor-align-center .ovic-custommenu ul{
    text-align: center;
    justify-content: center;
}
.elementor-align-right .ovic-custommenu ul{
    text-align: end;
    justify-content: end;
}
@media (max-width: 1024px){
    .elementor-tablet-align-center .ovic-custommenu ul{
        text-align: center;
        justify-content: center;
    }
    .elementor-tablet-align-right .ovic-custommenu ul{
        text-align: end;
        justify-content: end;
    }
}
@media (max-width: 767px){
    .elementor-mobile-align-center .ovic-custommenu ul{
        text-align: center;
        justify-content: center;
    }
    .elementor-mobile-align-right .ovic-custommenu ul{
        text-align: end;
        justify-content: end;
    }
}
/*----- TABS -----*/
.ovic-tabs{
    position: relative;
}
.ovic-tabs .tabs-head{
    position: relative;
}
.ovic-tabs .tab-panel{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.ovic-tabs .tab-panel.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.ovic-tabs .tabs-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-tabs .tab-item{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ovic-tabs .tab-item a{
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.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;
}
.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-tabs .show-all{
    font-size: 12px;
    color: #000;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    padding: 0 10px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.ovic-tabs .show-all.active{
    font-size: 0;
}
.ovic-tabs .show-all.active::before{
    font-family: main-icon, sans-serif;
    content: '\e905';
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}
/* ovic-tab */
.ovic-tab{
    display: flex;
    flex-wrap: wrap;
    align-items: var(--tab-align);
}
.ovic-tab .tabs-head{
    width: 100%;
    padding: 0 0 10px;
    border: 0 solid;
    margin-bottom: var(--tab-space,20px);
}
.ovic-tab .tabs-list{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-inline-start: calc(0px - var(--list-space,15px));
    margin-inline-end: calc(0px - var(--list-space,15px));
}
.ovic-tab .tab-item{
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: var(--main-h-fw);
    padding-inline-start: var(--list-space,15px);
    padding-inline-end: var(--list-space,15px);
}
.ovic-tab .tab-item:not(:last-child){
    border-inline-end-style: solid;
    border-width: var(--divider-width,0);
    border-color: var(--divider-color);
}
.ovic-tab .tab-item a{
    border: 0 solid;
}
.ovic-tab .tab-item .thumb{
    display: inline-block;
    font-size: var(--icon-size,24px);
    line-height: var(--icon-size,24px);
    font-weight: 400;
    text-decoration: none;
    margin-inline-end: var(--icon-space,8px);
}
.ovic-tabs .tab-item .thumb img{
    max-height: var(--icon-size,24px);
}
.icon-break-yes .ovic-tab .tab-item .thumb{
    display: block;
    margin-inline-end: 0;
    margin-bottom: var(--icon-space,8px);
}
.ovic-tab .tabs-container{
    flex: 1 1 auto;
    width: 1%;
}
@media (min-width: 768px){
    .vertical-yes .ovic-tab .tabs-head{
        width: var(--tab-width,200px);
        margin-bottom: 0;
        margin-inline-end: var(--tab-space,20px);
    }
    .vertical-yes .ovic-tab .tabs-list{
        margin-inline-start: 0;
        margin-inline-end: 0;
        margin-top: calc(0 - var(--list-space,15px));
        margin-bottom: calc(0 - var(--list-space,15px));
    }
    .vertical-yes .ovic-tab .tab-item{
        display: block;
        padding-inline-start: 0;
        padding-inline-end: 0;
        padding-top: var(--list-space,15px);
        padding-bottom: var(--list-space,15px);
    }
    .vertical-yes .ovic-tab .tab-item:not(:last-child){
        border-inline-end: none;
        border-bottom-style: solid;
    }
}
@media (max-width: 1199px){
    .ovic-tab .tabs-head{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}
/*----- ICONBOX -----*/
.ovic-iconbox .inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: start;
}
/*----- BRAND -----*/
.ovic-brand .link{
    display: flex;
}
.ovic-brand .thumb{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ovic-brand img{
    max-height: 100%;
    width: auto;
}
/*----- PRICE -----*/
.ovic-price .price{
    margin: 0;
}
/*----- SOCIALS -----*/
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.ovic-newsletter form{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.ovic-newsletter .mc4wp-form-fields{
    display: flex;
    flex-wrap: wrap;
    align-items: var(--vertical-align);
    position: relative;
}
.ovic-newsletter .text-field{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: var(--input-width);
    font-weight: inherit;
    color: inherit;
    background-color: #fff;
    box-shadow: none;
    border-radius: var(--main-bora);
    margin: 0;
    margin-inline-end: var(--input-space,10px);
    order: var(--input-order);
}
.ovic-newsletter .input-text[type]{
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none !important;
    text-align: inherit;
}
div.dgwt-wcas-search-wrapp .input-focus,
.ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ddd;
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp input[type=search].input-text:focus ~ .input-focus,
.ovic-newsletter .input-text[type]:focus ~ .input-focus{
    border-color: var(--main-color);
}
.ovic-newsletter .submit-newsletter{
    white-space: nowrap;
    position: relative;
    z-index: 1;
    border: 0 solid;
    order: var(--button-order);
}
.ovic-newsletter .submit-newsletter *{
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.ovic-newsletter .checkbox{
    width: 100%;
    font-weight: inherit;
    font-size: 13px;
    line-height: 20px;
    color: #808080;
    margin-top: var(--checkbox-space,12px);
    order: var(--checkbox-order);
}
.ovic-newsletter .checkbox label{
    font-weight: inherit;
    color: inherit;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.ovic-newsletter .checkbox label > *{
    display: inline;
}
.ovic-newsletter .checkbox a{
    position: relative;
    text-decoration: underline;
    z-index: 1;
}
.ovic-newsletter .checkbox a:not(:hover){
    color: inherit;
}
.ovic-newsletter .checkbox input[type="checkbox"]{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    z-index: 1;
}
.ovic-newsletter .checkbox .checkbox-focus{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    color: #000;
    font-size: 9px;
    line-height: 1;
    background-color: #e5e5e5;
    border-radius: var(--main-bora);
    border: 0 solid;
    margin-top: -3px;
    margin-inline-end: 10px;
}
.ovic-newsletter .checkbox .checkbox-focus > *{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    padding-inline-start: 1px;
}
.ovic-newsletter .checkbox input[type="checkbox"]:checked ~ .checkbox-focus > *{
    display: flex;
}
.one-line-yes .mc4wp-form-fields > *{
    margin-top: 5px;
    margin-bottom: 5px;
}
.one-line-yes .checkbox{
    width: auto;
    margin-inline-end: var(--checkbox-space,10px);
}
.one-line-yes .submit-newsletter{
    margin-inline-end: var(--button-space,10px);
}
.break-yes .mc4wp-form-fields{
    display: block;
}
.break-yes .text-field{
    width: 100%;
    margin-inline-end: 0;
    margin-bottom: var(--input-space,10px);
}
.break-yes.button-full-yes .submit-newsletter{
    width: 100%;
}
@media (max-width: 479px){
    .break-mobile-yes .mc4wp-form-fields{
        display: block;
    }
    .break-mobile-yes .text-field{
        width: 100%;
        margin-inline-end: 0;
        margin-bottom: var(--input-space,10px);
    }
    .break-mobile-yes.button-full-yes .submit-newsletter{
        width: 100%;
    }
}
/*----- PROGRESS -----*/
/*----- NETWORK -----*/
.ovic-social-network{
    position: relative;
}
.ovic-social-network .widget .widgettitle,
.ovic-social-network .widget .widget-title{
    margin-bottom: 30px;
}
.ovic-social-network .social-network a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.ovic-social-network .social-network a:not(:hover)::after{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
}
.ovic-social-network .social-network a::after{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f16d";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-social-network .flickr-item a::after{
    content: "\f16e";
}
@-moz-document url-prefix(){
    @media (min-width: 1900px){
        .elementor-section-stretched.elementor-section-full_width .ovic-social-network .content-social-network[data-slick*='"slidesMargin":0'] > .slick-list{
            margin-inline-end: -1px;
        }
    }
}
.ovic-social-network .button-wrap{
    margin-top: 16px;
}
.ovic-social-network .button-wrap a{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    box-shadow: 0 -2px #000 inset;
}
/*----- COUNTDOWN -----*/
.moozo-countdown{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-inline-start: calc(0px - var(--count-space,5px));
    margin-inline-end: calc(0px - var(--count-space,5px));
}
.moozo-countdown > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin-inline-start: var(--count-space,5px);
    margin-inline-end: var(--count-space,5px);
}
.moozo-countdown > *:not(:last-child){
    border-inline-end-style: solid;
    border-width: var(--divider-width,0);
    border-color: var(--divider-color);
}
.moozo-countdown .number{
    display: block;
    vertical-align: var(--count-align,middle);
    min-width: var(--number-width,46px);
    font-size: 21px;
    line-height: 30px;
    color: #000;
    background-color: rgba(0, 0, 0, .1);
    border: 0 solid;
    font-weight: var(--main-h-fw);
    border-radius: var(--main-bora);
    padding: 8px 10px;
    margin-bottom: var(--number-space,3px);
}
.moozo-countdown .text{
    display: inline-block;
    vertical-align: var(--count-align,middle);
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-transform: var(--main-h-tt);
}
.inline-yes .number{
    display: inline-block;
    margin-bottom: 0;
    margin-inline-end: var(--number-space,3px);
}
/*----- VIDEO -----*/
.wp-video{
    width: 100% !important;
}
.ovic-video .wp-video{
    overflow: hidden;
}
/*----- REVIEW -----*/
/* style-01 */
.ovic-review.style-01 .review-item{
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: var(--main-bora);
}
.ovic-review.style-01 .review-item .star-rating{
    margin: -5px 0 15px;
}
.ovic-review.style-01 .review-item .desc{
    font-size: 15px;
    line-height: 1.47;
    color: #000;
    margin: 0 0 20px;
}
.ovic-review.style-01 .review-item .desc a{
    text-decoration: none;
}
.ovic-review.style-01 .review-item .meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    margin: 0 -7px;
}
.ovic-review.style-01 .review-item .meta > *{
    margin: 0 7px;
}
.ovic-review.style-01 .review-item .avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-review.style-01 .review-item .author{
    font-size: 14px;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    color: #000;
}
@media (max-width: 767px){
    .ovic-review.style-01 .review-item{
        padding: 20px;
    }
    .ovic-review.style-01 .review-item .star-rating{
        margin-bottom: 5px;
    }
    .ovic-review.style-01 .review-item .desc{
        margin-bottom: 10px;
    }
}
/*==========================================================================
BLOG
===========================================================================*/
.page-title{
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .page-title{
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*----- 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;
    border-radius: var(--main-bora);
}
.post-title{
    font-size: 23px;
    line-height: 1.3;
    text-transform: var(--main-h-tt);
    margin: 0;
}
.post-title a{
    text-decoration: none !important;
}
.post-date a:not(:hover),
.post-author a:not(:hover),
.post-title a:not(:hover){
    color: inherit;
}
.post-content > :last-child,
.post-excerpt > :last-child{
    margin-bottom: 0;
}
.post-readmore{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
}
.cat-list .inner{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -3px -5px;
}
.cat-list a{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    color: #000;
    background-color: #fff;
    border-radius: var(--main-bora);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 2px 8px;
    text-decoration: none !important;
    margin: 0 3px 5px;
}
.cat-list a:hover{
    color: var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color) inset;
}
.post-meta{
    font-size: 13px;
    line-height: 19px;
}
.post-meta a,
.post-meta .icon{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.post-meta .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
}
.post-comment .icon::before{
    content: "\f075";
}
.post-date .icon::before{
    content: "\f073";
}
.post-author .icon::before{
    content: "\f007";
}
.ovic-share-socials > .inner{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 -10px -5px;
}
.ovic-share-socials a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px 5px;
    text-decoration: none;
    color: var(--social-color);
}
.ovic-share-socials a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.ovic-share-socials a .text{
    display: none;
    margin-inline-start: 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:not(:hover){
    color: #000;
}
@media (max-width: 1199px){
    .post-title{
        font-size: 20px;
    }
}
/*----- PAGE -----*/
.sticky-post,
.blog-content .post-item:not(:last-child){
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
@media (max-width: 1199px){
    .sticky-post,
    .blog-content .post-item:not(:last-child){
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
/* style-01 */
.post-item.style-01 .post-thumb{
    margin-bottom: 20px;
}
.post-item.style-01 .post-meta{
    color: #000;
    margin-bottom: 20px;
}
.post-item.style-01 .post-title{
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.post-item.style-01 .post-excerpt{
    font-size: 22px;
    line-height: 1.45;
    color: #000;
    margin-bottom: 20px;
}
.post-item.style-01 .post-readmore .button{
    font-size: 20px;
    padding: 11px 40px;
    margin-top: 5px;
}
/* style-02 */
.post-item.style-02 .post-thumb{
    margin-bottom: 20px;
}
.post-item.style-02 .post-title{
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.post-item.style-02 .post-excerpt{
    font-size: 15px;
    line-height: 1.47;
    margin-bottom: 20px;
}
@media (max-width: 1199px){
    .post-item.style-02 .post-thumb,
    .post-item.style-01 .post-thumb,
    .post-item.style-01 .post-meta{
        margin-bottom: 13px;
    }
    .post-item.style-01 .post-title{
        font-size: 32px;
        margin-bottom: 13px;
    }
    .post-item.style-01 .post-excerpt{
        font-size: 19px;
        margin-bottom: 13px;
    }
    .post-item.style-01 .post-readmore .button{
        font-size: 18px;
        padding: 9px 36px;
    }
    .post-item.style-02 .post-title{
        font-size: 21px;
        margin-bottom: 13px;
    }
    .post-item.style-02 .post-excerpt{
        font-size: 14px;
        margin-bottom: 13px;
    }
}
/* simple */
.blog-simple .post-item{
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.blog-simple .post-item .post-readmore .button{
    padding: 0;
    background-color: transparent;
    color: #000;
    font-size: 13px;
    line-height: 19px;
    text-decoration: underline !important;
}
/* grid */
.blog-page.style-grid .site-main{
    overflow: hidden;
}
.blog-grid{
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(0px - var(--blog-space));
}
.blog-grid .post-item{
    width: calc(100% / var(--blog-columns));
    padding: 0 var(--blog-space);
}
@media (min-width: 768px){
    .blog-simple .post-item .post-thumb{
        margin-bottom: 0 !important;
    }
    .blog-simple .post-item .thumb-link::after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient( 40deg, rgba(0,0,0,.8) 30%, transparent 75% );
    }
    .blog-simple .post-item .post-info{
        position: absolute;
        bottom: 25px;
        left: 30px;
        width: 360px;
        max-width: calc(100% - 60px);
    }
    .blog-simple .post-item .post-meta,
    .blog-simple .post-item .post-title,
    .blog-simple .post-item .post-readmore .button{
        color: #fff;
    }
    .blog-list .post-inner{
        display: flex;
        align-items: center;
    }
    .blog-list .post-thumb{
        margin-bottom: 0 !important;
        margin-inline-end: 30px;
        max-width: 50%;
    }
    .blog-list .post-info{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (min-width: 992px){
    .blog-page.sidebar-right .blog-grid .post-item:nth-child(odd):nth-last-child(2),
    .blog-page.sidebar-left .blog-grid .post-item:nth-child(odd):nth-last-child(2){
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .blog-page:not(.sidebar-left):not(.sidebar-right) .blog-grid .post-item:nth-child(3n+1):nth-last-child(2),
    .blog-page:not(.sidebar-left):not(.sidebar-right) .blog-grid .post-item:nth-child(3n+1):nth-last-child(3),
    .blog-page:not(.sidebar-left):not(.sidebar-right) .blog-grid .post-item:nth-child(3n+2):nth-last-child(2){
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px){
    .blog-simple .post-item .post-info{
        bottom: 35px;
        left: 40px;
        width: 410px;
        max-width: calc(100% - 80px);
    }
}
@media (min-width: 480px) and (max-width: 991px){
    .blog-grid .post-item:nth-child(odd):nth-last-child(2){
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
}
@media (max-width: 991px){
    .blog-grid{
        --blog-columns: 2 !important;
    }
}
@media (max-width: 479px){
    .blog-grid{
        --blog-columns: 1 !important;
    }
}
/*----- SHORTCODE -----*/
/* style-01 */
.blog-item.style-01 .post-thumb{
    margin-bottom: 20px;
}
.blog-item.style-01 .cat-list{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.blog-item.style-01 .cat-list a{
    position: relative;
    z-index: 1;
    box-shadow: none;
}
.blog-item.style-01 .post-title{
    margin-bottom: 15px;
}
.blog-item.style-01 .post-meta{
    color: #000;
}
/* style- */
.blog-item.style-{}
/* style-19 */
.blog-item.style-19{
    text-align: center;
}
.blog-item.style-19 .post-thumb{
    margin-bottom: 26px;
}
.blog-item.style-19 .post-title{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px;
}
/* style-20 */
.blog-item.style-20 .thumb-link img{
    height: fit-content;
    object-fit: cover;
}
.blog-item.style-20 .thumb-link::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(40deg,rgba(60,60,60,.8) 30%,transparent 75%);
}
.blog-item.style-20 .post-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    max-width: 355px;
}
.blog-item.style-20 .post-title{
    font-size: 30px;
    line-height: 1.17;
    color: #fff;
    margin-bottom: 6px;
    position: relative;
    z-index: 3;
}
.blog-item.style-20 .post-meta{
    color: #fff;
    margin-bottom: 14px;
    position: relative;
    z-index: 3;
}
.blog-item.style-20 .post-readmore a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 30px;
    position: relative;
    z-index: 3;
}
/* style- */
.blog-item.style-{}
@media (max-width: 1199px){
    .blog-item.style-01 .post-thumb{
        margin-bottom: 13px;
    }
    .blog-item.style-01 .post-title{
        margin-bottom: 10px;
    }
    .blog-item.style-19 .post-thumb{
        margin-bottom: 16px;
    }
    .blog-item.style-19 .post-title{
        font-size: 18px;
        margin-bottom: 3px;
    }
    .blog-item.style-20 .post-info{
        padding: 30px 20px;
        max-width: 270px;
    }
    .blog-item.style-20 .post-title{
        font-size: 25px;
        margin-bottom: 3px;
    }
    .blog-item.style-20 .post-meta{
        margin-bottom: 10px;
    }
    .blog-item.style-20 .thumb-link img{
        height: 220px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.post-single > .post-head{
    margin: 35px 0 50px;
}
.post-single > .post-inner .cat-list{
    margin-bottom: 20px;
}
.post-single > .post-inner .post-title{
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.post-single > .post-inner .post-thumb{
    overflow: hidden;
    border-radius: var(--main-bora);
    margin-bottom: 50px;
}
.post-single > .post-inner .post-meta{
    color: #000;
}
.post-single > .post-inner .post_tag,
.post-single > .post-inner .post-share{
    margin: 50px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
    text-align: center;
}
.post-single > .post-inner .post_tag + .post-share{
    margin-top: 20px;
    border-top: none;
    padding-top: 0;
}
/* style-modern */
.post-page.style-modern .comments-area,
.post-page.style-modern .post-single > .post-head,
.post-page.style-modern .post-page-modern{
    width: 830px;
    max-width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
@media (max-width: 1199px){
    .post-page.style-modern .comments-area,
    .post-page.style-modern .post-single > .post-head,
    .post-page.style-modern .post-page-modern{
        width: 720px;
    }
}
@media (max-width: 1199px){
    .post-single > .post-head{
        margin: 15px 0 35px;
    }
    .post-single > .post-inner .cat-list{
        margin-bottom: 13px;
    }
    .post-single > .post-inner .post-title{
        font-size: 40px;
        margin-bottom: 13px;
    }
    .post-single > .post-inner .post-thumb{
        margin-bottom: 35px;
    }
    .post-single > .post-inner .post_tag,
    .post-single > .post-inner .post-share{
        margin-top: 35px;
        padding-top: 35px;
    }
}
/*----- FORMAT -----*/
.post-single > .post-inner .post-thumb.quote .blockquote{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    line-height: 46px;
    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-single > .post-inner .post-thumb.quote blockquote{
    border: none;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.post-single > .post-inner .post-thumb.quote blockquote::before,
.post-single > .post-inner .post-thumb.quote blockquote::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    font-size: 30px;
    font-weight: 400;
}
.post-single > .post-inner .post-thumb.quote blockquote::before{
    margin: -12px 0 12px;
}
.post-single > .post-inner .post-thumb.quote blockquote::after{
    margin: 12px 0 -12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-single > .post-inner .post-thumb.gallery > .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    margin: 0;
}
@media (max-width: 1199px){
    .post-single > .post-inner .post-thumb.quote .blockquote{
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 479px){
    .post-single > .post-inner .post-thumb.quote .blockquote{
        font-size: 23px;
        line-height: 32px;
    }
}
/*----- BLOG RELATED -----*/
.post-page:not(.sidebar-left):not(.sidebar-right) .related-post{
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
.related-post.no-item{
    border-top: 1px solid #e5e5e5;
    padding: 0;
}
.related-post{
    background-color: #f5f5f5;
    padding: 60px 30px;
    margin-top: 70px;
}
.related-post .related-title{
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px;
}
.related-post .post-thumb{
    margin-bottom: 20px;
}
.related-post .post-title{
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 20px;
}
@media (max-width: 1199px){
    .related-post{
        padding: 40px 15px;
        margin-top: 50px;
    }
    .related-post .related-title{
        font-size: 32px;
        margin: 0 0 20px;
    }
    .related-post .post-thumb{
        margin-bottom: 15px;
    }
    .related-post .post-title{
        font-size: 21px;
        margin-bottom: 15px;
    }
}
/*----- COMMENT AREA -----*/
.comments-area .comments-head-title{
    padding: 0 0 15px;
}
.comments-area .comments-title{
    font-size: 35px;
    line-height: 1.3;
    margin: 70px 0 10px;
}
.comments-area .comments-count,
.comments-area .comments-action{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    margin: 0 0 5px;
}
.comments-area .comments-count{
    margin-inline-end: 12px;
}
.comments-area .comment-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-area .comment-body{
    position: relative;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: var(--main-bora);
    margin: 10px 0 0;
}
.comments-area .comment-text{
    font-size: 15px;
    line-height: 1.47;
    color: #000;
    margin: 0 0 20px;
}
.comments-area .comment-text p:last-child{
    margin-bottom: 0;
}
.comments-area .comment-info{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.comments-area .comment-avatar{
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-inline-end: 15px;
}
.comments-area .comment-avatar .avatar{
    overflow: hidden;
}
.comments-area .comment-meta::before,
.comments-area .comment-meta::after{
    content: '';
    display: table;
    clear: both;
}
.comments-area .comment-meta{
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    flex: 1 1 auto;
    width: 1%;
}
.comments-area .comment-meta > *{
    display: inline-block;
    vertical-align: top;
}
.comments-area .comment-meta > *:not(:last-child){
    margin-inline-end: 12px;
}
.comments-area .comment-author{
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
}
.comments-area .comment-author cite{
    font-style: inherit;
}
.comments-area .comment-date{
    font-weight: 400;
}
.comments-area .comment-edit-link{
    font-style: italic;
}
.comments-area .comment-edit-link::before{
    content: '(';
}
.comments-area .comment-edit-link::after{
    content: ')';
}
.comments-area .reply{
    float: right;
    text-transform: var(--main-h-tt);
    text-decoration: underline;
}
.comments-area .children{
    list-style: none;
    padding: 0;
    padding-inline-start: 30px;
    margin-bottom: 0;
}
.comment-respond{
    padding: 70px 0 0;
}
.comment-respond .row{
    margin: 0 -5px;
}
.comment-respond [class*='col-']{
    padding: 0 5px;
}
.comment-respond .comment-reply-title{
    display: block;
    font-size: 35px;
    line-height: 1.3;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    color: #000;
    margin: 0 0 10px;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link{
    text-decoration: underline;
    margin-inline-start: 10px;
    font-weight: 400;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: inherit;
}
.comment-respond .logged-in-as a:not(:hover){
    color: inherit;
}
.comment-respond p{
    margin: 0 0 10px;
}
.comment-respond label{
    font-weight: inherit;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea{
    padding: 11px 20px;
    width: 100%;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as{
    font-size: 15px;
    line-height: 1.47;
    color: #000;
    margin: 0 0 35px;
}
.comment-respond input[type="submit"]{
    font-size: 20px;
    padding: 11px 40px;
}
.comment-respond .form-submit{
    margin: 0;
}
.comment-list .comment-respond{
    padding-top: 10px;
}
.comment-list .comment-respond .comment-reply-title{
    font-size: 23px;
    margin-bottom: 5px;
}
.comment-list .comment-respond .logged-in-as,
.comment-list .comment-respond .comment-notes{
    font-size: 14px;
    margin-bottom: 12px;
}
.comment-list .comment-respond input[type="submit"]{
    font-size: 17px;
    padding: 8px 35px;
}
.comments-area .no-comments{
    margin: 50px 0 0;
}
.comments-area .woocommerce-pagination{
    margin: 10px 0 0;
}
@media (max-width: 1199px){
    .comments-area .comments-head-title{
        padding-bottom: 5px;
    }
    .comments-area .comments-title{
        font-size: 32px;
        margin: 40px 0 6px;
    }
    .comments-area .comment-body{
        padding: 20px;
    }
    .comments-area .comment-text{
        margin-bottom: 15px;
    }
    .comment-respond{
        padding-top: 40px;
    }
    .comment-respond .comment-reply-title{
        font-size: 32px;
        margin-bottom: 6px;
    }
    .comment-respond input[type="text"],
    .comment-respond input[type="email"],
    .comment-respond input[type="url"],
    .comment-respond textarea{
        padding: 9px 20px;
    }
    .comment-respond input[type="submit"]{
        font-size: 18px;
        padding: 9px 36px;
    }
    .comment-respond .comment-notes,
    .comment-respond .logged-in-as{
        margin-bottom: 25px;
    }
    .comments-area .no-comments{
        margin: 35px 0 0;
    }
}
/*==========================================================================
SHOP
===========================================================================*/
/*----- ELEMENT -----*/
/* add-to-cart*/
.add-to-cart{
    display: block;
    position: relative;
    max-width: 100%;
}
.add-to-cart:not(:hover)::before,
.add-to-cart:not(:hover)::after{
    opacity: 0;
    visibility: hidden;
}
.add-to-cart::before,
.add-to-cart::after{
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 99998;
}
.add-to-cart::before{
    content: attr(data-title);
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    background-color: #000;
    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 #000;
    bottom: calc(100% + 3px);
}
.woocommerce table.wishlist_table td.product-add-to-cart .add-to-cart a,
.add-to-cart .single_add_to_cart_button,
.add-to-cart .added_to_cart,
.add-to-cart > a{
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 15px;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
.product-inner.cart-tooltip-start .add-to-cart::before{
    display: block;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 8px);
}
.product-inner.cart-tooltip-start .add-to-cart::after{
    display: block;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: calc(100% + 3px);
    border-inline-start: 6px solid #000;
    border-inline-end-width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.product-inner.cart-tooltip-top .add-to-cart::before,
.product-inner.cart-tooltip-top .add-to-cart::after{
    display: block;
}
.ovic-menu-clone-wrap .add-to-cart .single_add_to_cart_button,
.ovic-menu-clone-wrap .add-to-cart .added_to_cart,
.ovic-menu-clone-wrap .add-to-cart > a{
    font-size: 14px;
    line-height: 20px;
    padding: 6px 15px;
}
@media (max-width: 1199px){
    .woocommerce table.wishlist_table td.product-add-to-cart .add-to-cart a,
    .add-to-cart .single_add_to_cart_button,
    .add-to-cart .added_to_cart,
    .add-to-cart > a{
        font-size: 15px;
        padding: 6px 15px;
    }
}
@media (max-width: 767px){
    .add-to-cart .single_add_to_cart_button,
    .add-to-cart .added_to_cart,
    .add-to-cart > a{
        font-size: 14px;
        line-height: 20px;
    }
}
/* compare, quickview, wishlist*/
.woocommerce-product-gallery a.compare,
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0;
    background-color: transparent;
    text-transform: var(--main-h-tt);
    border-radius: 0;
    position: relative;
    font-weight: 400;
    text-align: inherit;
    opacity: 1 !important;
    text-decoration: none !important;
}
.woocommerce-product-gallery a.compare:hover,
.entry-summary a.compare:hover,
.product-item a.compare:hover,
a.yith-wcqv-button:hover,
a.yith-wcqv-button:focus,
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist a:focus,
.woocommerce-product-gallery a.compare.added,
.entry-summary a.compare.added,
.product-item a.compare.added,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .delete_item{
    color: var(--main-color);
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before,
a.yith-wcqv-button::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    text-decoration: none !important;
    margin-inline-end: 5px;
}
.woocommerce-product-gallery a.compare::before,
.entry-summary a.compare::before,
.product-item a.compare::before{
    font-family: main-icon, sans-serif;
    content: "\e99a";
    font-weight: 600;
}
a.yith-wcqv-button:hover{
    background-color: transparent;
}
a.yith-wcqv-button::before{
    font-family: main-icon, sans-serif;
    content: "\e90e";
    font-weight: 600;
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background: none !important;
    opacity: 1 !important;
    text-align: center;
    height: 30px !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}
/* wishlist */
.yith-wcwl-add-to-wishlist + .clear{
    display: none !important;
}
.yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.yith-wcwl-add-to-wishlist > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.yith-wcwl-add-to-wishlist a{
    position: relative;
    padding-inline-start: 24px;
    opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist a.view-wishlist{
    padding-inline-start: 0 !important;
}
.yith-wcwl-add-to-wishlist .feedback{
    font-size: 0;
    line-height: 0;
}
.yith-wcwl-add-to-wishlist .separator{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 3px 0;
    opacity: 0.5;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon.ovic-wl-icon::before{
    font-family: main-icon, sans-serif;
    content: "\e997";
    font-weight: 600;
}
.yith-wcwl-add-to-wishlist a img.yith-wcwl-icon{
    vertical-align: middle;
    margin-top: -1px;
    margin-bottom: 1px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist{
    display: table;
    border-radius: 0;
}
/* price */
.amount{
    color: #000;
}
.price{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin: 0;
}
.price ins{
    color: var(--main-color);
    text-decoration: none;
    margin-inline-end: 9px;
}
.price del{
    order: 2;
    color: #808080;
    font-weight: 400;
}
ins .amount,
del .amount,
.price .amount{
    text-decoration: inherit;
    color: inherit;
}
/* star rating */
.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;
}
.star-rating::before,
.star-rating > span::before{
    display: inline-block;
    float: left;
    font-family: main-icon, sans-serif;
    content: '\e99b\e99b\e99b\e99b\e99b';
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: var(--main-color);
    opacity: 0.2;
}
.star-rating > span::before{
    content: '\e99b\e99b\e99b\e99b\e99b';
}
.product-item .review-count{
    display: none !important;
}
.star-rating::before,
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    opacity: 0.2;
}
.star-rating > span::before,
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before,
.ovic-panel-rating .average span{
    opacity: 1;
}
.ovic-panel-rating .process-bar{
    background-color: var(--main-color);
}
.no-rating .star-rating{
    display: none;
}
/* star comments */
p.stars{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
p.stars a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    outline: none !important;
}
p.stars a:before{
    font-family: main-icon, sans-serif;
    content: '\e99b';
    font-size: 16px;
    line-height: 24px;
    color: var(--main-color);
    opacity: 0.2;
    margin: 0 0.05em;
}
p.stars a:before,
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\e99b';
    opacity: 0.2;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    content: '\e99b';
    opacity: 1;
}
/* quantity */
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    position: relative;
}
.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.quantity .input-text{
    text-align: center;
    width: 145px;
    padding: 13px 40px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9 inset;
    font-size: 15px;
    font-weight: 400;
}
.quantity .arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity .arrow:not(:hover){
    color: #b2b2b2;
}
.quantity .minus{
    left: 0;
    border-inline-end: 1px solid #e5e5e5;
}
.quantity .plus{
    right: 0;
    border-inline-start: 1px solid #e5e5e5;
}
.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;
    }
}
@media (max-width: 1199px){
    .quantity .input-text{
        width: 135px;
        padding: 10px 35px;
    }
    .quantity .arrow{
        width: 27px;
    }
}
/* labels */
.product-labels{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-labels > *{
    --main-label-bg: var(--main-color);
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    color: #fff;
    background-color: var(--main-label-bg);
    border-radius: var(--main-bora);
    padding: 2px 8px;
    min-width: 45px;
    text-align: center;
    z-index: 2;
    margin-inline-end: 5px;
}
.product-labels > .onnew{
    color: #000;
    --main-label-bg: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.product-labels > .onsale .percent{
    display: none;
}
.product-labels > .onsale .percent > *{
    display: inline-block;
    vertical-align: top;
}
.product-labels > .out-of-stock{
    color: #fff;
    --main-label-bg: #000;
}
.no-labels .product-labels{
    display: none;
}
@media (max-width: 1199px){
    .product-item .product-labels{
        display: none;
    }
}
/* process-availability */
.process-availability{
    padding: 0 0 10px;
    margin: 10px 0 0;
}
.process-availability .text{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    margin-bottom: 3px;
}
.process-availability .total{
    display: block;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: var(--main-bora);
    position: relative;
}
.process-availability .process{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* stock */
.stock{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    margin: 0;
}
.stock .text{
    color: var(--main-cl);
    font-weight: 400;
}
.wishlist-in-stock,
.available-on-backorder,
.in-stock{
    color: var(--main-color) !important;
}
.out-of-stock{
    color: var(--main-color);
}
/* posted_in */
.posted_in{
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #808080;
    text-transform: var(--main-h-tt);
    margin: 0 0 3px;
}
.posted_in .title{
    display: none;
}
@media (max-width: 1199px){
    .posted_in{
        margin-bottom: 1px;
    }
}
@media (max-width: 767px){
    .posted_in{
        margin-bottom: 0;
    }
}
/* meta */
.product_meta{
    margin: 20px 0 0;
}
.product_meta > *{
    display: block;
    padding: 3px 0;
    text-transform: var(--main-h-tt);
}
.product_meta > * > *{
    font-weight: var(--main-h-fw);
}
.product_meta > * > *:first-child{
    margin-inline-start: 5px;
}
body .product_meta .posted_in{
    font-size: inherit;
    margin: 0;
}
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
.ovic-product_meta{
    display: table;
}
.ovic-product_meta > *{
    display: table-row;
    padding: 3px 0;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
}
.ovic-product_meta > * > *{
    display: table-cell;
    vertical-align: top;
}
.ovic-product_meta > * > .title{
    display: table-cell;
    font-weight: 400;
    padding-inline-end: 12px;
    white-space: nowrap;
}
.ovic-product_meta a:not(:hover){
    color: inherit;
}
.ovic-product_meta ul.the_champ_sharing_ul{
    margin: 0 -12px !important;
    margin-inline-start: -15px !important;
}
.ovic-product_meta ul.the_champ_sharing_ul li{
    margin: 0 12px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2px !important;
    min-height: 30px;
}
.ovic-product_meta .theChampSharing{
    margin: 0;
}
.ovic-product_meta .tagged_as{
    display: none;
}
.ovic-product_meta .moozo-share-socials{
    color: #3a3a3a;
}
.ovic-product_meta .moozo-share-socials a{
    display: inline-block;
    vertical-align: top;
    margin: -1px 8px 1px;
}
.ovic-product_meta .ovic-stock{
    white-space: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: inherit;
}
.product_meta-top{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.product_meta-top .product_title,
.product_meta-top .posted_in{
    flex: 1 1 auto;
}
.product_meta-top .product_title:not(:last-child),
.product_meta-top .posted_in:not(:last-child){
    padding-inline-end: 15px;
}
.product_meta-top .product_title:not(:first-child),
.product_meta-top .posted_in:not(:first-child){
    padding-inline-start: 15px;
}
/* variations */
.variations_form{
    position: relative !important;
}
table.variations{
    display: block;
    margin-bottom: 0;
}
table.variations tbody{
    display: block;
}
table.variations tr{
    display: block;
    position: relative;
    margin: 15px 0 0;
}
table.variations th,
table.variations td{
    display: block;
    vertical-align: middle;
    text-align: inherit;
    padding: 0;
    border: none;
}
table.variations .label{
    font-size: 15px;
    line-height: 1.47;
    border-radius: 0;
}
table.variations .label label{
    display: inline-block;
    vertical-align: top;
    text-transform: var(--main-h-tt);
    margin: 0 0 5px;
}
table.variations .rtwpvs-terms-wrapper{
    margin: -5px;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper{
    display: flex;
}
table.variations .rtwpvs-term{
    padding: 0 !important;
    box-shadow: none !important;
    margin: 5px !important;
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    line-height: 1.45;
    color: #000;
    text-transform: var(--main-h-tt);
    border-radius: var(--main-bora) !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img{
    display: block !important;
    border-radius: inherit !important;
}
table.variations .rtwpvs-term span::after{
    display: none !important;
}
table.variations .rtwpvs-term span[style*="background-color:#ffffff;"]{
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
table.variations .button-variable-wrapper{
    margin: -5px !important;
}
table.variations .rtwpvs-button-term{
    margin: 5px !important;
    height: auto !important;
    min-width: 30px !important;
    background-color: #e5e5e5 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 1px #dedede inset !important;
}
table.variations .rtwpvs-button-term span{
    padding: 5px 10px !important;
    box-shadow: none !important;
    color: inherit !important;
}
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term):hover{
    color: #000;
    box-shadow: 0 0 0 2px #000 inset !important;
}
table.variations .rtwpvs-button-term:not(.rtwpvs-radio-term).selected{
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 2px #000 inset !important;
}
table.variations .rtwpvs-term .rtwpvs-term-span-color,
table.variations .rtwpvs-term img{
    border: 1px solid #dedede;
}
table.variations .rtwpvs-term:hover .rtwpvs-term-span-color,
table.variations .rtwpvs-term:hover img,
table.variations .rtwpvs-term.selected .rtwpvs-term-span-color,
table.variations .rtwpvs-term.selected img{
    border: 2px solid var(--main-color);
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 5px 1px 0;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label{
    display: inline;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: inherit;
    color: inherit;
}
table.variations .image-variable-wrapper{
    margin: -5px;
}
table.variations .image-variable-wrapper .rtwpvs-image-term{
    margin: 5px !important;
    width: 60px;
    height: auto;
}
table.variations select{
    width: 100%;
    color: #000;
    text-transform: var(--main-h-tt);
    border-radius: var(--main-bora);
}
table.variations .reset_variations{
    display: table;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline;
    margin: 20px 0 0;
}
table.variations .reset_variations[style*="visibility: hidden;"]{
    display: none !important;
}
.variations_form .single_variation{
    margin: 20px 0 0;
}
.variations_form .single_variation > *{
    margin-bottom: 5px;
}
/* growl */
.growl.growl-notice{
    color: #000;
    background-color: #fff;
}
.growl.growl-notice .growl-close::before,
.growl.growl-notice .growl-close::after{
    background-color: #000;
}
.growl.growl-notice .growl-title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*----- PAGE -----*/
ul.products{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.ovic-products .product-list-grid,
ul.shop-page{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(0px - var(--col-space,15px));
    position: relative;
    clear: both;
}
.ovic-products .product-list-grid > .product-item{
    float: none;
}
.ovic-products .product-list-grid::before,
.ovic-products .product-list-grid::after{
    display: none;
}
ul.shop-page.columns-6 > .product-item,
ul.shop-page.columns-6 > .product-category{
    width: 16.66666667%;
}
ul.shop-page.columns-5 > .product-item,
ul.shop-page.columns-5 > .product-category{
    width: 20%;
}
ul.shop-page.columns-4 > .product-item,
ul.shop-page.columns-4 > .product-category{
    width: 25%;
}
ul.shop-page.columns-3 > .product-item,
ul.shop-page.columns-3 > .product-category{
    width: 33.33333333%;
}
ul.shop-page.columns-2 > .product-item,
ul.shop-page.columns-2 > .product-category{
    width: 50%;
}
ul.shop-page:not([class*='columns-']),
ul.shop-page.columns-1,
ul.shop-page.columns-0{
    margin-inline-start: 0;
    margin-inline-end: 0;
}
ul.shop-page:not([class*='columns-']) > .product-item,
ul.shop-page.columns-1 > .product-item,
ul.shop-page.columns-0 > .product-item,
ul.shop-page:not([class*='columns-']) > .product-category,
ul.shop-page.columns-1 > .product-category,
ul.shop-page.columns-0 > .product-category{
    width: 100% !important;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
ul.shop-page{
    margin-bottom: -30px;
}
ul.shop-page > .product-item,
ul.shop-page > .product-category{
    display: flex;
    padding: 0 var(--col-space,15px);
    margin-bottom: 30px;
}
ul.shop-page > .product-item .product-inner{
    width: 100%;
}
ul.shop-page > .product-category a{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
}
ul.shop-page > .product-category a img{
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
ul.shop-page > .product-category a:hover img{
    opacity: 0.7;
}
ul.shop-page > .product-category a:hover h2{
    color: inherit;
}
ul.shop-page > .product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 400;
    padding: 5px 10px;
}
ul.shop-page > .product-category mark{
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    padding: 0;
    margin-inline-start: 3px;
}
.woocommerce-products-header .term-description{
    margin-bottom: 20px;
}
.woocommerce-products-header .term-description :last-child{
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page:not(.ovic-isotope):not(.columns-2):not(.columns-3) > .product-item,
    ul.shop-page:not(.ovic-isotope):not(.columns-2):not(.columns-3) > .product-category{
        width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 1499px){
    .dokan-store-wrap.layout-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .dokan-store-wrap.layout-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category,
    .dokan-store-wrap.layout-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .dokan-store-wrap.layout-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category,
    .sidebar-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .sidebar-right ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category,
    .sidebar-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    .sidebar-left ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-item,
    ul.shop-page:not(.ovic-isotope):not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (max-width: 991px){
    .ovic-products .product-list-grid{
        margin-inline-start: -10px;
        margin-inline-end: -10px;
    }
    .ovic-products .product-list-grid > .product-item{
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
    ul.shop-page{
        margin: 0 -10px -20px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid{
        margin-inline-start: -7px;
        margin-inline-end: -7px;
    }
    .ovic-products .product-list-grid > .product-item{
        padding-inline-start: 7px;
        padding-inline-end: 7px;
    }
    ul.shop-page{
        margin: 0 -7px -15px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding: 0 7px;
        margin-bottom: 15px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid{
        margin-inline-start: -5px;
        margin-inline-end: -5px;
    }
    .ovic-products .product-list-grid > .product-item{
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
    ul.shop-page{
        margin: 0 -5px -10px;
    }
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    ul.shop-page:not(.ovic-isotope):not(.columns-1) > .product-item,
    ul.shop-page:not(.ovic-isotope):not(.columns-1) > .product-category{
        width: 50%;
    }
}
/* hover zoom */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/* hover change */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
/* hover slide */
.product-item .product-thumb .slick-list:hover{
    z-index: auto;
}
.product-item .product-thumb .slick-dots{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 -2px 4px;
}
.product-item .product-thumb .slick-dots li{
    margin: 0 2px 4px;
}
@media (min-width: 1200px){
    .product-item .product-thumb .slick-dots{
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .product-item .product-inner:not(:hover) .product-thumb .slick-dots{
        opacity: 0;
        visibility: hidden;
    }
}
/*----- CONTROL -----*/
.shop-control .display-mode-control{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.shop-control .display-mode-control > form{
    display: inline;
    margin: 0 -10px;
}
.shop-control .display-mode-control > form:not(:last-child){
    margin-inline-end: 10px;
}
.shop-control .display-mode-control button{
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
    background-color: transparent;
    padding: 0;
    margin: 0 10px;
}
.shop-control .display-mode-control button:hover{
    color: var(--main-color);
    opacity: 1;
}
.shop-control .display-mode-control button.active{
    color: var(--main-color);
}
.shop-control .chosen-container .chosen-single,
.shop-control select{
    color: #000;
    font-size: inherit;
    line-height: inherit;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    padding: 0;
    background-color: transparent;
    box-shadow: none !important;
    margin-inline-start: 5px;
}
.shop-control .chosen-container .chosen-single:hover{
    color: var(--main-color);
}
.shop-control select{
    padding-inline-end: 22px;
    background-position: center right;
}
.shop-control .chosen-container .chosen-single::after{
    color: var(--main-color);
    font-weight: 600;
    margin-inline-start: 3px;
}
.shop-control .chosen-container .chosen-drop{
    left: auto;
    right: 0;
    width: 120px;
}
.shop-control .display-sort-by,
.shop-control .display-per-page{
    font-size: 13px;
    line-height: 24px;
}
.shop-control .display-sort-by > *,
.shop-control .display-per-page > *{
    display: inline-block;
    vertical-align: top;
}
.shop-control .display-sort-by .chosen-container .chosen-drop{
    width: 170px;
}
.shop-before-control{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
    background-color: #f5f5f5;
}
.shop-before-control > *{
    padding: 13px 30px;
}
.shop-before-control .display-mode-control{
    flex: 1 1 auto;
    width: 1%;
}
.shop-before-control .display-per-page{
    border-inline-start: 1px solid #e5e5e5;
}
@media (max-width: 1199px){
    .shop-before-control{
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .shop-before-control{
        padding: 5px 0;
        justify-content: flex-start;
    }
    .shop-before-control > *{
        padding: 5px 15px;
    }
    .shop-before-control .display-mode-control{
        display: none;
    }
    .shop-before-control .display-per-page{
        border-inline-start: none;
    }
}
/*----- SHOP BANNER -----*/
.shop-builder-top{
    margin: 0 0 40px;
}
@media (max-width: 1199px){
    .shop-builder-top{
        margin-bottom: 20px;
    }
}
/*----- SHORTCODE -----*/
.ovic-blog,
.ovic-products{
    position: relative;
}
.product-item .product-inner{
    --main-product-bg: #fff;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143;
}
.product-item .product-thumb{
    position: relative;
    overflow: hidden;
}
.product-item .thumb-link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--main-bora);
}
.product-item .product-title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 8px;
}
.product-item .product-title a{
    text-decoration: none !important;
}
.product-item .product-title a:not(:hover){
    color: inherit;
}
.product-item .product-title + .star-rating{
    margin-top: -7px;
}
.product-item .price,
.product-item .star-rating{
    margin: 0;
}
.product-item .button-group.popup{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .button-group.popup > *{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}
.product-item .button-group{
    font-size: 0;
    line-height: 0;
    margin: -2px -1px 0;
}
.product-item .button-group > *{
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin: 2px 1px 0;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
}
.product-item .button-group > *:hover{
    box-shadow: 0 0 0 1px var(--main-color) inset;
}
.product-item .button-group .add-to-cart{
    display: block;
    margin-top: 10px;
    box-shadow: none;
    background-color: transparent;
}
.product-item .button-group a.yith-wcqv-button:hover{
    background-color: #fff;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist > *,
.product-item .button-group a.compare,
.product-item .button-group a.yith-wcqv-button,
.product-item .button-group .yith-wcwl-add-to-wishlist > *{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 36px;
    height: 36px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.entry-summary a.compare::before,
.product-item .button-group a.compare::before,
.product-item .button-group a.yith-wcqv-button::before{
    margin: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist a,
.product-item .button-group .yith-wcwl-add-to-wishlist a{
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon,
.product-item .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
.product-item .button-group .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
    padding: 6px 0;
}
.entry-summary a.compare:hover,
.entry-summary a.compare.added,
.entry-summary .yith-wcwl-add-to-wishlist > *:hover,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item .button-group a.compare:hover,
.product-item .button-group a.compare.added,
.product-item .button-group a.yith-wcqv-button:hover,
.product-item .button-group .yith-wcwl-add-to-wishlist > *:hover,
.product-item .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
    color: var(--main-color);
}
@media (min-width: 768px){
    .content-overflow > .slick-slider > .slick-list,
    .content-overflow .product-list-owl > .slick-list{
        overflow: visible;
    }
}
@media (min-width: 1200px){
    .product-item .product-inner:not(:hover) .button-group.popup{
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media (max-width: 1199px){
    .product-item .button-group > :not(.add-to-cart),
    .product-item .button-group > :not(.add-to-cart),
    .product-item .product-deal{
        display: none;
    }
    .product-item .button-group.popup .add-to-cart > a{
        opacity: 0.7;
    }
}
@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;
    }
}
.ovic-menu-clone-wrap .product-item.short-title .product-title a,
.short-text .product-item .product-title a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* list-01 */
.shop-page.list-style-01{
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: var(--main-bora);
    overflow: hidden;
}
.shop-page.list-style-01 > .product-item{
    padding: 0;
    margin: 0;
}
.shop-page.list-style-01 > .product-item:not(:first-child){
    border-top: 1px solid #e5e5e5;
}
.product-item.list-style-01 .product-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
}
.product-item.list-style-01 .product-thumb{
    width: 260px;
    margin: 0;
}
.product-item.list-style-01 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 20px;
}
.product-item.list-style-01 .product-title{
    font-size: 25px;
    line-height: 1.3;
    font-weight: var(--main-h-fw);
    margin-bottom: 2px;
}
.product-item.list-style-01 .product-title a{
    white-space: normal;
}
.product-item.list-style-01 .product-excerpt{
    margin-top: 23px;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
}
.product-item.list-style-01 .price{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 30px;
    line-height: 1.43;
    font-weight: 600;
    margin: 15px 0 0;
}
.product-item.list-style-01 .price del{
    font-size: 15px;
    order: 2;
    margin: 0 0 5px;
}
.product-item.list-style-01 .price ins{
    margin-inline-end: 9px;
}
.product-item.list-style-01 .button-group{
    padding-top: 5px;
    margin: 0 -5px;
}
.product-item.list-style-01 .button-group > *{
    margin: 10px 5px 0;
}
.entry-summary .single_add_to_cart_button::before,
.entry-summary .added_to_cart::before,
.product-item.list-style-01 .add-to-cart > a::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e996';
    font-weight: 400;
    margin-inline-end: 12px;
}
@media (min-width: 1200px){
    .product-item.list-style-01 .product-info{
        margin-inline-end: 277px;
    }
    .product-item.list-style-01 .product-box{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 277px;
        background-color: #f5f5f5;
        padding: 29px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-item.list-style-01 .price{
        margin: 0;
    }
}
@media (max-width: 1199px){
    .product-item.list-style-01 .product-excerpt{
        margin-top: 18px;
        padding-top: 20px;
    }
}
@media (max-width: 767px){
    .product-item.list-style-01 .product-inner{
        padding: 30px 15px;
    }
    .product-item.list-style-01 .product-thumb{
        max-width: 45%;
    }
    .product-item.list-style-01 .product-info{
        padding-inline-start: 10px;
    }
    .product-item.list-style-01 .product-title{
        font-size: 22px;
        margin-bottom: 0;
    }
    .product-item.list-style-01 .price{
        font-size: 27px;
    }
    .product-item.list-style-01 .product-excerpt{
        margin-top: 13px;
        padding-top: 15px;
    }
}
@media (max-width: 479px){
    .product-item.list-style-01 .product-inner{
        padding: 20px 10px 25px;
    }
    .product-item.list-style-01 .product-excerpt{
        display: none;
    }
    .product-item.list-style-01 .product-title{
        font-size: 18px;
    }
    .product-item.list-style-01 .price{
        font-size: 22px;
        margin-top: 8px;
    }
    .product-item.list-style-01 .add-to-cart{
        margin-top: 8px;
    }
}
/* style-01 */
.ovic-products.style-01:not([class*='rows-space-']) .product-list-owl[data-slick*='"slidesMargin":0'] > .slick-list{
    border: 1px solid #e5e5e5;
    border-radius: var(--main-bora);
}
.ovic-products.style-01:not([class*='rows-space-']) .product-list-owl[data-slick*='"slidesMargin":0'] .product-inner{
    border: none;
    border-inline-start: 1px solid transparent;
}
.ovic-products.style-01:not([class*='rows-space-']) .product-list-owl[data-slick*='"slidesMargin":0'] .slick-active + .slick-active .product-inner{
    border-inline-start-color: #e5e5e5;
}
.ovic-products.style-01:not([class*='rows-space-']) .product-list-owl[data-slick*='"slidesMargin":0'] .row-item:not(:first-child) .product-inner{
    border-top: 1px solid #e5e5e5;
}
.ovic-products.style-01 .product-list-grid,
.shop-page.ovic-products.style-01{
    --col-space: 0;
    border-radius: var(--main-bora);
    overflow: hidden;
    padding: 1px 0 0 1px;
    margin: 0;
}
.ovic-products.style-01 .product-list-grid::after,
.shop-page.ovic-products.style-01::after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    border-radius: inherit;
    z-index: 4;
    pointer-events: none;
}
.ovic-products.style-01 .product-list-grid .product-item,
.shop-page.ovic-products.style-01 .product-item{
    margin: 0;
}
.ovic-products.style-01 .product-list-grid .product-item .product-inner,
.shop-page.ovic-products.style-01 .product-item .product-inner{
    border-top: none;
    border-inline-start: none;
}
.product-item.style-01 .product-inner{
    height: 100%;
    padding: 19px;
    border: 1px solid #e5e5e5;
}
.product-item.style-01 .product-thumb{
    margin-bottom: 20px;
}
@media (max-width: 1199px){
    .product-item.style-01 .product-inner{
        padding: 14px;
    }
    .product-item.style-01 .product-thumb{
        margin-bottom: 13px;
    }
    .product-item.style-01 .star-rating{
        margin-top: -5px;
    }
    .product-item.style-01 .product-title{
        margin-bottom: 4px;
    }
}
@media (max-width: 767px){
    .product-item.style-01 .product-inner{
        padding: 9px;
    }
    .product-item.style-01 .product-thumb{
        margin-bottom: 10px;
    }
    .product-item.style-01 .star-rating{
        margin-top: -3px;
    }
    .product-item.style-01 .product-title{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .product-item.style-02 .price,
    .product-item.style-01 .price{
        font-size: 14px;
        line-height: 20px;
    }
}
/* style-02 */
.ovic-products.style-02{
    --col-space: 10px;
}
.product-item.style-02 .product-thumb{
    margin-bottom: 11px;
}
.product-item.style-02 .product-labels > *{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px 5px;
    min-width: 55px;
}
.product-item.style-02  .onsale{
    font-size: 20px;
}
.product-item.style-02  .onsale .text{
    display: none;
}
.product-item.style-02  .onsale .percent{
    display: block;
}
.product-item.style-02  .onsale .percent .symbol{
    font-size: 12px;
    line-height: 1;
}
.product-item.style-02 .product-title{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.product-item.style-02 .posted_in{
    margin-bottom: 5px;
}
.product-item.style-02 .price{
    font-weight: 600;
}
.product-item.style-02 .price del{
    font-weight: 400;
}
/* style- */
.product-item.style-{}
/* style-25 */
.ovic-products.style-25{
    --col-space: 10px;
}
.product-item.style-25 .product-inner{
    text-align: center;
}
.product-item.style-25 .product-thumb{
    margin-bottom: 24px;
}
.product-item.style-25 .price{
    justify-content: center;
    font-weight: var(--main-h-fw);
}
.product-item.style-25 .product-title{
    font-size: 14px;
    margin-bottom: 3px;
}
@media (max-width: 1199px){
    .product-item.style-25 .product-thumb{
        margin-bottom: 14px;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
.button-wrapper{
    float: none;
    width: auto;
    margin: 0;
}
.button-wrapper #chart-button{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    color: #000;
    text-decoration: none;
}
.button-wrapper #chart-button:hover{
    color: var(--main-color);
}
.md-size-chart-modal .md-size-chart-modal-content{
    text-align: inherit;
}
.md-size-chart-modal .md-size-chart-modal-body{
    padding: 15px;
}
.md-size-chart-modal .chart-container > h3{
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}
.md-size-chart-modal .chart-content::before,
.md-size-chart-modal .chart-content::after{
    content: '';
    display: table;
    clear: both;
}
.md-size-chart-modal .chart-content > span{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.md-size-chart-modal .chart-content > span b{
    font-weight: inherit;
}
.md-size-chart-modal .chart-table table{
    border-collapse: collapse;
}
.md-size-chart-modal table#size-chart tr th{
    font-size: 13px;
    font-weight: var(--main-h-fw);
}
/*----- GALLERY -----*/
.single-product-wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-product-gallery{
    position: relative;
    width: 50%;
    max-width: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image{
    text-align: center;
}
.woocommerce-product-gallery .flex-control-nav{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    width: 310px;
    max-width: 100%;
}
.woocommerce-product-gallery .flex-control-nav img{
    cursor: pointer;
    padding: 2px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
}
.woocommerce-product-gallery .flex-control-nav img:hover,
.woocommerce-product-gallery .flex-control-nav img.flex-active{
    box-shadow: 0 0 0 2px #000 inset;
}
.woocommerce-product-gallery .flex-control-thumbs:not(.slick-slider){
    display: flex;
    flex-wrap: wrap;
    margin-inline-start: -5px;
    margin-inline-end: -5px;
}
.woocommerce-product-gallery .flex-control-thumbs:not(.slick-slider) > li{
    width: calc((100% / var(--columns)) - 10px);
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    top: 10px;
    right: 10px;
    z-index: 1;
    text-align: center;
}
.woocommerce-product-gallery__trigger:not(:hover){
    color: inherit;
}
.woocommerce-product-gallery__trigger::before{
    font-family: main-icon, sans-serif;
    content: '\e911';
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}
.woocommerce-product-gallery__trigger img{
    display: none !important;
}
.woocommerce-product-gallery__image.none-zoom > a,
.woocommerce-product-gallery__image.none-zoom > .zoomImg{
    display: none !important;
}
/*----- SUMMARY -----*/
/* other info */
.other-info:first-child{
    padding-top: 3px;
}
.other-info{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding: 10px 0;
}
.other-info > *:last-child{
    margin: 0;
}
.other-info .highlight{
    color: #05a503;
}
/* size guide */
div.delivery-return:not(.open) .content-delivery,
div.size-guide:not(.open) .content-guide{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
}
div.delivery-return .content-delivery,
div.size-guide .content-guide{
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
    width: 600px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    margin: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 100000;
}
div.delivery-return .title-delivery,
div.size-guide .title-guide{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-inline-end: 42px;
    box-shadow: 0 -1px #e5e5e5 inset;
}
div.ovic-question-answers .close-question,
div.delivery-return .close-entry,
div.size-guide .close-entry{
    position: absolute;
    top: 7px;
    right: 0;
    padding: 8px 15px;
    text-decoration: none;
}
div.ovic-question-answers .close-question:not(:hover),
div.delivery-return .close-entry:not(:hover),
div.size-guide .close-entry:not(:hover){
    color: inherit;
}
div.ovic-question-answers .close-question::before,
div.delivery-return .close-entry::before,
div.size-guide .close-entry::before{
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 24px;
}
div.ovic-question-answers.loading .list-question{
    min-height: 30px;
    position: relative;
    overflow: hidden;
}
div.size-guide table.ovic-size-chart tbody tr:nth-child(even) td{
    background-color: #e5e5e5;
}
div.size-guide table.ovic-size-chart th{
    text-align: center;
    color: #fff;
    background-color: #000;
    border-color: #ccc;
}
div.size-guide table.ovic-size-chart td{
    text-align: center;
    color: #000;
    border-color: #ccc;
}
/* q & a */
div.ovic-question-answers .ask-question{
    padding: 11px 20px;
    height: 46px;
}
div.ovic-question-answers .add-question{
    padding: 11px 25px;
}
div.ovic-question-answers .list-question{
    font-size: 14px;
    line-height: 24px;
}
div.ovic-question-answers .item-question{
    padding: 15px 0;
}
div.ovic-question-answers .question{
    display: flex;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
}
div.ovic-question-answers .question .icon{
    font-size: 20px;
    font-weight: 400;
    margin-inline-end: 10px;
}
div.ovic-question-answers .question .icon::before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e960';
}
div.ovic-question-answers .question .text{
    flex: 1 1 auto;
    width: 1%;
}
/* process-availability */
.entry-summary .process-availability{
    padding: 0;
    margin: 20px 0 0;
}
.entry-summary .process-availability .text{
    font-size: 14px;
    color: var(--main-color);
    margin: 0;
}
.entry-summary .process-availability .total{
    display: none;
}
.entry-summary .process-availability ~ .stock{
    display: none !important;
}
/* after-summary */
.entry-summary .after-summary{
    position: relative;
}
/* single-payment */
.entry-summary .single-payment{
    margin: 30px 0 0;
}
.entry-summary .single-payment img{
    border-radius: var(--main-bora);
}
.entry-summary .single-payment img:not(:hover){
    filter: grayscale(100%);
}
/* share-product */
.entry-summary .share-product{
    margin: 30px 0 0;
}
.entry-summary .ovic-share-socials .inner{
    margin: 0 -2px -4px;
}
.entry-summary .ovic-share-socials a{
    min-width: 30px;
    text-align: center;
    padding: 3px 5px;
    color: #fff;
    margin: 0 2px 4px;
    background-color: var(--social-color);
    border-radius: var(--main-bora);
}
.entry-summary .ovic-share-socials a:not(:hover){
    color: #fff;
    filter: grayscale(100%);
    opacity: 0.5;
}
.entry-summary .ovic-share-socials a .icon{
    font-size: 16px;
}
/* summary */
.entry-summary{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
}
.entry-summary .product_title{
    font-size: 35px;
    line-height: 1.3;
    text-transform: var(--main-h-tt);
    margin: 0 -1px;
}
.entry-summary .woocommerce-product-rating{
    font-size: 13px;
    line-height: 24px;
    color: #000;
    margin-top: 5px;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link{
    font-weight: 400;
    text-transform: var(--main-h-tt);
}
.entry-summary .woocommerce-product-details__short-description{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 25px;
    padding: 25px 0;
}
.entry-summary .woocommerce-product-details__short-description > :last-child{
    margin-bottom: 0;
}
.entry-summary .moozo-countdown{
    margin: 20px 0 0;
}
.entry-summary .inner-summary > .price{
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    line-height: 1.45;
    font-weight: 700;
    margin-top: 25px;
}
.entry-summary .inner-summary > .price ins{
    order: -1;
    margin-inline-end: 9px;
}
.entry-summary .inner-summary > .price del{
    font-size: 15px;
    margin: 0 0 5px;
}
.entry-summary .more-devivery a,
.entry-summary #chart-button{
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
}
.entry-summary .more-devivery a:not(:hover),
.entry-summary #chart-button:not(:hover){
    color: #000;
}
.entry-summary .single-countdown{
    padding: 5px 0;
    margin-top: 25px;
}
.entry-summary table.variations{
    padding: 0;
    margin: 20px 0 0;
}
.entry-summary .inner-summary > .stock{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0;
}
.entry-summary .inner-summary > .out-of-stock{
    font-size: 25px;
}
.entry-summary .cart{
    margin: 0;
}
.entry-summary .quantity{
    display: table;
    float: none;
    margin: 20px 0 0;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 115px);
    padding: 11px 15px;
    margin: 20px 0 0;
    margin-inline-end: 7px;
}
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
    margin-inline-end: 7px;
}
.entry-summary a.compare{
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0;
}
.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary a.compare{
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    border-radius: var(--main-bora);
}
.entry-summary .yith-wcwl-add-to-wishlist:hover,
.entry-summary a.compare:hover{
    box-shadow: 0 0 0 1px var(--main-color) inset;
}
.entry-summary .yith-wcwl-add-to-wishlist > *,
.entry-summary a.compare{
    width: 46px;
    height: 46px;
    padding: 11px 0;
}
.entry-summary a.compare::before{
    font-size: 18px;
    -webkit-text-stroke-width: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    font-size: 20px;
    -webkit-text-stroke-width: 0;
}
.entry-summary .group_table{
    margin: 20px 0 5px;
    background-color: #fff;
    border-radius: var(--main-bora);
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__quantity{
    width: 1%;
    padding: 0;
    text-align: center;
}
.entry-summary .group_table .button{
    background-color: transparent;
    padding: 0 10px;
    color: var(--main-color);
    font-size: 14px;
}
.entry-summary .group_table .button:hover{
    color: var(--main-color);
}
.entry-summary .group_table .quantity{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.entry-summary .group_table .quantity .input-text{
    font-size: 14px;
    width: 80px;
    box-shadow: none;
    background-color: transparent;
    padding: 8px 24px;
}
.entry-summary .group_table .quantity .arrow{
    border: none;
    width: 24px;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__label{
    font-size: 15px;
    text-transform: var(--main-h-tt);
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__label label{
    font-weight: inherit;
    margin: 0;
}
.entry-summary .group_table .woocommerce-grouped-product-list-item__price{
    text-align: center;
}
.entry-summary .group_table ins{
    text-decoration: none;
    color: var(--main-color);
}
.entry-summary .group_table del{
    color: #808080;
}
@media (max-width: 1199px){
    .entry-summary .product_title{
        font-size: 32px;
    }
    .entry-summary .moozo-countdown{
        margin: 15px 0 0;
    }
    .entry-summary .inner-summary > .price{
        font-size: 27px;
        margin-top: 20px;
    }
    .entry-summary .woocommerce-product-details__short-description{
        margin-top: 20px;
        padding: 20px 0;
    }
    .entry-summary .inner-summary > .stock,
    .entry-summary .process-availability,
    .entry-summary table.variations,
    .entry-summary .quantity,
    .entry-summary .yith-wcwl-add-to-wishlist,
    .entry-summary a.compare{
        margin-top: 15px;
    }
    .entry-summary .single_add_to_cart_button,
    .entry-summary .added_to_cart{
        width: calc(100% - 107px);
        margin-top: 15px;
        padding: 9px 10px;
    }
    .entry-summary .yith-wcwl-add-to-wishlist > *,
    .entry-summary a.compare{
        width: 42px;
        height: 42px;
        padding: 9px 0;
    }
    .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{
        font-size: 18px;
    }
    .entry-summary a.compare::before{
        font-size: 16px;
    }
    .entry-summary .share-product,
    .entry-summary .single-payment{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .woocommerce-product-gallery{
        width: 100%;
    }
    .entry-summary.sticky-content{
        position: static !important;
        width: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
    .entry-summary{
        width: 100%;
        padding: 30px 0 0;
    }
}
@media (max-width: 479px){
    .entry-summary .single_add_to_cart_button,
    .entry-summary .added_to_cart{
        width: 100%;
        margin-inline-end: 0;
    }
    .entry-summary .group_table .woocommerce-grouped-product-list-item__label,
    .entry-summary .group_table .woocommerce-grouped-product-list-item__price{
        font-size: 14px;
    }
}
/* style-01 */
.product-page.style-01 .woocommerce-product-gallery{
    width: 56%;
}
.product-page.style-01 .entry-summary{
    padding: 30px 38px 50px;
    background-color: #f5f5f5;
    margin-inline-start: 38px;
    border-radius: var(--main-bora);
}
.product-page.style-01 .woocommerce-product-gallery__trigger{
    left: 10px;
    right: auto;
}
@media (min-width: 480px){
    .product-page.style-01 .has-gallery .woocommerce-product-gallery{
        padding-inline-end: 80px;
    }
    .product-page.style-01 .woocommerce-product-gallery .flex-control-nav{
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        max-height: 100%;
        margin: 0;
    }
}
@media (max-width: 1199px){
    .product-page.style-01 .entry-summary{
        padding: 30px;
        margin-inline-start: 30px;
    }
}
@media (max-width: 991px){
    .product-page.style-01 .woocommerce-product-gallery{
        width: 100%;
    }
    .product-page.style-01 .entry-summary{
        width: 100%;
        margin: 30px 0 0;
    }
}
@media (max-width: 479px){
    .product-page.style-01 .entry-summary{
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin-top: 70px;
}
.woocommerce-tabs .panel{
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px #e5e5e5 inset;
}
.woocommerce-tabs > ul{
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 -15px 30px;
}
.woocommerce-tabs > ul > li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.woocommerce-tabs > ul > li > a{
    display: block;
    position: relative;
    font-size: 35px;
    line-height: 1.3;
    color: #000;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
}
.woocommerce-tabs > ul > li.active > a,
.woocommerce-tabs > ul > li > a:hover{
    color: var(--main-color);
}
.product-tab-brands{
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}
.product-tab-brands .brand-item{
    display: table-row;
    padding: 0;
    margin: 0;
    border: none;
}
.product-tab-brands .brand-item > *{
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: start;
}
.product-tab-brands .brand-item a:not(:hover){
    color: inherit;
}
#tab-description > *:last-child{
    margin-bottom: 0;
}
#tab-ovic_brands,
#tab-additional_information,
#tab-reviews{
    padding-top: 70px;
}
.product-tab-brands .brand-item > *,
#tab-additional_information th,
#tab-additional_information td{
    font-size: 16px;
    padding: 8px 15px;
    border-inline-start-width: 0;
    border-inline-end-width: 0;
}
.product-tab-brands .brand-item:first-child > *,
#tab-additional_information tr:first-child > *{
    border-top-width: 0;
}
.product-tab-brands .brand-item:last-child > *,
#tab-additional_information tr:last-child > *{
    border-bottom-width: 0;
}
.product-tab-brands .brand-item > *:first-child,
#tab-additional_information th:first-child,
#tab-additional_information td:first-child{
    padding-inline-start: 0;
}
.product-tab-brands .brand-item > *:last-child,
#tab-additional_information th:last-child,
#tab-additional_information td:last-child{
    padding-inline-end: 0;
}
.product-tab-brands .brand-item .term-description *:last-child,
#tab-additional_information *:last-child{
    margin-bottom: 0;
}
.product-tab-brands .brand-item .term-thumbnail,
#tab-additional_information th{
    width: 30%;
}
#wcmp_vendor_reviews .commentlist,
.woocommerce-Tabs-panel--reviews .commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
#wcmp_vendor_reviews .commentlist .comment_container,
.woocommerce-Tabs-panel--reviews .commentlist .comment_container{
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 10px 0 0;
}
#wcmp_vendor_reviews .commentlist .comment_container::before,
#wcmp_vendor_reviews .commentlist .comment_container::after,
.woocommerce-Tabs-panel--reviews .commentlist .comment_container::before,
.woocommerce-Tabs-panel--reviews .commentlist .comment_container::after{
    display: table;
    clear: both;
    content: '';
}
#wcmp_vendor_reviews .commentlist .avatar,
.woocommerce-Tabs-panel--reviews .commentlist .avatar{
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-inline-end: 15px;
    margin-bottom: 5px;
}
#wcmp_vendor_reviews .commentlist .star-rating,
.woocommerce-Tabs-panel--reviews .commentlist .star-rating{
    margin: 0 0 5px;
    margin-inline-end: 5px;
}
#wcmp_vendor_reviews .commentlist .meta,
.woocommerce-Tabs-panel--reviews .commentlist .meta{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
    margin-inline-end: 10px;
}
#wcmp_vendor_reviews .commentlist .woocommerce-review__author,
.woocommerce-Tabs-panel--reviews .commentlist .woocommerce-review__author{
    text-transform: var(--main-h-tt);
}
#wcmp_vendor_reviews .commentlist .description,
.woocommerce-Tabs-panel--reviews .commentlist .description{
    font-size: 15px;
    line-height: 1.47;
    color: #000;
}
#wcmp_vendor_reviews .commentlist .description > :last-child,
.woocommerce-Tabs-panel--reviews .commentlist .description > :last-child{
    margin-bottom: 0;
}
#wcmp_vendor_reviews .commentlist .children,
.woocommerce-Tabs-panel--reviews .commentlist .children{
    list-style: none;
    padding: 0 0 0 30px;
}
#wcmp_vendor_reviews .comment-form-rating > label,
.woocommerce-Tabs-panel--reviews .comment-form-rating > label{
    margin-inline-end: 10px;
}
#wcmp_vendor_reviews .woocommerce-pagination,
.woocommerce-Tabs-panel--reviews .woocommerce-pagination{
    margin-top: 10px;
}
.woocommerce-Tabs-panel--reviews .woocommerce-noreviews{
    margin: 0;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 35px;
    line-height: 1.3;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    text-align: center;
    margin: 0 0 30px;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .clear{
    width: 100%;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .title{
    width: 100%;
    margin: 0;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .average,
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .count{
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin: 7px 6px 0;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .action{
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: underline;
    margin: 7px 0 0;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title > span::before,
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title > span::after{
    display: none;
}
@media (max-width: 1199px){
    .woocommerce-tabs > ul{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin: 0 0 20px;
    }
    .woocommerce-tabs > ul > li{
        margin: 0;
    }
    .woocommerce-tabs > ul > li:not(:last-child){
        margin-inline-end: 20px;
    }
    .woocommerce-tabs > ul > li > a{
        font-size: 32px;
    }
    #tab-ovic_brands, #tab-additional_information, #tab-reviews{
        padding-top: 40px;
    }
    #wcmp_vendor_reviews .commentlist .comment_container,
    .woocommerce-Tabs-panel--reviews .commentlist .comment_container{
        padding: 20px;
    }
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .average, .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .count{
        margin-top: 0;
    }
    .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title .action{
        margin-top: 3px;
    }
}
@media (max-width: 767px){
    .woocommerce-tabs{
        margin-top: 40px;
    }
}
@media (max-width: 479px){
    .woocommerce-Tabs-panel--reviews .comment-form-author,
    .woocommerce-Tabs-panel--reviews .comment-form-email{
        width: 100%;
    }
}
/* tabs-layout */
.woocommerce-tabs .tabs-show-all,
.woocommerce-tabs .tabs-toggle-full,
.woocommerce-tabs .tabs-toggle{
    white-space: normal;
    text-align: inherit;
    overflow: hidden;
    margin: 0;
}
.woocommerce-tabs .tabs-show-all .panel{
    display: block !important;
}
.woocommerce-tabs .tabs-toggle-full > li,
.woocommerce-tabs .tabs-toggle > li{
    display: block;
    border-top: 1px solid #e5e5e5;
    margin: 0 !important;
}
.woocommerce-tabs .tabs-show-all .woocommerce-Tabs-panel:not(:last-child),
.woocommerce-tabs .tabs-toggle-full > li:not(:last-child) .woocommerce-Tabs-panel,
.woocommerce-tabs .tabs-toggle > li:not(:last-child) .woocommerce-Tabs-panel{
    margin-bottom: 70px;
}
.woocommerce-tabs .tabs-toggle > li > a{
    padding: 13px 0;
}
.woocommerce-tabs .tabs-toggle-full > li > .woocommerce-Tabs-panel,
.woocommerce-tabs .tabs-toggle > li > .woocommerce-Tabs-panel{
    display: none;
    box-shadow: 0 1px #e5e5e5 inset;
}
.woocommerce-tabs .tabs-show-all,
.woocommerce-tabs .tabs-toggle-full{
    position: relative;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
.woocommerce-tabs .tabs-toggle-full > li > a{
    text-align: center;
    padding: 13px 15px;
}
@media (max-width: 767px){
    .woocommerce-tabs .tabs-show-all .woocommerce-Tabs-panel:not(:last-child),
    .woocommerce-tabs .tabs-toggle-full > li:not(:last-child) .woocommerce-Tabs-panel,
    .woocommerce-tabs .tabs-toggle > li:not(:last-child) .woocommerce-Tabs-panel{
        margin-bottom: 40px;
    }
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products,
.cross-sells.products{
    display: inline-block;
    vertical-align: top;
    width: 100vw;
    position: relative;
    clear: both;
    margin: 70px calc(50% - 50vw) 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}
.related.products .container > .title,
.up-sells.products .container > .title,
.cross-sells.products .container > .title{
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px;
}
@media (max-width: 1199px){
    .related.products,
    .up-sells.products,
    .cross-sells.products{
        margin-top: 50px;
        padding-top: 40px;
    }
    .related.products .container > .title,
    .up-sells.products .container > .title,
    .cross-sells.products .container > .title{
        font-size: 32px;
        margin: 0 0 20px;
    }
}
/* BUNDLE */
div.ovic_bundle-wrap{
    margin-top: 30px;
}
div.ovic_bundle-wrap .column-name a:not(:hover){
    color: #000;
}
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: #000;
}
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: #000;
}
div.ovic_bundle-wrap .ovic_bundle-total .discount{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > * span{
    font-weight: 600;
}
div.ovic_bundle-wrap .footer-bundle .cart a.compare,
div.ovic_bundle-wrap .footer-bundle .cart .yith-wcwl-add-to-wishlist{
    display: none;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.wpcf7{
    font-size: 14px;
    line-height: 24px;
    direction: inherit !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="search"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea{
    width: 100%;
    padding: 11px 20px;
}
.wpcf7 p{
    position: relative;
    margin: 0 0 10px;
}
.wpcf7 p .wpcf7-form-control-wrap{
    position: static;
}
.wpcf7 p [role="alert"]{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.wpcf7 p[class*="col-"] [role="alert"]{
    right: 15px;
}
.wpcf7 label{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: inherit;
    margin: 0 0 6px;
}
.wpcf7 .wpcf7-acceptance{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #808080;
    cursor: pointer;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.wpcf7 .wpcf7-acceptance label{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.wpcf7 .wpcf7-acceptance a{
    text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance a:not(:hover){
    color: inherit;
}
.wpcf7 [type="submit"]{
    font-size: 20px;
    padding: 11px 40px;
    vertical-align: middle;
    margin: 0 0 -10px;
}
div.wpcf7 .ajax-loader{
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    vertical-align: middle;
    margin: 0 0 -10px;
    margin-inline-start: 7px;
}
/*----- CART -----*/
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-form-login .woocommerce-LostPassword{
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
}
.woocommerce table.wishlist_table,
.woocommerce-cart-form > .shop_table{
    margin: 0;
}
.wishlist_table th,
.woocommerce-cart-form > .shop_table th,
.woocommerce-cart-form .dataTables_wrapper > .shop_table th,
.woocommerce-checkout #order_review .shop_table th{
    font-size: 20px;
    line-height: 1.3;
}
.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,
.woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name{
    font-size: 15px;
    line-height: 1.47;
    font-weight: 400;
    color: #000;
}
.woocommerce table.wishlist_table tr td.product-remove a,
.woocommerce-cart-form > .shop_table .product-remove a,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a{
    text-decoration: none;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
    color: #000;
}
.woocommerce #content table.wishlist_table tr td.product-remove a:hover,
.woocommerce-cart-form > .shop_table .product-remove a:hover,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a:hover{
    color: var(--main-color);
}
.cart-collaterals{
    max-width: 370px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: var(--main-bora);
    margin: 30px 0 0;
    margin-inline-start: auto;
}
.cart-collaterals .cart_totals > h2{
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    font-weight: 400;
    border: none;
    padding: 15px 10px;
    padding-inline-start: 0;
}
.cart-collaterals .shop_table td{
    border: none;
    padding: 15px 10px;
    padding-inline-end: 0;
    text-align: end;
}
.cart-collaterals .shop_table tr:not(:last-child) th,
.cart-collaterals .shop_table tr:not(:last-child) td{
    border-bottom: 1px solid #e5e5e5;
}
.cart-collaterals .shop_table .shipping .button{
    width: 100%;
}
.cart-collaterals .shop_table .woocommerce-shipping-destination{
    margin-bottom: 10px;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator{
    margin-top: 10px;
}
.cart-collaterals .shop_table .cart-subtotal .amount{
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.cart-collaterals .shop_table .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount{
    font-size: 20px;
    line-height: 30px;
}
@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;
    }
    .woocommerce table.wishlist_table tbody tr,
    .woocommerce-cart-form > .shop_table tbody .cart_item{
        border-top: 1px solid #e5e5e5;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce-cart-form > .shop_table th{
        padding-top: 0;
        padding-bottom: 19px;
    }
    .woocommerce table.wishlist_table .product-thumbnail,
    .woocommerce-cart-form > .shop_table .product-thumbnail{
        width: 110px;
        padding-inline-start: 0;
    }
    .woocommerce table.wishlist_table .product-name,
    .woocommerce-cart-form > .shop_table .product-name{
        flex: 1 1 auto;
        width: 1%;
    }
    .woocommerce table.wishlist_table th.product-name,
    .woocommerce-cart-form > .shop_table th.product-name{
        margin-inline-start: -110px;
        padding-inline-start: 0;
    }
    .woocommerce table.wishlist_table .product-add-to-cart{
        width: 20%;
    }
    .woocommerce table.wishlist_table .product-remove,
    .woocommerce-cart-form > .shop_table .product-remove{
        width: 30px;
        order: 2;
        padding-inline-end: 0;
    }
    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table tbody td{
        border: none;
    }
    .woocommerce-cart-form .shop_table .actions{
        width: 100%;
        padding: 15px 0 0;
        border-top: 1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-cart-form .shop_table .actions > *{
        margin-top: 15px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon{
        flex: 1 1 auto;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-inline-end: 30px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon button{
        margin: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .woocommerce table.wishlist_table .product-price,
    .woocommerce table.wishlist_table .product-stock-status{
        width: 13%;
    }
    .woocommerce table.wishlist_table .product-add-to-cart{
        width: 23%;
    }
    .woocommerce table.wishlist_table .product-add-to-cart a{
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
@media (min-width: 1200px){
    .woocommerce-cart-form{
        display: inline-block;
        vertical-align: top;
        float: left;
        width: calc(100% - 400px);
        margin-inline-end: 30px;
    }
    .cart-collaterals{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .woocommerce-cart-form > .shop_table tr:last-child{
        border: none;
    }
    .cart-collaterals{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
/*----- DATATABLE -----*/
.woocommerce-cart-form .dataTables_wrapper{
    margin-bottom: 50px;
}
.woocommerce-cart-form .dataTables_wrapper .btn-group{
    width: auto;
    float: left;
    margin-bottom: 10px;
}
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter{
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-bottom: 10px;
}
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter label,
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter .form-control{
    vertical-align: middle;
}
.woocommerce-cart-form table.dataTable .product-thumbnail{
    text-align: center;
}
.woocommerce-cart-form table.dataTable .product-thumbnail img{
    display: inline-block !important;
    vertical-align: top;
    width: 100px;
    max-width: 100px;
    margin: auto;
}
.woocommerce-cart-form div.dataTables_wrapper div.dataTables_info{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-cart-form div.dataTables_wrapper div.dataTables_paginate{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.woocommerce-cart-form div.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
.woocommerce-cart-form div.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 767px){
    .woocommerce-cart-form table.dataTable .product-thumbnail img{
        width: 80px;
        max-width: 80px;
    }
}
/*----- WISHLIST -----*/
/*----- MY ACCOUNT -----*/
.woocommerce-form-login:not(:last-child),
.woocommerce-form-login:not(:last-child),
.woocommerce-form-register:not(:last-child),
.woocommerce-ResetPassword:not(:last-child),
.woocommerce-form-track-order:not(:last-child),
.checkout_coupon:not(:last-child){
    margin-bottom: 30px;
}
.woocommerce-form-login:last-child .form-row:last-child,
.woocommerce-form-login:last-child .lost_password:last-child,
.woocommerce-form-register:last-child .form-row:last-child,
.woocommerce-ResetPassword:last-child .form-row:last-child,
.woocommerce-form-track-order:last-child .form-row:last-child{
    margin-bottom: 0;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button{
    display: block;
    margin-top: 10px;
    clear: both;
}
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    margin: 10px 0 -26px;
}
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last,
.woocommerce-page form.lost_reset_password .form-row-first,
.woocommerce-page form.lost_reset_password .form-row-last,
.woocommerce form.woocommerce-form-track-order .form-row-first,
.woocommerce form.woocommerce-form-track-order .form-row-last,
.woocommerce-page form.woocommerce-form-track-order .form-row-first,
.woocommerce-page form.woocommerce-form-track-order .form-row-last{
    float: none;
    width: 100%;
}
.wcmp-dashboard > h2,
body.woocommerce-account .woocommerce > h2{
    font-size: 25px;
    line-height: 1.3;
    font-weight: var(--main-h-fw);
    padding: 0;
    margin: 0 auto 28px;
    position: relative;
}
.woocommerce-form-login{
    position: relative;
}
.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme{
    padding: 5px 0;
    margin-bottom: 25px;
}
.woocommerce-form-login .lost_password{
    position: absolute;
    bottom: 65px;
    left: 0;
    padding: 5px 0;
    font-weight: 400;
    margin: 0;
}
.woocommerce-form-login .lost_password a:not(:hover){
    color: #000;
}
.woocommerce-form-register .woocommerce-privacy-policy-text p:last-child{
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .woocommerce-account .col2-set{
        display: flex;
    }
    .woocommerce-account .col2-set .col-1{
        width: 50%;
        padding-inline-end: 30px;
    }
    .woocommerce-account .col2-set .col-2{
        width: 50%;
        padding-inline-start: 30px;
        border-inline-start: 1px solid #e5e5e5;
        position: relative;
    }
}
@media (min-width: 1200px){
    .woocommerce-account .col2-set .col-1{
        padding-inline-end: 40px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-inline-start: 40px;
    }
}
/*----- 404 ERROR -----*/
.error-404{
    text-align: center;
    padding-top: 30px;
}
.error-404 .page-title{
    font-size: 168px;
    line-height: 1;
}
.error-404 .title{
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.error-404 .subtitle{
    margin-bottom: 40px;
}
.error-404 .button{
    font-size: 20px;
    padding: 11px 20px;
    min-width: 230px;
}
@media (max-width: 1199px){
    .error-404{
        padding-top: 20px;
    }
    .error-404 .page-title{
        font-size: 150px;
    }
    .error-404 .title{
        font-size: 23px;
        margin-bottom: 10px;
    }
    .error-404 .subtitle{
        margin-bottom: 30px;
    }
    .error-404 .button{
        font-size: 18px;
        padding: 9px 20px;
        min-width: 200px;
    }
}
@media (max-width: 479px){
    .error-404 .page-title{
        font-size: 130px;
    }
}
/*==========================================================================
HEADER
===========================================================================*/
.header-mobile,
.header{
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
}
.header-mobile .logo,
.header .logo{
    padding: 5px 0;
}
.menu-item > .desc{
    display: none;
}
.menu-item::before,
.menu-item::after{
    content: '';
    display: table;
    clear: both;
}
.menu-item > a.loading-lazy::after,
.menu-item > a .loading-lazy::after{
    display: none;
}
.menu-item > a .icon{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 400;
}
.menu-item > a figure.icon{
    font-size: 0 !important;
}
.menu-item > a .label-image{
    display: inline !important;
    margin: -15px 0 0;
    margin-inline-start: 5px;
}
.menu-item > a img{
    width: auto;
    max-height: 24px;
}
.ovic-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
body .ovic-menu li > a .icon{
    margin: 0;
    margin-inline-end: 5px;
}
body .ovic-menu li > a .icon img{
    margin-top: -3px;
}
body .ovic-menu li > a.hide-title .icon{
    margin: 0 !important;
}
.menu-item > .megamenu > p:first-child,
.menu-item > .megamenu > p:last-child{
    margin: 0;
}
/*----- LOGO -----*/
.logo{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.logo a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    max-width: 100%;
}
.logo figure{
    display: block;
}
.logo .logo-text{
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.logo .logo-text .text{
    display: inline-block;
    vertical-align: top;
}
.logo .logo-text .icon{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    font-weight: 400;
}
/*----- HEADER SOCIAL -----*/
.header-social{
    font-size: 13px;
    line-height: 20px;
}
.header-social .inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.header-social a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    padding: 10px 0;
    margin: 0 10px;
}
.header-social a .icon{
    display: inline-block;
    vertical-align: top;
}
.header-social a .text{
    display: none;
    vertical-align: top;
}
/*----- HEADER MESSAGE -----*/
.header-message{
    position: relative;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
}
.header-message > p{
    margin: 0;
}
/*----- BLOCK MENU BAR -----*/
.block-menu-bar > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-menu-bar > a > *{
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 1200px){
    .block-menu-bar{
        display: none !important;
    }
}
/*----- USER LINK -----*/
.block-userlink > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
    text-transform: capitalize;
}
.block-userlink > a > *{
    display: inline-block;
    vertical-align: top;
}
/*----- WISHLIST -----*/
.block-wishlist > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-wishlist > a > *{
    display: inline-block;
    vertical-align: top;
}
/*----- MINI CART -----*/
.block-minicart > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-minicart > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-minicart > a .amount{
    color: inherit;
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: start;
}
.block-minicart .widget_shopping_cart .widget_shopping_cart_content > .woocommerce-mini-cart{
    margin: 0 20px;
}
.block-minicart .widget_shopping_cart > .widgettitle,
.block-minicart .widget_shopping_cart > .widget-title{
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px;
}
.block-minicart .widget_shopping_cart .total,
.block-minicart .widget_shopping_cart .buttons{
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    padding: 13px 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
@media (min-width: 1200px){
    .block-minicart:not(:hover) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
@media (max-width: 1199px){
    .block-minicart:not(.open) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    min-width: auto;
    text-align: start;
    width: 270px;
    max-width: 100% !important;
    padding: 5px 0;
    margin: 0;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    display: flex;
    align-items: center;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 1%;
    background-color: #fff;
    border-radius: var(--main-bora);
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader:not(.dgwt-wcas-close){
    z-index: auto;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input{
    flex: 1 1 auto;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    width: 1%;
    position: relative;
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    vertical-align: top;
    width: 100%;
    height: 40px;
    border: none;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    color: inherit !important;
    background-color: transparent;
    padding: 8px 20px;
    padding-inline-end: 50px;
    position: relative;
    z-index: 1;
    border-radius: inherit !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:focus ~ .input-focus{
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::-webkit-input-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:-moz-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text::-moz-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:-ms-input-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 0 !important;
    color: #000;
    background-color: transparent;
    width: 50px;
    height: auto;
    min-width: auto;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    padding: 0;
    min-height: auto;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit::before{
    display: none;
    position: static;
    border: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    content: '';
}
div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    opacity: 1;
    color: var(--main-color);
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    color: #000;
    right: 50px !important;
    opacity: 1;
    background: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader:hover{
    color: var(--main-color);
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-preloader > *{
    display: none;
}
div.dgwt-wcas-search-wrapp .dgwt-wcas-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{
    margin-inline-end: -1px;
    border-radius: var(--main-bora) 0 0 var(--main-bora);
    background-color: #fff;
}
div.dgwt-wcas-search-wrapp .category + .dgwt-wcas-sf-wrapp{
    border-radius: 0 var(--main-bora) var(--main-bora) 0;
}
div.dgwt-wcas-search-wrapp .category select,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single{
    z-index: 1;
    position: relative;
    color: #000;
    font-weight: var(--main-h-fw);
    background-color: transparent;
    border-radius: inherit !important;
}
div.dgwt-wcas-search-wrapp .category select{
    padding-inline-end: 30px;
}
div.dgwt-wcas-search-wrapp .category .chosen-container-single{
    border-radius: inherit;
}
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single:hover{
    color: var(--main-color);
}
div.dgwt-wcas-search-wrapp .category select:focus,
div.dgwt-wcas-search-wrapp .category .chosen-container-single .chosen-single:focus{
    z-index: 2;
}
div.dgwt-wcas-search-wrapp .category .chosen-container .chosen-drop{
    min-width: calc(100% + 2px);
}
div.dgwt-wcas-enable-mobile-form{
    z-index: 3;
}
div.dgwt-wcas-om-bar{
    height: 40px;
}
div.dgwt-wcas-om-bar .dgwt-wcas-om-return{
    width: 40px;
}
div.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{
    width: calc(100% - 40px);
}
div.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{
    height: auto !important;
}
div.dgwt-wcas-search-wrapp-mobile .input-focus{
    border-inline-end-width: 1px;
}
div.dgwt-wcas-overlay-mobile .search-title{
    display: none;
}
div.dgwt-wcas-overlay-mobile .search-form .category{
    display: none;
}
div.dgwt-wcas-overlay-mobile div.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{
    padding: 0;
}
.block-search > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-search > a .icon{
    display: inline-block;
    vertical-align: top;
}
.block-search > a:hover .content{
    text-decoration: underline;
}
@media (max-width: 991px){
    div.dgwt-wcas-search-wrapp .category{
        display: none;
    }
}
/*----- TOP BAR MENU -----*/
.moozo-dropdown{
    position: relative;
}
.moozo-dropdown > .sub-menu,
.header-submenu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    min-width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: var(--main-cl);
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    list-style: none;
    padding: 15px 0;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: start;
    visibility: visible;
}
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.moozo-dropdown > .sub-menu > .menu-item,
.header-submenu .sub-menu > li{
    padding: 0 20px;
}
.moozo-dropdown > .sub-menu > .menu-item > a,
.header-submenu .sub-menu > li > a{
    display: block;
    padding: 3px 0;
}
.header-submenu li{
    position: relative;
}
.header-submenu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    text-transform: var(--main-h-tt);
    margin: 0 -10px;
}
.header-submenu > li{
    margin: 0 10px;
}
.header-submenu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 0;
}
.header-submenu > li > a .icon{
    color: var(--main-color);
}
body.logged-in .block-userlink > a .text::after,
.header-submenu > .menu-item-has-children > a:not(:last-child)::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    font-style: normal;
    margin: 1px 0 -1px;
    margin-inline-start: 5px;
}
@media (min-width: 1200px){
    .moozo-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
@media (max-width: 1199px){
    .moozo-dropdown:not(.open) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- MAIN MENU -----*/
.box-header-nav .main-menu{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: #000;
}
.box-header-nav .main-menu .menu-item{
    position: relative;
}
.box-nav-vertical .vertical-menu .menu-item > a,
.box-header-nav .main-menu .menu-item > a{
    display: block;
    position: relative;
}
.box-header-nav .main-menu > .menu-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.box-header-nav .main-menu > .item-end{
    float: right;
}
.box-header-nav .main-menu > .divider{
    border-inline-start: 1px solid;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 30px;
    opacity: 0.15;
}
.box-header-nav .main-menu > .divider > *{
    display: none !important;
}
.box-header-nav .main-menu > .divider ~ .menu-item > a{
    font-weight: 400;
}
.box-nav-vertical .block-title,
.box-header-nav .main-menu > .menu-item > a{
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--main-h-fw);
    text-transform: var(--main-h-tt);
    padding: 15px 0;
    text-decoration: none;
}
.box-header-nav .main-menu > .menu-item > a .icon{
    font-size: 25px;
    margin-top: -1px;
    margin-inline-end: 10px;
}
.box-header-nav .main-menu > .menu-item > a img{
    max-height: 30px;
}
.box-header-nav .main-menu > .menu-item > a::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: calc(50% + 15px);
    border-top: 1px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > a::before{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.box-header-nav .main-menu > .menu-item > a::after{
    display: inline-block;
    vertical-align: middle;
    margin: -15px 0 0 5px;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    background-color: #000;
    padding: 1px 5px;
    text-decoration: none;
    border-radius: var(--main-bora);
    text-transform: var(--main-h-tt);
}
.box-header-nav .main-menu > .menu-item.hot > a::after{
    content: 'Hot';
}
.box-header-nav .main-menu > .menu-item.new > a::after{
    content: 'New';
    background-color: var(--main-color);
}
.box-header-nav .horizontal .main-menu > .menu-item > a .label-image,
.box-header-nav .horizontal .main-menu > .menu-item > a::after{
    position: absolute;
    bottom: calc(50% + 9px);
    left: 1px;
    margin: 0;
}
.box-nav-vertical .vertical-menu > .menu-item:not(:hover) > .sub-menu,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    z-index: 9;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    list-style: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 15px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10;
    margin: 0;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu{
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.box-header-nav .main-menu > .menu-item > .sub-menu{
    top: 100%;
}
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu){
    left: -30px;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item{
    padding: 0 30px;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a:not(:last-child)::after,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a:not(:last-child)::after{
    display: inline-block;
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    width: 10px;
    text-align: end;
    margin-inline-start: 5px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-nav-vertical .vertical-menu > .menu-item-has-children:hover > a:not(:last-child)::after,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children:hover > a:not(:last-child)::after,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children:hover > a:not(:last-child)::after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.box-header-nav .main-menu > .menu-item > .megamenu{
    padding: 1px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.box-nav-vertical .vertical-menu > .menu-item > .megamenu{
    padding: 1px;
    box-shadow: 0 1px #e5e5e5 inset, 0 -1px #e5e5e5 inset, -1px 0 #e5e5e5 inset;
}
.box-nav-vertical .vertical-menu > .menu-item > .megamenu .container,
.box-header-nav .main-menu > .menu-item > .megamenu .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
}
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    margin-top: -15px;
    margin-inline-start: -1px;
}
/*----- VERTICAL MENU -----*/
.header-vertical{
    display: flex;
}
.box-nav-vertical{
    display: flex;
    width: 270px;
    max-width: 100%;
    position: relative;
}
.box-nav-vertical .block-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    color: #000;
}
.box-nav-vertical .block-title:hover,
.box-nav-vertical.open .block-title{
    color: var(--main-color);
}
.box-nav-vertical .block-title > *{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.box-nav-vertical .block-title .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    margin-inline-end: 13px;
    text-decoration: none;
}
body.elementor-editor-active .header .box-nav-vertical:not(.open) .block-content{
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-transform: translateY(15px) !important;
    -moz-transform: translateY(15px) !important;
    -ms-transform: translateY(15px) !important;
    -o-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
}
@media (min-width: 1200px){
    body:not(.elementor-editor-active) .site > .header-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky:not(.is-sticky) .box-nav-vertical:not(.always-open):not(.open) .block-content,
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky .box-nav-vertical:not(.open) .block-content,
    body:not(.elementor-editor-active) .header .box-nav-vertical:not(.always-open):not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
@media (max-width: 1199px){
    .box-nav-vertical:not(.open) .block-content{
        visibility: hidden !important;
        opacity: 0 !important;
        -webkit-transform: translateY(15px) !important;
        -moz-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
        -o-transform: translateY(15px) !important;
        transform: translateY(15px) !important;
    }
}
.box-nav-vertical .block-content{
    width: 270px;
    min-height: var(--min-height,625px);
    padding: 0;
    color: #000;
    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;
}
.box-nav-vertical .vertical-menu{
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.box-nav-vertical .vertical-menu > .menu-item{
    display: block;
    text-align: start;
    position: relative;
}
.box-nav-vertical .vertical-menu > .menu-item > a{
    font-size: 15px;
    line-height: 24px;
    text-transform: var(--main-h-tt);
    font-weight: var(--main-h-fw);
    padding: 8px 30px;
}
.box-nav-vertical .vertical-menu > .menu-item > a .icon{
    text-align: center;
    min-width: 25px;
    font-size: 25px;
    margin-inline-end: 10px;
}
.box-nav-vertical .vertical-menu > .menu-item > .megamenu{
    max-width: calc(var(--main-container) - 270px) !important;
}
.box-nav-vertical .vertical-menu > .divider{
    margin: 20px 0 19px;
    border-top: 1px solid #e5e5e5;
}
.box-nav-vertical .vertical-menu > .divider > *{
    display: none !important;
}
.box-nav-vertical .vertical-menu > .divider ~ .menu-item > a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box-nav-vertical .vertical-menu > .divider ~ .menu-item > a .icon{
    font-size: 19px;
    min-width: 19px;
}
.box-nav-vertical .vertical-menu > .divider ~ .menu-item > a img{
    max-height: 19px;
}
.box-nav-vertical .view-all-menu a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    padding: 13px 20px;
    background-color: #ededed;
    text-decoration: none;
}
.box-nav-vertical .view-all-menu a:not(:hover){
    color: #000;
}
.box-nav-vertical .view-all-menu a::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
    margin: 1px 0 -1px;
    margin-inline-start: 15px;
}
@media (min-width: 1200px){
    .box-nav-vertical .vertical-menu > .item-megamenu{
        position: static;
    }
}
@media (max-width: 1199px){
    .header-vertical,
    .box-header-nav{
        display: none !important;
    }
}
/*----- HEADER MAIN -----*/
.header > *,
.header .header-inner{
    position: relative;
}
/* header-banner */
.header-banner{
    position: relative;
}
/* header-control */
.inner-control{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}
.inner-control > *{
    margin: 0 15px;
}
.inner-control > * > a{
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}
.inner-control > * > a:not(:hover){
    color: #000;
}
.inner-control > * > a .icon{
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
}
.inner-control > *:last-child > a .icon{
    margin-inline-end: 10px;
}
.inner-control > * > a .text{
    display: none;
}
.inner-control > * > a .count{
    font-family: var(--main-ff);
    position: absolute;
    top: -3px;
    right: -10px;
    min-width: 20px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    padding: 3px;
    border-radius: 90px;
    color: #fff;
    background-color: #000;
    text-align: center;
}
/* header-top */
.header-top{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.light .header-message,
.light .header-social,
.light .header-submenu{
    color: #fff;
}
/* header-mid */
.header-mid{
    position: relative;
    padding: 10px 0;
}
/* header-bot */
.header-bot{
    position: relative;
}
/* light */
.light .logo .logo-text,
.light .header-submenu,
.light .inner-control > * > a:not(:hover){
    color: #fff;
}
.light .inner-control > * > a .count{
    color: #000;
    background-color: #fff;
}
@media (min-width: 768px){
    .inner-control > .moozo-dropdown > .sub-menu,
    .inner-control > .header-submenu .sub-menu,
    .header-top .header-end .moozo-dropdown > .sub-menu,
    .header-top .header-end .header-submenu .sub-menu{
        left: auto;
        right: 0;
    }
    .header-top .header-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .header-top .header-inner > *{
        flex: 1 1 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-bot .header-inner > *:not(:last-child),
    .header-mid .header-inner > *:not(:last-child),
    .header-top .header-inner > *:not(:last-child){
        padding-inline-end: 15px;
    }
    .header-bot .header-inner > *:not(:first-child),
    .header-mid .header-inner > *:not(:first-child),
    .header-top .header-inner > *:not(:first-child){
        padding-inline-start: 15px;
    }
    .header-top .header-inner .header-end{
        justify-content: flex-end;
    }
    .header-top .header-inner .header-start > *:not(:last-child){
        padding-inline-end: 30px;
        border-inline-end: 1px solid #e5e5e5;
        margin-inline-end: 30px;
    }
    .header-top .header-inner .header-end > *:not(:first-child){
        padding-inline-start: 30px;
        border-inline-start: 1px solid #e5e5e5;
        margin-inline-start: 30px;
    }
    .light .header-inner .header-start > *:not(:last-child),
    .light .header-inner .header-end > *:not(:first-child){
        border-color: rgba(255,255,255,0.15);
    }
    .header-bot .header-inner,
    .header-mid .header-inner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
@media (max-width: 767px){
    .header-message{
        padding: 2px 0;
        text-align: center;
    }
    .header-social a,
    .header-submenu > li > a{
        padding: 2px 0;
    }
    .header-social .inner,
    .header-submenu{
        text-align: center;
        justify-content: center;
    }
    .header-submenu .sub-menu{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header-submenu li:not(:hover) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(15px);
        -moz-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
        -o-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }
    .block-userlink,
    .block-minicart{
        position: static;
    }
    .block-userlink .sub-menu,
    .block-minicart .widget_shopping_cart{
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
    }
    .box-nav-vertical{
        width: auto;
    }
    .inner-control{
        margin: 0 -12px;
    }
    .inner-control > *{
        margin: 0 12px;
    }
    .inner-control > * > a{
        padding: 5px 0;
    }
    .header-top{
        padding: 3px 0;
    }
    .header-top .block-userlink{
        width: 100%;
        position: relative;
        text-align: center;
    }
    .header-mid{
        text-align: center;
        padding: 5px 0;
    }
}
/*----- FOLLOW -----*/
.menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
    margin-bottom: 25px;
}
.menu-follow-header{
    font-size: 15px;
    color: #000;
}
.menu-follow-header .ovic-custommenu{
    --item-space: 4px;
}
.elementor-section.section-follow-header{
    padding: 50px 0 25px;
}
.container .megamenu-wrap .elementor-section.section-follow-header{
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}
@media (max-width: 1199px){
    .menu-follow-header .elementor-widget-ovic_menu > .elementor-widget-container{
        margin-bottom: 20px;
    }
    .elementor-section.section-follow-header{
        padding: 25px 20px 0;
    }
}
/*----- HEADER STICKY -----*/
body.admin-bar .site > .header-sticky{
    top: 32px;
}
body.elementor-editor-active > .site > .header-sticky{
    display: none;
}
.site > .header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    max-width: 100%;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.site > .header-sticky:not(.is-sticky){
    box-shadow: none;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.site > .header-sticky .header-inner{
    display: flex;
    align-items: center;
}
.site > .header-sticky .inner-control > * > a,
.site > .header-sticky .box-header-nav .main-menu > .menu-item > a{
    padding: 10px 0;
}
.site > .header-sticky .box-header-nav{
    flex: 1 1 auto;
    width: 1%;
}
@media (min-width: 1200px){
    body.admin-bar:not(.elementor-editor-active) .header .header-sticky.is-sticky{
        top: 32px;
    }
    body:not(.elementor-editor-active) .header .header-sticky.is-sticky{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: var(--main-header-bg);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        z-index: 11;
        max-width: 100%;
        margin: 0;
        -webkit-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
}
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--main-h-fw);
    text-transform: capitalize;
    margin: 5px 0 -5px;
}
.by-vendor-name-link .text{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    text-decoration: inherit;
    margin: 1px 0 -1px;
}
.by-vendor-name-link:not(:hover) .text{
    color: #808080;
}
.entry-summary .wcfmmp_sold_by_container,
.entry-summary .by-vendor-name-link{
    display: inline-block !important;
    vertical-align: top;
    margin: 5px 0 0;
    margin-inline-end: 15px;
}
.entry-summary .wcfmmp_sold_by_container + .woocommerce-product-rating,
.entry-summary .by-vendor-name-link + .woocommerce-product-rating{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
}
/*----- PINMAP -----*/
body div.ovic-pinmap .ovic-pin .ovic-popup .woocommerce-product-rating{
    display: block;
    float: none;
    line-height: inherit;
}
body .ovic-mapper .ovic-pin .ovic-popup-header h2{
    text-align: start;
}
div.ovic-pinmap .shortcode-pinmap-builder{
    text-align: center;
}
div.ovic-pinmap .shortcode-pinmap-builder .ovic-pinmap{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
div.ovic-pinmap .ovic-pin{
    display: block;
    z-index: auto;
}
div.ovic-pinmap .ovic-pin:hover{
    z-index: auto;
}
div.ovic-pinmap .ovic-pin > *:not(.ovic-popup){
    position: relative;
    z-index: 1;
}
div.ovic-pinmap .ovic-pin .ovic-popup{
    display: block;
    cursor: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    z-index: 9;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-header{
    padding-inline-start: 0;
    padding-inline-end: 0;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-main{
    display: block;
    padding: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail{
    margin-bottom: 16px;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail + .col-right{
    margin: 0;
}
div.ovic-pinmap .ovic-pin .ovic-popup-main > .col-right{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .product-title{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .product-title a:not(:hover){
    color: inherit;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price ins{
    text-decoration: none;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price del{
    color: #808080;
    font-weight: 400;
    margin-inline-end: 5px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price .amount{
    font-size: inherit;
}
div.ovic-pinmap .ovic-pin .ovic-wc .description :last-child{
    margin-bottom: 0;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-main p{
    text-align: inherit;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-footer a{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 30px;
    border: none;
    color: #fff;
    border-radius: 0;
    height: auto;
    margin: 13px 0 0;
    background-color: var(--main-color);
}
/* new */
div.ovic-pinmap .ovic-pin .icon-theme{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    padding: 5px;
}
div.ovic-pinmap .ovic-pin .icon-theme:hover::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div.ovic-pinmap .ovic-pin .icon-theme::before{
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: inherit;
    background-color: var(--main-color);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div.ovic-pinmap .ovic-pin .icon-theme span{
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
}
div.ovic-pinmap .ovic-pin .icon-theme span::before,
div.ovic-pinmap .ovic-pin .icon-theme span::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    border-top: 2px solid;
    margin: auto;
}
div.ovic-pinmap .ovic-pin .icon-theme span::after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
div.ovic-pinmap .ovic-pin.text .ovic-popup-header h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: var(--main-h-fw);
    padding: 0;
}
div.ovic-pinmap .ovic-pin.text.text-line .popover::before,
div.ovic-pinmap .ovic-pin.text.text-line .popover::after,
div.ovic-pinmap .ovic-pin.text.text-line .popover-content::after{
    border-color: var(--main-color);
}
@media (min-width: 1200px){
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a img{
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a:hover img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media (max-width: 1199px){
    div.ovic-pinmap .wrap-image{
        overflow: hidden;
    }
    div.ovic-pinmap .wrap-image img{
        position: relative;
        width: auto;
        max-width: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    body.admin-bar div.ovic-pinmap .ovic-pin .ovic-popup{
        top: 32px;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup{
        position: fixed !important;
        top: 50% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        -webkit-transform: translateY(-50%) !important;
        -moz-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        -o-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        max-height: calc(100vh - 30px);
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 100000 !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup::before,
    div.ovic-pinmap .ovic-pin .ovic-popup::after{
        display: none !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close{
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        opacity: 1;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close::before{
        display: block;
        font-family: FontAwesome, sans-serif;
        content: "\f00d";
        font-size: 14px;
        line-height: 24px;
    }
}
/*----- POPUP NEWSLETTER -----*/
div.mfp-bg{
    background-color: #fff;
    opacity: 0.5;
    z-index: 100000;
}
div.mfp-wrap{
    z-index: 100000;
}
div.mfp-container{
    padding: 0;
}
div.mfp-content{
    text-align: start;
}
div.mfp-content .social-content{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
div.mfp-content .social-content::after{
    display: none;
}
div.mfp-content .social-content .mfp-bottom-bar{
    margin-top: 0;
    position: static;
}
div.mfp-content .social-content .mfp-user{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}
div.mfp-content .social-content .mfp-user a{
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 24px;
}
div.mfp-content .social-content .mfp-user a:not(:hover){
    color: #fff;
}
div.mfp-content .social-content .mfp-user img{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 48px;
    height: 48px;
    margin-inline-end: 10px;
}
div.mfp-content .social-content .mfp-user a > span{
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 3px;
    padding-inline-start: 0;
}
div.mfp-content .social-content .mfp-user .name{
    display: block;
    overflow: hidden;
}
div.mfp-content .social-content .mfp-user .date{
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 11px;
    opacity: 0.7;
}
div.mfp-content .social-content img.mfp-img{
    padding: 0;
}
div.mfp-content .social-content .mfp-title{
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
div.mfp-content .social-content .mfp-title a:not(:hover){
    color: inherit;
}
.mfp-wrap .moozo-popup-newsletter{
    width: 800px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
.mfp-wrap .moozo-popup-newsletter .popup-content{
    padding: 20px;
}
.mfp-wrap .moozo-popup-newsletter .moozo_disabled_popup_by_user{
    cursor: pointer;
    margin: 50px 0 0;
}
@media (min-width: 768px){
    .mfp-wrap .moozo-popup-newsletter .popup-inner{
        display: flex;
        align-items: center;
    }
    .mfp-wrap .moozo-popup-newsletter .popup-content{
        flex: 1 1 auto;
    }
}
@media (max-width: 767px){
    .mfp-wrap .moozo-popup-newsletter{
        width: 320px;
    }
    .mfp-wrap .moozo-popup-newsletter .moozo_disabled_popup_by_user{
        margin-top: 30px;
    }
}
/*----- QUICK VIEW -----*/
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body{
    overflow: hidden;
}
.yith-quick-view,
#yith-quick-view-modal{
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
div.mfp-zoom-in.mfp-ready.mfp-bg,
#yith-quick-view-modal .yith-quick-view-overlay{
    background-color: #000;
    opacity: 0.5;
}
.yith-quick-view:before,
#yith-quick-view-modal:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.yith-quick-view-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.yith-wcqv-wrapper{
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: start;
    width: calc(100% - 30px) !important;
    height: auto !important;
    max-width: 910px;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.yith-quick-view.open .yith-wcqv-main,
#yith-quick-view-modal.open .yith-wcqv-main{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
.yith-wcqv-main{
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    padding: 15px;
}
.yith-quick-view.open,
.yith-quick-view.open .yith-wcqv-wrapper,
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper{
    visibility: visible;
    opacity: 1;
}
#yith-quick-view-content:after,
#yith-quick-view-content:before{
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-close{
    z-index: 2;
    margin: 0;
    opacity: 1;
}
.yith-wcqv-wrapper .product,
#yith-quick-view-modal .product{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.yith-wcqv-wrapper .entry-summary a.compare,
.yith-wcqv-wrapper .woocommerce-product-gallery__trigger,
.yith-wcqv-wrapper .onsale{
    display: none;
}
body.admin-bar .yith-quick-view,
body.admin-bar #yith-quick-view-modal{
    top: 32px;
}
@media (min-width: 768px){
    .yith-wcqv-wrapper .product .woocommerce-product-gallery,
    #yith-quick-view-modal .product .woocommerce-product-gallery{
        width: 50%;
    }
    .yith-wcqv-wrapper .product .entry-summary,
    #yith-quick-view-modal .product .entry-summary{
        padding-inline-start: 30px;
    }
}
@media (max-width: 782px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    #yith-quick-view-content label{
        color: inherit;
    }
    #yith-quick-view-content div.woocommerce-product-gallery,
    #yith-quick-view-content div.entry-summary{
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 100%;
        float: none !important;
    }
    #yith-quick-view-content div.woocommerce-product-gallery{
        max-width: 380px;
    }
    .yith-wcqv-wrapper{
        height: 80vh !important;
    }
    #yith-quick-view-content > .product,
    #yith-quick-view-content > * > .product{
        position: relative;
    }
    .yith-wcqv-wrapper div.entry-summary{
        z-index: 1;
        position: static;
    }
}
@media (max-width: 600px){
    body.admin-bar .yith-quick-view,
    body.admin-bar #yith-quick-view-modal{
        top: 0;
    }
}
@media (max-width: 479px){
    .yith-wcqv-wrapper{
        height: 60vh !important;
    }
}
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    z-index: 5;
    text-decoration: none !important;
}
a.backtotop::before{
    font-family: FontAwesome, sans-serif;
    content: "\f176";
}
a.backtotop:hover{
    background-color: var(--main-color);
}
@media (max-width: 767px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}
/*----- RTL BUTTON -----*/
.ovic-rtl-button{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    color: #fff !important;
    background-color: var(--main-color);
    z-index: 5;
    text-decoration: none !important;
    margin: auto;
    border-radius: var(--main-bora);
    font-weight: var(--main-h-fw);
}
.ovic-rtl-button:hover{
    opacity: 0.7;
}
.ovic-rtl-button span{
    font-size: 14px;
    line-height: 40px;
}
/*==========================================================================
COLOR PATTERNS
===========================================================================*/
.elementor-widget-heading[class*='main-color'] .elementor-heading-title{
    color: inherit;
}
.elementor-widget-heading[class*='main-bg'],
.elementor-widget-button[class*='main-bg']{
    background-color: transparent;
}
.elementor-widget-heading[class*='main-bd'] > .elementor-widget-container{
    border-color: inherit;
}
/*----- MAIN COLOR -----*/
.highlight,
.post-sticky,
.menu-item:hover > a,
.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term:hover,
.moozo-edit-link a,
.main-color .elementor-button,
.main-color .elementor-button:hover,
.main-color,
.main-color-hover:hover{
    color: var(--main-color);
    fill: var(--main-color);
}
.scroll-wrapper > .scroll-element .scroll-arrow:hover,
.elementor-widget-heading.main-bg > .elementor-widget-container,
.main-bg .elementor-button,
.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 COLOR 2 -----*/
.main-color-2 .elementor-button,
.main-color-2 .elementor-button:hover,
.main-color-2,
.main-color-2-hover:hover{
    color: var(--main-color-2);
    fill: var(--main-color-2);
}
.elementor-widget-heading.main-bg-2 > .elementor-widget-container,
.main-bg-2 .elementor-button,
.main-bg-2,
.main-bg-2-hover:hover{
    background-color: var(--main-color-2);
}
.main-bd-2 .elementor-button,
.main-bd-2,
.main-bd-2-hover:hover{
    border-color: var(--main-color-2);
}
/*----- MAIN BORDER RADIUS -----*/
.main-bora > .elementor-widget-container,
.main-bora{
    border-radius: var(--main-bora);
}
/*==========================================================================
CUSTOM
===========================================================================*/
/* list-description */
.list-description{
    list-style: none;
    padding: 0;
    line-height: 1.58;
    color: #000;
}
.list-description li:not(:last-child){
    margin-bottom: 6px;
}
.list-description li::before{
    display: inline-block;
    vertical-align: middle;
    font-family: main-icon, sans-serif;
    content: '\e99c';
    color: var(--main-color);
    font-size: 10px;
    margin-inline-end: 10px;
}
@media (max-width: 1199px){
    .list-description li:not(:last-child){
        margin-bottom: 4px;
    }
}
@media (max-width: 767px){
    .list-description li:not(:last-child){
        margin-bottom: 2px;
    }
}
/* vertical-divider */
.vertical-divider{
    position: relative;
}
.vertical-divider:not(.elementor-column)::before,
.vertical-divider.elementor-column > .elementor-column-wrap::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    border-inline-start: 1px solid;
    opacity: 0.2;
}
/* content-overflow */
.elementor .content-overflow .elementor-widget-wrap{
    display: inline-grid;
}
/* slide-brands */
.slide-cate .slick-active,
.slide-brands .slick-active{
    position: relative;
}
.slide-cate .slick-active + .slick-active::before,
.slide-brands .slick-active + .slick-active::before{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -1px;
    border-inline-end: 1px solid #dbdbdb;
}
.slide-brands .slick-active + .slick-active::before{
    left: -40px;
}
@media (max-width: 1499px){
    .slide-brands .slick-active + .slick-active::before{
        left: -30px;
    }
}
@media (max-width: 991px){
    .slide-brands .slick-active + .slick-active::before{
        left: -20px;
    }
}
@media (max-width: 767px){
    .slide-brands .slick-active + .slick-active::before{
        left: -15px;
    }
}
.ovic-menu-clone-wrap .slide-brands .slick-active + .slick-active::before{
    left: -15px;
}
/* select-language */
.select-language select{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-inline-start: 15px;
    height: 36px;
    min-width: 198px;
    box-shadow: none;
}
.select-language.light select{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGBAMAAADj6an2AAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAMO9/wBBvYEaocvwAAAAnSURBVAjXYwhjYChlYPAwYG5hYBBqtlBkYGDUaBJgAHKATCAHyAQAVtMDuDLR5KIAAAAASUVORK5CYII=');
    background-color: #2b2b2b;
    color: #b2b2b2;
}