/*-------------------------/*
[Table of contents]
[Color codes]
    background-color: #ffffff
    Body Color: #666666
    Accent color: #fed700
[Typography]
    Body: 14px/24px, "Rubik", sans-serif
    Heading: "Rubik", sans-serif
    Input, textarea: 14px/24px "Rubik", sans-serif
[Component module]
    BANNER EFFECT
    BODY DATAS
    HEADER STYLE
    PAGINATIONS
    BREADCRUMBS
    POST SINGLE
    WIDGET STYLE
    INNER PAGES
    SHORT CODE
    FOOTER
    REPONSIVE
/*-------------------------*/

/*--------------------------BANNER EFFECT------------------------------*/
.effect:not(.loading-lazy) {
    position: relative;
}
.effect:not(.loading-lazy):not(.wpb_row):not(.wpb_column) {
    display: inline-block;
}
.effect:not(.loading-lazy)>*:not(img){
    position: relative;
    z-index: 2;
}
/* NORMAL */
.normal-effect::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: red;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 1;
}
.normal-effect:hover::before {
    opacity: 0.3;
}
.normal-effect.dark-bg::before {
    background-color: #000;
}
.normal-effect.light-bg::before {
    background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom:not(.loading-lazy)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.plus-zoom:hover::before {
    right: 50%;
    left: 50%;
    background-color: #fff;
    opacity: 0.5;
}
.plus-zoom:not(.loading-lazy):hover::after {
    top: 50%;
    bottom: 50%;
    background-color: #fff;
    opacity: 0.5;
}
/* BOUNCE IN */
.bounce-in:hover img {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */
.border-zoom::before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 3px solid red;
    content: '';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
}
.border-zoom:hover::before {
    opacity: 1;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
/* BORDER SCALE */
.border-scale::before,
.border-scale:not(.loading-lazy)::after {
    content: '';
    position: absolute;
    z-index: 1;
    border-color: red;
    border-style: solid;
}
.border-scale::before {
    left: 50%;
    right: 50%;
    top: 10px;
    bottom: 10px;
    border-width: 3px 0 3px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.border-scale:not(.loading-lazy)::after {
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: 10px;
    border-width: 0 3px 0 3px;
    -webkit-transition: top 0.3s ease, bottom 0.3s ease;
    -moz-transition: top 0.3s ease, bottom 0.3s ease;
    -ms-transition: top 0.3s ease, bottom 0.3s ease;
    -o-transition: top 0.3s ease, bottom 0.3s ease;
    transition: top 0.3s ease, bottom 0.3s ease;
}
.border-scale:hover::before {
    left: 10px;
    right: 10px;
}
.border-scale:not(.loading-lazy):hover::after {
    top: 10px;
    bottom: 10px;
}
/*---------------------------ANIMATION------------------------------*/
/* ROTATE PLACE */
@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*---------------------------SLICK SLIDER------------------------------*/
/* Slider */
.ovic-products,
.product-grid {
    font-size: 0;
    line-height: 0;
}
.ovic-products > *,
.product-grid > * {
    font-size: 14px;
    line-height: 24px;
}
.ovic-products > .slick-slider,
.product-grid > .slick-slider {
    display: inline-block;
    width: 100%;
}
.slick-slider {
    overflow: visible;
}
.slick-list {
    padding: 0;
}
.slick-track {
    margin-left: 0;
}
.slick-slider.slick-vertical .slick-slide {
    border: none;
}
.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 {
    display: inline-block;
    position: absolute;
    top: calc(50% - 17px);
    left: 10px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 30px;
    color: #999;
    border: 2px solid #d1d1d1;
    background-color: #fff;
    border-radius: 3px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.slick-slider .slick-arrow.next {
    left: auto;
    right: 10px;
    padding-left: 1px;
}
.slick-slider .slick-arrow:hover {
    color: #fff;
}
.slick-slide > .row-item:not([class]) > * {
    display: block !important;
}
.slick-dots {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.slick-dots .slick-slide img {
    cursor: pointer;
    margin: auto;
}
div.tab-container.loading::before,
div.tab-container.loading::after {
    z-index: 10;
}
/*-------------------------WOOCOMMERCE DATAS----------------------------*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #fafafa;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error: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-color: #fcf8e3;
}
.woocommerce .woocommerce-info {
    border-color: #dff0d8;
}
.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: -3px;
}
.woocommerce-checkout-payment .payment_methods label {
    display: inline;
    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: .92em;
    border-radius: 2px;
    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 #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout-payment .payment_box p:last-child {
    margin: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
    margin-bottom: 10px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    display: inline-block;
    width: calc(50% - 15px);
    overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row::after,
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
    clear: both;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce form .form-row select {
    padding: 10px 20px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
    height: 124px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    content: '';
    display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: calc(50% - 15px);
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
}
.woocommerce-thankyou-order-details {
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-received {
    font-size: 20px;
    color: #000;
}
.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: 500;
}
.woocommerce-account-fields .create-account label input[type="checkbox"],
#ship-to-different-address label input {
    position: static;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin: 4px 0 0;
    cursor: inherit;
}
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last,
.woocommerce-page form.lost_reset_password .form-row-first,
.woocommerce-page form.lost_reset_password .form-row-last {
    float: none;
    width: 100%;
    max-width: 585px;
}
.woocommerce .woocommerce-MyAccount-navigation {
    width: 270px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f1f1f1;
}
.woocommerce .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 8px 0;
}
.woocommerce .woocommerce-MyAccount-content {
    overflow: hidden;
}
.woocommerce #shipping_method {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    margin: 10px 0 0 35px;
    cursor: pointer;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin: 4px 3px 0 0;
    cursor: inherit;
}
.woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 20px;
}
.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;
    border-radius: 4px;
    margin-top: 10px;
}
.select2-drop {
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e6e6e6;
}
.select2-container .select2-choice,
.select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: auto;
    color: inherit;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
    line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}
.select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
.select2.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e6e6e6;
}
.select2.select2-container .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    display: block;
}
.select2.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    padding: 0 10px;
}
.select2-drop.select2-drop-above .select2-search input {
    width: 100%;
}
.place-order #place_order {
    margin-top: 20px;
    border-radius: 4px;
    min-width: 220px;
}
.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: 16px;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 2px solid #e6e6e6;
}
#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;
}
#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: #bbb;
    border-radius: 20px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 2px;
    right: 0;
}
#ship-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 18px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.shop_table th,
.shop_table td {
    padding: 10px;
}
.shop_table th {
    font-weight: 500;
}
.shop_table td.product-price,
.shop_table td.product-subtotal {
    font-size: 19px;
    font-weight: 600;
    color: #222;
    font-family: 'Lato', sans-serif;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del {
    font-size: 14px;
    font-weight: normal;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins {
    text-decoration: none;
}
.shop_table td.product-thumbnail img {
    width: 100px;
}
.shop_table td.product-remove a {
    display: block;
    font-size: 20px;
}
.shop_table .actions {
    text-align: left;
    padding: 20px;
}
.shop_table .actions::before,
.shop_table .actions::after {
    content: '';
    display: table;
    clear: both;
}
.shop_table .actions .coupon {
    display: inline-block;
}
.shop_table .actions > .button {
    float: right;
}
.shop_table .actions > .button[disabled] {
    pointer-events: none;
}
.woocommerce table.wishlist_table {
    font-size: inherit;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    margin: auto;
    line-height: inherit;
    border-radius: 4px;
}
.woocommerce .wishlist_table td.product-name > * {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
}
.woocommerce .wishlist_table td.product-name a:not(.yith-wcqv-button) {
    padding-right: 15px;
}
.woocommerce .wishlist_table td.product-name .yith-wcqv-button::before{
    line-height: 24px;
}
.woocommerce .wishlist_table .product-price,
.woocommerce .wishlist_table .product-stock-status{
    text-align: center;
}
.woocommerce .user-role > .radio {
    margin-left: 20px;
    cursor: pointer;
}
.woocommerce .user-role > .radio > input {
    cursor: inherit;
}
.woocommerce form #billing_phone_field, .woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field, .woocommerce-page form #billing_email_field {
    width: 100%;
}
@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 .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;
    }
}
@media (max-width: 567px) {
    .woocommerce-cart-form .shop_table,
    .wishlist_table {
        border: none;
    }
    .woocommerce-cart-form .shop_table thead,
    .wishlist_table thead {
        display: none;
    }
    .woocommerce-cart-form .shop_table tr,
    .wishlist_table tr {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }
    .wishlist_table tbody tr:not([id]) {
        margin-bottom: 0;
        border-bottom: none;
    }
    .woocommerce-cart-form .shop_table td,
    .wishlist_table td {
        display: block;
        text-align: center !important;
        border: none;
    }
    .woocommerce-cart-form .shop_table td:not(:first-child),
    .wishlist_table td:not(:first-child) {
        border-top: 1px solid #e6e6e6;
    }
    .wishlist_table tr td.product-thumbnail a {
        margin: auto;
    }
    .woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
        display: table;
        margin-left: 0;
    }
}
@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;
    }
}
/*----------------------------BODY DATAS-------------------------------*/
html {
    font-size: 14px;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
}
label {
    font-weight: normal;
    color: #333;
    margin: 0;
}
label .required {
    border-bottom: none;
    text-decoration: none;
}
a {
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
p {
    margin-bottom: 24px;
}
ul,
ol {
    padding: 0 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #222;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
img {
    height: auto;
    max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    border: 1px solid #e6e6e6;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 3px;
    color: #888;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 44px;
}
textarea {
    display: block;
    min-height: 124px;
}
textarea:-ms-input-placeholder {
    color: #888;
}
select {
    background: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QNtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NDhBNTcyMzcwNjlBRTQxMUE3ODVEMjNBNUQxNEU1ODMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUREODIyQUUzNUYxMTFFN0ExQzY4RjczMkY2QkFFNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUREODIyQUQzNUYxMTFFN0ExQzY4RjczMkY2QkFFNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTIzQzM3RUY2NjFFRTcxMUI4NkNBNDg3QzA2MkE3QTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDhBNTcyMzcwNjlBRTQxMUE3ODVEMjNBNUQxNEU1ODMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAUfAAAFRwAABYIAAAWu/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wgARCAAaABgDAREAAhEBAxEB/8QAhQABAQEAAAAAAAAAAAAAAAAAAAQHAQEAAAAAAAAAAAAAAAAAAAAAEAADAQEAAAAAAAAAAAAAAAAgMAECAxEAAQMFAAAAAAAAAAAAAAAAASAwEhFBUSJCEgEAAAAAAAAAAAAAAAAAAAAwEwACAgIDAQAAAAAAAAAAAAAwASARIUHwMVFh/9oADAMBAAIRAxEAAAHVAASFYAAB/9oACAEBAAEFAgz3t0f/2gAIAQIAAQUCZ//aAAgBAwABBQJn/9oACAECAgY/Ak//2gAIAQMCBj8CT//aAAgBAQEGPwJEIb9CwGasf//aAAgBAQMBPyGCXclfIDT0D//aAAgBAgMBPyEn/9oACAEDAwE/ISf/2gAMAwEAAhEDEQAAEJJBJJJP/9oACAEBAwE/EIdxVt/Firy8vdU6n//aAAgBAgMBPxAn/9oACAEDAwE/ECf/2Q==');
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 12px;
    padding-right: 22px;
}
select::-ms-expand {
    display: none;
}
:focus {
    outline: none;
}
blockquote {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border: none;
    border-top: 1px solid #f2f2f2;
    padding: 59px 0 0;
}
blockquote::before {
    display: block;
    content: '“';
    font-family: "Georgia", sans-serif;
    font-size: 100px;
    line-height: 0;
    color: #e8e8e8;
    margin: 0 0 -10px -2px;
}
iframe {
    display: block;
    max-width: 100% !important;
}
::-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);
}
input[type="radio"],
input[type="checkbox"] {
    margin-top: 5px;
}
a.button,
button,
input[type="submit"] {
    position: relative;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 30px;
    border: none;
    background-color: #fed700;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
}
a.button:hover,
a.button:focus,
button:hover,
input[type="submit"]:hover {
    opacity: 0.7;
    color: #fff;
}
table {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-weight: normal;
    text-align: inherit;
}
.product-name,
.breadcrumb,
.page-title,
.post-title,
.blog-title,
.product_title {
    text-transform: capitalize;
}
.alignnone,
.wp-caption.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright,
.wp-caption.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
    margin: 0;
}
.post-password-form label[for="pwbox-1168"] {
    margin-bottom: 10px;
}
@media (max-width: 479px) {
    .post-password-form p:last-child {
        text-align: center;
    }
}
.wp-caption {
    background-color: #fff;
    max-width: 100%;
    padding: 5px 3px 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 p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 4px 15px;
    margin: 0 !important;
}
.text-center {
    text-align: center;
}
.return-message {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    margin-top: 10px;
}
.wpb_single_image {
    font-size: 0;
    line-height: 0;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.sticky {
    color: inherit;
}
.bypostauthor {
    color: inherit;
}
.screen-reader-text {
    color: inherit;
}
.post-content {
    overflow: hidden;
}
.post-pagination,
.page-links {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px;
}
.post-pagination > *,
.page-links > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}
.post-pagination .title,
.page-links .page-links-title {
    display: none;
}
.post-pagination span:not(.title),
.page-links span:not(.page-links-title) {
    width: 24px;
    height: 24px;
    line-height: 22px;
    border: 1px solid;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}
.post-pagination a span:not(.title),
.page-links a span:not(.page-links-title) {
    display: block;
}
.post-item .post-content .post-pagination a:hover,
.post-item .post-content .page-links a:hover {
    opacity: 1;
    text-decoration: none;
}
.post-pagination a:not(:hover) span:not(.title),
.page-links a:not(:hover) span:not(.page-links-title) {
    background-color: transparent;
    color: #333;
    border-color: #e6e6e6;
}
.page-links span.screen-reader-text {
    display: none !important;
}
.popover.bottom>.arrow:after{
    left: 0;
}
/*font-awesome*/
span.fa,
i.fa {
    line-height: inherit;
    text-decoration: inherit;
}
span.fa::before,
i.fa::before {
    display: block;
}
/*flaticon*/
[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
    display: inline-block;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    display: block;
    font-size: inherit;
    margin-left: 0;
}
/*pe 7s*/
[class^="pe-7s-"]::before,
[class*=" pe-7s-"]::before {
    display: block;
}
/* CHOSEN */
.chosen-container {
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    width: auto !important;
    max-width: 100%;
}
.chosen-container-single .chosen-single {
    padding: 7px 22px;
    height: auto;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    color: #888;
}
.chosen-container-single .chosen-single::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
}
.chosen-container-single .chosen-single span {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    width: calc(100% - 22px);
}
.chosen-container-single .chosen-single div {
    display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e6e6e6;
    background: transparent;
    box-shadow: none;
}
.chosen-container-single .chosen-drop {
    top: calc(100% + 1px);
    left: -1px;
    clip: auto;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 13px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-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-single .chosen-drop .chosen-search {
    display: none;
}
.chosen-container-single .chosen-results {
    color: #666;
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li {
    font-size: inherit;
    line-height: 16px;
    padding: 4px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-container .chosen-results li[class^="level-"]::before,
.chosen-container .chosen-results li[class*=" level-"]::before {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 1px;
    margin-right: 6px;
    content: '';
}
.chosen-container .chosen-results li.level-0::before {
    background-color: #000;
}
.chosen-container .chosen-results li.result-selected {
    background-color: #f0f2f5;
    color: #333;
}
.chosen-container .chosen-results li.highlighted {
    background-image: none;
    color: #fff;
}
.vc_parallax {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}
.vc_parallax-inner {
    position: relative !important;
    background: none !important;
}
/*----- OVIC LIVE SEARCH -----*/
.ovic-live-search-form .products-search,
.ovic-live-search-form .not-results-search{
    font-size: 14px;
    line-height: 24px;
}
.ovic-live-search-form .keyword-current{
    padding: 0;
    display: inline;
}
.ovic-live-search-form .product-price{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    overflow: hidden;
}
.ovic-live-search-form .product-price ins{
    float: left;
    text-decoration: none;
}
.ovic-live-search-form .product-price del{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: normal;
    margin-left: 5px;
}
.ovic-live-search-form .view-all{
    font-family: "Lato", sans-serif;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 600;
    margin: 20px 0 10px;
    border-radius: 4px;
}
.ovic-live-search-form .view-all:hover{
    opacity: 0.7;
}
/* DROPDOWN */
.ovic-dropdown {
    position: relative;
}
.top-bar-menu > .menu-item:not(:hover) > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.top-bar-menu > .menu-item > .sub-menu,
.ovic-dropdown > .sub-menu,
.wcml-dropdown .wcml-cs-submenu {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 130px;
    background-color: #fff;
    color: #555;
    z-index: 12;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 12px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    visibility: visible;
}
.top-bar-menu > .menu-item > .sub-menu > .menu-item > a,
.ovic-dropdown > .sub-menu > .menu-item > a,
.wcml-dropdown .wcml-cs-submenu > li > a {
    display: block;
    padding: 6px 12px;
}
.top-bar-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) > a,
.ovic-dropdown > .sub-menu > .menu-item:not(:last-child) > a,
.wcml-dropdown .wcml-cs-submenu > li:not(:last-child) > a {
    border-bottom: 1px solid #e6e6e6;
}
/* LANGUAGE */
.block-language a {
    display: block;
}
.block-language a > img {
    vertical-align: top;
    margin: 5px 3px 0 0;
}
.top-bar-menu > .menu-item-has-children > a::after,
.block-language > a::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    margin-left: 7px;
}
/* CUURENCY */
.block-currency{
    position: relative;
}
.wcml-dropdown + img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.wcml-dropdown {
    width: auto;
}
.wcml-dropdown li {
    border: none;
    background-color: transparent;
}
.wcml-dropdown a {
    padding: 0;
    line-height: inherit;
}
.wcml-dropdown a.wcml-cs-item-toggle {
    padding: 0;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
    vertical-align: top;
    position: static;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    border: none;
    margin-left: 10px;
}
.wcml-dropdown .wcml-cs-submenu li {
    border: none;
}
.wcml-dropdown li:hover,
.wcml-dropdown li:focus {
    background-color: transparent;
}
.wcml-dropdown:not(:hover) .wcml-cs-submenu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.woocommerce .wcml-dropdown.product {
    margin: 0;
}
/* TEMPLATE */
.main-container {
    padding: 90px 0 60px;
}
.main-container .breadcrumb {
    margin-top: -90px;
}
.page-title {
    font-size: 24px;
    line-height: 30px;
}
@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 992px) {
    .left-sidebar .main-content {
        float: right;
    }
}
@media (max-width: 991px) {
    .main-content:not(:last-child) {
        margin-bottom: 50px;
    }
}
/*------------------------------HEADER-----------------------------------*/
/* HEADER STICKY */
.header-sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
}
.header-sticky.is-sticky{
    box-shadow: 0 0 15px #999;
}
.header-sticky:not(.is-sticky){
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header-sticky .header-control > *{
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-sticky .block-minicart .link-dropdown .count{
    top: 0;
}
body.home .header-sticky .header-nav-inner .block-nav-category{
    width: 234px;
}
body.home .header-sticky .block-nav-category .block-content{
    min-width: 235px;
}
/* HEADER MOBILE */
.header-mobile-inner{
    display: table;
    width: 100%;
    position: relative;
}
.header-mobile-inner>*{
    display: table-cell;
    vertical-align: middle;
}
.header-mobile .header-settings{
    position: static;
}
.header-mobile .header-settings>a{
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 0;
    width: 36px;
    box-shadow: 0 0 5px #aaa;
    border-radius: 3px;
    text-align: center;
}
.header-mobile .header-settings>a span{
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-mobile .header-settings.open>a span{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.header-mobile .header-settings .sub-menu{
    top: 100%;
    left: -15px;
    right: -15px;
    width: auto;
    box-shadow: 0 0 0 1px #e6e6e6;
    padding: 0 15px 10px;
}
.header-mobile .header-control{
    position: static;
    text-align: right;
    white-space: nowrap;
}
.header-mobile .header-control > *{
    padding: 13px 0 13px 15px;
    white-space: normal;
}
.header-mobile .header-settings>ul>li{
    padding: 15px 0;
}
.header-mobile .header-settings>ul>li:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
.header-mobile .header-settings>ul>li>.title{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}
.header-mobile .block-search .form-search{
    width: 100%;
    box-shadow: 0 0 0 1px #e6e6e6;
}
.header-mobile .block-search .category{
    display: none;
}
.header-mobile .wcml-dropdown a.wcml-cs-item-toggle{
    display: none;
}
.header-mobile .header-settings.open .wcml-dropdown .wcml-cs-submenu{
    visibility: visible;
    opacity: 1;
}
.header-mobile .wcml-dropdown .wcml-cs-submenu{
    position: static;
    width: auto;
    border: none;
    box-shadow: none;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0 -10px !important;
}
.header-mobile .wcml-dropdown .wcml-cs-submenu li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.header-mobile .wcml-dropdown .wcml-cs-submenu li a{
    border-bottom: none;
    padding: 0;
}
.header-mobile .block-language ul{
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}
.header-mobile .block-language ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.header-mobile .block-language ul li a{
    display: block;
}
.header-mobile .block-menu-bar a{
    padding: 11px 0;
    width: 36px;
    box-shadow: 0 0 5px #aaa;
    border-radius: 3px;
}
.header-mobile .block-menu-bar a span{
    width: 18px;
    margin: auto;
}
.header-mobile .block-menu-bar a span:not(:last-child){
    margin-bottom: 3px;
}
.header-mobile .wcml-dropdown + img{
    top: 20px;
    bottom: auto;
    left: auto;
}
/* menu bar */
.ovic-menu-panels-actions-wrap{
    background-color: #fff;
}
.ovic-menu-clone-wrap.open::before{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    content: '';
}
.block-menu-bar a {
    display: block;
    position: relative;
    padding: 12px 0;
}
.block-menu-bar a span {
    display: block;
    width: 26px;
    border: 1px solid;
    border-radius: 3px;
}
.block-menu-bar a span:not(:last-child) {
    margin-bottom: 5px;
}
/* menu clone */
.ovic-menu-clone-wrap {
    max-width: 90%;
}
.ovic-menu-clone-wrap .megamenu {
    background-image: none !important;
}
.ovic-menu-clone-wrap .megamenu .widget_nav_menu {
    margin-bottom: 30px;
}
.ovic-menu-clone-wrap .megamenu [class^="vc_col-"],
.ovic-menu-clone-wrap .megamenu [class*=" vc_col-"] {
    width: 100%;
    float: none;
}
/* MAIN MENU */
.box-header-nav:not(:first-child) .main-menu {
    padding-left: 10px;
}
.box-header-nav .main-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}
.box-header-nav .main-menu .menu-item {
    position: relative;
}
.box-header-nav .main-menu .menu-item a {
    display: block;
    position: relative;
}
.box-header-nav .main-menu > .menu-item {
    display: inline-block;
    float: left;
}
.box-header-nav:first-child .main-menu > .menu-item:first-child > a {
    padding-left: 0;
}
.box-header-nav:last-child .main-menu > .menu-item:last-child > a {
    padding-right: 0;
}
.box-header-nav .main-menu > .menu-item > a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    padding: 13px 11px;
}
.box-header-nav .main-menu > .menu-item-has-children > a::after {
    display: inline-block;
    vertical-align: top;
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    margin-left: 3px;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.box-header-nav .main-menu .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #666;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
.box-header-nav .main-menu .sub-menu > .menu-item > a {
    padding: 8px 20px;
}
.box-header-nav .main-menu .sub-menu > .menu-item-has-children > a::after {
    display: inline-block;
    float: right;
    content: '\f105';
    font-family: FontAwesome, sans-serif;
}
.box-header-nav .main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.box-header-nav .main-menu .megamenu .sub-menu {
    position: static;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    padding-left: 15px;
}
.box-header-nav .main-menu .megamenu .sub-menu > .menu-item > a {
    padding: 0;
}
.box-header-nav .main-menu .megamenu .sub-menu > .menu-item-has-children > a::after {
    display: none;
}
/* HEADER SEARCH BOX */
.block-search .form-search {
    display: table;
    position: relative;
    text-align: left;
    padding: 5px 62px 5px 2px;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
    border-radius: 4px;
}
.block-search .form-search > * {
    display: table-cell;
    vertical-align: top;
}
.block-search .category {
    border: solid #e6e6e6;
    border-width: 0 1px 0 0;
}
.block-search .category select {
    border: none;
    width: 150px;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.block-search .chosen-container-single .chosen-single {
    border: none;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.block-search .chosen-container-single .chosen-drop {
    font-size: 13px;
    max-height: 395px;
    overflow-y: auto;
    min-width: 200px;
    top: calc(100% + 3px);
}
.block-search .input {
    max-width: 100%;
    border: none;
    height: 30px;
    color: #999;
    padding-top: 3px;
    padding-bottom: 3px;
}
.block-search .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 8px 0;
    width: 60px;
    color: #fff;
    background-color: transparent;
    border-radius: 0 4px 4px 0;
}
.block-search .btn-submit > * {
    display: block;
    line-height: inherit;
}
/* BLOCK MINI CART */
.block-minicart .link-dropdown {
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 0;
    line-height: 0;
}
.block-minicart .link-dropdown > * {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
}
.block-minicart .link-dropdown .icon {
    font-size: 25px;
    margin-right: 20px;
    position: relative;
}
.block-minicart .link-dropdown .icon::before {
    font-family: Flaticon, sans-serif;
    content: '\f100';
}
.block-minicart .link-dropdown:not(:hover) .total,
.block-userlink .woo-wishlist-link:not(:hover) .text {
    color: #333;
}
.block-wishlist .woo-wishlist-link .count,
.block-minicart .link-dropdown .count {
    position: absolute;
    top: -3px;
    right: -13px;
    font-size: 14px;
    color: #fff;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    padding: 0 4px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
/* cart description */
.block-minicart .woocommerce-mini-cart__empty-message {
    margin-bottom: -20px;
    padding-top: 15px;
    text-align: center;
    color: #666;
}
.block-minicart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: 0;
    width: 310px;
    background-color: #fff;
    color: #444;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.block-minicart .widget_shopping_cart_content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.shopcart-description .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}
/* VERTICAL MENU */
.block-nav-category {
    position: relative;
}
.block-nav-category .block-title:hover::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
}
.block-nav-category .block-title {
    font-size: 0;
    line-height: 0;
    padding: 13px 20px;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-weight: 500;
}
.block-nav-category .block-title > * {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
}
.block-nav-category .block-title .before {
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px 25px 2px 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.block-nav-category .block-title .before span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9px;
    width: 20px;
    border-bottom: 2px solid;
}
.block-nav-category .block-title .before span:nth-child(1),
.block-nav-category .block-title .before span:nth-child(3) {
    -webkit-transition: top 0.15s ease 0.15s, transform 0.15s ease;
    -moz-transition: top 0.15s ease 0.15s, transform 0.15s ease;
    -ms-transition: top 0.15s ease 0.15s, transform 0.15s ease;
    -o-transition: top 0.15s ease 0.15s, transform 0.15s ease;
    transition: top 0.15s ease 0.15s, transform 0.15s ease;
}
.block-nav-category .block-title .before span:nth-child(1) {
    top: 4px;
}
.block-nav-category .block-title .before span:nth-child(2) {
    -webkit-transition: width 0.15s ease;
    -moz-transition: width 0.15s ease;
    -ms-transition: width 0.15s ease;
    -o-transition: width 0.15s ease;
    transition: width 0.15s ease;
}
.block-nav-category .block-title .before span:nth-child(3) {
    top: 14px;
}
.block-nav-category.has-open .block-title .before span:nth-child(1),
.block-nav-category.has-open .block-title .before span:nth-child(3) {
    top: 9px;
    width: 26px;
    left: -3px;
    -webkit-transition: top 0.15s ease, transform 0.15s ease 0.15s;
    -moz-transition: top 0.15s ease, transform 0.15s ease 0.15s;
    -ms-transition: top 0.15s ease, transform 0.15s ease 0.15s;
    -o-transition: top 0.15s ease, transform 0.15s ease 0.15s;
    transition: top 0.15s ease, transform 0.15s ease 0.15s;
}
.block-nav-category.has-open .block-title .before span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-nav-category.has-open .block-title .before span:nth-child(2) {
    width: 0;
    -webkit-transition: width 0.15s ease 0.15s;
    -moz-transition: width 0.15s ease 0.15s;
    -ms-transition: width 0.15s ease 0.15s;
    -o-transition: width 0.15s ease 0.15s;
    transition: width 0.15s ease 0.15s;
}
.block-nav-category.has-open .block-title .before span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.block-nav-category:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.block-nav-category .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 270px;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 9;
    padding: 15px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
}
.block-nav-category .vertical-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.block-nav-category .vertical-menu .menu-item.link-other {
    display: none;
}
.block-nav-category .vertical-menu .menu-item {
    position: relative;
}
.block-nav-category .vertical-menu .menu-item > a {
    display: block;
}
.block-nav-category .vertical-menu .menu-item > a .icon {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    min-width: 28px;
    text-align: center;
}
.block-nav-category .vertical-menu .menu-item > a .icon-image {
    padding-bottom: 0;
    margin-top: -2px;
}
.menu-item > a .label-image {
    margin-top: -22px;
    margin-left: -2px;
}
.block-nav-category .vertical-menu > .menu-item {
    display: block;
}
.block-nav-category .vertical-menu > .menu-item > a,
.block-nav-category .vertical-menu > .menu-item > .sub-menu:not(.megamenu) > .menu-item > a,
.block-nav-category .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .sub-menu > .menu-item > a {
    padding: 7px 20px;
    line-height: 28px;
    color: #444;
}
.block-nav-category .vertical-menu .sub-menu {
    list-style: none;
}
.box-header-nav .main-menu .sub-menu.megamenu .widget_nav_menu .widgettitle,
.block-nav-category .vertical-menu .sub-menu.megamenu .widget_nav_menu .widgettitle {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.block-nav-category .view-all-category a {
    display: block;
    padding: 16px 20px;
    font-size: 16px;
    border-top: 2px solid #e6e6e6;
    text-align: center;
    margin-top: 21px;
}
.block-nav-category .view-all-category a::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-left: 10px;
    font-size: 20px;
}
.block-nav-category .view-all-category a.close-cate::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/* WISHLIST & COMPARE */
.block-wishlist .woo-wishlist-link {
    display: block;
    font-size: 25px;
    line-height: 40px;
    position: relative;
}
.block-wishlist .woo-wishlist-link .icon::before {
    font-family: Flaticon, sans-serif;
    content: '\f101';
}
/* USERLINK */
.block-userlink .woo-wishlist-link {
    text-transform: capitalize;
    font-size: 0;
    line-height: 0;
}
.block-userlink .woo-wishlist-link > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 40px;
}
.block-userlink .woo-wishlist-link .icon {
    font-size: 25px;
    margin-right: 8px;
}
.block-userlink .woo-wishlist-link .icon::before {
    font-family: Flaticon, sans-serif;
    content: '\f102';
}
.block-userlink.ovic-dropdown > .sub-menu {
    width: 200px;
}
/* HEADER LAYOUT */
.header-top-inner::before,
.header-top-inner::after,
.box-header-nav::before,
.box-header-nav::after,
.top-bar-menu::before,
.top-bar-menu::after,
.box-header-nav .main-menu::before,
.box-header-nav .main-menu::after {
    content: '';
    display: table;
    clear: both;
}
.top-bar-menu.right {
    float: right;
}
.top-bar-menu {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.top-bar-menu > * {
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: relative;
}
.top-bar-menu > * > a,
.top-bar-menu > * a.wcml-cs-item-toggle {
    display: block;
    position: relative;
    padding: 8px 15px;
}
.top-bar-menu > * > .socials {
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar-menu > * > .socials li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-bar-menu:first-child > *:first-child > .socials,
.top-bar-menu:first-child > *:first-child > a,
.top-bar-menu:first-child > *:first-child a.wcml-cs-item-toggle {
    padding-left: 0;
}
.top-bar-menu:last-child > *:last-child > .socials,
.top-bar-menu:last-child > *:last-child > a,
.top-bar-menu:last-child > *:last-child a.wcml-cs-item-toggle {
    padding-right: 0;
}
.top-bar-menu > *:not(:first-child) > .socials::before,
.top-bar-menu > *:not(:first-child) > a::before,
.top-bar-menu > *:not(:first-child) a.wcml-cs-item-toggle::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 14px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.2);
}
.top-bar-menu.right .ovic-dropdown > .sub-menu,
.top-bar-menu.right .wcml-dropdown .wcml-cs-submenu {
    left: auto;
    right: 0;
}
.header-control {
    text-align: right;
    font-size: 0;
    line-height: 0;
}
.header-control > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 10px 0;
}
.header-control > *:not(:first-child) {
    margin-left: 25px;
}
.header .logo {
    padding: 5px 0;
}
/* header top */
.header-top {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}
.header-top .top-bar-menu > .menu-item > a:focus,
.header-top .top-bar-menu > .menu-item a.wcml-cs-item-toggle:focus,
.header-top .top-bar-menu > .menu-item > a:hover,
.header-top .top-bar-menu > .menu-item a.wcml-cs-item-toggle:hover {
    color: inherit;
    opacity: 0.6;
}
/* header middle */
.header-middle-inner {
    padding: 15px 0;
}
/* header nav */
.header-nav-inner {
    display: table;
    width: 100%;
}
.header-nav-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.ovic-menu li > a > .icon {
    vertical-align: top;
}
.header-nav .block-nav-category .block-content,
.header-nav .box-header-nav .main-menu>.menu-item>.sub-menu{
    top: calc(100% + 3px);
}
.header-nav .box-header-nav .main-menu>.menu-item>.sub-menu::after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 3px;
}
/*--------------------------------WIDGET STYLE------------------------------*/
.widget .screen-reader-text {
    display: none;
}
.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_ovic_nav_menu ul .megamenu,
.widget_nav_menu ul .megamenu,
.widget ul ul,
.widget ul ol,
.widget ol ol,
.widget ol ul {
    padding-left: 20px;
}
.widget select {
    width: 100%;
}
.widget #today {
    color: #fff;
    background-color: #aaa;
}
.widget-area > .widget:not(:last-child) {
    margin-bottom: 30px;
}
.widget-area > .widget_product_categories ul li,
.widget-area > .widget_ovic_nav_menu ul li,
.widget-area > .widget_nav_menu ul li,
.widget-area > .widget_rss ul li,
.widget-area > .widget_recent_entries ul li,
.widget-area > .widget_recent_comments ul li,
.widget-area > .widget_meta ul li,
.widget-area > .widget_pages ul li,
.widget-area > .widget_categories ul li,
.widget-area > .widget_archive ul li {
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0;
}
.widget-area > .widget_product_categories ul li a,
.widget-area > .widget_ovic_nav_menu ul li a,
.widget-area > .widget_nav_menu ul li a,
.widget-area > .widget_rss ul li a,
.widget-area > .widget_recent_entries ul li a,
.widget-area > .widget_recent_comments ul li a,
.widget-area > .widget_meta ul li a,
.widget-area > .widget_pages ul li a,
.widget-area > .widget_categories ul li a,
.widget-area > .widget_archive ul li a {
    text-transform: capitalize;
    margin-right: 5px;
}
.widget-area > .widget_product_categories ul li::before,
.widget-area > .widget_ovic_nav_menu ul li::before,
.widget-area > .widget_nav_menu ul li::before,
.widget-area > .widget_rss ul li::before,
.widget-area > .widget_recent_entries ul li::before,
.widget-area > .widget_recent_comments ul li::before,
.widget-area > .widget_meta ul li::before,
.widget-area > .widget_pages ul li::before,
.widget-area > .widget_categories ul li::before,
.widget-area > .widget_archive ul li::before {
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
    content: "\f0da";
    font-family: FontAwesome, sans-serif;
    margin-right: 7px;
    color: #555;
}
.widget-area > .widget_product_categories ul ul,
.widget-area > .widget_ovic_nav_menu ul ul,
.widget-area > .widget_nav_menu ul ul,
.widget-area > .widget_rss ul ul,
.widget-area > .widget_recent_entries ul ul,
.widget-area > .widget_recent_comments ul ul,
.widget-area > .widget_meta ul ul,
.widget-area > .widget_pages ul ul,
.widget-area > .widget_categories ul ul,
.widget-area > .widget_archive ul ul {
    margin: 8px 0 -8px;
}
.widget-area > .widget_product_categories ul ul li,
.widget-area > .widget_ovic_nav_menu ul ul li,
.widget-area > .widget_nav_menu ul ul li,
.widget-area > .widget_rss ul ul li,
.widget-area > .widget_recent_entries ul ul li,
.widget-area > .widget_recent_comments ul ul li,
.widget-area > .widget_meta ul ul li,
.widget-area > .widget_pages ul ul li,
.widget-area > .widget_categories ul ul li,
.widget-area > .widget_archive ul ul li {
    border-bottom: none;
    border-top: 1px solid #e6e6e6;
}
.widget_calendar th,
.widget_calendar td {
    text-align: center;
}
.widget .tagcloud {
    font-size: 0;
    line-height: 0;
    margin: 0 -5px -10px;
}
.widget .tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    line-height: 20px;
    padding: 5px 17px;
    border: 1px solid #e6e6e6;
    background-color: #ededed;
    margin: 0 5px 10px;
    color: #666;
}
.widget .tagcloud a:hover {
    color: #fff;
}
.widget form[role="search"] input[type="search"] {
    margin-bottom: 10px;
}
.widget .product_list_widget > li::before,
.widget .product_list_widget > li::after {
    display: table;
    clear: both;
    content: '';
}
.widget .product_list_widget > li:not(:last-child) {
    margin-bottom: 20px;
}
.widget .product_list_widget > li > a {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget .product_list_widget > li > a:not(:hover) {
    color: #444;
}
.widget .product_list_widget > li img {
    float: left;
    width: 90px;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
}
.widget .product_list_widget > li a:hover img {
    opacity: 0.7;
}
.widget .product_list_widget > li .amount {
    font-weight: 500;
    font-size: 16px;
}
.widget .product_list_widget > li del .amount {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}
.widget .product_list_widget > li ins .amount {
    text-decoration: none;
}
.widget .product_list_widget > li .rating-wapper{
    margin-bottom: 4px;
}
.widget .product_list_widget > li .rating-wapper .star-rating {
    display: inline-block;
}
.widget .product_list_widget > li .star-rating {
    display: table;
}
.widget_shopping_cart .count-content {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding: 13px 0;
    border-bottom: 1px solid #e6e6e6;
}
.widget_shopping_cart .count-content span {
    text-decoration: underline;
}
.widget_shopping_cart .widget_shopping_cart_content {
    box-shadow: 0 0 0 2px #f3f3f3;
    padding: 2px 20px 36px;
}
.widget_shopping_cart .woocommerce-mini-cart {
    margin: 5px 0;
    max-height: 218px;
    overflow-y: auto;
}
.widget_shopping_cart .woocommerce-mini-cart li:not(:last-child) {
    box-shadow: 0 1px #e6e6e6;
}
.widget_shopping_cart .woocommerce-mini-cart li {
    padding: 15px 0;
    position: relative;
    margin-bottom: 0 !important;
}
.widget_shopping_cart .woocommerce-mini-cart li a {
    margin-right: 0;
    text-transform: capitalize;
}
.widget_shopping_cart .woocommerce-mini-cart li img {
    width: 70px;
    border: none;
}
.widget_shopping_cart .woocommerce-mini-cart li .variation {
    display: none;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 20px;
    text-align: center;
    line-height: 0;
    font-size: 0;
    z-index: 1;
    margin-bottom: 0;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove::before {
    display: block;
    content: "\f109";
    font-family: Flaticon, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.widget_shopping_cart .woocommerce-mini-cart li .remove:not(:hover) {
    color: #666;
}
.widget_shopping_cart .woocommerce-mini-cart li .quantity {
    display: block;
}
.widget_shopping_cart .woocommerce-mini-cart li .quantity .amount {
    font-size: 18px;
    color: #222;
}
.widget_shopping_cart .total {
    font-size: 16px;
    line-height: 30px;
    color: #222;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0 10px;
    margin-bottom: 0;
}
.widget_shopping_cart .total > * {
    display: inline-block;
    vertical-align: top;
}
.widget_shopping_cart .total .amount {
    font-size: 20px;
    line-height: 26px;
    padding-left: 5px;
}
.widget_shopping_cart .buttons {
    margin-bottom: 0;
}
.widget_shopping_cart .buttons .button {
    display: block;
    padding: 11px 15px;
    margin-top: 10px;
    border-radius: 4px;
    opacity: 1;
}
.widget_shopping_cart .buttons .button:not(:hover) {
    background-color: transparent;
    color: #666;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
}
.widget_shopping_cart .wcppec-cart-widget-button {
    text-align: center;
    display: none;
    margin-top: 10px;
}
.widget_shopping_cart .wcppec-cart-widget-button img {
    width: 200px !important;
    border-radius: 4px;
}
.widget_shopping_cart .wcppec-cart-widget-button:hover {
    opacity: 0.7;
}
.widget .widgettitle {
    font-size: 16px;
    color: #333;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    width: 100%;
    display: block;
    padding: 6px 55px 6px 20px;
    border-radius: 50px;
    border-width: 2px;
    font-size: 13px;
    height: 40px;
}
.widget .search-form .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 8px 0;
    width: 55px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: transparent;
}
.widget-ovic-mailchimp .widget-form-wrap {
    background-repeat: no-repeat;
    background-position: left 10px;
}
.widget-ovic-mailchimp .newsletter-form-wrap{
    position: relative;
}
.widget-ovic-mailchimp .newsletter-form-wrap.processing::before,
.widget-ovic-mailchimp .newsletter-form-wrap.processing::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.6);
    z-index: 1;
}
.widget-ovic-mailchimp .newsletter-form-wrap.processing::after{
    margin: auto;
    width: 30px;
    height: 20px;
    background-color: #aaa;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
.widget-ovic-mailchimp .widget-form-wrap > p {
    margin-bottom: 10px;
}
.widget-ovic-mailchimp .newsletter-form-wrap .text-field {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.widget-ovic-mailchimp .newsletter-form-wrap .text-field input {
    width: 100%;
    padding: 8px 20px;
    height: 44px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    max-width: 300px;
    border-width: 2px;
}
.widget-ovic-mailchimp .newsletter-form-wrap .btn-submit {
    position: relative;
    width: 100%;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
    max-width: 300px;
}
.widget-ovic-mailchimp .newsletter-form-wrap .btn-submit:hover::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.widget-ovic-mailchimp .newsletter-form-wrap .list {
    line-height: 24px;
    margin: 0 -5px 5px;
}
.widget-ovic-mailchimp .newsletter-form-wrap .list label {
    padding: 0 5px 5px;
}
.widget-ovic-mailchimp .newsletter-form-wrap .list input {
    vertical-align: top;
}
.sidebar .widget-ovic-mailchimp {
    border: 2px solid #efefef;
    border-radius: 3px;
    padding: 30px 25px;
    text-align: center;
}
.sidebar .widget-ovic-mailchimp .widgettitle {
    font-size: 28px;
    line-height: 30px;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}
.sidebar .widget-ovic-mailchimp .widget-form-wrap {
    background-position: top;
}
.sidebar .widget-ovic-mailchimp .widget-form-wrap > p {
    font-size: 15px;
    color: #555;
    margin-bottom: 73px;
}
.widget_ovic_nav_menu .menu,
.widget_nav_menu .menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_ovic_nav_menu .menu li ,
.widget_nav_menu .menu li {
    padding: 8px 0;
}
.widget_ovic_nav_menu .menu li.current-menu-item>a ,
.widget_ovic_nav_menu .menu li.current_page_item>a ,
.widget_nav_menu .menu li.current-menu-item>a ,
.widget_nav_menu .menu li.current_page_item>a {
    font-weight: 500;
    color: #000;
}
.widget_ovic_nav_menu .menu .sub-menu ,
.widget_nav_menu .menu .sub-menu {
    margin: 8px 0 -8px;
}
.widget_ovic_nav_menu .megamenu ,
.widget_nav_menu .megamenu {
    background-image: none !important;
    width: auto !important;
}
.widget_ovic_nav_menu .megamenu .menu ,
.widget_nav_menu .megamenu .menu {
    margin: 0;
}
.widget_ovic_nav_menu .megamenu [class^="vc_col-"],
.widget_ovic_nav_menu .megamenu [class*=" vc_col-"],
.widget_nav_menu .megamenu [class^="vc_col-"],
.widget_nav_menu .megamenu [class*=" vc_col-"] {
    width: 100%;
    float: none;
}
.widget_ovic_nav_menu .megamenu > .vc_row ,
.widget_ovic_nav_menu .megamenu > .vc_row ,
.widget_nav_menu .megamenu > .vc_row ,
.widget_nav_menu .megamenu > .vc_row {
    padding: 0 !important;
}
.widget_ovic_nav_menu .megamenu .widget_nav_menu > .widgettitle ,
.widget_nav_menu .megamenu .widget_nav_menu > .widgettitle {
    margin-bottom: 0;
    padding: 9px 0;
    border-top: 1px solid #e6e6e6;
}
.widget_ovic_nav_menu .megamenu .widget_nav_menu > *:not(.widgettitle) ,
.widget_nav_menu .megamenu .widget_nav_menu > *:not(.widgettitle) {
    padding-left: 20px;
}
.widget_media_gallery .gallery {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}
.widget_media_gallery .gallery .gallery-item {
    display: inline-block !important;
    width: auto !important;
    min-width: inherit !important;
    float: none;
    clear: none !important;
    padding: 0 10px 10px;
}
.widget-socials ul {
    margin: 0 -7px -10px;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.widget-socials ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 10px;
    list-style: none;
    padding: 0;
}
.widget-socials ul li a {
    display: block;
}
.widget-socials ul li a:hover span {
    color: #222;
    border-color: #222;
}
.widget-socials ul li a span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #aaa;
}
.widget_product_categories ul li .children {
    display: none;
}
.widget_product_categories ul li .carets {
    display: inline-block;
    float: right;
    width: 10px;
    text-align: center;
    cursor: pointer;
}
.widget_product_categories ul li .carets::before {
    display: block;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_product_categories ul li.show-sub > .carets::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.widget-recent-post .blog-item:not(:last-child) {
    margin-bottom: 20px;
}
.widget-recent-post .blog-item {
    font-size: 0;
    line-height: 0;
}
.widget-recent-post .blog-item > * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}
.widget-recent-post .blog-item .post-thumb {
    width: 85px;
}
.widget-recent-post .blog-item .post-thumb a:hover img {
    opacity: 0.7;
}
.widget-recent-post .blog-item .post-info {
    width: calc(100% - 85px);
    padding-left: 10px;
}
.widget-recent-post .blog-item .post-title {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    margin: -2px 0 0;
}
.widget-recent-post .blog-item .post-meta > * {
    display: inline-block;
    vertical-align: top;
}
.widget-recent-post .blog-item .post-meta .author {
    text-transform: capitalize;
}
.widget_product_search {
    border: 2px solid #f3f3f3;
    border-radius: 2px;
    padding: 20px 18px 30px;
}
.widget_product_search .widgettitle {
    font-size: 18px;
}
.widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    padding: 8px 20px;
    border-width: 3px;
    border-radius: 4px;
}
.widget_product_search .woocommerce-product-search [type="submit"] {
    display: block;
    width: 100%;
    border-radius: 4px;
}
.widget_rating_filter .star-rating {
    margin-right: 5px;
}
.widget_layered_nav .color-group {
    margin: 0 -5px -5px;
    overflow: hidden;
}
.widget_layered_nav .color-group > *:nth-child(2n+1) {
    clear: both;
}
.widget_layered_nav .color-group > * {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 5px 5px;
    max-width: 120px;
}
.widget_layered_nav .color-group > *:not(:hover) {
    color: #333;
}
.widget_layered_nav .color-group > * i {
    display: inline-block;
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    margin: 2px;
    border-radius: 50%;
}
.widget_layered_nav .color-group > * i::before {
    position: absolute;
    content: '';
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.widget_layered_nav .color-group > * span {
    display: block;
    padding-left: 5px;
    overflow: hidden;
}
.widget_layered_nav .inline-group span::after {
    content: ',';
    margin-right: 3px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
    width: 100%;
    border-radius: 4px;
}
.widget_layered_nav .list-group li,
.ovic_product_filter .widget_product_categories ul li {
    position: relative;
    padding: 3px 0;
}
.widget_layered_nav .list-group li > a::before,
.ovic_product_filter .widget_product_categories ul li > a::before,
.widget_layered_nav .list-group li > span:not([class])::before,
.ovic_product_filter .widget_product_categories ul li > span:not([class])::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 4px 10px 0 0;
    width: 15px;
    height: 14px;
    border: 1px solid #eaeaea;
    color: #333;
}
.widget_layered_nav .list-group li a:hover::after,
.ovic_product_filter .widget_product_categories ul li a:hover::after,
.widget_layered_nav .list-group li.chosen a::after,
.ovic_product_filter .widget_product_categories ul li.current-cat a::after {
    position: absolute;
    top: 7px;
    left: 3px;
    font-family: FontAwesome, sans-serif;
    font-size: 10px;
    line-height: 14px;
    content: "\f00c";
    color: #fff;
}
.widget_layered_nav .list-group li .count,
.ovic_product_filter .widget_product_categories ul li .count {
    display: inline-block;
    font-size: 13px;
    margin-left: 3px;
}
.widget_layered_nav_filters li {
    font-weight: 500;
    color: #222;
}
.ovic_product_filter {
    border: 2px solid #f3f3f3;
    border-radius: 3px;
    padding: 20px 18px;
}
.ovic_product_filter > .widgettitle {
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 35px;
}
.ovic_product_filter .filter-content > .widget:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.ovic_product_filter .widget_price_filter .widgettitle {
    margin-bottom: 10px;
}
.widget_recent_reviews .widgettitle,
.widget-products-slide .widgettitle {
    font-size: 18px;
    line-height: 22px;
    color: #222;
}
.widget-products-slide {
    border-top: 1px solid #e6e6e6;
    position: relative;
}
.widget-products-slide .widgettitle {
    padding: 4px 0;
    margin: 22px 0 10px;
}
.widget-products-slide .slick-slider {
    position: static;
}
.widget-products-slide .ovic-products .slick-slider .slick-arrow {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 22px;
    right: 46px;
    left: auto;
    bottom: auto;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.widget-products-slide .ovic-products .slick-slider .slick-arrow.next {
    right: 0;
}
.widget-products-slide .product-item.style-1 .product-inner{
    border-width: 2px;
    margin: -2px;
}
.widget-products-slide .ovic-products.style-1 .product-list-owl{
    border-left: 2px solid #e6e6e6;
    border-radius: 3px;
}
.widget-products-slide .ovic-products.style-1 .product-list-owl .product-item .product-wrap{
    border-top: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-radius: 3px;
}
.widget-products-slide .ovic-products.style-1 .product-list-owl .slick-track > .product-item .product-wrap{
    border-bottom: 2px solid #e6e6e6;
}
.widget_media_image > *:hover img,
.widget_media_gallery .gallery .gallery-item > *:hover img {
    opacity: 0.7;
}
.widget-ovic-iconbox .iconbox-inner,
.widget-ovic-iconbox .iconbox-inner > * {
    text-align: inherit;
    vertical-align: top;
    padding: 0;
}
.widget-ovic-iconbox .iconbox-inner .icon {
    width: 30px;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
    background-color: transparent;
    text-align: inherit;
}
.widget-ovic-iconbox .iconbox-inner .content {
    width: calc(100% - 30px);
    max-width: inherit;
    padding-left: 0;
    line-height: 20px;
}
.widget-ovic-iconbox .iconbox-inner .content .text {
    color: inherit;
    line-height: inherit;
    font-family: inherit;
}
div.widget.widget-keywords .widgettitle{
    display: inline;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.widget.widget-keywords .keywords{
    display: inline;
}
.widget.widget-keywords .keywords .keyword{
    display: inline-block;
    padding: 0;
    color: #555;
}
.widget.widget-keywords .keywords .keyword:not(:last-child)::after{
    content: '|';
    width: 12px;
    display: inline-block;
    text-align: center;
    color: rgba(0,0,0,0.3);
}
.widget-ovic-instagram .content-instagram {
    font-size: 0;
    line-height: 0;
    margin: 0 -5px -10px;
}
.widget-ovic-instagram .content-instagram > * {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 5px 10px;
}
.widget-ovic-instagram .content-instagram a {
    width: 79px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.widget-ovic-instagram .content-instagram a:hover::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}
@media (min-width: 568px) {
    .widget-ovic-instagram .content-instagram a {
        width: 79px;
        max-width: calc(20% - 10px);
        border: 1px solid #e6e6e6;
        position: relative;
    }
}
/* Ui Slider */
.ui-slider {
    position: relative;
    text-align: left;
    background-color: #ececec;
    height: 6px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: #555;
    z-index: 1;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 10px;
    cursor: e-resize;
    -ms-touch-action: none;
    touch-action: none;
    background-size: cover;
    z-index: 2;
    margin-left: -12px;
    background-color: #fff;
    border: 2px solid #fed700;
    border-radius: 4px;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.price_slider_amount {
    position: relative;
    padding: 35px 0 5px;
}
.price_slider_amount .price_label {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}
.price_slider_amount .button {
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.price_slider_amount .button:hover::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
}
/*------------------------------PRODUCT ELEMENT-----------------------------*/
/* ADD TO CART */
.add-to-cart a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.add-to-cart a:hover,
.add-to-cart a:focus {
    opacity: 1;
    color: #fff;
}
.entry-summary .single_add_to_cart_button.loading::before,
.add-to-cart a.loading::before,
.entry-summary .single_add_to_cart_button.loading::after,
.add-to-cart a.loading::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}
.entry-summary .single_add_to_cart_button.loading::after,
.add-to-cart a.loading::after {
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    background-color: transparent;
}
.add-to-cart a.added {
    display: none !important;
}
/* QUICK VIEW */
a.yith-wcqv-button.button {
    background-color: transparent;
    color: inherit;
}
a.compare .blockUI.blockOverlay,
a.yith-wcqv-button .blockUI.blockOverlay{
    z-index: 8 !important;
    cursor: wait !important;
    background-size: 20px !important;
}
/* COMPARE */
.entry-summary a.compare:hover,
.entry-summary a.compare:focus,
.product-item a.compare:hover,
.product-item a.compare:focus,
.yith-wcwl-add-to-wishlist a:hover,
a.yith-wcqv-button:hover {
    opacity: 1;
}
.entry-summary a.compare,
.product-item a.compare,
a.yith-wcqv-button,
.yith-wcwl-add-to-wishlist a {
    display: block;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    width: 30px;
    text-align: center;
    color: #888;
    padding: 0;
    font-weight: normal;
}
.entry-summary a.compare::before,
.product-item a.compare::before,
a.yith-wcqv-button::before,
.yith-wcwl-add-to-wishlist a::before {
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f080";
    font-size: 21px;
    line-height: 30px;
}
a.yith-wcqv-button::before {
    font-family: Flaticon, sans-serif;
    content: "\f107";
}
.entry-summary a.compare::before,
.product-item a.compare::before {
    font-family: Flaticon, sans-serif;
    content: "\f108";
}
/* WISHLIST */
.yith-wcwl-add-to-wishlist {
    margin: 0;
}
.yith-wcwl-add-to-wishlist a::before {
    content: "\f08a";
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > img {
    position: absolute;
    margin: auto;
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px !important;
    height: 20px !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    content: "\f004";
}
/* PRICE */
.price {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #222;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    direction: rtl;
}
.price > * {
    display: inline-block;
    vertical-align: bottom;
}
.price ins {
    text-decoration: none;
}
.price del {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: normal;
    margin-left: 5px;
}
/* STAR RATING */
.star-rating {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #ccc;
    line-height: 14px;
    overflow: hidden;
}
.star-rating::before,
.star-rating > span::before {
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
    font-size: 13px;
    letter-spacing: 0.1em;
}
.star-rating > span::before {
    color: #f3cd1e;
}
.star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.rating-wapper{
    line-height: 14px;
    padding: 5px 0;
}
.rating-wapper .star-rating{
    margin-right: 3px;
}
.rating-wapper .review {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #888;
    font-size: 13px;
}
/* QUANTITY */
.quantity .qty-label {
    display: block;
    vertical-align: middle;
    padding: 0 10px 0 0;
    font-size: 14px;
    min-width: 50px;
}
.quantity .control {
    display: inline-block;
    position: relative;
}
.quantity .input-qty {
    font-size: 15px;
    color: #222;
    padding: 8px 70px 8px 18px;
    border-radius: 4px;
    border-width: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.quantity .btn-number {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 26px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
    margin: auto;
    border-radius: 50%;
    border: 1px solid;
}
.quantity .quantity-plus {
    right: 50px;
}
.quantity .btn-number::before,
.quantity .quantity-plus::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 12px;
    height: 2px;
    border: 1px solid;
    margin: auto;
}
.quantity .quantity-plus::after {
    width: 2px;
    height: 12px;
}
.quantity .btn-number:not(:hover) {
    border-color: #e6e6e6;
}
/* STARS */
p.stars {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
p.stars a {
    display: inline-block
}
p.stars a:before {
    display: block;
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #ccc;
    content: "\f005";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
    color: #f3cd1e;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
    color: #ccc;
}
.flash {
    position: absolute;
    top: 12px;
    left: 12px;
}
.flash > span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background-color: #e10101;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    border-radius: 0 5px 0 5px;
    margin-bottom: 10px;
}
.flash > span .text {
    display: block;
    padding: 0 13px;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    transform: skew(25deg);
}
.flash > span.onnew {
    background-color: #0051d8;
}
/* PRODUCT ITEM */
body.single-product .product-grid:not(:last-child) {
    margin-bottom: 30px;
}
.ovic-products .product-list-owl,
.product-grid .owl-products {
    overflow: visible;
}
.product-grid .product-grid-title {
    font-size: 24px;
    line-height: 36px;
}
.product-grid .owl-products{
    border-left: 1px solid #f2f2f2;
}
.product-grid .owl-products .product-item .product-wrap {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.product-grid .owl-products .slick-track > .product-item .product-wrap {
    border-bottom: 1px solid #f2f2f2;
}
.product-inner {
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.product-inner .product-thumb {
    position: relative;
}
.product-inner .thumb-link {
    display: block;
    position: relative;
}
.product-inner .thumb-link img {
    margin: auto;
    opacity: 1 !important;
}
.product-inner .product-sku {
    color: #333;
    font-weight: 500;
    margin-top: 15px;
}
.product-inner .group-button > .clear {
    display: none !important;
}
/* product item list */
.product-item.list .product-inner {
    padding: 30px 20px;
    font-size: 0;
    line-height: 0;
    color: #444;
    background-color: #fff;
}
.product-item.list .product-inner > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.product-item.list .product-thumb {
    width: 240px;
}
.product-item.list .product-info {
    width: calc(100% - 240px);
    padding-left: 20px;
}
.product-item.list .product_title {
    font-size: 18px;
    line-height: 26px;
    color: #444;
    margin-bottom: 18px;
    font-weight: normal;
}
.product-item.list .product-sku {
    margin-bottom: 10px;
}
.product-item.list .price {
    font-size: 24px;
    margin-bottom: 16px;
}
.product-item.list .price del {
    font-size: 16px;
}
.product-item.list .excerpt-content {
    margin-bottom: 13px;
}
.product-item.list .excerpt-content > ul {
    padding-left: 0;
}
.product-item.list .excerpt-content > ul > li {
    list-style: none;
}
.product-item.list .excerpt-content > ul > li::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 7px;
    height: 6px;
    border: 3px solid #888;
    border-radius: 50%;
    margin-right: 8px;
}
.product-item.list .group-button {
    margin-top: 10px;
}
.product-item.list .group-button > * {
    display: inline-block;
    vertical-align: middle;
}
.product-item.list a.yith-wcqv-button.button:not(:hover){
    color: #888;
}
.product-item.list .add-to-cart a {
    display: inline-block;
    min-width: 180px;
}
.product-item.list .group-inner {
    margin-left: 15px;
}
/* shortcode */
.ovic-products .slick-slider .slick-arrow:hover{
    border-color: #cecece;
    background-color: #cecece;
}
.ovic-products .ovic-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}
.countdown-product .title-countdown {
    display: none;
}
.countdown-product .title-countdown span {
    font-weight: 500;
    color: #333;
}
/* style1 */
.ovic-products.style-1 > .products,
.ovic-products.style-1 .product-list-grid {
    margin: 0;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.ovic-products.style-1 > .products .product-item,
.ovic-products.style-1 .product-list-grid .product-item {
    padding: 0;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.ovic-products.style-1 .product-list-owl {
    border-left: 1px solid #f2f2f2;
}
.ovic-products.style-1 .product-list-owl .product-item .product-wrap {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
.ovic-products.style-1 .product-list-owl .slick-slide > div:last-child > .product-item .product-wrap,
.ovic-products.style-1 .product-list-owl .slick-track > .product-item .product-wrap {
    border-bottom: 1px solid #f2f2f2;
}
.product-item.style-1 .product-inner {
    border: 1px solid #f2f2f2;
    margin: -1px;
    text-align: center;
    background-color: #fff;
}
.product-item.style-1 .product-thumb {
    padding: 10px;
    overflow: hidden;
}
.product-item.style-1 .thumb-link img {
    margin: auto;
}
.product-item.style-1 .group-button {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}
.product-item.style-1 .group-button > *:not(:last-child) {
    margin-bottom: 2px;
}
.product-item.style-1 .yith-wcqv-button,
.product-item.style-1 a.compare,
.product-item.style-1 .yith-wcwl-add-to-wishlist a {
    width: 38px;
    color: #666;
    background-color: #e6e6e6;
    border-radius: 3px;
}
.product-item.style-1 .yith-wcqv-button::before,
.product-item.style-1 a.compare::before,
.product-item.style-1 .yith-wcwl-add-to-wishlist a::before {
    line-height: 38px;
}
.product-item.style-1 .yith-wcqv-button:hover,
.product-item.style-1 a.compare:hover,
.product-item.style-1 .yith-wcwl-add-to-wishlist a:hover {
    color: #fff;
}
.product-item.style-1 .product-info {
    padding: 7px 20px 28px;
}
.product-item.style-1 .product_title {
    font-size: 14px;
    color: #444;
    font-weight: normal;
    margin: 0;
    padding-top: 5px;
}
.product-item.style-1 .add-to-cart {
    margin-top: 15px;
}
/* style2 */
.ovic-products.style-2 > .products,
.ovic-products.style-2 .product-list-grid,
.ovic-products.style-2 > .products .product-item,
.ovic-products.style-2 .product-list-grid .product-item {
    border-width: 3px;
}
.ovic-products.style-2 .product-list-owl {
    border-width: 3px;
    border-radius: 4px;
}
.ovic-products.style-2 .product-list-owl .product-item .product-wrap {
    border-width: 3px !important;
    border-radius: 4px;
}
.product-item.style-2 .product-inner {
    border-width: 3px;
    margin: -3px;
    border-radius: 4px;
}
.product-item.style-2 .product-thumb {
    padding: 12px 12px 0;
}
.product-item.style-2 .product-info {
    padding-bottom: 22px;
}
.product-item.style-2 .product_title {
    padding-top: 0;
}
.product-item.style-2 .rating-wapper {
    margin-top: 3px;
}
.product-item.style-2 .countdown-product {
    margin-top: 15px;
}
.shop-page .ovic-products.style-2>.products .product-item.style-2 .product-inner{
    border-radius: 0;
}
/* style3 */
.product-item.style-3 .product-inner {
    font-size: 0;
    line-height: 0;
    padding: 25px 15px;
}
.product-item.style-3 .product-inner > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}
.product-item.style-3 .product-thumb {
    width: 52%;
    max-width: 180px;
    margin: 0 10px 0 0;
}
.product-item.style-3 .product-info {
    width: calc(48% - 10px);
    padding-top: 10px;
}
.product-item.style-3 .rating-wapper {
    margin-bottom: 5px;
}
.product-item.style-3 .product_title {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 3px;
}
.product-item.style-3 .add-to-cart {
    margin-top: 20px;
}
.product-item.style-3 .add-to-cart a {
    max-width: 145px;
    border: 2px solid #e6e6e6;
    padding: 7px 20px;
}
.product-item.style-3 .add-to-cart a:not(:hover) {
    background-color: transparent;
    color: #555;
}
.product-item.style-3 .add-to-cart a:hover::before {
    display: none;
}
.product-item.style-3 .product-inner::after {
    position: absolute;
    content: '';
    top: 25px;
    bottom: 25px;
    right: 0;
    border-left: 1px solid #e6e6e6;
}
.ovic-products.style-3 > .products,
.ovic-products.style-3 .product-list-grid {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}
.ovic-products.style-3 > .products .product-item,
.ovic-products.style-3 .product-list-grid .product-item {
    padding-left: 0;
    padding-right: 0;
}
.ovic-products.style-3 > .products .product-inner::after,
.ovic-products.style-3 .product-list-grid .product-inner::after{
    right: -2px;
}
.ovic-products.style-3 > .products .product-item:last-child .product-inner::after,
.ovic-products.style-3 .product-list-grid .product-item:last-child .product-inner::after,
.ovic-products.style-3 .slick-slide.last-slick .product-inner::after {
    display: none;
}
/*-------------------------------PRODUCT SINGLE-----------------------------*/
body.single-product .main-content>.product {
    position: relative;
}
/* GALLERY */
.woocommerce-product-gallery::before,
.woocommerce-product-gallery::after {
    display: table;
    clear: both;
    content: '';
}
.woocommerce-product-gallery {
    display: inline-block;
    float: left;
    width: 470px;
    position: relative;
    margin-bottom: 30px;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    font-size: 0;
    line-height: 0;
    right: 50px;
    top: 10px;
    z-index: 1;
}
.woocommerce-product-gallery__trigger::before {
    display: block;
    font-family: themify, sans-serif;
    content: "\e659";
    font-size: 20px;
    line-height: 1;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
}
.woocommerce-product-gallery__trigger img {
    display: none !important;
}
.woocommerce-product-gallery__wrapper,
.flex-viewport {
    margin-right: 40px;
    text-align: center;
}
.flex-control-nav {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.flex-control-nav .slick-slide img {
    border: 1px solid #f3f3f3;
    padding: 1px;
    border-radius: 3px;
    cursor: pointer;
    margin: auto;
}
.flex-control-nav .slick-slide img.flex-active,
.flex-control-nav .slick-slide img:hover {
    border-width: 2px;
    padding: 0;
}
.flex-control-nav .slick-arrow.prev {
    left: -15px;
}
.flex-control-nav .slick-arrow.next {
    right: -15px;
}
/* SUMMARY */
.entry-summary {
    display: inline-block;
    width: calc(100% - 470px);
    padding-left: 30px;
    margin-bottom: 30px;
    color: #444;
}
.entry-summary .product_title {
    font-size: 18px;
    margin-bottom: 8px;
}
.entry-summary .product-sku {
    font-weight: 500;
    color: #666;
    margin-bottom: 17px;
}
.entry-summary .price {
    display: block;
    font-size: 26px;
    line-height: 34px;
    direction: inherit;
    color: #333;
    margin-bottom: 8px;
}
.entry-summary .price del {
    display: block;
    margin-left: 0;
    font-size: 18px;
    color: #666;
}
.entry-summary .woocommerce-product-rating {
    font-family: 'Lato', sans-serif;
    color: #888;
}
.entry-summary .woocommerce-product-rating > * {
    display: inline-block;
    vertical-align: top;
}
.entry-summary .woocommerce-product-rating .rating-wapper .review {
    display: none;
}
.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 14px;
}
.entry-summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}
.variations label {
    color: #666;
    font-weight: 500;
}
.variations .data-val a {
    border-radius: 30px;
    border-color: #aaa;
    margin-top: 5px;
    margin-bottom: 5px;
}
.variations .data-val a::before {
    border-radius: 30px;
}
.variations .chosen-container-single .chosen-single {
    padding: 2px 12px;
}
.variations .chosen-container-single .chosen-drop {
    top: calc(100% - 1px);
}
.variations select[data-attributetype="box_style"] + .chosen-container {
    display: none;
}
.product-inner .available-product ,
.entry-summary .available-product {
    color: #666;
    margin-bottom: 8px;
}
.product-inner .available-product span ,
.entry-summary .available-product span {
    color: #0058eb;
    font-weight: 500;
}
.entry-summary .quantity {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    margin-right: 45px;
}
.entry-summary .single_add_to_cart_button {
    vertical-align: bottom;
    border-radius: 4px;
    min-width: 180px;
    margin-top: 10px;
}
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: top;
}
.product-item.list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>img,
.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>img{
    right: auto;
}
.product-item.list a.yith-wcqv-button.button .blockUI.blockOverlay,
.product-item.list a.compare .blockUI.blockOverlay,
.entry-summary a.compare .blockUI.blockOverlay{
    background-position: left center !important;
}
.product-item.list a.yith-wcqv-button.button,
.product-item.list a.compare,
.product-item.list .yith-wcwl-add-to-wishlist a,
.entry-summary a.compare,
.entry-summary .yith-wcwl-add-to-wishlist a {
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    width: auto;
}
.product-item.list a.yith-wcqv-button.button::before,
.product-item.list a.compare::before,
.product-item.list .yith-wcwl-add-to-wishlist a::before,
.entry-summary a.compare::before,
.entry-summary .yith-wcwl-add-to-wishlist a::before {
    display: inline-block;
    float: left;
    margin-right: 8px;
    line-height: inherit;
}
.product-item.list .group-button > *:not(:first-child),
.entry-summary .yith-wcwl-add-to-wishlist ~ a.compare {
    margin-left: 35px;
    position: relative;
}
.product-item.list .group-button > *:not(:first-child)::after,
.entry-summary .yith-wcwl-add-to-wishlist ~ a.compare::after {
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    background-color: #e6e6e6;
    margin: auto;
}
.entry-summary .cart .price {
    margin-bottom: 20px;
}
.entry-summary .cart .group_table th,
.entry-summary .cart .group_table td {
    padding: 10px;
}
.entry-summary .cart .group_table td .button{
    padding: 6px 20px;
    font-size: 14px;
}
.entry-summary .cart .group_table .quantity {
    margin: 0;
}
.entry-summary .cart .group_table .quantity .qty-label {
    display: none;
}
.entry-summary .cart .group_table .quantity .input-qty{
    padding: 6px 59px 6px 15px;
    height: 40px;
}
.entry-summary .cart .group_table .quantity .btn-number{
    width: 22px;
    height: 22px;
    right: 7px;
}
.entry-summary .cart .group_table .quantity .btn-number::before{
    width: 10px;
}
.entry-summary .cart .group_table .quantity .quantity-plus::after{
    height: 10px;
}
.entry-summary .cart .group_table .quantity .quantity-plus{
    right: 37px;
}
.entry-summary .cart .group_table .label {
    display: block;
    border: none;
    padding: 10px;
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.entry-summary .cart .group_table td .button {
    border-radius: 4px;
    white-space: nowrap;
}
.entry-summary .cart .group_table .price {
    display: block;
    border: none;
    margin: 0;
    box-shadow: 0 0 0 1px #e6e6e6;
    font-size: 18px;
    line-height: 24px;
    direction: rtl;
    text-align: center;
    color: #333;
}
.entry-summary .cart .group_table .price del {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.entry-summary > .clear {
    display: none;
}
.product_meta{
    margin-top: 10px;
    padding: 5px 0;
}
.product_meta>*{
    display: block;
    font-weight: 500;
    padding: 8px 0;
}
.product_meta>*:not(:last-child){
    border-bottom: 1px solid #e6e6e6;
}
.product_meta>*>*{
    font-weight: normal;
}
/* single thumb vertical */
.single-thumb-vertical .woocommerce-product-gallery__trigger {
    right: 10px;
}
.single-thumb-vertical .entry-summary .flash{
    display: none;
}
/* SINGLE TAB */
.woocommerce-tabs {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 65px;
    margin-bottom: 35px;
}
.wc-tabs {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #f1f1f1;
}
.wc-tabs li {
    display: inline-block;
    vertical-align: top;
}
.wc-tabs li:not(:last-child) {
    margin-right: 45px;
}
.wc-tabs li a {
    display: block;
    font-size: 18px;
    padding: 6px 0;
    color: #bbb;
    font-weight: 500;
}
.wc-tabs li:hover a {
    color: #222;
}
.wc-tabs li.active a {
    color: #222;
    font-size: 20px;
}
.woocommerce-Tabs-panel {
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    padding: 25px 0;
}
.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
    padding: 10px 20px;
}
#tab-description p:last-child,
#tab-additional_information table:last-child,
#tab-additional_information p:last-child,
#tab-reviews .commentlist .comment .description p:last-child {
    margin-bottom: 0;
}
#tab-reviews #reviews {
    max-width: 770px;
}
#tab-reviews .woocommerce-Reviews-title {
    font-size: 24px;
    color: #333;
}
#tab-reviews .woocommerce-Reviews-title span::before {
    content: '“';
}
#tab-reviews .woocommerce-Reviews-title span::after {
    content: '”';
}
#tab-reviews .comments {
    margin-bottom: 30px;
}
#tab-reviews .woocommerce-pagination {
    text-align: right;
}
#tab-reviews .commentlist {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
#tab-reviews .commentlist .comment {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
#tab-reviews .commentlist .comment:last-child {
    border-bottom: none;
}
#tab-reviews .commentlist .comment .avatar {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}
#tab-reviews .commentlist .comment .comment-text {
    overflow: hidden;
}
#tab-reviews .commentlist .comment .rating-wapper {
    margin-bottom: 0;
}
#tab-reviews .commentlist .comment .star-rating {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#tab-reviews .commentlist .comment .star-rating .preview-count {
    display: none;
}
#tab-reviews .commentlist .comment .meta {
    display: inline-block;
    margin-bottom: 0;
    font-style: italic;
    color: #aaa;
}
#tab-reviews .commentlist .comment .meta > * {
    display: inline-block;
    vertical-align: top;
}
#tab-reviews .woocommerce-review__author {
    text-transform: capitalize;
    font-weight: normal;
}
#tab-reviews .woocommerce-noreviews {
    font-style: italic;
}
#tab-reviews .comment-notes {
    font-style: italic;
}
#tab-reviews .comment-reply-title {
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}
#tab-reviews .comment-form-rating > label {
    vertical-align: top;
    color: #333;
    margin-bottom: 20px;
}
#tab-reviews p.stars {
    vertical-align: top;
    margin: 0 0 20px 20px;
}
#tab-reviews #cancel-comment-reply-link {
    float: right;
    font-style: italic;
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
}
#tab-reviews .comment-form .comment-form-author,
#tab-reviews .comment-form .comment-form-email {
    margin-bottom: 30px;
}
#tab-reviews input#author,
#tab-reviews input#email {
    display: block;
    width: 100%;
    padding: 9px 20px;
    height: 50px;
}
#tab-reviews textarea#comment {
    width: 100%;
}
#tab-reviews input#submit {
    padding: 10px 50px;
    border-radius: 4px;
}
@media (min-width: 480px){
    #tab-reviews .comment-form .comment-form-author,
    #tab-reviews .comment-form .comment-form-email {
        width: calc(50% - 15px);
        float: left;
    }
    #tab-reviews .comment-form .comment-form-author {
        margin-right: 30px;
    }
}
/* SHOP PAGE */
.shop-page .main-content ,
.shop-page .main-content > .ovic-products{
    font-size: 0;
    line-height: 0;
}
.shop-page .main-content > * {
    font-size: 14px;
    line-height: 24px;
}
.shop-page .ovic-products.row{
    margin-left: 0;
    margin-right: 0;
}
.shop-page ul.products {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.shop-page ul.products .product-item {
    padding: 0;
}
.shop-page .page-title {
    font-size: 24px;
    margin: 40px 0 25px;
}
.shop-before-control::before,
.shop-before-control::after,
.shop-after-control::before,
.shop-after-control::after {
    display: table;
    clear: both;
    content: '';
}
.shop-before-control > *,
.shop-after-control > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.shop-after-control select,
.shop-before-control select {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 18px;
    background-color: #fff;
    border-color: #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    border-width: 2px;
    font-size: 13px;
}
.shop-before-control > *:not(:last-child),
.shop-after-control > *:not(:last-child) {
    margin-right: 16px;
}
.shop-before-control {
    background-color: #f3f3f3;
    padding: 0 10px 0 25px;
    border-radius: 4px;
    text-align: center;
}
.shop-before-control > * {
    padding-top: 6px;
    padding-bottom: 6px;
}
.banner-shop {
    margin-bottom: 17px;
}
.ordering-top .woocommerce-result-count {
    margin-bottom: 0;
    padding: 8px 0;
    text-align: right;
}
.shop-after-control .woocommerce-result-count {
    font-size: 13px;
    padding: 4px 0;
}
.pagination-top {
    font-size: 13px;
    float: right;
}
.pagination-top > * {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
}
.pagination-top a {
    font-size: 18px;
    color: #555;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination-top a i {
    display: block;
}
.pagination-top .curent-page {
    padding: 2px 16px;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    color: #222;
}
.grid-view-mode {
    float: left;
    font-size: 0;
    line-height: 0;
}
.grid-view-mode > form {
    display: inline-block;
    vertical-align: top;
}
.grid-view-mode > form > label {
    display: none;
}
.modes-mode {
    position: relative;
    overflow: hidden;
    color: #a5a5a5;
    width: 28px;
    padding: 8px 5px;
    background-color: transparent;
}
.modes-mode:hover,
.modes-mode.active {
    color: #222;
    opacity: 1;
}
.modes-mode span {
    display: inline-block;
    float: left;
    border-width: 3px;
    border-style: solid;
    border-radius: 2px;
}
.mode-grid > span {
    width: 7px;
}
.mode-grid > span:nth-child(1),
.mode-grid > span:nth-child(2) {
    margin-bottom: 4px;
}
.mode-grid > span:nth-child(1),
.mode-grid > span:nth-child(3) {
    margin-right: 4px;
}
.mode-list > span {
    width: 100%;
}
.mode-list > span:first-child {
    margin-bottom: 4px;
}
.shop-after-control {
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
}
.shop-after-control .pagination {
    float: right;
    border-top: none;
    padding: 0;
    margin-top: 0;
}
@media (max-width: 479px) {
    .shop-before-control{
        text-align: inherit;
        padding: 5px 10px;
    }
}
/*---------------------------------BLOG STYLE-------------------------------*/
.post-item {
    margin-bottom: 30px;
}
.post-item .post-title {
    font-size: 20px;
    color: #333;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.post-item .post-thumb {
    margin-bottom: 15px;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.post-item .post-thumb > * {
    font-size: 14px;
    line-height: 24px;
}
.post-item .post-thumb a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.post-item .post-thumb a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.post-item .post-thumb a:hover::after {
    background-color: rgba(255, 255, 255, 0.5);
}
.post-item .no-thumb .post-date {
    position: static;
    display: inline-block;
}
.post-item .post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 50px;
    border-radius: 3px;
    text-align: center;
    background-color: #f3f3f3;
    color: #333;
    overflow: hidden;
}
.post-item .post-date .date {
    display: block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}
.post-item .post-date .month {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.post-item .post-info {
    overflow: hidden;
}
.post-item .post-content {
    margin-bottom: 12px;
}
.post-item .post-meta {
    list-style: none;
    padding: 0;
    margin: 0 -15px 20px;
    font-size: 0;
    line-height: 0;
}
.post-item .post-meta > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 15px;
}
.comments-area .comment-content a:hover,
.post-item .post-content a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
.post-item .post-meta > li a:hover {
    text-decoration: underline;
}
.post-item .post-meta > li > i {
    vertical-align: top;
    margin: -1px 5px 0 0;
}
.post-item .post-meta > li.date > i,
.post-item .post-meta > li.author > i {
    margin-top: -2px;
}
.post-item .post-meta .author {
    text-transform: capitalize;
}
.post-item .post-categories {
    display: inline;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.post-item .post-categories li {
    display: inline-block;
}
.post-item .post-categories li:not(:last-child)::after {
    content: ',';
    margin-right: 3px;
}
.post-item .tags a {
    display: inline-block;
    vertical-align: top;
}
body.single-post .post-item .tags {
    font-size: 0;
    line-height: 0;
    padding: 30px 0 15px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
body.single-post .post-item .tags > * {
    font-size: 14px;
    line-height: 28px;
}
body.single-post .post-item .tags .title {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    font-weight: 500;
    color: #666;
    margin-right: 10px;
}
body.single-post .post-item .tags a {
    color: #888;
    padding: 0 14px;
    line-height: 26px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin: 0 10px 15px;
}
body.single-post .post-item .tags a:hover {
    color: #111;
    border-color: #111;
}
.post-item .author-info {
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    line-height: 30px;
    margin-top: -1px;
    overflow: hidden;
}
.post-item .author-info > *,
.author-info .content-author > *,
.author-info .share > *,
.author-info .content-author .list > * {
    display: inline-block;
    vertical-align: top;
}
.author-info .content-author .author {
    margin-right: 65px;
}
.author-info .content-author .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.author-info .content-author .author a {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 500;
}
.author-info .content-author .author a:not(:hover) {
    color: #333;
}
.author-info .content-author .list {
    font-size: 15px;
    color: #aaa;
}
.author-info .content-author .list > * {
    margin-right: 17px;
}
.author-info .content-author .list i {
    font-size: 18px;
    vertical-align: top;
}
.author-info .share {
    font-size: 16px;
    float: right;
}
.author-info .share .title {
    margin-right: 22px;
}
.ovic-share-socials {
    color: #222;
    font-size: 20px;
    margin: 5px -6px -5px;
}
.ovic-share-socials a {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 10px;
}
.ovic-share-socials a img {
    display: block;
}
.ovic-share-socials a:hover img {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
/* COMMENTS AREA */
.comments-area .comment-reply-title {
    font-size: 24px;
}
.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.comment-list .comment-body {
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0 25px;
    position: relative;
}
.comment-list .comment-meta {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 30px;
}
.comment-list .comment-meta > * {
    display: inline-block;
    vertical-align: top;
}
.comment-list .comment-author b {
    font-weight: 500;
    color: #333;
    margin-right: 23px;
}
.comment-list .comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
}
.comment-list .comment-metadata > * {
    display: inline-block;
    vertical-align: top;
}
.comment-list .says {
    display: none;
}
.comment-list .reply {
    padding-top: 13px;
}
.comment-list .comment-content .reply a:not(:hover) {
    color: #aaaaaa;
}
.comment-list .comment-content p:last-child {
    margin-bottom: 0;
}
.comment-list .children {
    list-style: none;
    padding-left: 60px;
}
.comment-list #cancel-comment-reply-link {
    font-style: italic;
}
.comment-respond .input-form {
    width: 100%;
}
.comment-respond .form-submit .button {
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
}
.comments-area .comments-title {
    font-size: 24px;
    margin-bottom: 0;
}
.comment-list .reply > div {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #aaaaaa;
}
.comment-list .reply > div .icon {
    margin-right: 5px;
}
.comment-list .reply > div .title {
    display: none;
}
.comment-list .comment-edit-link {
    float: right;
}
.sl-button.loading::after {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
/* BLOG GRID */
.blog-grid .post-item .post-thumb,
.blog-grid .post-item {
    font-size: 0;
    line-height: 0;
}
.blog-grid .post-item .post-thumb > *,
.blog-grid .post-item > * {
    font-size: 14px;
    line-height: 24px;
}
.blog-grid .post-item .post-thumb {
    margin-bottom: 10px;
}
.blog-grid .post-item .post-date {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 50px;
}
.blog-grid .post-item .post-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
    padding-left: 20px;
}
.blog-grid .post-item .post-title {
    font-size: 18px;
    line-height: 20px;
    margin: -2px 0 5px;
}
.blog-grid .post-item .post-content {
    line-height: 20px;
    margin-bottom: 8px;
}
.blog-grid .post-item .read-more a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    vertical-align: top;
    margin-bottom: 8px;
}
.blog-grid .post-item .post-info {
    margin-bottom: -8px;
}
.blog-grid .post-item .post-meta {
    margin-bottom: 0;
}
/*---------------------------------INNER PAGES------------------------------*/
/* SHOP CART */
.main-content > .page-main-content > .woocommerce > *:not(:last-child) {
    margin-bottom: 30px;
}
.woocommerce-cart-form {
    margin-bottom: 30px;
    padding: 10px 0 0;
}
.woocommerce-cart-form .shop_table {
    border: none;
    margin-bottom: 0;
}
.woocommerce-cart-form .shop_table th,
.woocommerce-cart-form .shop_table td {
    border: none;
    padding: 12px 10px;
}
.woocommerce-cart-form .shop_table thead tr {
    border-bottom: 2px solid #e6e6e6;
    color: #222;
    font-size: 16px;
}
.woocommerce-cart-form .shop_table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce-cart-form .shop_table .cart_item td > *:not(.quantity) {
    display: block;
    padding: 5px 0;
}
.woocommerce-cart-form .shop_table .cart_item {
    position: relative;
}
.woocommerce-cart-form .shop_table tbody .product-name {
    font-size: 16px;
    color: #444;
}
.woocommerce-cart-form .shop_table tbody .product-name .variation {
    display: none;
}
.woocommerce-cart-form .shop_table .quantity .qty-label {
    display: none;
}
.woocommerce-cart-form .shop_table .quantity .input-qty {
    padding: 3px 15px;
    text-align: center;
    height: 34px;
}
.woocommerce-cart-form .shop_table .quantity .btn-number {
    border: none;
    right: auto;
    left: 4px;
    color: #d9d9d9;
}
.woocommerce-cart-form .shop_table .quantity .btn-number:hover {
    color: #666;
}
.woocommerce-cart-form .shop_table .quantity .quantity-plus {
    left: auto;
    right: 4px;
}
.woocommerce-cart-form .shop_table .quantity .btn-number::before {
    width: 10px;
}
.woocommerce-cart-form .shop_table .quantity .quantity-plus::after {
    height: 10px;
}
.woocommerce-cart-form .shop_table .product-remove a {
    font-size: 0;
    line-height: 0;
}
.woocommerce-cart-form .shop_table .product-remove a::before {
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f014";
    font-size: 16px;
    line-height: 24px;
}
.woocommerce-cart-form .shop_table td.product-thumbnail {
    text-align: center;
}
.woocommerce-cart-form .shop_table .product-thumbnail a:hover img {
    opacity: 0.7;
}
.woocommerce-cart-form .shop_table .actions {
    padding: 20px 0 0;
}
.woocommerce-cart-form .shop_table .actions .button {
    border-radius: 4px;
    padding: 8px 20px;
    border: 2px solid #a9a9a9;
}
.woocommerce-cart-form .shop_table .actions > .button[disabled],
.woocommerce-cart-form .shop_table .actions .coupon .button:not(:hover) {
    background-color: transparent;
    color: #222;
}
.woocommerce-cart-form .shop_table .actions .coupon .button:hover {
    opacity: 1;
}
.woocommerce-cart-form .shop_table .coupon label {
    display: none;
}
.woocommerce-cart-form .shop_table .coupon .input-text {
    padding: 8px 20px;
    border-width: 2px;
    border-radius: 4px;
}
.cart-collaterals {
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    padding: 20px 28px 33px;
}
.cart-collaterals .cart_totals > h2 {
    font-size: 18px;
}
.cart-collaterals .shop_table {
    border: none;
    font-size: 15px;
    color: #333;
    margin-bottom: 50px;
}
.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    padding: 12px 0;
    border: none;
}
.cart-collaterals .shop_table th {
    padding-right: 15px;
    font-weight: normal;
}
.cart-collaterals .shop_table td {
    text-align: right;
}
.cart-collaterals .shop_table td .select2.select2-container {
    margin-bottom: 0;
}
.cart-collaterals .shop_table td .select2-container .select2-selection--single {
    text-align: left;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #f3f3f3;
    color: #666;
}
.cart-collaterals .shop_table td .woocommerce-shipping-calculator > p {
    margin-bottom: 0;
}
.cart-collaterals .shop_table td[data-title="Subtotal"] {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
.cart-collaterals .shop_table td[data-title="Total"] {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.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 .wc-proceed-to-checkout .checkout-button {
    display: block;
    border-radius: 4px;
}
.cart-collaterals .wcppec-checkout-buttons {
    text-align: center;
    display: none;
}
/* WISHLIST */
#yith-wcwl-form .wishlist-title {
    display: none;
}
/* CONTACT US */
div.wpcf7{
    direction: inherit;
}
.wpcf7-form::before,
.wpcf7-form::after {
    display: table;
    clear: both;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpcf7-form {
    margin-bottom: -20px;
}
.wpcf7-form > * {
    margin-bottom: 20px;
}
.wpcf7-form > * br {
    display: none;
}
.wpcf7-form > * label {
    display: block;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
}
.wpcf7-form textarea.wpcf7-form-control {
    height: 150px;
}
.wpcf7-form .wpcf7-submit {
    vertical-align: middle;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 4px;
}
.wpcf7-form .ajax-loader {
    vertical-align: middle;
    background-size: cover;
    margin-left: 10px;
}
/* 404 error */
.error-404 .button {
    border-radius: 4px;
}
/*---------------------------------SHORT CODE-------------------------------*/
/* ICON BOX */
.iconbox-inner {
    font-size: 0;
    line-height: 0;
    padding: 12px 0;
}
.iconbox-inner > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.iconbox-inner .icon {
    width: 56px;
    font-size: 34px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.iconbox-inner .icon span {
    display: block;
}
.iconbox-inner:hover .icon span {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
.iconbox-inner .content {
    max-width: calc(100% - 56px);
    padding-left: 18px;
}
.iconbox-inner .title {
    font-size: 16px;
    margin-bottom: 0;
}
.iconbox-inner .text {
    color: #555;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
}
.ovic-iconbox.style1 .iconbox-inner {
    padding: 30px 0;
    text-align: inherit;
}
.ovic-iconbox.style1 .icon {
    vertical-align: top;
    width: 30px;
    font-size: 21px;
    line-height: 18px;
    background-color: transparent;
    text-align: inherit;
}
.ovic-iconbox.style1 .content {
    vertical-align: top;
    width: calc(100% - 30px);
    max-width: inherit;
    padding-left: 0;
}
.ovic-iconbox.style1 .title {
    font-size: 14px;
    line-height: inherit;
    color: #333;
}
.ovic-iconbox.style1 .text {
    color: inherit;
    line-height: inherit;
    font-family: inherit;
}
/* TABS */
.ovic-tabs .tab-head .ovic-title {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
}
.ovic-tabs .tab-head {
    margin-bottom: 20px;
}
.ovic-tabs .tab-link {
    text-align: center;
    margin: 0 -15px;
}
.ovic-tabs .tab-link li {
    padding: 0 15px;
    vertical-align: middle;
}
.ovic-tabs .tab-link li a {
    color: #555;
    border-bottom: 2px solid transparent;
    font-size: 15px;
}
.ovic-tabs .tab-link li.active a {
    color: #333;
    font-weight: 500;
}
.ovic-tabs .tab-link li:hover a {
    color: #333;
}
/* default */
.ovic-tabs.default .tab-link li.active a {
    font-size: 16px;
}
/* style1 */
.ovic-tabs.style1 .tab-head {
    display: table;
    width: 100%;
    background-color: #f8f8f8;
    margin-bottom: 0;
}
.ovic-tabs.style1 .tab-head > * {
    display: table-cell;
    vertical-align: middle;
}
.ovic-tabs.style1 .tab-head .ovic-title {
    width: 235px;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 18px;
    margin-bottom: 0;
    text-align: inherit;
    background-color: #000;
    color: #fff;
}
.ovic-tabs.style1 .tab-link {
    border-bottom: 2px solid #000;
    text-align: right;
    margin: 0;
}
.ovic-tabs.style1 .tab-link li {
    padding: 0;
}
.ovic-tabs.style1 .tab-link li a {
    padding: 13px 22px 11px;
    border: none;
}
.ovic-tabs.style1 .tab-link li.active a {
    color: #222;
}
.ovic-tabs.style1 .tab-link li a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #000;
}
.ovic-tabs.style1 .tab-link li a:hover::after,
.ovic-tabs.style1 .tab-link li.active a::after {
    content: '';
}
/* style2 */
.ovic-tabs.style2 > .ovic-title {
    font-size: 24px;
    padding: 11px 0;
    margin-bottom: 0;
    text-align: inherit;
    border-bottom: 2px solid;
}
.ovic-tabs.style2 .tab-head {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-bottom: 0;
}
.ovic-tabs.style2 .tab-link {
    margin: 0 -1px;
    overflow-x: auto;
    white-space: nowrap;
}
.ovic-tabs.style2 .tab-link li {
    display: inline-block;
    padding: 0 1px;
    width: 195px;
    white-space: normal;
}
.ovic-tabs.style2 .tab-link li a {
    border: none;
    background-color: #f3f3f3;
}
.ovic-tabs.style2 .tab-link li a:hover,
.ovic-tabs.style2 .tab-link li.active a {
    background-color: transparent;
}
.ovic-tabs.style2 .tab-link li img {
    margin: auto;
}
.ovic-tabs.style2 .tab-link li a span {
    display: block;
    padding: 8px 0;
}
.ovic-tabs.style2 .tab-container {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 5px 0 15px 30px;
}
/* CATEGORY */
.ovic-category {
    padding: 25px 15px;
    position: relative;
}
.ovic-category .category-thumb {
    font-size: 0;
    line-height: 0;
}
.ovic-category .category-thumb > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.ovic-category .thumb {
    width: 56%;
    max-width: 147px;
}
.ovic-category .content {
    width: 44%;
}
.ovic-category .ovic-title {
    font-size: 18px;
    line-height: 22px;
}
.ovic-category .content .button {
    padding: 3px 20px;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
}
.ovic-category .content .button:not(:hover) {
    background-color: transparent;
    color: #333;
}
.ovic-category .content .button:hover {
    opacity: 1;
}
.ovic-category .list-category {
    list-style: none;
    margin-bottom: 0;
}
.ovic-category .list-category li {
    line-height: 20px;
    padding: 4px 0;
}
.ovic-category .bottom-button{
    font-family: 'Lato', sans-serif;
    color: #333;
    padding-left: 20px;
    margin-top: 8px;
}
.ovic-category .bottom-button a{
    padding-left: 15px;
    position: relative;
    display: inline-block;
}
.ovic-category .bottom-button a::before,
.ovic-category .bottom-button a::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid;
}
.ovic-category .bottom-button a::before{
    width: 10px;
    height: 2px;
}
.ovic-category .bottom-button a::after{
    left: 4px;
    width: 2px;
    height: 10px;
}
/* SLIDER */
.ovic-slide > .ovic-title {
    padding: 7px 0;
    margin-bottom: 5px;
    text-align: inherit;
    border-bottom: 2px solid #e6e6e6;
    font-size: 24px;
    line-height: 36px;
    color: #333;
}
.ovic-slide .slick-slide > *:not(:last-child) .ovic-category::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e6e6e6;
}
.ovic-slide .slick-slide:not(.last-slick).ovic-category::after,
.ovic-slide .slick-slide:not(.last-slick) .ovic-category::after {
    position: absolute;
    content: '';
    top: 25px;
    right: 0;
    bottom: 25px;
    border-right: 1px solid #e6e6e6;
}
.ovic-slide .slick-slider .slick-arrow:hover {
    color: #222;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}
/* COUNTDOWN */
.ovic-countdown {
    font-size: 0;
    line-height: 0;
    margin: 0 -5px -10px;
}
.ovic-countdown > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 0 5px 10px;
}
.ovic-countdown > * > * {
    display: block;
}
.ovic-countdown .number {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 4px;
    color: #333;
    background-color: #eee;
    font-weight: 600;
    padding: 0 5px;
}
/* ACCORDION */
.ovic-accordion .panel:last-child {
    margin-bottom: 0;
}
.ovic-accordion.style-01 .panel {
    border: none;
    padding-left: 65px;
    box-shadow: none;
    position: relative;
}
.ovic-accordion.style-01 .panel-heading {
    padding: 0;
    background-color: transparent;
    border: none;
}
.ovic-accordion.style-01 .panel-title {
    font-size: 16px;
    line-height: 24px;
}
.ovic-accordion.style-01 .panel-title a {
    padding: 8px 0;
    display: block;
    color: #333;
}
.ovic-accordion.style-01 .panel-title a > * {
    display: inline-block;
    vertical-align: top;
}
.ovic-accordion.style-01 .panel-title a::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome, sans-serif;
    content: "\f067";
    width: 46px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #666;
}
.ovic-accordion.style-01 .panel-title a::after {
    position: absolute;
    top: 0;
    left: 46px;
    content: '';
    width: 20px;
}
.ovic-accordion.style-01 .panel-title a:hover::before {
    content: "\f068";
}
.ovic-accordion.style-01 .panel.active .panel-title a::before {
    color: #fff;
    content: "\f068";
}
/* TESTERMINAL */
.ovic-person {
    text-align: center;
}
.ovic-person .thumb-avatar {
    margin-bottom: 13px;
}
.ovic-person .thumb-avatar a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.ovic-person .thumb-avatar a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ovic-person .thumb-avatar a:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
}
.ovic-person .name {
    font-size: 21px;
    color: #333;
    margin-bottom: 0;
}
.ovic-person .positions {
    font-size: 16px;
    color: #333;
    margin-bottom: 13px;
}
.ovic-person .desc {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button {
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    line-height: inherit;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    border: none;
    font-weight: 600;
}
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button:focus,
.vc_btn3-container .vc_btn3.vc_btn3-style-ovic-button:hover {
    border: none;
    color: #fff;
    opacity: 0.7;
}
/* PINMAP */
body .ovic-mapper .ovic-pin .ovic-popup .woocommerce-product-rating{
    display: block;
    float: none;
    line-height: inherit;
    padding: 5px 0;
}
.ovic-mapper .ovic-pin .ovic-popup{
    cursor: auto;
}
.ovic-mapper .ovic-popup-main{
    line-height: 20px;
}
.ovic-mapper .ovic-popup-main .col-right>h2{
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    font-weight: normal;
}
.ovic-mapper .ovic-wc-price{
    font-size: 16px;
    line-height: 24px;
    direction: rtl;
    color: #222;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}
.ovic-mapper .ovic-wc-price del{
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.ovic-mapper .ovic-pin .ovic-wc-price .amount{
    font-size: inherit;
}
.ovic-mapper .ovic-pin .ovic-popup-footer a:hover{
    color: #fff;
    opacity: 1;
}
.ovic-mapper .ovic-pin .ovic-popup-main>a>img{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.ovic-mapper .ovic-pin .ovic-popup-main>a:hover>img{
    opacity: 0.7;
}
/*----------------------------------MINI TOOLS------------------------------*/
/* BREADCRUMBS */
.breadcrumbs .trail-browse {
    display: none;
}
.breadcrumb {
    list-style: none;
    padding: 33px 0;
    margin-bottom: 0;
    color: #888;
    background-color: transparent;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb > li + li:before {
    display: inline-block;
    vertical-align: top;
}
.breadcrumb li{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.breadcrumb li:last-child{
    padding-right: 0;
}
.breadcrumb > li + li:before {
    font-family: FontAwesome, sans-serif;
    content: "\f101";
    color: #aaa;
    padding: 0 10px 0 0;
}
.breadcrumb > .active {
    color: #444;
    font-weight: 500;
}
.woocommerce-breadcrumb {
    color: #444;
    font-weight: 500;
}
.woocommerce-breadcrumb a {
    font-weight: normal;
}
.woocommerce-breadcrumb a:not(:hover) {
    color: #888;
}
/* PAGINATION */
.woocommerce-pagination,
.navigation,
.pagination {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 30px -3px -5px;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}
.woocommerce-pagination .screen-reader-text,
.navigation > .screen-reader-text,
.pagination .screen-reader-text {
    display: none;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers,
.navigation .page-numbers,
.pagination .page-numbers {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    color: #333;
    padding: 0 12px;
    border-radius: 4px;
    margin: 0 3px 5px;
    min-width: 40px;
    text-align: center;
}
.woocommerce-pagination a.page-numbers:hover,
.navigation a.page-numbers:hover,
.pagination a.page-numbers:hover {
    color: #fff;
}
.woocommerce-pagination .page-numbers.current,
.navigation .page-numbers.current,
.pagination .page-numbers.current {
    font-weight: 500;
    color: #fff;
}
.woocommerce-pagination .page-numbers.dots,
.navigation .page-numbers.dots,
.pagination .page-numbers.dots {
    border: none;
    padding: 0;
    min-width: 20px;
    text-align: center;
}
.woocommerce-pagination ul.page-numbers{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-pagination ul.page-numbers > li{
    display: inline-block;
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next{
    font-size: 0;
    line-height: 0;
}
.woocommerce-pagination .page-numbers.prev::before,
.woocommerce-pagination .page-numbers.next::after{
    font-size: 18px;
    line-height: 30px;
    font-family: FontAwesome, sans-serif;
    content: "\f100";
}
.woocommerce-pagination .page-numbers.next::after{
    content: "\f101";
}
.comments-pagination {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -1px;
}
/* POPUP NEWSLETTERS */
.mfp-container{
    max-width: 95%;
    max-height: 80%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 0 8px;
}
.mfp-content{
    text-align: left;
}
.mfp-content .white-popup {
    max-width: 620px;
    padding: 0;
}
.ovic-popup .btn-checkbox label {
    color: #888;
}
.ovic-popup .widget-ovic-mailchimp {
    max-width: 330px;
}
.ovic-popup .widget-ovic-mailchimp .newsletter-form-wrap {
    display: table;
    width: 100%;
}
.ovic-popup .widget-ovic-mailchimp .newsletter-form-wrap.processing::before{
    border-radius: 3px;
}
.ovic-popup .widget-ovic-mailchimp .text-field.field-email,
.ovic-popup .widget-ovic-mailchimp .button {
    display: table-cell;
    vertical-align: middle;
}
.ovic-popup .widget-ovic-mailchimp .text-field input {
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0 0 3px;
    text-align: inherit;
    height: 46px;
    padding: 11px 16px;
    font-style: italic;
}
.ovic-popup .widget-ovic-mailchimp .button {
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0 3px 3px 0;
}
.mfp-content .mfp-close {
    position: absolute;
    top: -8px;
    left: auto;
    right: -8px;
    font-size: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 0 5px #666;
    color: #666;
}
.mfp-content .mfp-close:hover {
    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: 1400;
    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;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
#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: 900px;
}
#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -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: #FFFFFF;
}
#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 {
    height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both;
}
#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;
    height: 100%;
    position: relative;
    box-shadow: none;
    overflow: hidden;
}
#yith-quick-view-modal .woocommerce-product-gallery {
    float: none !important;
    margin-bottom: 0;
}
#yith-quick-view-modal .woocommerce-product-gallery a {
    pointer-events: none;
}
#yith-quick-view-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
}
#yith-quick-view-close::before,
#yith-quick-view-close::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    border-top: 2px solid;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}
#yith-quick-view-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#yith-quick-view-close:hover {
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
#yith-quick-view-content div.images {
    width: 50%;
    float: left !important;
    opacity: 1 !important;
}
#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 50%;
    float: left;
}
#yith-quick-view-modal div.entry-summary {
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    padding: 0 15px;
    height: auto;
    overflow-y: auto;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
#yith-quick-view-content .onsale {
    position: absolute;
    top: 15px;
    width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff9900;
    left: 15px;
}
#yith-quick-view-modal .product_meta {
    display: none;
}
/* BACK TO TOP */
a.backtotop:not(.active) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
a.backtotop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 2px solid;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: #fff;
}
a.backtotop:hover,
a.backtotop:focus {
    color: #fff;
}
a.backtotop i {
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    font-size: 22px;
    line-height: 30px;
}
a.backtotop i::before {
    display: block;
}
a.backtotop:hover::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
/* ADMIN BAR */
body.admin-bar .header-sticky,
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: 600px) {
    body.admin-bar #yith-quick-view-modal {
        top: 0;
    }
}
/*-----------------------------------FOOTER---------------------------------*/
.footer {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    background-color: #f6f6f6;
}
.footer .widget {
    margin-top: 30px;
}
.footer .widget ul li {
    padding: 8px 0;
}
.footer .widget ul ul {
    margin: 8px 0 -8px;
}
.footer .widget .widgettitle {
    font-size: 20px;
    padding-top: 5px;
    margin-bottom: 12px;
}
.footer .widget_text p:last-child {
    margin-bottom: 0;
}
.footer .widget_text strong {
    font-weight: 500;
}
.footer .widget-ovic-mailchimp .widgettitle {
    margin-bottom: 20px;
}
.footer .widget-ovic-socials {
    margin-top: 15px;
}
.footer .widget-ovic-socials .widgettitle {
    margin-bottom: 5px;
}
.footer .widget-socials ul {
    margin: 0 -5px -10px;
}
.footer .widget-socials ul li {
    margin: 0 5px 10px;
    padding: 0;
}
.footer .widget-socials ul li a span {
    border-radius: 4px;
    background-color: #fff;
}
.footer .widget_text {
    margin-top: 26px;
}
.footer .widget-ovic-iconbox {
    margin-top: 18px;
}
.footer .widget-ovic-iconbox + .widget-ovic-iconbox {
    margin-top: 6px;
}
.footer .widget_media_image .widgettitle,
.footer .widget_media_gallery .widgettitle {
    display: inline-block;
    float: left;
    margin: 0 45px 0 0;
    padding: 4px 0;
}
.footer .widget_media_gallery .widgettitle {
    margin-right: 35px;
}
.footer .widget_media_gallery .gallery .gallery-item > *:hover img {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
    opacity: 1;
}
/* icon footer */
.iconbox-footer {
    padding: 30px 0;
}
.iconbox-footer .footer-inner {
    padding: 10px 0;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
}
/* top footer */
.top-footer {
    padding: 30px 0 40px;
}
/* middle footer */
.bottom-footer .footer-inner .widget:first-child,
.middle-footer .footer-inner .widget:first-child {
    margin-top: 0;
}
.middle-footer .footer-inner {
    padding: 28px 0 34px;
    border-top: 1px solid #e6e6e6;
}
.middle-footer .footer-inner .widget-keywords{
    margin-top: 20px;
}
.middle-footer .footer-inner .widget-keywords:first-child{
    margin-top: 8px;
}
/* bottom footer */
.bottom-footer {
    background-color: #333;
    color: #ddd;
    padding-top: 12px;
    padding-bottom: 12px;
}
.bottom-footer strong {
    color: #fff;
}
.bottom-footer .col-md-6:first-child:last-child {
    width: 100%;
}
.bottom-footer .widget_text {
    padding: 8px 0;
}
/* mobile footer */
.mobile-footer:not(.is-sticky){
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.mobile-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
}
.mobile-footer-inner{
    display: table;
    width: 100%;
}
.mobile-footer-inner>*{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mobile-footer-inner a{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 10px 0;
}
.mobile-footer-inner a>*{
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}
.mobile-footer-inner a .icon{
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
}
.mobile-footer-inner a .text{
    margin-bottom: -5px;
}
.mobile-footer-inner .icon .count{
    position: absolute;
    top: -1px;
    right: -10px;
    font-size: 11px;
    color: #222;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 30px;
    padding: 0 4px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.mobile-footer-inner .block-menu-bar a .icon{
    padding: 3px 0 5px;
}
.mobile-footer-inner .block-menu-bar a>*{
    width: auto;
    border: none;
    border-radius: 0;
}
.mobile-footer-inner .block-menu-bar a>*:not(:last-child){
    margin-bottom: 0;
}
/*---------------------------------REPONSIVE--------------------------------*/
@media (min-width: 480px) {
    .header-nav-inner .block-nav-category {
        width: 270px;
    }
}
@media (min-width: 568px) {
    .woocommerce-cart-form .shop_table th:first-child,
    .woocommerce-cart-form .shop_table td:first-child {
        padding-left: 0;
    }
    .woocommerce-cart-form .shop_table th:last-child,
    .woocommerce-cart-form .shop_table td:last-child {
        padding-right: 0;
    }
    .woocommerce-cart-form .shop_table .cart_item td:not(.product-thumbnail) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cart-collaterals {
        max-width: 380px;
    }
    .ovic-tabs .toggle-tabs{
        display: none !important;
    }
}
@media (min-width: 667px) {
}
@media (min-width: 768px) {
    .header-mobile,
    .mobile-footer {
        display: none;
    }
    .vc_parallax {
        background-attachment: fixed !important;
    }
    .vc_parallax > * {
        position: absolute !important;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-middle-inner {
        display: table;
        width: 100%;
    }
    .header-middle-inner > * {
        display: table-cell;
        vertical-align: middle;
    }
    .single-thumb-vertical .flex-viewport {
        margin-right: 0;
        display: inline-block;
        float: right;
        width: calc(100% - 120px);
    }
    .single-thumb-vertical .flex-control-nav {
        display: inline-block;
        float: left;
        width: 100px;
        margin: -5px 0;
    }
    .single-thumb-vertical .flex-control-nav .slick-slide {
        margin: 5px 0;
    }
    .single-thumb-vertical .flex-control-nav .slick-arrow {
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .single-thumb-vertical .flex-control-nav .slick-arrow.next {
        top: auto;
        left: 0;
        right: 0;
        bottom: -10px;
    }
    .single-thumb-vertical .flex-control-nav .slick-arrow::before {
        content: "\f106";
    }
    .single-thumb-vertical .flex-control-nav .slick-arrow.next::before {
        content: "\f107";
    }
    .wpcf7-form .text-short {
        display: inline-block;
        float: left;
        width: calc(50% - 15px);
    }
    .wpcf7-form .text-short.right {
        float: right;
    }
    .ovic-tabs.style1 .wpb_single_image .vc_single_image-wrapper {
        overflow: hidden;
    }
    .ovic-tabs.style1 .wpb_single_image * {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .header-top-inner > .ovic-menu-wapper {
        display: inline;
    }
    .header-top-inner > *:not(:first-child) {
        padding-left: 15px;
    }
    .header-top-inner > *:not(:last-child) {
        padding-right: 15px;
    }
    .header-middle-inner > *:not(:first-child) {
        padding-left: 15px;
    }
    .header-middle-inner > *:not(:last-child) {
        padding-right: 15px;
    }
    .main-container.no-sidebar .product-grid .product-grid-title,
    .main-container.no-sidebar .wc-tabs {
        text-align: center;
    }
    .main-container.no-sidebar .wc-tabs li {
        margin-left: 22px;
        margin-right: 22px;
    }
    .main-content > .page-main-content > .woocommerce {
        font-size: 0;
        line-height: 0;
    }
    .main-content > .page-main-content > .woocommerce > * {
        font-size: 14px;
        line-height: 24px;
    }
    .woocommerce-cart-form {
        display: inline-block;
        vertical-align: top;
        width: calc(68% - 30px);
        margin-right: 30px;
    }
    .cart-collaterals {
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }
    .single-thumb-vertical.no-sidebar .woocommerce-product-gallery {
        width: 550px;
    }
    .single-thumb-vertical.no-sidebar .entry-summary {
        width: calc(100% - 550px);
    }
    .bottom-footer .col-md-6:not(:first-child) .widget_text,
    .bottom-footer .col-md-6:not(:first-child) .widget_media_gallery {
        text-align: right;
    }
    .bottom-footer .col-md-6:not(:last-child) .widget,
    .bottom-footer .col-md-6:not(:last-child) .widget_media_gallery {
        text-align: left;
    }
    .iconbox-inner{
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .header .block-menu-bar{
        display: none;
    }
    .header-nav {
        background-color: #f3f3f3;
        margin-bottom: 3px;
    }
    .add-to-cart a:hover::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
    }
    .slick-slider .slick-arrow {
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .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);
    }
    .ovic-dropdown:not(.block-search):not(:hover) > .sub-menu,
    .block-minicart:not(:hover) > .widget_shopping_cart {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .block-nav-category .vertical-menu > .menu-item:not(:hover) > .sub-menu,
    .block-nav-category .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    .block-nav-category .vertical-menu > .menu-item > .sub-menu,
    .block-nav-category .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        z-index: 9;
        padding: 0;
        width: 200px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .block-nav-category .vertical-menu > .menu-item-has-children > a::after,
    .block-nav-category .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item-has-children > a::after {
        content: '\f105';
        font-family: FontAwesome, sans-serif;
        display: inline-block;
        float: right;
    }
    .box-header-nav .main-menu .sub-menu.megamenu,
    .block-nav-category .vertical-menu .sub-menu.megamenu {
        padding: 30px;
    }
    .ovic-products .product-list-owl .slick-slide,
    .product-grid .owl-products .slick-slide {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .ovic-products .product-list-owl .slick-slide:not(.slick-active),
    .product-grid .owl-products .slick-slide:not(.slick-active) {
        opacity: 0;
    }
    .ovic-products .product-list-owl .slick-list,
    .product-grid .owl-products .slick-list {
        z-index: 8;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .ovic-products .product-list-owl:hover .slick-list,
    .product-grid .owl-products:hover .slick-list {
        z-index: 9;
    }
    .product-item.style-1 .product-inner:not(:hover) .add-to-cart {
        opacity: 0;
        visibility: hidden;
        top: 100%;
    }
    .product-item.style-1 .product-inner {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .product-item.style-1 .product-inner:hover {
        border-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 9;
    }
    .product-item.style-1 .add-to-cart {
        position: absolute;
        left: -1px;
        right: -1px;
        top: calc(100% - 16px);
        padding: 0 20px 20px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .product-item.style-1 .add-to-cart a {
        margin-top: -13px;
    }
    .product-item.style-1 .add-to-cart::before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 10px;
    }
    .product-item.style-1 .group-button > *:nth-child(1) {
        -webkit-transition: transform 0.2s ease;
        -moz-transition: transform 0.2s ease;
        -ms-transition: transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
    }
    .product-item.style-1 .group-button > *:nth-child(2),
    .product-item.style-1 .group-button > *:nth-child(3) {
        -webkit-transition: transform 0.2s ease 0.1s;
        -moz-transition: transform 0.2s ease 0.1s;
        -ms-transition: transform 0.2s ease 0.1s;
        -o-transition: transform 0.2s ease 0.1s;
        transition: transform 0.2s ease 0.1s;
    }
    .product-item.style-1 .group-button > *:nth-child(4) {
        -webkit-transition: transform 0.2s ease 0.2s;
        -moz-transition: transform 0.2s ease 0.2s;
        -ms-transition: transform 0.2s ease 0.2s;
        -o-transition: transform 0.2s ease 0.2s;
        transition: transform 0.2s ease 0.2s;
    }
    .product-item.style-1 .product-inner .group-button > * {
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
    }
    .product-item.style-1 .product-inner:not(:hover) .group-button > * {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .product-item.style-2 .product-inner:hover {
        box-shadow: none;
    }
    .product-item.style-2 .add-to-cart {
        top: calc(100% - 18px);
        left: -3px;
        right: -3px;
        box-shadow: none;
        border: 3px solid;
        border-radius: 0 0 4px 4px;
    }
    .product-item.style-2 .product-inner:not(:hover) .add-to-cart {
        top: calc(100% - 5px);
    }
    .widget-products-slide .product-item.style-1 .add-to-cart{
        left: -2px;
        right: -2px;
    }
}
@media (min-width: 1200px) {
    .block-search .input {
        width: 357px;
    }
    .header-control > .block-search {
        margin-right: 20px;
    }
    .header .block-nav-category.always-open .block-content{
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .header .block-nav-category.always-open .block-title{
        pointer-events: none;
    }
}
/* max-width & min-width */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-container:not(.no-sidebar) .woocommerce-product-gallery,
    .main-container:not(.no-sidebar) .entry-summary {
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }
    .product-item.style-4 .product-thumb {
        width: 200px;
        margin-left: 0;
    }
    .product-item.style-4 .product-info {
        width: calc(100% - 215px);
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .ovic-tabs.style1 .product-item.style-1 .product-thumb {
        padding: 12px 12px 0;
    }
    .ovic-tabs.style1 .product-item.style-1 .product-info {
        padding-top: 0;
        padding-bottom: 17px;
        margin-top: -2px;
    }
    .ovic-tabs.style1 .product-item.style-1 .product_title {
        padding-top: 0;
    }
    .ovic-tabs.style1 .product-item.style-1 .add-to-cart {
        margin-top: 5px;
    }
    .ovic-tabs.style1 .product-item.style-1 .add-to-cart a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-search .input {
        width: 160px;
    }
    .ovic-tabs.style1 .product-item.style-1 .product-thumb {
        padding: 11px 11px 0;
    }
    .header-control > *:not(:first-child){
        margin-left: 20px;
    }
    .block-minicart .link-dropdown .icon{
        margin-right: 10px;
    }
    .block-userlink .woo-wishlist-link .icon{
        margin-right: 0;
    }
    .block-userlink .woo-wishlist-link .text{
        display: none;
    }
}
/* max-width */
@media (max-width: 1199px) {
    .entry-summary .quantity {
        margin-right: 10px;
    }
    .woocommerce-product-gallery__trigger {
        right: 10px;
    }
    .woocommerce-product-gallery__wrapper,
    .flex-viewport {
        margin-right: 0;
    }
    .ovic-category .list-category {
        max-width: inherit;
    }
    .ovic-category .content-category::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .product-item.list .group-inner {
        display: block;
        margin-left: 0;
    }
    .block-search .category {
        display: none;
    }
    .product-item.style-2 .product-info{
        padding-top: 22px;
        padding-bottom: 28px;
    }
    .product-item.style-3 .product-thumb{
        width: 45%;
    }
    .product-item.style-3 .product-info{
        width: calc(55% - 10px);
    }
}
@media (max-width: 1024px) {
    .header-sticky,
    .box-header-nav{
        display: none !important;
    }
    .header-nav-inner>*{
        display: none;
    }
    .ovic-dropdown:not(.open) > .sub-menu,
    .block-minicart:not(.open) > .widget_shopping_cart {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .block-nav-category .vertical-menu .megamenu {
        width: auto !important;
        max-width: inherit !important;
    }
    .block-nav-category .vertical-menu .menu-item > .toggle-submenu {
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        padding: 6px 20px;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .block-nav-category .vertical-menu .menu-item > .toggle-submenu::before {
        display: block;
        font-family: FontAwesome, sans-serif;
        content: "\f107";
    }
    .block-nav-category .vertical-menu .menu-item.show-submenu > .toggle-submenu {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .block-nav-category .vertical-menu .sub-menu {
        display: none;
    }
    .block-nav-category .vertical-menu .sub-menu.megamenu .widget_nav_menu {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .top-bar-menu {
        display: block;
        float: none !important;
        text-align: center;
        position: relative;
    }
    .top-bar-menu > * {
        float: none;
    }
    .top-bar-menu > *:first-child > .socials,
    .top-bar-menu > *:first-child > a,
    .top-bar-menu > *:first-child a.wcml-cs-item-toggle {
        padding-left: 0;
    }
    .top-bar-menu > *:last-child > .socials,
    .top-bar-menu > *:last-child > a,
    .top-bar-menu > *:last-child a.wcml-cs-item-toggle {
        padding-right: 0;
    }
    .woocommerce-product-gallery,
    .entry-summary {
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }
    .bottom-footer .widget_media_image,
    .bottom-footer .widget_media_gallery,
    .bottom-footer .widget_text {
        text-align: center;
    }
    .ovic-tabs.style1 .tab-head .ovic-title{
        width: 240px;
        padding: 9px 15px;
    }
    .ovic-tabs.style1 .tab-link li a{
        padding: 9px 15px 7px;
    }
    .ovic-countdown{
        margin: 0 -2px -5px;
    }
    .ovic-countdown>*{
        margin: 0 2px 5px;
        line-height: 20px;
        font-size: 13px;
    }
    .ovic-countdown .number{
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .price{
        font-size: 16px;
    }
    .price del{
        font-size: 13px;
        line-height: 22px;
    }
    .product-inner .product_title a{
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .product-item.style-2 .product-info{
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .header-top,
    .header-middle{
        display: none;
    }
    .top-bar-menu > * {
        position: static;
    }
    .page-title{
        display: none;
    }
    .slick-slider .slick-arrow {
        left: -15px;
        width: 15px;
        border: none;
        background-color: transparent;
        height: auto;
        font-size: 24px;
    }
    .slick-slider .slick-arrow.next {
        left: auto;
        right: -15px;
    }
    .ovic-products .slick-slider .slick-arrow:hover,
    .slick-slider .slick-arrow:hover {
        background-color: transparent;
        color: #000;
    }
    .footer{
        padding-bottom: 59px;
    }
    .woocommerce-tabs{
        margin-top: 0;
    }
    .woocommerce-product-gallery,
    .entry-summary {
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }
    .wc-tabs li {
        display: block;
        margin: 0;
    }
    .header-top {
        position: relative;
    }
    .header-middle-inner > * {
        display: block;
        text-align: center;
    }
    .header-control {
        text-align: center;
        position: relative;
    }
    .block-minicart {
        position: static;
    }
    .block-minicart .widget_shopping_cart {
        left: 0;
        margin: auto;
        max-width: 100%;
    }
    .woocommerce-cart-form .shop_table .actions {
        padding-bottom: 20px;
    }
    .top-bar-menu .wcml-dropdown > ul {
        position: static;
    }
    .top-bar-menu.right .ovic-dropdown > .sub-menu,
    .top-bar-menu.right .wcml-dropdown .wcml-cs-submenu {
        left: 0;
        right: 0;
        margin: auto !important;
        width: auto;
    }
    .header-control > *:nth-child(2) {
        margin-left: 0;
    }
    .header-control > .block-search {
        display: block;
    }
    .block-search .form-search {
        margin: auto;
    }
    .block-search .form-search .form-content {
        display: block;
    }
    .block-search .input {
        width: 100%;
    }
    .blog-grid .post-item .post-date {
        float: left;
        margin-right: 10px;
    }
    .blog-grid .post-item .post-info {
        display: block;
        padding: 0;
        width: auto;
        overflow: visible;
    }
    .blog-grid .post-item .post-title {
        min-height: 70px;
        margin: 0 0 10px;
    }
    .ovic-slide .slick-slider .slick-arrow {
        border: none;
        background-color: transparent;
        font-size: 20px;
        width: 20px;
        line-height: 30px;
    }
    .ovic-slide .slick-slider .slick-arrow:hover {
        background-color: transparent;
    }
    .ovic-tabs.style1 .tab-head .ovic-title{
        display: block;
        width: auto;
        text-align: center;
    }
    .ovic-tabs.style1 .tab-link{
        display: block;
        text-align: center;
    }
    .ovic-category .thumb {
        width: 50%;
    }
    .ovic-category .content {
        width: 50%;
    }
    .ovic-category .button-category{
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ovic-tabs.style2 .tab-container{
        padding-right: 30px;
    }
}
@media (max-width: 666px) {
    .product-item.list .product-inner > * {
        display: block;
        width: auto;
    }
    .product-item.list .product-info {
        padding: 20px 0 0;
        text-align: center;
    }
}
@media (max-width: 567px) {
    .ovic-tabs .toggle-tabs{
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
        line-height: 42px;
        width: 24px;
        text-align: center;
    }
    .ovic-tabs .toggle-tabs i{
        display: block;
    }
    .ovic-tabs.default .tab-head{
        padding-right: 30px;
        margin-bottom: 10px;
    }
    .ovic-tabs.style1 .tab-head .ovic-title,
    .ovic-tabs.default .tab-head .ovic-title{
        text-align: inherit;
        margin-bottom: 0;
        line-height: 30px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .ovic-tabs.style1 .tab-head:not(.open) .tab-link,
    .ovic-tabs.default .tab-head:not(.open) .tab-link{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    .ovic-tabs.style1 .tab-link,
    .ovic-tabs.default .tab-link{
        position: absolute;
        top: 42px;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        z-index: 12;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px 0;
        margin: 0;
        border-bottom: none !important;
    }
    .ovic-tabs.default .tab-link li{
        display: block;
        padding: 3px 15px;
    }
    .ovic-tabs.default .tab-link li a{
        display: inline-block;
    }
    .ovic-tabs.style1 .tab-head{
        padding-right: 50px;
    }
    .ovic-tabs.style1 .toggle-tabs{
        color: #fff;
        width: 50px;
    }
    .ovic-tabs.style1 .tab-link li{
        display: block;
    }
    .ovic-tabs.style1 .tab-link li a{
        display: inline-block;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .ovic-tabs.style1 .tab-link li a::after{
        border-width: 0 7px 7px;
        width: 14px;
    }
    .ovic-tabs.style2 .tab-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-item.style-3 .product-inner{
        padding-left: 0;
        padding-right: 0;
    }
    .product-item.style-3 .product-thumb{
        width: 40%;
    }
    .product-item.style-3 .product-info{
        width: calc(60% - 10px);
    }
    .entry-summary .cart .group_table th,
    .entry-summary .cart .group_table td{
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .ovic-slide>.ovic-title,
    .ovic-products .ovic-title,
    .ovic-tabs .tab-head .ovic-title{
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    #tab-reviews .commentlist .comment .avatar {
        margin-bottom: 10px;
    }
    #tab-reviews .commentlist .comment .comment-text {
        overflow: visible;
    }
    #tab-reviews .woocommerce-Reviews-title {
        font-size: 20px;
    }
    #yith-quick-view-modal #yith-quick-view-content label {
        color: inherit;
    }
    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        margin: 0 auto;
        padding: 15px;
        width: 100%;
        float: none !important;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper {
        height: 60vh !important;
    }
    #yith-quick-view-modal #yith-quick-view-content {
        overflow-y: auto;
    }
    #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;
    }
    .block-search .form-search {
        display: block;
    }
    .mobile-footer-inner .mobile-block-compare,
    .mobile-footer-inner .mobile-block-wishlist{
        display: none;
    }
    .product-item.list .group-button > a.yith-wcqv-button{
        display: none;
    }
    .product-item.list .group-button > *:not(:first-child){
        margin-left: 20px;
    }
    .product-item.list .group-button > *:nth-child(2){
        margin-left: 0;
    }
    .product-item.list .group-button > *:not(:first-child)::after{
        left: -11px;
    }
    .product-item.list .group-button > *:nth-child(2)::after{
        display: none;
    }
    .product-item.style-1 .product-info{
        padding: 0 10px 20px;
    }
    .product-item.style-1 .group-button{
        display: none;
    }
    .product-item.style-1 .price{
        font-size: 14px;
    }
    .product-item.style-1 .price del{
        font-size: 11px;
    }
    .product-item.style-1 .add-to-cart a{
        padding: 6px 10px;
        font-size: 14px;
    }
    .product-item.style-3 .flash,
    .product-item.style-1 .flash{
        display: none;
    }
    .product-item.style-1 .rating-wapper{
        display: none;
    }
    .ovic-tabs.style2 .tab-link li{
        width: 50%;
    }
    .footer .widget .widgettitle{
        margin-bottom: 10px;
        padding-top: 0;
    }
    .footer .widget ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .widget_media_gallery .gallery {
        margin-left: -4px;
        margin-right: -4px;
    }
    .widget_media_gallery .gallery .gallery-item {
        padding-left: 4px;
        padding-right: 4px;
    }
}