@charset "UTF-8";
/*-------------------------------------------------------------------------/*
BODY:
    font-family: Open Sans;
    Font size: 14px;
    Line height: 1.71428571;
    Font weight: 400;
    Text color: #666;
HEADING:
    Font weight: 600;
/*-------------------------------------------------------------------------*/
/*==========================================================================
COL > 1500
===========================================================================*/
@media (min-width: 1500px){
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-bg-1,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9,
    .col-bg-10,
    .col-bg-11{
        float: left;
    }
    .col-bg-12{
        width: 100%;
    }
    .col-bg-11{
        width: 91.66666667%;
    }
    .col-bg-10{
        width: 83.33333333%;
    }
    .col-bg-9{
        width: 75%;
    }
    .col-bg-8{
        width: 66.66666667%;
    }
    .col-bg-7{
        width: 58.33333333%;
    }
    .col-bg-6{
        width: 50%;
    }
    .col-bg-5{
        width: 41.66666667%;
    }
    .col-bg-4{
        width: 33.33333333%;
    }
    .col-bg-3{
        width: 25%;
    }
    .col-bg-2{
        width: 16.66666667%;
    }
    .col-bg-1{
        width: 8.33333333%;
    }
}
/*==========================================================================
COL < 480
===========================================================================*/
@media (max-width: 479px){
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11{
        float: left;
    }
    .col-ts-12{
        width: 100%;
    }
    .col-ts-11{
        width: 91.66666667%;
    }
    .col-ts-10{
        width: 83.33333333%;
    }
    .col-ts-9{
        width: 75%;
    }
    .col-ts-8{
        width: 66.66666667%;
    }
    .col-ts-7{
        width: 58.33333333%;
    }
    .col-ts-6{
        width: 50%;
    }
    .col-ts-5{
        width: 41.66666667%;
    }
    .col-ts-4{
        width: 33.33333333%;
    }
    .col-ts-3{
        width: 25%;
    }
    .col-ts-2{
        width: 16.66666667%;
    }
    .col-ts-1{
        width: 8.33333333%;
    }
}
/*==========================================================================
COL 5
===========================================================================*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 479px){
    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45{
        float: left;
    }
    .col-ts-15{
        width: 20%;
    }
    .col-ts-25{
        width: 40%;
    }
    .col-ts-35{
        width: 60%;
    }
    .col-ts-45{
        width: 80%;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45{
        float: left;
    }
    .col-xs-15{
        width: 20%;
    }
    .col-xs-25{
        width: 40%;
    }
    .col-xs-35{
        width: 60%;
    }
    .col-xs-45{
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45{
        float: left;
    }
    .col-sm-15{
        width: 20%;
    }
    .col-sm-25{
        width: 40%;
    }
    .col-sm-35{
        width: 60%;
    }
    .col-sm-45{
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45{
        float: left;
    }
    .col-md-15{
        width: 20%;
    }
    .col-md-25{
        width: 40%;
    }
    .col-md-35{
        width: 60%;
    }
    .col-md-45{
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1499px){
    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45{
        float: left;
    }
    .col-lg-15{
        width: 20%;
    }
    .col-lg-25{
        width: 40%;
    }
    .col-lg-35{
        width: 60%;
    }
    .col-lg-45{
        width: 80%;
    }
}
@media (min-width: 1500px){
    .col-bg-15,
    .col-bg-25,
    .col-bg-35,
    .col-bg-45{
        float: left;
    }
    .col-bg-15{
        width: 20%;
    }
    .col-bg-25{
        width: 40%;
    }
    .col-bg-35{
        width: 60%;
    }
    .col-bg-45{
        width: 80%;
    }
}
@media (min-width: 1200px){
    .desktop-last{
        order: 10;
    }
    .desktop-first{
        order: 1;
    }
}
@media (max-width: 1199px){
    .lg-order-1{
        order: 1;
    }
    .lg-order-2{
        order: 2;
    }
    .lg-order-3{
        order: 3;
    }
    .lg-order-4{
        order: 4;
    }
    .lg-order-5{
        order: 5;
    }
    .lg-order-6{
        order: 6;
    }
    .lg-order-7{
        order: 7;
    }
    .lg-order-8{
        order: 8;
    }
    .lg-order-9{
        order: 9;
    }
    .lg-order-10{
        order: 10;
    }
}
/*==========================================================================
ROW SPACE
===========================================================================*/
.post--style-10 .post-title:after,
.post--style-09 .post-title:after,
.bio-icons{
    background-image: url("icons.png");
}
.owl-slick .row-item > .item{
    vertical-align: top;
}
.ovic-container.rows-space-5 .row-item,
.row-item:not(:last-child) .rows-space-5{
    margin-bottom: 5px;
}
.ovic-container.rows-space-10 .row-item,
.row-item:not(:last-child) .rows-space-10{
    margin-bottom: 10px;
}
.ovic-container.rows-space-15 .row-item,
.row-item:not(:last-child) .rows-space-15{
    margin-bottom: 15px;
}
.ovic-container.rows-space-20 .row-item,
.row-item:not(:last-child) .rows-space-20{
    margin-bottom: 20px;
}
.ovic-container.rows-space-25 .row-item,
.row-item:not(:last-child) .rows-space-25{
    margin-bottom: 25px;
}
.ovic-container.rows-space-30 .row-item,
.row-item:not(:last-child) .rows-space-30{
    margin-bottom: 30px;
}
.ovic-container.rows-space-35 .row-item,
.row-item:not(:last-child) .rows-space-35{
    margin-bottom: 35px;
}
.ovic-container.rows-space-40 .row-item,
.row-item:not(:last-child) .rows-space-40{
    margin-bottom: 40px;
}
.ovic-container.rows-space-45 .row-item,
.row-item:not(:last-child) .rows-space-45{
    margin-bottom: 45px;
}
.ovic-container.rows-space-50 .row-item,
.row-item:not(:last-child) .rows-space-50{
    margin-bottom: 50px;
}
.ovic-container.rows-space-55 .row-item,
.row-item:not(:last-child) .rows-space-55{
    margin-bottom: 55px;
}
.ovic-container.rows-space-60 .row-item,
.row-item:not(:last-child) .rows-space-60{
    margin-bottom: 60px;
}
.ovic-container[class*=rows-space-]{
    margin-bottom: 0;
}
@media (max-width: 1499px){
    .ovic-container.rows-space-60 .row-item,
    .rows-space-60{
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px){
    .ovic-container.rows-space-60 .row-item,
    .rows-space-60,
    .ovic-container.rows-space-50 .row-item,
    .rows-space-50{
        margin-bottom: 40px;
    }
    .ovic-container.rows-space-40 .row-item,
    .rows-space-40{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .ovic-container.rows-space-60 .row-item,
    .rows-space-60,
    .ovic-container.rows-space-50 .row-item,
    .rows-space-50{
        margin-bottom: 30px;
    }
    .ovic-container.rows-space-40 .row-item,
    .rows-space-40,
    .ovic-container.rows-space-30 .row-item,
    .rows-space-30{
        margin-bottom: 20px;
    }
}
@media (max-width: 479px){
    .ovic-container.rows-space-60 .row-item,
    .rows-space-60,
    .ovic-container.rows-space-50 .row-item,
    .rows-space-50{
        margin-bottom: 20px;
    }
    .ovic-container.rows-space-40 .row-item,
    .rows-space-40,
    .ovic-container.rows-space-30 .row-item,
    .rows-space-30,
    .ovic-container.rows-space-20 .row-item,
    .rows-space-20{
        margin-bottom: 10px;
    }
}
/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f5f5f5;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
}
.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-right: 5px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.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: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout-payment .payment_box p:last-child{
    margin: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row{
    margin-bottom: 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
    display: block;
    margin-bottom: 2px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
    display: inline-block;
    width: calc(50% - 15px);
    overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last{
    float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row::after,
.woocommerce ul.cart_list li::after,
.woocommerce 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 .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 select{
    padding: 9px 20px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text{
    height: 130px;
}
.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;
}
.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: 0.6;
}
.woocommerce-account-fields .create-account #account_password:-moz-placeholder{
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password::-moz-placeholder{
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password:-ms-input-placeholder{
    opacity: 0.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 .woocommerce-MyAccount-navigation{
    width: 270px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f1f1f1;
}
.woocommerce .woocommerce-MyAccount-navigation{
    padding: 10px 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before,
.woocommerce .woocommerce-MyAccount-navigation ul li::after{
    content: "";
    display: table;
    clear: both;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 8px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:not(:hover){
    color: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after{
    float: right;
    font-family: FontAwesome, sans-serif;
    content: "";
    margin-left: 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-right: 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;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    min-width: 150px;
}
.woocommerce-form-login .form-row .button{
    margin-right: 15px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox{
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
    cursor: inherit;
    margin: -1px 3px 0 0;
}
.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 #e6e6e6;
    border-radius: 0;
}
body .select2-dropdown{
    padding: 5px 0;
    border-color: #e6e6e6;
    border-radius: 0 !important;
}
body .select2-dropdown .select2-results__option{
    padding: 3px 20px;
}
body .select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #e6e6e6;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: inherit;
    line-height: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;
}
body .select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e6e6e6;
}
body .select2.select2-container .select2-selection--multiple{
    border-radius: 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
body .select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 5px 5px 10px 10px;
    display: block;
}
body .select2.select2-container .select2-search--inline .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field{
    height: auto;
    background-color: transparent;
    margin-top: 0;
    padding: 0 10px;
}
body .select2-drop.select2-drop-above .select2-search input{
    width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__clear{
    float: none;
}
.place-order #place_order{
    margin-top: 20px;
    min-width: 230px;
}
.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: 24px;
    line-height: 30px;
    margin-top: -6px;
    margin-bottom: 13px;
    clear: both;
}
#ship-to-different-address{
    overflow: hidden;
}
#ship-to-different-address label input[type=checkbox]{
    display: none;
}
#ship-to-different-address label span{
    position: relative;
    display: block;
    margin: 0;
    padding-right: 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;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 2px;
    right: 0;
}
#ship-to-different-address label span::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 18px;
    border-radius: 13em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop_table 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;
}
.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: 15px;
    font-weight: 400;
    color: #c2c2c2;
    margin: 1px 3px -1px 0;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins{
    text-decoration: none;
}
.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: left;
    padding: 20px 0;
    border: none;
}
.shop_table .actions::before,
.shop_table .actions::after{
    content: "";
    display: table;
    clear: both;
}
.shop_table .actions .coupon{
    display: inline-block;
    vertical-align: top;
}
.shop_table .actions .coupon label{
    display: none;
    vertical-align: middle;
    margin: 0;
}
.shop_table .actions .coupon .input-text{
    width: 250px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}
.shop_table .actions .coupon button{
    margin-right: 7px;
}
.shop_table .actions .button{
    padding: 8px 25px;
}
.shop_table .actions > .button{
    float: right;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    margin-top: 0;
}
.woocommerce .wishlist-title a.show-title-form i,
.woocommerce .hidden-title-form a.hide-title-form i{
    float: left;
    text-decoration: none;
}
.woocommerce table.wishlist_table{
    font-size: inherit;
    margin-bottom: 0;
}
.woocommerce table.wishlist_table th{
    white-space: nowrap;
}
.woocommerce table.wishlist_table a.button{
    margin: 3px !important;
}
.woocommerce table.wishlist_table td.product-add-to-cart a{
    display: inline-block !important;
    vertical-align: top;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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 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;
}
.woocommerce .yith-wcwl-share li a{
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile{
    list-style: none;
    padding: 0;
}
.woocommerce ul.wishlist_table.mobile li{
    position: relative;
    margin-bottom: 30px;
}
.woocommerce ul.wishlist_table.mobile li table td.label{
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    font-weight: 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;
}
.woocommerce ul.wishlist_table.mobile li .item-details{
    flex: 1 1 auto;
    width: 1%;
}
.woocommerce ul.wishlist_table.mobile li .item-details h3{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.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: "";
}
.woocommerce ul.wishlist_table.mobile li ins{
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .add-to-cart{
    display: block;
}
.woocommerce .user-role > .radio{
    margin-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
}
.woocommerce .user-role > .radio > input{
    cursor: inherit;
}
.woocommerce form #billing_phone_field,
.woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field,
.woocommerce-page form #billing_email_field{
    width: 100%;
}
.shop_table .woocommerce-shipping-contents{
    margin-bottom: 0;
}
.cart_totals .shop_table th{
    width: 33%;
}
.cart_totals .woocommerce-shipping-calculator > p{
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-calculator > .shipping-calculator-form{
    margin-top: 10px;
}
@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 #e6e6e6;
        margin-bottom: 30px;
    }
    .woocommerce .woocommerce-MyAccount-navigation{
        width: 100%;
        float: none;
        margin-right: 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: 2px solid #e6e6e6;
    }
    .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 #e6e6e6;
    }
}
@media (max-width: 479px){
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last{
        float: none;
        width: 100%;
    }
    .woocommerce-form-login .woocommerce-form__label-for-checkbox{
        float: none;
        margin-top: 15px;
    }
}
/*==========================================================================
VISUAL COMPOSER
===========================================================================*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section{
    padding-top: 0;
}
body .vc_cta3-container,
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0;
}
div.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner{
    z-index: auto;
}
.vc_column_container{
    max-width: 100%;
}
/*----- CUSTOM HEADING -----*/
.vc_custom_heading a{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.vc_custom_heading a:hover{
    opacity: 1;
}
/*----- SINGLE IMAGE -----*/
.wpb_single_image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- SEPARATOR -----*/
div.vc_separator .vc_sep_holder{
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line{
    top: auto !important;
}
div.vc_separator.vc_sep_width_full{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
div.vc-zigzag-wrapper{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- GOOGLE MAP -----*/
.wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
    background-color: transparent;
}
/*----- PARALLAX -----*/
@media (min-width: 1200px){
    .vc_section.vc_parallax:not(.fp-section),
    .wpb_row.vc_parallax,
    .wpb_column.vc_parallax > .vc_column-inner{
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    .vc_section.vc_parallax:not(.fp-section) > .vc_parallax-inner,
    .wpb_row.vc_parallax > .vc_parallax-inner,
    .wpb_column.vc_parallax > .vc_parallax-inner{
        height: 100% !important;
        top: 0 !important;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .vc_section.vc_parallax.fp-section > .vc_parallax-inner{
        display: none !important;
    }
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.sticky{
    color: inherit;
}
.post-item.sticky .post-title a{
    margin-right: 5px;
}
.post-item.sticky .post-title::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "";
}
.auto-clear{
    display: flex;
    flex-wrap: wrap;
}
.bypostauthor{
    color: inherit;
}
.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.text-center{
    text-align: center;
}
.btn{
    border-radius: 0;
}
.wp-block-button{
    margin-bottom: 20px;
}
.wp-block-gallery{
    margin-bottom: 20px;
}
.wp-block-group{
    margin-bottom: 20px;
}
.wp-block-media-text{
    margin-bottom: 20px;
}
.modal.fade .modal-dialog{
    top: 50%;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}
.modal.in div.modal-dialog{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content{
    border-radius: 0;
    border: none;
}
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close{
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    opacity: 1;
}
#yith-quick-view-close::before,
.modal-content .btn-close::before,
div.mfp-content button.mfp-close::before{
    font-family: ElegantIcons;
    content: "Q";
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 479px){
    #yith-quick-view-close,
    .modal-content .btn-close,
    div.mfp-content button.mfp-close{
        top: 0;
        right: 0;
    }
}
:focus{
    outline: none;
}
.mc4wp-alert{
    padding: 6px 15px;
    margin-top: 15px;
    background-color: #fff;
}
.mc4wp-alert p:last-child{
    margin-bottom: 0;
}
.mc4wp-error{
    background-color: #f2dede;
}
.mc4wp-success{
    background-color: #dff0d8;
}
.popover.bottom > .arrow:after{
    left: 0;
    right: auto;
}
abbr[data-original-title],
abbr[title]{
    text-decoration: none;
}
address,
dt,
dd{
    line-height: inherit;
}
code{
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px 0;
    white-space: pre;
}
kbd{
    padding: 10px;
    font-size: 13px;
    line-height: 1.42857143;
}
pre{
    padding: 10px;
    margin-bottom: 25px;
}
.beeketing-page-block .bkt--brand{
    display: none !important;
}
.elem-hidden{
    display: none !important;
}
.clear + .clear{
    display: none !important;
}
.anr_captcha_field{
    margin-top: 20px;
}
/*----- REVERSE -----*/
.ovic-reverse{
    direction: rtl;
}
.ovic-reverse > *{
    direction: ltr;
}
/*----- WP EDITER -----*/
.wp-editor-wrap button:hover,
.wp-editor-wrap button:focus{
    background-color: transparent;
    color: inherit;
}
/*----- COOKIES CONSENT -----*/
.comment-form-cookies-consent{
    padding: 3px 0;
}
.comment-form-cookies-consent input[type=checkbox]{
    vertical-align: middle;
    margin: -1px 5px 0 0;
}
.comment-form-cookies-consent label{
    display: inline;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    margin: 0;
}
/*----- STICKY CONTENT -----*/
.sticky-content-main.remove-sticky-content{
    bottom: 0;
    position: absolute !important;
    top: auto !important;
}
/*----- CURRENT MENU ITEM -----*/
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a{
    color: #ff0000;
}
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.active-overlay .overlay-body,
.ovic-open-mobile-menu .overlay-body,
.ovic-open-mobile-options .overlay-body,
.show-main-menu .overlay-body{
    opacity: 0.5;
    visibility: visible;
}
@media (max-width: 1199px){
    .overlay-body{
        z-index: 100000;
    }
}
/*----- STORE NOTICE -----*/
.woocommerce-store-notice{
    margin: 0;
    text-align: center;
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #222;
}
.woocommerce-store-notice a{
    text-decoration: underline;
}
.woocommerce-store-notice a:not(:hover){
    color: inherit;
}
/*----- 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;
    }
}
/*----- ALIGN IMAGE -----*/
.alignnone,
.wp-caption.alignnone,
a img.alignnone{
    margin: 5px 0 20px;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter{
    display: block;
    margin: 5px auto 20px auto;
    clear: both;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft{
    float: left;
    margin: 5px 20px 20px 0;
    clear: both;
}
.alignright,
.wp-caption.alignright,
a img.alignright{
    float: right;
    margin: 5px 0 20px 20px;
    clear: both;
}
/*----- WP CAPTION -----*/
.wp-caption{
    background-color: #fff;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone{
    clear: both;
}
.wp-caption img{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text{
    font-weight: 400;
    padding: 5px 0 0;
    margin: 0 !important;
}
/*----- WP GALLERY -----*/
.gallery{
    margin-left: -5px;
    margin-right: -5px;
}
.gallery:after{
    display: table;
    content: "";
    clear: both;
}
.gallery-caption{
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-item{
    float: left;
    padding: 5px;
    font-style: italic;
    color: #666;
    margin: 0 0 10px;
}
.gallery-columns-1 .gallery-item{
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item{
    width: 50%;
}
.gallery-columns-3 .gallery-item{
    width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
    width: 25%;
}
.gallery-columns-5 .gallery-item{
    width: 20%;
}
.gallery-columns-6 .gallery-item{
    width: 16.66666667%;
}
.gallery-columns-7 .gallery-item{
    width: 14.28571428%;
}
.gallery-columns-8 .gallery-item{
    width: 12.5%;
}
.gallery-columns-9 .gallery-item{
    width: 11.11111111%;
}
@media (min-width: 1200px){
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1){
        clear: both;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .site-content:not(.sidebar-full) .gallery .gallery-item{
        min-width: 25%;
    }
    .site-content.sidebar-full .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .site-content.sidebar-full .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .site-content.sidebar-full .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .site-content.sidebar-full .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .site-content.sidebar-full .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .site-content.sidebar-full .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .site-content.sidebar-full .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .site-content.sidebar-full .gallery-columns-9 .gallery-item:nth-child(9n+1),
    .site-content:not(.sidebar-full) .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .site-content:not(.sidebar-full) .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .site-content:not(.sidebar-full) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1){
        clear: both;
    }
}
@media (max-width: 991px){
    .gallery .gallery-item{
        min-width: 25%;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1){
        clear: both;
    }
}
@media (max-width: 767px){
    .gallery .gallery-item{
        min-width: 33.33333333%;
    }
}
@media (max-width: 767px) and (min-width: 480px){
    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1){
        clear: both;
    }
}
@media (max-width: 479px){
    .gallery .gallery-item{
        min-width: 50%;
    }
    .gallery .gallery-item:nth-child(2n+1){
        clear: both;
    }
}
/*----- FONT AWESOME -----*/
body .fa{
    font-family: FontAwesome, sans-serif;
}
body .fa,
body .fa::before,
body .dashicons,
body .dashicons::before,
body .dashicons-before:before,
body [class*=main-icon-],
body [class*=main-icon-]::before{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    direction: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
}
/*==========================================================================
CHOSEN
===========================================================================*/
.chosen-container{
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    width: auto !important;
    max-width: 100%;
}
.chosen-container .chosen-single{
    display: block;
    background: none;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background: none;
}
.chosen-container .chosen-single::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "";
    text-decoration: none;
    margin-left: 3px;
}
.chosen-container .chosen-single span{
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit;
    margin: 0;
}
.chosen-container .chosen-single div{
    display: none;
}
.chosen-container .chosen-drop{
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    border-radius: 0;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    width: 180px;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chosen-container:not(.chosen-with-drop) .chosen-drop{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.chosen-container .chosen-results{
    color: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li{
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    box-shadow: 0 -1px #e6e6e6 inset;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container .chosen-results li[class*=level-]::before{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 1px;
    margin-right: 6px;
    content: "";
}
.chosen-container .chosen-results li.level-0::before{
    border-top: 1px solid;
}
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
body:not(.ovic-open-mobile-options) .mobile-options-content,
div.ovic-menu-clone-wrap:not(.open){
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-options-content,
div.ovic-menu-clone-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.mobile-options-content .mobile-options-mid,
div.ovic-menu-clone-wrap .ovic-menu-panels{
    flex: 1 1 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    font-size: 16px;
    font-weight: 600;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon{
    font-weight: 400;
    margin-top: 16px;
}
div.ovic-menu-clone-wrap .megamenu{
    background-image: none !important;
}
div.ovic-menu-clone-wrap .megamenu .container{
    margin-left: auto;
    margin-right: auto;
}
div.ovic-menu-clone-wrap .megamenu [class*=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 .ovic-menu-next-panel{
    line-height: inherit;
    height: auto;
    width: 40px;
    text-decoration: none !important;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul:not(.depth-0) > li.item-megamenu{
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li{
    padding: 0 15px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li:last-child{
    border-bottom: none;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li > a{
    line-height: inherit;
    padding: 8px 0;
    color: inherit;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon{
    font-size: 16px;
    min-width: 16px;
    text-align: center;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap{
    height: auto;
    border: none;
    box-shadow: 0 -1px #e6e6e6 inset;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn,
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel{
    text-decoration: none !important;
    font-size: 0;
    line-height: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn::before{
    font-family: "FontAwesome", sans-serif;
    content: "";
    font-size: 14px;
    line-height: 50px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel::before{
    font-family: "FontAwesome", sans-serif;
    content: "";
    font-size: 14px;
    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: #aaa;
    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: 10px;
}
.head-menu-mobile .author{
    padding: 0 5px;
}
.head-menu-mobile .name{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.head-menu-mobile .name span{
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    opacity: 0.7;
}
.head-menu-mobile .action{
    display: inline-block;
    float: right;
}
.head-menu-mobile .action .icon{
    font-size: 12px;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels{
    flex: 1 1 auto;
    overflow: hidden;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
.slick-slider{
    overflow: visible;
}
.slick-slider::before,
.slick-slider::after{
    display: table;
    content: "";
    clear: both;
}
.slick-list{
    padding: 0;
}
.slick-list:hover{
    z-index: 4;
}
.slick-track{
    margin-left: 0;
}
.slick-slide > .row-item > *{
    vertical-align: top;
}
/*----- ARROWS -----*/
.slick-slider .slick-arrow{
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 43px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    color: #e1e1e1;
}
.slick-slider .slick-arrow:hover{
    color: #222;
}
.slick-slider .slick-arrow.prev{
    top: calc(50% - 22px);
    left: -54px;
}
.slick-slider .slick-arrow.next{
    bottom: calc(50% - 22px);
    right: -54px;
}
.slick-slider .slick-arrow.prev::before{
    font-family: "biolife";
    content: "\e904";
}
.slick-slider .slick-arrow.next::before{
    font-family: "biolife";
    content: "\e905";
}
.slick-slider.slick-vertical .slick-slide{
    border: none;
}
.slick-slider.slick-vertical .slick-arrow{
    width: 44px;
    line-height: 44px;
}
.slick-slider.slick-vertical .slick-arrow.prev{
    top: -44px;
    left: calc(50% - 22px);
}
.slick-slider.slick-vertical .slick-arrow.next{
    bottom: -44px;
    right: calc(50% - 22px);
}
.slick-slider.slick-vertical .slick-arrow::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1200px){
    .slick-slider:not(:hover) .slick-arrow{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .slick-slider .slick-arrow{
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
    }
}
@media (max-width: 1199px){
    .elementor-column-wrap > .owl-slick .slick-arrow{
        display: none !important;
    }
    .slick-slider .slick-arrow.prev{
        left: 0;
    }
    .slick-slider .slick-arrow.next{
        right: 0;
    }
}
/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0 auto;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 6px 3px 0;
    cursor: pointer;
    width: 14px;
    height: 14px;
    position: relative;
    background-color: #bbbbbb;
    border: 2px solid #fff;
    z-index: 4;
    border-radius: 50%;
    transition: all .3s ease-out;
}
.slick-dots li.slick-active{
    border-color: #e73918;
    background-color: transparent;
}
.slick-dots li button{
    display: none;
}
/*==========================================================================
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;
}
.modal-demo-menu.loading > *,
.cart_totals.processing > *,
.woocommerce-cart-form.processing > *,
.loading-lazy > *,
.ovic-products.loading > .owl > *:not(.button-products),
.ovic-products.loading > .grid > .product-list-grid,
ul.shop-page.loading > *,
.tabs-container.loading > .tab-panel.active{
    opacity: 0.3;
}
.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, 0.7) !important;
    opacity: 1 !important;
}
.modal-demo-menu.loading::after,
.dgwt-wcas-inner-preloader::after,
.cart_totals .blockUI.blockOverlay::after,
.woocommerce-cart-form .blockUI.blockOverlay::after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before,
.loading-lazy::after,
.ovic-products.loading > .woocommerce::after,
ul.shop-page.loading::after,
.tabs-container.loading::after,
.button.loading::after,
.woocommerce-pagination.loading .button-loadmore::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
a.compare .blockUI.blockOverlay::before,
a.yith-wcqv-button .blockUI.blockOverlay::before,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before,
.modal-demo-menu.loading::after,
.dgwt-wcas-inner-preloader::after,
.cart_totals .blockUI.blockOverlay::after,
.woocommerce-cart-form .blockUI.blockOverlay::after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before,
.loading-lazy::after,
.ovic-products.loading > .woocommerce::after,
ul.shop-page.loading::after,
.tabs-container.loading::after,
.button.loading::after,
.woocommerce-pagination.loading .button-loadmore::before{
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: auto;
    background-size: cover;
    background-position: center center;
    -webkit-animation: fa-spin 1.5s infinite linear;
    -o-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
    display: block;
    text-align: center;
}
/*==========================================================================
CUSTOM FONT
===========================================================================*/
@font-face{
    font-family: "Brushline";
    src: url("../fonts/Brushline.ttf?tk5xgo") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face{
    font-family: "SignPainter HouseScript";
    src: url("../fonts/SignPainter-HouseScript-Regular.ttf?tk5xgo") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face{
    font-family: "Brushscript";
    src: url("../fonts/BRUSHSCI.TTF?tk5xgo") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.brushline-font.elementor-widget-heading .elementor-heading-title,
.brushline-font{
    font-family: "Brushline" !important;
}
.brushscript-font{
    font-family: "Brushscript";
}
.housescript-font{
    font-family: "SignPainter HouseScript";
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/*----- TRANSLATE LEFT -----*/
@keyframes ovic-animation-translate-left{
    0%{
        transform: translateX(-100px);
    }
    50%{
        transform: translateX(-80px);
    }
    100%{
        transform: translateX(-100px);
    }
}
@keyframes ovic-animation-translate-left-float{
    100%{
        transform: translateX(-100px);
    }
}
/*----- TRANSLATE right -----*/
@keyframes ovic-animation-translate-right{
    0%{
        transform: translateX(100px);
    }
    50%{
        transform: translateX(80px);
    }
    100%{
        transform: translateX(100px);
    }
}
@keyframes ovic-animation-translate-right-float{
    100%{
        transform: translateX(100px);
    }
}
/*----- SCALE UPDOWN -----*/
@keyframes ovic-animation-scale-updown{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes ovic-animation-scale-updown-2{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes ovic-animation-scale-updown-3{
    0%{
        transform: scale(1);
        filter: blur(0);
    }
    50%{
        transform: scale(1.15);
        filter: blur(5px);
    }
    100%{
        transform: scale(1);
        filter: blur(0);
    }
}
/*==========================================================================
BODY DATAS
===========================================================================*/
html{
    font-size: 14px;
}
body{
    font-family: "Cairo", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
/*----- 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.2;
    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.2;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend{
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 20px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}
p{
    margin: 0 0 20px;
}
/*----- A -----*/
a{
    cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}
/*----- 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 #e6e6e6;
    padding: 10px;
    text-align: left;
}
th{
    font-weight: 600;
}
body table.dataTable{
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}
body table.dataTable > tbody > tr.child ul.dtr-details{
    display: block;
}
body table.dataTable > tbody > tr.child ul.dtr-details > li:last-child{
    padding-bottom: 0;
}
/*----- LABEL -----*/
label{
    vertical-align: top;
    font-size: inherit;
    font-weight: 600;
    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 .chosen-single,
body .select2-container .select2-selection--single,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=date],
select,
textarea{
    border: none;
    color: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    max-width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0 !important;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
    text-align: left;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container.chosen-with-drop .chosen-single,
body .select2-container--open .select2-selection--single,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus,
textarea:focus{
    box-shadow: 0 0 0 1px #9c9c9c inset;
}
/* input */
.chosen-container .chosen-single,
body .select2-container .select2-selection--single,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=date]{
    height: 44px;
}
/* textarea */
textarea{
    display: block;
    height: 175px;
}
/* select */
select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMAmcwRiCK19YmuAAAAH0lEQVQI12MIYWBgFmAwAiNmRWZFBgYGIyEBIAliAgAeOQGsDcSFWgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 40px;
    cursor: pointer;
}
select::-ms-expand{
    display: none;
}
/* checkbox, radio */
input[type=radio],
input[type=checkbox]{
    margin-top: 5px;
    cursor: pointer;
}
/* placeholder */
::placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-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=button],
input[type=submit]{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 35px;
    border: none;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
}
button:focus{
    outline: none;
}
.added_to_cart[disabled],
.button[disabled],
button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
.single_add_to_cart_button.disabled{
    pointer-events: none;
    background-color: #f5f5f5;
    color: inherit;
}
/*----- BLOCKQUOTE -----*/
/*----- NAME, TITLE -----*/
.page-main-content::before,
.page-main-content::after,
.entry-content::before,
.entry-content::after,
.post-content::before,
.post-content::after,
.post-excerpt::before,
.post-excerpt::after{
    content: "";
    display: table;
    clear: both;
}
/*----- PAGE LINKS, POST PAGINATION -----*/
.post-pagination{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 10px;
}
.post-pagination > *{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.post-pagination .title{
    display: none;
}
.post-pagination .post-page-numbers:not(:hover):not(.current){
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    background-color: transparent;
}
.post-pagination .post-page-numbers:hover,
.post-pagination .post-page-numbers:focus{
    color: #fff;
}
.post-item .post-content .post-pagination a:hover{
    text-decoration: none;
}
/*----- BREADCRUMBS -----*/
.breadcrumbs .trail-browse{
    display: none;
}
.breadcrumb,
.woocommerce-breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: inherit;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    color: #666;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter{
    display: inline-block;
    vertical-align: top;
}
.breadcrumb li,
.woocommerce-breadcrumb a{
    max-width: 100%;
    padding: 0 10px 0 0;
    display: inline-block;
}
.breadcrumb li:last-child{
    padding-right: 0;
}
.breadcrumb > li + li:before,
.woocommerce-breadcrumb .delimiter::before{
    display: inline-block;
    vertical-align: top;
    content: "/";
    padding: 0 10px 0 0;
    color: inherit;
}
/*----- PAGINATION -----*/
.shop-after-control{
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    margin-top: 16px;
}
.woocommerce-pagination > .screen-reader-text{
    display: none;
}
.dokan-pagination-container .dokan-pagination::before,
.dokan-pagination-container .dokan-pagination::after,
.woocommerce-pagination ul::before,
.woocommerce-pagination ul::after{
    content: "";
    display: table;
    clear: both;
}
.dokan-pagination-container .dokan-pagination,
.woocommerce-pagination ul{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    border-radius: 0;
    clear: both;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: -5px -5px 0;
    position: relative;
    color: #666;
}
.dokan-pagination-container .dokan-pagination li,
.woocommerce-pagination ul li{
    display: inline;
    vertical-align: top;
}
.dokan-pagination-container .dokan-pagination li a,
.dokan-pagination-container .dokan-pagination li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
    display: inline-block;
    vertical-align: top;
    padding: 3px 15px;
    min-width: 40px;
    color: inherit;
    text-align: center;
    background-color: transparent;
    border-radius: 20px;
    text-decoration: none;
    margin: 5px 5px 0;
    border: 1px solid #e6e6e6;
    transition: all .3s ease-out;
}
.blog-list + .pagination-wrap .woocommerce-pagination ul li a.prev,
.blog-list + .pagination-wrap .woocommerce-pagination ul li a.next{
    padding: 0 20px;
}
.dokan-pagination-container .dokan-pagination li a:hover,
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li .current{
    color: #fff;
    background-color: #e73918;
    border-color: #e73918;
}
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next{
    border-width: 2px;
    min-width: 55px;
    padding: 2px 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.dokan-pagination-container .dokan-pagination li:first-child a::before,
.woocommerce-pagination ul li .prev::before{
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 18px;
    line-height: 24px;
}
.dokan-pagination-container .dokan-pagination li:last-child a::after,
.woocommerce-pagination ul li .next::before{
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 18px;
    line-height: 24px;
}
.woocommerce-pagination .button-loadmore{
    text-decoration: none;
    padding: 4px 30px;
    border-radius: 30px;
    -webkit-transition: all 0.45s ease-out;
    -moz-transition: all 0.45s ease-out;
    -ms-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}
.woocommerce-pagination .button-loadmore.button:hover{
    color: #fff;
}
.woocommerce-pagination.loading .button-loadmore::before{
    position: static;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.type-load_more{
    display: flex;
    align-items: center;
}
.type-load_more::before,
.type-load_more::after{
    content: "";
    display: block;
    flex: 1 1 auto;
    width: 1%;
    min-width: 30px;
    border-top: 2px solid #e6e6e6;
}
/*----- SITE CONTENT -----*/
.site{
    position: relative;
    overflow: hidden;
}
.site-content{
    padding-bottom: 60px;
}
.site-content::before,
.site-content::after,
#primary::before,
#primary::after,
#secondary::before,
#secondary::after{
    display: table;
    clear: both;
    content: "";
}
.container{
    max-width: 100%;
}
@media (min-width: 1200px){
    body .dokan-store-wrap.layout-left .dokan-single-store,
    body .dokan-store-wrap.layout-right .dokan-single-store,
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #primary{
        display: inline-block;
        float: left;
        width: calc(100% - 300px);
    }
    body .dokan-store-wrap.layout-left .dokan-store-sidebar,
    body .dokan-store-wrap.layout-right .dokan-store-sidebar,
    .site-content.sidebar-left #secondary,
    .site-content.sidebar-right #secondary{
        display: inline-block;
        float: left;
        width: 270px;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
    body .dokan-store-wrap.layout-left .dokan-single-store,
    body .dokan-store-wrap.layout-right .dokan-store-sidebar,
    .site-content.sidebar-left #primary,
    .site-content.sidebar-right #secondary{
        float: right;
    }
    .site-content.sidebar-left #secondary + *,
    .site-content.sidebar-right #secondary + *{
        clear: both;
    }
}
/*==========================================================================
WIDGETS
===========================================================================*/
.widget::before,
.widget::after{
    content: "";
    display: table;
    clear: both;
}
.widget .screen-reader-text{
    display: none !important;
}
.widget .widget-title{
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}
.widget .widget-title a{
    text-decoration: underline;
}
.widget .widget-title a:not(:hover){
    color: inherit;
}
.widget .widget-title img{
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.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;
}
.wp-calendar-table a,
.wp-calendar-nav-prev a,
.widget .comment-author-link a{
    text-transform: capitalize;
    color: #888;
}
.widget-area{
    font-size: 14px;
    line-height: 20px;
}
.widget-area > .widget:not(:last-child){
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.widget-area > .widget_media_image:not(:last-child),
.widget-area > .widget.ovic-iconbox:not(:last-child){
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area > .widget:not(.ovic-iconbox):not(.widget_media_image) + .widget_media_image{
    padding-top: 11px;
    margin-top: -41px;
    background-color: #fff;
}
.widget-area > .widget .widget-title{
    margin: 0 0 20px 0
}
.widget_layered_nav .count,
.widget .tagcloud .tag-link-count,
.widget_product_categories .count,
.widget_categories .count{
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
.widget_layered_nav .inline-group a .count,
.widget_layered_nav .group-image a .count,
.widget_layered_nav .group-color a .count{
    margin-left: 6px;
}
.widget_layered_nav a:not(:hover),
.widget_ovic_nav_menu ul li > a:not(:hover):not([aria-current=page]),
.widget_nav_menu ul li > a:not(:hover):not([aria-current=page]),
.widget_rss ul li > a:not(:hover),
.widget_recent_entries ul li > a:not(:hover):not([aria-current=page]),
.widget_recent_comments ul li > a:not(:hover),
.widget_meta ul li > a:not(:hover),
.widget_pages ul li > a:not(:hover):not([aria-current=page]),
.widget_archive ul li > a:not(:hover):not([aria-current=page]),
.widget_categories ul li:not(.current-cat) > a:not(:hover),
.widget_product_categories ul li:not(.current-cat) > a:not(:hover){
    color: inherit;
}
/*----- WIDGET CALENDAR -----*/
.widget_calendar th,
.widget_calendar td{
    text-align: center;
    padding: 5px;
}
.widget_calendar caption{
    margin-top: -8px;
}
.widget #today{
    background-color: #000;
    color: #fff;
}
.widget #today a{
    display: block;
    color: inherit;
}
/*----- WIDGET LIST ITEM -----*/
.widget_ovic_nav_menu 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_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li{
    padding: 8px 0;
}
.widget_ovic_nav_menu ul,
.widget_nav_menu ul,
.widget_layered_nav ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul{
    margin: -8px 0;
}
.widget_ovic_nav_menu 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_archive ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul{
    margin-top: 8px;
}
.widget_layered_nav .select2 ul li{
    min-height: inherit;
}
/*----- MONSTER WIDGET -----*/
.widget_rss ul li:not(:last-child),
.widget_recent_comments ul li:not(:last-child),
.widget_recent_entries > ul > li:not(:last-child){
    padding-bottom: 8px;
}
.widget_rss ul li:not(:first-child),
.widget_recent_comments ul li:not(:first-child),
.widget_recent_entries > ul > li:not(:first-child){
    padding-top: 8px;
}
.widget_rss ul li > a,
.widget_recent_comments ul li > a,
.widget_recent_entries > ul > li > a{
    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{
    content: "";
    display: table;
    clear: both;
}
.yith-woocompare-widget ul{
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.yith-woocompare-widget a.compare{
    border-radius: 0;
    text-transform: none;
}
/*----- WIDGET CATEGORY -----*/
.widget_product_categories .cat-item.cat-parent > .carets{
    float: right;
    cursor: pointer;
}
.widget_product_categories .cat-item.cat-parent > .carets::before{
    font-family: FontAwesome, sans-serif;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_product_categories .cat-item.show-sub > .carets::before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.widget_product_categories .children{
    display: none;
    clear: both;
}
/*----- WIDGET NAV MENU -----*/
.widget_ovic_nav_menu .megamenu,
.widget_nav_menu .megamenu{
    background-image: none !important;
    width: auto !important;
}
.widget_ovic_nav_menu .megamenu > .vc_row,
.widget_nav_menu .megamenu > .vc_row{
    padding: 0 !important;
}
.widget_ovic_nav_menu .megamenu [class*=vc_col-],
.widget_nav_menu .megamenu [class*=vc_col-]{
    width: 100%;
    float: none;
}
.widget_ovic_nav_menu .megamenu .ovic-custommenu,
.widget_nav_menu .megamenu .ovic-custommenu{
    padding: 0 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 .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:not(:first-child){
    margin-top: 20px;
}
.widget .product_list_widget > li::before,
.widget .product_list_widget > li::after{
    display: table;
    clear: both;
    content: "";
}
.widget .product_list_widget > li > a.remove{
    color: red;
}
.widget .product_list_widget > li > a:not(.remove){
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #222;
}
.widget .product_list_widget > li > a:not(.remove):hover{
    color: #e73918;
}
.widget .product_list_widget .product-title,
.widget .product_list_widget .post--categories{
    display: block;
    margin-left: 90px;
}
.widget .product_list_widget > li figure{
    float: left;
    width: 80px;
    margin-right: 20px;
}
.widget .product_list_widget > li figure img{
    margin-right: 0;
}
.widget .product_list_widget > li img{
    float: left;
    width: 80px;
    margin-right: 10px;
    position: relative;
}
.widget .product_list_widget .post--categories + a img{
    top: -20px;
}
.widget .product_list_widget > li .star-rating-wrap,
.widget .product_list_widget > li .star-rating{
    display: table;
}
.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.ovic-products .product-list-owl{
    border: 1px solid #e6e6e6;
}
.widget.ovic-products .ovic-title ~ .woocommerce .product-list-owl{
    border-top: none;
}
.widget.ovic-products .nav-top .slick-slider:not(.slick-vertical) .slick-arrow.prev{
    right: 24px !important;
}
.widget.ovic-products .nav-top .slick-slider:not(.slick-vertical) .slick-arrow.next{
    right: 5px !important;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .woocommerce-mini-cart{
    max-height: 250px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.widget_shopping_cart .woocommerce-mini-cart li{
    position: relative;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 20px;
    margin-top: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart li a:not(.remove){
    padding-right: 25px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    width: 20px;
    text-align: right;
    text-decoration: none;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove::before{
    display: block;
    font-family: "FontAwesome", sans-serif;
    content: "";
    font-size: 11px;
    line-height: 24px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dt{
    color: #333;
    float: left;
    margin-right: 7px;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation dd{
    margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart .quantity{
    background-color: transparent;
    border: none;
}
.widget_shopping_cart .total{
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 0 0;
    margin: 0;
}
.widget_shopping_cart .total > *{
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total .amount{
    font-size: 18px;
    float: right;
    font-weight: 700;
}
.widget_shopping_cart .buttons{
    margin: 0;
}
.widget_shopping_cart .buttons > *{
    margin-top: 10px;
}
.woocommerce-mini-cart__buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-mini-cart__buttons .button{
    background-color: #05a503;
    border-radius: 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 0;
    text-align: center;
    flex: 0 0 calc(50% - 10px);
    transition: all .45s ease-out;
}
.woocommerce-mini-cart__buttons .button:hover{
    background-color: #eeeeee;
    color: #666666;
}
.woocommerce-mini-cart__buttons .button.checkout{
    background-color: #eeeeee;
    color: #666666;
}
.woocommerce-mini-cart__buttons .button.checkout:hover{
    background-color: #05a503;
    color: #fff;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button{
    display: block;
    vertical-align: top;
}
.widget_shopping_cart .buttons .wcppec-cart-widget-button img{
    display: block;
    height: 40px !important;
    margin: auto;
}
.widget_shopping_cart .wcppec-cart-widget-spb{
    margin-top: 15px;
}
dl.variation{
    margin-bottom: 3px;
}
dl.variation *:last-child{
    margin-bottom: 0;
}
/*----- LAYERED NAV -----*/
/*.ovic-price-filter button::before,
.ovic-price-filter a::before,
.widget_categories ul li a::before,
.widget_product_categories ul li a::before,
.widget_layered_nav .inline-group a::before,
.widget_layered_nav .woocommerce-widget-layered-nav-list li > a::before {
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome, sans-serif;
  content: "";
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #ddd inset;
  margin: 2px 10px 2px 0;
}*/
.widget .widget-title .arrow{
    font-family: "FontAwesome";
    float: right;
    color: #e73918;
}
.widget .widget-title .arrow:before{
    content: "\f0d8";
}
body.blog .widget .widget-title .arrow:before{
    display: none;
}
.widget_layered_nav .inline-group,
.widget_layered_nav .group-image,
.widget_layered_nav .group-button,
.widget_layered_nav .group-color{
    margin: 0 -10px;
}
.widget_layered_nav .inline-group::before,
.widget_layered_nav .inline-group::after,
.widget_layered_nav .group-image::before,
.widget_layered_nav .group-image::after,
.widget_layered_nav .group-button::before,
.widget_layered_nav .group-button::after,
.widget_layered_nav .group-color::before,
.widget_layered_nav .group-color::after{
    content: "";
    display: table;
    clear: both;
}
.widget_layered_nav .inline-group a,
.widget_layered_nav .group-image a{
    display: table;
    float: left;
    clear: both;
    margin: 3px 10px;
    position: relative;
    font-size: inherit !important;
}
.widget_layered_nav .group-image a i,
.widget_layered_nav .group-color a i{
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
    border: 2px solid #ddd;
}
.widget_layered_nav .group-color a .count{
    display: none;
}
.widget_layered_nav .group-button a{
    display: table;
    float: left;
    margin: 5px 10px;
    font-size: inherit !important;
    border: 1px solid #e6e6e6;
    padding: 2px 10px;
    min-width: 30px;
}
.widget_layered_nav .group-button a i{
    display: none !important;
}
.ovic_widget_layered_nav .group-color,
.ovic_widget_layered_nav .group-image{
    margin: -5px;
}
.ovic_widget_layered_nav .group-color a,
.ovic_widget_layered_nav .group-image a{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.ovic_widget_layered_nav .group-color a i,
.ovic_widget_layered_nav .group-image a i{
    margin-right: 0;
    border-radius: 50%;
}
/*----- 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%;
    border: 2px solid #e6e6e6;
    border-radius: 30px !important;
    box-shadow: none;
}
.widget_search .search-field:focus,
.widget_product_search .search-field:focus{
    outline: none;
    box-shadow: none;
}
.widget_search button[type=submit],
.widget_product_search button[type=submit]{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    background-color: transparent;
}
.widget_search button[type=submit]::before,
.widget_product_search button[type=submit]::before{
    display: block;
    font-family: 'biolife';
    content: "\e900";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #3b3b3b;
}
.widget_search button[type=submit]:hover::before,
.widget_product_search button[type=submit]:hover::before{
    color: #dd3333;
}
.rssSummary{
    color: #333;
}
.widget_recent_comments .recentcomments::before{
    font-family: "biolife";
    content: "\e90d";
    margin-right: 8px;
    position: relative;
    top: 2px;
}
/*----- WIDGET TAG CLOUD -----*/
.tagcloud{
    margin: -10px -5px 0;
    font-size: 0;
    line-height: 0;
}
.tagcloud a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    line-height: 20px;
    padding: 5px 15px;
    box-shadow: 0 0 0 1px #e6e6e6;
    color: inherit;
    text-decoration: none;
    margin: 10px 5px 0;
    transition: all .3s ease-out;
    border-radius: 20px;
}
.tagcloud a:hover{
    box-shadow: none;
    color: #fff;
}
/*----- WIDGET NETWORK -----*/
.widget.ovic-network .content-social-network::before,
.widget.ovic-network .content-social-network::after{
    display: table;
    content: "";
    clear: both;
}
.widget.ovic-network .content-social-network{
    margin: -10px -5px 0;
}
.widget.ovic-network .social-item{
    float: left;
    width: 25%;
    padding: 10px 5px 0;
}
.widget.ovic-network > a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.widget.ovic-network > a:not(:hover){
    color: inherit;
}
/*----- WIDGET BRAND -----*/
.widget_product_brand .product-categories.logo{
    margin: 0 -5px;
}
.widget_product_brand .product-categories.logo .cat-item{
    border: none;
    width: 33.33%;
    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: 0.5;
}
.widget_product_brand .product-categories.list .cat-item a.loading-lazy{
    position: static;
}
.widget_product_brand .product-categories.list .cat-item a.loading-lazy::after{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
/*----- WIDGET OVIC ICONBOX -----*/
.widget-ovic-iconbox .icon{
    float: left;
    width: 35px;
    font-size: 20px;
    line-height: 1;
    padding: 2px 0;
    margin-bottom: 5px;
}
.widget-ovic-iconbox .title{
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 5px;
}
.widget-ovic-iconbox .text{
    clear: both;
    margin: 0;
}
.widget.ovic-iconbox > .inner{
    border: 1px solid #e6e6e6;
}
.widget.ovic-iconbox .ovic-iconbox{
    padding: 27px 28px;
}
.widget.ovic-iconbox .ovic-iconbox:not(:first-child){
    border-top: 1px solid #e6e6e6;
}
.widget.ovic-iconbox .ovic-iconbox .inner{
    text-align: inherit;
}
/*----- WIDGET OVIC BLOG -----*/
/*----- WIDGET OVIC PRICE FILTER -----*/
.ovic-price-filter button{
    background-color: transparent;
    padding: 8px 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}
.ovic-price-filter a{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    padding: 8px 0;
}
.ovic-price-filter .price-filter-inner{
    margin: -8px 0;
}
/*----- WIDGET PRICE FILTER -----*/
.widget_price_filter form::before,
.widget_price_filter form::after{
    content: "";
    display: table;
    clear: both;
}
.ui-slider{
    position: relative;
    text-align: left;
    background-color: #d6d6d6;
    height: 4px;
    margin: 12px 0 22px;
}
.ui-slider .ui-slider-range{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    top: -4px;
    left: 0;
    width: 12px;
    height: 12px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    background-size: cover;
    z-index: 2;
    border-radius: 0;
    margin-left: -6px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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;
    color: #222;
    overflow: hidden;
}
.price_slider_amount .price_label{
    display: inline-block;
    vertical-align: top;
}
.price_slider_amount .button{
    float: right;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    background-color: transparent;
    text-transform: none;
}
.price_slider_amount .button:hover,
.price_slider_amount .button:focus{
    background-color: transparent;
}
/*==========================================================================
SHORTCODE
===========================================================================*/
.biolife_disabled_popup_by_user input[type=checkbox]{
    vertical-align: middle;
    margin: -3px 0 0;
}
.inner::before,
.inner::after{
    display: table;
    content: "";
    clear: both;
}
/*----- CUSTOM TITLE -----*/
/* style-01 */
.ovic-title .page-title{
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px;
}
/* style-02 */
.ovic-title.style-02{
    position: relative;
    border-radius: 90px;
    padding: 8px 20px;
    background-color: #ff5100;
    border-color: #ff5100;
    text-align: center;
}
.ovic-title.style-02::before{
    position: absolute;
    content: "";
    top: 100%;
    left: calc(50% - 10px);
    width: 20px;
    height: 10px;
    border-top: 10px solid;
    border-top-color: inherit;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.ovic-title.style-02 .title{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
/* style-03 */
.ovic-title.style-03 .title{
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 36px;
    position: relative;
    margin: 0;
}
.ovic-title.style-03 .title::before,
.ovic-title.style-03 .title::after{
    position: absolute;
    content: "";
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 14px;
    border-left: 4px solid;
    border-right: 4px solid;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.ovic-title.style-03 .title::after{
    left: auto;
    right: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.ovic-title.style-03 .sub-title{
    float: right;
}
.ovic-title.style-03 .sub-title a{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    text-decoration: underline;
}
.ovic-title.style-03 .sub-title a:not(:hover){
    color: #888;
}
/* style- */
@media (max-width: 479px){
    .ovic-title.style-03 .title{
        display: block;
        text-align: center;
    }
    .ovic-title.style-03 .sub-title{
        float: none;
        text-align: center;
    }
}
/*----- TRENDING -----*/
/* style-01 */
.ovic-trending.style-01 .tabs{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-trending.style-01 .tabs .slick-track > .tab-item,
.ovic-trending.style-01 .tabs .row-item:first-child > .tab-item{
    border-top: none;
}
.ovic-trending.style-01 .tabs .tab-item{
    border: 1px solid #e6e6e6;
}
.ovic-trending.style-01 .tabs .slick-list{
    padding-bottom: 1px;
    margin-bottom: -1px;
}
.ovic-trending.style-01 .tabs .tab-link{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 19px 15px 16px;
    text-decoration: none;
}
.ovic-trending.style-01 .tabs .active .tab-link::before,
.ovic-trending.style-01 .tabs .tab-link:hover::before{
    position: absolute;
    content: "";
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-top: 3px solid;
}
.ovic-trending.style-01 .tabs .thumb{
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-trending.style-01 .tabs .thumb i{
    font-size: 35px;
    line-height: 35px;
}
.ovic-trending.style-01 .tabs .thumb svg{
    max-width: 35px;
    max-height: 35px;
}
.ovic-trending.style-01 .tabs-container{
    padding-top: 40px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
/*----- ICONBOX -----*/
.contact-icon .elementor-icon{
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
}
.contact-icon .elementor-icon > *{
    margin: auto;
}
/*----- CONTACT -----*/
/* style-01 */
.ovic-contact.style-01 .inner{
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-contact.style-01 .icon{
    display: inline-block;
    vertical-align: middle;
    margin: 6px 5px 0;
    width: 48px;
    font-size: 0;
    line-height: 0;
}
.ovic-contact.style-01 .icon i,
.ovic-contact.style-01 .icon span{
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    line-height: 1;
}
.ovic-contact.style-01 .content{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    max-width: calc(100% - 68px);
}
.ovic-contact.style-01 .title{
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.ovic-contact.style-01 .phone{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 3px 0 0;
}
/* style-02 */
.ovic-contact.style-02{
    position: relative;
    z-index: 1;
}
.ovic-contact.style-02::before,
.ovic-contact.style-02::after,
.ovic-contact.style-02 .inner::before,
.ovic-contact.style-02 .inner::after{
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    background-color: inherit;
    z-index: -1;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.ovic-contact.style-02::after,
.ovic-contact.style-02 .inner::after{
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
}
.ovic-contact.style-02 .inner::before,
.ovic-contact.style-02 .inner::after{
    top: 50%;
    bottom: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.ovic-contact.style-02 .inner{
    display: flex;
    align-items: center;
    padding: 30px 60px 30px 35px;
    background-color: inherit;
}
.ovic-contact.style-02 .icon{
    font-size: 0;
    line-height: 0;
    width: 58px;
}
.ovic-contact.style-02 .icon i,
.ovic-contact.style-02 .icon span{
    display: inline-block;
    vertical-align: top;
    font-size: 58px;
    line-height: 1;
}
.ovic-contact.style-02 .content{
    flex: 1 1 auto;
    width: 1%;
    margin-left: 30px;
}
.ovic-contact.style-02 .phone{
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    margin-left: 60px;
    text-decoration: none;
}
.ovic-contact.style-02 .email:not(:hover),
.ovic-contact.style-02 .phone:not(:hover){
    color: #fff;
}
.ovic-contact.style-02 .phone::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 31px;
    font-weight: 400;
    margin-right: 8px;
}
.ovic-contact.style-02 .email{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    margin-left: 60px;
    text-decoration: none;
}
.ovic-contact.style-02 .email::before{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    margin-right: 8px;
}
.ovic-contact.style-02 .title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.ovic-contact.style-02 .subtitle{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0;
}
/* style- */
/* style- */
/* style- */
@media (max-width: 1499px){
    .ovic-contact.style-02 .inner{
        padding-left: 15px;
        padding-right: 25px;
    }
}
@media (max-width: 1199px){
    .ovic-contact.style-02 .inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px){
    .ovic-contact.style-02 .inner{
        display: block;
    }
    .ovic-contact.style-02 .icon{
        display: inline-block;
        vertical-align: middle;
    }
    .ovic-contact.style-02 .content{
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        max-width: calc(100% - 80px);
        width: auto;
    }
    .ovic-contact.style-02 .phone,
    .ovic-contact.style-02 .email{
        display: table;
        margin: 15px 0 0;
    }
}
/*----- BRANDS -----*/
.elementor-widget-ovic_brand.has-button > .elementor-widget-container{
    position: relative;
    margin-bottom: 90px;
}
.ovic-brand{
    text-align: center;
}
.ovic-brand .brand-item .link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.ovic-brand .brand-item img{
    margin: auto;
}
.ovic-brand .brand-item .name{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.ovic-brand .button-wrap{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.ovic-brand .button-wrap::before,
.ovic-brand .button-wrap::after{
    content: "";
    display: block;
    flex: 1 1 auto;
    width: 1%;
    min-width: 30px;
    border-top: 2px solid #e6e6e6;
}
.ovic-brand .button-wrap .button{
    min-width: 220px;
    text-decoration: none;
    padding: 13px 15px;
}
.ovic-brand .button-wrap .button:not(:hover){
    color: inherit;
    background-color: transparent;
    box-shadow: 0 0 0 2px #e6e6e6;
}
/* style-01 */
.ovic-brand.style-01 .slick-list:hover{
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.ovic-brand.style-01 .brand-item{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .row-item:not(:last-child) .brand-item{
    border-bottom: none;
}
.ovic-brand.style-01 .brand-item .link{
    background-color: #fff;
}
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .brand-item .link:hover::before{
    left: -1px;
    right: -1px;
}
.ovic-brand.style-01 .brand-item .link:hover::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    border: 2px solid;
    z-index: 1;
}
.ovic-brand.style-01 .brand-item .link:hover .hover::before{
    position: absolute;
    content: "";
    top: calc(100% - 1px);
    left: calc(50% - 10px);
    width: 20px;
    height: 10px;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
}
.ovic-brand.style-01 .brand-item .link:hover .hover::after{
    position: absolute;
    content: "";
    top: calc(100% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 7px;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 1;
}
.ovic-brand.style-02 .slick-slider[data-slick*='"slidesMargin":0'] .brand-item .link,
.ovic-brand.style-01 .slick-slider[data-slick*='"slidesMargin":0'] .brand-item .link{
    padding: 0 15px;
}
/* style-02 */
.ovic-brand.style-02 .brand-item img{
    margin: auto;
}
.ovic-brand.style-02 .brand-item .title{
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
/* style-03 */
.ovic-brand.style-03 .brand-item .link{
    padding-top: 5px;
}
.ovic-brand.style-03 .brand-item img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-brand.style-03 .brand-item .link:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ovic-brand.style-03 .brand-item .name{
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
}
/* style- */
/* style- */
/* style- */
/* style-01 */
.ovic-deal.style-01 .head .title{
    width: 300px;
    max-width: calc(100% - 30px);
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    background-color: #ff1212;
    padding: 10px 20px;
    border-radius: 0 0 15px 0;
    margin: 0;
}
.ovic-deal.style-01 .head .biolife-countdown-wrapper{
    padding: 10px 0 7px 40px;
    color: #fff;
}
.ovic-deal.style-01 .head .biolife-countdown .number{
    color: inherit;
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
}
.ovic-deal.style-01 .head .biolife-countdown .text{
    color: #fff;
}
.ovic-deal.style-01 .head .desc{
    padding: 6px 0 6px 35px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.ovic-deal.style-01 .head .desc p{
    margin: 0;
}
.ovic-deal.style-01 .head .desc strong{
    font-size: 36px;
    font-weight: 700;
    color: #f40909;
}
.ovic-deal.style-01 .head .button-wrap{
    padding: 10px 0 10px 30px;
}
.ovic-deal.style-01 .head .button{
    padding: 8px 20px;
    background-color: #fff;
}
/* style-02 */
.ovic-deal.style-02{
    padding: 16px 0 61px 25px;
}
.ovic-deal.style-02 .head{
    float: left;
    width: 300px;
    max-width: 100%;
    margin-right: 30px;
}
.ovic-deal.style-02 .head .title{
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 49px;
}
.ovic-deal.style-02 .head .desc{
    font-size: 14px;
    line-height: 18px;
    color: #333e48;
    display: flex;
    margin-bottom: 18px;
}
.ovic-deal.style-02 .head .desc .icon{
    font-size: 30px;
    line-height: 36px;
    margin-right: 10px;
}
.ovic-deal.style-02 .head .biolife-countdown{
    text-align: center;
    padding: 17px 0 9px;
    margin: 0 -17px 0 -7px;
    background-color: #333e48;
    border-radius: 90px;
}
.ovic-deal.style-02 .head .biolife-countdown > *:not(:last-child)::after{
    color: #fff;
}
.ovic-deal.style-02 .head .biolife-countdown .number{
    box-shadow: none;
}
.ovic-deal.style-02 .head .biolife-countdown .text{
    color: #fff;
}
.ovic-deal.style-02 .ovic-products{
    display: inline-block;
    vertical-align: top;
    width: 930px;
    max-width: calc(100% - 330px);
    margin-top: 66px;
}
/* style-03 */
/* style-04 */
/* style-05 */
.ovic-deal.style-05 .head{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 30px;
}
.ovic-deal.style-05 .title{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}
.ovic-deal.style-05 .biolife-countdown-wrapper{
    padding: 8px 25px 8px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-left: 25px;
}
.ovic-deal.style-05 .biolife-countdown-wrapper > .text{
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
}
.ovic-deal.style-05 .biolife-countdown-wrapper > .text::before{
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAMAAAD+iNU2AAAAM1BMVEUAAAAiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLt77U1AAAAEHRSTlMAQO8Qn4Ag32Awj1Bwz7+vryOCSwAAAHBJREFUCNdVzVcOwzAMA1BqWF4ZvP9pWw+kDX+kBwgUdqrtJSpQTpLqMSwqF+8i0jLLMKnyHQFzluUKMAFwjWGqLZs2rCzD89uJj097WXS0tucednUgO/5zUOawxcL5LlRTAP3mvjbnSO6/Mjl6ndsH5j8DpU5DyBoAAAAASUVORK5CYII=");
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 -2px;
}
.ovic-deal.style-05 .biolife-countdown{
    display: inline-block;
    vertical-align: top;
    padding: 2px 0;
    margin: 0 0 0 10px;
}
.ovic-deal.style-05 .biolife-countdown > *{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.ovic-deal.style-05 .biolife-countdown > *:not(:last-child)::after{
    display: inline-block;
    vertical-align: top;
    position: static;
    padding: 0;
    margin: 0 3px 0 4px;
}
.ovic-deal.style-05 .biolife-countdown .number{
    display: inline-block;
    vertical-align: top;
    min-width: inherit;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.ovic-deal.style-05 .biolife-countdown .text{
    display: none;
}
.ovic-deal.style-05 .head .button-wrap{
    flex: 1 1 auto;
    width: 1%;
    margin-left: 30px;
    text-align: right;
}
.ovic-deal.style-05 .head .button{
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
    background-color: transparent;
    text-transform: none;
}
.ovic-deal.style-05 .head .button::after{
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "";
    color: #fff;
    width: 16px;
    line-height: 16px;
    margin: 2px 0 2px 11px;
    border-radius: 50%;
    padding-left: 2px;
}
/* style- */
/* style- */
@media (min-width: 992px){
    .ovic-deal.style-01 .head{
        display: flex;
        padding-right: 20px;
        min-height: 84px;
    }
    .ovic-deal.style-01 .head > *{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ovic-deal.style-01 .head .desc{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .ovic-deal.style-01 .head{
        padding-right: 15px;
    }
    .ovic-deal.style-01 .head .title{
        width: auto;
        padding: 10px 15px;
    }
    .ovic-deal.style-01 .head .biolife-countdown-wrapper{
        padding-left: 20px;
    }
    .ovic-deal.style-01 .head .desc{
        padding-left: 20px;
    }
    .ovic-deal.style-01 .head .button-wrap{
        padding-left: 20px;
    }
}
@media (max-width: 991px){
    .ovic-deal.style-01 .head{
        padding: 0 0 15px;
    }
    .ovic-deal.style-01 .head .biolife-countdown-wrapper{
        padding: 15px 15px 0;
    }
    .ovic-deal.style-01 .head .desc{
        padding: 5px 15px 0;
    }
    .ovic-deal.style-01 .head .button-wrap{
        padding: 10px 15px 0;
    }
}
@media (max-width: 767px){
    .ovic-deal.style-02{
        padding: 15px;
    }
    .ovic-deal.style-02 .head{
        margin-right: 0;
    }
    .ovic-deal.style-02 .head .title{
        margin-bottom: 20px;
    }
    .ovic-deal.style-02 .ovic-products{
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .ovic-deal.style-05 .head{
        display: block;
    }
    .ovic-deal.style-05 .biolife-countdown-wrapper{
        margin: 10px 0 0;
    }
    .ovic-deal.style-05 .head .button-wrap{
        width: auto;
        margin: 10px 0 0;
    }
}
@media (max-width: 479px){
    .ovic-deal.style-02{
        padding: 10px;
    }
    .ovic-deal.style-02 .head .biolife-countdown{
        margin: 0 -15px;
    }
}
/*----- COUNTDOWN -----*/
/*----- VIDEO -----*/
.ovic-video .wp-video{
    overflow: hidden;
}
/* style- */
/*----- CATEGORY -----*/
.ovic-category{
    text-align: center;
}
.ovic-category .link{
    display: block;
    position: relative;
    text-decoration: none;
}
.ovic-category .thumb{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
/* style-01 */
.ovic-category.style-01 .link{
    font-size: 14px;
    line-height: 24px;
}
.ovic-category.style-03 .thumb img,
.ovic-category.style-01 .thumb img{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: auto;
}
.ovic-category.style-03 .link:hover img,
.ovic-category.style-01 .link:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* style-02 */
.ovic-category.style-02 .thumb{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAMAAAClXPkcAAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMA7vD7qQZ3yWH9wyAaswL469TOCZqGb+JTlX30vGpNQxCkjzLe2YFaJkAqFYpIO59mNi3mt6wNC/eamYsAAAdsSURBVHja7N3XeuIwEAXgg7EptjG9hF6SEEoau8nO+z/ZlmR7gBElsa3z33CvD0uj0YyEBIjGwWzUecg1p42J2/dr1cvLduYbR8T5/lu5vKrl+5/d++l1q9BZbEIPlvHCu+HgulHyrzJirHLlu+tW5zFEuo0fO62p67ezcgrlamk6GAVIm/Cu0HTzGTkHx28MRmOkQBQMc/d5R86teDVp3dWRWKtRblLryTsq+83RFyRNMLwuteVDZP3uDEnxPOqWKvKxPjU68f8il4VGNSux0HM7MQ7IlgO3IrGSacTye4zfQL3KF+L1OY47jbbEV6YZm0B/lvNjMkdtV76IwXB5t41Pkgjl9Rgfqd6ZZCQ5KoMIH6Q+f+pJwtRm+ADR6D5xI/Vdtuvhnc2mCZmn3pC/wTsat6qSZJlbvJfHZH5+f8oO8B6+PNQkDbo4u2DtSErkcF4zN/ZRuoECzmjxWVKlvMC5LHxJm0qIs7jrSwr5EU5vWZJ0yuHUVo2ipFR5g5OKBklKKpjKRzihTTpC0K0ecDJerizpVhnjRG7yknprnMY88ftlhXKAE/AuxAoNHC+04BP8IRvgWLM4HwHG7K81tGG6etULcZRBmlIxe13jGF2xSqWOw63FMgUcbCq2qXGsDMxwmGux0AUOkhMbOXUcYJ7aPN9uHZgbpT0js80TjG1Sc4JqqvcMQ6tLsdYcZrxUHncplWDGkvzV28pjmCiI1QowsLQoKfMWF3r1ZJfyHc/xoHYvtltAay7Wa0IpSPMRvVIVSjZHWL8EUBkIacseAsujhlcTaKSsVvRQba6Ep520VvHs01V71x1PQ+jFPfaZWZpIPmTSimwpltEImZg52bHFl+R2WJ7BmiUgen3sEjJ2/1MvYtigt8R2N1bVrB0Zlk6EtAUiS8aj//CxlSv0NwfbbPjH+k/AGUtviLcFXAr/12WMdfS5dGhr3dpOVRba6mU9vKHOZLJ+w/MgpF4ObS+aMbnpYSSkbj58EtLuDkMGpFu0mU3WK9bxj8ieBmhjG/zjVmibIRNZei38bcxt4XZTFvod3peSvtv7tMz7pQOmk3eosLPXgMc99IFnFkuhXRZMkep1+BUeFpXeCO3U5Fp4WM0yC271IXzIiHSPPKuT9S6ZndHr4SfP2gtU9Op4tRBS91k0hfa5YeCg94gXY54X7neLFx2hvea8yEjvgRkH40KaMfc6Ck2eROtdMEmqd88rZ0xvDom4MdQntDZCCn1WKOv57GwyrXa4ElK4wjdjIXUN7p2QRps1bHoZphz0HBb8GQ4W7yLVD1YopJJlfsYAy2cMcLNjgEeGekUAvLBOvxrWhXQcVnQbDdZQSMfhNlrPsfDt0IO1eTmB0WDVhNRpZV7Uo1WFJ6TkIxBS6uNRSKnEmFTPZRuK3oSpP70LdgvoNXloqJdjN5jeA98D05vzOFrvlvtovTsWsuktwVv+1FasClErRmAJvFYFHCy1KsAWVq0+IKTkcrD0LjhYel3OWXoFroZ6Cw6W3g0HS68O7g21Kmyf06uBdSFqJTbumL0lXRJSGfCuP70Rmw31At6sopaNALSE1K33cyGNEp+d01vzZnO9AsA+J61HsJ1cq/gMcHNosBhyv6P0hB+mQvtd8y1kvSHf99VbAeCFIUZPMvDIQuOJrxrq5cAbu9UWAJdDpewXvGATncn7RHW+8bvPmq+EGb5ewQ2PSvYZAF/7MJmyGMOrrPnAqFGUxUlLyfHwC2+F2sPFn55ZhbtLAa/44MdexRV+4xn+1/bubTlRIAgD8E9kEEVQUBDR4AFUlIjRjYb3f7Kt1FZqtWJwPHLq785baqZteprpZFUcU2ii07nyDM1F5qIAtA8v3IU0RZp35D39H3KphDhCbVoJVPzUpqv/TnNxgGYjJ/I1nKDQK8/ZJIuG3ydqhjhChzwJRJxGl0Od4AG0tDgNAFpavBb4lUfvPNwLC1jH5EAtQoIGtWod2uEIVWoSNBUk0qgI+J+JMwLqqPnmtwHQRuRSG+IsjZKtfybgEPoxiWO9DR4eha047gfgM6dEvuaCB82VTij5gUrMP70B9LQ4TXAZqcRxa4ZL2f24nCqvuJxXznxLGOIa+zKOTK4quNK8bKfUtQnD1cJynSX6Q9xkUZ4W+Upvjxux15LM5K56uINPpwQXsHTnGu5j5BQ80gtSG/fzaRU46xKcPe5Lswv6kf4faYQHCMzi7UZDZngQ5qpFannrrzd4qIZUlPu2dGuEx1vO8p+pCr0IzxJI1RwXvF7GLsNThbKYy2S1tXYZUsAip56vgK+bkYb07FdmPR8HjS1RbiB9LJLUbHd2Caq1RXZoW7lXzeQSm47ftxqyh3nZemLdnbQaIcvY0nZEPeXAX5vunFWInGBLeyYaKUSyylR9kzdt5FBjIc/G9acUW5tTdWK5AUPesWAoOx3VeMRTE/SPjiMvlCwG8duwxnY1t8y1WvVv2aKVll5XOzPLjoJcbrjLaWGwGdqy5ZiTzlj8GBiG3xW+NONvL18/u75hDAai2OmZ0vt8FW2VEdLxF3ZZAs1ckJaMAAAAAElFTkSuQmCC");
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
}
.ovic-category.style-02 .link:hover img{
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}
.ovic-category.style-02 .thumb + .content{
    margin-top: -36px;
}
.ovic-category.style-02 .content{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 200px;
    padding: 13px 15px;
    border-radius: 90px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.ovic-category.style-02 .title{
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.ovic-category.style-02 .slick-dots{
    margin-top: 66px;
}
.ovic-category.style-02 .slick-dots li{
    background-color: rgba(255, 255, 255, 0.1);
}
.ovic-category.style-02 .slick-dots li.slick-active,
.ovic-category.style-02 .slick-dots li:hover{
    background-color: #fff;
}
/* style-03 */
.ovic-category.style-03 .link{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.ovic-category.style-03 .thumb{
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-category.style-03 .link:hover figure{
    border-radius: 6px 6px 0 0;
}
.ovic-category.style-03 img{
    margin: auto;
}
.ovic-category.style-03 .content{
    display: block;
    padding: 10px 0;
}
.ovic-category.style-03 .content::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}
.ovic-category.style-03 .link:not(:hover) .content::before{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
}
.ovic-category.style-03 .title{
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.ovic-category.style-03 .link:not(:hover) .count{
    color: #888;
}
.ovic-category.style-03 .slick-slider .slick-arrow:not(:hover){
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}
/* style-04 */
.ovic-category.style-04 .link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.ovic-category.style-04 .link:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ovic-category.style-04 img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ovic-category.style-04 .content{
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 10px;
    z-index: 1;
}
.ovic-category.style-04 .content::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ovic-category.style-04 .link:hover .content::before{
    opacity: 0.7;
    -webkit-animation: ovic-animation-scale-updown-2 2s cubic-bezier(0.42, 0, 0.5, 1) infinite;
    -o-animation: ovic-animation-scale-updown-2 2s cubic-bezier(0.42, 0, 0.5, 1) infinite;
    animation: ovic-animation-scale-updown-2 2s cubic-bezier(0.42, 0, 0.5, 1) infinite;
}
.ovic-category.style-04 .title{
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
/* style-05 */
.ovic-category.style-05 .slick-list{
    overflow: visible;
}
.ovic-category.style-05 .link{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 56px;
    background-color: #ebebeb;
    text-decoration: none;
    overflow: hidden;
}
.ovic-category.style-06 .link:hover img,
.ovic-category.style-05 .link:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ovic-category.style-06 .link img,
.ovic-category.style-05 .link img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-category.style-05 .thumb ~ .content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ovic-category.style-05 .content{
    display: block;
    padding: 20px 0;
}
.ovic-category.style-05 .title{
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    margin: 6px 0 -15px;
}
.ovic-category.style-05 .count{
    display: block;
    font-size: 16px;
}
/* style-06 */
.ovic-category.style-06{
    text-align: inherit;
}
.ovic-category.style-06 .link{
    display: flex;
    align-items: center;
    height: 150px;
    padding: 20px;
    background-color: #fff;
}
.ovic-category.style-06 .thumb{
    width: 110px;
    overflow: visible;
}
.ovic-category.style-06 .title{
    flex: 1 1 auto;
    width: 1%;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
/* style- */
/* style- */
/* style- */
/* style- */
@media (min-width: 1200px){
    .ovic-category.style-05 .slick-slider .slick-arrow{
        width: 60px !important;
        height: 60px !important;
        background-color: #fff !important;
        padding: 15px 0 !important;
        border-radius: 50% !important;
        font-size: 18px !important;
    }
    .ovic-category.style-05 .slick-slider .slick-arrow.prev{
        top: calc(50% - 30px) !important;
        left: -60px !important;
    }
    .ovic-category.style-05 .slick-slider .slick-arrow.next{
        bottom: calc(50% - 30px) !important;
        right: -60px !important;
        padding-left: 3px !important;
    }
}
@media (min-width: 1800px){
    .ovic-category.style-05 .slick-slider .slick-arrow.prev{
        left: -100px !important;
    }
    .ovic-category.style-05 .slick-slider .slick-arrow.next{
        right: -100px !important;
    }
}
@media (min-width: 1500px){
    .ovic-category.style-05 .slick-slider .slick-arrow.prev{
        left: -205px !important;
    }
    .ovic-category.style-05 .slick-slider .slick-arrow.next{
        right: -205px !important;
    }
}
@media (max-width: 1199px){
    .ovic-category.style-02 .slick-dots{
        margin-top: 46px;
    }
}
@media (max-width: 767px){
    .ovic-category.style-02 .slick-dots{
        margin-top: 26px;
    }
}
/*----- HOT CATEGORY -----*/
/* style-01 */
.ovic-hotcategory.style-01 .hotcategory-item{
    padding: 20px 10px 20px 40px;
    overflow: hidden;
}
.ovic-hotcategory.style-01 .hotcategory-item .content{
    float: left;
    width: 39%;
    padding-right: 10px;
}
.ovic-hotcategory.style-01 .hotcategory-item .thumb{
    float: left;
    width: 61%;
}
.ovic-hotcategory.style-01 .hotcategory-item .thumb img{
    margin: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-hotcategory.style-01 .hotcategory-item:hover .thumb img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ovic-hotcategory.style-01 .hotcategory-item .title{
    font-size: 18px;
    line-height: 24px;
    margin: -5px 0 11px;
}
.ovic-hotcategory.style-01 .hotcategory-item .list{
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.ovic-hotcategory.style-01 .hotcategory-item .list li{
    display: block;
    padding: 5px 0;
}
.ovic-hotcategory.style-01 .hotcategory-item .list li a:not(:hover){
    color: inherit;
}
.ovic-hotcategory.style-01 .hotcategory-item .button{
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 21px;
    color: inherit;
}
.ovic-hotcategory.style-01 .hotcategory-item .button::before{
    font-family: FontAwesome, sans-serif;
    content: "";
}
/* style- */
@media (max-width: 1499px){
    .ovic-hotcategory.style-01 .hotcategory-item{
        padding-left: 20px;
    }
    .ovic-hotcategory.style-01 .hotcategory-item .content{
        width: 45%;
    }
    .ovic-hotcategory.style-01 .hotcategory-item .thumb{
        width: 55%;
    }
}
@media (max-width: 479px){
    .ovic-hotcategory.style-01 .hotcategory-item{
        padding-left: 10px;
    }
    .ovic-hotcategory.style-01 .hotcategory-item .content,
    .ovic-hotcategory.style-01 .hotcategory-item .thumb{
        width: 50%;
    }
}
/*----- OVIC SLIDE -----*/
.ovic-slide .slide-item{
    text-align: center;
}
.ovic-slide .slide-item .link{
    display: block;
    position: relative;
    text-decoration: none;
}
.ovic-slide .slide-item .icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ovic-slide .slide-item .icon.type-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.ovic-slide .slide-item .icon > *{
    margin: auto;
}
.ovic-slide .slide-item .title{
    display: inline-block;
    vertical-align: top;
}
.ovic-slide .slide-item .link:hover .title{
    text-decoration: underline;
}
/* style-01 */
.ovic-slide.style-01 .slick-slider{
    border-bottom: 1px solid #e6e6e6;
}
.ovic-slide.style-01 .slick-track > .slide-item,
.ovic-slide.style-01 .row-item:first-child > .slide-item{
    border-top: none;
}
.ovic-slide.style-01 .slide-item{
    border: 1px solid #e6e6e6;
}
.ovic-slide.style-01 .slide-item .link{
    padding: 19px 15px 16px;
    text-decoration: none;
}
.ovic-slide.style-01 .slide-item .link:hover::before{
    position: absolute;
    content: "";
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-top: 3px solid;
}
.ovic-slide.style-01 .slide-item .title{
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.ovic-slide.style-01 .slide-item .icon > *{
    max-width: 35px;
}
/* style-02 */
.ovic-slide.style-01 .slide-item .title{
    display: block;
    font-size: 14px;
    line-height: 18px;
}
/* style-03 */
.ovic-slide.style-03{
    display: flex;
}
.ovic-slide.style-03 .slick-slider{
    flex: 1 1 auto;
    width: 1%;
}
.ovic-slide.style-03 .slick-list{
    padding: 6px 0;
    margin: -6px 0;
}
.ovic-slide.style-03 .slide-item .link{
    background-color: #fff;
    border-radius: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin: 6px 0 6px 20px;
    overflow: visible;
}
.ovic-slide.style-03 .slide-item .icon{
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: calc(100% - 40px);
    width: 60px;
    display: flex;
    align-items: center;
}
.ovic-slide.style-03 .slide-item .icon > *{
    margin-right: 0;
}
.ovic-slide.style-03 .slide-item .title{
    font-size: 14px;
    line-height: 14px;
    padding-left: 8px;
    text-align: left;
}
/* style-04 */
.ovic-slide.style-04 .slide-item{
    border: 1px solid #e6e6e6;
}
.ovic-slide.style-04 .slide-item .link{
    padding: 13px 10px;
}
/* style-05 */
.ovic-slide.style-05 .slide-item .link{
    padding: 62px 15px 48px;
}
.ovic-slide.style-05 .slide-item .link:not(:hover)::before{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
}
.ovic-slide.style-05 .slide-item .link::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.ovic-slide.style-05 .slide-item .icon{
    font-size: 70px;
    line-height: 70px;
}
.ovic-slide.style-05 .slide-item .icon > *{
    max-width: 100px;
    max-height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-slide.style-05 .slide-item .title{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* style-06 */
.ovic-slide.style-06 .slide-item .link{
    width: 230px;
    height: 230px;
    max-width: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    color: #fff !important;
}
.ovic-slide.style-06 .slide-item .link:hover .icon{
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}
.ovic-slide.style-06 .slide-item .icon{
    font-size: 71px;
    line-height: 71px;
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto;
}
.ovic-slide.style-06 .slide-item .icon svg{
    fill: #fff;
}
.ovic-slide.style-06 .slide-item .title{
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    margin-top: 17px;
}
/* style-07 */
.ovic-slide.style-07 .icon{
    width: 126px;
    height: 126px !important;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff inset;
    position: relative;
    margin: 0 auto;
}
.ovic-slide.style-07 .icon::before{
    position: absolute;
    content: "";
    top: 13px;
    bottom: 13px;
    left: 13px;
    right: 13px;
    border-radius: inherit;
    background-color: #fff;
    z-index: -1;
}
.ovic-slide.style-07 .icon > *{
    font-size: 46px;
    line-height: 46px;
    max-width: 46px;
    max-height: 46px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ovic-slide.style-07 .link:hover .icon > *{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ovic-slide.style-07 .title{
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
}
/* style- */
/* style- */
@media (min-width: 1200px){
    .ovic-slide.style-05 .slick-slider .slick-arrow{
        width: 50px;
        font-size: 34px;
        line-height: 50px;
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.prev{
        top: calc(50% - 25px);
        left: -50px;
        text-align: left;
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.next{
        top: calc(50% - 25px);
        right: -50px;
        text-align: right;
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.prev::before{
        content: "";
    }
    .ovic-slide.style-05 .slick-slider .slick-arrow.next::before{
        content: "";
    }
}
/*----- KEYWORD -----*/
.ovic-keyword{
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0;
}
.ovic-keyword .title{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    margin: 0 5px 0 0;
}
.ovic-keyword ul{
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ovic-keyword li{
    display: inline-block;
    vertical-align: top;
}
.ovic-keyword li:not(:last-child)::after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 14px;
    border-right: 1px solid;
    margin: 2px 8px;
}
.ovic-keyword li a{
    display: inline-block;
    vertical-align: top;
}
.ovic-keyword li a:not(:hover){
    color: inherit;
}
/*----- CONTAINER -----*/
/* style- */
/*----- BUTTON -----*/
/* style- */
/*==========================================================================
BLOG
===========================================================================*/
.page-title{
    font-size: 48px;
    line-height: 60px;
    padding: 60px 0 0;
    margin: 0;
}
.taxonomy-description :last-child{
    margin-bottom: 0;
}
.header.style-01 ~ .site-content .page-head{
    margin-top: 20px;
}
.page-head{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px calc(50% - 50vw);
    background-color: #888;
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.page-head .inner{
    min-height: 194px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-head .inner > *{
    position: relative;
}
.page-head .page-title{
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    padding: 0;
}
.page-head .page-title:last-child{
    margin-bottom: 27px;
}
.page-head .breadcrumb,
.page-head .woocommerce-breadcrumb{
    margin-top: 6px;
}
.page-head .breadcrumb a,
.page-head .woocommerce-breadcrumb a{
    color: inherit;
}
.page-head .breadcrumb a:hover,
.page-head .woocommerce-breadcrumb a:hover{
    text-decoration: underline;
}
.page-head .trail-items a:hover .name{
    text-decoration: underline;
}
.page-head .trail-items > .active{
    color: inherit;
}
.page-head .trail-items > .active .name{
    text-decoration: underline;
}
.page-head + .breadcrumb-wrap{
    margin: -4px 0 30px;
}
.head--center{
    text-align: center;
}
.head--left{
    text-align: left;
}
.head--right{
    text-align: right;
}
.head--justify{
    text-align: justify;
}
body.rtl .head--left{
    text-align: right;
}
body.rtl .head--right{
    text-align: left;
}
@media (max-width: 767px){
    .page-title{
        padding-top: 40px;
    }
    .header.style-01 ~ .site-content .page-head{
        margin-top: 15px;
    }
    .page-head{
        margin-bottom: 30px;
    }
    .page-head + .breadcrumb-wrap{
        margin-bottom: 20px;
    }
}
/*----- ELEMENT -----*/
.biolife-share-socials{
    font-size: 14px;
    line-height: 20px;
}
.biolife-share-socials > .inner{
    padding: 5px 0;
    margin: 0 -6px;
}
.biolife-share-socials a{
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    margin: 0 6px;
    text-decoration: none;
}
.biolife-share-socials a:hover{
    opacity: 0.7;
}
.biolife-share-socials a .icon{
    display: inline-block;
    vertical-align: top;
}
.biolife-share-socials a .text{
    display: none;
    margin-left: 3px;
}
.biolife-share-socials a.facebook{
    color: #8f79ed;
}
.biolife-share-socials a.twitter{
    color: #79c8ed;
}
.biolife-share-socials a.pinterest{
    color: #eb8277;
}
.share-list > .title{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
}
.share-list .biolife-share-socials{
    display: inline-block;
    vertical-align: top;
}
.share-post{
    position: relative;
}
.share-post .biolife-share-socials{
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 12;
}
.share-post .biolife-share-socials .inner,
.share-post .biolife-share-socials a{
    margin: 0;
}
.share-post:not(.open) .biolife-share-socials{
    opacity: 0;
    visibility: hidden;
}
.footer-post{
    padding: 40px 0 50px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 60px;
}
.footer-post > *{
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.footer-post .share-list{
    float: right;
    margin-left: 30px;
}
.author-content{
    display: flex;
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin: 60px 0 0;
}
.author-content .avatar{
    border-radius: 50%;
    overflow: hidden;
}
.author-content .author-info{
    flex: 1 1 auto;
    width: 1%;
    padding: 0 30px;
}
.author-content .name{
    font-size: 24px;
    line-height: 29px;
    margin: -7px 0 0;
}
.author-content .desc{
    margin: 9px 0 0;
}
.author-content .link{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0 0;
}
.pagination-thumb:not(:last-child){
    margin-top: 40px;
}
.pagination-thumb{
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.pagination-thumb .other-post{
    width: 50%;
}
.pagination-thumb .other-post:not(:last-child){
    padding-right: 15px;
}
.pagination-thumb .other-post:not(:first-child){
    padding-left: 15px;
}
.pagination-thumb .next{
    text-align: right;
}
.pagination-thumb .link{
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    max-width: 100%;
}
.pagination-thumb .icon{
    float: left;
    width: 44px;
    font-size: 18px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin: 0 15px 0 0;
    text-align: center;
}
.pagination-thumb .next .icon{
    float: right;
    margin: 0 0 0 15px;
}
.pagination-thumb .prev .icon::before{
    font-family: FontAwesome, sans-serif;
    content: "";
}
.pagination-thumb .next .icon::before{
    font-family: FontAwesome, sans-serif;
    content: "";
}
.pagination-thumb .content{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 59px);
}
.pagination-thumb .content > *{
    display: block;
    padding: 1px 0;
}
@media (max-width: 479px){
    .author-content{
        display: block;
        padding: 15px;
    }
    .author-content .author-info{
        overflow: visible;
        padding: 15px 0 0;
        clear: both;
        width: auto;
    }
    .pagination-thumb .next .icon,
    .pagination-thumb .icon{
        margin: 0 0 10px;
    }
    .pagination-thumb .content{
        max-width: 100%;
    }
    .pagination-thumb .name{
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
    }
}
/*==========================================================================
POST SINGLE
===========================================================================*/
/*----- 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: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    color: #fff;
    border: none;
    border-radius: 0;
}
.popup-email-content .btn-close::before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 16px;
    line-height: 30px;
}
.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%;
}
/* BUNDLE */
div.ovic_bundle-wrap{
    margin-top: 30px;
}
div.ovic_bundle-wrap .column-thumb{
    width: 80px;
}
div.ovic_bundle-wrap .column-qty,
div.ovic_bundle-wrap .column-price,
div.ovic_bundle-wrap .column-discount{
    text-align: center;
}
div.ovic_bundle-wrap td .price{
    display: inline-block;
    vertical-align: top;
}
div.ovic_bundle-wrap .stock{
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-before-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
div.ovic_bundle-wrap .ovic_bundle-check{
    width: 1%;
}
div.ovic_bundle-wrap .ovic_bundle-check label{
    font-weight: inherit;
    margin: 0;
}
div.ovic_bundle-wrap .ovic_bundle-price .price del{
    font-size: 14px;
}
div.ovic_bundle-wrap .ovic_bundle-price .discount{
    font-size: 16px;
    line-height: 30px;
}
div.ovic_bundle-wrap .ovic_bundle-total .discount{
    font-size: 16px;
    font-weight: 600;
}
div.ovic_bundle-wrap .footer-bundle .ovic-bundle-subtotal > * span{
    font-weight: 600;
}
div.ovic_bundle-wrap .footer-bundle .cart a.compare,
div.ovic_bundle-wrap .footer-bundle .cart .yith-wcwl-add-to-wishlist{
    display: none;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.wpcf7{
    font-size: 14px;
    line-height: 20px;
}
.wpcf7 ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #888888;
}
.wpcf7 ::-moz-placeholder{ /* Firefox 19+ */
    color: #888888;
}
.wpcf7 :-ms-input-placeholder{ /* IE 10+ */
    color: #888888;
}
.wpcf7 :-moz-placeholder{ /* Firefox 18- */
    color: #888888;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 textarea{
    width: 100%;
}
.wpcf7 p{
    position: relative;
    margin-bottom: 30px;
}
.wpcf7 p .wpcf7-form-control-wrap{
    position: static;
}
.wpcf7 p [role=alert]{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.wpcf7 p[class*=col-] [role=alert]{
    right: 15px;
}
.wpcf7 label{
    display: block;
    font-weight: inherit;
}
.wpcf7 .wpcf7-acceptance{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #888;
    cursor: pointer;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.wpcf7 .wpcf7-acceptance label{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}
.wpcf7 .wpcf7-acceptance a{
    text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance a:not(:hover){
    color: inherit;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]{
    vertical-align: middle;
    margin: -1px 3px 0 0;
}
.wpcf7 [type=submit]{
    vertical-align: middle;
    min-width: 166px;
    padding: 8px 30px;
    border: 2px solid #e73918;
    transition: all .3s ease-out;
}
.wpcf7 [type=submit]:hover{
    background-color: #fff;
    color: #e73918;
}
.contact-form-01 .your-message-wrap,
.contact-form-01 .input-field:not(:first-child){
    margin-top: 20px;
}
.contact-form-01 .submit-wrap{
    margin-top: 30px;
}
.contact-form-01 .wpcf7-submit{
    border-radius: 30px;
}
/*----- CART -----*/
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-form-login .woocommerce-LostPassword{
    font-size: 14px;
    line-height: 20px;
    font-weight: inherit;
}
.wishlist_table th,
.woocommerce-cart-form > .shop_table th,
.woocommerce-cart-form .dataTables_wrapper > .shop_table th,
.woocommerce-checkout #order_review .shop_table th{
    font-size: 18px;
}
.woocommerce table.wishlist_table td.product-name,
.woocommerce-cart-form > .shop_table td.product-name,
.woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name{
    font-size: 14px;
    color: #333;
}
.woocommerce-cart-form > .shop_table td.product-name a{
    color: inherit;
}
.woocommerce table.wishlist_table tr td.product-remove a,
.woocommerce-cart-form > .shop_table .product-remove a,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-decoration: none;
}
.woocommerce #content table.wishlist_table tr td.product-remove a:not(:hover),
.woocommerce-cart-form > .shop_table .product-remove a:not(:hover),
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a:not(:hover){
    color: #888;
}
.woocommerce table.wishlist_table tr td.product-remove a::before,
.woocommerce-cart-form > .shop_table .product-remove a::before,
.woocommerce-cart-form .dataTables_wrapper > .shop_table .product-remove a::before{
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "";
    font-size: 16px;
    line-height: 24px;
}
.woocommerce-cart-form .shop_table .actions{
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
}
.woocommerce-cart-form .shop_table .actions > *{
    vertical-align: middle;
    margin-bottom: 10px;
}
.woocommerce-cart-form .quantity .input-qty{
    padding: 8px 35px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
}
.woocommerce-cart-form .quantity > .text{
    display: none;
}
.woocommerce-cart-form .quantity .btn-number{
    height: 20px;
}
.cart-collaterals{
    border: 1px solid #e6e6e6;
    padding: 24px 0 30px;
}
.cart-collaterals .cart_totals > h2{
    font-size: 24px;
    line-height: 30px;
    margin: 0 20px 15px;
}
.cart-collaterals .shop_table{
    margin-bottom: 0;
}
.cart-collaterals .shop_table th{
    border: none;
    padding: 12px 10px 12px 20px;
    font-size: 16px;
}
.cart-collaterals .shop_table td{
    border: none;
    padding: 12px 20px 12px 10px;
    font-size: 14px;
    text-align: right;
}
.cart-collaterals .shop_table tr:not(:last-child) th,
.cart-collaterals .shop_table tr:not(:last-child) td{
    border-bottom: 1px solid #e6e6e6;
}
.cart-collaterals .shop_table .shipping th,
.cart-collaterals .shop_table .shipping td{
    padding-top: 22px;
    padding-bottom: 22px;
}
.cart-collaterals .shop_table .shipping .button{
    width: 100%;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator{
    margin-top: 24px;
}
.cart-collaterals .shop_table .amount{
    font-size: 15px;
    font-weight: 700;
}
.cart-collaterals .shop_table .order-total td{
    padding-top: 25px;
    padding-bottom: 25px;
}
.cart-collaterals .shop_table .order-total .amount,
.woocommerce-checkout .shop_table .order-total .amount{
    font-size: 24px;
    line-height: 30px;
}
.cart-collaterals .wc-proceed-to-checkout .button{
    display: block;
    width: auto;
    padding: 8px 15px;
    margin: 0 20px;
    border: 2px solid #e73918;
    transition: all .3s ease-out;
}
.cart-collaterals .wc-proceed-to-checkout .button:hover{
    color: #e73918;
    background-color: #fff;
}
.cart-collaterals:not(:hover) .wc-proceed-to-checkout .button{
/ / background-color: #f5f5f5;
/ / color: inherit;
}
.cart-collaterals .wc-proceed-to-checkout .button:not(:last-child){
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .woocommerce table.wishlist_table tbody tr,
    .woocommerce-cart-form > .shop_table tbody .cart_item{
        border-top: 1px solid #e6e6e6;
    }
    .woocommerce table.wishlist_table th,
    .woocommerce-cart-form > .shop_table th{
        border: none;
        padding: 13px 10px;
    }
    .woocommerce table.wishlist_table tbody td,
    .woocommerce-cart-form > .shop_table td{
        border: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .woocommerce table.wishlist_table .product-thumbnail,
    .woocommerce-cart-form > .shop_table .product-thumbnail{
        width: 1%;
    }
    .woocommerce table.wishlist_table .product-thumbnail img,
    .woocommerce-cart-form > .shop_table .product-thumbnail img{
        width: 160px;
    }
    .woocommerce table.wishlist_table .product-name,
    .woocommerce-cart-form > .shop_table .product-name{
        width: calc(40% - 110px);
    }
    .woocommerce table.wishlist_table .product-price,
    .woocommerce table.wishlist_table .product-stock-status,
    .woocommerce-cart-form > .shop_table .product-price,
    .woocommerce-cart-form > .shop_table .product-quantity,
    .woocommerce-cart-form > .shop_table .product-subtotal{
        width: 17%;
    }
    .woocommerce table.wishlist_table .product-add-to-cart{
        width: 20%;
    }
    .woocommerce table.wishlist_table .product-remove,
    .woocommerce-cart-form > .shop_table .product-remove{
        width: 1%;
        padding: 0;
    }
    .woocommerce table.wishlist_table thead th,
    .woocommerce table.wishlist_table tbody td{
        border: none;
    }
}
@media (min-width: 1200px){
    .woocommerce-cart-form{
        float: left;
        width: calc(100% - 360px);
        margin-right: 30px;
    }
    .cart-collaterals{
        max-width: 330px;
        margin-left: auto;
    }
}
@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-left: 15px;
        padding-right: 15px;
    }
}
/*----- DATATABLE -----*/
.woocommerce-cart-form .dataTables_wrapper{
    margin-bottom: 50px;
}
.woocommerce-cart-form .dataTables_wrapper .btn-group{
    width: auto;
    float: left;
    margin-bottom: 10px;
}
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter{
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-bottom: 10px;
}
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter label,
.woocommerce-cart-form .dataTables_wrapper div.dataTables_filter .form-control{
    vertical-align: middle;
}
.woocommerce-cart-form table.dataTable .product-thumbnail{
    text-align: center;
}
.woocommerce-cart-form table.dataTable .product-thumbnail img{
    display: inline-block !important;
    vertical-align: top;
    width: 100px;
    max-width: 100px;
    margin: auto;
}
.woocommerce-cart-form div.dataTables_wrapper div.dataTables_info{
    display: inline-block;
    vertical-align: top;
}
.woocommerce-cart-form div.dataTables_wrapper div.dataTables_paginate{
    display: inline-block;
    vertical-align: top;
    float: right;
}
.woocommerce-cart-form div.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
.woocommerce-cart-form div.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 767px){
    .woocommerce-cart-form table.dataTable .product-thumbnail img{
        width: 80px;
        max-width: 80px;
    }
}
/*----- WISHLIST -----*/
/*----- MY ACCOUNT -----*/
.woocommerce-form-login .form-row:last-child,
.woocommerce-form-login .lost_password:last-child,
.woocommerce-form-register .form-row:last-child,
.woocommerce-ResetPassword .form-row:last-child,
.woocommerce-form-track-order .form-row:last-child{
    margin-bottom: 0;
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button{
    display: block;
    margin-top: 10px;
    min-width: 140px;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
}
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button{
    margin: 10px 0 -26px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.woocommerce-form-login:not(:hover) .form-row .button,
.woocommerce-form-register:not(:hover) .form-row .button,
.woocommerce-ResetPassword:not(:hover) .form-row .button,
.woocommerce-form-track-order:not(:hover) .form-row .button{
    background-color: #f5f5f5;
    color: 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,
.woocommerce form.woocommerce-form-track-order .form-row-first,
.woocommerce form.woocommerce-form-track-order .form-row-last,
.woocommerce-page form.woocommerce-form-track-order .form-row-first,
.woocommerce-page form.woocommerce-form-track-order .form-row-last{
    float: none;
    width: 100%;
}
.wcmp-dashboard > h2,
body.woocommerce-account .woocommerce > h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0 auto 28px;
    position: relative;
}
.woocommerce-form-login{
    position: relative;
    margin-bottom: -20px !important;
}
.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme{
    padding: 5px 0;
    margin-bottom: 25px;
}
.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme input[type=checkbox]{
    margin-top: -3px;
}
.woocommerce-form-login .woocommerce-LostPassword{
    position: absolute;
    bottom: 65px;
    left: 0;
    padding: 5px 0;
    font-weight: 400;
}
.woocommerce-form-register .woocommerce-privacy-policy-text p:last-child{
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .woocommerce-account .col2-set{
        display: flex;
    }
    .woocommerce-account .col2-set .col-1{
        width: 50%;
        padding-right: 50px;
    }
    .woocommerce-account .col2-set .col-2{
        width: 50%;
        padding-left: 50px;
        border-left: 1px solid #e6e6e6;
        position: relative;
    }
    .woocommerce-account .col2-set .col-2::before{
        position: absolute;
        content: "or";
        top: 0;
        bottom: 0;
        left: -25px;
        width: 51px;
        height: 51px;
        font-size: 14px;
        line-height: 51px;
        border-radius: 50%;
        background-color: #f5f5f5;
        text-align: center;
        margin: auto;
    }
}
@media (min-width: 992px){
    .woocommerce-account .col2-set .col-1{
        padding-right: 75px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-left: 75px;
    }
}
@media (min-width: 1200px){
    .woocommerce-account .col2-set .col-1{
        padding-right: 100px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-left: 100px;
    }
}
@media (min-width: 1500px){
    .woocommerce-account .col2-set .col-1{
        padding-right: 130px;
    }
    .woocommerce-account .col2-set .col-2{
        padding-left: 130px;
    }
}
/*----- 404 ERROR -----*/
.error-404{
    text-align: center;
}
.error-404 .title{
    font-size: 48px;
    line-height: 58px;
    margin: 30px 0 0;
}
.error-404 .subtitle{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: inherit;
    margin: 0;
}
.error-404 figure{
    margin: 55px 0 0;
}
.error-404 .button{
    min-width: 220px;
    margin: 50px 0 0;
    border: 2px solid #000;
    transition: all .3s ease-out;
}
.error-404 .button:hover{
    background: transparent;
    color: #000;
}
/*----- 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: 100000;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.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;
}
#yith-quick-view-modal .yith-wcqv-wrapper{
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    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{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
#yith-quick-view-modal .yith-wcqv-main{
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    padding: 15px;
}
#yith-quick-view-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 .quantity > .text,
#yith-quick-view-modal .entry-summary a.compare,
#yith-quick-view-modal .woocommerce-product-gallery__trigger,
#yith-quick-view-modal .onsale{
    display: none;
}
#yith-quick-view-modal .product .product{
    display: flex;
}
#yith-quick-view-modal .product .entry-summary{
    padding-left: 40px;
}
#yith-quick-view-modal .entry-summary .quantity{
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#yith-quick-view-modal .quantity .control{
    background-color: #f4f4f4;
}
#yith-quick-view-modal .woocommerce-product-details__short-description{
    margin-bottom: 20px;
}
#yith-quick-view-modal .entry-summary .single_add_to_cart_button,
#yith-quick-view-modal .entry-summary .added_to_cart{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
body.admin-bar #yith-quick-view-modal{
    top: 32px;
}
@media (max-width: 782px){
    body.admin-bar #yith-quick-view-modal{
        top: 46px;
    }
}
@media (max-width: 767px){
    #yith-quick-view-modal .yith-wcqv-main{
        padding: 15px 15px 0;
    }
    #yith-quick-view-modal #yith-quick-view-content label{
        color: inherit;
    }
    #yith-quick-view-content div.woocommerce-product-gallery,
    #yith-quick-view-content div.entry-summary{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        float: none !important;
    }
    #yith-quick-view-content div.woocommerce-product-gallery{
        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;
    }
}
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    border: 2px solid;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    z-index: 1000;
    color: #e73918;
    text-decoration: none !important;
    border-radius: 50%;
}
a.backtotop::before{
    font-family: FontAwesome, sans-serif;
    content: "";
}
@media (max-width: 479px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px;
    }
}
/*----- TOOLTIP -----*/
.tooltip{
    font-family: inherit;
    font-size: 11px;
    line-height: 12px;
}
.tooltip-inner{
    padding: 5px 10px !important;
    border-radius: 0;
}
/*==========================================================================
VENDOR
===========================================================================*/
/*----- DOKAN -----*/
.dokan-store-sidebar{
    margin-right: 3%;
}
body #dokan-seller-listing-wrap.grid-view .store-footer{
    z-index: auto;
}
body #dokan-seller-listing-wrap.grid-view .store-content{
    z-index: auto;
}
body #dokan-store-listing-filter-wrap .right .item .dokan-icons{
    z-index: 1;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info{
    padding: 0;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i{
    float: none;
    margin: 0 5px 0 0;
    font-weight: 400;
    min-width: 16px;
    text-align: center;
}
body .dokan-store-menu #cat-drop-stack .children{
    display: none;
    clear: both;
}
body .dokan-store-menu #cat-drop-stack li a{
    border: none !important;
}
body textarea.dokan-form-control{
    padding: 7px 20px;
}
.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--seller > h2,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller > h2,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller > h2{
    font-size: 20px;
    text-transform: uppercase;
}
.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--seller ul .store-name span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-name span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-name span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--seller ul .seller-name span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .seller-name span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .seller-name span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--seller ul .store-address span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-address span:not(.details),
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-address span:not(.details){
    font-weight: 600;
    color: #333;
}
.dokan-pagination-container .dokan-pagination li.disabled a{
    pointer-events: none;
}
/*----- WC MARKETPLACE -----*/
/*==========================================================================
SKIN
===========================================================================*/
/*-----  -----*/
/*-----  -----*/
/*----- CUSTOM -----*/
.ovic-custtom-link-banner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
body .elementor .elementor-element.custom-footer-01-01{
    padding-left: 90px;
}
.ovic-slidebanner .banner--wrap{
    display: block;
}
.ovic-slidebanner--style-02{
    position: relative;
}
.ovic-slidebanner--style-02 .head{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .45s ease-out;
}
.ovic-slidebanner--style-02:hover .head{
    opacity: 0;
}
@-moz-document url-prefix(){
    @media (min-width: 1900px){
        .elementor-section-stretched.elementor-section-full_width .ovic-slidebanner .slick-slider[data-slick*='"slidesMargin":0'] > .slick-list{
            margin-inline-end: -1px;
        }
    }
}
@media (max-width: 1499px){
    body .elementor .elementor-element.custom-footer-01-01{
        padding-left: 35px;
    }
}
.widget-sidebar--title{
    display: none;
}
@media (max-width: 1199px){
    #secondary{
        position: fixed;
        top: 0;
        left: -400px;
        width: 320px;
        height: 100vh;
        background-color: #fff;
        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
        z-index: 100001;
        transition: all .45s ease-out;
    }
    .sidebar-opened #secondary{
        left: 0;
    }
    #secondary .widget-area{
        max-height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px;
    }
    #secondary .widget-area > .widget:last-child{
        margin-bottom: 30px;
    }
    .widget-sidebar--title{
        display: block;
        border-bottom: 1px solid #e6e6e6;
        padding: 8px 20px;
        font-size: 20px;
        font-weight: 600;
    }
    .ovic-slidebanner--style-02 .head{
        display: none;
    }
}
@media (max-width: 991px){
    body .elementor .elementor-element.custom-footer-01-01{
        padding-left: 10px;
    }
}
@media (max-width: 767px){
    body .elementor .elementor-element.custom-footer-01-01{
        padding-left: 0;
    }
}
/* ... */
.widget_archive ul li a{
    color: inherit;
}
.ovic-animation .grow{
    transition-duration: 0.3s;
    transition-property: transform;
}
.ovic-animation:hover .grow{
    transform: scale(1.1);
}
/* Shrink */
.ovic-animation .shrink{
    transition-duration: 0.3s;
    transition-property: transform;
}
.ovic-animation:hover .shrink{
    transform: scale(0.9);
}
.ovic-animation:hover .pulse{
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.ovic-animation:hover .pulse-grow{
    animation-name: elementor-animation-pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.ovic-animation:hover .pulse-shrink{
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.ovic-animation:hover .push{
    animation-name: elementor-animation-push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.ovic-animation:hover .pop{
    animation-name: elementor-animation-pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.ovic-animation .bounce-in{
    transition-duration: 0.5s;
}
.ovic-animation:hover .bounce-in{
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.ovic-animation .bounce-out{
    transition-duration: 0.5s;
}
.ovic-animation:hover .bounce-out{
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.ovic-animation .rotate{
    transition-duration: 0.3s;
    transition-property: transform;
}
.ovic-animation:hover .rotate{
    transform: rotate(4deg);
}
.ovic-animation .grow-rotate{
    transition-duration: 0.3s;
    transition-property: transform;
}
.ovic-animation:hover .grow-rotate{
    transform: scale(1.1) rotate(4deg);
}
.ovic-animation .float{
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.ovic-animation:hover .float{
    transform: translateY(-8px);
}
.ovic-animation .sink{
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.ovic-animation:hover .sink{
    transform: translateY(8px);
}
.ovic-animation:hover .bob{
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}
.ovic-animation:hover .hang{
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}
.ovic-animation .skew{
    transition-duration: 0.3s;
    transition-property: transform;
}
.ovic-animation:hover .skew{
    transform: skew(-10deg);
}
.ovic-animation .skew-forward{
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}
.ovic-animation:hover .skew-forward{
    transform: skew(-10deg);
}
.ovic-animation .skew-backward{
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: 0 100%;
}
.ovic-animation:hover .skew-backward{
    transform: skew(10deg);
}
.ovic-animation:hover .wobble-vertical{
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation:hover .wobble-horizontal{
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation:hover .wobble-to-bottom-right{
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation:hover .wobble-to-top-right{
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation .wobble-top{
    transform-origin: 0 100%;
}
.ovic-animation:hover .wobble-top{
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation .wobble-bottom{
    transform-origin: 100% 0;
}
.ovic-animation:hover .wobble-bottom{
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation:hover .wobble-skew{
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.ovic-animation:hover .buzz{
    animation-name: elementor-animation-buzz;
    animation-duration: 0.15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.ovic-animation:hover .buzz-out{
    animation-name: elementor-animation-buzz-out;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.woocommerce.widget_recent_reviews .reviewer{
    display: none;
}
.recentcomments > *{
    display: inline-block;
}

.localization_menu_wrap {
  display: inline-block;
}
.localization_menu{
  list-style: none;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.localization_menu .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;

  font-size: 14px;
  line-height: 20px;

  color: #222;
  z-index: 10;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
  list-style: none;

  margin-bottom: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: left;


  width: 230px;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

.localization_menu.open .sub-menu,
.localization_menu:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body.rtl .chosen-container-active.chosen-with-drop .chosen-single,
body.rtl .chosen-container .chosen-single,
body.rtl .select2-container .select2-selection--single,
body.rtl input[type=text],
body.rtl input[type=email],
body.rtl input[type=password],
body.rtl input[type=tel],
body.rtl input[type=search],
body.rtl input[type=url],
body.rtl input[type=number],
body.rtl input[type=date],
body.rtl select,
body.rtl textarea{
    text-align: right;
}
body.rtl .widget_product_categories .cat-item.cat-parent > .carets,
body.rtl .widget .widget-title .arrow{
    float: left;
}
body.rtl .widget .product_list_widget > li img{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
body.rtl .widget .product_list_widget .product-title,
body.rtl .widget .product_list_widget .post--categories{
    margin-left: 0;
    margin-right: 90px;
}
body.rtl .woocommerce-pagination ul li .next::before{
    content: "\f104";
}
body.rtl .breadcrumb > li + li:before,
body.rtl .woocommerce-breadcrumb .delimiter::before{
    padding-left: 10px;
    padding-right: 0;
}
body.rtl .breadcrumb li,
body.rtl .woocommerce-breadcrumb a{
    padding-right: 0;
    padding-left: 10px;
}
body.rtl .woocommerce .woocommerce-MyAccount-navigation{
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
@media (min-width: 1200px){
    body.rtl .site-content.sidebar-left #primary,
    body.rtl .site-content.sidebar-right #secondary{
        float: left;
    }
    body.rtl .site-content.sidebar-left #secondary,
    body.rtl .site-content.sidebar-right #secondary{
        float: right;
    }
}
/*==========================================================================
LAM - 26/01/2021
===========================================================================*/
body.home .shop-banner{
    margin-bottom: 40px;
}
/*----- VENDORS -----*/
.by-vendor-name-link{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color);
}
.by-vendor-name-link .text{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-decoration: inherit;
}
.by-vendor-name-link:not(:hover) .text{
    color: #888;
}
.entry-summary .by-vendor-name-link,
.entry-summary .wcfmmp_sold_by_container{
    margin-bottom: 5px;
}
body #wcfm-main-content{
    margin-top: 20px;
}
@media (min-width: 1200px){
    .header.style-01 .header-control .inner-control > *:nth-last-child(2){
        margin-inline-end: 0;
    }
}