/*-------------------------------------------------------------------------/*
[Table of contents]
[Typography]
    BODY:
        Font family: "Roboto", sans-serif;
        Font size: 14px;
        Line height: 24px;
        Font weight: 400;
        Text color: #555;
        Background color: #ffffff;
    HEADING:
        Font family: "Montserrat", sans-serif;
        Text color: #222;
        Font weight: 400;
/*-------------------------------------------------------------------------*/

/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #fafafa;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a{
    font-weight: 600;
}
.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 .woocommerce-error{
    border-top-color: #b81c23
}
.woocommerce .woocommerce-info{
    border-top-color: #1e85be
}
.woocommerce-message{
    border-top-color: #8fae1b
}
.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 .wc_payment_method > input[type="radio"],
.woocommerce-checkout-payment .payment_methods .wc_payment_method > input[type="checkbox"]{
    vertical-align: middle;
    margin-top: -1px;
}
.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-inline-end: 5px;
}
.woocommerce-checkout-payment #place_order{
    min-width: 270px;
    padding: 13px 30px;
    font-size: 14px;
}
#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: #515151;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before{
    content: "";
    display: block;
    border: 1em solid;
    border-color: transparent transparent #dfdcde transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout-payment .payment_box p:last-child{
    margin: 0;
}
.woocommerce form .form-row .checkbox input[type=checkbox],
.woocommerce form .form-row .radio input[type=radio],
.woocommerce-page form .form-row .checkbox input[type=checkbox],
.woocommerce-page form .form-row .radio input[type=radio]{
    position: static;
    margin: -3px 3px 0 0;
    vertical-align: middle;
}
.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;
    font-weight: 600;
}
.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 ul.product_list_widget 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,
.woocommerce-page ul.product_list_widget 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{
    font-size: 20px;
    color: #222;
}
.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;
    font-weight: 600;
}
.woocommerce-account-fields .create-account #account_password::-webkit-input-placeholder{
    opacity: .6;
}
.woocommerce-account-fields .create-account #account_password:-moz-placeholder{
    opacity: .6;
}
.woocommerce-account-fields .create-account #account_password::-moz-placeholder{
    opacity: .6;
}
.woocommerce-account-fields .create-account #account_password:-ms-input-placeholder{
    opacity: .6;
}
.woocommerce-account-fields .create-account label input[type="checkbox"],
#ship-to-different-address label input{
    position: static;
    vertical-align: middle;
    margin: -3px 0 0;
    cursor: inherit;
}
.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{
    float: none;
    width: 100%;
    max-width: 585px;
}
.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 a{
    display: block;
    padding: 8px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active 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 input[type="radio"],
.woocommerce #shipping_method input[type="checkbox"]{
    vertical-align: middle;
    margin: 0 3px 2px 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;
    transition: .2s;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button{
    min-width: 150px;
}
.woocommerce-form-login .form-row .button{
    vertical-align: middle;
    margin-inline-end: 15px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox{
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 8px 0;
    margin: 0;
    transition: .2s;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    cursor: inherit;
    margin: -1px 3px 0 0;
}
.woocommerce-form-login .lost_password{
    margin-top: 13px;
}
.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{
    border-color: #e5e5e5;
    border-radius: 0 !important;
    z-index: 100001;
}
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__arrow{
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
}
body .select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e5e5e5;
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #e5e5e5;
}
body .select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
    display: block;
}
body .select2.select2-container .select2-search--inline .select2-search__field{
    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;
}
.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 .cart_item dl:last-child,
.woocommerce-checkout-review-order-table .cart_item dl p:last-child{
    margin-bottom: 0;
}
.col2-set .col-1 > h2,
.col2-set .col-2 > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
#order_review_heading{
    color: #222;
}
#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 span:before{
    content: "";
    display: block;
    height: 20px;
    width: 36px;
    background-color: #c2c2c2;
    border-radius: 90px;
    transition: .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;
    transition: .3s ease-in-out;
}
.shop_table th{
    font-weight: 600;
}
.shop_table .product-remove,
.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .product-quantity{
    text-align: center;
}
.shop_table td.product-price,
.shop_table td.product-subtotal{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}
.shop_table td.product-price > *,
.shop_table td.product-subtotal > *{
    display: inline-block;
    vertical-align: bottom;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #c2c2c2;
    margin-inline-end: 3px;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins{
    text-decoration: none;
}
.wishlist_table tr td.product-thumbnail a img,
.shop_table td.product-thumbnail a img{
    width: 170px;
    max-width: inherit;
}
.shop_table td.product-remove a{
    display: block;
    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{
    vertical-align: middle;
    margin: 0;
}
.shop_table .actions > .button{
    float: right;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    margin-top: 0;
}
.woocommerce table.wishlist_table{
    font-size: inherit;
    margin-bottom: 0;
}
.woocommerce table.wishlist_table th{
    white-space: nowrap;
}
.woocommerce table.wishlist_table td.product-add-to-cart a{
    margin: auto;
    line-height: inherit;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce table.wishlist_table td.product-name > *{
    display: inline-block;
    vertical-align: middle;
}
.woocommerce table.wishlist_table td.product-name a:not(.yith-wcqv-button){
    padding: 4px 15px 4px 0;
}
.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;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share{
    margin: 30px 0 0;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share ul{
    margin: 0;
}
.woocommerce ul.wishlist_table.mobile{
    list-style: none;
    padding: 0;
}
.woocommerce ul.wishlist_table.mobile li{
    position: relative;
    margin-bottom: 30px;
}
.woocommerce ul.wishlist_table.mobile li table td.label{
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    padding: 0 !important;
    color: #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;
    width: 100%;
    margin: 0;
}
.woocommerce ul.wishlist_table.mobile li .product-name{
    margin-inline-end: 15px;
}
.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{
    display: inline;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-inline-end: 5px;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover){
    color: var(--main-color);
}
.woocommerce ul.wishlist_table.mobile li .item-details .amount{
    color: var(--main-color-2);
    font-weight: 600;
}
.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: #888;
}
.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;
}
.woocommerce ul.wishlist_table.mobile li .yith-wcqv-button{
    width: auto;
    border: none;
    margin-inline-end: 5px;
}
.woocommerce ul.wishlist_table.mobile li .yith-wcqv-button:before{
    line-height: 24px;
}
.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%;
}
.wcppec-checkout-buttons{
    text-align: inherit;
}
.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{
    margin-top: 10px;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number{
    color: #000;
    font-weight: 600;
    font-size: calc(100% + 2px);
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{
    color: var(--main-color);
}
@media (min-width: 768px) and (max-width: 991px){
    table.wishlist_table tr td.product-thumbnail a img,
    .shop_table td.product-thumbnail img{
        width: 100px;
    }
}
@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: 15px;
    }
    .shop_table .actions .coupon .input-text{
        margin-bottom: 10px;
    }
    .shop_table .actions > .button{
        float: none;
    }
    .woocommerce-cart-form > .shop_table.cart{
        border: none;
    }
    .woocommerce-cart-form > .shop_table.cart thead{
        display: none;
    }
    .woocommerce-cart-form > .shop_table.cart,
    .woocommerce-cart-form > .shop_table.cart > *{
        display: block;
    }
    .woocommerce-cart-form > .shop_table.cart tr{
        display: block;
        margin-bottom: 30px;
        border: 1px solid #c2c2c2;
    }
    .woocommerce-cart-form > .shop_table.cart td{
        display: block;
        text-align: center !important;
        border: none;
    }
    .woocommerce-cart-form > .shop_table.cart td:not(:first-child){
        border-top: 1px solid #e5e5e5;
    }
    /* 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;
}
.vc_row-no-padding .vc_inner{
    margin-inline-start: -15px;
    margin-inline-end: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner{
    margin-inline-start: -15px;
    margin-inline-end: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
div.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner{
    z-index: auto;
}
/*----- CUSTOM HEADING -----*/
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover,
body .vc_custom_heading a:hover{
    opacity: 1;
    color: var(--main-color-2);
}
/*----- SEPARATOR -----*/
.vc_separator *{
    display: block;
}
div.vc_separator .vc_sep_holder{
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line{
    height: auto;
    top: auto;
}
/*----- 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-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-position: center center;
        background-repeat: no-repeat;
    }
    .vc_section.vc_parallax.fp-section > .vc_parallax-inner{
        display: none !important;
    }
}
/*==========================================================================
ELEMENTOR
===========================================================================*/
/*----- ANIMATION -----*/
body .elementor-animation-grow{
    transition: transform .2s;
}
/*----- SHORTCODE -----*/
body .elementor .elementor-widget-wrap.owl-slick{
    display: block;
}
body .elementor-widget:not(:last-child){
    margin: 0;
}
.elementor-widget[class*="elementor-align-"] .elementor-widget-container > *{
    text-align: inherit;
}
@media (max-width: 1024px){
    .elementor-widget[class*="elementor-tablet-align-"] .elementor-widget-container > *{
        text-align: inherit;
    }
}
@media (max-width: 767px){
    .elementor-widget[class*="elementor-mobile-align-"] .elementor-widget-container > *{
        text-align: inherit;
    }
}
/* 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: .5;
    transition: none;;
}
.elementor-custom-embed-play i:before{
    display: inline-block;
    vertical-align: top;
}
.elementor-open-lightbox{
    position: relative;
}
.dialog-type-lightbox{
    z-index: 999999;
}
/* image */
.elementor-widget-image .elementor-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.elementor-widget-image a{
    display: inline-block;
    vertical-align: top;
    border-radius: inherit;
}
.elementor-widget-image img{
    border-radius: inherit;
}
/* social */
.elementor-widget-social-icons a{
    text-decoration: none !important;
}
/* text-editer */
.elementor-text-editor > :last-child{
    margin-bottom: 0;
}
/* toggle */
.elementor-toggle .elementor-tab-title{
    position: relative;
}
.elementor-toggle .elementor-tab-title:hover{
    color: var(--main-color-2);
}
.elementor-toggle .elementor-tab-title a{
    display: block;
    padding-inline-start: 20px;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon{
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: end;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa-angle-up:before{
    font-family: FontAwesome, sans-serif;
    content: '\f106';
    font-weight: 400;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa-angle-down:before{
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
}
/* iconbox */
.elementor-widget-icon-box .elementor-icon-box-title a:hover{
    color: var(--main-color-2);
}
@media (min-width: 768px){
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{
        text-align: inherit;
    }
}
/* 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;
}
/* counter */
.elementor-widget-counter.style-01 .elementor-counter-title{
    font-size: 15px;
    line-height: var(--main-lh);
    font-weight: 500;
    color: #111;
    margin: 1px 0 0;
    text-align: inherit;
}
.elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
    font-size: 40px;
    line-height: 1.2;
}
.elementor-widget-counter.style-01 .elementor-counter-number-prefix,
.elementor-widget-counter.style-01 .elementor-counter-number-suffix{
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}
@media (max-width: 1199px){
    .elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
        font-size: 38px;
    }
    .elementor-widget-counter.style-01 .elementor-counter-title{
        font-size: 14px;
        margin: 0;
    }
}
/* ----- EDITER -----*/
.elementor-control .elementor-control-title,
.elementor-control.elementor-control-type-select .elementor-control-input-wrapper select,
.elementor-input-style, input, select, textarea{
    font-size: 13px;
}
.elementor-widget-image-gallery{
    min-height: 30px;
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- CLOSE -----*/
#yith-quick-view-close,
.modal-content .btn-close{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    text-align: center;
}
#yith-quick-view-close:before,
#yith-quick-view-close:after,
.modal-content .btn-close:before,
.modal-content .btn-close:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
#yith-quick-view-close:after,
.modal-content .btn-close:after{
    transform: rotate(-45deg);
}
/*----- STICKY CONTENT -----*/
.sticky-content-main.remove-sticky-content{
    bottom: 0;
    position: absolute !important;
    top: auto !important;
}
/*----- CURRENT MENU ITEM -----*/
.current-menu-ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a{
    color: var(--main-color-2);
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.open-mobile-sidebar .overlay-body,
.open-header-control .overlay-body,
.active-overlay .overlay-body{
    visibility: visible;
    opacity: .5;
}
/*----- STORE NOTICE -----*/
.woocommerce-store-notice{
    margin: 0;
    text-align: center;
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
}
.woocommerce-store-notice a{
    text-decoration: underline;
}
/*----- POST PASSWORD -----*/
.post-password-form label[for="pwbox-1168"]{
    margin-bottom: 10px;
}
@media (max-width: 479px){
    .post-password-form p:last-child{
        text-align: center;
    }
}
.password-input{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.password-input [type="password"]{
    padding-inline-end: 40px;
}
.password-input .show-password-input{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    width: 40px;
    text-align: center;
}
.password-input .show-password-input:hover{
    color: var(--main-color-2);
}
.password-input .show-password-input:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
}
.woocommerce-password-strength{
    color: #000;
    background-color: #efefef;
    border: 1px solid #bbb;
    text-align: center;
    padding: 2px 9px;
}
.woocommerce-password-strength.short{
    background-color: #f1adad;
    border-color: #e35b5b;
}
.woocommerce-password-strength.bad{
    background-color: #fbc5a9;
    border-color: #f78b53;
}
.woocommerce-password-strength.good{
    background-color: #ffe399;
    border-color: #ffc733;
}
.woocommerce-password-strength.strong{
    background-color: #c1e1b9;
    border-color: #83c373;
}
/*==========================================================================
CHOSEN
===========================================================================*/
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: start;
    width: auto !important;
    max-width: 100%;
}
.chosen-container-single .chosen-single:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f0d7";
    margin-inline-start: 10px;
}
.chosen-container-single .chosen-single span{
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 0;
}
.chosen-container-single .chosen-single div{
    display: none;
}
.chosen-container-single .chosen-drop{
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    transition: .3s;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
}
.chosen-container-single .chosen-drop .chosen-search{
    display: none;
}
.chosen-container-single .chosen-results{
    color: #666;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li{
    font-size: inherit;
    line-height: inherit;
    padding: 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container .chosen-results li[class^="level-"]:before,
.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 .chosen-results li.level-0:before{
    border-top: 1px solid;
}
.chosen-container .chosen-results li.result-selected:not(.highlighted){
    background-color: #e5e5e5;
    color: #222;
}
.chosen-container .chosen-results li.highlighted{
    background-image: none;
    color: #fff;
}
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
.ovic-open-mobile-menu .overlay-body{
    opacity: .5;
    visibility: visible;
}
div.ovic-menu-clone-wrap.open{
    left: 0;
    right: auto;
}
div.ovic-menu-clone-wrap{
    left: -320px;
    right: auto;
    width: 320px;
    max-width: 100%;
    box-shadow: none;
    color: inherit;
    z-index: 100001;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 0;
}
div.ovic-menu-clone-wrap .megamenu{
    background-image: none !important;
}
div.ovic-menu-clone-wrap .megamenu [class^="col-"],
div.ovic-menu-clone-wrap .megamenu [class*=" col-"],
div.ovic-menu-clone-wrap .megamenu [class^="vc_col-"],
div.ovic-menu-clone-wrap .megamenu [class*=" vc_col-"]{
    width: 100% !important;
    float: none;
}
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-main .ovic-menu-item-title{
    text-transform: capitalize;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul{
    padding: 20px 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li{
    padding: 0 30px;
    border-bottom: none;
}
div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel{
    line-height: inherit;
    padding: 8px 30px;
    height: auto;
    width: auto;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li > a{
    line-height: inherit;
    padding: 8px 0;
    color: inherit;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li:not(:last-child) > .menu-link{
    border-bottom: 1px dashed #ddd;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > .depth-0 > li > .menu-link{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon-img{
    vertical-align: middle;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon img{
    vertical-align: top;
}
div.ovic-menu-clone-wrap .ovic-custommenu{
    margin-bottom: 38px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
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: 10px;
    line-height: 50px;
}
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: 10px;
    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{
    display: table;
    content: '';
    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: 9px;
}
.head-menu-mobile .author{
    padding: 0 5px;
}
.head-menu-mobile .name{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.head-menu-mobile .name span{
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    opacity: .7;
}
.head-menu-mobile .action{
    display: inline-block;
    float: right;
}
.head-menu-mobile .action .icon{
    font-size: 12px;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels{
    flex: 1 1 auto;
    overflow: hidden;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
.slick-slider{
    overflow: visible;
}
.slick-list{
    padding: 0;
}
.slick-track{
    display: flex;
    margin-inline-start: 0;
}
.slick-vertical > .slick-list > .slick-track{
    display: block;
}
.slick-slide > .row-item > *{
    vertical-align: top;
}
/*----- ARROWS -----*/
.slick-slider .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    color: #fff;
    transition: .3s;
}
.slick-slider .slick-arrow:not(:hover){
    opacity: .7;
}
.slick-slider .slick-arrow.prev{
    top: calc(50% - 15px);
    left: 0;
    transform-origin: left;
}
.slick-slider .slick-arrow.next{
    top: calc(50% - 15px);
    right: 0;
    transform-origin: right;
}
.slick-slider .slick-arrow.prev:before{
    font-family: FontAwesome, sans-serif;
    content: "\f104";
    font-weight: 400;
}
.slick-slider .slick-arrow.next:before{
    font-family: FontAwesome, sans-serif;
    content: "\f105";
    font-weight: 400;
}
.slick-slider.slick-vertical .slick-slide{
    border: none;
}
.slick-slider.slick-vertical .slick-arrow.prev{
    top: 0;
    left: calc(50% - 15px);
    transform-origin: top;
}
.slick-slider.slick-vertical .slick-arrow.next{
    top: auto;
    bottom: 0;
    left: calc(50% - 15px);
    right: auto;
    transform-origin: bottom;
}
@media (min-width: 1200px){
    .slick-slider:not(:hover) .slick-arrow{
        transform: scale(0);
    }
}
@media (max-width: 479px){
    .slick-slider .slick-arrow{
        width: 24px;
        font-size: 14px;
        line-height: 24px;
    }
}
/* top-right */
.slick-slider.nav-bottom-left > .slick-arrow,
.slick-slider.nav-top-right > .slick-arrow{
    transform: none;
    width: 36px;
    line-height: 36px;
}
.slick-slider.nav-bottom-left > .slick-arrow:not(:hover),
.slick-slider.nav-top-right > .slick-arrow:not(:hover){
    opacity: 1;
    background-color: transparent;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    color: inherit;
}
.slick-slider.nav-top-right > .slick-arrow.prev{
    top: -66px;
    left: auto;
    right: 41px;
}
.slick-slider.nav-top-right > .slick-arrow.next{
    top: -66px;
}
div.nav-top-right > .ovic-custom-heading.style-01{
    text-align: inherit;
    padding-inline-end: 75px;
    margin-bottom: 30px;
}
@media (max-width: 1199px){
    .slick-slider.nav-top-right > .slick-arrow.prev,
    .slick-slider.nav-top-right > .slick-arrow.next{
        top: -56px;
    }
    div.nav-top-right > .ovic-custom-heading.style-01{
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .slick-slider.nav-top-right > .slick-arrow.prev,
    .slick-slider.nav-top-right > .slick-arrow.next{
        top: -53px;
    }
    .slick-slider.nav-bottom-left > .slick-arrow,
    .slick-slider.nav-top-right > .slick-arrow{
        width: 30px;
        line-height: 30px;
    }
}
/* top-center */
div .slick-slider.nav-top-center{
    padding-top: 70px;
}
.slick-slider.nav-top-center > .slick-arrow{
    width: 35px;
    background-color: transparent;
    transform: none;
}
.slick-slider.nav-top-center > .slick-arrow:not(:hover){
    color: inherit;
    box-shadow: 0 0 0 1px #aaa inset;
}
.slick-slider.nav-top-center > .slick-arrow:before{
    line-height: 32px;
}
.slick-slider.nav-top-center > .slick-arrow:hover{
    color: #fff;
}
.slick-slider.nav-top-center > .slick-arrow.prev{
    top: 0;
    left: calc(50% - 55px);
}
.slick-slider.nav-top-center > .slick-arrow.next{
    top: 0;
    right: calc(50% - 55px);
}
.slick-slider.nav-top-center > .slick-arrow.prev:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    border-top: 1px dashed #666;
    width: 40px;
}
@media (max-width: 1199px){
    div .slick-slider.nav-top-center{
        padding-top: 57px;
    }
}
/* bottom-left */
div .slick-slider.nav-bottom-left{
    padding-bottom: 70px;
}
.slick-slider.nav-bottom-left > .slick-arrow.prev{
    top: auto;
    bottom: 0;
}
.slick-slider.nav-bottom-left > .slick-arrow.next{
    top: auto;
    left: 41px;
    right: auto;
    bottom: 0;
}
@media (max-width: 1199px){
    div .slick-slider.nav-bottom-left{
        padding-bottom: 50px;
    }
}
/* nav-out-side */
.elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow,
.elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow,
.nav-out-side > .slick-slider > .slick-arrow,
.slick-slider.nav-out-side > .slick-arrow{
    width: 35px;
    font-size: 32px;
    background-color: transparent;
    color: #999;
}
.product-item .product-thumb .slick-arrow{
    font-size: 26px;
    background-color: transparent;
    color: #999;
}
.product-item .product-thumb .slick-arrow:hover,
.elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow:hover,
.elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow:hover,
.nav-out-side > .slick-slider > .slick-arrow:hover,
.slick-slider.nav-out-side > .slick-arrow:hover{
    color: var(--main-color);
    background-color: transparent;
}
.elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.prev,
.elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.prev,
.nav-out-side > .slick-slider > .slick-arrow.prev,
.slick-slider.nav-out-side > .slick-arrow.prev{
    left: -35px;
}
.elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.next,
.elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.next,
.nav-out-side > .slick-slider > .slick-arrow.next,
.slick-slider.nav-out-side > .slick-arrow.next{
    right: -35px;
}
@media (min-width: 1230px){
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow,
    .nav-out-side > .slick-slider > .slick-arrow,
    .slick-slider.nav-out-side > .slick-arrow{
        width: 50px;
        font-size: 43px;
    }
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.prev,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.prev,
    .nav-out-side > .slick-slider > .slick-arrow.prev,
    .slick-slider.nav-out-side > .slick-arrow.prev{
        padding-inline-end: 15px;
        left: -50px;
    }
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.next,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.next,
    .nav-out-side > .slick-slider > .slick-arrow.next,
    .slick-slider.nav-out-side > .slick-arrow.next{
        padding-inline-start: 15px;
        right: -50px;
    }
}
@media (max-width: 991px){
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow,
    .nav-out-side > .slick-slider > .slick-arrow,
    .slick-slider.nav-out-side > .slick-arrow{
        width: 20px;
        font-size: 26px;
    }
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.prev,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.prev,
    .nav-out-side > .slick-slider > .slick-arrow.prev,
    .slick-slider.nav-out-side > .slick-arrow.prev{
        left: -20px;
    }
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.next,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.next,
    .nav-out-side > .slick-slider > .slick-arrow.next,
    .slick-slider.nav-out-side > .slick-arrow.next{
        right: -20px;
    }
}
@media (max-width: 767px){
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.prev,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.prev,
    .nav-out-side > .slick-slider > .slick-arrow.prev,
    .slick-slider.nav-out-side > .slick-arrow.prev{
        left: -18px;
    }
    .elementor-section.nav-out-side .elementor-row.slick-slider > .slick-arrow.next,
    .elementor-column.nav-out-side .elementor-widget-wrap.slick-slider > .slick-arrow.next,
    .nav-out-side > .slick-slider > .slick-arrow.next,
    .slick-slider.nav-out-side > .slick-arrow.next{
        right: -18px;
    }
}
/*----- DOTS -----*/
.slick-dots{
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin: 5px -4px 0;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 5px 4px 0;
    cursor: pointer;
}
.slick-dots li button{
    display: block;
    opacity: 1;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #ccc;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button{
    background-color: #000;
    border-color: transparent;
}
/* circle */
.elementor-section.dot-circle .elementor-row.slick-slider > .slick-dots,
.elementor-column.dot-circle .elementor-widget-wrap.slick-slider > .slick-dots,
.slick-slider.dot-circle > .slick-dots,
.dot-circle .slick-dots,
.product-item .product-thumb .slick-dots,
.product-page-slide .flex-control-nav{
    margin-inline-start: -5px;
    margin-inline-end: -5px;
}
.elementor-section.dot-circle .elementor-row.slick-slider > .slick-dots li,
.elementor-column.dot-circle .elementor-widget-wrap.slick-slider > .slick-dots li,
.slick-slider.dot-circle > .slick-dots li,
.dot-circle .slick-dots li,
.product-item .product-thumb .slick-dots li,
.product-page-slide .flex-control-nav li{
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 5px;
    margin-inline-end: 5px;
}
.elementor-section.dot-circle .elementor-row.slick-slider > .slick-dots li button,
.elementor-column.dot-circle .elementor-widget-wrap.slick-slider > .slick-dots li button,
.slick-slider.dot-circle > .slick-dots li button,
.dot-circle .slick-dots li button,
.product-item .product-thumb .slick-dots li button,
.product-page-slide .flex-control-nav li a{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 0 15px rgba(255, 255, 255, .5);
    border: none;
}
.elementor-section.dot-circle .elementor-row.slick-slider > .slick-dots li:not(.slick-active):not(:hover) button,
.elementor-column.dot-circle .elementor-widget-wrap.slick-slider > .slick-dots li:not(.slick-active):not(:hover) button,
.slick-slider.dot-circle > .slick-dots li:not(.slick-active):not(:hover) button,
.dot-circle .slick-dots li:not(.slick-active):not(:hover) button,
.product-item .product-thumb .slick-dots li:not(.slick-active):not(:hover) button,
.product-page-slide .flex-control-nav li a:not(.flex-active):not(:hover){
    background-color: rgba(0, 0, 0, .2);
}
/* dot-rectangle */
.dot-rectangle .slick-dots{
    margin-top: 45px;
}
.dot-rectangle .slick-dots li button{
    width: 33px;
    height: 4px;
    background-color: rgba(0, 0, 0, .3);
    border: none;
}
.dot-rectangle .slick-dots li.slick-active button,
.dot-rectangle .slick-dots li:hover button{
    background-color: #000;
}
.light .dot-rectangle .slick-dots li button{
    background-color: rgba(255, 255, 255, .3);
}
.light .dot-rectangle .slick-dots li.slick-active button,
.light .dot-rectangle .slick-dots li:hover button{
    background-color: #fff;
}
@media (max-width: 1199px){
    .dot-rectangle .slick-dots{
        margin-top: 25px;
    }
}
@media (max-width: 767px){
    .dot-rectangle .slick-dots{
        margin-top: 15px;
    }
}
/*==========================================================================
LOADING
===========================================================================*/
.loading-lazy{
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.cart_totals,
.woocommerce-cart-form,
.ovic-products.loading > .woocommerce,
ul.shop-page.loading,
.tabs-container.loading{
    position: relative;
}
.cart_totals.processing > *,
.woocommerce-cart-form.processing > *,
.loading-lazy > *,
.ovic-products.loading > .owl > *:not(.button-products),
ul.shop-page.loading > *,
.tabs-container.loading > .tab-panel.active{
    opacity: .3;
}
.cart_totals .blockUI.blockOverlay,
.woocommerce-cart-form .blockUI.blockOverlay{
    background-color: transparent !important;
    opacity: 1 !important;
}
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay{
    background-color: rgba(255, 255, 255, .7) !important;
    opacity: 1 !important;
}
.dgwt-wcas-inner-preloader:after,
.send-to-friend.loading:after,
.cart_totals .blockUI.blockOverlay:after,
.woocommerce-cart-form .blockUI.blockOverlay:after,
.loading-lazy:after,
.ovic-products.loading > .woocommerce:after,
ul.shop-page.loading:after,
.tabs-container.loading:after,
.button.loading:after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay:before,
.pagination-nav.loading .button-loadmore:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.dgwt-wcas-inner-preloader:after,
.send-to-friend.loading:after,
.cart_totals .blockUI.blockOverlay:after,
.woocommerce-cart-form .blockUI.blockOverlay:after,
.loading-lazy:after,
.ovic-products.loading > .woocommerce:after,
ul.shop-page.loading:after,
.tabs-container.loading:after,
.button.loading:after,
a.compare .blockUI.blockOverlay:before,
li.product a.yith-wcqv-button .blockUI.blockOverlay:before,
a.yith-wcqv-button .blockUI.blockOverlay:before,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay:before,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay:before,
.pagination-nav.loading .button-loadmore:before{
    content: '';
    width: 30px;
    height: 30px;
    margin: auto;
    background-size: cover;
    background-position: center center;
    animation: fa-spin 1.5s infinite linear;
    display: block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-radius: 50%;
}
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay:before{
    display: block !important;
}
.send-to-friend.loading:after{
    width: 20px;
    height: 20px;
}
/*==========================================================================
BODY DATAS
===========================================================================*/
html{
    font-size: 14px;
}
body{
    --main-ff: 'Roboto', sans-serif;
    --main-fz: 14px;
    --main-lh: 24px;
    --main-cl: #555;
    --main-fw: 400;
    --main-color: #000000;
    --main-color-2: #ff0000;
    --main-container: 1170px;
    --main-container-pd: 15px;
    font-family: var(--main-ff);
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    overflow-x: hidden;
}
.main-special-font{
    font-family: inherit;
}
.elementor .content-overflow .elementor-widget-wrap{
    display: inline-grid;
}
.content-overflow > .elementor-column-wrap > .slick-slider{
    display: block;
}
.content-overflow > .elementor-container > .elementor-row > .slick-list,
.content-overflow > .elementor-column-wrap > .slick-slider > .slick-list,
.content-overflow > .slick-slider > .slick-list,
.content-overflow .product-list-owl > .slick-list,
.content-overflow .content-post > .slick-list{
    overflow: visible;
}
/*----- HEADING -----*/
.elementor-toggle .elementor-tab-title{
    font-weight: inherit;
    line-height: inherit;
}
.elementor-widget-heading .elementor-heading-title{
    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.42857143;
    font-weight: 600;
}
.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.42857143;
}
[class*=" main-color"].elementor-widget-heading h1,
[class*=" main-color"].elementor-widget-heading h2,
[class*=" main-color"].elementor-widget-heading h3,
[class*=" main-color"].elementor-widget-heading h4,
[class*=" main-color"].elementor-widget-heading h5,
[class*=" main-color"].elementor-widget-heading h6{
    color: inherit;
}
.elementor-heading-title a{
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 600;
    margin: 0 0 20px;
    color: var(--main-color);
    line-height: 1.42857143;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 32px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}
p{
    margin-bottom: 20px;
}
/*----- A -----*/
a{
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    line-height: inherit;
    transition: color .2s, background-color .2s, border-color .2s, opacity .2s, box-shadow .2s;
}
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
    color: var(--main-color-2);
}
a:active{
    text-decoration: none;
    outline: none;
}
.elementor .elementor-icon{
    color: inherit;
    vertical-align: top;
}
/*----- B, STRONG -----*/
dt,
b,
strong{
    font-weight: 600;
}
/*----- IMAGE -----*/
svg,
img{
    height: auto;
    max-width: 100%;
}
figure{
    margin: 0;
}
iframe{
    display: block;
    max-width: 100% !important;
}
/*----- UL, OL -----*/
ul,
ol{
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.comments-area .comment ol,
.comments-area .comment ul{
    margin-bottom: 20px;
}
.comments-area .comment ol ol,
.comments-area .comment ol ul,
.comments-area .comment ul ul,
.comments-area .comment ul ol{
    margin-bottom: 0;
}
/*----- TABLE -----*/
table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td{
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: start;
}
/*----- LABEL -----*/
label{
    vertical-align: top;
    font-size: inherit;
    font-weight: 600;
    color: #222;
    margin: 0 0 6px;
}
label .required{
    border-bottom: none;
    text-decoration: none;
    color: inherit;
}
/*----- INPUT, TEXTAREA, SELECT -----*/
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .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"],
select,
textarea{
    border: none;
    padding: 8px 20px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    max-width: 100%;
    border-radius: 0 !important;
    background: none;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
}
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,
select:focus,
textarea:focus{
    box-shadow: 0 0 0 1px var(--main-color-2) inset;
}
/* input */
.chosen-container-single .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"]{
    height: 40px;
}
/* textarea */
textarea{
    display: block;
    height: 300px;
}
/* select */
select{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MjI4NURDNkE0NTExMUU4OTE1MzhCNTJBMkNBMjQyRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MjI4NURDNUE0NTExMUU4OTE1MzhCNTJBMkNBMjQyRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NmQ4Y2E4ZC1jMzdkLTJiNGMtOTkzMy1kNTBlMGQ3ODY1YmMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3MjlhYzViOC0yOWY1LTExZTgtODkyOC04NjZhNDI3NjIxNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5rNEDVAAAAXElEQVR42mL8//8/Q01NjSADAwMIYwPvW1pa3jNWV1eDFNzFpxCIlZlAqoGMMKgANkVhIDVMIB6QsQeLYpgikBwDI8iNMAB0qwuQWgXlwhVhKERSzICsCAQAAgwAkeQpHATH348AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center right 18px;
    padding-inline-end: 35px;
    cursor: pointer;
}
select::-ms-expand{
    display: none;
}
/* checkbox, radio */
input[type="radio"],
input[type="checkbox"]{
    margin-top: 5px;
    cursor: pointer;
}
/* placeholder */
::-webkit-input-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*----- BUTTON -----*/
.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: top;
    line-height: 24px;
}
.elementor-button,
.added_to_cart,
.button,
button,
input[type="submit"]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    border: none;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    transition: color .2s, background-color .2s, border-color .2s, opacity .2s, box-shadow .2s;
}
.elementor-button:hover,
.added_to_cart:hover,
.added_to_cart:focus,
.button:hover,
.button:focus,
button:hover,
input[type="submit"]:hover{
    color: #fff;
    background-color: var(--main-color-2);
}
button:focus{
    outline: none;
}
.button[disabled],
button[disabled],
input[type="submit"][disabled],
.single_add_to_cart_button.disabled{
    pointer-events: none;
    opacity: .5;
}
.product-item .button.disabled,
.product-item button.disabled,
.product-item .single_add_to_cart_button.disabled{
    pointer-events: auto;
    opacity: 1;
}
.elementor-button-text{
    flex-grow: inherit;
}
/*----- BLOCKQUOTE -----*/
blockquote:not(.wp-block-quote){
    font-family: 'Playfair Display', sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    font-style: italic;
    color: #222;
    border: none;
    border-inline-start: 4px solid var(--main-color-2);
    padding: 15px 0 17px 25px;
    margin-bottom: 20px;
}
blockquote:not(.wp-block-quote) > *:last-child{
    margin-bottom: 0;
}
/*----- NAME, TITLE -----*/
.author,
.post-author,
.product-name,
.breadcrumb,
.page-title,
.post-title,
.product_title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.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{
    display: table;
    content: '';
    clear: both;
}
/*----- PAGE LINKS, POST PAGINATION -----*/
.post-pagination{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 0;
    line-height: 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;
    color: #fff;
    background-color: #222;
}
.post-pagination .title{
    display: none;
}
.post-pagination .post-page-numbers:not(:hover):not(.current){
    color: #222;
    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;
}
/*----- DROPDOWN -----*/
.kute-boutique-dropdown{
    position: relative;
}
.kute-boutique-dropdown > .sub-menu,
.top-bar-menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 258px;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    list-style: none;
    padding: 20px 0;
    margin-bottom: 0;
    transition: transform .3s, opacity .3s, visibility .3s;
    text-align: start;
    visibility: visible;
}
.kute-boutique-dropdown > .sub-menu > .menu-item,
.top-bar-menu .sub-menu li{
    padding: 0 30px;
}
.kute-boutique-dropdown > .sub-menu > .menu-item:not(:last-child) > a,
.top-bar-menu .sub-menu li:not(:last-child) > a{
    border-bottom: 1px dashed #ddd;
}
.kute-boutique-dropdown > .sub-menu > .menu-item > a,
.top-bar-menu .sub-menu li > a{
    display: block;
    padding: 8px 0;
    transition: .3s;
}
.kute-boutique-dropdown > .sub-menu > .menu-item > a:hover,
.top-bar-menu .sub-menu li > a:hover{
    padding-inline-start: 15px;
}
.kute-boutique-dropdown:not(.open) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.top-bar-menu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
/*----- TOP BAR MENU -----*/
.top-bar-menu{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.top-bar-menu li{
    position: relative;
}
.top-bar-menu li .icon{
    display: inline-block;
    vertical-align: top;
    margin-inline-end: 7px;
}
.top-bar-menu li .fa-phone,
.top-bar-menu > .menu-item-has-children > a:after{
    margin-top: 1px;
    margin-bottom: -1px;
}
.top-bar-menu li .icon:not(figure){
    opacity: .7;
}
.top-bar-menu li .icon img{
    margin-top: -1px;
}
.top-bar-menu > li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.top-bar-menu > li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 13px;
    padding: 13px 0;
}
.top-bar-menu > li > a .text > span:not(.icon){
    color: #333;
}
.top-bar-menu > .menu-item-has-children > a:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    opacity: .7;
    margin-inline-start: 7px;
}
/*----- BREADCRUMBS -----*/
.breadcrumbs .trail-browse{
    display: none;
}
.breadcrumb{
    display: block;
    list-style: none;
    font-weight: inherit;
    color: inherit;
    padding: 13px 0;
    background-color: transparent;
    margin: 0 0 20px;
    border-radius: 0;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb > li + li:before{
    display: inline-block;
    vertical-align: top;
}
.breadcrumb li{
    max-width: 100%;
    padding-inline-end: 5px;
}
.breadcrumb li:last-child{
    padding-inline-end: 0;
}
.breadcrumb > li + li:before{
    content: "/";
    padding: 0 5px 0 0;
    color: inherit;
}
.breadcrumb > .active{
    color: inherit;
}
/* woo */
.woocommerce-breadcrumb{
    padding: 13px 0;
    margin: 0 0 30px;
}
.woocommerce-breadcrumb .delimiter{
    padding: 0 8px;
}
.woocommerce-breadcrumb a{
    font-weight: 500;
}
@media (max-width: 1199px){
    .woocommerce-breadcrumb{
        margin: 0 0 15px;
    }
}
@media (max-width: 767px){
    .breadcrumb,
    .woocommerce-breadcrumb{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 1;
    }
    .woocommerce-breadcrumb{
        padding: 8px 0;
        margin: 0 0 10px;
    }
}
/*----- PAGINATION -----*/
.pagination-nav,
.woocommerce-pagination{
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}
.pagination-nav .button-loadmore{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 3px 0;
    text-decoration: underline;
    position: relative;
}
.woocommerce-pagination ul.page-numbers{
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.woocommerce-pagination ul.page-numbers > li{
    display: inline-block;
}
.woocommerce-pagination ul.page-numbers,
.navigation,
.pagination{
    display: block;
    border-radius: 0;
    margin: 0;
    clear: both;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding: 2px 0;
}
.woocommerce-pagination > .screen-reader-text,
.navigation > .screen-reader-text,
.pagination .screen-reader-text{
    display: none;
}
.woocommerce-pagination > ul.page-numbers,
.navigation .nav-links,
.pagination .nav-links{
    display: inline-block;
    vertical-align: top;
    margin: 0 -15px;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers,
.navigation .page-numbers,
.pagination .page-numbers{
    display: inline-block;
    vertical-align: top;
    padding: 0 1px;
    margin: 10px 15px 0;
    text-align: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.woocommerce-pagination .page-numbers.current,
.navigation .page-numbers.current,
.pagination .page-numbers.current{
    border-bottom: 1px solid;
}
.woocommerce-pagination a.page-numbers.prev,
.woocommerce-pagination span.page-numbers.prev,
.navigation .page-numbers.prev,
.pagination .page-numbers.prev,
.woocommerce-pagination a.page-numbers.next,
.woocommerce-pagination span.page-numbers.next,
.navigation .page-numbers.next,
.pagination .page-numbers.next{
    font-size: 0;
    line-height: 0;
    font-weight: 400;
}
.woocommerce-pagination a.page-numbers.prev:before,
.woocommerce-pagination span.page-numbers.prev:before,
.navigation .page-numbers.prev:before,
.pagination .page-numbers.prev:before{
    display: block;
    content: "\f177";
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.woocommerce-pagination a.page-numbers.next:before,
.woocommerce-pagination span.page-numbers.next:before,
.navigation .page-numbers.next:before,
.pagination .page-numbers.next:before{
    display: block;
    content: "\f178";
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 18px;
}
@media (max-width: 767px){
    .pagination-nav,
    .woocommerce-pagination{
        padding-top: 15px;
    }
    .woocommerce-pagination a.page-numbers,
    .woocommerce-pagination span.page-numbers,
    .navigation .page-numbers,
    .pagination .page-numbers{
        margin: 10px 10px 0;
    }
}
/*==========================================================================
WIDGETS
===========================================================================*/
.widget .screen-reader-text{
    display: none !important;
}
.widget .widgettitle,
.widget .widget-title{
    font-size: 15px;
    line-height: 24px;
    padding: 3px 0;
    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: 0 0 0 20px;
}
.dokan-widget-area .widget,
.widget-area .widget{
    margin-bottom: 40px;
}
/*----- WIDGET CALENDAR -----*/
.widget_calendar th,
.widget_calendar td{
    text-align: center;
    padding: 5px;
}
.widget_calendar caption{
    margin-top: -8px;
}
.widget #today,
.widget #today a{
    background-color: var(--main-color);
    color: #fff;
}
.widget .comment-author-link{
    text-transform: capitalize;
}
.dokan-widget-area .widget_search .search-form,
.dokan-widget-area .widget_product_search .woocommerce-product-search,
.dokan-widget-area .widget_tag_cloud .tagcloud,
.widget-area .widget_search .search-form,
.widget-area .widget_product_search .woocommerce-product-search,
.widget-area .widget_tag_cloud .tagcloud{
    padding: 10px 0;
}
.dokan-widget-area .widget_archive select,
.dokan-widget-area .widget_categories select,
.widget-area .widget_archive select,
.widget-area .widget_categories select{
    margin: 10px 0;
}
.widget_rss .widgettitle img,
.widget_rss .widget-title img{
    margin-top: -1px;
}
.dokan-store-menu .caret-icon{
    float: right;
    padding-inline-end: 10px;
}
.dokan-widget-area .dokan-store-menu ul,
.dokan-widget-area .widget_product_categories .product-categories,
.dokan-widget-area .widget_categories > ul,
.dokan-widget-area .widget_categories > * > ul,
.dokan-widget-area .widget_layered_nav > ul,
.dokan-widget-area .widget_layered_nav > * > ul,
.widget-area .dokan-store-menu ul,
.widget-area .widget_product_categories .product-categories,
.widget-area .widget_categories > ul,
.widget-area .widget_categories > * > ul,
.widget-area .widget_layered_nav > ul,
.widget-area .widget_layered_nav > * > ul{
    max-height: 491px !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.dokan-store-menu ul ul,
.widget_product_categories ul ul,
.widget_categories ul ul{
    max-height: inherit !important;
}
.widget_layered_nav .term-count,
.widget_layered_nav .count,
.elementor-widget .tagcloud .tag-link-count,
.widget .tagcloud .tag-link-count,
.widget_product_categories .tag-link-count,
.widget_categories .tag-link-count{
    opacity: .7;
}
.widget_layered_nav a.selected,
.widget_layered_nav .chosen > a,
.widget_rating_filter .chosen > a,
.dokan-store-menu li > a.selected,
.widget_product_categories .current-cat > a,
.widget_categories .current-cat > a{
    color: var(--main-color-2);
}
/*----- WIDGET LIST ITEM -----*/
.widget_ovic_nav_menu ul li,
.dokan-store-menu ul li,
.widget_product_categories ul li,
.widget_nav_menu 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_categories ul li,
.widget_archive ul li{
    padding: 8px 0;
    border-top: 1px dashed #ddd;
    min-height: 41px;
}
.widget_ovic_nav_menu .menu > li:first-child,
.dokan-store-menu > ul > li:first-child,
.widget_product_categories > ul > li:first-child,
.widget_product_categories .scroll-wrapper > ul > li:first-child,
.widget_nav_menu .menu > li:first-child,
.widget_nav_menu .menu .scroll-wrapper > li:first-child,
.widget_layered_nav > ul > li:first-child,
.widget_layered_nav .scroll-wrapper > ul > li:first-child,
.widget_rss > ul > li:first-child,
.widget_rss .scroll-wrapper > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_recent_entries .scroll-wrapper > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_comments .scroll-wrapper > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_meta .scroll-wrapper > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_pages .scroll-wrapper > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_categories .scroll-wrapper > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_archive .scroll-wrapper > ul > li:first-child{
    border-top: none;
    min-height: 40px;
}
.widget_ovic_nav_menu ul ul,
.dokan-store-menu ul ul,
.widget_product_categories ul ul,
.widget_nav_menu ul ul,
.widget_layered_nav ul ul,
.widget_rss ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul{
    margin: 8px 0 -8px;
}
/*----- MONSTER WIDGET -----*/
.widget_rss ul li > a,
.widget_recent_comments ul li > a,
.widget_recent_entries > ul > li > a{
    display: table;
    font-weight: 600;
}
.widget_rss ul li .rss-date,
.widget_rss ul li cite,
.widget_recent_entries ul li .post-date{
    display: block;
    font-size: 13px;
    color: #888;
}
/*----- YITH COMPARE -----*/
.yith-woocompare-widget:before,
.yith-woocompare-widget:after{
    display: table;
    content: '';
    clear: both;
}
.yith-woocompare-widget ul{
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.yith-woocompare-widget a.compare{
    border-radius: 0;
}
/*----- 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_ovic_nav_menu .megamenu [class*=" vc_col-"],
.widget_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 0 0 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 .widget_nav_menu > .widgettitle,
.widget_ovic_nav_menu .megamenu .widget_nav_menu > .widget-title,
.widget_nav_menu .megamenu .widget_nav_menu > .widgettitle,
.widget_nav_menu .megamenu .widget_nav_menu > .widget-title{
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 16px;
}
.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:before,
.widget .product_list_widget > li:after{
    display: table;
    clear: both;
    content: '';
}
.widget .product_list_widget > li:not(:first-child){
    padding-top: 20px;
}
.widget .product_list_widget > li:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget .product_list_widget > li > a:not(.remove) ~ *{
    display: block;
    margin-inline-start: 90px;
}
.widget .product_list_widget > li figure{
    float: left;
    width: 70px;
    margin-inline-end: 20px;
}
.widget .product_list_widget > li figure img{
    margin-inline-end: 0;
}
.widget .product_list_widget > li img{
    float: left;
    width: 70px;
    margin-inline-end: 20px;
}
.widget .product_list_widget > li .star-rating{
    display: table;
}
.widget .product_list_widget > li .amount,
.widget .product_list_widget > li > a ~ .amount{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin: 0;
}
.widget .product_list_widget > li ins{
    text-decoration: none;
}
.widget .product_list_widget > li del .amount{
    text-decoration: line-through;
    font-weight: inherit;
    color: #999;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .cart-head{
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 222px;
    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: 5px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove{
    position: absolute;
    left: 0;
    top: 20px;
    width: 20px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:hover{
    color: #fff;
}
.widget_shopping_cart .woocommerce-mini-cart li:first-child .remove{
    top: 0;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:before{
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
    font-size: 14px;
    line-height: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dt{
    float: left;
    margin-inline-end: 7px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dd{
    margin: 0;
}
.widget_shopping_cart .total{
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-weight: 600;
    text-align: center;
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total .amount{
    font-size: 16px;
    margin: -1px 0 0 5px;
}
.widget_shopping_cart .buttons{
    margin: 0;
}
.widget_shopping_cart .buttons .button{
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 13px 20px;
    margin-bottom: 10px;
}
.widget_shopping_cart .buttons .button.checkout:not(:hover){
    background-color: transparent;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button{
    display: block;
    vertical-align: top;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button img{
    height: 50px !important;
}
.widget_shopping_cart .wcppec-cart-widget-spb{
    margin-top: 15px;
}
dl.variation{
    margin-bottom: 3px;
}
dl.variation *:last-child{
    margin-bottom: 0;
}
/*----- WIDGET CATEGORY -----*/
.widget_product_categories .cat-item.cat-parent:before,
.widget_product_categories .cat-item.cat-parent:after{
    content: '';
    display: table;
    clear: both;
}
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
    overflow: hidden;
    margin-inline-start: 10px;
    padding-inline-end: 5px;
    text-align: center;
}
.widget_product_categories .cat-item.cat-parent > .carets:hover{
    color: var(--main-color);
}
.widget_product_categories .cat-item.cat-parent > .carets:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e903';
    font-size: 10px;
    transition: .3s;
}
.widget_product_categories .cat-item.show-sub > .carets:before{
    transform: rotate(180deg);
}
.widget_product_categories .children{
    display: none;
    clear: both;
}
/*----- LAYERED NAV -----*/
.widget_layered_nav .inline-group{
    margin: 0 -10px;
}
.widget_layered_nav .inline-group a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 8px 10px;
}
.widget_layered_nav .group-image,
.widget_layered_nav .group-button,
.widget_layered_nav .group-color{
    display: flex;
    flex-wrap: wrap;
    margin: -5px -8px;
}
.widget_layered_nav .group-image a,
.widget_layered_nav .group-button a,
.widget_layered_nav .group-color a{
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px;
    font-size: inherit !important;
}
.widget_layered_nav .group-image a > *,
.widget_layered_nav .group-button a > *,
.widget_layered_nav .group-color a > *{
    display: inline-block;
    vertical-align: top;
}
.widget_layered_nav .group-image a i,
.widget_layered_nav .group-color a i{
    display: inline-block !important;
    border: 1px solid #ddd;
    background-position: center center;
    background-size: cover;
    margin: 2px 0;
    margin-inline-end: 3px;
}
.widget_layered_nav .group-button{
    margin: -5px;
}
.widget_layered_nav .group-button a{
    box-shadow: 0 0 0 1px #ddd inset;
    padding: 2px 10px;
    min-width: 30px;
    margin: 5px;
}
.widget_layered_nav .group-button a i{
    display: none !important;
}
/*----- 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: 40px;
}
.widget_search button[type="submit"],
.widget_product_search button[type="submit"]{
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 40px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    background-color: transparent;
    color: inherit;
}
.widget_search button[type="submit"]:before,
.widget_product_search button[type="submit"]:before{
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e618";
    font-size: 18px;
    line-height: 40px;
}
/*----- WIDGET TAG CLOUD -----*/
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container > h5{
    display: none;
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 30px;
}
.elementor-widget .tagcloud,
.widget .tagcloud{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}
.elementor-widget .tagcloud a,
.widget .tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px !important;
    padding: 2px 10px;
    border: 1px solid #ddd;
    margin: 0 5px 10px;
}
.elementor-widget .tagcloud a:hover,
.widget .tagcloud a:hover{
    border-color: transparent;
    color: #fff;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud.light,
.elementor-widget-wp-widget-tag_cloud.light{
    color: #888;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud.light .elementor-widget-container > h5,
.elementor-widget-wp-widget-tag_cloud.light .elementor-widget-container > h5{
    color: #fff;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud.light .tagcloud a:not(:hover),
.elementor-widget-wp-widget-tag_cloud.light .tagcloud a:not(:hover){
    border-color: #555;
}
@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: 16px;
    }
}
/*----- WIDGET BRAND -----*/
.widget_product_brand .product-categories.logo{
    margin: 0 -5px;
}
.widget_product_brand .product-categories.logo .cat-item{
    border: none;
    width: 33.33%;
    max-width: 100px;
    display: inline-block;
    float: left;
    padding: 10px 5px;
}
.widget_product_brand .product-categories.logo .cat-item:nth-child(3n+1){
    clear: both;
}
.widget_product_brand .product-categories.logo .cat-item:not(.current-cat) a:not(:hover){
    opacity: .5;
}
/*----- WIDGET PRICE FILTER -----*/
.widget_price_filter form:before,
.widget_price_filter form:after{
    display: table;
    content: '';
    clear: both;
}
.ui-slider{
    position: relative;
    text-align: start;
    background-color: #e5e5e5;
    height: 3px;
    margin: 15px 0 15px;
}
.ui-slider .ui-slider-range{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #222;
    z-index: 1;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    top: -4px;
    left: 0;
    width: 3px;
    height: 11px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    background-size: cover;
    z-index: 2;
    background-color: #222;
    border-radius: 0;
}
.ui-slider .ui-slider-handle:last-child{
    margin-inline-start: -3px;
}
.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{
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}
.price_slider_amount .price_label{
    display: inline-block;
    vertical-align: top;
    padding: 8px 0;
}
.price_slider_amount .price_label span{
    font-weight: 600;
}
.price_slider_amount .button{
    float: right;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}
.price_slider_amount .button:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #ccc inset;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
.wp-video{
    width: 100% !important;
}
.elementor-widget-video .elementor-wrapper,
.elementor-widget-video [data-elementor-open-lightbox="yes"] img{
    aspect-ratio: auto;
}
/*----- CUSTOM HEADING -----*/
/* style-01 */
.ovic-custom-heading.style-01{
    text-align: center;
    margin-bottom: 20px;
}
.ovic-custom-heading.style-01 .title{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    margin: 0;
    padding: 0 15px;
}
.ovic-custom-heading.style-01 .title:not(:last-child){
    margin-bottom: 6px;
}
.ovic-custom-heading.style-01 .title:before{
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 50px;
    height: 2px;
}
.ovic-custom-heading.style-01 .title .text{
    position: relative;
}
.ovic-custom-heading.style-01 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    margin: 0 0 6px;
}
@media (max-width: 479px){
    .ovic-custom-heading.style-01 .title{
        font-size: 22px;
        line-height: 34px;
    }
}
/* style-02 */
.ovic-custom-heading.style-02{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    padding: 0 0 0 50px;
    position: relative;
}
.ovic-custom-heading.style-02:before{
    position: absolute;
    content: '';
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 2px;
}
.ovic-custom-heading.style-02 .title{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 0;
}
.ovic-custom-heading.style-02 .title:before,
.ovic-custom-heading.style-02 .title:after{
    display: inline-block;
    vertical-align: top;
    content: '“';
    font-size: 80px;
    font-style: normal;
    opacity: .1;
}
.ovic-custom-heading.style-02 .title:before{
    margin: 14px -10px -14px -29px;
}
.ovic-custom-heading.style-02 .title:after{
    margin: -12px 0 0 -10px;
    transform: rotate(180deg);
}
@media (max-width: 991px){
    .ovic-custom-heading.style-02{
        padding-inline-start: 40px;
    }
}
/* style-03 */
.ovic-custom-heading.style-03{
    border: 1px dashed #ddd;
    background-repeat: no-repeat;
    background-position: left 17% bottom;
    text-align: center;
    padding: 28px 30px;
}
.ovic-custom-heading.style-03 .title{
    font-size: 13px;
    line-height: inherit;
    margin: 0;
}
/* style-04 */
.ovic-custom-heading.style-04{
    text-align: center;
    margin-bottom: 20px;
}
.ovic-custom-heading.style-04 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
    margin-bottom: 0;
}
.ovic-custom-heading.style-04 .title{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}
.ovic-custom-heading.style-04 figure{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-custom-heading.style-04 img{
    margin-top: 10px;
}
/* style-05 */
.ovic-custom-heading.style-05 .title{
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    background-position: left 40px center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
    max-width: calc(100% - 40px);
    letter-spacing: .15em;
    margin: 0;
}
.ovic-custom-heading.style-05 .title:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid;
    opacity: .5;
}
.ovic-custom-heading.style-05 .title .text{
    margin: 0 -40px 0 40px;
}
@media (max-width: 1199px){
    .ovic-custom-heading.style-05 .title{
        font-size: 32px;
        line-height: 45px;
        padding: 55px 0;
        max-width: calc(100% - 35px);
        background-position: left 35px center;
    }
    .ovic-custom-heading.style-05 .title .text{
        margin: 0 -35px 0 35px;
    }
}
@media (max-width: 767px){
    .ovic-custom-heading.style-05 .title{
        max-width: calc(100% - 30px);
        background-position: left 30px center;
    }
    .ovic-custom-heading.style-05 .title .text{
        margin: 0 -30px 0 30px;
    }
}
@media (max-width: 479px){
    .ovic-custom-heading.style-05 .title{
        font-size: 28px;
        line-height: 40px;
        padding: 50px 0;
        max-width: calc(100% - 25px);
        background-position: left 25px center;
    }
    .ovic-custom-heading.style-05 .title .text{
        margin: 0 -25px 0 25px;
    }
}
/* style-06 */
.ovic-custom-heading.style-06{
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.ovic-custom-heading.style-06 .title{
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .05em;
    padding: 10px 15px 10px calc(15px + .05em);
    margin: 0;
}
.ovic-custom-heading.style-06:before,
.ovic-custom-heading.style-06:after{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    height: 1px;
}
/* style-07 */
.ovic-custom-heading.style-07{
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.ovic-custom-heading.style-07 .title{
    font-size: 30px;
    line-height: 34px;
    letter-spacing: .01em;
    margin-bottom: 0;
}
.ovic-custom-heading.style-07 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: .06em;
    margin-bottom: 0;
}
.ovic-custom-heading.style-07:after{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 47px;
    height: 2px;
    margin-top: 8px;
}
/* style-08 */
.ovic-custom-heading.style-08{
    text-align: center;
}
.ovic-custom-heading.style-08:after{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 30px;
    height: 2px;
    margin: 11px 0;
}
.ovic-custom-heading.style-08 .title{
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0;
}
.ovic-custom-heading.style-08 .subtitle{
    margin-bottom: 5px;
}
.ovic-custom-heading.style-08.light{
    color: #ccc;
}
.ovic-custom-heading.style-08.light:after{
    background-color: #fff;
}
/*----- CUSTOM MENU -----*/
.elementor-widget-ovic_custommenu{
    position: static;
}
.ovic-custommenu ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.ovic-custommenu ul li > a{
    display: block;
    position: relative;
}
.ovic-custommenu ul li > a .icon img{
    display: inline-block !important;
    vertical-align: bottom;
    width: auto;
}
.ovic-custommenu.light{
    color: #aaa;
}
.ovic-custommenu.light .widget .widgettitle,
.ovic-custommenu.light .widget .widget-title{
    color: #fff;
}
/* style-02 */
.ovic-custommenu.style-06 ul li,
.ovic-custommenu.style-02 ul li{
    border: none;
    min-height: inherit;
    padding: 3px 0;
}
.ovic-custommenu.style-06 .menu > li:first-child,
.ovic-custommenu.style-02 .menu > li:first-child{
    min-height: inherit;
}
.ovic-custommenu.style-06 ul ul,
.ovic-custommenu.style-02 ul ul{
    margin: 3px 0 -3px;
}
.ovic-custommenu.style-07.light,
.ovic-custommenu.style-02.light{
    color: #fff;
}
/* style-03 */
.ovic-custommenu.style-08{
    text-align: center;
}
.ovic-custommenu.style-03{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 15px;
}
.ovic-custommenu.style-03 > *{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 15px;
}
.ovic-custommenu.style-03 .ovic-custom-heading.style-01{
    flex: 0 0 auto;
    width: 37.3%;
    margin-bottom: 0;
}
.ovic-custommenu.style-03 .ovic-custom-heading + * > .menu > .slick-list{
    display: inline-block;
    vertical-align: top;
    width: 622px;
    max-width: 100%;
}
.ovic-custommenu.style-05 .menu-item > a,
.ovic-custommenu.style-03 .menu-item > a{
    display: inline-block;
    vertical-align: top;
    width: 133px;
    height: 133px;
    border: 1px dashed #ccc;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 90px;
    padding: 28px 15px 34px;
}
.ovic-custommenu.style-05 .menu-item > a:hover,
.ovic-custommenu.style-03 .menu-item > a:hover{
    border: 1px dashed;
}
.ovic-custommenu.style-08 .menu-item > a .icon,
.ovic-custommenu.style-05 .menu-item > a .icon,
.ovic-custommenu.style-04 .menu-item > a .icon,
.ovic-custommenu.style-03 .menu-item > a .icon{
    display: block !important;
    width: auto;
    height: auto;
    font-size: 40px;
    line-height: 45px;
    margin: auto;
}
.ovic-custommenu.style-08 .menu-item > a img,
.ovic-custommenu.style-05 .menu-item > a img,
.ovic-custommenu.style-04 .menu-item > a img,
.ovic-custommenu.style-03 .menu-item > a img{
    max-width: 101px;
    max-height: 45px;
}
.ovic-custommenu.style-08 .menu-item > a .label-image,
.ovic-custommenu.style-05 .menu-item > a .label-image,
.ovic-custommenu.style-04 .menu-item > a .label-image,
.ovic-custommenu.style-03 .menu-item > a .label-image{
    position: absolute;
    top: -10px;
    right: -10px;
}
.ovic-custommenu.style-05.light,
.ovic-custommenu.style-04.light,
.ovic-custommenu.style-03.light{
    color: #eee;
}
.ovic-custommenu.style-05.light .custommenu-inner > .title,
.ovic-custommenu.style-04.light .custommenu-inner > .title,
.ovic-custommenu.style-03.light .ovic-custom-heading.style-01 .title{
    color: #fff;
}
.ovic-custommenu.style-05.light .custommenu-inner > .subtitle,
.ovic-custommenu.style-04.light .custommenu-inner > .subtitle,
.ovic-custommenu.style-03.light .ovic-custom-heading.style-01 .subtitle{
    color: #aaa;
}
.ovic-custommenu.style-05.light .menu-item > a:not(:hover),
.ovic-custommenu.style-04.light .menu-item > a:not(:hover),
.ovic-custommenu.style-03.light .menu-item > a:not(:hover){
    border-color: #444;
}
.ovic-custommenu.style-05.light .slick-dots li button,
.ovic-custommenu.style-04.light .slick-dots li button,
.ovic-custommenu.style-03.light .slick-dots li button{
    border-color: #444;
}
.ovic-custommenu.style-05.light .slick-dots li.slick-active button,
.ovic-custommenu.style-05.light .slick-dots li:hover button,
.ovic-custommenu.style-04.light .slick-dots li.slick-active button,
.ovic-custommenu.style-04.light .slick-dots li:hover button,
.ovic-custommenu.style-03.light .slick-dots li.slick-active button,
.ovic-custommenu.style-03.light .slick-dots li:hover button{
    background-color: #eee;
    border-color: transparent;
}
@media (max-width: 1199px){
    .ovic-custommenu.style-03 .ovic-custom-heading.style-01{
        width: 42%;
    }
    .ovic-custommenu.style-03 .ovic-custom-heading + * > .menu > .slick-list{
        width: 459px;
    }
}
@media (max-width: 991px){
    .ovic-custommenu.style-03 .ovic-custom-heading.style-01{
        width: 48%;
    }
    .ovic-custommenu.style-03 .ovic-custom-heading + * > .menu > .slick-list{
        width: 286px;
    }
}
@media (max-width: 767px){
    .ovic-custommenu.style-03,
    .ovic-custommenu.style-03 > *{
        padding: 0;
    }
    .ovic-custommenu.style-03 .ovic-custom-heading.style-01{
        width: 100%;
        margin-bottom: 17px;
    }
    .ovic-custommenu.style-03 .ovic-custom-heading + * > .menu > .slick-list{
        width: 100%;
    }
}
/* style-04 */
.ovic-custommenu.style-05,
.ovic-custommenu.style-04{
    text-align: center;
    padding: 31px 25px 20px;
}
.ovic-custommenu.style-05 .custommenu-inner > .title,
.ovic-custommenu.style-04 .custommenu-inner > .title{
    font-size: 24px;
    line-height: 36px;
    position: relative;
    margin-bottom: 13px;
}
.ovic-custommenu.style-05 .custommenu-inner > .title:after,
.ovic-custommenu.style-04 .custommenu-inner > .title:after{
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    margin: 1px auto 0;
}
.ovic-custommenu.style-05 .custommenu-inner > .subtitle,
.ovic-custommenu.style-04 .custommenu-inner > .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.ovic-custommenu.style-04 .menu-item{
    padding: 0 10px;
}
.ovic-custommenu.style-04 .menu-item > a{
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px dashed #ddd;
    margin-bottom: -1px;
    padding: 22px 0;
}
.ovic-custommenu.style-04 .menu-item > a:hover{
    border-bottom: 1px dashed;
}
/* style-05 */
.ovic-custommenu.style-05 .custommenu-inner .menu{
    margin-top: 45px;
}
.ovic-custommenu.posi-absolute,
.ovic-custommenu.posi-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 345px;
    max-width: 100%;
    padding: 70px 0 80px;
    z-index: 100000;
    background-color: #fff;
    background-image: inherit;
    transition: .3s;
}
.ovic-custommenu.posi-absolute{
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    z-index: 3;
}
.ovic-custommenu.posi-absolute.posi-end,
.ovic-custommenu.posi-fixed.posi-end{
    left: auto;
    right: 0;
}
.ovic-custommenu.posi-absolute.light{
    background-color: rgba(0, 0, 0, .8);
}
.ovic-custommenu.posi-fixed.light{
    background-color: #000;
}
.ovic-custommenu.posi-absolute .custommenu-inner,
.ovic-custommenu.posi-fixed .custommenu-inner{
    padding: 0 50px;
}
.ovic-custommenu.posi-absolute .custommenu-close,
.ovic-custommenu.posi-fixed .custommenu-close{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #e5e5e5;
    transition: .3s;
}
.ovic-custommenu.posi-absolute.posi-end .custommenu-close,
.ovic-custommenu.posi-fixed.posi-end .custommenu-close{
    left: 0;
    right: auto;
}
.ovic-custommenu.posi-absolute .custommenu-close:hover,
.ovic-custommenu.posi-fixed .custommenu-close:hover,
.ovic-custommenu.posi-absolute.light .custommenu-close:not(:hover),
.ovic-custommenu.posi-fixed.light .custommenu-close:not(:hover){
    color: #fff;
}
.ovic-custommenu.posi-absolute .custommenu-close:before,
.ovic-custommenu.posi-absolute .custommenu-close:after,
.ovic-custommenu.posi-fixed .custommenu-close:before,
.ovic-custommenu.posi-fixed .custommenu-close:after{
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-inline-end: 1px solid;
    transform-origin: right top;
    transform: rotate(45deg);
    transition: transform .3s;
}
.ovic-custommenu.posi-absolute .custommenu-close:after,
.ovic-custommenu.posi-fixed .custommenu-close:after{
    right: 16px;
    transform: rotate(-135deg);
}
@media (min-width: 1200px){
    .ovic-custommenu.posi-fixed:not(.open){
        z-index: 100001;
    }
    .ovic-custommenu.posi-absolute.posi-end.open,
    .ovic-custommenu.posi-fixed.posi-end.open{
        transform: translateX(100%);
    }
    .ovic-custommenu.posi-absolute.posi-end.open .custommenu-close,
    .ovic-custommenu.posi-fixed.posi-end.open .custommenu-close{
        left: -30px;
    }
    .ovic-custommenu.posi-absolute.posi-end.open .custommenu-close:before,
    .ovic-custommenu.posi-fixed.posi-end.open .custommenu-close:before{
        right: 20px;
        transform: rotate(45deg) scale(-1);
    }
    .ovic-custommenu.posi-absolute.posi-start.open,
    .ovic-custommenu.posi-fixed.posi-start.open{
        transform: translateX(-100%);
    }
    .ovic-custommenu.posi-absolute.posi-start.open .custommenu-close,
    .ovic-custommenu.posi-fixed.posi-start.open .custommenu-close{
        right: -30px;
    }
    .ovic-custommenu.posi-absolute.posi-start.open .custommenu-close:after,
    .ovic-custommenu.posi-fixed.posi-start.open .custommenu-close:after{
        right: 10px;
        transform: rotate(-135deg) scale(-1);
    }
    .ovic-custommenu.posi-absolute .header-control > *:nth-child(2) > a,
    .ovic-custommenu.posi-fixed .header-control > *:nth-child(2) > a{
        padding-inline-start: 0;
    }
}
@media (max-width: 1499px){
    .ovic-custommenu.posi-absolute,
    .ovic-custommenu.posi-fixed{
        width: 320px;
        padding: 40px 0 50px;
    }
    .ovic-custommenu.posi-absolute .custommenu-inner,
    .ovic-custommenu.posi-fixed .custommenu-inner{
        padding: 0 40px;
    }
    .ovic-custommenu.style-05 .custommenu-inner .menu{
        margin-top: 35px;
    }
}
@media (max-width: 1199px){
    .ovic-custommenu.posi-fixed.open{
        z-index: 100001;
    }
    .ovic-custommenu.posi-absolute.posi-end:not(.open),
    .ovic-custommenu.posi-fixed.posi-end:not(.open){
        transform: translateX(100%);
    }
    .ovic-custommenu.posi-absolute.posi-end:not(.open) .custommenu-close,
    .ovic-custommenu.posi-fixed.posi-end:not(.open) .custommenu-close{
        left: -30px;
    }
    .ovic-custommenu.posi-absolute.posi-end:not(.open) .custommenu-close:before,
    .ovic-custommenu.posi-fixed.posi-end:not(.open) .custommenu-close:before{
        right: 20px;
        transform: rotate(45deg) scale(-1);
    }
    .ovic-custommenu.posi-absolute.posi-start:not(.open),
    .ovic-custommenu.posi-fixed.posi-start:not(.open){
        transform: translateX(-100%);
    }
    .ovic-custommenu.posi-absolute.posi-start:not(.open) .custommenu-close,
    .ovic-custommenu.posi-fixed.posi-start:not(.open) .custommenu-close{
        right: -30px;
    }
    .ovic-custommenu.posi-absolute.posi-start:not(.open) .custommenu-close:after,
    .ovic-custommenu.posi-fixed.posi-start:not(.open) .custommenu-close:after{
        right: 10px;
        transform: rotate(-135deg) scale(-1);
    }
    .ovic-custommenu.posi-absolute .custommenu-inner,
    .ovic-custommenu.posi-fixed .custommenu-inner{
        max-height: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}
.ovic-custommenu.posi-absolute{
    width: 260px;
    padding: 35px 0 30px;
    z-index: 8;
}
.ovic-custommenu.posi-absolute .custommenu-inner{
    padding: 0 30px;
}
/* style-06 */
.ovic-custommenu.style-06 ul li > a:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 12px 2px 0;
}
/* style-07 */
.ovic-custommenu.style-11 ul li,
.ovic-custommenu.style-10 ul li,
.ovic-custommenu.style-07 ul li{
    padding: 0;
    min-height: inherit;
    border: none;
}
.ovic-custommenu.style-11 ul ul,
.ovic-custommenu.style-10 ul ul,
.ovic-custommenu.style-07 ul ul{
    margin: 0;
    padding: 0;
}
.ovic-custommenu.style-11 .menu > li:first-child,
.ovic-custommenu.style-10 .menu > li:first-child,
.ovic-custommenu.style-07 .menu > li:first-child{
    min-height: inherit;
}
.ovic-custommenu.style-11 > .widget_nav_menu > .menu,
.ovic-custommenu.style-11 > .widget_nav_menu > * > .menu,
.ovic-custommenu.style-10 > .widget_nav_menu > .menu,
.ovic-custommenu.style-10 > .widget_nav_menu > * > .menu,
.ovic-custommenu.style-07 > .widget_nav_menu > .menu,
.ovic-custommenu.style-07 > .widget_nav_menu > * > .menu{
    margin: 0 -7px;
}
.ovic-custommenu.style-11 > .widget_nav_menu > .menu > li,
.ovic-custommenu.style-11 > .widget_nav_menu > * > .menu > li,
.ovic-custommenu.style-10 > .widget_nav_menu > .menu > li,
.ovic-custommenu.style-10 > .widget_nav_menu > * > .menu > li,
.ovic-custommenu.style-07 > .widget_nav_menu > .menu > li,
.ovic-custommenu.style-07 > .widget_nav_menu > * > .menu > li{
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    position: relative;
    border: none;
}
.ovic-custommenu.style-11 > .widget_nav_menu > .menu > li > a,
.ovic-custommenu.style-11 > .widget_nav_menu > * > .menu > li > a,
.ovic-custommenu.style-10 > .widget_nav_menu > .menu > li > a,
.ovic-custommenu.style-10 > .widget_nav_menu > * > .menu > li > a,
.ovic-custommenu.style-07 > .widget_nav_menu > .menu > li > a,
.ovic-custommenu.style-07 > .widget_nav_menu > * > .menu > li > a{
    padding: 3px 0;
}
.ovic-custommenu.style-07 > .widget_nav_menu > .menu > li:not(:last-child):after,
.ovic-custommenu.style-07 > .widget_nav_menu > * > .menu > li:not(:last-child):after{
    content: '';
    position: absolute;
    top: 9px;
    bottom: 0;
    right: -9px;
    border-inline-end: 1px solid;
    height: 12px;
}
/* style-08 */
.ovic-custommenu.style-08 .menu{
    padding: 0;
}
.ovic-custommenu.style-08 .menu-item{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;
    position: relative;
}
.ovic-custommenu.style-08 .menu-item > a .icon{
    margin-bottom: 15px;
}
.ovic-custommenu.style-08 .menu-item:after{
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: -1px;
    border-inline-end: 1px solid #e5e5e5;
}
/* style-09 */
.ovic-custommenu.style-09{
    text-align: center;
}
.ovic-custommenu.style-09 .menu-item > a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.ovic-custommenu.style-09 .menu-item > a:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
    z-index: 1;
}
.ovic-custommenu.style-09 .menu-item > a:hover:before{
    background-color: rgba(255, 255, 255, .5);
}
.ovic-custommenu.style-09.light .menu-item > a:hover:before{
    background-color: rgba(0, 0, 0, .5);
}
.ovic-custommenu.style-09 .menu-item > a .label-image{
    transition: .5s;
}
.ovic-custommenu.style-09 .menu-item > a:hover .label-image{
    transform: scale(1.1);
}
.ovic-custommenu.style-09.light .menu-item > a .text-title{
    color: #fff;
}
.ovic-custommenu.style-09 .menu-item > a .text-title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    z-index: 1;
}
.ovic-custommenu.style-09 .menu-item > a .icon{
    display: block;
    letter-spacing: 0;
    margin: 0 auto 20px;
    font-size: 38px;
    line-height: 42px;
    width: 66px;
    height: 66px;
    border: 2px solid;
    border-radius: 50%;
    position: relative;
}
.ovic-custommenu.style-09 .menu-item > a .icon img,
.ovic-custommenu.style-09 .menu-item > a .icon:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.ovic-custommenu.style-09 .menu-item > a .icon img{
    max-height: 42px;
}
/* style-10 */
@media (min-width: 480px){
    .ovic-custommenu.style-11 > .widget_nav_menu > .menu,
    .ovic-custommenu.style-11 > .widget_nav_menu > * > .menu,
    .ovic-custommenu.style-10 > .widget_nav_menu > .menu,
    .ovic-custommenu.style-10 > .widget_nav_menu > * > .menu{
        margin: 0 -10px;
    }
    .ovic-custommenu.style-11 > .widget_nav_menu > .menu > li,
    .ovic-custommenu.style-11 > .widget_nav_menu > * > .menu > li,
    .ovic-custommenu.style-10 > .widget_nav_menu > .menu > li,
    .ovic-custommenu.style-10 > .widget_nav_menu > * > .menu > li{
        margin: 0 10px;
    }
}
@media (min-width: 1200px){
    .ovic-custommenu.style-11 > .widget_nav_menu > .menu,
    .ovic-custommenu.style-11 > .widget_nav_menu > * > .menu,
    .ovic-custommenu.style-10 > .widget_nav_menu > .menu,
    .ovic-custommenu.style-10 > .widget_nav_menu > * > .menu{
        margin: 0 -15px;
    }
    .ovic-custommenu.style-11 > .widget_nav_menu > .menu > li,
    .ovic-custommenu.style-11 > .widget_nav_menu > * > .menu > li,
    .ovic-custommenu.style-10 > .widget_nav_menu > .menu > li,
    .ovic-custommenu.style-10 > .widget_nav_menu > * > .menu > li{
        margin: 0 15px;
    }
}
/* style-11 */
.ovic-custommenu.style-11 > .widget_nav_menu > .menu > li > a,
.ovic-custommenu.style-11 > .widget_nav_menu > * > .menu > li > a{
    font-weight: 600;
    text-transform: uppercase;
}
.ovic-custommenu.style-11.light > .widget_nav_menu > .menu > li:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover),
.ovic-custommenu.style-11.light > .widget_nav_menu > * > .menu > li:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover){
    color: #fff;
}
/* style-12 */
.ovic-custommenu.style-12{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.ovic-custommenu.style-12 .widget .widgettitle,
.ovic-custommenu.style-12 .widget .widget-title{
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}
.ovic-custommenu.style-12 .widget_nav_menu ul li{
    border-top: none;
    min-height: inherit;
}
.ovic-custommenu.style-12 .widget_nav_menu ul li:first-child{
    min-height: inherit;
}
/*----- MAP -----*/
.gm-style{
    font: inherit !important;
}
.gm-style *{
    border-radius: 0 !important;
}
.gm-style .gm-style-iw{
    max-width: 270px !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}
.gm-style .gm-style-iw > div{
    display: block !important;
    max-width: inherit !important;
    max-height: inherit !important;
    padding: 10px 10px 15px;
}
.ovic-google-maps .title-maps{
    display: block;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: .17em;
}
.ovic-google-maps .address-maps{
    display: block;
    margin-bottom: 5px;
}
.ovic-google-maps .direction-maps{
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 25px;
    letter-spacing: .17em;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.ovic-google-maps .direction-maps:hover{
    opacity: .7;
}
.ovic-google-maps button[title="Close"]{
    width: 35px !important;
    height: 35px !important;
}
/*----- TABS -----*/
.ovic-tabs{
    position: relative;
}
.ovic-tabs .tabs-head:before,
.ovic-tabs .tabs-head:after{
    display: table;
    content: '';
    clear: both;
}
.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-style: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
}
.ovic-tabs .tabs li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    max-width: 100%;
}
.ovic-tabs .tabs li a{
    display: block;
    position: relative;
}
/* style-01 */
.ovic-tabs.style-01 .tabs{
    text-align: center;
    margin: 0 -15px 20px;
    padding-bottom: 10px;
}
.ovic-tabs.style-01 .tabs li{
    margin: 0 18px;
}
.ovic-tabs.style-01 .tabs li a{
    padding-bottom: 8px;
    position: relative;
}
.ovic-tabs.style-01 .tabs li a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 20px;
    right: 20px;
    width: 0;
    border-bottom: 2px solid;
    transition: .3s;
}
.ovic-tabs.style-01 .tabs li.active a:before{
    width: calc(100% - 40px);
}
@media (max-width: 1199px){
    .ovic-tabs.style-03 .tabs,
    .ovic-tabs.style-01 .tabs{
        white-space: nowrap;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 1;
    }
    .ovic-tabs.style-01 .tabs{
        margin-bottom: 25px;
    }
    .ovic-tabs.style-01 .tabs li a{
        padding-bottom: 3px;
    }
}
/* style-02 */
.ovic-tabs.style-02 .tabs-head{
    margin-bottom: 60px;
}
.ovic-tabs.style-02 .tabs{
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.ovic-tabs.style-02 .tabs li{
    white-space: normal;
    line-height: 36px;
}
.ovic-tabs.style-02 .tabs li.active{
    font-size: 24px;
}
.ovic-tabs.style-02 .tabs li:not(.active){
    color: #666;
}
.ovic-tabs.style-02 .tabs li:not(:last-child):after{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    border-top: 1px solid;
    margin: 0 12px;
}
.ovic-tabs.style-02 .tabs li a{
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1199px){
    .ovic-tabs.style-02 .tabs-head{
        margin-bottom: 30px;
    }
}
/* style-03 */
.ovic-tabs.style-03 .tabs-head{
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.ovic-tabs.style-03 .tabs-head .ovic-custom-heading.style-01{
    display: inline-block;
    vertical-align: top;
    text-align: inherit;
    margin: 0 30px 0 0;
}
.ovic-tabs.style-03 .tabs{
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 6px 0;
    margin: 0 -12px;
}
.ovic-tabs.style-03 .tabs li{
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    padding: 3px 12px;
    position: relative;
}
.ovic-tabs.style-03 .tabs li:not(:last-child):after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -1px;
    height: 14px;
    margin: auto;
    border-inline-end: 1px solid;
}
/* style-04 */
.ovic-tabs.style-04 .tabs{
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.ovic-tabs.style-04 .tabs li{
    font-size: 24px;
    line-height: 36px;
}
.ovic-tabs.style-04 .tabs li:not(:last-child):after{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #999;
    margin: 14px 15px 15px;
}
.ovic-tabs.style-04 .tabs li:not(.active){
    color: #999;
}
.ovic-tabs.style-04 .tabs li a{
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 1199px){
    .ovic-tabs.style-04 .tabs{
        margin-bottom: 10px;
    }
}
/* style-05 */
.ovic-tabs.style-05 .tabs-head{
    margin-bottom: 50px;
}
.ovic-tabs.style-05 .tabs{
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin: 0 -15px;
}
.ovic-tabs.style-05 .tabs li{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 0 20px;
}
.ovic-tabs.style-05 .tabs li:not(.active):not(:hover) a{
    color: #aaa;
}
.ovic-tabs.style-05 .tabs li a:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    border-top: 3px solid #4e4e4e;
    transition: .3s;
}
.ovic-tabs.style-05 .tabs li:not(.active) a:before{
    width: 0;
}
@media (max-width: 1199px){
    .ovic-tabs.style-05 .tabs-head{
        margin-bottom: 20px;
    }
    .ovic-tabs.style-05 .tabs li{
        font-size: 22px;
        line-height: 32px;
        margin: 0 15px;
    }
}
@media (max-width: 767px){
    .ovic-tabs.style-05 .tabs li{
        font-size: 20px;
        line-height: 30px;
    }
}
/* style-06 */
.ovic-tab.style-06 .tabs-head{
    margin-bottom: 35px;
}
.ovic-tab.style-06 .tabs{
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
}
.ovic-tab.style-06 .tabs li{
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    color: #888;
}
.ovic-tab.style-06 .tabs li:not(:last-child){
    margin-inline-end: 65px;
}
.ovic-tab.style-06 .tabs li a{
    color: inherit;
}
.ovic-tab.style-06 .tabs li a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 2px solid var(--main-color-2);
    transition: width .3s;
}
.ovic-tab.style-06 .tabs li a:hover,
.ovic-tab.style-06 .tabs li.active a{
    color: var(--main-color);
}
.ovic-tab.style-06 .tabs li:not(.active) a:not(:hover):before{
    width: 0;
}
@media (max-width: 1199px){
    .ovic-tab.style-06 .tabs-head{
        margin-bottom: 15px;
    }
    .ovic-tab.style-06 .tabs li{
        font-size: 26px;
    }
    .ovic-tab.style-06 .tabs li:not(:last-child){
        margin-inline-end: 45px;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-06 .tabs-head{
        margin-bottom: 5px;
    }
    .ovic-tab.style-06 .tabs li{
        font-size: 24px;
    }
    .ovic-tab.style-06 .tabs li:not(:last-child){
        margin-inline-end: 30px;
    }
}
/* style-07 */
.ovic-tab.style-07 .tabs{
    text-align: center;
    margin: 0 -30px 42px;
}
.ovic-tab.style-07 .tabs li{
    vertical-align: middle;
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #b7b7b7;
    margin: 0 30px;
}
.ovic-tab.style-07 .tabs li.active{
    font-size: 38px;
    line-height: 46px;
    color: var(--main-color);
}
/* style08 */
.ovic-tab.style-08 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 38px;
}
.ovic-tab.style-08 .ovic-custom-heading{
    text-align: inherit;
    margin: 0;
}
.ovic-tab.style-08 .ovic-custom-heading .title:before{
    display: none;
}
.ovic-tab.style-08 .ovic-custom-heading .title{
    display: block;
    font-family: "Crimson Pro", Sans-serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
    padding: 0;
}
.ovic-tab.style-08 .tabs{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-start: 30px;
    text-align: end;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.ovic-tab.style-08 .tabs li:not(:last-child){
    margin-inline-end: 44px;
}
.ovic-tab.style-08 .tabs li{
    font-family: "Crimson Pro", Sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.ovic-tab.style-08 .tabs li a{
    padding-bottom: 3px;
}
.ovic-tab.style-08 .tabs li a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid var(--main-color-2);
    transition: all .2s;
    width: 100%;
}
.ovic-tab.style-08 .tabs li:not(.active) a:not(:hover):before{
    width: 0;
}
@media (max-width: 1199px){
    .ovic-tab.style-07 .tabs{
        margin: 0 -20px 32px;
    }
    .ovic-tab.style-07 .tabs li{
        font-size: 21px;
        line-height: 32px;
        margin: 0 20px;
    }
    .ovic-tab.style-07 .tabs li.active{
        font-size: 32px;
        line-height: 40px;
    }
    .ovic-tab.style-08 .tabs-head{
        margin-bottom: 28px;
    }
    .ovic-tab.style-08 .ovic-custom-heading .title{
        font-size: 38px;
        line-height: 46px;
    }
    .ovic-tab.style-08 .tabs li:not(:last-child){
        margin-inline-end: 30px;
    }
}
@media (max-width: 991px){
    .ovic-tab.style-08 .ovic-custom-heading .title{
        font-size: 35px;
        line-height: 42px;
    }
    .ovic-tab.style-08 .tabs li:not(:last-child){
        margin-inline-end: 25px;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-07 .tabs{
        margin: 0 -15px 27px;
    }
    .ovic-tab.style-07 .tabs li{
        font-size: 19px;
        line-height: 28px;
        margin: 0 15px;
    }
    .ovic-tab.style-07 .tabs li.active{
        font-size: 28px;
        line-height: 36px;
    }
    .ovic-tab.style-08 .tabs{
        width: 100%;
        margin: 0;
    }
}
/*----- ICONBOX -----*/
.ovic-iconbox .icon{
    display: inline-block;
    vertical-align: top;
}
.ovic-iconbox .icon svg,
.ovic-iconbox .icon img{
    display: inline-block !important;
    vertical-align: top;
}
@-webkit-keyframes kt_shake{
    from, to{
        transform: translate3d(0, 0, 0);
    }
    17%, 50%, 83%{
        transform: translate3d(-5px, 0, 0);
    }
    33%, 67%{
        transform: translate3d(5px, 0, 0);
    }
}
@keyframes kt_shake{
    from, to{
        transform: translate3d(0, 0, 0);
    }
    17%, 50%, 83%{
        transform: translate3d(-5px, 0, 0);
    }
    33%, 67%{
        transform: translate3d(5px, 0, 0);
    }
}
.ovic-iconbox .fa-truck,
.ovic-iconbox .fa-exchange-alt,
.ovic-iconbox .fa-shield-alt{
    vertical-align: top;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome, sans-serif;
}
.ovic-iconbox .fa-exchange-alt:before{
    content: "\f0ec";
}
.ovic-iconbox .fa-shield-alt:before{
    content: "\f132";
}
.ovic-iconbox.light{
    color: #888;
}
.ovic-iconbox.light .title{
    color: #fff;
}
/* style-01 */
.ovic-iconbox.style-01{
    position: relative;
    overflow: hidden;
}
.ovic-iconbox.style-01:before,
.ovic-iconbox.style-01:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: dashed;
    margin: auto;
    transition: .4s;
}
.ovic-iconbox.style-01:before{
    width: 0;
    border-width: 1px 0;
}
.ovic-iconbox.style-01:after{
    height: 0;
    border-width: 0 1px;
}
.ovic-iconbox.style-01:hover:before{
    width: 100%;
}
.ovic-iconbox.style-01:hover:after{
    height: 100%;
}
.ovic-iconbox.style-01 .iconbox-inner{
    font-size: 0;
    line-height: 0;
    padding: 50px 30px;
    border: 1px dashed #ddd;
    text-align: center;
}
.ovic-iconbox.style-01 .iconbox-inner > *{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.ovic-iconbox.style-01 .icon-wrap{
    width: 30px;
    font-size: 30px;
    line-height: 1;
}
.ovic-iconbox.style-01 .icon img{
    max-width: 30px;
    max-height: 30px;
}
.ovic-iconbox.style-01 .content{
    max-width: calc(100% - 30px);
    padding-inline-start: 15px;
}
.ovic-iconbox.style-01 .title{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    transition: .2s;
}
.ovic-iconbox.style-01:hover .title{
    color: inherit;
}
.ovic-iconbox:not(.style-04) .fa-truck:before,
.ovic-iconbox:not(.style-04) .flaticon-plane:before,
.ovic-iconbox:not(.style-04) .flaticon-reload:before,
.ovic-iconbox:not(.style-04) .flaticon-clock:before,
.ovic-iconbox:not(.style-04) .flaticon-boat:before{
    transition: transform .5s, opacity .5s;
}
.ovic-iconbox.style-02:hover .fa-truck:before{
    transform: translate(-70px, 0);
}
.ovic-iconbox:not(.style-04):not(.style-02):hover .fa-truck:before{
    transform: translate(-120px, 0);
}
.ovic-iconbox.style-06:hover .flaticon-plane:before,
.ovic-iconbox.style-03:hover .flaticon-plane:before,
.ovic-iconbox.style-01:hover .flaticon-plane:before{
    transform: translate(50px, -90px);
}
.ovic-iconbox:not(.style-04):not(.style-01):not(.style-03):not(.style-06):hover .flaticon-plane:before{
    transform: translate(30px, -50px);
}
.ovic-iconbox:not(.style-04):hover .flaticon-reload:before{
    transform: rotate(180deg);
}
.ovic-iconbox:not(.style-04):hover .flaticon-clock:before{
    transform: rotate(360deg);
}
.ovic-iconbox:not(.style-04):hover .flaticon-boat:before{
    opacity: 0;
    transform: scale(1.8);
}
.ovic-iconbox:not(.style-04):hover .icon > *:not(.fa-truck):not(.flaticon-plane):not(.flaticon-reload):not(.flaticon-clock):not(.flaticon-boat):before,
.ovic-iconbox:not(.style-04):hover .icon > svg,
.ovic-iconbox:not(.style-04):hover .icon > figure{
    animation: kt_shake .5s linear;
}
@media (max-width: 1199px){
    .ovic-iconbox.style-01 .iconbox-inner{
        padding: 40px 25px;
    }
}
@media (max-width: 479px){
    .ovic-iconbox.style-01 .iconbox-inner{
        padding: 30px 15px;
    }
}
/* style-02 */
.ovic-iconbox.style-02{
    text-align: center;
}
.ovic-iconbox.style-02 .icon-wrap{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 20px;
    position: relative;
    transition: color .2s;
}
.ovic-iconbox.style-02 .icon-wrap:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border: 2px solid;
    opacity: .8;
}
.ovic-iconbox.style-02 .icon{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16px 0;
}
.ovic-iconbox.style-02 .icon:before,
.ovic-iconbox.style-02 .icon:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-style: solid;
    margin: auto;
    transition: .4s;
}
.ovic-iconbox.style-02 .icon:before{
    width: 0;
    border-width: 2px 0;
}
.ovic-iconbox.style-02 .icon:after{
    height: 0;
    border-width: 0 2px;
}
.ovic-iconbox.style-02:hover .icon:before{
    width: 100%;
}
.ovic-iconbox.style-02:hover .icon:after{
    height: 100%;
}
.ovic-iconbox.style-02 .icon img{
    max-width: 35px;
    max-height: 36px;
}
.ovic-iconbox.style-02 .title{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2px;
    transition: .2s;
}
.ovic-iconbox.style-02 .title span{
    font-weight: 600;
}
.ovic-iconbox.style-02 .desc{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    margin-bottom: 0;
    transition: .2s;
}
.ovic-iconbox.style-02 .iconbox-inner:hover .icon,
.ovic-iconbox.style-02 .iconbox-inner:hover .desc{
    color: #fff;
}
/* style-03 */
.ovic-iconbox.style-03{
    overflow: hidden;
    padding: 40px 0;
}
.ovic-iconbox.style-03 .iconbox-inner{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.ovic-iconbox.style-03 .iconbox-inner > *{
    display: inline-block;
    vertical-align: middle;
    text-align: start;
}
.ovic-iconbox.style-03 .icon-wrap{
    width: 60px;
    font-size: 35px;
    line-height: 36px;
}
.ovic-iconbox.style-03 .icon img{
    max-width: 35px;
    max-height: 36px;
}
.ovic-iconbox.style-03 .content{
    max-width: calc(100% - 60px);
}
.ovic-iconbox.style-03 .title{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.ovic-iconbox.style-03 .title span{
    font-weight: 600;
}
.ovic-iconbox.style-03 .desc{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0;
}
@media (max-width: 1199px){
    .ovic-iconbox.style-03{
        padding: 35px 0;
    }
    .ovic-iconbox.style-03 .icon-wrap{
        width: 50px;
    }
    .ovic-iconbox.style-03 .content{
        max-width: calc(100% - 50px);
    }
}
@media (max-width: 991px){
    .ovic-iconbox.style-03{
        padding: 25px 0;
    }
}
/* style-04 */
.ovic-iconbox.style-04 .iconbox-inner:before,
.ovic-iconbox.style-04 .iconbox-inner:after{
    display: table;
    content: '';
    clear: both;
}
.ovic-iconbox.style-04 .icon-wrap{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 39px;
    font-size: 18px;
    color: #999;
}
.ovic-iconbox.style-04 .content{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 39px);
}
.ovic-iconbox.style-04 .title{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
/* style-05 */
.ovic-iconbox.style-05{
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}
.ovic-iconbox.style-05 .iconbox-inner{
    font-size: 0;
    line-height: 0;
}
.ovic-iconbox.style-05 .iconbox-inner > *{
    display: inline-block;
    vertical-align: middle;
    text-align: start;
}
.ovic-iconbox.style-05 .iconbox-inner .icon-wrap{
    width: 30px;
    font-size: 26px;
    line-height: 30px;
    margin-inline-end: 15px;
}
.ovic-iconbox.style-05 .iconbox-inner .content{
    max-width: calc(100% - 45px);
}
.ovic-iconbox.style-05 .iconbox-inner .title{
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
    letter-spacing: .05em;
    margin-bottom: 0;
    font-weight: 400;
}
.ovic-iconbox.style-05 .iconbox-inner .title span{
    text-decoration: underline;
}
.ovic-iconbox.style-05.light .icon-wrap{
    color: #ddd;
}
.ovic-iconbox.style-05.light .title{
    color: #999;
}
/* style-06 */
.ovic-iconbox.style-06{
    border: 2px solid #eee;
    text-align: center;
    padding: 30px;
    overflow: hidden;
}
.ovic-iconbox.style-06 .icon-wrap{
    display: block;
    font-size: 36px;
    line-height: 50px;
}
.ovic-iconbox.style-06 .title{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .05em;
    font-weight: 500;
    margin-bottom: 0;
}
/* style-07 */
.ovic-iconbox.style-07{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding: 24px 30px;
    overflow: hidden;
}
.ovic-iconbox.style-07 .iconbox-inner{
    font-size: 0;
    line-height: 0;
}
.ovic-iconbox.style-07 .iconbox-inner > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.ovic-iconbox.style-07 .icon-wrap{
    width: 28px;
    margin-inline-end: 10px;
    font-size: 28px;
    line-height: 30px;
}
.ovic-iconbox.style-07 .content{
    padding: 3px 0;
    max-width: calc(100% - 38px);
}
.ovic-iconbox.style-07 .content > *{
    display: inline-block;
    vertical-align: top;
}
.ovic-iconbox.style-07 .title{
    font-size: 18px;
    line-height: inherit;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0 5px 0 0;
}
.ovic-iconbox.style-07 .desc{
    margin: 2px 0 -2px;
}
/* style-08 */
.ovic-iconbox.style-08{
    text-align: center;
    border: 3px solid #ddd;
    padding: 5px 10px;
}
.ovic-iconbox.style-08 .iconbox-inner{
    font-size: 0;
    line-height: 0;
}
.ovic-iconbox.style-08 .iconbox-inner > *{
    display: inline-block;
    vertical-align: middle;
}
.ovic-iconbox.style-08 .icon-wrap{
    font-size: 24px;
    line-height: 30px;
    width: 30px;
}
.ovic-iconbox.style-08 .icon-wrap a{
    display: block;
}
.ovic-iconbox.style-08 .content{
    max-width: calc(100% - 30px);
}
.ovic-iconbox.style-08 .title{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .05em;
    margin: 0;
}
.ovic-iconbox.style-08 .title a{
    padding: 0 5px;
}
.ovic-iconbox.style-08.light{
    border: 2px solid #333;
}
.ovic-iconbox.style-08.light .icon-wrap{
    color: #ddd;
}
.ovic-iconbox.style-08.light .title{
    color: #aaa;
}
/* style-09 */
.ovic-iconbox.style-09,
.ovic-iconbox.style-10{
    position: relative;
    text-align: center;
}
.ovic-iconbox.style-09:not(:hover):before,
.ovic-iconbox.style-10:not(:hover):before{
    transform: translate(5px,5px);
}
.ovic-iconbox.style-09:before,
.ovic-iconbox.style-10:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #ddd;
    transition: .2s;
}
.ovic-iconbox.style-09 .iconbox-inner,
.ovic-iconbox.style-10 .iconbox-inner{
    position: relative;
    background-color: #fff;
    padding: 14px;
    transition: background-color .2s;
}
.ovic-iconbox.style-09 .iconbox-inner > a,
.ovic-iconbox.style-10 .iconbox-inner > a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ovic-iconbox.style-09 .icon-wrap,
.ovic-iconbox.style-10 .icon-wrap{
    display: inline;
    margin: 0 5px;
}
.ovic-iconbox.style-09 .icon-wrap a,
.ovic-iconbox.style-10 .icon-wrap a,
.ovic-iconbox.style-09 .title a,
.ovic-iconbox.style-10 .title a{
    color: inherit;
}
.ovic-iconbox.style-09 .content,
.ovic-iconbox.style-10 .content{
    display: inline;
    margin: 0 5px;
}
.ovic-iconbox.style-09 .title,
.ovic-iconbox.style-10 .title{
    display: inline;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
.ovic-iconbox.style-09 .title span,
.ovic-iconbox.style-10 .title span{
    transition: .2s;
}
.ovic-iconbox.style-09 .iconbox-inner:hover .title span{
    color: #fff;
}
/* style-10 */
.ovic-iconbox.style-10:before{
    border: none;
    background-color: #fff;
}
.ovic-iconbox.style-10 .iconbox-inner{
    padding: 10px 14px;
    background-color: transparent;
}
.ovic-iconbox.style-10 .title{
    color: #fff;
}
/* style-11 */
.ovic-iconbox.style-11 .icon-wrap{
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
}
.ovic-iconbox.style-11 .icon{
    font-size: 32px;
    line-height: 32px;
    max-width: 32px;
}
.ovic-iconbox.style-11 .content{
    display: inline;
    vertical-align: bottom;
}
.ovic-iconbox.style-11 .title{
    display: inline;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
/* style-12 */
.ovic-iconbox.style-12{
    text-align: center;
}
.ovic-iconbox.style-12 .icon{
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 14px;
}
.ovic-iconbox.style-12 .title{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .05em;
    position: relative;
    margin-bottom: 0;
}
.ovic-iconbox.style-12 .title:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid;
    opacity: .5;
}
@media (max-width: 1199px){
    .ovic-iconbox.style-12 .icon{
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 7px;
    }
    .ovic-iconbox.style-12 .title{
        font-size: 14px;
    }
}
/* style-13 */
.ovic-iconbox.style-13{
    font-size: 14px;
    line-height: 24px;
    color: #3b3b3b;
}
.ovic-iconbox.style-13 .iconbox-inner{
    display: flex;
}
.ovic-iconbox.style-13 .icon-wrap{
    width: 60px;
}
.ovic-iconbox.style-13 .icon{
    font-size: 60px;
    line-height: 1;
    color: #e0e0e0;
}
.ovic-iconbox.style-13 .content{
    flex: 1 1 auto;
    width: 1%;
    padding-top: 5px;
    padding-inline-start: 22px;
}
.ovic-iconbox.style-13 .title{
    font-size: 20px;
    line-height: 30px;
    font-family: inherit;
    margin-bottom: 1px;
}
.ovic-iconbox.style-13 .desc{
    margin: 0;
}
@media (max-width: 1199px){
    .ovic-iconbox.style-13{
        font-size: 13px;
        line-height: 22px;
    }
    .ovic-iconbox.style-13 .icon-wrap{
        width: 52px;
    }
    .ovic-iconbox.style-13 .icon{
        font-size: 52px;
    }
    .ovic-iconbox.style-13 .content{
        padding-top: 0;
        padding-inline-start: 15px;
    }
    .ovic-iconbox.style-13 .title{
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 767px){
    .ovic-iconbox.style-05{
        padding: 5px 0;
    }
}
/*----- BRANDS -----*/
.ovic-brand{
    text-align: center;
}
.ovic-brand .brand-item a{
    display: flex;
}
.ovic-brand .brand-item .thumb{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ovic-brand .brand-item img{
    max-height: 100%;
    width: auto;
}
/*----- SOCIALS -----*/
.ovic-socials .fa{
    font-family: FontAwesome, sans-serif;
}
.ovic-socials ul{
    list-style: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 -5px -10px;
}
.ovic-socials ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
}
.ovic-socials ul li a{
    display: block;
    width: 44px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.ovic-socials ul li a .icon{
    display: block;
    font-size: 21px;
    line-height: 44px;
}
.ovic-socials ul li a .text{
    display: none;
}
.ovic-socials.light ul li a:not(:hover){
    background-color: #fff;
}
/* style-02 */
.ovic-socials.style-02 ul li a{
    width: 40px;
}
.ovic-socials.style-02 ul li a .icon{
    font-size: 18px;
    line-height: 40px;
}
.ovic-socials.style-02 ul li a:not(:hover){
    color: #ccc;
    background-color: transparent;
    box-shadow: 0 0 0 2px #ccc inset;
}
.ovic-socials.style-02.light ul li a:not(:hover){
    color: #888;
    box-shadow: 0 0 0 2px #888 inset;
}
/* style-03 */
.ovic-socials.style-03 ul li a{
    width: 36px;
    background-color: transparent;
    border-radius: 0;
}
.ovic-socials.style-03 ul li a .icon{
    font-size: 18px;
    line-height: 34px;
}
.ovic-socials.style-03 ul li a:not(:hover){
    color: #666;
    background-color: transparent;
    box-shadow: 0 0 0 1px #ddd inset;
}
.ovic-socials.style-03.light ul li a:not(:hover){
    color: #eee;
    box-shadow: 0 0 0 1px #555 inset;
}
/* style-04 */
.ovic-socials.style-04 ul{
    margin: 0 -15px;
}
.ovic-socials.style-04 ul li{
    margin: 0 15px;
}
.ovic-socials.style-04 ul li a{
    width: auto;
    background-color: transparent;
    border-radius: 0;
}
.ovic-socials.style-04 ul li a .icon{
    font-size: 17px;
    line-height: 30px;
}
.ovic-socials.style-04 ul li a:hover{
    background-color: transparent;
}
.ovic-socials.style-04.light ul li a:not(:hover){
    color: #fff;
    background-color: transparent;
}
/* style-05 */
.ovic-socials.style-05 ul{
    margin: 0 -7px -15px;
}
.ovic-socials.style-05 ul li{
    margin: 0 7px 15px;
}
.ovic-socials.style-05 ul li a{
    width: 30px;
}
.ovic-socials.style-05 ul li a .icon{
    font-size: 17px;
    line-height: 30px;
}
/* style-06 */
.ovic-socials.style-06 ul{
    margin: 0;
}
.ovic-socials.style-06 ul li{
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}
.ovic-socials.style-07 ul li a,
.ovic-socials.style-06 ul li a{
    color: var(--main-color);
    background-color: transparent;
    width: auto;
    text-align: inherit;
    padding: 3px 0;
}
.ovic-socials.style-06 ul li a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: inherit;
    width: 20px;
    text-align: center;
    margin-inline-end: 30px;
}
.ovic-socials.style-07 ul li a .text,
.ovic-socials.style-06 ul li a .text{
    display: inline-block;
    vertical-align: top;
}
.ovic-socials.style-07 ul li a:hover,
.ovic-socials.style-06 ul li a:hover{
    color: var(--main-color-2);
    background-color: transparent;
}
.ovic-socials.style-07.light ul li a,
.ovic-socials.style-06.light ul li a{
    background-color: transparent;
}
.ovic-socials.style-07.light ul li a:not(:hover),
.ovic-socials.style-06.light ul li a:not(:hover){
    color: #888;
}
.ovic-socials.style-07.light ul li a:not(:hover) .icon,
.ovic-socials.style-06.light ul li a:not(:hover) .icon{
    color: #fff;
}
/* style-07 */
.ovic-socials.style-07 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ovic-socials.style-07 ul li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.ovic-socials.style-07 ul li .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    line-height: inherit;
    width: 20px;
    text-align: center;
    margin-inline-end: 3px;
}
@media (max-width: 1199px){
    .ovic-socials.style-06 ul li{
        line-height: 26px;
    }
    .ovic-socials.style-06 ul li a .icon{
        margin-inline-end: 20px;
    }
}
/*----- NEWSLETTER -----*/
.ovic-newsletter.open-modal{
    animation: none;
}
.ovic-newsletter .mc4wp-form-fields{
    position: relative;
}
.ovic-newsletter .text-field{
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.ovic-newsletter .input-text,
.ovic-newsletter .submit-newsletter{
    position: relative;
    z-index: 1;
}
.ovic-newsletter .input-focus{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s;
}
.ovic-newsletter .radio-field{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
    transition: .2s;
}
.ovic-newsletter .input-radio{
    vertical-align: middle;
    margin: -1px 2px 0 0;
}
.ovic-newsletter .discount .text-primary{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: .2em;
    margin: 0 5px;
}
.ovic-newsletter .discount .text-primary span{
    font-size: 30px;
    margin: -4px 0 4px;
}
.ovic-newsletter .discount .desc{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 5px;
}
.ovic-newsletter.light{
    color: #888;
}
.ovic-newsletter.light .title{
    color: #fff;
}
/* style-01 */
.ovic-newsletter.style-01{
    text-align: center;
}
.ovic-newsletter.style-01 .ovic-custom-heading.style-01{
    margin-bottom: 38px;
}
.ovic-newsletter.style-01 .newsletter-inner{
    font-size: 0;
    line-height: 0;
}
.ovic-newsletter.style-01 .newsletter-inner > *{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    position: relative;
}
.ovic-newsletter.style-01 .newsletter-video{
    width: 57.3%;
}
.ovic-newsletter.style-01 .thumb{
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
.ovic-newsletter.style-01 .thumb:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}
.ovic-newsletter.style-01 .newsletter-inner:hover .thumb:before{
    background-color: rgba(0, 0, 0, .5);
}
.ovic-newsletter.style-01 .button-play{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    border: 3px solid;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    padding: 0 0 0 4px;
    background-color: transparent;
}
.ovic-newsletter.style-01 .button-play:before{
    font-family: FontAwesome, sans-serif;
    content: "\f04b";
    font-size: 20px;
    line-height: 54px;
}
.ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info{
    width: 42.7%;
}
.ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info:before{
    margin-inline-start: -136px;
}
.ovic-newsletter.style-01 .newsletter-info:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 6px solid;
}
.ovic-newsletter.style-01 .newsletter-info > *{
    position: relative;
}
.ovic-newsletter.style-01 .info-inner{
    min-height: 280px;
    padding: 30px 30px 50px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.ovic-newsletter.style-10 .mc4wp-form,
.ovic-newsletter.style-07 .mc4wp-form,
.ovic-newsletter.style-05 .mc4wp-form,
.ovic-newsletter.style-04 .mc4wp-form,
.ovic-newsletter.style-02 .mc4wp-form,
.ovic-newsletter.style-01 .mc4wp-form{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 370px;
}
.ovic-newsletter.style-10 .mc4wp-form-fields,
.ovic-newsletter.style-07 .mc4wp-form-fields,
.ovic-newsletter.style-05 .mc4wp-form-fields,
.ovic-newsletter.style-04 .mc4wp-form-fields,
.ovic-newsletter.style-02 .mc4wp-form-fields,
.ovic-newsletter.style-01 .mc4wp-form-fields{
    display: table;
    width: 100%;
}
.ovic-newsletter.style-10 .mc4wp-form-fields > *,
.ovic-newsletter.style-07 .mc4wp-form-fields > *,
.ovic-newsletter.style-05 .mc4wp-form-fields > *,
.ovic-newsletter.style-04 .mc4wp-form-fields > *,
.ovic-newsletter.style-02 .mc4wp-form-fields > *,
.ovic-newsletter.style-01 .mc4wp-form-fields > *{
    display: table-cell;
    vertical-align: top;
}
.ovic-newsletter.style-10 .text-field,
.ovic-newsletter.style-07 .text-field,
.ovic-newsletter.style-05 .text-field,
.ovic-newsletter.style-04 .text-field,
.ovic-newsletter.style-02 .text-field,
.ovic-newsletter.style-01 .text-field{
    width: 100%;
}
.ovic-newsletter.style-10 .input-text,
.ovic-newsletter.style-07 .input-text,
.ovic-newsletter.style-05 .input-text,
.ovic-newsletter.style-04 .input-text,
.ovic-newsletter.style-02 .input-text,
.ovic-newsletter.style-01 .input-text{
    width: 100%;
}
.ovic-newsletter.style-10 .submit-newsletter,
.ovic-newsletter.style-07 .submit-newsletter,
.ovic-newsletter.style-05 .submit-newsletter,
.ovic-newsletter.style-04 .submit-newsletter,
.ovic-newsletter.style-02 .submit-newsletter,
.ovic-newsletter.style-01 .submit-newsletter{
    white-space: nowrap;
}
.ovic-newsletter.style-10 .input-text,
.ovic-newsletter.style-05 .input-text,
.ovic-newsletter.style-04 .input-text,
.ovic-newsletter.style-02 .input-text,
.ovic-newsletter.style-01 .input-text{
    box-shadow: none;
    font-size: 13px;
    padding: 1px 10px;
    height: 26px;
    width: 100%;
}
.ovic-newsletter.style-10 .submit-newsletter,
.ovic-newsletter.style-05 .submit-newsletter,
.ovic-newsletter.style-04 .submit-newsletter,
.ovic-newsletter.style-02 .submit-newsletter,
.ovic-newsletter.style-01 .submit-newsletter{
    background-color: transparent;
    padding: 1px 10px;
}
.ovic-newsletter.style-10 .input-focus,
.ovic-newsletter.style-05 .input-focus,
.ovic-newsletter.style-04 .input-focus,
.ovic-newsletter.style-02 .input-focus,
.ovic-newsletter.style-01 .input-focus{
    border-bottom: 1px solid #e5e5e5;
}
.ovic-newsletter.style-04 .input-text::-webkit-input-placeholder,
.ovic-newsletter.style-02 .input-text::-webkit-input-placeholder,
.ovic-newsletter.style-01 .input-text::-webkit-input-placeholder{
    color: #aaa;
}
.ovic-newsletter.style-04 .input-text:-moz-placeholder,
.ovic-newsletter.style-02 .input-text:-moz-placeholder,
.ovic-newsletter.style-01 .input-text:-moz-placeholder{
    color: #aaa;
}
.ovic-newsletter.style-04 .input-text::-moz-placeholder,
.ovic-newsletter.style-02 .input-text::-moz-placeholder,
.ovic-newsletter.style-01 .input-text::-moz-placeholder{
    color: #aaa;
}
.ovic-newsletter.style-04 .input-text:-ms-input-placeholder,
.ovic-newsletter.style-02 .input-text:-ms-input-placeholder,
.ovic-newsletter.style-01 .input-text:-ms-input-placeholder{
    color: #aaa;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-01 .newsletter-video{
        width: 60%;
    }
    .ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info{
        width: 40%;
    }
    .ovic-newsletter.style-01 .info-inner{
        min-height: 260px;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-01 .newsletter-video{
        width: 100%;
    }
    .ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info{
        width: calc(100% - 30px);
        max-width: 570px;
    }
    .ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info:before{
        margin: -55px 0 0;
    }
    .ovic-newsletter.style-01 .info-inner{
        min-height: auto;
        padding: 20px 20px 40px;
    }
    .ovic-newsletter.style-01 .ovic-custom-heading.style-01{
        margin-bottom: 20px;
    }
    .ovic-newsletter.style-01 .thumb img{
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 479px){
    .ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info{
        width: calc(100% - 20px);
    }
    .ovic-newsletter.style-01 .newsletter-video ~ .newsletter-info:before{
        margin: -45px 0 0;
    }
}
/* style-02 */
.ovic-newsletter.style-02{
    text-align: center;
    padding: 20px;
    border: 6px solid;
    min-height: 282px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.ovic-newsletter.style-02 .ovic-custom-heading.style-01{
    margin-bottom: 60px;
}
/* style-03 */
.ovic-newsletter.style-03 .text-field{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}
.ovic-newsletter.style-03 .input-text{
    width: 100%;
    box-shadow: none;
}
.ovic-newsletter.style-03 .input-focus{
    border: 2px solid #ddd;
}
/* style-04 */
.ovic-newsletter.style-04{
    border: 1px dashed #ddd;
    padding: 30px 70px;
}
.ovic-newsletter.style-04 .ovic-custom-heading.style-01{
    padding: 16px 30px 12px;
}
.ovic-newsletter.style-04 .content{
    text-align: center;
    padding: 8px 30px;
}
.ovic-newsletter.style-04 .content-inner{
    display: inline-block;
    vertical-align: top;
    max-width: 445px;
}
.ovic-newsletter.style-04 .mc4wp-form{
    text-align: start;
    display: block;
    max-width: inherit;
}
.ovic-newsletter.style-04 .discount{
    margin-top: 22px;
}
@media (min-width: 768px){
    .ovic-newsletter.style-04 .newsletter-inner{
        font-size: 0;
        line-height: 0;
    }
    .ovic-newsletter.style-04 .newsletter-inner > *{
        font-size: 14px;
        line-height: 24px;
    }
    .ovic-newsletter.style-04 .ovic-custom-heading.style-01{
        display: inline-block;
        vertical-align: middle;
        width: 38.5%;
        margin: 0;
        border-inline-end: 1px solid #e5e5e5;
    }
    .ovic-newsletter.style-04 .ovic-custom-heading.style-01 ~ .content{
        display: inline-block;
        vertical-align: middle;
        width: 61.5%;
    }
}
@media (max-width: 1199px){
    .ovic-newsletter.style-04{
        padding: 30px;
    }
    .ovic-newsletter.style-04 .ovic-custom-heading.style-01,
    .ovic-newsletter.style-04 .content{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-04{
        padding: 30px 0;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-04{
        padding: 50px 15px;
    }
    .ovic-newsletter.style-04 .ovic-custom-heading.style-01,
    .ovic-newsletter.style-04 .content{
        padding: 0;
    }
}
/* style-05 */
.ovic-newsletter.style-05{
    padding: 25px 68px;
    border: 1px dashed #ddd;
}
.ovic-newsletter.style-05 .newsletter-inner{
    font-size: 0;
    line-height: 0;
}
.ovic-newsletter.style-05 .content{
    font-size: 14px;
    line-height: 24px;
}
.ovic-newsletter.style-05 .ovic-custom-heading.style-07{
    display: inline-block;
    vertical-align: middle;
    width: 34%;
    padding: 0 30px 6px;
    text-align: inherit;
}
.ovic-newsletter.style-05 .ovic-custom-heading.style-07 ~ .content{
    display: inline-block;
    vertical-align: middle;
    width: 66%;
    padding: 0 30px 12px;
}
.ovic-newsletter.style-05 .mc4wp-form{
    max-width: inherit;
}
.ovic-newsletter.style-10 .input-text,
.ovic-newsletter.style-05 .input-text{
    padding: 6px 20px;
    height: 36px;
}
.ovic-newsletter.style-10 .submit-newsletter,
.ovic-newsletter.style-05 .submit-newsletter{
    padding: 6px 20px;
    font-size: 14px;
    letter-spacing: .1em;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-05{
        padding: 25px 30px;
    }
    .ovic-newsletter.style-05 .ovic-custom-heading.style-07{
        width: 40%;
        padding: 0 20px 6px;
    }
    .ovic-newsletter.style-05 .ovic-custom-heading.style-07 ~ .content{
        width: 60%;
        padding: 0 20px 12px;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-05{
        padding: 25px 15px;
    }
    .ovic-newsletter.style-05 .ovic-custom-heading.style-07{
        width: 46%;
        padding: 0 15px 6px;
    }
    .ovic-newsletter.style-05 .ovic-custom-heading.style-07 ~ .content{
        width: 54%;
        padding: 0 15px 12px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-05 .ovic-custom-heading.style-07{
        width: 100%;
    }
    .ovic-newsletter.style-05 .ovic-custom-heading.style-07 ~ .content{
        width: 100%;
    }
}
@media (max-width: 479px){
    .ovic-newsletter.style-05{
        padding: 25px 0;
    }
}
/* style-06 */
.ovic-newsletter.style-06 .ovic-custom-heading.style-08{
    margin-bottom: 15px;
}
.ovic-newsletter.style-06 .discount{
    text-align: center;
    padding: 15px 0;
}
.ovic-newsletter.style-06 .discount .text-primary{
    display: block;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
}
.ovic-newsletter.style-06 .discount .text-primary span{
    font-size: 60px;
    margin: 0;
}
.ovic-newsletter.style-06 .discount .desc{
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    text-align: end;
    margin: 0;
}
.ovic-newsletter.style-06 .mc4wp-form{
    padding: 15px 0;
}
.ovic-newsletter.style-06 .mc4wp-form-fields{
    background-color: #fff;
}
.ovic-newsletter.style-06 .text-field{
    width: 100%;
}
.ovic-newsletter.style-06 .input-text{
    width: 100%;
    padding: 10px 76px 10px 20px;
    height: 44px;
    box-shadow: none;
}
.ovic-newsletter.style-06 .input-focus{
    border: 1px solid #e5e5e5;
}
.ovic-newsletter.style-06 .submit-newsletter{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: 56px;
    text-align: center;
    background-color: transparent;
    color: inherit;
    font-weight: 400;
}
.ovic-newsletter.style-06 .submit-newsletter:before{
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e66c";
    font-size: 27px;
    line-height: 44px;
    margin-inline-start: 3px;
}
.ovic-newsletter.style-06 .submit-newsletter:after{
    position: absolute;
    content: '';
    top: 9px;
    bottom: 9px;
    left: 0;
    border-inline-start: 1px solid #e5e5e5;
}
@media (min-width: 768px){
    .ovic-newsletter.style-06 .content{
        display: table;
        width: 100%;
    }
    .ovic-newsletter.style-06 .content > *{
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .ovic-newsletter.style-06 .content > *:not(:last-child){
        padding-inline-end: 15px;
    }
    .ovic-newsletter.style-06 .content > *:not(:first-child){
        padding-inline-start: 15px;
    }
}
/* style-07 */
.ovic-newsletter.style-07 .ovic-custom-heading.style-01{
    text-align: inherit;
}
.ovic-newsletter.style-07 .input-text{
    box-shadow: none;
}
.ovic-newsletter.style-07 .submit-newsletter{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
.ovic-newsletter.style-07 .input-focus{
    border: 1px solid #ccc;
    right: 1px;
}
.ovic-newsletter.style-07.light{
    color: #888;
}
.ovic-newsletter.style-07.light .input-focus{
    border-color: #555;
}
.ovic-newsletter.style-07.light .submit-newsletter:not(:hover){
    background-color: #fff;
}
/* style-08 */
.ovic-newsletter.style-08 .input-focus{
    border-color: #ddd;
}
.ovic-newsletter.style-08 .submit-newsletter:not(:hover){
    background-color: transparent;
    box-shadow: 1px 0 #ddd inset;
}
.ovic-newsletter.style-08.light .submit-newsletter:not(:hover){
    background-color: transparent;
    color: #fff !important;
    box-shadow: 1px 0 #555 inset;
}
/* style-09 */
.ovic-newsletter.style-09{
    padding: 72px 50px 73px;
}
.ovic-newsletter.style-09 .newsletter-inner{
    display: table;
    width: 100%;
}
.ovic-newsletter.style-09 .newsletter-inner > *{
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}
.ovic-newsletter.style-09 .block-title{
    width: 38%;
    text-align: center;
}
.ovic-newsletter.style-09 .content{
    width: 62%;
}
.ovic-newsletter.style-09 .subtitle{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Playfair Display', sans-serif;
    color: #bbb;
    font-style: italic;
    margin-bottom: 0;
}
.ovic-newsletter.style-09 .title{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: .15em;
}
.ovic-newsletter.style-09 .mc4wp-form-fields{
    display: table;
    width: 100%;
}
.ovic-newsletter.style-09 .mc4wp-form-fields > *{
    display: table-cell;
    vertical-align: top;
}
.ovic-newsletter.style-09 .text-field{
    width: 100%;
}
.ovic-newsletter.style-09 .input-text{
    width: 100%;
    box-shadow: none;
    padding: 10px 0 10px 20px;
    height: 44px;
    color: #ccc;
    font-size: 13px;
    font-style: italic;
}
.ovic-newsletter.style-09 .submit-newsletter{
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: .15em;
    background-color: transparent;
    padding: 10px 20px;
}
.ovic-newsletter.style-09 .input-focus{
    border: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 1199px){
    .ovic-newsletter.style-09{
        padding: 52px 15px 53px;
    }
    .ovic-newsletter.style-09 .newsletter-inner > *{
        padding: 0 25px;
    }
    .ovic-newsletter.style-09 .block-title{
        width: 40%;
    }
    .ovic-newsletter.style-09 .content{
        width: 60%;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-09{
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
    .ovic-newsletter.style-09 .newsletter-inner > *{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
    .ovic-newsletter.style-09 .block-title{
        width: 45%;
    }
    .ovic-newsletter.style-09 .content{
        width: 55%;
    }
    .ovic-newsletter.style-09 .title{
        letter-spacing: .1em;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-09 .newsletter-inner{
        display: block;
    }
    .ovic-newsletter.style-09 .newsletter-inner > *{
        display: block;
        width: auto;
        padding: 10px 0;
    }
}
/* style-10 */
.ovic-newsletter.style-10{
    padding: 15px 75px 28px;
    background-color: #f9f9f9;
    text-align: center;
    min-height: 300px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.ovic-newsletter.style-10 .ovic-custom-heading.style-01{
    margin-bottom: 5px;
    text-align: inherit;
}
.ovic-newsletter.style-10 .discount{
    margin-bottom: 34px;
}
.ovic-newsletter.style-10 .mc4wp-form{
    max-width: inherit;
}
@media (max-width: 1199px){
    .elementor-widget-ovic_newsletter .ovic-newsletter.style-10{
        min-height: 260px;
    }
    .ovic-newsletter.style-10{
        min-height: 241px;
        padding-inline-start: 35px;
        padding-inline-end: 35px;
    }
    .ovic-newsletter.style-10 .ovic-custom-heading.style-01 .title:not(:last-child){
        margin-bottom: 3px;
    }
    .ovic-newsletter.style-10 .discount{
        margin-bottom: 20px;
    }
    .ovic-newsletter.style-10 .ovic-newsletter .discount .desc{
        line-height: 24px;
    }
}
@media (max-width: 991px){
    .ovic-newsletter.style-10{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
@media (max-width: 479px){
    .ovic-newsletter.style-10{
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
/* style-11 */
.ovic-newsletter.style-11 .newsletter-inner > *{
    padding: 5px 0;
}
.ovic-newsletter.style-11:not(.style-13) .block-title{
    text-align: center;
    margin-bottom: 35px;
}
.ovic-newsletter.style-11 .title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.ovic-newsletter.style-11 .subtitle{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.ovic-newsletter.style-11 .text-field{
    width: 100%;
}
.ovic-newsletter.style-11 .input-text{
    font-size: 13px;
    width: 100%;
    height: 30px;
    padding: 3px 40px 3px 10px;
    box-shadow: none;
}
.ovic-newsletter.style-11 .input-focus{
    border-bottom: 2px solid #969696;
    bottom: 2px;
}
.ovic-newsletter.style-11 .submit-newsletter{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
    padding: 0 10px;
    background-color: transparent;
    color: inherit;
}
.ovic-newsletter.style-11 .submit-newsletter:hover{
    background-color: transparent;
}
.ovic-newsletter.style-11 .submit-newsletter:before{
    display: block;
    font-family: Flaticon, sans-serif;
    content: '\f105';
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-11:not(.style-13) .block-title{
        margin-bottom: 15px;
    }
}
/* style-12 */
.ovic-newsletter.style-12 .text-field{
    width: 100%;
}
.ovic-newsletter.style-12 .input-text{
    width: 100%;
    height: 44px;
    padding: 10px 44px 10px 20px;
    box-shadow: none;
}
.ovic-newsletter.style-12 .input-focus{
    border: 1px solid #e5e5e5;
}
.ovic-newsletter.style-12 .submit-newsletter{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44px;
    font-size: 0;
    line-height: 0;
    color: #888;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
}
.ovic-newsletter.style-12 .submit-newsletter:hover{
    background-color: transparent;
}
.ovic-newsletter.style-12 .submit-newsletter:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    font-size: 18px;
    line-height: 44px;
}
/* style-13 */
@media (min-width: 768px){
    .ovic-newsletter.style-13 .newsletter-inner{
        display: table;
        width: 100%;
        max-width: 800px;
        margin: auto;
    }
    .ovic-newsletter.style-13 .newsletter-inner > *{
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 5px 15px;
    }
}
/* style-14 */
.ovic-newsletter.style-14 .text-field,
.ovic-newsletter.style-15 .text-field{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.ovic-newsletter.style-14 .input-text,
.ovic-newsletter.style-15 .input-text{
    width: 100%;
    box-shadow: none;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 44px;
}
.ovic-newsletter.style-14 .input-focus,
.ovic-newsletter.style-15 .input-focus{
    border: 2px solid #ddd;
}
.ovic-newsletter.style-14 .radio-field{
    margin: 10px 0;
}
.ovic-newsletter.style-14 .radio-field:not(:last-child){
    margin-inline-end: 13px;
}
.ovic-newsletter.style-14 .submit-newsletter{
    width: 100%;
    border: 3px solid;
    font-size: 14px;
    line-height: 24px;
    margin: 18px 0;
}
.ovic-newsletter.style-14 .submit-newsletter:not(:hover):not(:focus){
    background-color: #fff;
}
.ovic-newsletter.style-14 .submit-newsletter:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f0da';
    margin-inline-start: 5px;
}
/* style-15 */
.ovic-newsletter.style-15 .block-title{
    padding-bottom: 8px;
}
.ovic-newsletter.style-15 .block-title .title{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.ovic-newsletter.style-15 .block-title .subtitle{
    margin-bottom: 15px;
}
.ovic-newsletter.style-15 .submit-newsletter{
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
}
.ovic-newsletter.style-17.light,
.ovic-newsletter.style-16.light,
.ovic-newsletter.style-15.light{
    color: #aaa;
}
.ovic-newsletter.style-17.light .block-title .title,
.ovic-newsletter.style-16.light .block-title .title,
.ovic-newsletter.style-15.light .block-title .title{
    color: #fff;
}
.ovic-newsletter.style-15.light .input-focus{
    border-color: #666;
}
.ovic-newsletter.style-15.light .submit-newsletter:not(:hover):not(:focus){
    background-color: #fff;
}
/* style-16 */
.ovic-newsletter.style-16{
    text-align: center;
}
.ovic-newsletter.style-16 .block-title{
    padding-bottom: 50px;
}
.ovic-newsletter.style-16 .block-title .title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px;
}
.ovic-newsletter.style-16 .block-title .subtitle{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.ovic-newsletter.style-16 .mc4wp-form-fields{
    position: relative;
    max-width: 370px;
    margin: auto;
}
.ovic-newsletter.style-17 .text-field,
.ovic-newsletter.style-16 .text-field{
    width: 100%;
    position: relative;
}
.ovic-newsletter.style-17 .input-text,
.ovic-newsletter.style-16 .input-text{
    width: 100%;
    box-shadow: none;
    padding-inline-start: 0;
    padding-inline-end: 24px;
}
.ovic-newsletter.style-17 .input-focus,
.ovic-newsletter.style-16 .input-focus{
    border-bottom: 2px solid;
}
.ovic-newsletter.style-17 .submit-newsletter,
.ovic-newsletter.style-16 .submit-newsletter{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    text-align: end;
    background-color: transparent;
    padding: 0;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
}
.ovic-newsletter.style-17 .submit-newsletter:before,
.ovic-newsletter.style-16 .submit-newsletter:before{
    font-family: FontAwesome, sans-serif;
    content: "\f061";
    font-size: 16px;
    line-height: 40px;
}
.ovic-newsletter.style-17.light .input-focus,
.ovic-newsletter.style-16.light .input-focus{
    border-color: #fff;
}
.ovic-newsletter.style-17.light .submit-newsletter,
.ovic-newsletter.style-16.light .submit-newsletter{
    color: #fff;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-16 .block-title{
        padding-bottom: 30px;
    }
    .ovic-newsletter.style-16 .block-title .title{
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 7px;
    }
    .ovic-newsletter.style-16 .block-title .subtitle{
        margin-bottom: 5px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-16 .block-title{
        padding-bottom: 10px;
    }
}
/* style-17 */
.ovic-newsletter.style-17 .block-title .title{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.ovic-newsletter.style-17 .mc4wp-form-fields{
    position: relative;
    max-width: 370px;
}
/* style-18 */
.ovic-newsletter.style-18{
    text-align: center;
}
.ovic-newsletter.style-18 .title{
    font-size: 36px;
    color: #555;
    margin-bottom: 0;
}
.ovic-newsletter.style-18 .subtitle{
    font-size: 16px;
    color: #aaa;
    margin-bottom: 24px;
}
.ovic-newsletter.style-18 .mc4wp-form-fields{
    display: flex;
}
.ovic-newsletter.style-18 .text-field{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 10px;
}
.ovic-newsletter.style-18 .input-text{
    padding: 13px 30px;
    height: 50px;
    color: #888;
    width: 100%;
}
.ovic-newsletter.style-18 .submit-newsletter{
    padding: 13px 30px;
    font-family: 'Montserrat', sans-serif;
}
/* style-19 */
.ovic-newsletter.style-19{
    text-align: center;
}
.ovic-newsletter.style-19 .title{
    font-size: 22px;
    margin-bottom: 18px;
}
.ovic-newsletter.style-19 .subtitle{
    margin: -18px 0 20px;
}
.ovic-newsletter.style-19 .text-field{
    width: 100%;
}
.ovic-newsletter.style-19 .input-text{
    background-color: #fff;
    padding: 9px 37px;
    padding-inline-end: 92px;
    height: 42px;
    width: 100%;
}
.ovic-newsletter.style-19 .input-text:not(:focus){
    box-shadow: none;
}
.ovic-newsletter.style-19 .submit-newsletter{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 9px 0;
    width: 92px;
    text-align: center;
    color: var(--main-color);
    background-color: transparent;
}
.ovic-newsletter.style-19 .submit-newsletter:before{
    font-family: Flaticon, sans-serif;
    content: "\f104";
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.ovic-newsletter.style-19 .submit-newsletter:hover{
    color: var(--main-color-2);
}
@media (max-width: 1199px){
    .ovic-newsletter.style-18 .title{
        font-size: 32px;
    }
    .ovic-newsletter.style-18 .subtitle{
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-18 .mc4wp-form-fields{
        display: block;
    }
    .ovic-newsletter.style-18 .text-field{
        width: 100%;
        margin: 0 0 10px;
    }
    .ovic-newsletter.style-18 .input-text{
        padding: 11px 24px;
        height: 46px;
    }
    .ovic-newsletter.style-18 .submit-newsletter{
        padding: 11px 24px;
        width: 100%;
    }
    .ovic-newsletter.style-19 .input-text{
        padding-inline-start: 17px;
        padding-inline-end: 54px;
    }
    .ovic-newsletter.style-19 .submit-newsletter{
        width: 54px;
    }
}
/* style-20 */
.ovic-newsletter.style-20 .mc4wp-form-fields{
    display: flex;
    flex-wrap: wrap;
    width: 470px;
    max-width: 100%;
}
.ovic-newsletter.style-20 .text-field{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 20px;
    position: relative;
}
.ovic-newsletter.style-21 .text-field:before,
.ovic-newsletter.style-20 .text-field:before{
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 20px;
    font-family: FontAwesome, sans-serif;
    content: "\f003";
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    opacity: .7;
}
.ovic-newsletter.style-21 .input-text,
.ovic-newsletter.style-20 .input-text{
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    height: 44px;
    padding-inline-start: 50px;
    box-shadow: 0 -2px #666 inset;
}
.ovic-newsletter.style-20 .input-text:focus{
    box-shadow: 0 -2px var(--main-color-2) inset;
}
.ovic-newsletter.style-20 .submit-newsletter{
    font-size: 17px;
    padding: 10px 25px;
    background-color: var(--main-color-2);
}
.ovic-newsletter.style-21 .submit-newsletter:hover,
.ovic-newsletter.style-20 .submit-newsletter:hover{
    opacity: .7;
}
/* style-21 */
.ovic-newsletter.style-21 .text-field{
    width: 100%;
    position: relative;
}
.ovic-newsletter.style-21 .input-text{
    box-shadow: 0 0 0 2px #e5e5e5 inset;
}
.ovic-newsletter.style-21 .input-text:focus{
    box-shadow: 0 0 0 2px var(--main-color-2) inset;
}
.ovic-newsletter.style-21 .submit-newsletter{
    width: 100%;
    font-size: 17px;
    padding: 10px 25px;
    background-color: var(--main-color-2);
    margin-top: 10px;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-20 .mc4wp-form-fields{
        width: 420px;
    }
    .ovic-newsletter.style-20 .text-field{
        margin-inline-end: 15px;
    }
    .ovic-newsletter.style-21 .input-text,
    .ovic-newsletter.style-20 .input-text{
        font-size: 15px;
        padding: 8px 15px;
        padding-inline-start: 40px;
        height: 40px;
    }
    .ovic-newsletter.style-21 .text-field:before,
    .ovic-newsletter.style-20 .text-field:before{
        font-size: 17px;
        left: 15px;
    }
    .ovic-newsletter.style-21 .submit-newsletter,
    .ovic-newsletter.style-20 .submit-newsletter{
        font-size: 16px;
        padding: 8px 20px;
    }
}
/* style-22 */
.ovic-newsletter.style-22 .mc4wp-form-fields{
    display: flex;
}
.ovic-newsletter.style-22 .text-field{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-newsletter.style-22 .input-text{
    padding: 13px 30px;
    height: 50px;
    background-color: #fff;
    box-shadow: none;
    font-style: italic;
    width: 100%;
}
.ovic-newsletter.style-22 .submit-newsletter{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 13px 33px;
}
.ovic-newsletter.style-22 .submit-newsletter:hover{
    color: var(--main-color);
    background-color: #fff;
}
/* style-23 */
.ovic-newsletter.style-23 .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}
.ovic-newsletter.style-23 .subtitle{
    font-size: 15px;
    margin-bottom: 27px;
}
.ovic-newsletter.style-23 .mc4wp-form-fields{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main-color);
}
.ovic-newsletter.style-23 .text-field{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-newsletter.style-23 .input-text{
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    padding-inline-end: 15px;
    height: 24px;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
}
.ovic-newsletter.style-23 .submit-newsletter{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0;
    color: var(--main-color);
    background-color: transparent;
}
.ovic-newsletter.style-23 .submit-newsletter:hover{
    color: var(--main-color-2);
    background-color: transparent;
}
/* style-24 */
.ovic-newsletter.style-24 .mc4wp-form-fields{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.ovic-newsletter.style-24 .text-field{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-newsletter.style-24 .input-text{
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    padding-inline-end: 15px;
    height: 24px;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
}
.ovic-newsletter.style-24 .input-text:not(:focus){
    opacity: .3;
}
.ovic-newsletter.style-24 .submit-newsletter{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0;
    color: var(--main-color-2);
    background-color: transparent;
}
.ovic-newsletter.style-24 .submit-newsletter:hover{
    color: #fff;
    background-color: transparent;
}
.light .ovic-newsletter.style-24{
    color: #fff;
}
@media (max-width: 1199px){
    .ovic-newsletter.style-22 .input-text{
        padding: 12px 20px;
        height: 48px;
    }
    .ovic-newsletter.style-22 .submit-newsletter{
        font-size: 14px;
        padding: 12px 25px;
    }
    .ovic-newsletter.style-23 .title{
        font-size: 22px;
        margin-bottom: 3px;
    }
    .ovic-newsletter.style-23 .subtitle{
        margin-bottom: 17px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-23 .title{
        font-size: 20px;
    }
    .ovic-newsletter.style-23 .subtitle{
        font-size: 14px;
    }
}
/*----- BANNER -----*/
.elementor-widget-ovic_banner.full-width .ovic-banner .banner-inner,
.elementor-widget-ovic_banner.full-width .ovic-banner .thumb img{
    width: 100%;
}
.ovic-banner{
    text-align: center;
}
.ovic-banner .banner-inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    text-align: center;
}
.ovic-banner .banner-inner > .thumb-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.ovic-banner .thumb{
    position: relative;
    overflow: hidden;
    z-index: auto;
}
.ovic-banner .thumb ~ .content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    z-index: auto;
}
.ovic-banner .content{
    padding: 30px;
}
.ovic-banner .content > *{
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) and (min-width: 992px){
    .ovic-banner .thumb ~ .content{
        padding: 20px 15px;
    }
}
@media (max-width: 479px){
    .ovic-banner .thumb ~ .content{
        padding: 20px 15px;
    }
}
/* default */
.ovic-banner.default .banner-inner{
    text-align: inherit;
}
/* style-01 */
.ovic-banner.style-01 .thumb ~ .content{
    padding-top: 100px;
}
.ovic-banner.style-01 .title{
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}
.ovic-banner.style-01 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}
.ovic-banner.style-01 .button{
    padding: 11px 24px;
}
.ovic-banner.style-01 .button:hover{
    opacity: .7;
}
@media (max-width: 479px){
    .ovic-banner.style-01 .title{
        font-size: 32px;
        line-height: 38px;
    }
    .ovic-banner.style-01 .thumb ~ .content{
        padding-top: 60px;
    }
    .ovic-banner.style-01 .subtitle{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}
/* style-02 */
.ovic-banner.style-02 .title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 1199px){
    .ovic-banner.style-02 .title{
        font-size: 22px;
        line-height: 33px;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-02 .title{
        font-size: 20px;
        line-height: 30px;
    }
}
/* style-03 */
.ovic-banner.style-03 .content{
    max-width: 300px;
}
.ovic-banner.style-03 .subtitle{
    font-family: 'LaCompagnie', sans-serif;
    font-size: 48px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 0;
}
.ovic-banner.style-03 .title{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
}
/* style-04 */
.ovic-banner.style-04 .content{
    padding-bottom: 170px;
}
.ovic-banner.style-04 .subtitle{
    font-family: 'LaCompagnie', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-style: italic;
    letter-spacing: .05em;
    margin-bottom: 0;
}
.ovic-banner.style-04 .title{
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.ovic-banner.style-04 .content > div{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
}
.ovic-banner.style-04 .button{
    background-color: transparent;
    padding: 3px 0;
    text-decoration: underline;
}
/* style-05 */
.ovic-banner.style-05 .banner-logo{
    margin-bottom: 5px;
}
.ovic-banner.style-05 .banner-logo img{
    display: inline-block !important;
    vertical-align: top;
}
.ovic-banner.style-05 .subtitle{
    font-family: 'LaCompagnie', sans-serif;
    font-size: 48px;
    line-height: 36px;
    margin-bottom: 0;
}
.ovic-banner.style-05 .title{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 125px;
}
.ovic-banner.style-07 .button,
.ovic-banner.style-06 .button,
.ovic-banner.style-05 .button{
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    background-color: transparent;
    text-decoration: underline;
}
@media (max-width: 1199px){
    .ovic-banner.style-05 .subtitle{
        font-size: 44px;
        line-height: 32px;
    }
    .ovic-banner.style-05 .title{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 45px;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-05 .subtitle{
        font-size: 40px;
        line-height: 30px;
    }
    .ovic-banner.style-05 .title{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}
/* style-06 */
.ovic-banner.style-06 .plus-zoom .thumb:after,
.ovic-banner.style-06 .background-zoom .thumb:after,
.ovic-banner.style-06 .rotate-left .thumb:after,
.ovic-banner.style-06 .rotate-right .thumb:after{
    opacity: .5;
}
.ovic-banner.style-06 .thumb:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(2,0,8);
    transition: .3s;
    opacity: .3;
}
.ovic-banner.style-06 .subtitle{
    font-family: 'LaCompagnie', sans-serif;
    font-size: 60px;
    line-height: 46px;
    margin-bottom: 6px;
}
.ovic-banner.style-06 .title{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}
@media (min-width: 1200px){
    .ovic-banner.style-06:not(:hover) .plus-zoom .thumb:after,
    .ovic-banner.style-06:not(:hover) .background-zoom .thumb:after,
    .ovic-banner.style-06:not(:hover) .rotate-left .thumb:after,
    .ovic-banner.style-06:not(:hover) .rotate-right .thumb:after,
    .ovic-banner.style-06:not(:hover) .thumb:after{
        opacity: 0;
    }
    .ovic-banner.style-06:not(:hover) .thumb ~ .content .content-inner{
        transform: scale(0);
    }
    .ovic-banner.style-06 .thumb ~ .content .content-inner{
        transition: all .3s;
    }
}
@media (max-width: 1199px){
    .ovic-banner.style-06 .subtitle{
        font-size: 54px;
        line-height: 42px;
        margin-bottom: 4px;
    }
    .ovic-banner.style-06 .title{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-06 .subtitle{
        font-size: 46px;
        line-height: 36px;
        margin-bottom: 2px;
    }
    .ovic-banner.style-06 .title{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
/* style-07 */
.ovic-banner.style-07 .subtitle{
    font-family: 'LaCompagnie', sans-serif;
    font-size: 60px;
    line-height: 46px;
    font-style: italic;
    margin-bottom: 5px;
    color: #fff;
}
.ovic-banner.style-07 .title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
}
/* style-08 */
.ovic-banner.style-08,
.ovic-banner.style-08 .banner-inner{
    text-align: inherit;
}
.ovic-banner.style-08:before,
.ovic-banner.style-08:after{
    display: table;
    content: '';
    clear: both;
}
.ovic-banner.style-08 .content{
    background-color: transparent;
    padding: 0;
}
.ovic-banner.style-08 .content-inner{
    padding: 50px 50px 70px;
    overflow: hidden;
    border: 3px solid;
}
.ovic-banner.style-08 .block-head{
    font-size: 0;
    line-height: 0;
    margin-bottom: 25px;
}
.ovic-banner.style-08 .discount{
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    height: 92px;
    border-radius: 90px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    line-height: 82px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-style: italic;
}
.ovic-banner.style-08 .discount > *{
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}
.ovic-banner.style-08 .discount span:first-child{
    font-size: 24px;
    line-height: 90px;
}
.ovic-banner.style-08 .discount span:last-child{
    font-size: 18px;
    line-height: 98px;
}
.ovic-banner.style-08 .discount:before{
    position: absolute;
    content: '';
    left: calc(50% - 1px);
    bottom: calc(100% - 2px);
    height: 1000px;
    width: 2px;
    background-color: inherit;
}
.ovic-banner.style-08 .discount ~ .block-title{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 92px);
    padding-inline-start: 25px;
}
.ovic-banner.style-08 .block-title:after{
    display: block;
    content: '';
    width: 46px;
    height: 2px;
    margin: 9px 0;
}
.ovic-banner.style-08 .title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.ovic-banner.style-08 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
.ovic-banner.style-08 .desc{
    font-size: 13px;
    margin-bottom: 30px;
}
.ovic-banner.style-08 .button-wrap{
    text-align: end;
}
.ovic-banner.style-08 .button{
    padding: 3px 15px;
    font-size: 11px;
    float: right;
}
.ovic-banner.style-08.has-thumb .thumb{
    width: 320px;
    max-width: 100%;
}
@media (min-width: 768px){
    .ovic-banner.style-08.has-thumb .banner-inner{
        display: table;
        width: 100%;
    }
    .ovic-banner.style-08.has-thumb .banner-inner > *{
        display: table-cell;
        vertical-align: middle;
    }
    .ovic-banner.style-08.has-thumb.content-left .content-inner{
        margin-inline-end: -50px;
        padding-inline-end: 100px;
    }
    .ovic-banner.style-08.has-thumb.content-right .content-inner{
        margin-inline-start: -50px;
        padding-inline-start: 100px;
    }
    .ovic-banner.style-08.has-thumb.content-right .banner-inner{
        direction: rtl;
    }
    .ovic-banner.style-08.has-thumb.content-right .banner-inner > *{
        direction: ltr;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .ovic-banner.style-08.has-thumb.content-left .content-inner{
        margin-inline-end: -35px;
        padding-inline-end: 70px;
    }
    .ovic-banner.style-08.has-thumb.content-right .content-inner{
        margin-inline-start: -35px;
        padding-inline-start: 70px;
    }
}
@media (max-width: 1199px){
    .ovic-banner.style-08 .content-inner{
        padding: 35px 35px 50px;
    }
    .ovic-banner.style-08 .block-head{
        margin-bottom: 20px;
    }
    .ovic-banner.style-08 .discount{
        width: 80px;
        height: 80px;
        font-size: 32px;
        line-height: 72px;
    }
    .ovic-banner.style-08 .discount span:first-child{
        font-size: 20px;
        line-height: 80px;
    }
    .ovic-banner.style-08 .discount span:last-child{
        font-size: 16px;
        line-height: 84px;
    }
    .ovic-banner.style-08 .discount ~ .block-title{
        width: calc(100% - 80px);
        padding-inline-start: 20px;
    }
    .ovic-banner.style-08 .title{
        font-size: 38px;
        line-height: 42px;
        letter-spacing: .07em;
    }
    .ovic-banner.style-08 .subtitle{
        font-size: 24px;
        line-height: 26px;
    }
    .ovic-banner.style-08 .desc{
        margin-bottom: 25px;
    }
    .ovic-banner.style-08.has-thumb .thumb{
        width: 270px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-08 .content-inner{
        margin-bottom: -35px;
        padding-bottom: 80px;
    }
    .ovic-banner.style-08.has-thumb .thumb{
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }
    .ovic-banner.style-08.has-thumb.content-left .thumb{
        float: right;
    }
    .ovic-banner.style-08.has-thumb.content-right .thumb{
        float: left;
    }
}
@media (max-width: 479px){
    .ovic-banner.style-08 .content-inner{
        padding: 30px 20px 70px;
    }
    .ovic-banner.style-08 .discount ~ .block-title{
        display: block;
        padding: 15px 0 0;
        width: auto;
    }
}
/* style-09 */
.ovic-banner.style-09 .banner-inner{
    display: block;
}
.ovic-banner.style-09 .content{
    background-color: transparent;
    padding: 35px 15px;
    border: 3px solid;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 3;
}
.ovic-banner.style-09 .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.ovic-banner.style-09 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .07em;
    font-style: italic;
    margin-bottom: 0;
}
.ovic-banner.style-09 .content:after{
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 52px;
    height: 2px;
    margin: 9px 0;
}
.ovic-banner.style-09.has-thumb .content{
    margin-bottom: -35px;
    padding-bottom: 65px;
}
.ovic-banner.style-09 .thumb{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 30px);
}
.ovic-banner.style-09.has-thumb.content-left .banner-inner{
    text-align: end;
}
.ovic-banner.style-09.has-thumb.content-right .banner-inner{
    text-align: start;
}
.ovic-banner.style-09.has-thumb.content-left .content{
    margin-inline-end: 30px;
}
.ovic-banner.style-09.has-thumb.content-right .content{
    margin-inline-start: 30px;
}
/* style-10 */
.ovic-banner.style-12 .banner-inner,
.ovic-banner.style-10 .banner-inner{
    display: block;
}
.ovic-banner.style-10 .content{
    background-color: transparent;
    padding: 0;
}
.ovic-banner.style-10 .content-inner{
    position: relative;
    padding: 70px 15px;
}
.ovic-banner.style-10 .content-inner:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border: 5px solid;
    opacity: .5;
}
.ovic-banner.style-10 .content-inner > *{
    position: relative;
}
.ovic-banner.style-12 .subtitle,
.ovic-banner.style-10 .subtitle{
    font-family: 'LaCompagnie', sans-serif;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
}
.ovic-banner.style-12 .title,
.ovic-banner.style-10 .title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
}
.ovic-banner.style-12 .button,
.ovic-banner.style-10 .desc{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
.ovic-banner.style-10.has-thumb .thumb{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    max-width: calc(100% - 40px);
}
.ovic-banner.style-10.has-thumb .content-inner:before{
    right: -20px;
}
@media (min-width: 768px){
    .ovic-banner.style-10.has-thumb .banner-inner{
        display: table;
        width: 100%;
    }
    .ovic-banner.style-10.has-thumb .banner-inner > *{
        display: table-cell;
        vertical-align: middle;
    }
    .ovic-banner.style-10.has-thumb.content-left .content-inner{
        margin-inline-end: -50px;
        padding-inline-end: 100px;
    }
    .ovic-banner.style-10.has-thumb.content-right .content-inner{
        margin-inline-start: -50px;
        padding-inline-start: 100px;
    }
    .ovic-banner.style-10.has-thumb.content-right .banner-inner{
        direction: rtl;
    }
    .ovic-banner.style-10.has-thumb.content-right .banner-inner > *{
        direction: ltr;
    }
}
@media (max-width: 1199px){
    .ovic-banner.style-10.has-thumb .thumb{
        width: 219px;
    }
    .ovic-banner.style-10 .content-inner{
        padding: 45px 15px;
    }
    .ovic-banner.style-10 .content-inner:before{
        border-width: 4px;
    }
    .ovic-banner.style-12 .title,
    .ovic-banner.style-10 .title{
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-10.has-thumb .thumb{
        width: 227px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-10 .content-inner{
        padding: 25px 15px 20px;
    }
    .ovic-banner.style-10.has-thumb .content-inner:before{
        right: 0;
        bottom: -20px;
    }
}
/* style-11 */
.ovic-banner.style-11{
    text-align: inherit;
}
.ovic-banner.style-11 .banner-inner{
    display: block;
    text-align: inherit;
}
.ovic-banner.style-11 .product-item{
    font-size: 0;
    line-height: 0;
}
.ovic-banner.style-11 .product-item > *{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.ovic-banner.style-11 .product-thumb{
    width: 470px;
}
.ovic-banner.style-11 .product-info{
    width: calc(100% - 470px);
    padding: 30px 0 30px 60px;
}
.ovic-banner.style-11 .product-item.right{
    direction: rtl;
}
.ovic-banner.style-11 .product-item.right > *{
    direction: ltr;
}
.ovic-banner.style-11 .product-item.right .product-info{
    padding: 30px 60px 30px 0;
}
.ovic-banner.style-11 .product-title{
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.ovic-banner.style-11 .post-excerpt{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 45px;
}
.ovic-banner.style-11 .post-excerpt *:last-child{
    margin-bottom: 0;
}
.ovic-banner.style-11 .price{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.ovic-banner.style-11 .quantity,
.ovic-banner.style-11 a.compare,
.ovic-banner.style-11 .yith-wcwl-add-to-wishlist{
    display: none !important;
}
.ovic-banner.style-11 .single_add_to_cart_button,
.ovic-banner.style-11 .added_to_cart{
    background-color: transparent;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    text-decoration: underline;
    margin-top: 30px;
}
.ovic-banner.style-11 .cart:not(.variations_form):before,
.ovic-banner.style-11 .woocommerce-variation-add-to-cart:before{
    display: inline-block;
    vertical-align: top;
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e66e";
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    padding: 2px 7px 4px 0;
    margin: 30px 0 0;
}
.ovic-banner.style-11 table.variations{
    margin-bottom: 28px;
}
.ovic-banner.style-11 table.variations .label{
    display: none;
}
.ovic-banner.style-11 table.variations .value{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.ovic-banner.style-11 table.variations .variable-items-wrapper{
    margin: -10px;
}
.ovic-banner.style-11 table.variations .variable-item{
    margin: 10px !important;
    border-radius: 90px !important;
    overflow: hidden;
}
.ovic-banner.style-11 table.variations .color-variable-item,
.ovic-banner.style-11 table.variations .image-variable-item{
    width: 40px !important;
    height: 40px !important;
}
.ovic-banner.style-11 table.variations .button-variable-item{
    min-width: 40px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 5px !important;
    line-height: 38px;
}
.ovic-banner.style-11 .single_variation_wrap .woocommerce-variation-price{
    display: none !important;
}
@media (max-width: 1199px){
    .ovic-banner.style-11 .product-info{
        padding: 30px 0 30px 30px;
    }
    .ovic-banner.style-11 .product-item.right .product-info{
        padding: 30px 30px 30px 0;
    }
    .ovic-banner.style-11 .post-excerpt{
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .ovic-banner.style-11 .price{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .ovic-banner.style-11 .single_add_to_cart_button,
    .ovic-banner.style-11 .added_to_cart{
        margin-top: 15px;
    }
    .ovic-banner.style-11 .cart:not(.variations_form):before,
    .ovic-banner.style-11 .woocommerce-variation-add-to-cart:before{
        margin: 15px 0 0;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-11 .product-thumb,
    .ovic-banner.style-11 .product-info{
        width: 50%;
    }
    .ovic-banner.style-11 .product-title{
        font-size: 24px;
        line-height: 36px;
    }
    .ovic-banner.style-11 .post-excerpt{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .ovic-banner.style-11 .price{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .ovic-banner.style-11 .single_add_to_cart_button,
    .ovic-banner.style-11 .added_to_cart{
        margin-top: 10px;
    }
    .ovic-banner.style-11 .cart:not(.variations_form):before,
    .ovic-banner.style-11 .woocommerce-variation-add-to-cart:before{
        margin: 10px 0 0;
    }
    .ovic-banner.style-11 table.variations .variable-items-wrapper{
        margin: -7px;
    }
    .ovic-banner.style-11 table.variations .variable-item{
        margin: 7px !important;
    }
    .ovic-banner.style-11 table.variations .color-variable-item,
    .ovic-banner.style-11 table.variations .image-variable-item{
        width: 32px !important;
        height: 32px !important;
    }
    .ovic-banner.style-11 table.variations .button-variable-item{
        min-width: 32px !important;
        line-height: 30px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-11 .product-thumb,
    .ovic-banner.style-11 .product-info{
        display: block;
        width: auto;
    }
    .ovic-banner.style-11 .product-info,
    .ovic-banner.style-11 .product-item.right .product-info{
        padding: 30px 0;
    }
}
/* style-12 */
.ovic-banner.style-12{
    border: 1px solid;
    padding: 75px 15px;
}
.ovic-banner.style-12 .content{
    background-color: transparent;
    padding: 0;
}
.ovic-banner.style-12 .button{
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
}
@media (max-width: 1199px){
    .ovic-banner.style-12{
        padding: 45px 15px;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-12{
        padding: 50px 15px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-12{
        padding: 25px 15px;
    }
}
/* style-13 */
.ovic-banner.style-13{
    text-align: inherit;
}
.ovic-banner.style-13 .banner-inner{
    display: block;
    max-width: inherit;
    text-align: inherit;
    margin-inline-end: calc(50% - 50vw);
}
.ovic-banner.style-13 .banner-inner:before,
.ovic-banner.style-13 .banner-inner:after{
    display: table;
    content: '';
    clear: both;
}
.ovic-banner.style-13 .banner-inner > *{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ovic-banner.style-13 .gallery-banner{
    float: left;
    width: 762px;
    max-width: calc(100% - 859px);
    padding: 20px 30px 20px 0;
}
.ovic-banner.style-13 .gallery-thumb{
    float: right;
    width: 859px;
    text-align: center;
}
.ovic-banner.style-13 .gallery-thumb figure{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ovic-banner.style-13 .gallery-slide{
    max-width: 732px;
}
.ovic-banner.style-13 .gallery-item{
    padding: 0;
    font-style: inherit;
    color: #444;
    margin: 0;
    cursor: pointer;
    transition: .3s;
    text-align: center;
}
.ovic-banner.style-13 .gallery-item .text{
    display: block;
    letter-spacing: .15em;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 13px;
}
.ovic-banner.style-13 .gallery-item .image{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.ovic-banner.style-13 .gallery-item img{
    transition: .5s;
}
.ovic-banner.style-13 .gallery-item:hover img{
    opacity: .5;
    transform: scale(1.1);
}
.ovic-banner.style-13 .gallery-item .image:before,
.ovic-banner.style-13 .gallery-item .image:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: .3s;
    z-index: 1;
}
.ovic-banner.style-13 .gallery-item .image:after{
    width: 2px;
    height: 30px;
}
.ovic-banner.style-13 .gallery-item:not(:hover) .image:before,
.ovic-banner.style-13 .gallery-item:not(:hover) .image:after{
    transform: scale(1.5);
    opacity: 0;
}
.ovic-banner.style-13 .gallery-head{
    padding-bottom: 56px;
}
.ovic-banner.style-13 .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    color: #aaa;
    margin-bottom: 7px;
}
.ovic-banner.style-13 .title{
    font-size: 29px;
    line-height: 42px;
    letter-spacing: .1em;
    margin-bottom: 4px;
}
.ovic-banner.style-13 .desc{
    margin-bottom: 10px;
}
.ovic-banner.style-13 .gallery-title{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .15em;
    margin-bottom: 30px;
}
.ovic-banner.style-13 .gallery-title:after{
    display: block;
    content: '';
    width: 48px;
    height: 2px;
    background-color: #f7593f;
    margin-top: 13px;
}
@media (max-width: 1199px){
    .ovic-banner.style-13 .banner-inner{
        margin: 0;
    }
    .ovic-banner.style-13 .gallery-banner{
        width: 100%;
        max-width: 100%;
        padding-inline-end: 0;
    }
    .ovic-banner.style-13 .gallery-thumb{
        width: 100%;
    }
    .ovic-banner.style-13 .gallery-head{
        padding-bottom: 26px;
    }
}
/* style-14 */
.ovic-banner.style-14 .thumb img{
    position: relative;
    max-width: inherit;
    margin-inline-start: 50%;
    transform: translateX(-50%);
}
.ovic-banner.style-14 .content{
    left: auto;
    max-width: 270px;
    padding: 30px 20px 20px;
    text-align: start;
}
.ovic-banner.style-14 .title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.ovic-banner.style-14 .subtitle{
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 30px;
}
.ovic-banner.style-14 .button{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .05em;
    border-bottom: 2px solid #767676;
    background-color: transparent;
    padding: 0;
}
.ovic-banner.style-14 .button:hover{
    background-color: transparent;
    border-bottom: 2px solid;
}
@media (max-width: 1199px){
    .ovic-banner.style-14 .content{
        max-width: 250px;
        margin-inline-start: auto;
        padding: 20px 15px 15px;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-14 .content{
        max-width: 230px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .ovic-banner.style-14 .thumb img{
        max-height: 230px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .ovic-banner.style-14 .thumb img{
        max-height: 210px;
    }
}
@media (max-width: 479px){
    .ovic-banner.style-14 .content{
        max-width: 202px;
    }
}
/* style-15 */
.ovic-banner.style-15.content-left .banner-inner{
    margin-inline-end: 30px;
}
.ovic-banner.style-15.content-right .banner-inner{
    margin-inline-start: 30px;
}
.ovic-banner.style-15 .thumb{
    display: block;
}
.ovic-banner.style-15 .thumb ~ .content{
    padding: 0;
    bottom: auto;
    right: auto;
    transform: rotate(90deg) translateX(80px);
}
.ovic-banner.style-15.content-left .thumb ~ .content{
    top: 0;
    left: calc(100% + 30px);
    transform-origin: left top;
}
.ovic-banner.style-15.content-right .thumb ~ .content{
    top: -30px;
    left: -30px;
    transform-origin: left bottom;
}
.ovic-banner.style-15 .title{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-inline-end: 80px;
    margin: -5px 0 15px;
}
.ovic-banner.style-15.content-right .title{
    margin: 15px 0 -5px;
}
.ovic-banner.style-15 .thumb .arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    font-size: 16px;
    line-height: 60px;
    background-color: #fff;
    text-align: center;
}
.ovic-banner.style-15 .thumb .arrow:before{
    display: block;
    font-family: Flaticon, sans-serif;
    content: '\f105';
}
@media (max-width: 1199px){
    .ovic-banner.style-15 .thumb ~ .content{
        transform: rotate(90deg) translateX(50px);
    }
}
@media (max-width: 991px){
    .ovic-banner.style-15 .thumb ~ .content{
        transform: rotate(90deg) translateX(15px);
        max-width: 100%;
    }
    .ovic-banner.style-15 .title{
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-15.content-left .banner-inner{
        margin-inline-end: 20px;
    }
    .ovic-banner.style-15.content-right .banner-inner{
        margin-inline-start: 20px;
    }
    .ovic-banner.style-15.content-left .thumb ~ .content{
        left: calc(100% + 20px);
    }
    .ovic-banner.style-15.content-right .thumb ~ .content{
        left: -20px;
    }
}
/* style-16 */
.ovic-banner.style-16 .thumb ~ .content{
    right: auto;
    padding: 30px;
    text-align: start;
}
.ovic-banner.style-16.content-top .thumb ~ .content{
    top: 5px;
    bottom: auto;
}
.ovic-banner.style-16.content-mid .thumb ~ .content{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.ovic-banner.style-16.content-bot .thumb ~ .content{
    top: auto;
    bottom: 5px;
}
.ovic-banner.style-16 .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.ovic-banner.style-16 .subtitle{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #888;
    margin-bottom: 0;
}
@media (max-width: 1199px){
    .ovic-banner.style-16 .thumb ~ .content{
        padding: 20px;
    }
}
/* style-17 */
.ovic-banner.style-17 .subtitle{
    font-size: 18px;
    line-height: 30px;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    color: #fff;
    margin-bottom: 18px;
}
.ovic-banner.style-17 .title{
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    letter-spacing: .25em;
    margin-inline-end: -0.25em;
    margin-bottom: 28px;
}
.ovic-banner.style-17 .button{
    letter-spacing: .15em;
    padding: 13px calc(30px - .15em) 13px 30px;
}
.ovic-banner.style-17 .button:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
}
@media (max-width: 1199px){
    .ovic-banner.style-17 .subtitle{
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .ovic-banner.style-17 .title{
        font-size: 32px;
        line-height: 46px;
        letter-spacing: .15em;
        margin-inline-end: -0.15em;
        margin-bottom: 22px;
    }
    .ovic-banner.style-17 .button{
        letter-spacing: .1em;
        padding: 12px calc(26px - .1em) 12px 26px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-17 .thumb img{
        position: relative;
        max-width: inherit;
        margin-inline-start: 50%;
        transform: translateX(-50%);
    }
    .ovic-banner.style-17 .subtitle{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .ovic-banner.style-17 .title{
        font-size: 28px;
        line-height: 42px;
        letter-spacing: .1em;
        margin-inline-end: -0.1em;
        margin-bottom: 18px;
    }
    .ovic-banner.style-17 .button{
        letter-spacing: .1em;
        padding: 10px calc(24px - .1em) 10px 24px;
    }
}
/* style-18 */
.ovic-banner.style-18{
    text-align: inherit;
}
.ovic-banner.style-18 .banner-inner{
    display: block;
    padding: 80px 160px;
    text-align: inherit;
}
.ovic-banner.style-18 .thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.ovic-banner.style-18 .thumb figure{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
}
.ovic-banner.style-18 .content{
    position: relative;
    max-width: 360px;
    margin-inline-start: auto;
    padding: 86px 60px 93px;
    background-color: #fff;
    opacity: 1;
}
.ovic-banner.style-18 .title{
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 8px;
}
.ovic-banner.style-18 .subtitle{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
}
.ovic-banner.style-18 .button{
    font-size: 14px;
    border: 3px solid;
}
.ovic-banner.style-18 .button:not(:hover):not(:focus){
    background-color: #fff;
}
@media (max-width: 1199px){
    .ovic-banner.style-18 .banner-inner{
        padding: 60px 110px;
    }
    .ovic-banner.style-18 .content{
        max-width: 320px;
        padding: 63px 50px 68px;
    }
    .ovic-banner.style-18 .title{
        font-size: 27px;
        line-height: 33px;
    }
}
@media (max-width: 991px){
    .ovic-banner.style-18 .banner-inner{
        padding-inline-start: 55px;
        padding-inline-end: 55px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-18 .banner-inner{
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}
@media (max-width: 479px) {
    .ovic-banner.style-18 .banner-inner {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
    .ovic-banner.style-18 .content {
        padding-inline-start: 18px;
        padding-inline-end: 18px;
    }
}
/* style-19 */
.ovic-banner.style-19{
    text-align: inherit;
}
.ovic-banner.style-19 .banner-inner{
    display: block;
    text-align: inherit;
}
.ovic-banner.style-19 .thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    overflow: hidden;
}
.ovic-banner.style-19 .thumb ~ .content{
    left: auto;
    width: 400px;
    max-width: 50%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.ovic-banner.style-19 .content{
    padding: 0;
    background-color: transparent;
}
.ovic-banner.style-19 .title{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
}
.ovic-banner.style-19 .subtitle{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 46px;
}
.ovic-banner.style-19 .button{
    font-size: 14px;
    padding: 10px 30px;
    margin-bottom: 6px;
}
@media (max-width: 1199px){
    .ovic-banner.style-19 .thumb{
        max-width: 80%;
    }
    .ovic-banner.style-19 .thumb ~ .content{
        max-width: 52%;
    }
    .ovic-banner.style-19 .title{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 11px;
    }
    .ovic-banner.style-19 .subtitle{
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 26px;
    }
    .ovic-banner.style-19 .button{
        font-size: 13px;
        padding: 8px 25px;
    }
}
@media (max-width: 767px){
    .ovic-banner.style-19{
        text-align: center;
    }
    .ovic-banner.style-19 .thumb{
        max-width: inherit;
    }
    .ovic-banner.style-19 .thumb ~ .content{
        position: static;
        width: auto;
        max-width: inherit;
        padding: 20px 0 0;
    }
    .ovic-banner.style-19 .title{
        margin-bottom: 7px;
    }
    .ovic-banner.style-19 .subtitle{
        margin-bottom: 20px;
    }
    .ovic-banner.style-19 .button{
        margin-bottom: 0;
    }
}
/*----- PERSON -----*/
/* style-01 */
.ovic-person.style-01 .thumb-avatar{
    margin-bottom: 14px;
}
.ovic-person.style-01 .thumb-avatar a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ovic-person.style-01 .name{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 3px;
}
.ovic-person.style-01 .positions{
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0;
}
/* style-02 */
.ovic-testimonials.style-01,
.ovic-person.style-02{
    text-align: center;
}
.ovic-testimonials.style-01 .desc,
.ovic-person.style-02 .desc{
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-style: italic;
    letter-spacing: .05em;
    margin-bottom: 46px;
}
.ovic-testimonials.style-01 .name,
.ovic-person.style-02 .name{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 3px;
}
.ovic-testimonials.style-01 .positions,
.ovic-person.style-02 .positions{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.ovic-testimonials .avatar img{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.ovic-testimonials .slick-dots{
    margin-top: 65px;
}
@media (max-width: 1199px){
    .ovic-testimonials.style-01 .desc,
    .ovic-person.style-02 .desc{
        margin-bottom: 26px;
    }
    .ovic-testimonials .slick-dots{
        margin-top: 35px;
    }
}
/* style-03 */
.ovic-person.style-03{
    text-align: center;
}
.ovic-person.style-03 .second-slide{
    display: inline-block;
    vertical-align: top;
    width: 270px;
    max-width: 100%;
    margin-bottom: 24px;
}
.ovic-person.style-03 .person-thumb{
    border-radius: 50%;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
}
.ovic-person.style-03 .person-thumb:not(:hover):not(.slick-current){
    opacity: .7;
}
.ovic-person.style-03 .desc{
    font-size: 13px;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 8px;
}
.ovic-person.style-03 .name{
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
}
.ovic-person.style-03 .name a:before{
    display: inline-block;
    vertical-align: top;
    content: '-';
    margin-inline-end: 3px;
}
.ovic-person.style-03 .name a:after{
    display: inline-block;
    vertical-align: top;
    content: '-';
    margin-inline-start: 3px;
}
.ovic-person.style-03 .main-slide{
    padding: 0 50px;
}
.ovic-person.style-03 .main-slide .slick-arrow{
    top: -15px;
    font-size: 14px;
    width: 32px;
    border: 1px solid transparent;
    transform: none;
}
.ovic-person.style-03 .main-slide .slick-arrow:not(:hover){
    background-color: transparent;
    border: 1px solid;
}
.ovic-person.style-03 .main-slide .slick-arrow.prev{
    left: -15px;
}
.ovic-person.style-03 .main-slide .slick-arrow.next{
    right: -15px;
}
@media (min-width: 1200px){
    .ovic-person.style-03:not(:hover) .main-slide .slick-arrow{
        opacity: 0;
    }
    .ovic-person.style-03 .main-slide .slick-arrow.prev{
        left: -32px;
    }
    .ovic-person.style-03 .main-slide .slick-arrow.next{
        right: -32px;
    }
}
@media (max-width: 1199px){
    .ovic-person.style-02 .desc{
        margin-bottom: 26px;
    }
    .ovic-person.style-02 .name{
        margin-bottom: 0;
    }
}
@media (max-width: 767px){
    .ovic-person.style-03 .main-slide{
        padding: 0 30px;
    }
}
@media (max-width: 479px){
    .ovic-person.style-03 .main-slide{
        padding: 0 20px;
    }
}
/* style-04 */
.ovic-testimonials.style-02,
.ovic-person.style-04{
    color: #fff;
}
.ovic-testimonials.style-02 .inner:before,
.ovic-testimonials.style-02 .inner:after,
.ovic-person.style-04 .inner:before,
.ovic-person.style-04 .inner:after{
    display: table;
    content: '';
    clear: both;
}
.ovic-testimonials.style-02 .avatar,
.ovic-person.style-04 .thumb-avatar{
    display: inline-block;
    vertical-align: top;
    max-width: 110px;
    float: left;
}
.ovic-testimonials.style-02 .avatar a,
.ovic-person.style-04 .thumb-avatar a{
    display: block;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .7);
    overflow: hidden;
}
.ovic-testimonials.style-02 .content,
.ovic-person.style-04 .content-person{
    display: inline-block;
    vertical-align: top;
    padding: 20px 110px 0;
    position: relative;
}
.ovic-testimonials.style-02 .content:before,
.ovic-testimonials.style-02 .content:after,
.ovic-person.style-04 .content-person:before,
.ovic-person.style-04 .content-person:after{
    position: absolute;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    opacity: .3;
}
.ovic-testimonials.style-02 .content:before,
.ovic-person.style-04 .content-person:before{
    content: '“';
    top: 9px;
    left: 35px;
}
.ovic-testimonials.style-02 .content:after,
.ovic-person.style-04 .content-person:after{
    content: '”';
    right: 35px;
    bottom: 0;
}
.ovic-testimonials.style-02 .desc,
.ovic-person.style-04 .desc{
    margin-bottom: 23px;
}
.ovic-testimonials.style-02 .name,
.ovic-person.style-04 .name{
    color: inherit;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ovic-testimonials.style-02 .name:before,
.ovic-person.style-04 .name a:before{
    content: '-';
}
.ovic-testimonials.style-02 .name:after,
.ovic-person.style-04 .name a:after{
    content: '-';
}
@media (max-width: 767px){
    .ovic-testimonials.style-02 .avatar,
    .ovic-person.style-04 .thumb-avatar{
        width: 80px;
    }
    .ovic-testimonials.style-02 .avatar a,
    .ovic-person.style-04 .thumb-avatar a{
        border-width: 3px;
    }
    .ovic-testimonials.style-02 .content,
    .ovic-person.style-04 .content-person{
        width: calc(100% - 80px);
        padding: 13px 50px 0;
        padding-inline-start: 75px;
    }
    .ovic-testimonials.style-02 .content:before,
    .ovic-person.style-04 .content-person:before{
        font-size: 80px;
        top: 6px;
        left: 20px;
    }
    .ovic-testimonials.style-02 .content:after,
    .ovic-person.style-04 .content-person:after{
        font-size: 80px;
        right: 0;
    }
}
@media (max-width: 479px){
    .ovic-testimonials.style-02 .content,
    .ovic-person.style-04 .content-person{
        width: 100%;
        padding: 15px 40px 0;
        padding-inline-start: 45px;
    }
    .ovic-testimonials.style-02 .content:before,
    .ovic-person.style-04 .content-person:before{
        font-size: 70px;
        left: 0;
    }
    .ovic-testimonials.style-02 .content:after,
    .ovic-person.style-04 .content-person:after{
        font-size: 70px;
    }
}
/* style-05 */
.ovic-person.style-05{
    text-align: center;
    margin-bottom: 35px;
}
.ovic-person.style-05 .desc{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    padding-top: 5px;
    margin-bottom: 45px;
}
.ovic-person.style-05 .desc:before,
.ovic-person.style-05 .desc:after{
    display: inline-block;
    vertical-align: top;
    font-family: "Georgia", sans-serif;
    content: '“';
    font-size: 120px;
    font-style: normal;
    opacity: .1;
    margin: 33px -60px -33px 10px;
}
.ovic-person.style-05 .desc:after{
    transform: rotate(180deg);
    margin: -33px 10px 33px -60px;
}
.ovic-person.style-05 .name{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 2px;
}
.ovic-person.style-05 .positions{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-bottom: 0;
}
@media (max-width: 1199px){
    .ovic-person.style-05{
        margin-bottom: 20px;
    }
    .ovic-person.style-05 .desc{
        margin-bottom: 25px;
    }
}
@media (max-width: 991px){
    .ovic-person.style-05 .desc br{
        display: none;
    }
}
/* style-06 */
.ovic-person.style-06 .person-item{
    text-align: center;
}
.ovic-person.style-06 .content-person{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 710px;
}
.ovic-person.style-06 .positions,
.ovic-person.style-06 .name{
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-size: 13px;
    line-height: 24px;
    color: var(--main-color);
    letter-spacing: .12em;
    margin: 0;
}
.ovic-person.style-06 .name{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    font-weight: 800;
}
.ovic-person.style-06 .desc{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: var(--main-color);
    margin: 26px 0 0;
    padding: 0 44px;
    position: relative;
}
.ovic-person.style-06 .desc:before{
    position: absolute;
    top: 0;
    left: 1px;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    font-size: 20px;
    line-height: 1;
}
.ovic-person.style-06 .slick-slider{
    padding: 0 30px;
}
.ovic-person.style-06 .slick-dots{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}
.ovic-person.style-06 .slick-dots li{
    margin: 8px 0;
    padding: 3px;
    border-radius: 50%;
    color: var(--main-color);
}
.ovic-person.style-06 .slick-dots li button{
    width: 7px;
    height: 7px;
    border: none;
    background-color: #a6a3a3;
    border-radius: inherit;
}
.ovic-person.style-06 .slick-dots li.slick-active{
    border: 1px solid;
}
.ovic-person.style-06 .slick-dots li.slick-active button{
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
}
.ovic-person.style-06 .slick-dots li:hover button{
    background-color: var(--main-color);
}
@media (max-width: 767px){
    .ovic-person.style-06 .slick-slider{
        padding: 0;
    }
    .ovic-person.style-06 .slick-dots{
        position: static;
        flex-direction: row;
        margin: 14px 0 0;
    }
    .ovic-person.style-06 .slick-dots li{
        margin: 8px;
    }
    .ovic-person.style-06 .desc{
        font-size: 22px;
        line-height: 32px;
        padding: 0 24px;
    }
}
/* style-07 */
.ovic-person.style-07 .item{
    font-size: 16px;
    line-height: 24px;
}
.ovic-person.style-07 .item:before{
    display: block;
    font-family: Georgia, sans-serif;
    content: '“';
    font-size: 80px;
    line-height: 1;
    color: var(--main-color-2);
    margin: 0 0 -8px;
}
.ovic-person.style-07 .desc{
    margin: 0 0 23px;
}
.ovic-person.style-07 .name{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.ovic-person.style-07 .name a:after{
    content: ',';
}
.ovic-person.style-07 .positions{
    display: inline-block;
    vertical-align: top;
    color: #888;
    font-style: italic;
    margin: 0;
}
.ovic-person.style-07 .avatar a{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 0 0;
}
.ovic-person.style-07 .avatar a img{
    transition: .3s;
}
.ovic-person.style-07 .avatar a:hover img{
    transform: scale(1.1);
}
@media (max-width: 1199px){
    .ovic-person.style-07 .item:before{
        margin-bottom: -28px;
    }
    .ovic-person.style-07 .desc{
        margin-bottom: 13px;
    }
}
/* style-08 */
.ovic-person.style-08 .item{
    text-align: center;
}
.ovic-person.style-08 .inner{
    display: inline-block;
    vertical-align: top;
    max-width: 960px;
}
.ovic-person.style-08 .item:before{
    display: block;
    font-family: "Crimson Pro", Sans-serif;
    content: '“';
    font-size: 200px;
    line-height: 0;
    padding-top: 80px;
    color: var(--main-color-2);
    margin-bottom: 7px;
}
.ovic-person.style-08 .desc{
    font-family: "Crimson Pro", Sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 31px;
}
.ovic-person.style-08 .avatar a{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 14px;
}
.ovic-person.style-08 .name{
    font-family: "Crimson Pro", Sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 9px;
}
.ovic-person.style-08 .positions{
    margin-bottom: 9px;
}
.ovic-person.style-08 .star-rating > span:before{
    content: "\f005\f005\f005\f005\f005";
}
@media (max-width: 1199px){
    .ovic-person.style-08 .inner{
        max-width: 860px;
    }
    .ovic-person.style-08 .item:before{
        font-size: 160px;
        padding-top: 64px;
        margin-bottom: 2px;
    }
    .ovic-person.style-08 .desc{
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 21px;
    }
    .ovic-person.style-08 .avatar a{
        margin-bottom: 14px;
    }
    .ovic-person.style-08 .name{
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .ovic-person.style-08 .positions{
        margin-bottom: 5px;
    }
}
@media (max-width: 991px){
    .ovic-person.style-08 .item:before{
        font-size: 140px;
        padding-top: 52px;
    }
    .ovic-person.style-08 .desc{
        font-size: 24px;
        line-height: 32px;
    }
    .ovic-person.style-08 .name{
        font-size: 18px;
        line-height: 22px;
    }
}
/*----- PROGRESS -----*/
.ovic-progress.vc_progress_bar .progress-item{
    font-size: 0;
    line-height: 0;
    margin-bottom: 40px;
}
.ovic-progress.vc_progress_bar .progress-item > h4{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding-inline-end: 30px;
}
.ovic-progress.vc_progress_bar .vc_general{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    height: 36px;
    background-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.ovic-progress.vc_progress_bar .vc_general .vc_bar{
    border-radius: inherit;
    margin: 0;
}
.ovic-progress.vc_progress_bar .vc_general .vc_bar.animated{
    display: none;
}
.ovic-progress.vc_progress_bar .vc_general .vc_label_units{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    font-weight: 600;
    margin: auto;
    z-index: 1;
}
@media (max-width: 767px){
    .ovic-progress.vc_progress_bar .progress-item > h4{
        display: block;
        width: auto;
        padding: 0 0 10px;
    }
    .ovic-progress.vc_progress_bar .vc_general{
        display: block;
        width: auto;
    }
}
/*----- INSTAGRAM, FLICKR -----*/
.ovic-flickr .row,
.ovic-instagram .row{
    margin: 0 -5px;
}
.ovic-flickr .row [class^="col-"],
.ovic-flickr .row [class*=" col-"],
.ovic-instagram .row [class^="col-"],
.ovic-instagram .row [class*=" col-"]{
    padding: 0 5px;
}
.plus-icon,
.gallery-item a,
.thumb-flickr,
.thumb-instagram{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    background-color: #000;
}
.plus-icon .image-effect,
.plus-icon img,
.gallery-item a img,
.thumb-flickr img,
.thumb-instagram img{
    transition: .3s;
}
.plus-icon:before,
.plus-icon:after,
.gallery-item a:before,
.gallery-item a:after,
.thumb-flickr:before,
.thumb-flickr:after,
.thumb-instagram:before,
.thumb-instagram:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 1px;
    height: 20px;
    margin: auto;
    transition: .3s;
    z-index: 1;
}
.plus-icon:after,
.gallery-item a:after,
.thumb-flickr:after,
.thumb-instagram:after{
    width: 20px;
    height: 1px;
}
.plus-icon:hover .image-effect,
.plus-icon:hover img,
.gallery-item a:hover img,
.thumb-flickr:hover img,
.thumb-instagram:hover img{
    opacity: .5;
}
.plus-icon:not(:hover):before,
.gallery-item a:not(:hover):before,
.thumb-flickr:not(:hover):before,
.thumb-instagram:not(:hover):before{
    opacity: 0;
    transform: scale(1, 2);
}
.plus-icon:not(:hover):after,
.gallery-item a:not(:hover):after,
.thumb-flickr:not(:hover):after,
.thumb-instagram:not(:hover):after{
    opacity: 0;
    transform: scale(2, 1);
}
.thumb-flickr.slide-up,
.thumb-instagram.slide-up{
    background-color: transparent;
    margin-top: 20px;
}
.thumb-flickr.slide-up:before,
.thumb-flickr.slide-up:after,
.thumb-instagram.slide-up:before,
.thumb-instagram.slide-up:after{
    display: none;
}
.thumb-flickr.slide-up:hover img,
.thumb-instagram.slide-up:hover img{
    opacity: 1;
}
.slide-up .image-effect,
.slide-up img{
    transition: all .8s;
}
.slide-up:hover .image-effect,
.slide-up:hover img{
    transform: translateY(-20px);
    transition: .2s;
}
/*----- COUNTDOWN -----*/
.ovic-countdown .kute-boutique-countdown{
    font-size: 0;
    line-height: 0;
    margin: 0 -10px 20px;
}
.ovic-countdown .kute-boutique-countdown > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background-color: #fff;
    min-width: 82px;
    margin: 0 10px 20px;
    padding: 16px 10px 13px;
    border: 2px solid #eee;
}
.ovic-countdown .kute-boutique-countdown .number{
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1px;
}
.ovic-countdown .kute-boutique-countdown .text{
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
/* sytle-01 */
.ovic-countdown.style-01{
    text-align: center;
}
.ovic-countdown.style-01 .title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}
.ovic-countdown.style-01 .desc{
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 36px;
}
@media (max-width: 767px){
    .ovic-countdown.style-01 .desc{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px){
    .ovic-countdown.style-01 .desc{
        margin-bottom: 25px;
    }
}
/* style-02 */
.ovic-countdown.style-02{
    text-align: center;
}
.ovic-countdown.style-02 .desc{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
.ovic-countdown.style-02 .button{
    font-size: 14px;
    line-height: 24px;
    border: 3px solid;
}
.ovic-countdown.style-02 .button:not(:hover):not(:focus){
    background-color: #fff;
}
.ovic-countdown.style-02 .kute-boutique-countdown .number{
    font-size: 30px;
    font-weight: 700;
}
@media (max-width: 1199px){
    .ovic-countdown .kute-boutique-countdown{
        margin: 0 -7px 15px;
    }
    .ovic-countdown .kute-boutique-countdown > *{
        min-width: 74px;
        margin: 0 7px 14px;
        padding: 15px 7px 12px;
    }
    .ovic-countdown .kute-boutique-countdown .number{
        font-size: 22px;
        line-height: 28px;
    }
    .ovic-countdown .kute-boutique-countdown .text{
        line-height: 16px;
    }
    .ovic-countdown.style-02 .kute-boutique-countdown .number{
        font-size: 26px;
    }
    .ovic-countdown.style-02 .desc{
        font-size: 15px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px){
    .ovic-countdown .kute-boutique-countdown{
        margin: 0 -5px 15px;
    }
    .ovic-countdown .kute-boutique-countdown > *{
        min-width: 65px;
        margin: 0 5px 10px;
        padding: 12px 10px 10px;
    }
    .ovic-countdown .kute-boutique-countdown .number{
        font-size: 20px;
        line-height: 26px;
    }
    .ovic-countdown.style-02 .kute-boutique-countdown .number{
        font-size: 24px;
    }
    .ovic-countdown.style-02 .desc{
        font-size: 14px;
        margin-bottom: 20px;
    }
}
/* style-03 */
.ovic-countdown.style-03{
    min-height: 600px;
    padding: 45px 50px;
    background-image: var(--count-down-bg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.ovic-countdown.style-03 .button{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background-color: transparent;
}
.ovic-countdown.style-03 .title{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.ovic-countdown.style-03 .kute-boutique-countdown{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 22px 0;
    padding-inline-start: 15px;
    min-width: 305px;
    text-align: end;
    margin: 0;
    z-index: 1;
}
.ovic-countdown.style-03 .kute-boutique-countdown > *{
    background-color: transparent;
    border: none;
    min-width: auto;
    padding: 0;
    font-size: 26px;
    line-height: 36px;
    color: var(--main-color);
    margin: 0;
    position: relative;
}
.ovic-countdown.style-03 .kute-boutique-countdown > *:not(:first-child){
    margin-inline-start: 25px;
}
.ovic-countdown.style-03 .kute-boutique-countdown > *:not(:first-child):before{
    position: absolute;
    bottom: 0;
    left: -14px;
    content: ':';
    font-size: 15px;
    line-height: 32px;
    font-weight: 700;
}
.ovic-countdown.style-03 .kute-boutique-countdown > * > *{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
@media (max-width: 1199px){
    .ovic-countdown.style-03{
        min-height: 400px;
        padding: 25px 30px;
    }
    .ovic-countdown.style-03 .title{
        font-size: 27px;
    }
    .ovic-countdown.style-03 .kute-boutique-countdown{
        padding: 16px 0;
        padding-inline-start: 15px;
        min-width: 290px;
    }
    .ovic-countdown.style-03 .kute-boutique-countdown > *{
        font-size: 24px;
        line-height: 34px;
    }
}
@media (max-width: 767px){
    .ovic-countdown.style-03{
        min-height: 350px;
    }
    .ovic-countdown.style-03 .title{
        font-size: 25px;
    }
    .ovic-countdown.style-03 .kute-boutique-countdown{
        padding: 12px 0;
        padding-inline-start: 10px;
        min-width: 260px;
    }
    .ovic-countdown.style-03 .kute-boutique-countdown > *{
        font-size: 22px;
        line-height: 32px;
    }
}
/* style-04 */
.ovic-countdown.style-04 .kute-boutique-countdown{
    margin: 0 -10px -20px;
}
.ovic-countdown.style-04 .kute-boutique-countdown > *{
    font-size: 18px;
    line-height: 20px;
    color: #999;
    min-width: 110px;
    border: none;
    border-radius: 900px;
    padding: 27px 10px;
    margin: 0 10px 20px;
}
.ovic-countdown.style-04 .kute-boutique-countdown .number{
    font-size: 36px;
    line-height: 1;
    margin: 0;
}
.ovic-countdown.style-04 .kute-boutique-countdown .text{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
@media (max-width: 767px){
    .ovic-countdown.style-04 .kute-boutique-countdown{
        margin: 0 -5px -10px;
    }
    .ovic-countdown.style-04 .kute-boutique-countdown > *{
        font-size: 16px;
        line-height: 18px;
        min-width: 80px;
        padding: 15px 7px;
        margin: 0 5px 10px;
    }
    .ovic-countdown.style-04 .kute-boutique-countdown .number{
        font-size: 32px;
    }
}
/* style-05 */
.ovic-countdown.style-05 .kute-boutique-countdown{
    margin: 0 -24px -10px;
}
.ovic-countdown.style-05 .kute-boutique-countdown > *{
    text-align: center;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    min-width: auto;
    margin: 0 24px 10px;
}
.ovic-countdown.style-05 .number{
    font-family: 'Playfair Display', sans-serif;
    font-size: 36px;
    line-height: 1;
    min-width: 76px;
    padding: 13px 5px 24px;
    padding-inline-end: 13px;
    color: #fff;
    background-image: var(--count-down-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ovic-countdown.style-05 .text{
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 11px;
}
.ovic-countdown.style-05 .button{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 11px 33px;
    margin-top: 47px;
}
.ovic-countdown.style-05 .button:not(:hover){
    color: var(--main-color);
    background-color: #fff;
}
/* style-06 */
.ovic-countdown.style-06 .kute-boutique-countdown{
    margin: 0 -24px -10px;
}
.ovic-countdown.style-06 .kute-boutique-countdown > *{
    text-align: center;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    min-width: auto;
    margin: 0 24px 10px;
}
.ovic-countdown.style-06 .number{
    font-size: 48px;
    line-height: 1;
    min-width: 54px;
}
.ovic-countdown.style-06 .text{
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 9px;
}
.ovic-countdown.style-06 .button{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 0 0 3px;
    margin-top: 40px;
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid var(--main-color-2);
}
.ovic-countdown.style-06 .button:hover{
    color: var(--main-color-2);
}
@media (max-width: 1199px){
    .ovic-countdown.style-05 .kute-boutique-countdown{
        margin: 0 -12px -10px;
    }
    .ovic-countdown.style-05 .kute-boutique-countdown > *{
        margin: 0 12px 10px;
    }
    .ovic-countdown.style-05 .number{
        font-size: 32px;
        min-width: 68px;
        padding: 13px 5px 20px;
        padding-inline-end: 10px;
    }
    .ovic-countdown.style-05 .text{
        font-size: 14px;
        margin-top: 7px;
    }
    .ovic-countdown.style-05 .button{
        font-size: 14px;
        padding: 10px 28px;
        margin-top: 27px;
    }
    .ovic-countdown.style-06 .kute-boutique-countdown{
        margin: 0 -15px -10px;
    }
    .ovic-countdown.style-06 .kute-boutique-countdown > *{
        margin: 0 15px 10px;
    }
    .ovic-countdown.style-06 .number{
        font-size: 42px;
        min-width: 46px;
    }
    .ovic-countdown.style-06 .text{
        font-size: 15px;
        margin-top: 6px;
    }
    .ovic-countdown.style-06 .button{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .ovic-countdown.style-06 .kute-boutique-countdown{
        margin: 0 -13px -10px;
    }
    .ovic-countdown.style-06 .kute-boutique-countdown > *{
        margin: 0 13px 10px;
    }
    .ovic-countdown.style-06 .number{
        font-size: 38px;
        min-width: 40px;
    }
    .ovic-countdown.style-06 .text{
        font-size: 14px;
        margin-top: 4px;
    }
    .ovic-countdown.style-06 .button{
        margin-top: 25px;
    }
}
/*----- VIDEO -----*/
.ovic-video .wp-video{
    overflow: hidden;
}
.ovic-video:not(:hover) .mejs-controls{
    transform: translateY(100%);
}
.ovic-video .mejs-controls{
    transition: transform .3s;
}
.ovic-video:not(:hover) .mejs-overlay-button{
    opacity: .6;
}
.ovic-video .mejs-overlay-button{
    font-size: 0;
    line-height: 0;
    width: 66px;
    height: 66px;
    color: #fff;
    background: none;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
    padding: 8px 0 8px 7px;
    transition: .3s;
}
.ovic-video .mejs-overlay-button:before{
    display: block;
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e624";
    font-size: 46px;
    line-height: 1;
}
/* style-01 */
.ovic-video.style-01 .inner{
    position: relative;
    padding: 7px;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.ovic-video.style-01 .inner:before,
.ovic-video.style-01 .inner:after,
.ovic-video.style-01 .inner > span:before,
.ovic-video.style-01 .inner > span:after{
    position: absolute;
    content: '';
    width: 44px;
    height: 44px;
    border-style: solid;
}
.ovic-video.style-01 .inner:before{
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}
.ovic-video.style-01 .inner:after{
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}
.ovic-video.style-01 .inner > span:before{
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}
.ovic-video.style-01 .inner > span:after{
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}
.ovic-video.style-01 .wp-video{
    position: relative;
    z-index: 1;
    border: 1px solid #e5e5e5;
}
/*----- CATEGORY -----*/
/* style-01 */
.ovic-categories.style-02,
.ovic-categories.style-01{
    text-align: center;
}
.ovic-categories.style-02 .category-inner,
.ovic-categories.style-01 .category-inner{
    position: relative;
    overflow: hidden;
}
.ovic-categories.style-02 .category-inner > .thumb-link,
.ovic-categories.style-01 .category-inner > .thumb-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s;
    z-index: 3;
}
.ovic-categories.style-02 .category-inner:hover > .thumb-link,
.ovic-categories.style-01 .category-inner:hover > .thumb-link{
    background-color: rgba(0, 0, 0, .2);
}
.ovic-categories.style-01 .category-inner:hover .content > *{
    transform: translateY(-20px);
}
.ovic-categories.style-02 .content > *,
.ovic-categories.style-01 .content > *{
    position: relative;
    z-index: 3;
    transition: .4s;
}
.ovic-categories.style-01 .content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px 35px;
}
.ovic-categories.style-01 .title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1px;
}
.ovic-categories.style-01 .count{
    font-size: 13px;
    line-height: 16px;
    color: #666;
    margin-bottom: 0;
}
.ovic-categories.style-01 .count span{
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid #a8a8a8;
}
/* style-02 */
.ovic-categories.style-02.title-top .category-inner:hover .content > *{
    transform: translate(20px,20px);
}
.ovic-categories.style-02.title-bottom .category-inner:hover .content > *{
    transform: translate(20px,-20px);
}
.ovic-categories.style-02.title-top .content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.ovic-categories.style-02.title-bottom .content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.ovic-categories.style-02 .content{
    text-align: start;
    padding: 60px;
}
.ovic-categories.style-02 .title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 6px;
}
.ovic-categories.style-02 .count{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 2px solid rgba(0,0,0,0.8);
    margin: 0;
}
.ovic-categories.style-02 .count span{
    font-weight: 600;
    color: #222;
}
@media (max-width: 1199px){
    .ovic-categories.style-01 .content{
        padding: 15px 15px 25px;
    }
    .ovic-categories.style-02 .content{
        padding: 30px;
    }
    .ovic-categories.style-02 .title{
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 3px;
    }
    .ovic-categories.style-02 .count{
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 767px){
    .ovic-categories.style-02 .content{
        padding: 15px;
    }
    .ovic-categories.style-02 .title{
        font-size: 24px;
        line-height: 30px;
    }
    .ovic-categories.style-02 .count{
        font-size: 14px;
        line-height: 18px;
    }
}
/*----- OVIC BUTTON -----*/
div.vc_btn3-container{
    margin-bottom: 0;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button{
    padding: 8px 30px !important;
    font-size: 12px;
    line-height: 24px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: color .2s, background-color .2s, opacity .2s;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button:focus,
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button:hover{
    border: none;
    color: #fff;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button .vc_btn3-icon{
    position: static;
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    transform: none;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button.vc_btn3-icon-left .vc_btn3-icon{
    margin-inline-end: 2px;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button.vc_btn3-icon-right .vc_btn3-icon{
    margin-inline-start: 2px;
}
.style-02 div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-footer a,
.elementor-widget-button.style-02 .elementor-button{
    padding: 8px 20px;
    font-size: 14px;
    border: 3px solid var(--main-color);
    min-width: 160px;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button.ovic-button-2{
    padding: 8px 20px !important;
    font-size: 14px;
    border: 3px solid var(--main-color);
    min-width: 160px;
}
.style-02 div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-footer a:not(:hover):not(:focus),
.elementor-widget-button.style-02 .elementor-button:not(:hover):not(:focus),
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button.ovic-button-2:not(:hover):not(:focus){
    color: var(--main-color);
    background-color: #fff;
}
.vc_btn3-container .vc_btn3.vc_btn3-shape-round{
    border-radius: 90px;
}
/*==========================================================================
BLOG
===========================================================================*/
.page-title{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
@media (max-width: 1199px){
    .page-title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}
/*----- ELEMENT -----*/
.post-item .post-inner,
.blog-item .post-inner{
    position: relative;
}
.post-item .post-inner:before,
.post-item .post-inner:after,
.blog-item .post-inner:before,
.blog-item .post-inner:after{
    display: table;
    content: '';
    clear: both;
}
.post-item .post-thumb,
.blog-item .post-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.post-item .thumb-link,
.blog-item .thumb-link{
    display: block;
    position: relative;
    overflow: hidden;
}
.post-item .thumb-link img,
.blog-item .thumb-link img{
    transition: .5s;
}
.post-item .thumb-link:hover img,
.blog-item .thumb-link:hover img{
    transform: scale(1.1);
}
.post-item .meta-data,
.blog-item .meta-data{
    font-size: 13px;
    margin-bottom: 7px;
}
.post-item .meta-data > *,
.blog-item .meta-data > *{
    display: inline-block;
    vertical-align: top;
}
.post-item .meta-data > *:not(:last-child):after,
.blog-item .meta-data > *:not(:last-child):after{
    display: inline-block;
    vertical-align: top;
    opacity: .2;
    margin: -1px 6px 1px;
    content: '|';
}
.post-item .meta-data > * > .icon,
.blog-item .meta-data > * > .icon{
    margin-inline-end: 2px;
}
.post-item .meta-data .comment .text,
.blog-item .meta-data .comment .text{
    display: none;
}
.post-item .post-category ul,
.post-item .post-tags ul,
.blog-item .post-category ul,
.blog-item .post-tags ul{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.post-item .post-category ul li,
.post-item .post-tags ul li,
.blog-item .post-category ul li,
.blog-item .post-tags ul li{
    display: inline-block;
    vertical-align: top;
}
.post-item .post-category ul li:not(:last-child):after,
.post-item .post-tags ul li:not(:last-child):after,
.blog-item .post-category ul li:not(:last-child):after,
.blog-item .post-tags ul li:not(:last-child):after{
    content: ',';
    margin-inline-end: 2px;
}
.post-item .post-excerpt{
    margin-bottom: 14px;
}
.post-item .post-excerpt *:last-child{
    margin-bottom: 0;
}
.post-item .readmore{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.readmore .fa.fa-long-arrow-right:before{
    font-family: FontAwesome, sans-serif;
    content: "\f178";
}
/*----- ITEM -----*/
.post-item.style-01 .post-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.post-item.style-01 .post-thumb{
    margin-bottom: 14px;
}
/*----- PAGE -----*/
.blog-content .post-item{
    margin-bottom: 50px;
}
.blog-content.kute-boutique-isotope{
    margin-inline-start: -15px;
    margin-inline-end: -15px;
}
.blog-content.kute-boutique-isotope .post-item.isotope-item{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
/* list */
@media (min-width: 768px){
    .site-content.blog-page.style-list .blog-content .post-item .post-thumb{
        float: left;
        width: 370px;
        margin: 0 30px 0 0;
    }
    .site-content.blog-page.style-list .blog-content .post-item .post-info{
        overflow: hidden;
    }
}
@media (max-width: 1199px){
    .blog-content .post-item{
        margin-bottom: 30px;
    }
}
/*----- SHORTCODE -----*/
.blog-item .border-plus:before{
    border-width: 0 1px;
}
.blog-item .border-plus:after{
    border-width: 1px 0;
}
/* style-01 */
.blog-item.style-01 .post-inner{
    font-size: 0;
    line-height: 0;
    max-width: 570px;
    margin: auto;
}
.blog-item.style-01 .post-inner > *{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    width: 50%;
}
.blog-item.style-01 .post-info{
    padding-inline-end: 15px;
}
.blog-item.style-01 .post-thumb{
    padding-inline-start: 15px;
}
.blog-item.style-01 .post-thumb:after{
    position: absolute;
    content: '';
    top: calc(50% - 18px);
    left: 14px;
    border-inline-start: 16px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.blog-item.style-02 .post-title,
.blog-item.style-01 .post-title{
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog-item.style-02 .meta-data,
.blog-item.style-01 .meta-data{
    margin-bottom: 0;
}
.blog-item.style-01 .blog-date{
    margin-bottom: 15px;
}
.blog-item.style-02 .blog-date a,
.blog-item.style-01 .blog-date a{
    display: inline-block;
    vertical-align: top;
}
.blog-item.style-02 .blog-date .day,
.blog-item.style-01 .blog-date .day{
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
}
.blog-item.style-02 .blog-date .month-year,
.blog-item.style-01 .blog-date .month-year{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 0 5px 10px;
}
.blog-item.style-02 .blog-date .month,
.blog-item.style-02 .blog-date .year,
.blog-item.style-01 .blog-date .month,
.blog-item.style-01 .blog-date .year{
    display: block;
}
@media (max-width: 479px){
    .blog-item.style-01 .blog-date{
        margin-bottom: 10px;
    }
    .blog-item.style-02 .blog-date .day,
    .blog-item.style-01 .blog-date .day{
        font-size: 50px;
    }
    .blog-item.style-02 .blog-date .month-year,
    .blog-item.style-01 .blog-date .month-year{
        font-size: 12px;
        line-height: 14px;
        padding: 4px 0 4px 5px;
    }
    .blog-item.style-01 .post-title{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blog-item.style-01 .post-thumb{
        padding-inline-start: 0;
    }
    .blog-item.style-01 .post-thumb:after{
        left: -1px;
    }
}
/* style-02 */
.blog-item.style-02 .post-thumb{
    margin-bottom: 15px;
}
.blog-item.style-02 .blog-date{
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-item.style-02 .blog-date a{
    padding: 7px 12px;
    color: #fff;
    position: relative;
}
.blog-item.style-02 .blog-date a:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}
.blog-item.style-02 .blog-date a:hover:after{
    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px){
    .blog-item.style-02 .post-thumb{
        margin-bottom: 10px;
    }
    .blog-item.style-02 .post-title{
        margin-bottom: 7px;
    }
}
/* style-03 */
.blog-item.style-03 .post-title{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.blog-item.style-03 .post-thumb{
    margin-bottom: 15px;
}
.blog-item.style-07 .thumb-link:before,
.blog-item.style-03 .thumb-link:before{
    height: 1px;
    border: none;
    background-color: #fff;
    width: 25px;
}
.blog-item.style-07 .thumb-link:not(:hover):before,
.blog-item.style-03 .thumb-link:not(:hover):before{
    transform: scale(2, 1);
}
.blog-item.style-07 .thumb-link:after,
.blog-item.style-03 .thumb-link:after{
    width: 1px;
    border: none;
    background-color: #fff;
    height: 25px;
}
.blog-item.style-07 .thumb-link:not(:hover):after,
.blog-item.style-03 .thumb-link:not(:hover):after{
    transform: scale(1, 2);
}
.blog-item.style-03 .meta-data{
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}
.blog-item.style-03 .meta-data > *:not(:last-child):after{
    content: '-';
    opacity: .8;
    margin: 0 1px;
}
.blog-item.style-03 .post-excerpt{
    font-size: 13px;
    line-height: 22px;
}
/* style-04 */
.blog-item.style-04 .post-inner{
    font-size: 0;
    line-height: 0;
    max-width: 570px;
    margin: auto;
}
.blog-item.style-04 .post-inner > *{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.blog-item.style-04 .post-thumb{
    width: calc(50% - 15px);
}
.blog-item.style-04 .post-info{
    margin-inline-start: -30px;
    width: calc(50% + 45px);
    position: relative;
    padding: 30px 30px 25px 60px;
}
.blog-item.style-04 .post-info:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px solid;
    opacity: .5;
}
.blog-item.style-04 .post-info > *{
    position: relative;
}
.blog-item.style-04 .post-title{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.blog-item.style-04 .blog-date{
    margin-bottom: 7px;
}
.blog-item.style-07 .blog-date a,
.blog-item.style-04 .blog-date a{
    display: inline-block;
    vertical-align: top;
}
.blog-item.style-07 .blog-date .day,
.blog-item.style-04 .blog-date .day{
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    font-weight: 200;
    line-height: 1;
}
.blog-item.style-07 .blog-date .month-year,
.blog-item.style-04 .blog-date .month-year{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 12px 0 0 3px;
}
.blog-item.style-07 .blog-date .month,
.blog-item.style-07 .blog-date .year,
.blog-item.style-04 .blog-date .month,
.blog-item.style-04 .blog-date .year{
    display: block;
}
.blog-item.style-04 .meta-data{
    color: inherit;
}
@media (max-width: 479px){
    .blog-item.style-04 .post-thumb{
        width: 50%;
    }
    .blog-item.style-04 .post-info{
        margin-inline-start: -20px;
        width: calc(50% + 20px);
        padding: 30px 15px 25px 40px;
    }
    .blog-item.style-04 .post-title{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
/* style-05 */
.ovic-blog.style-05.overflow-content > .slick-slider > .slick-list > .slick-track > .slick-slide:not(.slick-active),
.ovic-blog.style-05.overflow-content .product-list-owl > .slick-list > .slick-track > .slick-slide:not(.slick-active){
    opacity: .4;
    pointer-events: none;
}
.blog-item.style-05{
    text-align: center;
}
.blog-item.style-05 .post-inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.blog-item.style-05 .post-info{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, .9);
    z-index: 2;
    padding: 20px 15px 16px;
}
.blog-item.style-05 .meta-data{
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.blog-item.style-05 .meta-data > *:not(:last-child):after{
    content: '';
    opacity: .5;
    width: 2px;
    height: 2px;
    border: 1px solid;
    vertical-align: middle;
    margin: 0 2px;
}
.blog-item.style-05 .blog-date a > *{
    display: inline-block;
    vertical-align: top;
}
.blog-item.style-05 .blog-date a .day{
    font-size: 24px;
    font-weight: 700;
    margin: -4px 0 4px;
}
.blog-item.style-05 .blog-date a .cross{
    font-size: 18px;
    margin: -2px 0 2px 2px;
}
.blog-item.style-05 .post-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 0;
}
.blog-item.style-05 .readmore{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
.blog-item.style-05 .readmore .icon{
    display: none;
}
.blog-item.style-05 .post-category ul li a:hover,
.blog-item.style-05 .readmore:hover{
    opacity: .7;
}
@media (min-width: 1200px){
    .blog-item.style-05 .post-inner:not(:hover) .post-info{
        opacity: 0;
        visibility: hidden;
        transform: scale(0.5);
    }
    .blog-item.style-05 .post-info{
        transition: .5s;
    }
}
/* style-06 */
.blog-item.style-06 .post-inner{
    display: table;
    width: 100%;
    box-shadow: 0 0 0 1px #f3f3f3 inset;
}
.blog-item.style-06 .post-inner > *{
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
}
.blog-item.style-06 .post-thumb{
    width: 370px;
}
.blog-item.style-06 .post-info{
    padding: 15px 30px;
}
.blog-item.style-06 .post-category{
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    letter-spacing: .15em;
    margin-bottom: 4px;
}
.blog-item.style-06 .post-title{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 11px;
}
.blog-item.style-06 .meta-data > * > .icon{
    color: inherit;
    opacity: .4;
}
.blog-item.style-06 .post-excerpt{
    margin-bottom: 33px;
}
.blog-item.style-06 .readmore{
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    line-height: 24px;
}
.blog-item.style-06 .readmore:not(:hover){
    color: #888;
}
.blog-item.style-06 .readmore .icon{
    display: inline-block;
    vertical-align: top;
    opacity: .5;
    margin: 1px 0 -1px 3px;
}
.blog-item.style-06 .readmore .icon:before{
    content: "\f18e";
}
@media (max-width: 1499px) and (min-width: 1200px){
    .blog-item.style-06 .post-thumb{
        width: 300px;
    }
    .blog-item.style-06 .post-info{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
    .blog-item.style-06 .post-category{
        margin-bottom: 2px;
    }
    .blog-item.style-06 .post-title{
        margin-bottom: 8px;
    }
    .post-item .meta-data, .blog-item .meta-data{
        margin-bottom: 5px;
    }
    .blog-item.style-06 .post-excerpt{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){
    .blog-item.style-06 .post-inner{
        display: block;
    }
    .blog-item.style-06 .post-thumb{
        display: block;
        margin: auto;
    }
    .blog-item.style-06 .post-info{
        display: block;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
    .blog-item.style-06 .post-category{
        margin-bottom: 2px;
    }
    .blog-item.style-06 .post-title{
        margin-bottom: 8px;
    }
    .post-item .meta-data, .blog-item .meta-data{
        margin-bottom: 5px;
    }
    .blog-item.style-06 .post-excerpt{
        margin-bottom: 15px;
    }
}
/* style-07 */
.blog-item.style-07 .post-thumb{
    margin-bottom: 18px;
}
.blog-item.style-07 .blog-date{
    display: inline-block;
    vertical-align: top;
    float: left;
}
.blog-item.style-07 .post-title{
    font-size: 14px;
    line-height: 24px;
    min-height: 55px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    padding: 7px 0 0 30px;
    margin-bottom: 13px;
}
.blog-item.style-07 .post-title:before{
    position: absolute;
    content: '';
    top: 10px;
    bottom: 5px;
    left: 15px;
    border-inline-start: 1px solid;
}
.blog-item.style-07 .meta-data{
    margin: 0;
    color: #999;
}
/* style-08 */
.ovic-blog.style-10 > .slick-slider.dot-circle > .slick-dots,
.ovic-blog.style-09 > .slick-slider.dot-circle > .slick-dots,
.ovic-blog.style-08 > .slick-slider.dot-circle > .slick-dots{
    margin: 0 -3px;
}
.ovic-blog.style-10 > .slick-slider.dot-circle > .slick-dots li,
.ovic-blog.style-09 > .slick-slider.dot-circle > .slick-dots li,
.ovic-blog.style-08 > .slick-slider.dot-circle > .slick-dots li{
    margin: 0 3px;
}
.ovic-blog.style-10 > .slick-slider.dot-circle > .slick-dots li button,
.ovic-blog.style-09 > .slick-slider.dot-circle > .slick-dots li button,
.ovic-blog.style-08 > .slick-slider.dot-circle > .slick-dots li button{
    width: 9px;
    height: 9px;
}
.blog-item.style-08 .post-inner{
    display: table;
    width: 100%;
    max-width: 570px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 0 1px #f3f3f3;
    color: #666;
    text-align: center;
    margin: 0 auto;
}
.blog-item.style-08 .post-inner > *{
    display: table-cell;
    vertical-align: middle;
}
.blog-item.style-08 .post-thumb{
    width: 270px;
}
.blog-item.style-08 .post-info{
    width: calc(100% - 270px);
    padding: 60px 20px 15px;
}
.blog-item.style-08 .post-info > *{
    max-width: 190px;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
.blog-item.style-08 .blog-date a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}
.blog-item.style-08 .post-title{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .05em;
    min-height: 134px;
    margin-bottom: 30px;
}
.blog-item.style-09 .readmore,
.blog-item.style-08 .readmore{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #bdbdbd;
    box-shadow: 0 -1px #dfdfdf inset;
}
.blog-item.style-09 .readmore:hover,
.blog-item.style-08 .readmore:hover{
    border-bottom: 1px solid;
}
.blog-item.style-08 .readmore .icon{
    display: none;
}
@media (max-width: 1199px) and (min-width: 992px){
    .blog-item.style-08 .post-inner > *{
        width: 50%;
    }
    .blog-item.style-08 .post-info{
        padding: 30px 15px 15px;
    }
}
@media (max-width: 767px){
    .blog-item.style-08 .post-inner > *{
        width: 50%;
    }
    .blog-item.style-08 .post-info{
        padding: 45px 20px 15px;
    }
}
@media (max-width: 479px){
    .blog-item.style-08 .post-inner{
        display: block;
        max-width: 270px;
    }
    .blog-item.style-08 .post-inner > *{
        display: block;
        width: auto;
    }
    .blog-item.style-08 .post-info{
        padding: 20px 15px 15px;
    }
    .blog-item.style-08 .post-title{
        min-height: 88px;
        margin-bottom: 20px;
    }
}
/* style-02 */
.blog-item.style-09 .post-inner{
    background-color: #fff;
    text-align: center;
}
.blog-item.style-09 .post-info{
    padding: 0 30px 25px;
    position: relative;
}
.blog-item.style-09 .blog-date a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 12px;
    color: #fff;
    margin-top: -16px;
    margin-bottom: 10px;
}
.blog-item.style-09 .post-title{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .05em;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.blog-item.style-09 .post-excerpt{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.blog-item.style-09 .readmore{
    border-bottom: 2px solid #7f7f7f;
    box-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-item.style-09 .readmore .icon{
    display: none;
}
@media (max-width: 1199px){
    .blog-item.style-09 .post-info{
        padding: 0 20px 20px;
    }
}
/* style-10 */
.blog-item.style-10 .post-inner{
    text-align: center;
    position: relative;
}
.blog-item.style-10 .post-thumb{
    margin-bottom: 13px;
}
.blog-item.style-10 .blog-date{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.blog-item.style-10 .blog-date a{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding: 4px 15px;
}
.blog-item.style-10 .post-title{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .05em;
    margin-bottom: 4px;
}
.blog-item.style-10 .post-excerpt{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 6px;
}
.blog-item.style-10 .comment{
    color: #aaa;
}
/* style-11 */
.blog-item.style-11{
    text-align: center;
}
.blog-item.style-11 .post-inner{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.blog-item.style-11 .post-info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #222;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 70px 50px 30px;
    background-color: rgba(255,255,255,0.5);
}
.blog-item.style-11 .blog-date{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}
.blog-item.style-11 .post-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 57px;
}
.blog-item.style-11 .readmore{
    font-size: 14px;
    line-height: 20px;
    color: #111;
    letter-spacing: .05em;
    box-shadow: none;
    border-bottom: 3px solid #7f7f7f;
}
.blog-item.style-11 .readmore:hover{
    opacity: .7;
}
.blog-item.style-11 .readmore .icon{
    display: none;
}
@media (min-width: 1200px){
    .blog-item.style-11 .post-info{
        transition: all .4s;
        background-color: #fff;
    }
    .blog-item.style-11 .post-inner:not(:hover) .post-info{
        opacity: 0;
        transform: scale(0.9);
    }
}
@media (max-width: 1199px){
    .blog-item.style-11 .post-info{
        padding: 50px 30px 30px;
    }
    .blog-item.style-11 .post-title{
        margin-bottom: 47px;
    }
}
@media (max-width: 767px){
    .blog-item.style-11 .post-info{
        padding: 30px 20px 20px;
    }
    .blog-item.style-11 .post-title{
        margin-bottom: 35px;
    }
}
/* style-12 */
.blog-item.style-12 .post-thumb{
    margin-bottom: 31px;
}
.blog-item.style-12 .blog-date{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.blog-item.style-12 .blog-date a{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 70px;
    padding: 14px 10px 6px;
    background-color: var(--main-color-2);
    color: var(--main-color);
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
.blog-item.style-12 .blog-date a:hover{
    color: #fff;
}
.blog-item.style-12 .blog-date a .day{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 2px;
}
.blog-item.style-12 .blog-date a:after{
    position: absolute;
    content: '';
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    height: 5px;
    background-color: inherit;
}
.blog-item.style-12 .post-title{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.blog-item.style-12 .post-excerpt{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 26px;
}
.blog-item.style-12 .readmore{
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 23px 11px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    color: var(--main-color);
}
.blog-item.style-12 .readmore:hover{
    color: #fff;
    background-color: var(--main-color-2);
    border-color: var(--main-color-2);
}
.blog-item.style-12 .readmore .icon{
    display: none;
}
/* style-13 */
.blog-item.style-13 .thumb-wrap{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.blog-item.style-13 .post-inner:not(:hover) .readmore{
    transform: translateY(100%);
}
.blog-item.style-13 .readmore{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 24px;
    padding-inline-start: 40px;
    background-color: #fff;
    text-decoration: underline;
    letter-spacing: .02em;
    transition: .3s;
}
.blog-item.style-13 .readmore .icon{
    display: none;
}
.blog-item.style-13 .blog-date{
    color: #808080;
    letter-spacing: .02em;
    margin-bottom: 9px;
}
.blog-item.style-13 .post-title{
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    margin: 0;
}
@media (max-width: 1199px){
    .blog-item.style-12 .post-thumb{
        margin-bottom: 16px;
    }
    .blog-item.style-12 .post-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .blog-item.style-12 .post-excerpt{
        font-size: 15px;
        margin-bottom: 16px;
    }
    .blog-item.style-12 .readmore{
        font-size: 15px;
        padding: 10px 21px;
    }
    .blog-item.style-12 .blog-date a{
        min-width: 65px;
        padding: 13px 5px 5px;
    }
    .blog-item.style-12 .blog-date a .day{
        font-size: 32px;
        margin: 0;
    }
    .blog-item.style-13 .thumb-wrap{
        margin-bottom: 15px;
    }
    .blog-item.style-13 .blog-date{
        margin-bottom: 5px;
    }
}
/* style-14 */
.blog-item.style-14 .blog-date{
    font-size: 15px;
    color: #999;
    margin: 18px 0 0;
}
.blog-item.style-14 .blog-date a:before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f073";
    font-size: 20px;
    margin-inline-end: 7px;
}
.blog-item.style-14 .post-title{
    font-size: 26px;
    margin: 7px 0 0;
}
.blog-item.style-14 .readmore{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 2em;
    border-bottom: 2px solid var(--main-color-2);
    margin: 9px 0 0;
}
.blog-item.style-14 .readmore .icon{
    display: none;
}
@media (max-width: 1199px){
    .blog-item.style-14 .blog-date{
        margin-top: 13px;
    }
    .blog-item.style-14 .post-title{
        font-size: 22px;
        margin: 2px 0 0;
    }
    .blog-item.style-14 .readmore{
        font-size: 16px;
        margin-top: 4px;
    }
}
@media (max-width: 767px){
    .blog-item.style-14 .readmore{
        font-size: 15px;
    }
}
/* style-15 */
.blog-item.style-15 .post-info{
    background-color: #fff;
    margin: -30px 0 0;
    margin-inline-start: 30px;
    padding: 15px 30px;
    position: relative;
}
.blog-item.style-15 .post-category{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    color: var(--main-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog-item.style-15 .post-title{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
}
.blog-item.style-15 .meta-data{
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    margin: 0;
}
.blog-item.style-15 .meta-data .author{
    text-transform: inherit;
}
.blog-item.style-15 .meta-data a:not(:hover) .name{
    color: var(--main-color);
}
.blog-item.style-15 .meta-data > :not(:last-child):after{
    opacity: .7;
}
/* style-16 */
.ovic-blog.style-16 .slick-list{
    padding-top: 12px;
    margin-top: -12px;
}
.blog-item.style-16 .blog-date{
    position: absolute;
    top: -12px;
    left: 30px;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    padding: 3px 18px;
}
.blog-item.style-16 .post-info{
    padding: 23px 0 0;
    padding-inline-start: 30px;
}
.blog-item.style-16 .meta-data{
    font-size: 14px;
    margin-bottom: 9px;
}
.blog-item.style-16 .meta-data > :not(:last-child):after{
    margin: 0 3px;
    opacity: .7;
}
.blog-item.style-16 .post-title{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0;
}
@media (max-width: 991px){
    .blog-item.style-15 .post-category{
        margin-bottom: 6px;
    }
    .blog-item.style-15 .post-title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .blog-item.style-16 .post-info{
        padding: 13px 0 0;
        padding-inline-start: 20px;
    }
    .blog-item.style-16 .meta-data{
        margin-bottom: 5px;
    }
    .blog-item.style-16 .post-title{
        font-size: 15px;
        line-height: 28px;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
.site-main > .post-item > .post-head:before,
.site-main > .post-item > .post-head:after{
    display: table;
    content: '';
    clear: both;
}
.site-main > .post-item > .post-head{
    padding-bottom: 12px;
}
.site-main > .post-item > .post-head .post-title{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.site-main > .post-item > .post-head .meta-data{
    margin-bottom: 10px;
}
.site-main > .post-item > .post-head .change-font-size{
    width: 370px;
    max-width: 100%;
    margin-bottom: 10px;
}
.site-main > .post-item > .post-thumb{
    margin-bottom: 32px;
}
.site-main > .post-item .author-head{
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
}
.site-main > .post-item .author-head:before,
.site-main > .post-item .author-head:after{
    display: table;
    content: '';
    clear: both;
}
.site-main > .post-item .author-head > *{
    display: inline-block;
    vertical-align: top;
}
.site-main > .post-item .author-head .author-title{
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    padding: 5px 0;
    margin: 0 30px 0 0;
}
.site-main > .post-item .author-head .post-share{
    float: right;
    padding: 5px 0;
}
.site-main > .post-item .author-head .share-title{
    display: inline-block;
    vertical-align: top;
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    line-height: 30px;
    font-style: italic;
    margin: 0 15px 0 0;
}
.site-main > .post-item .author-head .kute-boutique-share-socials{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    margin: 0 -3px;
}
.site-main > .post-item .author-head .kute-boutique-share-socials a{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.site-main > .post-item .content-author{
    padding: 10px 130px 10px 40px;
    margin-top: 30px;
}
.site-main > .post-item .content-author .avatar{
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.site-main > .post-item .content-author .info{
    padding-inline-start: 25px;
}
.site-main > .post-item .content-author .name{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.site-main > .post-item .content-author .desc{
    margin: 0;
}
.site-main > .post-item .content-author .person-socials{
    display: none;
}
@media (min-width: 768px){
    .site-main > .post-item .content-author{
        display: table;
        width: 100%;
    }
    .site-main > .post-item .content-author > *{
        display: table-cell;
        vertical-align: middle;
    }
    .site-main > .post-item > .post-head .meta-data{
        display: inline-block;
        vertical-align: top;
    }
    .site-main > .post-item > .post-head .change-font-size{
        display: inline-block;
        vertical-align: top;
        float: right;
    }
}
@media (max-width: 1199px){
    .site-main > .post-item .content-author{
        padding: 10px 40px;
    }
}
@media (max-width: 991px){
    .site-main > .post-item .content-author{
        padding: 10px 30px;
    }
}
@media (max-width: 767px){
    .site-main > .post-item .content-author{
        padding: 10px 0;
    }
    .site-main > .post-item .content-author .info{
        padding: 20px 0 0;
    }
}
/*----- RELATED -----*/
.related-post,
.comments-area{
    text-align: center;
    margin-top: 60px;
}
.related-post > *,
.comments-area > *{
    text-align: start;
}
.related-post > .title,
.comments-area .comments-title{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 3px 0;
    border-bottom: 2px solid;
    margin-bottom: 40px;
}
/*----- COMMENT AREA -----*/
.comments-area .comment-list{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.comments-area .comment-body{
    margin-bottom: 40px;
}
.comments-area .comment-body:before,
.comments-area .comment-body:after,
.comments-area .comment-content:before,
.comments-area .comment-content:after{
    display: table;
    content: '';
    clear: both;
}
.comments-area .comment-avatar{
    float: left;
    width: 80px;
    margin-inline-end: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.comments-area .comment-info{
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 23px 28px 25px;
}
.comments-area .comment-meta{
    margin: 0 -10px 6px;
    font-size: 13px;
    line-height: 24px;
}
.comments-area .comment-meta > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.comments-area .comment-author{
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}
.comments-area .comment-author cite{
    font-style: inherit;
}
.comments-area .comment-edit-link{
    font-style: italic;
}
.comments-area .comment-edit-link:before{
    content: '(';
}
.comments-area .comment-edit-link:after{
    content: ')';
}
.comments-area .comment-text{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    margin-bottom: 15px;
}
.comments-area .comment-text p:last-child{
    margin-bottom: 0;
}
.comments-area .comment-reply-link{
    float: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.comments-area .comment-reply-link:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f064";
    margin-inline-start: 9px;
    font-size: 11px;
}
.comments-area .children{
    list-style: none;
    padding: 0 0 0 30px;
    margin-bottom: 0;
}
.comments-area .comment-respond{
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}
.comments-area .comment-reply-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 3px 0;
    margin-bottom: 30px;
}
.comments-area .comment-reply-title #cancel-comment-reply-link{
    margin-inline-start: 10px;
}
.comments-area .comment-respond .comment-form p{
    margin-bottom: 30px;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond textarea{
    width: 100%;
}
.comments-area .comment-respond input[type="submit"]{
    padding: 13px 40px;
}
.comments-area .comment-respond .comment-form .comment-notes,
.comments-area .comment-respond .comment-form .comment-form-cookies-consent{
    margin: -10px 0 20px;
}
.comments-area .comment-respond .comment-form .form-submit{
    margin-bottom: 0;
}
@media (min-width: 768px){
    .comments-area .comment-list > * > .children{
        padding-inline-start: 110px;
    }
}
@media (max-width: 767px){
    .comments-area .comment-body{
        margin-bottom: 30px;
    }
    .comments-area .comment-avatar{
        margin: 0 0 15px;
    }
    .comments-area .comment-info{
        clear: both;
        padding: 23px 15px 25px;
    }
}
/*==========================================================================
SHOP
===========================================================================*/
/*----- ADD TO CART -----*/
.add-to-cart{
    display: block;
    max-width: 100%;
    position: relative;
}
.add-to-cart .single_add_to_cart_button,
.add-to-cart .added_to_cart,
.add-to-cart > a{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.add-to-cart .single_add_to_cart_button:hover,
.add-to-cart .single_add_to_cart_button:focus,
.add-to-cart .added_to_cart:hover,
.add-to-cart .added_to_cart:focus,
.add-to-cart > a:hover,
.add-to-cart > a:focus{
    color: #fff;
}
.single_add_to_cart_button.added,
.add-to-cart > a.added{
    display: none !important;
}
.add-to-cart:not(:hover):before,
.add-to-cart:not(:hover):after{
    opacity: 0;
    visibility: hidden;
}
.add-to-cart:before,
.add-to-cart:after{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.add-to-cart:before{
    content: attr(data-title);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    background-color: var(--main-color);
    color: #fff;
    padding: 3px 8px;
    bottom: calc(100% + 8px);
}
.add-to-cart:after{
    content: '';
    border-inline-start: 5px solid transparent;
    border-inline-end: 5px solid transparent;
    border-top: 5px solid var(--main-color);
    bottom: calc(100% + 3px);
}
.elementor-editor-active .add-to-cart + .compare{
    display: none !important;
}
@media (max-width: 479px){
    .add-to-cart .single_add_to_cart_button,
    .add-to-cart .added_to_cart,
    .add-to-cart > a{
        padding: 6px 20px;
    }
}
/*----- COMPARE, QUICKVIEW, WISHLIST -----*/
.product-item .compare-button,
.yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
}
.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;
    width: 40px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    color: #999;
    border: 1px solid #ddd;
}
.woocommerce-product-gallery a.compare:hover,
.entry-summary a.compare:hover,
.product-item a.compare:hover,
a.yith-wcqv-button:hover,
.yith-wcwl-add-to-wishlist a:hover{
    border: 1px solid;
}
.woocommerce-product-gallery a.compare:hover,
.woocommerce-product-gallery a.compare:focus,
.entry-summary a.compare:hover,
.entry-summary a.compare:focus,
.product-item a.compare:hover,
.product-item a.compare:focus,
a.yith-wcqv-button:hover,
a.yith-wcqv-button:focus,
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist a:focus{
    background-color: transparent;
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before,
a.yith-wcqv-button:before,
.yith-wcwl-add-to-wishlist a:before{
    display: block;
    font-size: 14px;
    line-height: 38px;
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
}
.woocommerce-product-gallery a.compare:before,
.entry-summary a.compare:before,
.product-item a.compare:before{
    content: "\f0ec";
}
a.yith-wcqv-button:before{
    content: "\f002";
}
.yith-wcwl-add-to-wishlist a:before{
    content: "\f08a";
    font-weight: 600;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist .delete_item:before{
    content: "\f004";
}
.yith-wcwl-add-to-wishlist .separator,
.yith-wcwl-add-to-wishlist .view-wishlist{
    display: none;
}
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{
    margin: 0;
}
.yith-wcwl-add-to-wishlist a{
    opacity: 1 !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .feedback{
    display: none !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist{
    border-radius: 0;
}
/*----- PRICE -----*/
.price{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-color);
}
.price > *{
    display: inline-block;
    vertical-align: bottom;
}
.price ins{
    float: left;
    text-decoration: none;
}
.price del{
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    margin: 1px 0 -1px 10px;
}
.price .amount{
    color: inherit;
    text-decoration: 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;
}
.star-rating:before,
.star-rating > span:before{
    display: inline-block;
    float: left;
    font-family: FontAwesome, sans-serif;
    content: "\f006\f006\f006\f006\f006";
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .2em;
    color: #ccc;
}
.star-rating > span:before{
    color: #ffcc33;
}
.review-count{
    display: none !important;
}
/*----- STARS COMMENTS -----*/
p.stars{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
p.stars a{
    display: inline-block;
}
p.stars a:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin: 0 .1em;
    transition: .3s;
    color: #ccc;
    content: "\f006";
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before{
    color: #ffcc33;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before{
    color: #ccc;
}
@media (max-width: 767px){
    .star-rating:before,
    .star-rating > span:before,
    p.stars a:before{
        font-size: 14px;
    }
}
/*----- QUANTITY -----*/
.quantity{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.quantity .control{
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.quantity .input-text::-webkit-inner-spin-button,
.quantity .input-text::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.quantity .input-text{
    width: 80px;
    text-align: center;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}
.quantity .btn-number{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 8px 0;
    width: 25px;
    opacity: .3;
    text-align: center;
}
.quantity .btn-number span{
    display: none;
}
.quantity .btn-number:hover{
    color: inherit;
    opacity: 1;
}
.quantity .quantity-minus{
    left: 0;
}
.quantity .quantity-plus{
    right: 0;
}
.quantity .quantity-minus:before{
    content: '-';
}
.quantity .quantity-plus:before{
    content: '+';
}
@-moz-document url-prefix(){
    .quantity .input-text{
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }
}
/*----- STOCK -----*/
.stock{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}
.in-stock{
    color: #27ae5f;
}
.out-of-stock{
    color: #c91f28;
}
/*----- FLASH -----*/
.product-labels{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.product-labels > *{
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    padding: 3px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-labels .onsale .text{
    display: none;
}
/* sold out */
.product-item.outofstock:not(.product-type-variable):not(.product-type-external) .thumb-link:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .7);
}
/* color */
.label-square-color .product-labels .onnew,
.label-circle .product-labels .onnew{
    background-color: #339967;
    border-color: #339967;
}
.label-square-color .product-labels .featured,
.label-circle .product-labels .featured,
.label-vertical .product-labels .featured{
    background-color: #e01616;
    border-color: #e01616;
}
/* circle */
.label-circle .product-labels > *{
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
}
/* vertical */
.label-vertical .product-labels{
    top: 0;
    left: calc(100% - 10px);
    transform-origin: top left;
    transform: rotate(90deg);
}
.label-vertical .product-labels > *{
    display: table;
    white-space: nowrap;
    letter-spacing: .12em;
    margin-bottom: 10px;
}
.label-vertical .product-labels .onnew{
    background-color: #9ec8b2;
    border-color: #9ec8b2;
}
/*----- META -----*/
.product_meta .wcml_currency_switcher,
.product_meta .wpml-ls{
    display: none !important;
}
.product_meta > *{
    display: block;
    font-size: inherit;
    line-height: inherit;
}
.product_meta > * > *{
    display: inline-block;
    vertical-align: top;
}
.product_meta > * > .title{
    margin-inline-end: 5px;
}
.product_meta > * a:hover{
    opacity: .7;
}
.product_meta ul.the_champ_sharing_ul{
    margin: 0 -12px 0 -15px !important;
}
.product_meta ul.the_champ_sharing_ul li{
    margin: 0 12px !important;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2px !important;
    min-height: 30px;
}
.product_meta .theChampSharing{
    margin: 0;
}
.product_meta .theChampSharing > *{
    transition: .3s;
}
/*----- VARIATIONS -----*/
table.variations,
table.variations tbody{
    display: block;
}
table.variations tr{
    display: block;
    margin-bottom: 20px;
}
table.variations th,
table.variations td{
    display: block;
    text-align: inherit;
    padding: 0;
    border: none;
}
table.variations .label{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    border-radius: 0;
    text-transform: uppercase;
}
table.variations .label:after{
    display: none;
}
table.variations .label label{
    margin: 0 0 10px;
}
table.variations .value{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
table.variations .variable-items-wrapper{
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px;
}
table.variations .variable-item{
    display: inline-block !important;
    vertical-align: top;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 5px !important;
    border: 1px solid #ddd;
}
table.variations .variable-item span,
table.variations .variable-item img{
    display: block !important;
}
table.variations .variable-item span:after{
    display: none !important;
}
table.variations select{
    width: 300px;
}
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;
}
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: 1px solid #e5e5e5 !important;
    transition: none !important;
    font-weight: 400;
    border-radius: 0 !important;
}
table.variations .rtwpvs-term span,
table.variations .rtwpvs-term img{
    display: block !important;
    border-radius: inherit !important;
    color: 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 #e6e6e6 inset;
}
table.variations .rtwpvs-term .rtwpvs-term-span-button{
    padding-top: 1px !important;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input{
    display: inline;
    vertical-align: middle;
    margin: -1px 5px 1px 0;
}
table.variations .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label{
    display: inline;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: inherit;
    color: inherit;
}
/*----- ITEM -----*/
.product-item .product-inner{
    position: relative;
}
.product-item .product-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.product-item .thumb-link{
    display: block;
    position: relative;
    overflow: hidden;
}
/* list */
.product-item.list{
    width: 100% !important;
}
.product-item.list .product-inner{
    font-size: 0;
    line-height: 0;
}
.product-item.list .product-inner > *{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 24px;
}
.product-item.list .product-thumb{
    width: 270px;
}
.product-item.list .product-info{
    width: calc(100% - 270px);
    padding-inline-start: 30px;
}
.product-item.list .product-title{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.product-item.list .price{
    display: table;
    margin-bottom: 2px;
}
.product-item.list .star-rating{
    margin-top: 8px;
}
.product-item.list .stock{
    margin-top: 23px;
}
.product-item.list .stock + .post-excerpt{
    margin-top: 0;
}
.product-item.list .post-excerpt{
    margin-top: 25px;
}
.product-item.list .post-excerpt *:last-child{
    margin-bottom: 0;
}
.product-item.list .group-button{
    margin-top: 40px;
    overflow: hidden;
}
.product-item.list .group-button > *{
    float: left;
    margin: 5px 5px 0 0;
}
.product-item.list .product-inner:not(:hover) .add-to-cart > a{
    background-color: transparent;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
@media (max-width: 767px){
    .product-item.list .group-button > *:not(.add-to-cart){
        display: none;
    }
    .product-item.list .product-info{
        padding-inline-start: 15px;
    }
    .product-item.list .product-title,
    .product-item.list .price{
        margin-bottom: 1px;
    }
    .product-item.list .star-rating{
        margin-top: 6px;
    }
    .product-item.list .stock{
        margin-top: 18px;
    }
    .product-item.list .post-excerpt{
        margin-top: 18px;
    }
    .product-item.list .group-button{
        margin-top: 30px;
    }
}
@media (max-width: 479px){
    .product-item.list .product-thumb{
        width: 35%;
    }
    .product-item.list .product-info{
        width: 65%;
    }
    .product-item.list .product-title,
    .product-item.list .price{
        margin-bottom: 0;
    }
    .product-item.list .star-rating{
        margin-top: 4px;
    }
    .product-item.list .stock{
        display: none;
    }
    .product-item.list .post-excerpt{
        display: none;
    }
    .product-item.list .group-button{
        margin-top: 20px;
    }
}
/* hover change image */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .6s;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    transform: translateX(-20px);
}
/* hover scale image */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom img{
    transition: all .6s;
}
.product-item .thumb-link.hover-zoom:hover img{
    transform: scale(1.15);
}
@media (max-width: 767px){
    .product-item .product-labels{
        display: none;
    }
    .product-item.short-title .product-title a{
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
/* slide image */
.product-item .product-inner:not(:hover) .product-thumb .slick-dots{
    opacity: 0;
    visibility: hidden;
}
.product-item .product-thumb .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    text-align: center;
    transition: .3s;
}
/*----- PAGE -----*/
.shop-gallery{
    position: relative;
    background-color: #fff;
}
.shop-gallery img{
    width: 100%;
}
.shop-gallery.alignfull{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
ul.products{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
ul.shop-page{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    clear: both;
}
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 > .product-item,
ul.shop-page > .product-category{
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.shop-page > .product-category a{
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
}
ul.shop-page > .product-category a img{
    width: 100%;
    transition: opacity .2s;
}
ul.shop-page > .product-category a:hover img{
    opacity: .7;
}
ul.shop-page > .product-category .woocommerce-loop-category__title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
    padding: 5px 10px;
}
ul.shop-page > .product-category mark{
    background-color: transparent;
    padding: 0;
    margin-inline-start: 3px;
}
ul.shop-page .product-item{
    margin-bottom: 70px;
}
ul.shop-page .product-item.list:not(:last-child){
    margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px){
    ul.shop-page:not(.columns-2):not(.columns-3) > .product-item,
    ul.shop-page:not(.columns-2):not(.columns-3) > .product-category{
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    ul.shop-page:not(.columns-2) > .product-item,
    ul.shop-page:not(.columns-2) > .product-category{
        width: 33.33333333%;
    }
}
@media (max-width: 1499px){
    ul.shop-page .product-item{
        margin-bottom: 60px;
    }
}
@media (max-width: 1199px){
    ul.shop-page .product-item{
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    ul.shop-page .product-item{
        margin-bottom: 40px;
    }
}
@media (max-width: 767px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
    ul.shop-page[class^="columns-"] > .product-item,
    ul.shop-page[class*=" columns-"] > .product-item,
    ul.shop-page[class^="columns-"] > .product-category,
    ul.shop-page[class*=" columns-"] > .product-category{
        width: 50%;
    }
    ul.shop-page .product-item{
        margin-bottom: 30px;
    }
}
@media (max-width: 479px){
    .ovic-products .product-list-grid,
    ul.shop-page{
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .ovic-products .product-list-grid > .product-item,
    ul.shop-page > .product-item,
    ul.shop-page > .product-category{
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
    ul.shop-page .product-item{
        margin-bottom: 20px;
    }
}
/*----- CONTROL -----*/
.shop-before-control:before,
.shop-before-control:after{
    display: table;
    content: '';
    clear: both;
}
.shop-before-control{
    margin: 0 0 30px;
}
.shop-before-control > *{
    padding: 3px 0;
    margin: 0;
}
.shop-before-control select{
    box-shadow: none;
    padding: 0 18px 0 0;
    background-position: center right;
}
.shop-before-control .chosen-container-active.chosen-with-drop .chosen-single,
.shop-before-control .chosen-container-single .chosen-single{
    box-shadow: none;
    padding: 0;
    height: auto;
}
.shop-before-control .page-title{
    font-size: 15px;
    line-height: 24px;
}
.shop-before-control .grid-view-mode > *{
    display: inline-block;
    vertical-align: top;
}
.shop-before-control .grid-view-mode form{
    white-space: nowrap;
}
.shop-before-control .grid-view-mode button{
    background-color: transparent;
    color: #999;
    font-size: inherit;
    padding: 0;
    margin-inline-start: 15px;
}
.shop-before-control .grid-view-mode .mode-grid:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    height: 16px;
    background-color: #e5e5e5;
    margin: auto;
}
@media (min-width: 768px){
    .shop-before-control{
        text-align: end;
    }
    .shop-before-control > *{
        display: inline-block;
        vertical-align: top;
        text-align: start;
        margin: 0 0 0 50px;
    }
    .shop-before-control > *:first-child{
        float: left;
        margin-inline-start: 0;
    }
}
@media (max-width: 767px){
    .shop-before-control{
        margin-bottom: 10px;
    }
    .shop-before-control .woocommerce-result-count{
        display: none;
    }
    .shop-before-control .woocommerce-ordering{
        display: inline-block;
        vertical-align: top;
    }
    .shop-before-control .grid-view-mode{
        float: right;
    }
}
/*----- SHORTCODE -----*/
.ovic-products:before,
.ovic-products:after{
    display: table;
    content: '';
    clear: both;
}
.ovic-products .button-products{
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
}
.ovic-products .button-products .button{
    background-color: transparent;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 0;
    text-decoration: underline;
}
.ovic-products .button-products .button:not(:hover){
    color: inherit;
}
.ovic-products.has-banner{
    border: 1px solid #e5e5e5;
}
.ovic-products.banner-after .banner-product{
    float: right;
}
.ovic-products .banner-product{
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 270px;
    position: relative;
    background-color: #000;
    overflow: hidden;
    margin: -1px 0 -1px -1px;
}
.ovic-products .banner-product img{
    opacity: .5;
    width: 100%;
    transition: .5s;
}
.ovic-products .banner-product:hover img{
    opacity: .3;
    transform: scale(1.1);
}
.ovic-products .banner-product .head{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 30px;
}
.ovic-products .banner-product .title{
    font-size: 21px;
    line-height: 30px;
    color: #eee;
    margin-bottom: 0;
}
.ovic-products .banner-product .subtitle{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #ddd;
}
.ovic-products .banner-product .foot{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}
.ovic-products .banner-product .link{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 3px 0;
    text-decoration: underline;
}
.ovic-products .banner-product .link:not(:hover){
    color: #eee;
}
.ovic-products .banner-product .link:after{
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0;
    right: 0;
}
.ovic-products .banner-product ~ ul.products{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 268px);
    padding: 30px 30px 20px;
    margin: -1px -1px -1px 0;
}
@media (min-width: 1200px){
    .ovic-products .ovic-custom-heading.style-01{
        margin-bottom: 43px;
    }
}
@media (max-width: 1199px){
    .ovic-products .banner-product{
        width: 240px;
    }
    .ovic-products .banner-product ~ ul.products{
        width: calc(100% - 238px);
    }
    .ovic-products .button-products{
        padding: 10px 15px;
    }
}
@media (max-width: 767px){
    .ovic-products .banner-product{
        width: calc(100% + 2px);
        margin: -1px -1px 0 -1px;
    }
    .ovic-products .banner-product ~ ul.products{
        width: calc(100% + 2px);
        padding: 30px 20px 25px;
        margin: 0 -1px -1px -1px;
    }
}
@media (max-width: 479px){
    .ovic-products .banner-product ~ ul.products{
        padding: 30px 15px 25px;
    }
}
/* style-01 */
.product-item.style-01 .product-inner{
    text-align: center;
}
.product-item.style-03 .product-thumb,
.product-item.style-01 .product-thumb{
    margin-bottom: 13px;
    overflow: hidden;
}
.product-item.style-06 .group-button,
.product-item.style-03 .group-button,
.product-item.style-01 .group-button{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.product-item.style-06 .group-button > *,
.product-item.style-03 .group-button > *,
.product-item.style-01 .group-button > *{
    display: block;
    margin-bottom: 10px;
}
.product-item.style-06 a.compare,
.product-item.style-06 a.yith-wcqv-button,
.product-item.style-06 .yith-wcwl-add-to-wishlist a,
.product-item.style-03 a.compare,
.product-item.style-03 a.yith-wcqv-button,
.product-item.style-03 .yith-wcwl-add-to-wishlist a,
.product-item.style-01 a.compare,
.product-item.style-01 a.yith-wcqv-button,
.product-item.style-01 .yith-wcwl-add-to-wishlist a{
    background-color: #fff;
}
.product-item.style-03 .product-title,
.product-item.style-01 .product-title{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.product-item.style-03 .price,
.product-item.style-01 .price{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2px;
}
.product-item.style-01 .add-to-cart{
    margin-top: 10px;
}
.product-item.style-01 .add-to-cart > a{
    padding: 9px 25px;
}
.product-item.style-13 .product-inner:not(:hover) .add-to-cart > a{
    background-color: transparent;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.product-item.style-03 .add-to-cart{
    margin-top: 3px;
}
.product-item.style-03 .add-to-cart > a{
    background-color: transparent;
    color: inherit;
    padding: 3px 0;
}
.product-item.style-03 .add-to-cart > a:hover{
    background-color: transparent;
    opacity: .7;
}
.product-item.style-03 .add-to-cart > a:before{
    display: inline-block;
    vertical-align: top;
    content: '+';
    margin-inline-end: 3px;
}
.product-item.style-03 .add-to-cart > a.loading:after{
    width: 24px;
    height: 24px;
}
.product-item.style-03 .add-to-cart > a:not(.loading):after{
    position: absolute;
    content: '';
    bottom: 8px;
    left: 0;
    right: 0;
    border-bottom: 2px solid;
    opacity: .2;
}
@media (min-width: 1200px){
    .product-item.style-06 .product-inner:not(:hover) .group-button > *,
    .product-item.style-03 .product-inner:not(:hover) .group-button > *,
    .product-item.style-01 .product-inner:not(:hover) .group-button > *{
        transform: translateX(50px);
    }
    .product-item.style-06 .group-button > *:nth-child(1),
    .product-item.style-03 .group-button > *:nth-child(1),
    .product-item.style-01 .group-button > *:nth-child(1){
        transition: transform .3s, background-color .2s;
    }
    .product-item.style-06 .group-button > *:nth-child(2),
    .product-item.style-03 .group-button > *:nth-child(2),
    .product-item.style-01 .group-button > *:nth-child(2){
        transition: transform .3s .15s, background-color .2s;
    }
    .product-item.style-06 .group-button > *:nth-child(3),
    .product-item.style-03 .group-button > *:nth-child(3),
    .product-item.style-01 .group-button > *:nth-child(3){
        transition: transform .3s .3s, background-color .2s;
    }
}
@media (max-width: 767px){
    .product-item.style-06 .group-button,
    .product-item.style-03 .group-button,
    .product-item.style-01 .group-button{
        display: none;
    }
    .product-item.style-03 .product-thumb,
    .product-item.style-01 .product-thumb{
        margin-bottom: 8px;
    }
    .product-item.style-03 .product-title,
    .product-item.style-01 .product-title,
    .product-item.style-03 .price,
    .product-item.style-01 .price{
        margin-bottom: 0;
    }
    .product-item.style-03 .add-to-cart{
        margin-top: 0;
    }
    .product-item.style-01 .add-to-cart{
        margin-top: 8px;
    }
    .product-item.style-01 .add-to-cart > a{
        padding: 6px 20px;
        font-size: 11px;
    }
}
/* style-02 */
.product-item.style-02 .product-inner{
    text-align: center;
}
.product-item.style-02 .product-thumb:hover .thumb-link:after{
    background-color: rgba(0, 0, 0, .7);
}
.product-item.style-02 .product-thumb .slick-arrow:hover{
    color: #fff;
}
.product-item.style-02 .thumb-wrapper{
    position: relative;
    z-index: 1;
}
.product-item.style-02 .thumb-link:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: .3s;
}
.product-item.style-02 .product-title{
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 30px;
    right: 30px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    z-index: auto;
}
.product-item.style-02 .product-thumb:not(:hover) .product-title a{
    opacity: 0;
    transform: scale(1.2);
}
.product-item.style-02 .product-title a{
    position: relative;
    z-index: 2;
    transition: .3s;
}
.product-item.style-02 .price{
    position: absolute;
    bottom: 30px;
    right: 30px;
    max-width: calc(100% - 60px);
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 2;
}
@media (max-width: 1199px){
    .product-item.style-02 .product-title{
        bottom: 30px;
        left: 20px;
        right: 20px;
    }
    .product-item.style-02 .price{
        bottom: 20px;
        right: 20px;
        max-width: calc(100% - 40px);
        padding: 5px 12px;
    }
}
@media (max-width: 1199px){
    .product-item.style-02 .product-title{
        bottom: 20px;
        left: 10px;
        right: 10px;
    }
    .product-item.style-02 .price{
        bottom: 10px;
        right: 10px;
        max-width: calc(100% - 20px);
        padding: 3px 10px;
        font-size: 12px;
    }
    .product-item.style-02 .price del{
        font-size: 10px;
        margin-inline-start: 5px;
    }
}
/* style-04 */
.ovic-products.style-04 .button-products{
    border-width: 1px 0;
}
.product-item.style-11 .product-thumb,
.product-item.style-04 .product-thumb{
    margin-bottom: 20px;
    overflow: hidden;
}
.product-item.style-11 .group-button,
.product-item.style-04 .group-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 17px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.product-item.style-11 .group-button > *,
.product-item.style-04 .group-button > *{
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}
.product-item.style-11 .group-button > *:not(:first-child),
.product-item.style-04 .group-button > *:not(:first-child){
    margin-inline-start: 5px;
}
.product-item.style-11 .add-to-cart,
.product-item.style-04 .add-to-cart{
    max-width: calc(100% - 82px);
}
.product-item.style-11 .add-to-cart a,
.product-item.style-04 .add-to-cart a{
    padding: 6px 20px;
}
.product-item.style-11 .add-to-cart a:not(:hover),
.product-item.style-04 .add-to-cart a:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #999 inset;
}
.product-item.style-11 .yith-wcwl-add-to-wishlist a,
.product-item.style-11 a.compare,
.product-item.style-11 a.yith-wcqv-button,
.product-item.style-04 a.compare,
.product-item.style-04 a.yith-wcqv-button{
    width: 36px;
}
.product-item.style-11 .yith-wcwl-add-to-wishlist a:before,
.product-item.style-11 a.compare:before,
.product-item.style-11 a.yith-wcqv-button:before,
.product-item.style-04 a.compare:before,
.product-item.style-04 a.yith-wcqv-button:before{
    line-height: 34px;
}
.product-item.style-11 .product-title,
.product-item.style-04 .product-title{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-item.style-11 .price,
.product-item.style-04 .price{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 30px);
}
.product-item.style-11 .price del,
.product-item.style-04 .price del{
    margin-inline-start: 6px;
}
.product-item.style-04 .yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.product-item.style-07 .yith-wcwl-add-to-wishlist a,
.product-item.style-04 .yith-wcwl-add-to-wishlist a{
    width: 20px;
    border: none;
}
.product-item.style-07 .yith-wcwl-add-to-wishlist a:before,
.product-item.style-04 .yith-wcwl-add-to-wishlist a:before{
    line-height: 24px;
}
.product-item.style-07 .yith-wcwl-add-to-wishlist .blockUI.blockOverlay,
.product-item.style-04 .yith-wcwl-add-to-wishlist .blockUI.blockOverlay{
    height: 20px !important;
}
.product-item.style-07 .yith-wcwl-add-to-wishlist .blockUI.blockOverlay:before,
.product-item.style-04 .yith-wcwl-add-to-wishlist .blockUI.blockOverlay:before{
    width: 20px;
    height: 20px;
}
@media (min-width: 1200px){
    .product-item.style-11 .product-inner:not(:hover) .group-button,
    .product-item.style-09 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-07 .product-inner:hover .group-price,
    .product-item.style-07 .product-inner:not(:hover) .group-button,
    .product-item.style-06 .product-inner:not(:hover) .group-add-to-cart,
    .product-item.style-04 .product-inner:not(:hover) .group-button{
        transform: translateY(100%);
    }
    .product-item.style-11 .group-button,
    .product-item.style-09 .add-to-cart,
    .product-item.style-07 .group-price,
    .product-item.style-07 .group-button,
    .product-item.style-06 .group-add-to-cart,
    .product-item.style-04 .group-button{
        transition: .5s;
    }
}
@media (max-width: 1199px){
    .product-item.style-11 .group-button,
    .product-item.style-04 .group-button{
        background-color: rgba(255, 255, 255, .8);
        padding: 15px 0 0;
    }
}
@media (max-width: 767px){
    .product-item.style-11 .group-button > *:not(.add-to-cart),
    .product-item.style-04 .group-button > *:not(.add-to-cart){
        display: none;
    }
    .product-item.style-11 .add-to-cart,
    .product-item.style-04 .add-to-cart{
        max-width: 100%;
    }
}
@media (max-width: 479px){
    .product-item.style-11 .group-button,
    .product-item.style-04 .group-button{
        display: none;
    }
}
/* style-05 */
.ovic-blog.style-07 .ovic-custom-heading.style-01,
.ovic-products.style-05 .ovic-custom-heading.style-01{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.ovic-blog.style-07 .ovic-custom-heading.style-01 .title,
.ovic-products.style-05 .ovic-custom-heading.style-01 .title{
    padding: 3px 15px;
}
.ovic-blog.style-07 .ovic-custom-heading.style-01 .title:before,
.ovic-products.style-05 .ovic-custom-heading.style-01 .title:before{
    top: 20px;
}
.ovic-blog.style-07 .slick-slider.nav-top-right > .slick-arrow,
.ovic-products.style-05 .slick-slider.nav-top-right > .slick-arrow{
    top: -77px;
    width: 32px;
    line-height: 32px;
}
.ovic-blog.style-07 .slick-slider.nav-top-right > .slick-arrow.prev,
.ovic-products.style-05 .slick-slider.nav-top-right > .slick-arrow.prev{
    right: 37px;
}
.product-item.style-05 .product-thumb{
    overflow: hidden;
}
.product-item.style-05 .product-inner:not(:hover) .thumb-link .second-thumb{
    transform: translateX(-20px);
}
.product-item.style-05 a.yith-wcqv-button{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    border-color: transparent;
}
.product-item.style-05 .product-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.product-item.style-05 .price{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 7px 8px 0;
}
.product-item.style-05 .price del{
    font-size: 14px;
    font-weight: inherit;
    margin: 0 0 0 7px;
}
.product-item.style-05 .product-labels{
    display: inline-block;
    vertical-align: middle;
    position: static;
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px;
}
.product-item.style-05 .product-labels > *{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 11px;
    margin: 0 5px 0;
    position: relative;
}
.product-item.style-05 .product-labels > *:before{
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: -5px;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent;
    border-inline-end-color: inherit;
}
.product-item.style-05 .star-rating{
    margin-bottom: 15px;
}
.product-item.style-05 .post-excerpt{
    font-size: 13px;
    margin-bottom: 27px;
}
.product-item.style-05 .group-button:before,
.product-item.style-05 .group-button:after{
    display: table;
    content: '';
    clear: both;
}
.product-item.style-05 .group-button{
    margin: 0 -2px 45px;
}
.product-item.style-05 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 5px;
}
.product-item.style-05 .add-to-cart > a{
    padding: 6px 20px;
}
.product-item.style-05 a.compare,
.product-item.style-05 .yith-wcwl-add-to-wishlist a{
    width: 36px;
}
.product-item.style-05 a.compare:before,
.product-item.style-05 .yith-wcwl-add-to-wishlist a:before{
    line-height: 34px;
}
.product-item.style-05 .kute-boutique-countdown{
    margin: 0 -4px -8px;
    font-size: 0;
    line-height: 0;
    color: #333;
}
.product-item.style-05 .kute-boutique-countdown > *{
    display: inline-block;
    vertical-align: top;
    min-width: 54px;
    text-align: center;
    background-color: #e5e5e5;
    padding: 8px 5px 10px;
    margin: 0 3px 6px;
}
.product-item.style-05 .kute-boutique-countdown .number{
    display: block;
    font-size: 18px;
    line-height: 21px;
}
.product-item.style-05 .kute-boutique-countdown .text{
    font-size: 13px;
    line-height: 15px;
}
@media (min-width: 768px){
    .product-item.style-05 .product-inner{
        display: flex;
    }
    .product-item.style-05 .product-thumb{
        width: calc(50% - 15px);
        max-width: 270px;
    }
    .product-item.style-05 .product-info{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-start: 30px;
    }
}
@media (min-width: 1200px){
    .product-item.style-05 .product-inner:not(:hover) .add-to-cart > a{
        background-color: transparent;
        color: inherit;
        box-shadow: 0 0 0 1px #ddd inset;
    }
    .product-item.style-05 .product-inner:not(:hover) a.yith-wcqv-button{
        transform: translate(100%, 100%);
    }
    .product-item.style-05 a.yith-wcqv-button{
        transition: all .3s;
    }
}
@media (max-width: 767px){
    .product-item.style-05 .product-title{
        margin-bottom: 3px;
    }
    .product-item.style-05 .price,
    .product-item.style-05 .product-labels{
        margin-bottom: 5px;
    }
    .product-item.style-05 .star-rating{
        margin-bottom: 8px;
    }
    .product-item.style-05 .post-excerpt{
        margin-bottom: 17px;
    }
    .product-item.style-05 .group-button{
        margin-bottom: 22px;
    }
}
/* style-06 */
.ovic-products.style-06 .button-products{
    border-width: 1px 0;
}
.ovic-products.style-06 .slick-slider.nav-top-right > .slick-arrow{
    box-shadow: none !important;
    font-size: 25px;
    width: 20px;
    color: #ccc;
    text-align: end;
    background-color: transparent;
}
.ovic-products.style-06 .slick-slider.nav-top-right > .slick-arrow.prev{
    text-align: start;
    right: 20px;
}
.ovic-products.style-06 .slick-slider.nav-top-right > .slick-arrow:hover{
    color: var(--main-color);
}
.product-item.style-06 .product-inner{
    text-align: center;
}
.product-item.style-06 .product-thumb{
    margin-bottom: 18px;
    overflow: hidden;
}
.product-item.style-06 .product-thumb .slick-arrow.prev{
    top: 0;
    left: auto;
    right: 30px;
}
.product-item.style-06 .product-thumb .slick-arrow.next{
    top: 0;
}
.product-item.style-06 .product-title{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.product-item.style-06 .price{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
}
.product-item.style-06 .group-add-to-cart{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 17px 0 0;
    font-size: 0;
    line-height: 0;
}
.product-item.style-06 .add-to-cart a{
    padding: 6px 20px;
}
.product-item.style-06 .add-to-cart a:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #999 inset;
}
.product-item.style-06 .group-button{
    bottom: 53px;
}
@media (max-width: 1199px){
    .product-item.style-06 .group-button{
        bottom: 51px;
    }
    .product-item.style-06 .group-add-to-cart{
        background-color: rgba(255, 255, 255, .8);
        padding: 15px 0 0;
    }
}
@media (max-width: 479px){
    .product-item.style-06 .group-add-to-cart{
        display: none;
    }
}
/* style-07 */
.ovic-products.style-07.overflow-content .product-list-owl > .slick-list:before,
.ovic-products.style-07.overflow-content .product-list-owl > .slick-list:after{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    bottom: 77px;
    width: 1000%;
    background-color: rgba(0, 0, 0, .15);
    z-index: 1;
    pointer-events: none;
}
.ovic-products.style-07.overflow-content .product-list-owl > .slick-list:after{
    left: auto;
    right: 100%;
}
.product-item.style-07 .product-thumb{
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
}
.product-item.style-07 .thumb-link:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}
.product-item.style-07 .product-inner:hover .thumb-link:after{
    background-color: rgba(0, 0, 0, .2);
}
.product-item.style-07 .group-price{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-item.style-07 .price{
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 9px 25px;
}
.product-item.style-07 .price del{
    font-weight: inherit;
    margin-inline-start: 7px;
}
.product-item.style-07 .group-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
}
.product-item.style-07 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 2px 1px 0;
    background-color: #fff;
}
.product-item.style-07 a.compare,
.product-item.style-07 a.yith-wcqv-button{
    border: none;
    width: 42px;
}
.product-item.style-07 a.compare:before,
.product-item.style-07 a.yith-wcqv-button:before{
    line-height: 42px;
}
.product-item.style-07 .add-to-cart a{
    padding: 9px 25px;
}
.product-item.style-07 .add-to-cart a:not(:hover){
    background-color: transparent;
}
.product-item.style-07 .product-info{
    padding-inline-end: 15px;
}
.product-item.style-07 .product-title{
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
@media (max-width: 1199px){
    .product-item.style-07 .group-button{
        display: none;
    }
}
@media (max-width: 479px){
    .ovic-products.style-07.overflow-content .product-list-owl > .slick-list:before,
    .ovic-products.style-07.overflow-content .product-list-owl > .slick-list:after{
        bottom: 64px;
    }
    .product-item.style-07 .product-thumb{
        margin-bottom: 15px;
    }
    .product-item.style-07 .product-title{
        margin-bottom: 5px;
    }
    .product-item.style-07 .price{
        padding: 5px 13px;
        font-size: 13px;
    }
    .product-item.style-07 .price del{
        font-size: 11px;
        margin-inline-start: 5px;
    }
}
/* style-08 */
.product-item.style-08 .product-inner{
    text-align: center;
    background-color: #fff;
    padding: 25px 11px 20px;
    box-shadow: 0 0 0 1px #f3f3f3 inset;
}
.product-item.style-08 .posted_in{
    display: block;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.product-item.style-08 .product-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    margin-bottom: 0;
    padding-bottom: 13px;
}
.product-item.style-08 .product-thumb{
    margin-bottom: 15px;
}
.product-item.style-08 .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-08 .yith-wcwl-add-to-wishlist a{
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    width: 42px;
    color: #fff;
}
.product-item.style-08 .yith-wcwl-add-to-wishlist a:before{
    font-size: 17px;
    line-height: 42px;
}
.product-item.style-08 .yith-wcwl-add-to-wishlist a:hover{
    color: #fff;
}
.product-item.style-08 .price{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 4px;
}
.product-item.style-08 .price del{
    font-size: 13px;
    margin: 0 0 0 5px;
}
.product-item.style-08 .add-to-cart{
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
}
.product-item.style-08 .add-to-cart:before,
.product-item.style-08 .add-to-cart:after{
    display: block;
}
.product-item.style-08 .add-to-cart a{
    font-size: 0;
    line-height: 0;
    padding: 1px 13px;
    border-radius: 90px;
}
.product-item.style-08 .add-to-cart a:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #ddd inset;
    color: #ccc;
}
.product-item.style-08 .add-to-cart a:before{
    display: inline-block;
    vertical-align: top;
    content: '+';
    font-size: 18px;
    line-height: 30px;
}
.product-item.style-08 .add-to-cart a:after{
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 5px 1px 5px 2px;
}
.product-item.style-08 .add-to-cart a:not(.loading):after{
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e66e";
    font-size: 20px;
    line-height: 20px;
}
@media (min-width: 1200px){
    .product-item.style-11 .product-inner:not(:hover) .yith-wcwl-add-to-wishlist,
    .product-item.style-09 .product-inner:not(:hover) .yith-wcwl-add-to-wishlist,
    .product-item.style-08 .product-inner:not(:hover) .yith-wcwl-add-to-wishlist{
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
    }
    .product-item.style-11 .yith-wcwl-add-to-wishlist,
    .product-item.style-09 .yith-wcwl-add-to-wishlist,
    .product-item.style-08 .yith-wcwl-add-to-wishlist{
        transition: all .3s;
    }
}
@media (max-width: 991px){
    .product-item.style-08 .price{
        font-size: 14px;
    }
    .product-item.style-08 .price del{
        font-size: 12px;
        margin: 1px 0 -1px 5px;
    }
    .product-item.style-08 .yith-wcwl-add-to-wishlist a{
        width: 36px;
    }
    .product-item.style-08 .yith-wcwl-add-to-wishlist a:before{
        font-size: 16px;
        line-height: 36px;
    }
}
@media (max-width: 479px){
    .product-item.style-08 .product-inner{
        padding: 20px 8px 15px;
    }
    .product-item.style-08 .posted_in,
    .product-item.style-08 .yith-wcwl-add-to-wishlist a{
        display: none;
    }
    .product-item.style-08 .product-thumb{
        margin-bottom: 5px;
    }
    .product-item.style-08 .price{
        display: block;
        padding: 4px 0;
    }
}
/* style-09 */
.ovic-products.style-09 .button-products{
    border: none;
    padding: 0;
}
.ovic-products.style-09 .button-products .button{
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    text-decoration: none;
    border-bottom: 2px solid #7f7f7f;
}
.ovic-products.style-09 .button-products .button:hover{
    border-bottom: 2px solid;
}
.product-item.style-09 .product-thumb{
    overflow: hidden;
    margin-bottom: 10px;
}
.product-item.style-09 .product-title{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    color: #666;
}
.product-item.style-09 .add-to-cart{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-item.style-09 .add-to-cart > a{
    font-size: 12px;
    letter-spacing: .05em;
    padding: 6px 20px;
    width: 100%;
}
.product-item.style-11 .yith-wcwl-add-to-wishlist,
.product-item.style-09 .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 0;
    right: 0;
}
.product-item.style-11 .yith-wcwl-add-to-wishlist a,
.product-item.style-09 .yith-wcwl-add-to-wishlist a{
    border-color: transparent;
}
.product-item.style-09 .price{
    font-size: 16px;
}
.product-item.style-09 .price del{
    font-size: 13px;
    margin: 0 0 0 5px;
}
@media (max-width: 479px){
    .product-item.style-09 .add-to-cart{
        display: none;
    }
}
/* style-10 */
.product-item.style-10 .product-thumb{
    margin-bottom: 10px;
}
.product-item.style-10 .product-title{
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}
.product-item.style-10 .price{
    font-size: 15px;
}
.product-item.style-10 .group-button{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.product-item.style-10 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: static;
}
.product-item.style-10 a.yith-wcqv-button,
.product-item.style-10 .yith-wcwl-add-to-wishlist a,
.product-item.style-10 .add-to-cart > a{
    width: 44px;
    height: auto;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    letter-spacing: 0;
    color: #aaa;
    font-size: 0;
    line-height: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    border: none;
    font-weight: 400;
}
.product-item.style-10 a.yith-wcqv-button:hover,
.product-item.style-10 .yith-wcwl-add-to-wishlist a:hover,
.product-item.style-10 .add-to-cart > a:hover{
    color: #fff;
}
.product-item.style-10 a.yith-wcqv-button:before,
.product-item.style-10 .yith-wcwl-add-to-wishlist a:before,
.product-item.style-10 .add-to-cart > a:before{
    font-size: 18px;
    line-height: 44px;
}
.product-item.style-10 a.yith-wcqv-button:before{
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
}
.product-item.style-10 .yith-wcwl-add-to-wishlist a:before{
    font-size: 16px;
}
.product-item.style-10 .add-to-cart:before,
.product-item.style-10 .add-to-cart:after{
    display: block;
}
.product-item.style-10 .add-to-cart > a:before{
    font-family: Flaticon, sans-serif;
    content: "\f108";
}
@media (min-width: 1200px){
    .product-item.style-10 .product-inner:not(:hover) a.yith-wcqv-button,
    .product-item.style-10 .product-inner:not(:hover) .yith-wcwl-add-to-wishlist,
    .product-item.style-10 .product-inner:not(:hover) .add-to-cart{
        visibility: hidden;
        opacity: 0;
        transform: scale(1.3);
    }
    .product-item.style-10 .group-button > *{
        transition: all .6s;
    }
}
@media (max-width: 767px){
    .product-item.style-10 .group-button{
        display: none;
    }
}
/* style-11 */
.product-item.style-11 .product-info{
    text-align: center;
}
/* style-12 */
.ovic-products.style-12 .product-list-owl:before,
.ovic-products.style-12 .product-list-owl:after{
    display: table;
    content: '';
    clear: both;
}
.ovic-products.style-12 .product-list-owl > .slick-list{
    transition: .5s;
    transform: none;
}
.ovic-products.style-12 .button-products{
    border: none;
    padding: 30px 0 0;
}
.ovic-products.style-12 .button-products .button{
    padding: 10px 15px;
    color: var(--main-color);
    border: 3px solid var(--main-color);
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    width: 270px;
    max-width: 100%;
}
.ovic-products.style-12 .button-products .button:hover{
    color: #fff;
    background-color: var(--main-color-2);
}
.product-item.style-12{
    text-align: center;
}
.product-item.style-12 .product-wrapper{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: start;
}
.product-item.style-12 .product-inner{
    background-color: #fff;
}
.product-item.style-12 .product-thumb{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.product-item.style-12 .product-info{
    position: relative;
    padding-top: 12px;
}
.product-item.style-12 .product-info:before,
.product-item.style-12 .product-info:after{
    content: '';
    display: table;
    clear: both;
}
.product-item.style-12 .product-title{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #666;
}
.product-item.style-12 .add-to-cart{
    margin-top: 10px;
}
.product-item.style-12 .add-to-cart > a{
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    border: 3px solid;
}
.product-item.style-12 .add-to-cart > a:not(:hover):not(:focus){
    background-color: #fff;
}
.product-item.style-12 .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.product-item.style-12 .yith-wcwl-add-to-wishlist a{
    width: 36px;
    border-radius: 90%;
    border: none;
    background-color: #fff;
}
.product-item.style-12 .yith-wcwl-add-to-wishlist a:before{
    font-size: 16px;
    line-height: 36px;
}
.product-item.style-12 table.variations{
    margin-bottom: 5px;
}
.product-item.style-12 table.variations tr{
    margin-bottom: 0;
    padding-bottom: 10px;
}
.product-item.style-12 table.variations .color-variable-item,
.product-item.style-12 table.variations .image-variable-item{
    width: 20px !important;
    height: 20px !important;
    border: none !important;
}
.product-item.style-12 table.variations .color-variable-item.selected span,
.product-item.style-12 table.variations .color-variable-item:hover span,
.product-item.style-12 table.variations .image-variable-item.selected img,
.product-item.style-12 table.variations .image-variable-item:hover img{
    border: 2px solid;
}
.product-item.style-12 table.variations .color-variable-item [style="background-color:#ffffff;"]{
    border: 2px solid #ccc;
}
.product-item.style-12 table.variations .button-variable-item{
    width: auto !important;
    height: auto !important;
    min-width: inherit !important;
    color: #aaa;
    border: none;
}
.product-item.style-12 table.variations .button-variable-item:not(:last-child){
    margin-inline-end: 10px;
}
.product-item.style-12 table.variations .button-variable-item span{
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500;
    padding: 0 !important;
}
@media (min-width: 1200px){
    .product-item.style-12 .product-wrapper:hover .product-inner{
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        z-index: 2;
    }
    .product-item.style-12 .product-inner{
        margin: -15px -15px 0;
        padding: 15px 15px 0;
        transition: .5s;
    }
    .product-item.style-12 .product-inner:not(:hover){
        background-color: transparent;
    }
    .product-item.style-12 .product-inner:after{
        position: absolute;
        content: '';
        bottom: -15px;
        left: 0;
        right: 0;
        height: 16px;
        background-color: #fff;
    }
    .product-item.style-12 .product-info{
        padding-bottom: 23px;
        background-color: #fff;
        position: relative;
        transition: .5s;
    }
    .product-item.style-12 .product-wrapper:hover .product-info{
        margin-top: -70px;
        padding-bottom: 10px;
        margin-bottom: 83px;
    }
    .product-item.style-12 .product-wrapper:not(:hover) .group-button{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-12 .group-button{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
        background-color: #fff;
        z-index: 2;
        padding: 1px 15px 15px;
        transition: .5s;
    }
    .product-item.style-12 .group-button:after{
        position: absolute;
        content: '';
        top: -15px;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 16px;
    }
    .product-item.style-12 .add-to-cart{
        margin-top: 0;
    }
}
@media (max-width: 1199px){
    .ovic-products.style-12 .button-products .button{
        font-size: 13px;
        padding: 7px 15px;
        width: 210px;
    }
    .product-item.style-12 .variations_form{
        display: none;
    }
}
@media (max-width: 479px){
    .product-item.style-12 .add-to-cart > a{
        padding: 4px 8px;
        font-size: 13px;
    }
}
/* style-14 */
.ovic-products.style-14 .ovic-custom-heading.style-01{
    margin-bottom: 25px;
}
.ovic-products.style-14 .ovic-custom-heading.style-01 .title{
    display: block;
    padding: 0;
}
.ovic-products.style-14 .ovic-custom-heading.style-01 .title:not(:last-child){
    margin-bottom: 2px;
}
.ovic-products.style-14 .ovic-custom-heading.style-01 .title:before{
    display: none;
}
.ovic-products.style-14 .ovic-custom-heading.style-01 .subtitle{
    font-family: inherit;
    font-style: inherit;
    font-size: 16px;
    color: #888;
    margin-bottom: 2px;
}
.ovic-products.style-14.nav-top-right{
    position: relative;
}
.ovic-products.style-14.nav-top-right > .ovic-custom-heading.style-01{
    text-align: center;
    padding: 0;
}
.ovic-products.style-14.nav-top-right > .ovic-custom-heading.style-01 .title{
    padding: 0 60px;
}
.ovic-products.style-14.nav-top-right .product-list-owl{
    position: static;
}
.ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow{
    top: 0;
    font-size: 14px;
    box-shadow: none;
    width: 22px;
    line-height: 44px;
    text-align: end;
    color: #aaa;
}
.ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow:hover{
    color: var(--main-color);
    background-color: transparent;
}
.ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow.prev{
    right: 22px;
    text-align: start;
}
.ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow.prev:before{
    font-family: main-icon, sans-serif;
    content: '\e902';
}
.ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow.next:before{
    font-family: main-icon, sans-serif;
    content: '\e903';
}
.product-item.style-14 .product-inner{
    text-align: center;
}
.product-item.style-14 .product-info{
    padding: 14px 0 1px;
    position: relative;
}
.product-item.style-14 .product-title{
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: inherit;
    margin-bottom: 2px;
}
.product-item.style-14 .price{
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.product-item.style-14 .price del{
    font-size: 14px;
}
.product-item.style-14 .product-inner:not(:hover) .group-button{
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
}
.product-item.style-14 .group-button{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 11px 0 0;
    transition: .3s;
}
.product-item.style-14 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.product-item.style-14 .add-to-cart > a{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    padding: 4px 6px 2px;
    color: var(--main-color);
}
.product-item.style-14 .add-to-cart > a:hover{
    color: var(--main-color-2);
}
.product-item.style-14 .add-to-cart > a:before{
    content: '+';
    margin-inline-end: 3px;
}
.product-item.style-14 a.compare,
.product-item.style-14 a.yith-wcqv-button,
.product-item.style-14 .yith-wcwl-add-to-wishlist a{
    border: none;
    width: 30px;
}
.product-item.style-14 a.compare:not(.added):not(:hover),
.product-item.style-14 a.yith-wcqv-button:not(:hover),
.product-item.style-14 .yith-wcwl-add-to-wishlist > *:not(.yith-wcwl-wishlistaddedbrowse):not(.yith-wcwl-wishlistexistsbrowse) a:not(:hover){
    color: #333;
}
.product-item.style-14 a.compare:before{
    font-family: main-icon, sans-serif;
    content: '\e916';
    font-size: 17px;
    line-height: 30px;
}
.product-item.style-14 a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
    font-size: 19px;
    line-height: 30px;
}
.product-item.style-14 .yith-wcwl-add-to-wishlist a:before{
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    margin: 1px 0 -1px;
}
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-item.style-14 .yith-wcwl-add-to-wishlist .delete_item{
    color: var(--main-color-2);
}
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item.style-14 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-item.style-14 .yith-wcwl-add-to-wishlist .delete_item:before{
    content: "\f08a";
}
/* style-15 */
.product-item.style-15 .product-thumb{
    overflow: hidden;
}
.product-item.style-15 .product-inner:not(:hover) .group-attribute{
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}
.product-item.style-15 .group-attribute{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    transition: .3s;
}
.product-item.style-15 .product-loop-gallery{
    margin: -2px;
    display: flex;
    flex-wrap: wrap;
}
.product-item.style-15 .gallery-item{
    padding: 0;
    margin: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.08);
    overflow: hidden;
    width: 60px;
}
.product-item.style-15 .gallery-item img{
    transition: .2s;
}
.product-item.style-15 .gallery-item:hover img{
    transform: scale(1.2);
}
.product-item.style-15 .variations_form{
    margin-top: 18px;
    margin-bottom: -2px;
}
.product-item.style-15 table.variations{
    margin: 0;
}
.product-item.style-15 table.variations tr{
    margin: 0;
}
.product-item.style-15 table.variations .label{
    display: none;
}
.product-item.style-15 table.variations .rtwpvs-term{
    margin: 2px !important;
    border: none !important;
}
.product-item.style-15 table.variations .rtwpvs-terms-wrapper{
    margin: 0 -2px;
}
.product-item.style-15 table.variations .rtwpvs-button-term span{
    font-size: 12px !important;
}
.product-item.style-16 .product-info,
.product-item.style-15 .product-info{
    padding: 14px 0 0;
    overflow: hidden;
}
.product-item.style-16 .product-title,
.product-item.style-15 .product-title{
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .04em;
    color: #272727;
    margin-bottom: 4px;
}
.product-item.style-15 .group-button:before,
.product-item.style-15 .group-button:after{
    content: '';
    display: table;
    clear: both;
}
.product-item.style-15 .price{
    font-family: inherit;
    display: inline-block;
    vertical-align: top;
    font-weight: 800;
    color: var(--main-color);
}
.product-item.style-15 .amount{
    color: inherit;
    font-family: inherit;
}
.product-item.style-15 .product-inner:not(:hover) .group-right{
    transform: scale(0);
}
.product-item.style-15 .group-right{
    float: right;
    margin: 0 -6px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    transition: .3s;
}
.product-item.style-15 .group-right > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    font-size: 14px;
    line-height: 24px;
}
.product-item.style-15 .yith-wcwl-add-to-wishlist a{
    width: 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    border: none;
    color: var(--main-color);
}
.product-item.style-15 .yith-wcwl-add-to-wishlist a:before{
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
.product-item.style-15 .yith-wcwl-add-to-wishlist a:hover{
    color: var(--main-color-2);
}
.product-item.style-15 .add-to-cart:before{
    left: auto;
    right: 0;
    transform: none;
}
.product-item.style-15 .add-to-cart > a{
    width: 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    background-color: transparent;
    color: var(--main-color);
}
.product-item.style-15 .add-to-cart > a:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e934';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.product-item.style-15 .add-to-cart > a:hover{
    color: var(--main-color-2);
}
.product-item.style-15 .add-to-cart > a.loading:after{
    width: 20px;
    height: 20px;
}
.product-item.style-15 .yith-wcwl-add-to-wishlist a.loading:before,
.product-item.style-15 .add-to-cart > a.loading:before{
    opacity: 0;
}
/* style-16 */
.product-item.style-16 .view-now{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
}
.product-item.style-16 .view-now:not(:hover){
    color: var(--main-color);
}
@media (max-width: 1199px){
    .ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow{
        font-size: 13px;
        width: 17px;
        line-height: 34px;
    }
    .ovic-products.style-14 .product-list-owl.nav-top-right > .slick-arrow.prev{
        right: 17px;
    }
    .ovic-products.style-14 .ovic-custom-heading.style-01{
        margin-bottom: 21px;
    }
    .ovic-products.style-14 .ovic-custom-heading.style-01 .title:not(:last-child){
        margin-bottom: 0;
    }
    .ovic-products.style-14 .ovic-custom-heading.style-01 .subtitle{
        font-size: 15px;
        line-height: 22px;
    }
    .ovic-products.style-14.nav-top-right > .ovic-custom-heading.style-01 .title{
        padding: 0 50px;
    }
    .product-item.style-14 .product-info{
        padding: 12px 0 0;
    }
    .product-item.style-14 .product-title{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .product-item.style-14 .price{
        font-size: 17px;
        line-height: 27px;
    }
    .product-item.style-15 .group-right,
    .product-item.style-15 .group-attribute,
    .product-item.style-14 .group-button{
        display: none;
    }
}
@media (max-width: 767px){
    .product-item.style-14 .price{
        font-size: 15px;
        line-height: 24px;
    }
    .product-item.style-14 .price del{
        font-size: 13px;
        margin: 0 0 0 5px;
    }
}
/* style-17 */
.ovic-products.style-17 .button-products{
    padding: 0;
    border: none;
    margin-top: 20px;
}
.ovic-products.style-17 .button-products .button{
    font-size: 16px;
    text-decoration: none;
    padding: 10px 40px;
    color: #fff !important;
    background-color: var(--main-color-2) !important;
}
.ovic-products.style-17 .button-products .button:hover{
    opacity: .7;
}
.product-item.style-17 .product-inner{
    text-align: center;
}
.product-item.style-17 .product-labels > *{
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 3px 14px;
    background-color: var(--main-color-2);
    border-color: var(--main-color-2);
}
.product-item.style-17 .product-labels .onsale .text{
    display: block;
}
.product-item.style-17 .product-labels .onsale .percent{
    display: none;
}
.product-item.style-17 .product-labels .onsale{
    background-color: #ebad36;
    border-color: #ebad36;
}
.product-item.style-17 .product-labels .featured{
    background-color: #ff7a5f;
    border-color: #ff7a5f;
}
.product-item.style-17 .thumb-link:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
}
.product-item.style-17 .product-inner:hover .thumb-link:after{
    background-color: rgba(0, 0, 0, .1);
}
.product-item.style-17 .product-inner:not(:hover) .group-button{
    transform: scale(1, .5);
    opacity: 0;
    visibility: hidden;
}
.product-item.style-17 .group-button{
    position: absolute;
    top: calc(50% - 28px);
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.product-item.style-17 .group-button > *{
    margin: 0 5px;
}
.product-item.style-17 .add-to-cart > a,
.product-item.style-17 .yith-wcwl-add-to-wishlist a,
.product-item.style-17 a.yith-wcqv-button{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    width: 56px;
    color: #fff;
    border: none;
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .6) inset;
    border-radius: 50%;
}
.product-item.style-17 .add-to-cart > a:hover,
.product-item.style-17 .yith-wcwl-add-to-wishlist a:hover,
.product-item.style-17 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item.style-17 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-item.style-17 .yith-wcwl-add-to-wishlist .delete_item a,
.product-item.style-17 a.yith-wcqv-button:hover{
    background-color: var(--main-color-2);
    box-shadow: none;
}
.product-item.style-17 .yith-wcwl-add-to-wishlist a:before{
    font-family: main-icon, sans-serif;
    content: '\e90c';
    font-weight: 400;
    font-size: 20px;
    line-height: 56px;
}
.product-item.style-17 a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: '\e94b';
    font-weight: 400;
    font-size: 22px;
    line-height: 56px;
}
.product-item.style-17 .add-to-cart > a:before{
    font-family: main-icon, sans-serif;
    content: '\e94a';
    font-weight: 400;
    font-size: 20px;
    line-height: 56px;
}
.product-item.style-17 .add-to-cart:before,
.product-item.style-17 .add-to-cart:after{
    display: block;
}
.product-item.style-17 .product-title{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0;
}
.product-item.style-17 .price{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 1px 0 0;
}
.product-item.style-17 .price ins{
    color: #ff7a5f;
    margin-inline-end: 10px;
}
.product-item.style-17 .price del{
    font-size: inherit;
    color: inherit;
    margin: 0;
}
.product-item.style-17 table.variations{
    margin: 0;
}
.product-item.style-17 table.variations .rtwpvs-terms-wrapper{
    justify-content: center;
}
.product-item.style-17 table.variations tr{
    margin: 10px 0 0;
}
@media (max-width: 1199px){
    .product-item.style-17 .group-button,
    .product-item.style-17 table.variations{
        display: none;
    }
}
@media (max-width: 767px){
    .product-item.style-17 .product-title{
        font-size: 15px;
        margin-top: 7px;
    }
    .product-item.style-17 .price{
        font-size: 16px;
    }
}
/* style-18 */
.product-item.style-18 .product-inner{
    text-align: center;
}
.product-item.style-18 .product-thumb{
    overflow: hidden;
}
.product-item.style-18 .product-labels{
    top: 15px;
    left: 15px;
}
.product-item.style-18 .product-labels > *{
    --product-label-color: var(--main-color-2);
    font-size: 13px;
    padding: 0 10px;
    padding-inline-end: 6px;
    background-color: var(--product-label-color);
}
.product-item.style-18 .product-labels > *:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    border-inline-start: 7px solid var(--product-label-color);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.product-item.style-18 .product-labels > .onnew{
    --product-label-color: #7bab9f;
}
.product-item.style-18 .product-info{
    padding: 18px 0 0;
}
.product-item.style-18 .product-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 2px;
}
.product-item.style-18 .price{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 700;
}
.product-item.style-18 .price ins{
    margin-inline-end: 7px;
}
.product-item.style-18 .price del{
    font-size: 13px;
    margin: 1px 0 -1px;
}
.product-item.style-18 .group-button{
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.product-item.style-18 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0;
}
.product-item.style-20 .yith-wcwl-add-to-wishlist a,
.product-item.style-19 .yith-wcwl-add-to-wishlist a,
.product-item.style-18 .yith-wcwl-add-to-wishlist a{
    color: inherit;
    background-color: transparent;
    border: none;
    transition: none;
    width: 100%;
}
.product-item.style-18 a.compare,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *,
.product-item.style-18 a.yith-wcqv-button{
    border-radius: 90px !important;
    width: 40px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    border: none;
    transition: all .2s;
}
.product-item.style-18 a.compare:hover,
.product-item.style-18 a.compare.added,
.product-item.style-18 a.yith-wcqv-button:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-18 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-18 .yith-wcwl-add-to-wishlist .delete_item{
    color: #fff;
    background-color: var(--main-color-2);
}
.product-item.style-19 a.compare:before,
.product-item.style-18 a.compare:before{
    font-size: 16px;
    line-height: 40px;
}
.product-item.style-19 .yith-wcwl-add-to-wishlist a:before,
.product-item.style-18 .yith-wcwl-add-to-wishlist a:before{
    font-family: main-icon, sans-serif;
    content: '\e94d';
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    margin: -1px 0 1px;
}
.product-item.style-19 a.yith-wcqv-button:before,
.product-item.style-18 a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: '\e94e';
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    margin: 1px 0 -1px;
}
.product-item.style-18 .add-to-cart > a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 40px;
    padding: 0;
    border-radius: 90px;
}
.product-item.style-19 .add-to-cart > a:before,
.product-item.style-18 .add-to-cart > a:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e94c';
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
}
.product-item.style-19 .add-to-cart:before,
.product-item.style-19 .add-to-cart:after,
.product-item.style-18 .add-to-cart:before,
.product-item.style-18 .add-to-cart:after{
    display: block;
}
/* style-19 */
.product-item.style-19 .product-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-item.style-19 .product-thumb{
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
}
.product-item.style-20 .product-labels,
.product-item.style-19 .product-labels{
    top: 20px;
    left: 0;
}
.product-item.style-20 .product-labels > *,
.product-item.style-19 .product-labels > *{
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0 15px;
}
.product-item.style-20 .product-labels .onsale,
.product-item.style-19 .product-labels .onsale{
    background-color: var(--main-color-2);
}
.product-item.style-20 .product-labels .onsale .text,
.product-item.style-19 .product-labels .onsale .text{
    display: block;
}
.product-item.style-20 .product-labels .onsale .percent,
.product-item.style-19 .product-labels .onsale .percent{
    display: none;
}
.product-item.style-19 .group-button{
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 64px);
    width: 128px;
    background-color: #000;
    text-align: center;
    transition: all .3s;
}
.product-item.style-19 .group-button > *{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.product-item.style-19 a.compare,
.product-item.style-19 .yith-wcwl-add-to-wishlist > *,
.product-item.style-19 a.yith-wcqv-button{
    width: 20px;
    color: #fff;
    background-color: transparent;
    border: none;
    transition: all .2s;
    padding: 0;
}
.product-item.style-19 a.compare:hover,
.product-item.style-19 a.compare.added,
.product-item.style-19 a.yith-wcqv-button:hover,
.product-item.style-19 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-19 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-19 .yith-wcwl-add-to-wishlist .delete_item{
    color: var(--main-color-2);
}
.product-item.style-19 .add-to-cart > a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    width: 20px;
}
.product-item.style-19 .add-to-cart > a:hover{
    color: var(--main-color-2);
    background-color: transparent;
}
.product-item.style-19 .product-info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-end: 15px;
}
.product-item.style-19 .product-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.product-item.style-19 .price{
    font-size: 15px;
    font-weight: 700;
}
.product-item.style-19 .price del{
    font-size: 13px;
}
.product-item.style-19 .star-rating:before{
    font-size: 14px;
    letter-spacing: .1em;
    color: #888;
}
.product-item.style-19 .star-rating > span:before{
    font-size: 14px;
    letter-spacing: .1em;
    color: #f7aa23;
    content: "\f005\f005\f005\f005\f005";
}
.light .product-item.style-19 .product-title{
    color: #fff;
}
.light .product-item.style-19 .price{
    color: #fff;
}
.light .product-item.style-19 .price del,
.light .product-item.style-19 .star-rating:before{
    color: #b7b7b7;
}
/* style-20 */
.product-item.style-20 .product-inner{
    text-align: center;
}
.product-item.style-20 .product-thumb{
    overflow: hidden;
}
.product-item.style-20 .group-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-20 .group-button > *{
    display: block;
}
.product-item.style-20 .group-button > *:not(:first-child){
    margin-top: -1px;
}
.product-item.style-20 a.compare,
.product-item.style-20 .yith-wcwl-add-to-wishlist > *,
.product-item.style-20 a.yith-wcqv-button{
    width: 42px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    transition: all .2s;
    padding: 0;
}
.product-item.style-20 a.compare:hover,
.product-item.style-20 a.compare.added,
.product-item.style-20 a.yith-wcqv-button:hover,
.product-item.style-20 .yith-wcwl-add-to-wishlist > *:hover,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-20 .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.product-item.style-20 .yith-wcwl-add-to-wishlist .delete_item{
    color: #fff;
    background-color: var(--main-color-2);
}
.product-item.style-20 a.compare:before{
    font-family: main-icon, sans-serif;
    content: '\e916';
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
}
.product-item.style-20 .yith-wcwl-add-to-wishlist a:before{
    font-family: main-icon, sans-serif;
    content: '\e90c';
    font-size: 17px;
    line-height: 42px;
    font-weight: 400;
}
.product-item.style-20 a.yith-wcqv-button:before{
    font-family: main-icon, sans-serif;
    content: '\e90e';
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
}
.product-item.style-20 .product-info{
    padding: 14px 0 0;
}
.product-item.style-20 .add-to-cart{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s;
}
.product-item.style-20 .add-to-cart > a{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 10px 15px;
    width: 100%;
}
.product-item.style-20 .product-title{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: inherit;
    margin: 0 0 3px;
}
.product-item.style-20 .price{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.product-item.style-20 .price ins{
    margin-inline-end: 7px;
}
.product-item.style-20 .price del{
    font-size: 13px;
    margin: 0;
}
@media (min-width: 768px){
    .product-item.style-19 .price{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        text-align: end;
    }
    .product-item.style-19 .price > .amount ~ .amount{
        width: 100%;
    }
    .product-item.style-19 .price del{
        order: 1;
        width: 100%;
    }
    .product-item.style-19 .price ins{
        order: 0;
        width: 100%;
    }
}
@media (min-width: 1200px){
    .product-item.style-18 .product-inner:not(:hover) .group-button > *{
        transform: translateY(70px);
    }
    .product-item.style-18 .group-button > *:nth-child(1){
        transition: transform .2s, color .2s, background-color .2s;
    }
    .product-item.style-18 .group-button > *:nth-child(2){
        transition: transform .2s .15s, color .2s, background-color .2s;
    }
    .product-item.style-18 .group-button > *:nth-child(3){
        transition: transform .2s .3s, color .2s, background-color .2s;
    }
    .product-item.style-19 .product-inner:not(:hover) .group-button{
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px);
    }
    .product-item.style-19 .thumb-link:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s;
    }
    .product-item.style-19 .product-inner:hover .thumb-link:after{
        background-color: rgba(255, 255, 255, .7);
    }
    .product-item.style-20 .product-inner:not(:hover) .group-button > *{
        transform: translateX(53px);
    }
    .product-item.style-20 .group-button > *:nth-child(1){
        transition: transform .2s, color .2s, background-color .2s;
    }
    .product-item.style-20 .group-button > *:nth-child(2){
        transition: transform .2s .15s, color .2s, background-color .2s;
    }
    .product-item.style-20 .group-button > *:nth-child(3){
        transition: transform .2s .3s, color .2s, background-color .2s;
    }
    .product-item.style-20 .product-inner:not(:hover) .add-to-cart{
        transform: translateY(45px);
    }
}
@media (max-width: 1199px){
    .product-item.style-18 .product-info{
        padding-top: 13px;
    }
    .product-item.style-20 .add-to-cart,
    .product-item.style-20 .group-button,
    .product-item.style-19 .group-button,
    .product-item.style-18 .group-button{
        display: none;
    }
    .product-item.style-19 .product-thumb{
        margin-bottom: 9px;
    }
    .product-item.style-20 .product-info{
        padding-top: 9px;
    }
    .product-item.style-20 .product-title{
        margin: 0;
    }
}
@media (max-width: 767px){
    .product-item.style-19 .product-info{
        width: 100%;
        padding-inline-end: 0;
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
.single-product-wrapper{
    position: relative;
}
.single-product-wrapper:before,
.single-product-wrapper:after{
    display: table;
    content: '';
    clear: both;
}
/*----- GALLERY -----*/
.woocommerce-product-gallery:before,
.woocommerce-product-gallery:after{
    display: table;
    clear: both;
    content: '';
}
.woocommerce-product-gallery{
    position: relative;
    margin-bottom: 30px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    font-size: 0;
    line-height: 0;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.woocommerce-product-gallery__trigger:before{
    display: block;
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e657";
    width: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.woocommerce-product-gallery__trigger img{
    display: none !important;
}
.woocommerce-product-gallery .flex-control-nav{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    overflow: hidden;
    max-width: 370px;
}
.woocommerce-product-gallery .flex-control-nav .slick-slide img{
    cursor: pointer;
    transition: .3s;
}
.woocommerce-product-gallery .flex-control-nav .slick-slide img:not(.flex-active):not(:hover){
    opacity: .3;
}
.woocommerce-product-gallery .flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    --gap: 18px;
    gap: var(--gap);
}
.woocommerce-product-gallery .flex-control-thumbs > li{
    width: calc((100% / var(--columns)) - (var(--gap) * (var(--columns) - 1) / var(--columns)));
}
.woocommerce-product-gallery .flex-control-thumbs.slick-slider{
    display: block;
}
.woocommerce-product-gallery__image.none-zoom > a,
.woocommerce-product-gallery__image.none-zoom > .zoomImg{
    display: none !important;
}
/*----- POST VIEW -----*/
.post-views{
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}
.post-views .icon:before{
    font-family: inherit;
}
/*----- DELIVERY INFO -----*/
.delivery-info{
    font-size: 14px;
    line-height: 20px;
    padding-top: 22px;
    border-top: 1px solid #eee;
    margin-top: 22px;
}
.delivery-info .item:not(:last-child){
    margin-bottom: 6px;
}
.delivery-info .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    width: 18px;
    text-align: center;
    margin-inline-end: 8px;
}
.delivery-info .main-icon-eye{
    font-size: 19px;
}
.delivery-info .text{
    display: inline;
}
.delivery-info b{
    color: var(--main-color);
}
/*----- PAYMENT INFO -----*/
.payment-info{
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color);
    background-color: #f5f5f5;
    border-radius: var(--main-bora-2);
    padding: 14px 12px;
    text-align: center;
    margin-top: 22px;
}
.payment-info .item:not(:last-child){
    margin-bottom: 5px;
}
.payment-info .text{
    display: block;
    font-weight: 600;
    margin: 0 0 4px;
}
.payment-info .image{
    display: block;
}
.payment-info img{
    display: inline-block;
    vertical-align: top;
    margin: 6px 0;
}
/*----- SUMMARY -----*/
.entry-summary{
    margin-bottom: 30px;
}
.entry-summary .product-brand{
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.entry-summary .product-brand a{
    display: inline-block;
    vertical-align: middle;
}
.entry-summary .product-brand.scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer{
    display: none;
}
.entry-summary .product_title{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.entry-summary .star-rating{
    margin-inline-end: 15px;
}
.entry-summary .price{
    font-size: 24px;
    line-height: 30px;
    margin: 22px 0 0;
}
.entry-summary .price del{
    font-size: 18px;
}
.entry-summary .stock{
    margin: 15px 0 0;
}
.stock .title{
    margin-inline-end: 5px;
}
.entry-summary > .stock:not(.ovic-stock){
    display: none;
}
.entry-summary .button-wrapper{
    float: none;
    margin: 0;
}
.entry-summary #chart-button{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 0;
}
.entry-summary #chart-button:after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f0c4";
    margin-inline-start: 10px;
}
.entry-summary .woocommerce-product-details__short-description{
    margin: 15px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
}
.entry-summary .cart{
    margin: 22px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
}
.entry-summary .variations_form .single_variation_wrap{
    margin: 30px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 27px;
}
.entry-summary .variations_form .single_variation > *{
    margin-bottom: 5px;
}
.entry-summary .variations_form .price,
.entry-summary .variations_form .stock{
    margin: 0;
}
.entry-summary .cart .quantity{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
.entry-summary .cart .quantity .input-text{
    width: 160px;
    padding: 13px 40px;
    height: 50px;
}
.entry-summary .cart .quantity .btn-number{
    padding: 13px 0;
    width: 40px;
}
.entry-summary .single_add_to_cart_button,
.entry-summary .added_to_cart{
    display: inline-block;
    vertical-align: middle;
    padding: 13px 40px;
    margin: 0 5px 5px 0;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
.entry-summary .grouped_form .stock{
    margin: 0;
}
.entry-summary .grouped_form .quantity{
    margin: 0;
}
.entry-summary .grouped_form .quantity .input-text{
    width: 100px;
    padding: 8px 25px;
    height: 40px;
}
.entry-summary .grouped_form .quantity .btn-number{
    width: 25px;
    padding: 8px 0;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity{
    width: 1%;
    text-align: center;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__quantity .button{
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label label{
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price{
    text-align: center;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price .amount{
    font-weight: 600;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price ins{
    text-decoration: none;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__price del .amount{
    font-weight: inherit;
}
.entry-summary .product_meta{
    margin: 22px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
}
.entry-summary .share{
    font-size: 13px;
    color: #999;
    margin: 15px -15px 0;
}
.entry-summary .share a{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
}
.entry-summary .share a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-inline-end: 2px;
}
.kute_boutique-product-pagination{
    float: right;
}
.kute_boutique-product-pagination ~ *{
    clear: both;
}
.kute_boutique-product-pagination a{
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    margin-inline-start: 10px;
}
.kute_boutique-product-pagination a:not(:hover) figure{
    opacity: 0;
    visibility: hidden;
}
.kute_boutique-product-pagination a figure{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    line-height: 0;
    width: 60px;
}
body .footer-bundle .cart > *{
    margin-inline-end: 5px;
}
/*----- LAYOUT & REPONSIVE -----*/
@media (min-width: 768px){
    .woocommerce-product-gallery{
        display: inline-block;
        float: left;
        width: 370px;
        max-width: 100%;
        margin-inline-end: 30px;
    }
    .entry-summary{
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 400px);
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .product-page:not(.sidebar-full) .woocommerce-product-gallery{
        width: 300px;
        margin-inline-end: 20px;
    }
    .product-page:not(.sidebar-full) .entry-summary{
        width: calc(100% - 320px);
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .woocommerce-product-gallery{
        width: 330px;
        margin-inline-end: 20px;
    }
    .entry-summary{
        width: calc(100% - 350px);
    }
}
@media (max-width: 767px){
    .woocommerce-product-gallery{
        max-width: 370px;
    }
}
@media (max-width: 479px){
    .woocommerce-product-gallery .flex-control-nav{
        margin-top: 10px;
    }
    .woocommerce-product-gallery .flex-control-thumbs{
        --gap: 10px;
    }
}
/* vertical left, right */
@media (min-width: 768px){
    .product-page-vertical_left .woocommerce-product-gallery.has-gallery ~ .entry-summary,
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery ~ .entry-summary{
        width: calc(100% - 500px);
    }
    .product-page-vertical_left .woocommerce-product-gallery.has-gallery{
        width: 470px;
        padding-inline-start: 100px;
    }
    .product-page-vertical_left .woocommerce-product-gallery.has-gallery .flex-control-nav{
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        margin: 0;
    }
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery{
        width: 470px;
        padding-inline-end: 100px;
    }
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery .flex-control-nav{
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        margin: 0;
    }
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery .woocommerce-product-gallery__trigger{
        right: 110px;
    }
    .product-page-vertical_left .woocommerce-product-gallery.has-gallery .flex-control-thumbs > li,
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery .flex-control-thumbs > li{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .product-page-vertical_left .woocommerce-product-gallery.has-gallery,
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery{
        width: 430px;
    }
    .product-page-vertical_left .woocommerce-product-gallery.has-gallery ~ .entry-summary,
    .product-page-vertical_right .woocommerce-product-gallery.has-gallery ~ .entry-summary{
        width: calc(100% - 450px);
    }
}
/* grid gallery */
.product-page-grid .woocommerce-product-gallery.has-gallery .flex-viewport{
    width: auto !important;
    height: auto !important;
}
.product-page-grid .woocommerce-product-gallery.has-gallery .woocommerce-product-gallery__wrapper{
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    font-size: 0;
    line-height: 0;
    margin: 0 -5px -10px;
}
.product-page-grid .woocommerce-product-gallery.has-gallery .woocommerce-product-gallery__image{
    display: inline-block !important;
    vertical-align: top;
    width: calc(50% - 10px) !important;
    float: none !important;
    margin: 0 5px 10px;
}
.product-page-grid .woocommerce-product-gallery.has-gallery .flex-control-nav{
    display: none;
}
/* slide gallery */
.product-page-slide .flex-control-nav{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    overflow: visible;
    max-width: 100%;
}
.product-page-slide .flex-direction-nav{
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-page-slide .woocommerce-product-gallery:not(:hover) .flex-direction-nav li a{
    transform: scale(0);
}
.product-page-slide .flex-direction-nav a:not(:hover){
    opacity: .7;
}
.product-page-slide .flex-direction-nav a{
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    color: #fff;
    transition: .3s;
}
.product-page-slide .flex-direction-nav .flex-prev{
    left: 0;
    transform-origin: left;
}
.product-page-slide .flex-direction-nav .flex-next{
    right: 0;
    transform-origin: right;
}
.product-page-slide .flex-direction-nav .flex-prev:before,
.product-page-slide .flex-direction-nav .flex-next:before{
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.product-page-slide .flex-direction-nav .flex-prev:before{
    content: '\f104';
}
.product-page-slide .flex-direction-nav .flex-next:before{
    content: '\f105';
}
@media (min-width: 768px){
    /* sticky content */
    .product-page-sticky .entry-summary.sticky{
        padding-top: 10px;
    }
    .product-page-sticky .woocommerce-product-gallery.has-gallery .flex-viewport{
        width: auto !important;
        height: auto !important;
    }
    .product-page-sticky .woocommerce-product-gallery.has-gallery .woocommerce-product-gallery__wrapper{
        display: block !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        font-size: 0;
        line-height: 0;
        margin: 0 0 -30px;
    }
    .product-page-sticky .woocommerce-product-gallery.has-gallery .woocommerce-product-gallery__image{
        display: inline-block !important;
        vertical-align: top;
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px;
    }
    .product-page-sticky .woocommerce-product-gallery.has-gallery .flex-control-nav{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 782px){
    .product-page-sticky .entry-summary.sticky{
        padding-top: 24px;
    }
}
/*----- WOO TABS -----*/
.woocommerce-tabs{
    clear: both;
    margin: 10px 0 0;
}
.woocommerce-tabs .tabs{
    list-style: none;
    margin: 0 -15px 20px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
}
.woocommerce-tabs .tabs li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.woocommerce-tabs .tabs li a{
    display: block;
    position: relative;
    padding: 3px 0;
}
.woocommerce-tabs .tabs li a:before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-top: 2px solid;
    width: 0;
    transition: width .3s;
}
.woocommerce-tabs .tabs li.active a:before{
    width: 100%;
}
.woocommerce-tabs .panel{
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
#tab-description *:last-child{
    margin-bottom: 0;
}
#tab-additional_information .shop_attributes{
    margin-bottom: 0;
}
#tab-additional_information th,
#tab-additional_information td{
    padding: 15px;
}
#tab-additional_information *:last-child{
    margin-bottom: 0;
}
#tab-reviews .woocommerce-Reviews-title{
    font-size: 20px;
    line-height: 30px;
}
#tab-reviews .woocommerce-Reviews-title span:before{
    content: '"';
}
#tab-reviews .woocommerce-Reviews-title span:after{
    content: '”';
}
#tab-reviews #comments{
    margin-bottom: 30px;
}
#wcmp_vendor_reviews .commentlist,
#tab-reviews .commentlist{
    list-style: none;
    padding: 0;
    margin: 0;
}
#wcmp_vendor_reviews .commentlist .review:not(:last-child) .comment_container,
#tab-reviews .commentlist .review:not(:last-child) .comment_container{
    margin-bottom: 30px;
}
#wcmp_vendor_reviews .commentlist .comment_container:before,
#wcmp_vendor_reviews .commentlist .comment_container:after,
#tab-reviews .commentlist .comment_container:before,
#tab-reviews .commentlist .comment_container:after{
    display: table;
    clear: both;
    content: '';
}
#wcmp_vendor_reviews .commentlist .avatar,
#tab-reviews .commentlist .avatar{
    float: left;
    width: 48px;
    height: 48px;
    margin-inline-end: 15px;
    margin-bottom: 15px;
}
#wcmp_vendor_reviews .commentlist .meta,
#tab-reviews .commentlist .meta{
    text-transform: capitalize;
    line-height: 20px;
    margin-bottom: 15px;
}
#wcmp_vendor_reviews .commentlist .description,
#tab-reviews .commentlist .description{
    clear: both;
    border: 1px solid #eee;
    padding: 10px 20px;
}
#wcmp_vendor_reviews .commentlist .description > *:last-child,
#tab-reviews .commentlist .description > *:last-child{
    margin-bottom: 0;
}
#tab-reviews .commentlist .children{
    list-style: none;
    padding: 0 0 0 20px;
}
#tab-reviews .commentlist > li > .children{
    padding-inline-start: 63px;
}
#wcmp_vendor_reviews .comment-form-rating > label,
#tab-reviews .comment-form-rating > label{
    margin-inline-end: 10px;
}
#tab-reviews #review_form p{
    margin-bottom: 10px;
}
#tab-reviews #review_form label{
    font-size: 15px;
}
#tab-reviews #review_form .comment-reply-title{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
#tab-reviews #review_form input[type="text"],
#tab-reviews #review_form input[type="email"],
#tab-reviews #review_form textarea{
    width: 100%;
}
#tab-reviews #review_form .comment-form-author > label,
#tab-reviews #review_form .comment-form-email > label{
    display: block;
}
#tab-reviews #review_form .form-submit{
    margin-bottom: 0;
    margin-top: 20px;
}
#tab-reviews #review_form .form-submit input[type="submit"]{
    padding: 15px 35px;
    min-width: 200px;
}
@media (min-width: 480px){
    .woocommerce-tabs > ul > li .dropdown-menu{
        left: auto;
        right: 0;
    }
}
@media (min-width: 768px){
    #tab-reviews .ovic-panel-rating{
        float: left;
        width: 290px;
        padding-inline-end: 30px;
    }
    #tab-reviews #reviews{
        display: inline;
    }
    #tab-reviews #comments{
        float: right;
        width: calc(100% - 290px);
        padding-inline-start: 30px;
        border-inline-start: 1px solid #eee;
    }
    #tab-reviews #comments + *{
        clear: both;
    }
    #tab-reviews #review_form .comment-form-author{
        display: inline-block;
        float: left;
        width: calc(50% - 15px);
        margin-inline-end: 30px;
    }
    #tab-reviews #review_form .comment-form-email{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 15px);
    }
}
@media (max-width: 479px){
    > ul li{
        display: block;
    }
    #tab-reviews .comment-form-author,
    #tab-reviews .comment-form-email{
        width: 100%;
    }
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
.related.products,
.up-sells.products,
.cross-sells.products{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.related.products .slick-slider,
.up-sells.products .slick-slider,
.cross-sells.products .slick-slider,
.ovic-products .slick-slider{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
/*----- EMAIL -----*/
.popup-email-content{
    position: relative;
    background-color: #fff;
    width: 800px;
    margin: 20px auto;
    max-width: 100%;
}
.popup-email-content .btn-close{
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 0;
    color: #fff;
    border: none;
    border-radius: 0;
}
.popup-email-content .btn-close:before{
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e680";
    font-size: 40px;
    line-height: 40px;
}
.form-send-friend{
    padding: 30px;
    background-color: #fff;
}
.form-send-friend .title{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.form-send-friend .form .text-input{
    width: 100%;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.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 textarea{
    width: 100%;
}
.wpcf7 p{
    margin-bottom: 30px;
}
.wpcf7 p.submit{
    margin-bottom: 0;
}
/*----- CART -----*/
.wishlist_table th,
.woocommerce-cart-form > .shop_table th{
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce table.wishlist_table td.product-name,
.woocommerce-cart-form > .shop_table td.product-name{
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce table.wishlist_table tr td.product-remove a,
.woocommerce-cart-form > .shop_table .product-remove a{
    font-size: 0;
    line-height: 0;
}
.woocommerce table.wishlist_table tr td.product-remove a:before,
.woocommerce-cart-form > .shop_table .product-remove a:before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
    font-size: 14px;
    line-height: 24px;
}
.woocommerce-cart-form > .shop_table tbody tr td.actions{
    display: block;
    border: 3px dashed #aaa;
    padding: 10px 20px 80px;
    text-align: center;
}
.woocommerce-cart-form > .shop_table tbody tr td.actions .coupon{
    display: block;
    margin: 0;
}
.woocommerce-cart-form > .shop_table tbody tr td.actions label[for="coupon_code"]{
    display: block;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 39px;
    text-align: start;
}
.woocommerce-cart-form > .shop_table tbody tr td.actions .input-text{
    width: 370px;
    max-width: 100%;
}
.cart-collaterals{
    max-width: 370px;
    margin-inline-start: auto;
    border: 1px solid #e5e5e5;
    padding: 30px 30px 50px;
}
.cart-collaterals .cart_totals > h2{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    border: none;
    padding-inline-start: 0;
    font-weight: 400;
}
.cart-collaterals .shop_table td{
    border: none;
    padding-inline-end: 0;
}
.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 .amount{
    font-weight: 600;
}
.cart-collaterals .shop_table .order-total td{
    padding-top: 25px;
    padding-bottom: 25px;
}
.cart-collaterals .shop_table .order-total .amount{
    font-size: 24px;
    line-height: 36px;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    width: 100%;
    font-size: 14px;
    padding: 13px 30px;
}
.cart-collaterals .wc-proceed-to-checkout .button:not(:last-child){
    margin-bottom: 20px;
}
.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;
}
@media (min-width: 768px){
    .woocommerce table.wishlist_table,
    .woocommerce table.wishlist_table > *,
    .woocommerce-cart-form > .shop_table,
    .woocommerce-cart-form > .shop_table > *{
        display: block;
    }
    .woocommerce table.wishlist_table tr,
    .woocommerce-cart-form > .shop_table tr{
        display: block;
        position: relative;
    }
    .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{
        border: none;
        display: inline-block;
        vertical-align: middle;
        padding: 13px 10px;
    }
    .woocommerce table.wishlist_table tbody td,
    .woocommerce-cart-form > .shop_table td{
        border: none;
        display: inline-block;
        vertical-align: middle;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .woocommerce table.wishlist_table .product-thumbnail,
    .woocommerce-cart-form > .shop_table .product-thumbnail{
        width: 110px;
        padding-inline-start: 0;
    }
    .woocommerce table.wishlist_table .product-thumbnail img,
    .woocommerce-cart-form > .shop_table .product-thumbnail img{
        width: 100px;
    }
    .woocommerce table.wishlist_table .product-name,
    .woocommerce-cart-form > .shop_table .product-name{
        width: calc(42% - 110px);
    }
    .woocommerce table.wishlist_table .product-price,
    .woocommerce table.wishlist_table .product-stock-status,
    .woocommerce table.wishlist_table .product-add-to-cart,
    .woocommerce-cart-form > .shop_table .product-price,
    .woocommerce-cart-form > .shop_table .product-quantity,
    .woocommerce-cart-form > .shop_table .product-subtotal{
        width: 16%;
    }
    .woocommerce table.wishlist_table .product-remove,
    .woocommerce-cart-form > .shop_table .product-remove{
        position: absolute;
        top: calc(50% - 12px);
        right: 0;
        padding: 0;
    }
    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table tbody td{
        border: none;
    }
}
@media (min-width: 992px){
    .woocommerce-cart-form:before,
    .woocommerce-cart-form:after{
        display: table;
        content: '';
        clear: both;
    }
    .woocommerce-cart-form > .shop_table{
        display: inline-block;
        vertical-align: top;
        float: left;
        width: calc(100% - 400px);
        margin-inline-end: 30px;
    }
    .woocommerce-cart-form > .cart-collaterals{
        display: inline-block;
        vertical-align: top;
        width: 370px;
    }
}
@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 (max-width: 767px){
    .cart-collaterals{
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}
/*----- WISHLIST -----*/
.wishlist_table .add_to_cart.button{
    display: inline-block !important;
    vertical-align: top;
    padding: 10px 30px;
}
/*----- 404 ERROR -----*/
.error-404{
    text-align: center;
    padding: 80px 0 100px;
}
.error-404 .page-title{
    font-size: 168px;
    line-height: 1;
    padding: 0;
    color: #999;
    margin-bottom: 40px;
}
.error-404 .title{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
.error-404 .subtitle{
    font-size: 13px;
    line-height: 24px;
    color: inherit;
    margin-bottom: 40px;
}
.error-404 .button{
    border: 1px solid transparent;
    font-size: 14px;
}
.error-404 .button:not(:hover){
    background-color: transparent;
    border: 1px solid #e5e5e5;
}
@media (max-width: 479px){
    .error-404 .page-title{
        font-size: 130px;
    }
}
/*==========================================================================
HEADER
===========================================================================*/
.header{
    position: relative;
}
.menu-item > .desc{
    display: none;
}
.header-inner:before,
.header-inner:after{
    display: table;
    content: '';
    clear: both;
}
body .ovic-menu li > a > .icon{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-inline-end: 5px;
}
body .ovic-menu li > a > .icon-img{
    vertical-align: middle;
}
body .ovic-menu li > a > .icon img{
    vertical-align: top;
}
/*----- LOGO -----*/
.header .logo{
    padding: 15px 0;
}
.header .logo a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
@media (max-width: 767px){
    .header .logo{
        padding: 10px 0;
    }
}
/*----- BLOCK MENU BAR -----*/
.block-menu-bar{
    display: inline-block;
    vertical-align: top;
}
.block-menu-bar a{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 13px 0;
}
.block-menu-bar a > *{
    display: inline-block;
    vertical-align: top;
}
.block-menu-bar a .icon{
    position: relative;
    width: 22px;
    font-size: 0;
    line-height: 0;
    padding: 4px 0 3px;
    margin: 0 2px;
}
.block-menu-bar a .icon span{
    display: block;
    width: 100%;
    border-top: 1px solid;
}
.block-menu-bar a .icon span:not(:last-child){
    margin-bottom: 7px;
}
.block-menu-bar a .text{
    padding-inline-start: 5px;
}
@media (min-width: 1200px){
    .block-menu-bar{
        display: none !important;
    }
}
/*----- MAIN MENU -----*/
.block-userlink{
    display: inline-block;
    vertical-align: top;
}
.block-userlink > a{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 13px 0;
}
.block-userlink > a .icon{
    font-size: 24px;
}
.block-userlink > a .text{
    padding-inline-start: 5px;
}
.block-userlink > .sub-menu{
    left: auto;
    right: 0;
}
/*----- MAIN MENU -----*/
.box-header-nav .main-menu{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.box-header-nav .main-menu .menu-item{
    position: relative;
}
.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;
    text-align: start;
    margin: 0 15px;
}
.box-header-nav .main-menu > .menu-item > a{
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}
.box-header-nav .main-menu > .menu-item > a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 2px solid var(--main-color-2);
    transition: width .3s;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > a:before{
    width: 0;
}
.box-header-nav .ovic-menu li > a > .label-image{
    margin-inline-start: 5px;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.box-header-nav .main-menu > .menu-item:hover > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:hover > .sub-menu{
    z-index: 11;
}
.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: 100%;
    left: 0;
    width: 258px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 20px 0;
    transition: .3s;
    z-index: 10;
}
.box-header-nav .main-menu > .menu-item > .sub-menu > .menu-item,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu > .menu-item{
    padding: 0 30px;
}
.box-header-nav .main-menu > .menu-item > .sub-menu > .menu-item > a,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu > .menu-item > a,
.megamenu .widget_nav_menu ul li > a{
    padding: 8px 0;
    transition: .3s;
}
.megamenu .widget_nav_menu ul li{
    padding: 0;
    min-height: auto;
}
.megamenu .widget_nav_menu ul ul{
    margin: 0;
}
.megamenu .ovic-custommenu .widget-title{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4px;
}
.box-header-nav .main-menu > .menu-item > .sub-menu > .menu-item > a:hover,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu > .menu-item > a:hover,
.megamenu .widget_nav_menu ul li > a:hover{
    padding-inline-start: 15px;
}
.box-header-nav .main-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) > a,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu > .menu-item:not(:last-child) > a{
    border-bottom: 1px dashed #ddd;
}
.box-header-nav .main-menu > .menu-item > .sub-menu > .menu-item-has-children > a:after{
    display: inline-block;
    float: right;
    content: "\f105";
    font-family: FontAwesome, sans-serif;
    font-weight: 400;
}
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    top: -20px;
    left: calc(100% - 1px);
    box-shadow: 0 -1px #e5e5e5 inset, 0 1px #e5e5e5 inset, -1px 0 #e5e5e5 inset;
}
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    transform: translateX(10px);
}
.box-header-nav .main-menu > .menu-item > .megamenu{
    padding: 20px 30px 0;
}
.box-header-nav .ovic-custommenu{
    margin-bottom: 38px;
}
.box-header-nav .view-all-category a{
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .17em;
    padding: 20px 25px;
}
.box-header-nav .view-all-category a .icon{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    padding: 13px 0;
    margin-inline-end: 5px;
    opacity: .8;
}
.box-header-nav .view-all-category a .icon span{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-radius: 50%;
}
.box-header-nav .view-all-category a .icon span:not(:last-child){
    margin-inline-end: 5px;
}
@media (max-width: 1199px){
    .box-header-nav{
        display: none !important;
    }
}
/*----- MINI CART -----*/
.block-minicart{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.block-minicart > a{
    display: block;
    position: relative;
    font-weight: 600;
    padding: 13px 0;
}
.block-minicart > a > *{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 5px;
}
.block-minicart > a .icon,
.block-wishlist > a .icon{
    font-size: 24px;
    position: relative;
    padding: 0 5px 0 0;
    font-family: inherit;
}
.block-minicart > a .icon:before,
.block-wishlist > a .icon:before{
    font-family: Pe-icon-7-stroke, sans-serif;
}
.block-minicart > a .count,
.block-wishlist > a .count{
    position: absolute;
    left: calc(50% - 2px);
    bottom: calc(50% - 2px);
    min-width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 90px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 3px;
}
.block-minicart > a .amount{
    color: inherit;
    font-family: inherit;
}
.block-minicart:not(.open) > .widget_shopping_cart{
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
}
.block-minicart .widget_shopping_cart{
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    z-index: 9;
    transition: .3s;
    text-align: start;
}
.block-minicart .widget_shopping_cart > .widgettitle{
    display: none;
}
.block-minicart .widget_shopping_cart_content{
    padding: 20px 25px 25px;
}
.block-minicart .woocommerce-mini-cart__empty-message{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.block-minicart .mini-cart-title{
    display: block;
}
@media (max-width: 479px){
    .block-minicart .widget_shopping_cart_content{
        padding: 15px;
    }
}
/*----- WISHLIST -----*/
.block-wishlist{
    display: inline-block;
    vertical-align: top;
}
.block-wishlist > a{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 13px 0;
}
.block-wishlist > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-wishlist > a .icon{
    font-size: 23px;
}
.block-wishlist > a .text{
    padding-inline-start: 5px;
}
/*----- SEARCH -----*/
.block-search{
    display: inline-block;
    vertical-align: top;
}
.block-search > a{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 13px 0;
}
.block-search > a > *{
    display: inline-block;
    vertical-align: top;
}
.block-search > a .icon{
    font-size: 23px;
}
.block-search > a .text{
    padding-inline-start: 5px;
}
.block-search > .sub-menu{
    left: auto;
    right: 0;
    padding: 0;
}
.block-search > .sub-menu .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding-inline-start: 20px;
    padding-inline-end: 50px;
}
.block-search > .sub-menu .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    left: auto;
    right: 20px;
}
.block-search > .sub-menu .dgwt-wcas-search-wrapp .dgwt-wcas-preloader,
.block-search > .sub-menu .dgwt-wcas-search-wrapp .dgwt-wcas-close{
    left: auto !important;
    right: 38px !important;
}
.block-search .search-form{
    position: relative;
}
.block-search .search-input{
    font-weight: inherit;
    color: inherit;
    margin: 0;
    width: 100%;
}
.block-search .dgwt-wcas-search-wrapp{
    position: relative;
    color: inherit;
    min-width: inherit;
    text-align: inherit;
    line-height: inherit;
    max-width: 100% !important;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader:not(.dgwt-wcas-close){
    z-index: auto;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    width: 100%;
    height: 50px;
    box-shadow: none;
    padding: 13px 60px 13px 0;
    border: none;
    background-color: transparent !important;
    font-size: 13px;
    line-height: 24px;
    text-align: inherit;
    color: inherit !important;
    position: relative;
    z-index: 1;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    opacity: inherit;
}
.block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 0;
    height: auto;
    min-width: inherit;
    font-size: 0;
    line-height: 0;
    padding: 13px 0;
    text-align: end;
    transition: .2s;
    background-color: transparent;
    text-shadow: none;
    z-index: 1;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit:before{
    position: static;
    border: none !important;
    font-size: 23px;
    line-height: 24px;
    font-family: Pe-icon-7-stroke, sans-serif;
    content: "\e618";
    transition: none;;
    font-weight: 400;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit > *{
    display: none;
}
.block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover,
.block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:focus{
    opacity: 1;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-preloader{
    opacity: 1;
    background: none !important;
    transition: .2s;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-preloader > *{
    display: none;
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before,
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 19px;
    height: 1px;
    border-top: 1px solid;
    margin: auto;
    transform: rotate(45deg);
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):after{
    transform: rotate(-45deg);
}
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-inner-preloader:after{
    width: 16px;
    height: 16px;
    border-width: 1px 1px 0 0;
}
.block-search .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;
}
.block-search.block-search-popup:not(.open-block-search){
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
.block-search.block-search-popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100001;
    padding-top: 130px;
    box-shadow: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border: none;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.block-search.block-search-popup .block-close{
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 30px;
    position: relative;
    color: var(--main-color);
    background-color: #ddd;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.block-search.block-search-popup .block-close:hover{
    color: #fff;
    background-color: var(--main-color-2);
}
.block-search.block-search-popup .block-close:before{
    display: block;
    font-family: main-icon, sans-serif;
    content: '\e901';
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp{
    clear: both;
    padding-top: 50px;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding: 18px 60px 18px 30px;
    height: 60px;
    font-size: 15px;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    width: 60px;
    text-align: center;
    padding: 18px 0;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:before{
    font-family: Flaticon, sans-serif;
    content: "\f106";
    font-size: 24px;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:not(:hover){
    color: inherit;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before,
.block-search.block-search-popup .dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):after{
    width: 25px;
    height: 2px;
    border: 1px solid;
    border-radius: 90px;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp .dgwt-wcas-inner-preloader:after{
    width: 22px;
    height: 22px;
    border-width: 2px 2px 0 0;
}
.block-search.block-search-popup.light{
    background-color: #000;
    color: #eee;
}
.block-search.block-search-popup.light .block-close{
    color: #fff;
}
.block-search.block-search-popup.light .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    box-shadow: 0 -2px #eee inset;
}
@media (max-width: 1499px){
    .block-search.block-search-popup{
        padding-top: 100px;
    }
}
@media (max-width: 1199px){
    .block-search.block-search-popup{
        padding-top: 70px;
    }
}
@media (max-width: 991px){
    .block-search.block-search-popup{
        padding-top: 40px;
    }
}
@media (max-width: 767px){
    .block-search.block-search-popup{
        padding-top: 15px;
    }
}
/*----- HEADER STICKY -----*/
.header-sticky{
    display: none;
}
.header-sticky .header-inner{
    position: relative;
}
.header-sticky .header-inner > *{
    display: inline-block;
    vertical-align: top;
}
.header-sticky .header-control{
    float: right;
}
.header-sticky .header-control > *{
    display: inline-block;
    vertical-align: top;
    float: left;
}
.header-sticky .header-control > .block-search{
    padding: 0 10px;
}
.header-sticky .header-control > * > a{
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
.header-sticky .header-control > *:last-child > a{
    padding-inline-end: 0;
}
.header-sticky .header-control > * > a > *:not(.icon){
    display: none;
}
@media (min-width: 1200px){
    body.admin-bar .header-sticky{
        top: 32px;
    }
    .header-sticky{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        z-index: 8;
        max-width: 100%;
        transition: all .3s;
    }
    .header-sticky:not(.is-sticky){
        box-shadow: none;
        transform: translateY(-100%);
    }
}
/*----- HEADER CANVAS -----*/
.block-canvas-bar{
    display: inline-block;
    vertical-align: top;
}
.canvas-open{
    display: inline-block;
    vertical-align: top;
    padding: 13px 0;
}
.canvas-open .icon{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    padding: 5px 0;
}
.canvas-open .icon span{
    display: block;
    width: 100%;
    border-top: 2px solid;
}
.canvas-open .icon span:not(:last-child){
    margin-bottom: 4px;
}
.header-canvas.open ~ .overlay-body{
    visibility: visible;
    opacity: .5;
}
.header-canvas.end:not(.open){
    transform: translateX(100%);
}
.header-canvas.end{
    left: auto;
    right: 0;
}
.header-canvas:not(.open){
    transform: translateX(-100%);
}
.header-canvas{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 345px;
    max-width: 100%;
    padding: 80px 0;
    z-index: 100001;
    background-color: #fff;
    transition: .3s;
}
.header-canvas .canvas-inner > *{
    padding: 0 45px 30px;
}
.header-canvas .canvas-inner .box-header-nav{
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.header-canvas .box-header-nav .main-menu{
    margin: 0;
}
.header-canvas .box-header-nav .main-menu > .menu-item{
    display: block;
    padding: 0 45px;
    margin: 0;
}
.header-canvas .box-header-nav .main-menu > .menu-item > a{
    display: block;
    padding: 20px 0;
}
.header-canvas .box-header-nav .main-menu > .menu-item:not(:last-child) > a{
    border-bottom: 1px dashed #ddd;
}
.header-canvas .box-header-nav .main-menu > .menu-item > a:before{
    bottom: -1px;
    transition: .5s;
}
.header-canvas .box-header-nav .main-menu > .menu-item-has-children > a:after{
    display: inline-block;
    vertical-align: top;
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-inline-start: 15px;
}
.header-canvas .box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu{
    transform: translateX(15px);
}
.header-canvas .box-header-nav .main-menu > .menu-item > .sub-menu{
    top: -1px;
    left: 100%;
    box-shadow: 0 -1px #e5e5e5 inset, 0 1px #e5e5e5 inset, -1px 0 #e5e5e5 inset;
    max-width: calc(100vw - 345px) !important;
}
.header-canvas .box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    top: -20px;
    box-shadow: 0 -1px #e5e5e5 inset, 0 1px #e5e5e5 inset, -1px 0 #e5e5e5 inset;
}
.header-canvas .canvas-inner > .block-menu-bar{
    display: block;
}
.header-canvas .canvas-inner > .block-menu-bar a{
    padding: 3px 0;
}
.header-canvas .canvas-inner > .block-menu-bar a .text{
    display: none;
}
.header-canvas .header-control > *{
    display: inline-block;
    vertical-align: top;
    position: static;
}
.header-canvas .header-control > *:first-child > a{
    padding-inline-start: 0;
}
.header-canvas .header-control > * > a{
    padding: 3px 8px;
}
.header-canvas .header-control > * > a > *:not(.icon){
    display: none;
}
.header-canvas .header-control > * > .sub-menu,
.header-canvas .header-control > * > .widget_shopping_cart{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    border: none;
    box-shadow: none;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.header-canvas .header-control > * > .sub-menu{
    padding: 80px 0;
}
.header-canvas .header-control > * > .sub-menu > .menu-item{
    padding: 0 45px;
}
.header-canvas .header-control > * > .sub-menu > .menu-item > a{
    padding: 18px 0;
}
.header-canvas .block-minicart .widget_shopping_cart_content{
    padding: 80px 45px;
}
.header-canvas .block-search .dgwt-wcas-search-wrapp{
    padding: 0 45px;
}
.header-canvas .block-search > .sub-menu .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding: 0 30px 0 0;
}
.header-canvas .block-search > .sub-menu .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    right: 0;
}
.header-canvas .block-search > .sub-menu .dgwt-wcas-search-wrapp .dgwt-wcas-preloader,
.header-canvas .block-search > .sub-menu .dgwt-wcas-search-wrapp .dgwt-wcas-close{
    right: 23px !important;
}
.header-canvas .block-minicart:not(.open) > .widget_shopping_cart,
.header-canvas .kute-boutique-dropdown:not(.open) > .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%);
}
.header-canvas .header-deco{
    font-size: 0;
    line-height: 0;
}
.header-canvas .header-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .05em;
    margin: 0;
    padding-bottom: 60px;
}
.header-canvas .ovic-socials ul li a{
    width: 36px;
}
.header-canvas .ovic-socials ul li a .icon{
    font-size: 18px;
    line-height: 36px;
}
.header-canvas .block-close,
.header-canvas .canvas-close,
.header-canvas .canvas-toggle{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #ddd;
}
.header-canvas .block-close:before,
.header-canvas .block-close:after,
.header-canvas .canvas-close:before,
.header-canvas .canvas-close:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
}
.header-canvas .block-close:after,
.header-canvas .canvas-close:after{
    transform: rotate(-45deg);
}
.header-canvas .block-close:hover:before,
.header-canvas .block-close:hover:after,
.header-canvas .canvas-close:hover:before,
.header-canvas .canvas-close:hover:after{
    background-color: #fff;
}
.header-canvas .canvas-toggle{
    transition: .3s;
}
.header-canvas .canvas-toggle:before,
.header-canvas .canvas-toggle:after{
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-inline-end: 1px solid;
    transform-origin: right top;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}
.header-canvas .canvas-toggle:after{
    right: 16px;
    transform: rotate(-135deg);
}
.header-canvas .canvas-toggle:hover:before,
.header-canvas .canvas-toggle:hover:after{
    border-color: #fff;
}
@media (min-width: 1200px){
    .header-canvas.open .canvas-toggle{
        right: -30px;
    }
    .header-canvas.open .canvas-toggle:after{
        right: 11px;
        transform: rotate(-135deg) scale(-1);
    }
    .header-canvas .header-control > *:nth-child(2) > a{
        padding-inline-start: 0;
    }
}
@media (max-width: 1499px){
    .header-canvas{
        width: 320px;
    }
    .header-canvas,
    .header-canvas .header-control > * > .sub-menu{
        padding: 50px 0;
    }
    .header-canvas .canvas-inner > *{
        padding: 0 35px 20px;
    }
    .header-canvas .box-header-nav .main-menu > .menu-item,
    .header-canvas .block-search .dgwt-wcas-search-wrapp,
    .header-canvas .header-control > * > .sub-menu > .menu-item{
        padding: 0 35px;
    }
    .header-canvas .box-header-nav .main-menu > .menu-item > a{
        padding: 15px 0;
    }
    .header-canvas .header-text{
        padding-bottom: 30px;
    }
    .header-canvas .block-minicart .widget_shopping_cart_content{
        padding: 50px 35px;
    }
    .header-canvas .header-control > * > .sub-menu > .menu-item > a{
        padding: 13px 0;
    }
    .header-canvas .box-header-nav .main-menu > .menu-item > .sub-menu{
        max-width: calc(100vw - 320px) !important;
    }
}
@media (max-width: 1199px){
    .header-canvas .canvas-inner{
        max-height: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .header-canvas .canvas-inner .logo{
        padding-bottom: 30px;
    }
    .header-canvas:not(.open) .canvas-toggle{
        right: -30px;
    }
    .header-canvas:not(.open) .canvas-toggle:after{
        right: 11px;
        transform: rotate(-135deg) scale(-1);
    }
}
.header-canvas.light{
    color: #aaa;
    background-color: #000;
}
.header-canvas.light h1,
.header-canvas.light h2,
.header-canvas.light h3,
.header-canvas.light h4,
.header-canvas.light h5,
.header-canvas.light h6{
    color: #fff;
}
.header-canvas.light .added_to_cart:not(:hover),
.header-canvas.light .button:not(:hover),
.header-canvas.light button:not(:hover),
.header-canvas.light input[type="submit"]:not(:hover){
    background-color: #fff;
}
.header-canvas.light .box-header-nav .main-menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover), .block-menu-bar a:not(:hover){
    color: #eee;
}
.header-canvas.light .box-header-nav .main-menu > .menu-item:not(:last-child) > a{
    border-bottom: 1px dashed #444;
}
.header-canvas.light .box-header-nav .main-menu > .menu-item > .sub-menu{
    box-shadow: 0 -1px #444 inset, 0 1px #444 inset, -1px 0 #444 inset;
    background-color: #000;
}
.header-canvas.light .box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu{
    box-shadow: 0 -1px #444 inset, 0 1px #444 inset, -1px 0 #444 inset;
    background-color: #000;
}
.header-canvas.light .box-header-nav .main-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) > a,
.header-canvas.light .box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item > .sub-menu > .menu-item:not(:last-child) > a,
.header-canvas.light .widget_nav_menu ul li,
.header-canvas.light .header-control > * > .sub-menu > .menu-item:not(:last-child) > a,
.header-canvas.light .widget_shopping_cart .cart-head{
    border-color: #444;
}
.header-canvas.light .header-control > * > .sub-menu,
.header-canvas.light .header-control > * > .widget_shopping_cart{
    background-color: #000;
}
.header-canvas.light .widget_shopping_cart .buttons .button.checkout:not(:hover){
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
}
.header-canvas.light .widget_shopping_cart .total{
    color: inherit;
}
.header-canvas.light .block-search > .sub-menu .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    background-color: transparent;
}
.header-canvas.light .block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:not(:hover),
.header-canvas.light .widget .product_list_widget > li > a:not(.remove):not(:hover),
.header-canvas.light .quantity,
.header-canvas.light .amount{
    color: #fff;
}
.header-canvas.light .block-menu-bar a:not(:hover),
.header-canvas.light .block-userlink > a:not(:hover),
.header-canvas.light .block-minicart > a:not(:hover),
.header-canvas.light .block-search > a:not(:hover){
    color: #eee;
}
.header-canvas.light .header-text{
    color: inherit;
}
.header-canvas.light .block-close,
.header-canvas.light .canvas-close{
    color: #fff;
}
.header-canvas.light .block-close:before,
.header-canvas.light .block-close:after,
.header-canvas.light .canvas-close:before,
.header-canvas.light .canvas-close:after{
    background-color: #fff;
}
.header-canvas.light .canvas-toggle:before,
.header-canvas.light .canvas-toggle:after{
    border-color: #fff;
}
/*==========================================================================
FOOTER
===========================================================================*/
/*----- FOOTER ABSOLUTE -----*/
.footer-absolute:not(.page-template-fullwidth):not(.elementor-template-full-width) .footer{
    border-top: 1px solid #e5e5e5;
}
.footer-absolute.elementor-template-full-width .footer,
.footer-absolute.page-template-fullwidth .footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
}
/*----- FOOTER DARK -----*/
.footer-dark:not(.page-template-fullwidth):not(.elementor-template-full-width) .footer{
    background-color: #000;
    border-top: none;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-color-2);
    text-transform: capitalize;
}
.by-vendor-name-link .text{
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.by-vendor-name-link:not(:hover) .text{
    color: #888;
}
.entry-summary .wcfmmp_sold_by_container,
.entry-summary .by-vendor-name-link{
    display: inline-block !important;
    vertical-align: top;
    margin: 5px 15px 0 0;
}
.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, .15) !important;
    border: none !important;
    border-radius: 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: 10px;
}
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-wc .product-title{
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #222;
    margin-bottom: 2px;
}
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: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}
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: #888;
    font-weight: 400;
    margin-inline-end: 5px;
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-wc-price .amount{
    font-size: inherit;
    font-family: 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: 12px;
    line-height: 24px;
    padding: 8px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    height: auto;
    margin: 10px 0 0;
    background-color: var(--main-color);
}
div.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-footer a:hover{
    background-color: var(--main-color-2);
}
/* new */
div.ovic-pinmap .ovic-pin .icon-theme{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    padding: 5px;
}
div.ovic-pinmap .ovic-pin .icon-theme:hover:before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div.ovic-pinmap .ovic-pin .icon-theme:before{
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: inherit;
    background-color: var(--main-color);
    transition: .2s;
}
div.ovic-pinmap .ovic-pin .icon-theme span{
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: transparent;
}
div.ovic-pinmap .ovic-pin .icon-theme span:before,
div.ovic-pinmap .ovic-pin .icon-theme span:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    height: 2px;
    border-top: 2px solid;
    margin: auto;
}
div.ovic-pinmap .ovic-pin .icon-theme span:after{
    transform: rotate(90deg);
}
div.ovic-pinmap .ovic-pin.text .ovic-popup-header h2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 0;
}
div.ovic-pinmap .ovic-pin.text.text-line .popover:before,
div.ovic-pinmap .ovic-pin.text.text-line .popover:after,
div.ovic-pinmap .ovic-pin.text.text-line .popover-content:after{
    border-color: var(--main-color);
}
@media (min-width: 1200px){
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a img{
        transition: all .4s;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail a:hover img{
        transform: scale(1.1);
    }
}
@media (max-width: 1199px){
    div.ovic-pinmap .wrap-image{
        overflow: hidden;
    }
    body.admin-bar div.ovic-pinmap .ovic-pin .ovic-popup{
        top: 32px;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup{
        position: fixed !important;
        top: 50% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        transform: translateY(-50%) !important;
        max-height: calc(100vh - 30px);
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        z-index: 100000 !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-popup:before,
    div.ovic-pinmap .ovic-pin .ovic-popup:after{
        display: none !important;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close{
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        opacity: 1;
    }
    div.ovic-pinmap .ovic-pin .ovic-pinmap-close:before{
        display: block;
        font-family: main-icon, sans-serif;
        content: "\e901";
        font-size: 10px;
        line-height: 20px;
    }
}
/*----- POPUP NEWSLETTER -----*/
div.mfp-bg{
    z-index: 100000;
}
div.mfp-wrap{
    z-index: 100001;
}
div.mfp-content .social-content .mfp-bottom-bar{
    margin-top: 0;
    position: static;
}
div.mfp-content .social-content .mfp-user{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}
div.mfp-content .social-content .mfp-user a{
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, .5);
    font-size: 13px;
    line-height: 20px;
}
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 0;
}
div.mfp-content .social-content .mfp-user .name{
    display: block;
    overflow: hidden;
    text-transform: uppercase;
}
div.mfp-content .social-content .mfp-user .date{
    display: block;
    overflow: hidden;
    font-style: italic;
    font-size: 11px;
    opacity: .7;
}
div.mfp-content .social-content img.mfp-img{
    padding: 0;
}
div.mfp-content .social-content .mfp-title{
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
div.mfp-content button.mfp-close{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
div.mfp-content button.mfp-close:before,
div.mfp-content button.mfp-close:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    border-radius: 90px;
}
div.mfp-content button.mfp-close:after{
    width: 2px;
    height: 12px;
}
/*----- QUICK VIEW -----*/
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body{
    overflow: hidden;
}
#yith-quick-view-modal{
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    text-align: center;
    transition: all .3s;
}
#yith-quick-view-modal:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}
#yith-quick-view-modal .yith-wcqv-wrapper{
    position: static !important;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: start;
    width: calc(100% - 30px) !important;
    height: auto !important;
    max-width: 910px;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#yith-quick-view-modal.open .yith-wcqv-main{
    transform: translateY(0);
    opacity: 1;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
#yith-quick-view-modal .yith-wcqv-main{
    transform: translateY(20%);
    opacity: 0;
    transition: all .3s;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    background-color: #fff;
    padding: 30px 30px 0;
}
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper{
    visibility: visible;
    opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content:after,
#yith-quick-view-modal #yith-quick-view-content:before{
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-close{
    z-index: 2;
    margin: 0;
    opacity: 1;
}
#yith-quick-view-modal .woocommerce-product-gallery__trigger{
    display: none;
}
body.admin-bar #yith-quick-view-modal{
    top: 32px;
}
@media (min-width: 1200px){
    #yith-quick-view-content .entry-summary .product_title{
        margin-top: -8px;
    }
}
@media (max-width: 782px){
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    #yith-quick-view-modal #yith-quick-view-content label{
        color: inherit;
    }
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary{
        margin-inline-start: auto;
        margin-inline-end: auto;
        width: 100%;
        float: none !important;
    }
    #yith-quick-view-content div.images{
        max-width: 380px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper{
        height: 80vh !important;
    }
    #yith-quick-view-modal #yith-quick-view-content > .product,
    #yith-quick-view-modal #yith-quick-view-content > * > .product{
        position: relative;
    }
    #yith-quick-view-modal div.entry-summary{
        z-index: 1;
        position: static;
    }
}
@media (max-width: 600px){
    body.admin-bar #yith-quick-view-modal{
        top: 0;
    }
}
@media (max-width: 479px){
    #yith-quick-view-modal .yith-wcqv-wrapper{
        height: 60vh !important;
    }
    #yith-quick-view-modal .yith-wcqv-main{
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    transition: .3s;
    overflow: hidden;
    z-index: 9;
    color: #fff;
    background-color: #222;
}
a.backtotop:hover,
a.backtotop:focus{
    color: #fff;
}
@media (max-width: 767px){
    .boutique-enable-mobile a.backtotop{
        display: none !important;
    }
}
/*----- RTL BUTTON -----*/
.ovic-rtl-button{
    position: fixed;
    top: calc(50% - 109px);
    left: 0;
    font-size: 0;
    color: #111;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 56px;
}
.ovic-rtl-button span{
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding-top: 2px;
    border: 1px solid;
    border-radius: 50%;
}
/*----- TOOLTIP -----*/
.tooltip{
    font-family: inherit;
}
.tooltip-inner{
    border-radius: 0;
}
/*----- CHANGE SIZE -----*/
.change-font-size{
    font-size: 0;
    line-height: 0;
}
.change-font-size > *{
    display: inline-block;
    vertical-align: top;
}
.change-font-size > span:first-child{
    width: 25px;
    font-size: 15px;
    line-height: 24px;
}
.change-font-size > span:last-child{
    width: 30px;
    font-size: 22px;
    line-height: 24px;
    text-align: end;
}
.change-font-size .slider{
    width: calc(100% - 55px);
    height: 1px;
    margin: 11px 0 10px;
    position: relative;
    background-color: #c7c7c7;
}
.change-font-size .ui-slider .ui-slider-handle{
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    top: -11px;
    margin-inline-start: -11px;
    cursor: pointer;
    transition: box-shadow .2s;
}
.change-font-size .ui-slider .ui-slider-handle:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}
.change-font-size .step{
    position: absolute;
    top: -4px;
    left: 0;
    height: 9px;
    width: 1px;
    background-color: #888;
}
.change-font-size .step:nth-child(2){
    left: 16.66666667%;
}
.change-font-size .step:nth-child(3){
    left: 33.33333333%;
}
.change-font-size .step:nth-child(4){
    left: 50%;
}
.change-font-size .step:nth-child(5){
    left: 66.66666667%;
}
.change-font-size .step:nth-child(6){
    left: 83.33333333%;
}
.change-font-size .step:nth-child(7){
    left: calc(100% - 1px);
}
/*----- CUSTOM -----*/
/* plus icon */
.custom-plus-icon,
.custom-plus-icon-small{
    position: relative;
}
.custom-plus-icon:after,
.custom-plus-icon-small:after{
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% - 10px);
    width: 20px;
    height: 20px;
    content: '+';
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 991px){
    .custom-plus-icon:after,
    .custom-plus-icon-small:after{
        top: calc(100% - 10px);
        left: calc(50% - 10px);
    }
}
/* plus icon small */
.custom-plus-icon-small:after{
    font-size: 18px;
    color: #333;
}
/* underline */
.vc_custom_heading.custom-underline,
.elementor-widget-heading.custom-underline .elementor-widget-container{
    position: relative;
}
.vc_custom_heading.custom-underline:after,
.elementor-widget-heading.custom-underline .elementor-heading-title:after{
    position: absolute;
    content: '';
    bottom: 16px;
    left: 0;
    right: 0;
    width: 42px;
    border-bottom: 1px solid;
    margin: auto;
}
@media (max-width: 767px){
    .vc_custom_heading.custom-underline:after,
    .elementor-widget-heading.custom-underline .elementor-heading-title:after{
        bottom: 13px;
    }
}
/* arrow */
.elementor-section.custom-arrow > .elementor-container{
    border-color: inherit;
}
.e-con.custom-arrow:after,
.elementor-section.custom-arrow > .elementor-container:after{
    position: absolute;
    content: '';
    bottom: calc(50% - 16px);
    right: calc(100% - 1px);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-inline-end: 16px solid;
    border-inline-end-color: inherit;
}
@media (max-width: 767px){
    .e-con.custom-arrow:after,
    .elementor-section.custom-arrow > .elementor-container:after{
        bottom: calc(100% - 1px);
        right: calc(50% - 16px);
        border-top: none;
        border-inline-start: 16px solid transparent;
        border-inline-end: 16px solid transparent;
        border-bottom: 16px solid;
        border-bottom-color: inherit;
    }
}
/* style-packery */
.elementor-section.style-packery > .elementor-container > .elementor-row{
    display: block;
}
.elementor-section.style-packery > .elementor-container > .elementor-row > .elementor-column{
    float: left;
}
/* col-overflow */
.custom-col-1 > .elementor-column-wrap:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    width: calc((100vw - var(--main-container)) / 2 + 1px);
    background-color: inherit;
}
.custom-col-2 > .elementor-column-wrap:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    width: calc((100vw - var(--main-container)) / 2 + 1px);
    background-color: inherit;
}
@media (max-width: 767px){
    .custom-col-1 > .elementor-column-wrap:before{
        right: -15px;
        width: 100vw;
    }
    .custom-col-2 > .elementor-column-wrap:before{
        left: -15px;
        width: 100vw;
    }
}
/*==========================================================================
COLOR PATTERNS
===========================================================================*/
.main-color,
.editor-writing-flow .editor-post-title__block .editor-post-title__input,
.post-pagination .post-page-numbers:not(:hover):not(.current),
.woocommerce-pagination,
.navigation,
.pagination,
.box-header-nav .main-menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover),
.block-menu-bar a:not(:hover),
.block-userlink > a:not(:hover),
.block-minicart > a:not(:hover),
.block-wishlist > a:not(:hover),
.block-search > a:not(:hover),
.block-canvas-bar > a:not(:hover),
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title,
div.ovic-menu-clone-wrap .ovic-menu-panel > .depth-0 > li > .menu-link,
.block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:not(:hover),
.ovic-google-maps .title-maps,
.woocommerce-thankyou-order-received,
#order_review_heading,
.shop_table th,
.wishlist_table th,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.gallery-caption,
.chosen-container .chosen-results li.result-selected:not(.highlighted),
blockquote:not(.wp-block-quote),
.breadcrumb > *:not(.active),
.woocommerce-breadcrumb a:not(:hover),
.post-item .meta-data,
.blog-item .meta-data,
.post-item .readmore:not(:hover),
.site-main > .post-item .author-head .kute-boutique-share-socials a:not(:hover),
.site-main > .post-item .content-author .name:not(:hover),
.comments-area .comment-meta,
.comments-area .comment-reply-link:not(:hover),
.widget_shopping_cart .cart-head,
.widget .product_list_widget > li > a:not(.remove):not(:hover),
.amount,
.widget_shopping_cart .buttons .button.checkout:not(:hover),
.quantity,
.stock .title,
.entry-summary #chart-button,
.product_meta > * > .title,
.woocommerce-tabs .tabs li.active,
.product-item.list .product-inner:not(:hover) .add-to-cart > a,
.product-item.style-13 .product-inner:not(:hover) .add-to-cart > a,
.shop-before-control .woocommerce-ordering,
.pagination-nav .button-loadmore:not(:hover),
.ovic-socials.light ul li a:not(:hover),
.shop-before-control .woocommerce-result-count,
.shop-before-control .grid-view-mode > span,
.shop-before-control .grid-view-mode button.active,
#tab-reviews #review_form .comment-reply-title,
#tab-reviews .commentlist .woocommerce-review__author,
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table td.product-name,
.woocommerce table.wishlist_table,
.woocommerce table.wishlist_table td.product-price,
.woocommerce table.wishlist_table td.product-subtotal,
.woocommerce-cart-form > .shop_table td.product-name,
.woocommerce-cart-form > .shop_table td.product-price,
.woocommerce-cart-form > .shop_table td.product-subtotal,
.error-404 .button:not(:hover),
.ovic-products .button-products .button,
.ovic-custom-heading.style-02 .title:before,
.ovic-custom-heading.style-02 .title:after,
.ovic-newsletter.style-01 .submit-newsletter,
.ovic-newsletter.style-02 .submit-newsletter,
.ovic-newsletter.style-04 .submit-newsletter,
.ovic-newsletter.style-05 .submit-newsletter,
.ovic-newsletter.style-10 .submit-newsletter,
.ovic-tabs .tabs li,
.ovic-custommenu.style-03,
.ovic-custommenu.style-04,
.ovic-custommenu.style-05,
.ovic-banner.style-11 .single_add_to_cart_button,
.ovic-banner.style-11 .added_to_cart,
.ovic-newsletter.style-07.light .submit-newsletter:not(:hover),
.ovic-newsletter.style-08 .submit-newsletter:not(:hover),
.product-item.style-04 .add-to-cart a:not(:hover),
.product-item.style-06 .add-to-cart a:not(:hover),
.product-item.style-11 .add-to-cart a:not(:hover),
.ovic-banner.style-10 .desc,
.ovic-banner.style-12 .button,
.ovic-newsletter .discount .desc,
.ovic-progress.vc_progress_bar .vc_general .vc_bar,
.blog-item.style-07 .blog-date .day,
.blog-item.style-04 .blog-date .day,
.ovic-custommenu.posi-absolute .custommenu-close,
.ovic-custommenu.posi-fixed .custommenu-close,
.product-item.style-07 .add-to-cart a:not(:hover),
.ovic-socials.style-04 ul li a,
.ovic-custommenu.style-08 .menu-item,
.product-item.style-08 .posted_in,
.ovic-custommenu.style-09 .menu-item > a .text-title,
.ovic-iconbox.style-05 .icon-wrap,
.ovic-banner.style-14 .button,
.widget_shopping_cart .woocommerce-mini-cart li .remove,
.blog-item.style-09 .readmore:not(:hover),
.ovic-banner.style-15 .thumb-link:after,
.ovic-custommenu.style-11 > .widget_nav_menu > .menu > li:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover),
.ovic-custommenu.style-11 > .widget_nav_menu > * > .menu > li:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover),
.header.style-01 .control-inner > * > a:not(:hover),
.header-canvas.light .added_to_cart:not(:hover),
.header-canvas.light .button:not(:hover),
.header-canvas.light button:not(:hover),
.header-canvas.light input[type="submit"]:not(:hover),
.header.style-21 .control-open:not(:hover),
.header.style-26 .box-header-nav .main-menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current_page_item) > a:not(:hover),
.header.style-26 .block-menu-bar a:not(:hover),
.header.style-26 .block-userlink > a:not(:hover),
.header.style-26 .block-minicart > a:not(:hover),
.header.style-26 .block-search > a:not(:hover),
.header.style-27 .header-textarea p strong,
.price_slider_amount .button:not(:hover),
.kute_boutique-product-pagination a:not(:hover),
.product-item.style-12 table.variations .button-variable-item.selected span,
.product-item.style-12 table.variations .button-variable-item:hover span,
.product-item.style-12 .add-to-cart > a:not(:hover):not(:focus),
.ovic-iconbox.style-10 .iconbox-inner:hover .title span,
.ovic-iconbox.style-11 .icon,
.ovic-newsletter.style-14 .radio-field,
.ovic-newsletter.style-14 .submit-newsletter:not(:hover):not(:focus),
.ovic-tabs.style-05 .tabs li a,
.ovic-countdown.style-02 .desc,
.ovic-countdown.style-02 .button:not(:hover):not(:focus),
.ovic-newsletter.style-15.light .submit-newsletter:not(:hover):not(:focus),
.ovic-banner.style-18 .button:not(:hover):not(:focus),
.ovic-newsletter.style-16 .submit-newsletter,
.ovic-newsletter.style-17 .submit-newsletter
{
    color: var(--main-color);
}
@media (max-width: 1199px){
    .header.style-26 .block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:not(:hover)
    {
        color: var(--main-color) !important;
    }
}
.main-bg,
a.backtotop,
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button,
div.mfp-content button.mfp-close,
.ovic-google-maps .direction-maps,
#ship-to-different-address label input[type="checkbox"]:checked + span:before,
.post-pagination > *,
.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle,
.slick-slider .slick-arrow,
.slick-dots li.slick-active button,
.slick-dots li:hover button,
.popup-email-content .btn-close,
.ovic-socials ul li a,
.scroll-wrapper > .scroll-element .scroll-arrow,
#yith-quick-view-close,
.product-page-slide .flex-direction-nav .flex-prev,
.product-page-slide .flex-direction-nav .flex-next,
.ovic-banner .content,
.slick-slider.nav-top-right > .slick-arrow:hover,
.slick-slider.nav-bottom-left > .slick-arrow:hover,
.ovic-custommenu.posi-absolute.light .custommenu-close:not(:hover),
.ovic-custommenu.posi-fixed.light .custommenu-close:not(:hover),
.product-item.style-05 a.yith-wcqv-button,
.slick-slider.nav-top-center > .slick-arrow:hover,
.blog-item.style-09 .blog-date a,
.blog-item.style-10 .blog-date a,
.header-canvas .block-close:before,
.header-canvas .block-close:after,
.header-canvas .canvas-close:before,
.header-canvas .canvas-close:after,
.header-canvas.light .block-close:not(:hover),
.header-canvas.light .canvas-close:not(:hover),
.header-canvas.light .canvas-toggle:not(:hover),
.header.style-23 .header-top,
.header.style-24 .header-top,
.block-search.block-search-popup.light .block-close,
.ovic-iconbox.style-10 .iconbox-inner
{
    background-color: var(--main-color);
}
.main-bd,
.header-canvas .canvas-toggle:before,
.header-canvas .canvas-toggle:after,
.product-item.style-12 table.variations .color-variable-item.selected span,
.product-item.style-12 table.variations .color-variable-item:hover span,
.product-item.style-12 table.variations .image-variable-item.selected img,
.product-item.style-12 table.variations .image-variable-item:hover img,
.product-item.style-12 .add-to-cart > a,
.ovic-newsletter.style-14 .submit-newsletter,
.ovic-countdown.style-02 .button,
.ovic-banner.style-18 .button,
.ovic-newsletter.style-16 .input-focus,
.ovic-newsletter.style-17 .input-focus
{
    border-color: var(--main-color);
}
.widget_shopping_cart .buttons .button.checkout
{
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.ovic-iconbox.style-09 .iconbox-inner
{
    box-shadow: 0 0 0 3px var(--main-color) inset;
}
.block-search.block-search-popup .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.product-item.style-12 table.variations .button-variable-item.selected span,
.product-item.style-12 table.variations .button-variable-item:hover span
{
    box-shadow: 0 -2px var(--main-color) inset;
}
.main-color-2,
.highlight,
.chosen-container-single .chosen-single:hover,
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox:hover,
.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,
.comment-form-cookies-consent label:hover,
body .vc_custom_heading a:hover,
.post-item .meta-data > * > .icon,
.blog-item .meta-data > * > .icon,
.comments-area .comment-edit-link,
.widget_search button[type="submit"]:hover,
.widget_product_search button[type="submit"]:hover,
.widget_shopping_cart .cart-head span,
.widget_layered_nav a.selected,
.widget_layered_nav .chosen > a,
.widget_rating_filter .chosen > a,
.widget_product_categories .current-cat > a,
.widget_categories .current-cat > a,
.block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover,
.block-search .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:focus,
table.variations .variable-item:hover,
table.variations .variable-item.selected,
.product-item.style-03 .add-to-cart,
.in-stock,
.entry-summary #chart-button:hover,
.woocommerce-product-gallery a.compare:hover,
.entry-summary a.compare:hover,
.product-item a.compare:hover,
a.yith-wcqv-button:hover,
.yith-wcwl-add-to-wishlist a:hover,
.woocommerce-product-gallery a.compare:focus,
.entry-summary a.compare:focus,
.product-item a.compare:focus,
a.yith-wcqv-button:focus,
.yith-wcwl-add-to-wishlist a:focus,
.product_meta .posted_in,
.product_meta .tagged_as,
.ovic-products .button-products .button:hover,
.shop-before-control .grid-view-mode button:hover,
.woocommerce #content table.wishlist_table.cart a.remove:hover:hover,
.ovic-iconbox.style-01:hover,
.ovic-newsletter.style-01 .button-play:hover,
.ovic-newsletter.style-01 .submit-newsletter:hover,
.ovic-newsletter.style-02 .submit-newsletter:hover,
.ovic-newsletter.style-04 .submit-newsletter:hover,
.ovic-newsletter.style-05 .submit-newsletter:hover,
.ovic-newsletter.style-09 .submit-newsletter:hover,
.ovic-newsletter.style-10 .submit-newsletter:hover,
.ovic-newsletter.style-11 .submit-newsletter:hover,
.ovic-banner.style-03 .subtitle,
.ovic-banner.style-04 .subtitle,
.ovic-banner.style-04 .button:hover,
.ovic-banner.style-05 .subtitle,
.ovic-banner.style-05 .button:hover,
.ovic-banner.style-06 .subtitle,
.ovic-banner.style-06 .button:hover,
.ovic-banner.style-07 .button:hover,
.ovic-banner.style-08 .subtitle,
.ovic-banner.style-09 .subtitle,
.ovic-banner.style-11 .single_add_to_cart_button:hover,
.ovic-banner.style-11 .added_to_cart:hover,
.product-item.style-04 .price,
.product-item.style-05 .price,
.product-item.style-07 .price,
.product-item.style-11 .price,
.ovic-iconbox.style-02 .icon-wrap,
.ovic-iconbox.style-02 .desc,
.ovic-custom-heading.style-05 .title:before,
.blog-item.style-03 .meta-data .author,
.product-item.style-04 .yith-wcwl-add-to-wishlist a,
.ovic-iconbox.style-02 .iconbox-inner:hover .title,
.ovic-banner.style-10 .subtitle,
.ovic-banner.style-12 .subtitle,
.ovic-banner.style-12 .button:hover,
.ovic-newsletter .discount .text-primary,
.blog-item.style-05 .readmore,
.blog-item.style-05 .post-category ul li a,
.star-rating > span:before,
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before,
.ovic-tabs.style-03 .tabs li.active,
.ovic-custom-heading.style-08.light .title,
.ovic-newsletter.style-06 .discount .text-primary,
.ovic-newsletter.style-06 .mc4wp-form-fields .submit-newsletter:hover,
.product-item.style-07 .yith-wcwl-add-to-wishlist a,
.ovic-socials.style-04 ul li a:hover,
.ovic-newsletter.style-12 .submit-newsletter:hover,
.ovic-banner.style-13 .gallery-item:hover,
.ovic-banner.style-14 .button:hover,
.ovic-iconbox.style-06 .icon-wrap,
.header.style-16 .ovic-socials ul li a:hover,
.block-search .dgwt-wcas-search-wrapp .dgwt-wcas-preloader:hover,
.custom-plus-icon:after,
.ovic-panel-rating .average span,
.ovic-newsletter .radio-field:hover,
.ovic-newsletter.style-16 .submit-newsletter:hover,
.ovic-newsletter.style-17 .submit-newsletter:hover
{
    color: var(--main-color-2);
}
.main-bg-2,
.widget #today a:hover,
a.backtotop:hover,
a.backtotop:focus,
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button:focus,
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button:hover,
div.mfp-content button.mfp-close:hover,
.chosen-container .chosen-results li.highlighted,
.ovic-google-maps .direction-maps:hover,
.block-minicart > a .count,
.block-wishlist > a .count,
.slick-slider .slick-arrow:hover,
.ovic-custom-heading.style-01 .title:before,
.popup-email-content .btn-close:hover,
.ovic-socials ul li a:hover,
.scroll-wrapper > .scroll-element .scroll-arrow:hover,
#yith-quick-view-close:hover,
.product-page-slide .flex-direction-nav .flex-prev:hover,
.product-page-slide .flex-direction-nav .flex-next:hover,
.label-square-color .product-labels .onsale,
.label-circle .product-labels .onsale,
.label-vertical .product-labels .onsale,
.ovic-custom-heading.style-02:before,
.ovic-banner.style-01 .button,
.blog-item.style-02 .blog-date a,
.ovic-custommenu.style-04 .custommenu-inner > .title:after,
.ovic-custommenu.style-05 .custommenu-inner > .title:after,
.ovic-custommenu.posi-absolute .custommenu-close:hover,
.ovic-custommenu.posi-fixed .custommenu-close:hover,
.elementor-widget .tagcloud a:hover,
.widget .tagcloud a:hover,
.ovic-banner.style-08 .block-title:after,
.ovic-banner.style-08 .discount,
.ovic-banner.style-08 .discount:before,
.ovic-banner.style-09 .content:after,
.ovic-custom-heading.style-06:before,
.ovic-custom-heading.style-06:after,
.ovic-progress.vc_progress_bar .vc_general .vc_bar,
.ovic-custom-heading.style-07:after,
.product-item.style-05 a.yith-wcqv-button:hover,
.ovic-custom-heading.style-08:after,
.product-item.style-08 .yith-wcwl-add-to-wishlist a:hover,
.widget_shopping_cart .woocommerce-mini-cart li .remove:hover,
.blog-item.style-09 .blog-date a:hover,
.blog-item.style-10 .blog-date a:hover,
.product-item.style-10 a.yith-wcqv-button:hover,
.product-item.style-10 .yith-wcwl-add-to-wishlist a:hover,
.product-item.style-10 .add-to-cart > a:hover,
.header-canvas .block-close:hover,
.header-canvas .canvas-close:hover,
.header-canvas .canvas-toggle:hover,
.header.style-21 .control-inner > * > a:hover,
.header.style-21 .control-inner > *.open > a,
.ovic-panel-rating .process-bar,
.ovic-iconbox.style-09 .iconbox-inner:hover,
.ovic-iconbox.style-10 .iconbox-inner:hover
{
    background-color: var(--main-color-2);
}
.main-bd-2,
.loading-lazy:after,
.ovic-products.loading > .woocommerce:after,
ul.shop-page.loading:after,
.tabs-container.loading:after,
.cart_totals .blockUI.blockOverlay:after,
.woocommerce-cart-form .blockUI.blockOverlay:after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay:before,
.ovic-newsletter .input-text:focus ~ .input-focus,
.widget_layered_nav .group-image a.selected i,
.widget_layered_nav .group-image a:hover i,
.widget_layered_nav .group-color a.selected i,
.widget_layered_nav .group-color a:hover i,
table.variations .variable-item.selected,
table.variations .variable-item:hover,
.ovic-iconbox.style-01:before,
.ovic-iconbox.style-01:after,
.ovic-newsletter.style-01 .newsletter-info:before,
.ovic-tabs.style-01 .tabs li a:before,
.ovic-newsletter.style-02,
.ovic-banner.style-08 .content-inner,
.ovic-banner.style-09 .content,
.ovic-tabs.style-02 .tabs li:not(:last-child):after,
.ovic-banner.style-10 .content-inner:before,
.ovic-banner.style-12,
.blog-item.style-04 .post-info:before,
.blog-item.style-07 .post-title:before,
.label-square-color .product-labels .onsale,
.label-circle .product-labels .onsale,
.label-vertical .product-labels .onsale,
.ovic-video.style-01 .inner:before,
.ovic-video.style-01 .inner:after,
.ovic-video.style-01 .inner > span:before,
.ovic-video.style-01 .inner > span:after
{
    border-color: var(--main-color-2);
}
table.variations .rtwpvs-term:hover,
table.variations .rtwpvs-term.selected
{
    border-color: var(--main-color-2) !important;
}
.widget_layered_nav .group-button a.selected,
.widget_layered_nav .group-button a:hover
{
    box-shadow: 0 0 0 1px var(--main-color-2) inset;
}
.blog-item.style-09 .readmore:hover,
.blog-item.style-08 .readmore:hover
{
    box-shadow: 0 -1px var(--main-color-2) inset;
}