/*-------------------------------------------------------------------------/*
BODY:
    font-family: Poppins;
    Font size: 14px;
    Line height: 1.71428571;
    Font weight: 400;
    Text color: #666;
HEADING:
    Font weight: 600;
/*-------------------------------------------------------------------------*/
/*==========================================================================
COL > 1500
===========================================================================*/
@font-face {
    font-family: 'MarkMyWords';
    src: url('../fonts/MarkMyWords.woff2') format('woff2'),
    url('../fonts/MarkMyWords.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.MarkMyWords {
    font-family: 'MarkMyWords' !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}
a,a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-top: 0;
}
img {
    height: auto;
    max-width: 100%;
    margin: auto;
}
/*----- INPUT, TEXTAREA, SELECT -----*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    border: 2px solid #eeeeee;
    padding: 0 20px;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    color: #666666;
}
/* input */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    height: 43px;
}
/* textarea */
textarea {
    display: block;
    min-height: 124px;
}
textarea:-ms-input-placeholder {
    color: #888;
}
/* select */
select {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNjkwREJFMUE0MUNFNDExOTgzOEM0NTcwQzRERENCMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRURCODBBRTFBQTkxMUU4QTk5Q0IzODg4MkIyMTRGNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRURCODBBRDFBQTkxMUU4QTk5Q0IzODg4MkIyMTRGNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNjk1MERGRUU3MEFFODExQTE4QUNDRTlGODdCMDRDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNjkwREJFMUE0MUNFNDExOTgzOEM0NTcwQzRERENCMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv9lMv8AAABlSURBVHjaYvz//z8DIcDEQARgWb16dSiQLgfisNDQ0HswCaC4EpBaBcSdIJPOArEgEO+GSsAU7IaKn2UEuQlJEATSgXgmlO0KMh3sJqg1rlCJ3cgKUByOpHAWsgIQYKRaEAAEGADbsSi0+3rpqQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center right 18px;
    padding-left: 25px;
    padding-right: 25px;
}
select::-ms-expand {
    display: none;
}
/* checkbox, radio */
input[type="radio"],
input[type="checkbox"] {
    margin-top: 5px;
    cursor: pointer;
}
/* placeholder */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: inherit;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
:-moz-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: inherit;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
::-moz-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: inherit;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: inherit;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    line-height: inherit;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}
::-ms-clear {
    display: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
/*----- BUTTON -----*/
a.button,
button,
input[type="submit"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    border: none;
    font-weight: 700;
    text-align: center;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    padding: 9px 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #222;
}
button:hover,
input[type="submit"]:hover {
    background-color: #aaa;
    color: #fff;
}
.wp-block-button .wp-block-button__link {
    margin-bottom: 10px;
}
.wp-block-button .wp-block-button__link:hover {
    color: #fff;
}
::-ms-clear {
    display: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
label {
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
}
@media (min-width: 1500px) {
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9 {
        position: relative;
        min-height: 1px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
    
    .col-bg-1,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9,
    .col-bg-10,
    .col-bg-11 {
        float: left;
    }
    
    .col-bg-12 {
        width: 100%;
    }
    
    .col-bg-11 {
        width: 91.66666667%;
    }
    
    .col-bg-10 {
        width: 83.33333333%;
    }
    
    .col-bg-9 {
        width: 75%;
    }
    
    .col-bg-8 {
        width: 66.66666667%;
    }
    
    .col-bg-7 {
        width: 58.33333333%;
    }
    
    .col-bg-6 {
        width: 50%;
    }
    
    .col-bg-5 {
        width: 41.66666667%;
    }
    
    .col-bg-4 {
        width: 33.33333333%;
    }
    
    .col-bg-3 {
        width: 25%;
    }
    
    .col-bg-2 {
        width: 16.66666667%;
    }
    
    .col-bg-1 {
        width: 8.33333333%;
    }
}
/*==========================================================================
COL < 480
===========================================================================*/
@media (max-width: 479px) {
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-inline-end: 15px;
        padding-inline-start: 15px;
    }
    
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11 {
        float: left;
    }
    
    .col-ts-12 {
        width: 100%;
    }
    
    .col-ts-11 {
        width: 91.66666667%;
    }
    
    .col-ts-10 {
        width: 83.33333333%;
    }
    
    .col-ts-9 {
        width: 75%;
    }
    
    .col-ts-8 {
        width: 66.66666667%;
    }
    
    .col-ts-7 {
        width: 58.33333333%;
    }
    
    .col-ts-6 {
        width: 50%;
    }
    
    .col-ts-5 {
        width: 41.66666667%;
    }
    
    .col-ts-4 {
        width: 33.33333333%;
    }
    
    .col-ts-3 {
        width: 25%;
    }
    
    .col-ts-2 {
        width: 16.66666667%;
    }
    
    .col-ts-1 {
        width: 8.33333333%;
    }
}
/*==========================================================================
COL 5
===========================================================================*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
}
@media (max-width: 479px) {
    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45 {
        float: left;
    }
    
    .col-ts-15 {
        width: 20%;
    }
    
    .col-ts-25 {
        width: 40%;
    }
    
    .col-ts-35 {
        width: 60%;
    }
    
    .col-ts-45 {
        width: 80%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45 {
        float: left;
    }
    
    .col-xs-15 {
        width: 20%;
    }
    
    .col-xs-25 {
        width: 40%;
    }
    
    .col-xs-35 {
        width: 60%;
    }
    
    .col-xs-45 {
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45 {
        float: left;
    }
    
    .col-sm-15 {
        width: 20%;
    }
    
    .col-sm-25 {
        width: 40%;
    }
    
    .col-sm-35 {
        width: 60%;
    }
    
    .col-sm-45 {
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45 {
        float: left;
    }
    
    .col-md-15 {
        width: 20%;
    }
    
    .col-md-25 {
        width: 40%;
    }
    
    .col-md-35 {
        width: 60%;
    }
    
    .col-md-45 {
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45 {
        float: left;
    }
    
    .col-lg-15 {
        width: 20%;
    }
    
    .col-lg-25 {
        width: 40%;
    }
    
    .col-lg-35 {
        width: 60%;
    }
    
    .col-lg-45 {
        width: 80%;
    }
}
@media (min-width: 1500px) {
    .col-bg-15,
    .col-bg-25,
    .col-bg-35,
    .col-bg-45 {
        float: left;
    }
    
    .col-bg-15 {
        width: 20%;
    }
    
    .col-bg-25 {
        width: 40%;
    }
    
    .col-bg-35 {
        width: 60%;
    }
    
    .col-bg-45 {
        width: 80%;
    }
}
/*==========================================================================
ROW SPACE
===========================================================================*/
.owl-slick .row-item > .item {
    vertical-align: top;
}
.product-list-grid .rows-space-5,
.rows-space-5 .row-item:not(:last-child) {
    margin-bottom: 5px;
}
.product-list-grid .rows-space-10,
.rows-space-10 .row-item:not(:last-child) {
    margin-bottom: 10px;
}
.product-list-grid .rows-space-15,
.rows-space-15 .row-item:not(:last-child) {
    margin-bottom: 15px;
}
.product-list-grid .rows-space-20,
.rows-space-20 .row-item:not(:last-child) {
    margin-bottom: 20px;
}
.product-list-grid .rows-space-25,
.rows-space-25 .row-item:not(:last-child) {
    margin-bottom: 25px;
}
.product-list-grid .rows-space-30,
.rows-space-30 .row-item:not(:last-child) {
    margin-bottom: 30px;
}
.product-list-grid .rows-space-35,
.rows-space-35 .row-item:not(:last-child) {
    margin-bottom: 35px;
}
.product-list-grid .rows-space-40,
.rows-space-40 .row-item:not(:last-child) {
    margin-bottom: 40px;
}
.product-list-grid .rows-space-45,
.rows-space-45 .row-item:not(:last-child) {
    margin-bottom: 45px;
}
.product-list-grid .rows-space-50,
.rows-space-50 .row-item:not(:last-child) {
    margin-bottom: 50px;
}
.product-list-grid .rows-space-55,
.rows-space-55 .row-item:not(:last-child) {
    margin-bottom: 55px;
}
.product-list-grid .rows-space-60,
.rows-space-60 .row-item:not(:last-child) {
    margin-bottom: 60px;
}
@media (max-width: 1499px) {
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child) {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child),
    .product-list-grid .rows-space-50,
    .rows-space-50 .row-item:not(:last-child) {
        margin-bottom: 40px;
    }
    
    .product-list-grid .rows-space-40,
    .rows-space-40 .row-item:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child),
    .product-list-grid .rows-space-50,
    .rows-space-50 .row-item:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .product-list-grid .rows-space-40,
    .rows-space-40 .row-item:not(:last-child),
    .product-list-grid .rows-space-30,
    .rows-space-30 .row-item:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 479px) {
    .product-list-grid .rows-space-60,
    .rows-space-60 .row-item:not(:last-child),
    .product-list-grid .rows-space-50,
    .rows-space-50 .row-item:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .product-list-grid .rows-space-40,
    .rows-space-40 .row-item:not(:last-child),
    .product-list-grid .rows-space-30,
    .rows-space-30 .row-item:not(:last-child),
    .product-list-grid .rows-space-20,
    .rows-space-20 .row-item:not(:last-child) {
        margin-bottom: 10px;
    }
}
/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f5f5f5;
    border-top: 3px solid var(--main-color);
    list-style: none !important;
    width: auto;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
    font-weight: 600;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}
.woocommerce #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 {
    padding: 30px 15px;
    margin-top: 15px;
}
.woocommerce-checkout-payment .payment_methods {
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method {
    list-style: none;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method > input[type="radio"],
.woocommerce-checkout-payment .payment_methods .wc_payment_method > input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -1px;
}
.woocommerce-checkout-payment .payment_methods label {
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}
.woocommerce-checkout-payment .payment_methods .stripe-pf-right {
    float: none;
}
.woocommerce-checkout-payment .payment_methods .payment_method_paypal img {
    margin-inline-end: 5px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #dfdcde;
}
.woocommerce-checkout-payment .payment_box p:last-child {
    margin: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
    margin-bottom: 20px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
    margin-bottom: 2px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    display: inline-block;
    width: calc(50% - 15px);
    overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row::after,
.woocommerce ul.cart_list li::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row::after,
.woocommerce-page ul.cart_list li::after {
    clear: both;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce form .form-row .checkbox input[type=checkbox],
.woocommerce form .form-row .radio input[type=radio],
.woocommerce-page form .form-row .checkbox input[type=checkbox],
.woocommerce-page form .form-row .radio input[type=radio] {
    position: static;
    margin: -3px 0 0;
    margin-inline-end: 3px;
    vertical-align: middle;
}
.woocommerce form .form-row select {
    padding: 9px 20px;
}
.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
    height: 126px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    content: '';
    display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: calc(50% - 15px);
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
}
.woocommerce-thankyou-order-details {
    padding: 0;
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-received {
    color: #222;
    font-size: 20px;
}
.woocommerce-thankyou-order-details li {
    list-style: none;
    line-height: 35px;
}
.woocommerce-account-fields {
    padding-bottom: 10px;
}
.woocommerce-account-fields .create-account {
    margin-bottom: 0;
}
.woocommerce-account-fields .create-account > label {
    display: inline-block !important;
    clear: none;
    cursor: pointer;
    font-weight: 600;
}
.woocommerce-account-fields .create-account #account_password::-webkit-input-placeholder {
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password:-moz-placeholder {
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password::-moz-placeholder {
    opacity: 0.6;
}
.woocommerce-account-fields .create-account #account_password:-ms-input-placeholder {
    opacity: 0.6;
}
.woocommerce-account-fields .create-account label input[type="checkbox"],
#ship-to-different-address label input {
    position: static;
    vertical-align: middle;
    margin: -3px 0 0;
    cursor: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation {
    width: 270px;
    float: left;
    margin-inline-end: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f1f1f1;
}
.woocommerce .woocommerce-MyAccount-navigation {
    padding: 10px 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li::before,
.woocommerce .woocommerce-MyAccount-navigation ul li::after {
    content: '';
    display: table;
    clear: both;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 8px 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:not(:hover) {
    color: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    color: #222;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
    float: right;
    font-family: FontAwesome, sans-serif;
    content: '\f105';
    margin-inline-start: 10px;
}
.woocommerce .woocommerce-MyAccount-content {
    overflow: hidden;
    margin-bottom: 60px;
}
.woocommerce address {
    line-height: inherit;
}
.woocommerce .woocommerce-MyAccount-content .edit {
    font-style: italic;
}
.woocommerce .review_link_data_wappers {
    line-height: 0;
}
.woocommerce .review_link_data_wappers > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.woocommerce .review_link_data_wappers .button {
    padding: 6px 15px;
    font-size: 12px;
    margin-inline-end: 5px;
}
.woocommerce #shipping_method {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.woocommerce #shipping_method input[type="radio"],
.woocommerce #shipping_method input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 0 2px;
    margin-inline-end: 3px;
}
.woocommerce #shipping_method label {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
.woocommerce #shipping_method input[type="radio"] ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label {
    display: inline;
    cursor: pointer;
}
.woocommerce #shipping_method input[type="radio"]:hover ~ label,
.woocommerce #shipping_method input[type="radio"] ~ label:hover,
.woocommerce #shipping_method input[type="checkbox"]:hover ~ label,
.woocommerce #shipping_method input[type="checkbox"] ~ label:hover {
    color: var(--main-color);
}
.woocommerce-form-login .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-track-order .form-row .button {
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0 11px;
}
.woocommerce-form-login .form-row .button {
    margin-inline-end: 15px;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0;
}
.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox:hover {
    color: var(--main-color);
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    cursor: inherit;
    margin: -1px 0 0;
    margin-inline-end: 3px;
}
.return-to-shop .button,
.woocommerce-MyAccount-content > .button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
#customer_login input[type="submit"],
.woocommerce-ResetPassword input[type="submit"] {
    vertical-align: middle;
    min-width: 180px;
    margin-top: 10px;
}
body .select2-drop {
    border: 1px solid #e6e6e6;
    border-radius: 0;
}
body .select2-dropdown {
    padding: 5px 0;
    border-color: #e6e6e6;
    border-radius: 0 !important;
    z-index: 100000;
}
body .select2-dropdown .select2-results__option {
    padding: 3px 20px;
}
body .select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e6e6e6;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
    line-height: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 10px;
}
body .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-inline-start: -15px;
}
body .select2.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e6e6e6;
}
body .select2.select2-container .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
body .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px 10px;
    display: block;
    padding-inline-start: 10px;
}
body .select2.select2-container .select2-search--inline .select2-search__field,
body .select2-container--default .select2-search--dropdown .select2-search__field {
    height: auto;
    background-color: transparent;
    margin-top: 0;
    padding: 0 10px;
}
body .select2-drop.select2-drop-above .select2-search input {
    width: 100%;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
    float: none;
}
.place-order #place_order {
    margin-top: 20px;
    min-width: 230px;
    background-color: #000;
}
.place-order #place_order:hover {
    background-color: var(--main-color);
}
.woocommerce-form__label-for-checkbox {
    cursor: pointer;
}
.woocommerce-privacy-policy-link,
.woocommerce-privacy-policy-link:hover,
.woocommerce-privacy-policy-link:focus,
.woocommerce-terms-and-conditions-link,
.woocommerce-terms-and-conditions-link:hover,
.woocommerce-terms-and-conditions-link:focus {
    text-decoration: underline;
}
.woocommerce-checkout-review-order-table .amount {
    color: inherit;
}
.woocommerce-checkout-review-order-table .order-total .amount {
    color: var(--main-color);
}
.woocommerce-checkout-review-order-table .cart_item dl:last-child,
.woocommerce-checkout-review-order-table .cart_item dl p:last-child {
    margin-bottom: 0;
}
.col2-set .col-1 > h2,
.col2-set .col-2 > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading {
    line-height: 30px;
    color: #222;
    clear: both;
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    margin: 20px 0;
}
#ship-to-different-address {
    overflow: hidden;
}
#ship-to-different-address label input[type="checkbox"] {
    display: none;
}
#ship-to-different-address label span {
    position: relative;
    display: block;
    margin: 0;
    padding-inline-end: 43px;
}
#ship-to-different-address label {
    font-weight: inherit;
    cursor: pointer;
    color: inherit;
    margin: 0;
    font-size: inherit;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::after {
    right: 3px;
}
#ship-to-different-address label input[type="checkbox"]:checked + span::before {
    background-color: var(--main-color);
}
#ship-to-different-address label span::before {
    content: "";
    display: block;
    height: 20px;
    width: 36px;
    background-color: #c2c2c2;
    border-radius: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 2px;
    right: 0;
}
#ship-to-different-address label span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    right: 18px;
    border-radius: 13em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop_table th {
    font-weight: 600;
}
.shop_table .product-remove,
.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table .product-quantity {
    text-align: center;
}
.shop_table td.product-price,
.shop_table td.product-subtotal {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
}
.shop_table td.product-price > *,
.shop_table td.product-subtotal > * {
    display: inline-block;
    vertical-align: bottom;
}
.shop_table td.product-price .amount,
.shop_table td.product-subtotal .amount {
    color: inherit;
}
.shop_table td.product-price del,
.shop_table td.product-subtotal del {
    font-size: 15px;
    font-weight: 400;
    color: #888;
    margin: 1px 0 -1px;
    margin-inline-end: 3px;
}
.shop_table td.product-price ins,
.shop_table td.product-subtotal ins {
    text-decoration: none;
}
.shop_table td.product-remove a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.shop_table .actions {
    text-align: start;
    padding: 20px 0;
    border: none;
}
.shop_table .actions::before,
.shop_table .actions::after {
    content: '';
    display: table;
    clear: both;
}
.shop_table .actions .coupon {
    display: inline-block;
    vertical-align: top;
}
.shop_table .actions .coupon label {
    display: none;
    vertical-align: middle;
    margin: 0;
}
.shop_table .actions .coupon .input-text {
    width: 252px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.shop_table .actions .coupon button {
    margin-inline-end: 7px;
}
.shop_table .actions .button {
    padding: 8px 25px;
}
.shop_table .actions > .button {
    float: right;
    color: #111;
    background-color: #fff;
    box-shadow: 0 0 0 2px #e6e6e6 inset;
}
.shop_table .actions > .button:hover {
    box-shadow: 0 0 0 2px var(--main-color) inset;
}
.yes-js #yith-wcwl-form .hidden-title-form {
    margin-top: 0;
}
.woocommerce .wishlist-title a.show-title-form i,
.woocommerce .hidden-title-form a.hide-title-form i {
    float: left;
    text-decoration: none;
}
.wishlist_table tr td.product-title,
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy {
    text-align: start;
}
.woocommerce table.wishlist_table {
    font-size: inherit;
    margin-bottom: 0;
    position: relative;
}
.woocommerce table.wishlist_table th {
    white-space: nowrap;
}
.woocommerce table.wishlist_table a.button:last-child {
    margin-bottom: 0 !important;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    vertical-align: top;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 20px !important;
    text-transform: uppercase;
    background-color: #222;
    background-color: #222;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.woocommerce table.wishlist_table td.product-title > * {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce table.wishlist_table td.product-title .variation {
    display: block;
}
.woocommerce table.wishlist_table td.product-title .variation dt {
    color: #222;
    float: left;
    margin-inline-end: 5px;
}
.woocommerce table.wishlist_table td.product-title a:not(.yith-wcqv-button) {
    padding: 4px 0;
    padding-inline-end: 15px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a {
    max-width: inherit;
}
.woocommerce table.wishlist_table .product-price,
.woocommerce table.wishlist_table .product-stock-status {
    text-align: center;
}
.woocommerce table.wishlist_table tfoot td {
    border: none;
    padding: 0;
    text-align: start;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share {
    margin: 30px 0 0;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share ul {
    margin: 0;
}
.woocommerce table.wishlist_table tr td.product-remove {
    padding: 0;
}
.woocommerce #content table.wishlist_table.cart a.remove {
    color: inherit;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: transparent;
    color: var(--main-color);
}
.woocommerce .yith-wcwl-share li a {
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile {
    list-style: none;
    padding: 0;
}
.woocommerce ul.wishlist_table.mobile li {
    position: relative;
    margin-bottom: 30px;
}
.woocommerce ul.wishlist_table.mobile li table td.label {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    font-weight: 600 !important;
    padding: 0 !important;
    color: #000 !important;
}
.woocommerce ul.wishlist_table.mobile li table td.value {
    display: table-cell !important;
    vertical-align: middle !important;
    font-size: inherit !important;
    padding: 0 !important;
}
.woocommerce ul.wishlist_table.mobile li .item-wrapper {
    display: flex;
}
.woocommerce ul.wishlist_table.mobile li .product-thumbnail {
    margin: 0;
    margin-inline-end: 10px;
}
.woocommerce ul.wishlist_table.mobile li .item-details {
    flex: 1 1 auto;
    width: 1%;
}
.woocommerce ul.wishlist_table.mobile li .item-details h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover) {
    color: #222;
}
.woocommerce ul.wishlist_table.mobile li .item-details .amount {
    color: var(--main-color);
}
.woocommerce ul.wishlist_table.mobile li .product-add-to-cart a.button {
    display: block !important;
    line-height: inherit;
}
.woocommerce ul.wishlist_table.mobile li .product-remove {
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a {
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a:not(:hover) {
    color: #888;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a i::before {
    font-family: FontAwesome, sans-serif;
    content: "\f00d";
}
.woocommerce ul.wishlist_table.mobile li ins {
    text-decoration: none;
}
.woocommerce ul.wishlist_table.mobile li .add-to-cart {
    display: block;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    text-align: start;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value {
    text-align: end;
}
.wishlist_table td.product-name > * {
    display: inline-block;
    vertical-align: middle;
}
.wishlist_table .product-add-to-cart a.button {
    padding: 0 20px !important;
    display: inline-block !important;
    line-height: 40px;
}
.wishlist_table td.product-name a:not(.yith-wcqv-button) {
    padding: 4px 15px 4px 0;
}
.woocommerce .wishlist_table .product-price,
.woocommerce .wishlist_table .product-stock-status {
    text-align: center;
}
.woocommerce .user-role > .radio {
    margin-inline-start: 20px;
    cursor: pointer;
}
.woocommerce .user-role > .radio > input {
    cursor: inherit;
}
.woocommerce form #billing_phone_field,
.woocommerce form #billing_email_field,
.woocommerce-page form #billing_phone_field,
.woocommerce-page form #billing_email_field {
    width: 100%;
}
.shop_table .woocommerce-shipping-contents {
    margin-bottom: 0;
}
.cart_totals .shop_table th {
    width: 33%;
}
.cart_totals .woocommerce-shipping-calculator > p {
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-calculator > .shipping-calculator-form p {
    margin: 10px 0 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
table th {
    font-weight: 700;
    color: #000;
}
th,
td {
    border: 1px solid #dddddd;
    padding: 5px;
    font-weight: normal;
    text-align: inherit;
}
@media (max-width: 767px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    
    .woocommerce .col2-set .col-1:not(:last-child),
    .woocommerce-page .col2-set .col-1:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 30px;
    }
    
    .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none;
        margin-inline-end: 0;
    }
    
    .shop_table .actions .coupon {
        display: block;
        margin-bottom: 15px;
    }
    
    .shop_table .actions .coupon .input-text {
        margin-bottom: 10px;
    }
    
    .shop_table .actions > .button {
        float: none;
    }
    
    .woocommerce-cart-form > .shop_table {
        border: none;
    }
    
    .woocommerce-cart-form > .shop_table thead {
        display: none;
    }
    
    .woocommerce-cart-form > .shop_table,
    .woocommerce-cart-form > .shop_table > * {
        display: block;
    }
    
    .woocommerce-cart-form > .shop_table tr {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #000;
    }
    
    .woocommerce-cart-form > .shop_table td {
        display: block;
        text-align: center !important;
        border: none;
    }
    
    .woocommerce-cart-form > .shop_table td:not(:first-child) {
        border-top: 1px solid #f2f2f2;
    }
}
@media (max-width: 479px) {
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
    
    .woocommerce-form-login .woocommerce-form__label-for-checkbox {
        float: none;
        margin-top: 15px;
    }
}
/*==========================================================================
VISUAL COMPOSER
===========================================================================*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
}
body .vc_cta3-container,
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
div.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    z-index: auto;
}
.vc_column_container {
    max-width: 100%;
}
/*----- CUSTOM HEADING -----*/
.vc_custom_heading a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover,
.vc_custom_heading a:hover {
    opacity: 1;
    color: var(--main-color);
}
/*----- SINGLE IMAGE -----*/
.wpb_single_image {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- SEPARATOR -----*/
div.vc_separator .vc_sep_holder {
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
    top: auto !important;
}
div.vc_separator.vc_sep_width_full {
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
div.vc-zigzag-wrapper {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/*----- GOOGLE MAP -----*/
.ovic-google-maps .title-maps {
    color: #222;
}
.ovic-google-maps .direction-maps {
    background-color: #222;
}
.ovic-google-maps .direction-maps:hover {
    background-color: var(--main-color);
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background-color: transparent;
}
/*----- PARALLAX -----*/
@media (min-width: 1200px) {
    .vc_section.vc_parallax:not(.fp-section),
    .wpb_row.vc_parallax,
    .wpb_column.vc_parallax > .vc_column-inner {
        background-attachment: fixed !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    
    .vc_section.vc_parallax:not(.fp-section) > .vc_parallax-inner,
    .wpb_row.vc_parallax > .vc_parallax-inner,
    .wpb_column.vc_parallax > .vc_parallax-inner {
        height: 100% !important;
        top: 0 !important;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .vc_section.vc_parallax.fp-section > .vc_parallax-inner {
        display: none !important;
    }
}
/*==========================================================================
ELEMENTOR
===========================================================================*/
/*----- ROW -----*/
.elementor-container,
.elementor-row {
    flex-wrap: wrap;
}
.elementor-column-gap-narrow > .elementor-row {
    margin: 0 -5px;
    width: calc(100% + 10px);
}
body .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding: 0 5px;
}
.elementor-column-gap-default > .elementor-row {
    margin: 0 -10px;
    width: calc(100% + 20px);
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding: 0 10px;
}
.elementor-column-gap-extended > .elementor-row {
    margin: 0 -15px;
    width: calc(100% + 30px);
}
body .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding: 0 15px;
}
.elementor-column-gap-wide > .elementor-row {
    margin: 0 -20px;
    width: calc(100% + 40px);
}
body .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding: 0 20px;
}
.elementor-column-gap-wider > .elementor-row {
    margin: 0 -30px;
    width: calc(100% + 60px);
}
body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding: 0 30px;
}
@media (max-width: 1499px) {
    .elementor-column-gap-wider > .elementor-row {
        margin: 0 -25px;
        width: calc(100% + 50px);
    }
    
    body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {
        padding: 0 25px;
    }
}
@media (max-width: 1199px) {
    .elementor-column-gap-wider > .elementor-row {
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
    
    body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .elementor-column-gap-wide > .elementor-row,
    .elementor-column-gap-wider > .elementor-row {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    
    body .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap,
    body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {
        padding: 0 15px;
    }
}
/*----- ANIMATION -----*/
body .elementor-animation-grow {
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
/* revolution */
body.elementor-editor-active .elementor-widget-slider_revolution .elementor-widget-empty-icon {
    padding: 150px 0;
}
/* play */
.elementor-custom-embed-play i {
    font-size: 58px;
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.elementor-custom-embed-play i::before {
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e95e';
}
.elementor-open-lightbox {
    position: relative;
}
.dialog-type-lightbox {
    z-index: 999999;
}
/* image */
.elementor-widget-image {
    text-align: inherit;
}
.elementor-widget-image .elementor-image {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/* social */
.elementor-widget-social-icons a {
    text-decoration: none !important;
}
/* toggle*/
.elementor-toggle .elementor-tab-title {
    position: relative;
}
.elementor-toggle .elementor-tab-title:hover {
    color: var(--main-color);
}
.elementor-toggle .elementor-tab-title a {
    display: block;
    padding-inline-end: 20px;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: end;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa-angle-up::before {
    font-family: FontAwesome, sans-serif;
    content: '\f106';
    font-weight: 400;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa-angle-down::before {
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    font-weight: 400;
}
/* iconbox */
.elementor-widget-icon-box .elementor-icon-box-title a:hover {
    color: var(--main-color);
}
/* divider */
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
    vertical-align: top;
}
/* counter */
.elementor-widget-counter.style-01 .elementor-counter-title {
    font-size: 15px;
    line-height: var(--main-lh);
    font-weight: 500;
    color: #111;
    margin: 1px 0 0;
    text-align: inherit;
}
.elementor-widget-counter.style-01 .elementor-counter-number-wrapper {
    font-size: 40px;
    line-height: 1.2;
}
.elementor-widget-counter.style-01 .elementor-counter-number-prefix,
.elementor-widget-counter.style-01 .elementor-counter-number-suffix {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}
@media (max-width: 1199px) {
    .elementor-widget-counter.style-01 .elementor-counter-number-wrapper {
        font-size: 38px;
    }
    
    .elementor-widget-counter.style-01 .elementor-counter-title {
        font-size: 14px;
        margin: 0;
    }
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
.sticky {
    color: inherit;
}
.post-item.sticky .post-title a {
    margin-inline-end: 5px;
}
.post-item.sticky .post-title::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f024";
    color: var(--main-color);
}
.auto-clear {
    display: flex;
    flex-wrap: wrap;
}
.auto-clear::before,
.auto-clear::after {
    display: block;
}
.bypostauthor {
    color: inherit;
}
.woocommerce-review__author,
.comment-author,
.post-author,
.author {
    text-transform: capitalize;
    color: #222;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.text-center {
    text-align: center;
}
.btn {
    border-radius: 0;
}
.modal.fade .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
}
.modal.in div.modal-dialog {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content {
    border-radius: 0;
    border: none;
}
#yith-quick-view-close,
.modal-content .btn-close,
div.mfp-content button.mfp-close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    color: #222;
    padding: 0;
    border: none;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    opacity: 1;
}
#yith-quick-view-close:hover,
.modal-content .btn-close:hover,
div.mfp-content button.mfp-close:hover {
    color: var(--main-color);
}
#yith-quick-view-close::before,
.modal-content .btn-close::before,
div.mfp-content button.mfp-close::before {
    font-family: main-icon, sans-serif;
    content: '\e901';
    font-size: 12px;
    line-height: 30px;
}
@media (max-width: 479px) {
    #yith-quick-view-close,
    .modal-content .btn-close,
    div.mfp-content button.mfp-close {
        top: 0;
        right: 0;
    }
}
:focus {
    outline: none;
}
.mc4wp-alert {
    padding: 6px 15px;
    margin-top: 15px;
    background-color: #fff;
}
.mc4wp-alert p:last-child {
    margin-bottom: 0;
}
.mc4wp-error {
    background-color: #f2dede;
}
.mc4wp-success {
    background-color: #dff0d8;
}
.popover.bottom > .arrow:after {
    left: 0;
    right: auto;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: none;
}
.small,
small {
    font-style: italic;
    font-size: inherit;
    opacity: 0.7;
}
address,
dt,
dd {
    line-height: inherit;
}
code,
kbd {
    padding: 0;
    font-size: inherit;
    color: #000;
    background-color: transparent;
    bottom: 0;
}
pre {
    padding: 10px;
    margin-bottom: 25px;
}
.beeketing-page-block .bkt--brand {
    display: none !important;
}
.elem-hidden {
    display: none !important;
}
.clear + .clear {
    display: none !important;
}
.anr_captcha_field {
    margin-top: 20px;
}
/*----- WP EDITER -----*/
.wp-editor-wrap button:hover,
.wp-editor-wrap button:focus {
    background-color: transparent;
    color: inherit;
}
/*----- COOKIES CONSENT -----*/
.comment-form-cookies-consent {
    padding: 3px 0;
}
.comment-form-cookies-consent input[type="checkbox"] {
    vertical-align: middle;
    margin: -1px 0 0;
    margin-inline-end: 5px;
}
.comment-form-cookies-consent label {
    display: inline;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    margin: 0;
}
.comment-form-cookies-consent label:hover {
    color: var(--main-color);
}
/*----- STICKY CONTENT -----*/
.sticky-content-main.remove-sticky-content {
    bottom: 0;
    position: absolute !important;
    top: auto !important;
}
/*----- CURRENT MENU ITEM -----*/
.current-menu-ancestor > a,
.current_page_ancestor > a,
.current-menu-parent > a,
.current-menu-item > a,
.current_page_item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_ancestor > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-parent > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current-menu-item > a,
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > .current_page_item > a {
    color: var(--main-color);
}
/*----- BODY OVERLAY -----*/
.overlay-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.active-overlay .overlay-body,
.ovic-open-mobile-menu .overlay-body,
.ovic-open-mobile-options .overlay-body,
.open-mobile-sidebar .overlay-body,
.open-header-minicart .overlay-body,
.show-main-menu .overlay-body {
    opacity: 0.5;
    visibility: visible;
}
@media (max-width: 1199px) {
    .overlay-body {
        z-index: 100000;
    }
}
/*----- STORE NOTICE -----*/
.woocommerce-store-notice {
    margin: 0;
    text-align: center;
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #222;
}
.woocommerce-store-notice a {
    text-decoration: underline;
}
.woocommerce-store-notice a:not(:hover) {
    color: inherit;
}
/*----- POST PASSWORD -----*/
.post-password-form label[for="pwbox-1168"] {
    margin-bottom: 10px;
}
@media (max-width: 479px) {
    .post-password-form p:last-child {
        text-align: center;
    }
}
.password-input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.password-input [type="password"] {
    padding-inline-end: 40px;
}
.password-input .show-password-input {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    width: 40px;
    text-align: center;
}
.password-input .show-password-input:hover {
    color: var(--main-color);
}
.password-input .show-password-input::before {
    display: block;
    font-family: FontAwesome, sans-serif;
    content: "\f06e";
}
.woocommerce-password-strength {
    color: #000;
    background-color: #efefef;
    border: 1px solid #bbb;
    text-align: center;
    padding: 2px 9px;
}
.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}
.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}
.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}
/*----- ALIGN IMAGE -----*/
.alignnone,
.wp-caption.alignnone,
a img.alignnone {
    margin: 5px 0 20px;
    clear: both;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
    clear: both;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 0 20px;
    margin-inline-end: 20px;
    clear: both;
}
.alignright,
.wp-caption.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px;
    margin-inline-start: 20px;
    clear: both;
}
.sidebar-full .alignfull {
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
@media (min-width: 1200px) {
    .sidebar-full .alignfull {
        width: calc(100vw - 17px);
        margin-inline-start: calc(50% - 50vw + 8.5px);
        margin-inline-end: calc(50% - 50vw + 8.5px);
    }
}
/*----- WP CAPTION -----*/
.wp-caption {
    background-color: inherit;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #eee;
    text-align: center;
    margin: 0;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption .wp-caption-text {
    font-weight: 400;
    padding: 5px 0 0;
    margin: 0 !important;
}
/*----- WP BLOCK -----*/
.wp-block-button,
.post-content > [class*="wp-block-"] {
    margin-top: 5px;
    margin-bottom: 20px;
}
.wp-block-embed-wordpress-tv iframe {
    width: 100%;
}
.wp-block-cover {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}
.wp-block-group.has-background {
    padding: 1em;
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
/*----- BLOCKQUOTE -----*/
blockquote cite {
    display: block;
    font-weight: 600;
}
blockquote.has-text-align-right {
    text-align: end;
}
blockquote.has-light-gray-color {
    color: gray;
}
.wp-block-pullquote {
    margin-bottom: 20px;
}
.wp-block-pullquote blockquote {
    margin-bottom: 0;
}
/*----- WP GALLERY -----*/
img {
    max-width: 100%;
    height: auto;
}
.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;
}
.wp-caption {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 5px;
    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;
    margin: 0;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.gallery-caption {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
    color: #222;
}
.gallery-item {
    padding: 5px;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33333333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66666667%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28571428%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11111111%;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .site-content:not(.sidebar-full) .gallery .gallery-item {
        min-width: 25%;
    }
}
@media (max-width: 991px) {
    .gallery .gallery-item {
        min-width: 25%;
    }
}
@media (max-width: 767px) {
    .gallery .gallery-item {
        min-width: 33.33333333%;
    }
}
@media (max-width: 479px) {
    .gallery .gallery-item {
        min-width: 50%;
    }
}
/*----- ICON FONT -----*/
body .fa {
    font-family: FontAwesome, sans-serif;
}
body .fa, /* awesome */
body .fa::before,
body .dashicons, /* dashicons */
body .dashicons::before,
body .dashicons-before:before,
body [class*="main-icon-"], /* main-icon */
body [class*="main-icon-"]::before {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    direction: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    text-decoration: none;
}
body .main-icon-mail::before {
    margin: -3px 0 3px;
}
/*==========================================================================
CHOSEN
===========================================================================*/
body .chosen-container {
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    text-align: start;
    max-width: 100%;
}
body .chosen-container .chosen-single {
    display: block;
    background: none;
    height: auto;
    border: none;
    box-shadow: none;
}
body .chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    border: none;
}
body .chosen-container .chosen-single::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: '\f107';
    text-decoration: none;
    margin-inline-start: 10px;
}
body .chosen-container .chosen-single span {
    display: inline-block;
    vertical-align: top;
    text-decoration: inherit;
    margin: 0;
}
body .chosen-container .chosen-single div {
    display: none;
}
body .chosen-container .chosen-drop {
    top: 100%;
    left: 0;
    right: auto;
    clip: auto;
    border: none;
    min-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 0 5px 5px;
}
.chosen-container-single .chosen-search {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}
body .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);
}
body .chosen-container .chosen-results {
    color: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 360px;
    border-radius: 0 0 5px 5px;
}
body .chosen-container .chosen-results li {
    font-size: 14px;
    box-shadow: 0 -1px #e6e6e6 inset;
}
body .chosen-container .chosen-results li[class*="level-"]::before {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 1px;
    margin-inline-end: 6px;
    content: '';
}
body .chosen-container .chosen-results li.highlighted,
body .chosen-container .chosen-results li.result-selected {
    background-image: none;
    background-color: transparent;
    color: inherit;
}

/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
body:not(.ovic-open-mobile-options) .mobile-options-content,
div.ovic-menu-clone-wrap:not(.open) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-options-content,
div.ovic-menu-clone-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
.mobile-options-content .mobile-options-mid,
div.ovic-menu-clone-wrap .ovic-menu-panels {
    flex: 1 1 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title {
    font-size: 17px;
    line-height: 24px;
    padding: 13px 65px;
    text-transform: none;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title .icon {
    font-weight: 400;
    margin: -1px 0 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-current-panel-title img {
    max-height: 24px;
}
div.ovic-menu-clone-wrap .megamenu {
    background-image: none !important;
}
div.ovic-menu-clone-wrap .megamenu .container {
    margin-inline-start: auto;
    margin-inline-end: auto;
}
div.ovic-menu-clone-wrap .sub-menu.megamenu {
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel.ovic-menu-sub-panel,
div.ovic-menu-clone-wrap .ovic-menu-panel-main {
    -webkit-overflow-scrolling: touch;
}
div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel {
    line-height: inherit;
    height: auto;
    width: 45px;
    text-decoration: none !important;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul:not(.depth-0) > li.item-megamenu {
    padding: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li {
    padding-inline-end: 45px;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li:last-child {
    border-bottom-width: 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel > ul > li > a {
    line-height: inherit;
    padding: 8px 0;
}
div.ovic-menu-clone-wrap .ovic-menu-panel li > a > .icon {
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    margin: 0;
    margin-inline-end: 10px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap {
    height: auto;
    border: none;
    box-shadow: 0 -1px #e6e6e6 inset;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn,
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel {
    text-decoration: none !important;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    height: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn {
    border-inline-start: 1px solid #e6e6e6;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel {
    border-inline-end: 1px solid #e6e6e6;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-close-btn::before {
    font-family: main-icon, sans-serif;
    content: "\e901";
    font-size: 12px;
    line-height: 50px;
}
div.ovic-menu-clone-wrap .ovic-menu-panels-actions-wrap .ovic-menu-prev-panel::before {
    font-family: main-icon, sans-serif;
    content: '\e902';
    font-size: 12px;
    line-height: 50px;
}
/*----- CUSTOM MOBILE MENU -----*/
div.ovic-menu-clone-wrap {
    display: flex;
    flex-direction: column;
}
.head-menu-mobile {
    padding: 15px;
    color: #fff;
    background-color: #222;
    background-position: center center;
    background-size: cover;
    font-size: 13px;
    line-height: 16px;
    display: none;
}
.head-menu-mobile::before,
.head-menu-mobile::after {
    display: table;
    content: '';
    clear: both;
}
.head-menu-mobile a {
    color: #fff;
}
.head-menu-mobile .avatar {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.head-menu-mobile .author {
    padding: 0 5px;
}
.head-menu-mobile .name {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.head-menu-mobile .name span {
    display: block;
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    opacity: 0.7;
}
.head-menu-mobile .action {
    display: inline-block;
    float: right;
}
.head-menu-mobile .action .icon {
    font-size: 12px;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels {
    flex: 1 1 auto;
    overflow: hidden;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
.slick-initialized:before,
.slick-initialized:after{
    display: table;
    content: '';
    clear: both;
}
body .slick-list {
    padding: 0;
}
body .slick-list:hover {
    z-index: 4;
}
body .slick-track {
    margin-inline-start: 0;
}
body .slick-slide > .row-item > * {
    vertical-align: top;
}
/*----- ARROWS -----*/
div.ovic-menu-clone-wrap .slick-slider:not(.slick-vertical) .slick-arrow,
.slick-slider .slick-arrow {
    display: inline-block;
    border: 2px solid #F1F1F1;
    border-radius: 3px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    width: 51px;
    height: 51px;
    line-height: 45px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background-color: #fff;
    color: #aaa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-slider .slick-arrow:hover {
    color: #222;
}
.slick-slider .slick-arrow::before {
    font-family: 'FontAwesome';
}
.slick-slider .slick-arrow.next {
    right: -41px;
    left: auto;
}
.slick-slider .slick-arrow.prev {
    left: -41px;
}
.slick-slider .slick-arrow .fa {
    font-family: 'FontAwesome';
    font-weight: 400;
}
.slick-slider.slick-vertical .slick-slide {
    border: none;
}
.slick-slider.slick-vertical .slick-arrow.prev {
    top: -22px;
    left: calc(50% - 15px);
}
.slick-slider.slick-vertical .slick-arrow.next {
    bottom: -22px;
    right: calc(50% - 15px);
}
.slick-slider.slick-vertical .slick-arrow::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*----- DOTS -----*/
.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    height: 17px;
    margin: 0;
}
.elementor-column-wrap > .owl-slick > .slick-dots {
    position: relative;
    bottom: 30px;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 3px 0;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    z-index: 4;
}
.slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    width: 9px;
    height: 9px;
    border-radius: inherit;
    background-color: #e6e6e6;
    opacity: 1;
}
.slick-dots li.slick-active {
    padding: 2px;
    border: 2px solid var(--main-color);
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: var(--main-color);
}
/*----- HEADER -----*/
.black-version .header .header-sticky,
.header.style-07 .header-sticky {
    background-color: #000;
}
/*Header mobile*/
.header-mobile {
    display: none;
}
.header-mobile {
    background-color: #fff;
    display: none;
    position: relative;
}
.header-mobile .wapper {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative;
}
.header-mobile .wapper {
    display: table;
    width: 100%;
}
.header-mobile .item {
    display: table-cell;
    vertical-align: middle;
}
.header-mobile .wapper .logo {
    text-align: left;
}
.header-mobile .mobile-logo a {
    display: block;
}
.header-mobile .mobile-search-box,
.header-mobile .mobile-settings-box,
.header-mobile .menu-bar {
    width: 36px;
    height: 36px;
    line-height: 32px;
    margin-top: 1px;
}
.header-mobile .menu-bar .menu-button {
    margin: 0;
}
.menu-button,
.header-mobile .mobile-search-box > a,
.header-mobile .mobile-settings-box > a {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 23px;
    border: 2px solid #e9e9e9;
    padding: 0;
    border-radius: 5px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    color: #555;
}
.menu-button {
    font-size: 20px;
}
.header-mobile .mobile-search-box > a,
.header-mobile .mobile-settings-box > a {
    text-align: center;
    padding: 0;
    line-height: 35px;
    color: #222;
}
.header-mobile .item .block-sub {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 50px 15px 15px;
    left: 0;
    z-index: 100;
    margin-top: 1px;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    display: block;
    visibility: hidden;
}
.header-mobile .item.open .block-sub {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.header-mobile .item .block-sub .close {
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    float: none;
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 27px;
    border: 1px solid #eee;
}
.header-mobile .search-form .serchfield {
    width: 100%;
}
.header-mobile .block-sub-item {
    margin-bottom: 20px;
    clear: both;
}
.header-mobile .block-sub-item:last-child {
    margin-bottom: 0;
}
.header-mobile .block-sub-item .block-item-title {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.header-mobile .block-sub-item ul {
    padding: 0;
    margin: 0;
}
.header-mobile .block-sub-item ul li {
    display: inline-block;
    list-style: none;
}
.header-mobile .block-sub-item ul li > a {
    display: inline-block;
    padding: 0;
    line-height: 30px;
    margin-right: 20px;
}
.header-mobile .block-sub-item ul li > a .icon {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.header-mobile .header-control .block-header {
    padding-left: 5px;
}
.header-mobile .block-control .block-minicart .woo-cart-link .text,
.header-mobile .block-control .block-minicart .woo-cart-link .count,
.header-mobile .block-control .block-minicart .woo-cart-link::after {
    display: none;
}
.header-mobile .block-control .block-minicart .woo-cart-link .icon-cart {
    display: block;
    font-size: inherit;
}
.header-mobile .block-control .block-header > a,
.header-mobile .header-control .block-header > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: 1px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    border: 2px solid #555;
    border-radius: 0;
}
.header-mobile .header-control .block-minicart {
    display: none;
}
.header-mobile.style-04 {
    background-color: #000000;
}
.header-mobile.style-04 .menu-button {
    border-color: #333;
    color: #eee;
}
.header-top-message {
    background-color: #111111;
    color: #aaaaaa;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 12px 15px;
}
.header-top-message .fa {
    color: #fff;
    font-size: 22px;
    font-family: 'FontAwesome';
    font-weight: 400;
}
.header-top-message .content span {
    color: #fff;
    text-decoration: underline;
}
.header-social {
    display: inline-block;
    float: left;
}
.header.style-01 .header-social {
    margin-right: 60px;
}
.header-social .socials {
    overflow: hidden;
}
.header-social .inner > a {
    font-size: 23px;
    display: inline-block;
    padding: 0 15px;
    color: #222;
    float: left;
    line-height: 43px;
}
.header-social .inner > a:first-child {
    padding-left: 0;
}
.header .logo {
    text-align: center;
    line-height: 43px;
}
.header-control {
    text-align: right;
}
.header-control .block-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}
.header-control .block-header:first-child {
    padding-left: 0;
}
.header-control .block-header > a {
    display: inline-block;
    vertical-align: top;
    line-height: 43px;
    height: 43px;
    color: #555;
    font-size: 26px;
}
.main-menu .sub-menu,
.header .sub-menu,
.turan-submenu {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    top: 100%;
    left: 0;
    min-width: 175px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.menu-item-has-children:hover > .sub-menu, .turan-dropdown.open .turan-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 1001;
}
.main-menu li {
    list-style: none;
    position: relative;
}
.main-menu .sub-menu > li > a {
    display: block;
    padding: 11px 20px;
    color: #555555;
}
.main-menu .sub-menu > li:hover > a, .main-menu .sub-menu > li.active > a {
    background-color: #f1f1f1;
    color: #222;
}
.main-header .header-language {
    display: inline-block;
    vertical-align: top;
}
.header-language .turan-submenu {
    margin: 15px 0 0;
    min-width: 175px;
    top: 100%;
    left: 0;
}
.language-menu {
    padding: 0;
    margin: 0;
}
.header-language .sub-menu li, .language-menu li {
    list-style: none;
}
.header-language .turan-submenu > li > a, .language-menu .sub-menu > li > a {
    display: block;
    padding: 11px 20px;
    color: #888;
}
.header-language .turan-submenu > li > a:hover, .language-menu .sub-menu > li > a:hover {
    background: #f1f1f1;
    color: #222222;
}
.header-language .language-menu > li > a {
    display: block;
    line-height: 43px;
    color: #888;
    font-size: 15px;
}
.language-menu li.menu-item-has-children {
    position: relative;
}
.language-menu li.menu-item-has-children > a {
    padding-right: 15px;
    position: relative;
}
.header-language .language-menu > li > a:hover,
.header-language .language-menu > li.show-sub > a {
    color: #222;
}
.language-menu li.menu-item-has-children > a::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    vertical-align: top;
}
.turan-dropdown .switcher-trigger {
    font-size: 15px;
    color: #888888;
}
.turan-dropdown .switcher-trigger:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}
.block-account .turan-submenu {
    min-width: 270px;
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 17px;
    box-shadow: 0 0 10px #ddd;
}
.block-minicart {
    position: relative;
}
.block-minicart .woo-cart-link {
    font-size: 15px;
    color: #555555;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #e9e9e9;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    width: 102px;
    line-height: 39px;
}
.block-minicart .widget_shopping_cart {
    top: 100%;
    min-width: 300px;
    margin: 17px 0 0;
    right: 0;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.block-minicart.open .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 99;
}
.block-minicart .widget {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.header.style-06 .block-minicart .widget_shopping_cart {
    right: auto;
    left: 0;
}
.block-minicart .widget_shopping_cart .widgettitle {
    position: relative;
    font-size: 16px;
    color: #222222;
    padding: 15px 20px;
    border-bottom: 2px solid #f1f1f1;
    margin: 0;
    font-weight: 700;
}
.widget_shopping_cart_content {
    padding: 20px;
}
.widget_shopping_cart_content .cart_list {
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: 250px;
}
.widget_shopping_cart_content .cart_list li {
    list-style: none;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 2px solid #f1f1f1;
    line-height: 24px;
}
.widget_shopping_cart_content .mini_cart_item .remove {
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    float: right;
    font-size: 0;
}
.widget_shopping_cart_content .mini_cart_item .remove::before {
    content: "\f014";
    font-family: 'FontAwesome';
    font-size: 14px;
}
.widget_shopping_cart_content .mini_cart_item > a > img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.widget_shopping_cart_content .mini_cart_item a:not(.remove) {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.widget_shopping_cart_content .mini_cart_item .quantity {
    font-size: 16px;
    width: auto;
}
.widget_shopping_cart_content .mini_cart_item .quantity > span {
    display: inline-block;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    line-height: 100%
}
.widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.block-minicart .widget_shopping_cart .total {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    overflow: hidden;
    margin: 0;
}
.block-minicart .widget_shopping_cart .total strong {
    font-weight: 600;
    font-size: 14px;
}
.widget_shopping_cart .buttons a {
    width: calc(50% - 5px);
    background: transparent;
    color: #333;
    border: 2px solid #f1f1f1;
    padding: 7px 20px;
}
.widget_shopping_cart .buttons .wc-forward:hover, .widget_shopping_cart .buttons .checkout {
    background: #222;
    color: #fff;
    border-color: #222;
}
.block-minicart .woo-cart-link {
    font-size: 15px;
    color: #555555;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #e9e9e9;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    width: 102px;
    line-height: 39px;
}
.block-minicart .woo-cart-link .count {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    color: #ffffff;
    background: #222222;
    font-size: 16px;
    font-weight: 700;
}
.block-minicart .woo-cart-link::after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #888888;
    margin-left: 4px;
    font-weight: normal;
}
.header .block-minicart .woo-cart-link {
    line-height: 39px;
    font-size: 15px;
}
.block-minicart .woo-cart-link .count {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    color: #ffffff;
    background: #222222;
    font-size: 16px;
    font-weight: 700;
}
.block-account > a .text {
    display: none;
}
.block-account #customer_login .u-column1,
.block-account #customer_login .u-column2{
    width: 100%;
    box-shadow: none;
    margin: 0;
}
.block-account #customer_login .login,
.block-account #customer_login .register{
    padding: 20px;
}
.block-search .turan-submenu {
    min-width: 425px;
    margin: 17px 0 0;
    top: 100%;
    right: 0;
    left: auto;
}
.block-search .turan-submenu .title-search {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    padding: 15px 20px;
    border-bottom: 2px solid #f1f1f1;
    margin: 0;
}
.block-search .turan-submenu .category {
    display: none;
}
.block-search .turan-submenu .search-form {
    padding: 30px 20px;
}
.search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 261px;
    font-size: 13px;
    color: #888;
}
.search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%;
    background: 0 0;
    line-height: 39px;
}
.block-search .search-form .search-input {
    width: 261px;
    font-size: 13px;
    color: #888;
    float: left;
}
.block-search .search-form .search-input input,
.block-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 8px 20px;
    width: 100%;
    background: 0 0;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
}
.block-search .search-form .dgwt-wcas-preloader{
    margin-inline-end: 15px;
}
.block-search .search-form .btn-search,
.block-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    border-radius: 5px;
    background-color: #222;
    width: 110px;
    float: right;
    position: static;
}
.block-search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none;
}
.block-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-inline-end: 0;
    margin-bottom: 0;
}
.block-account .woocommerce .woocommerce-MyAccount-content {
    display: none;
}
.block-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
    display: none;
}
.header .main-header {
    padding: 40px 0;
}
.header.style-01 .header-nav {
    border-top: 2px solid #F1F1F1;
}
.header.style-08 .logo,
.header.style-09 .logo {
    text-align: left;
}
.main-menu {
    display: table;
    margin: 0 auto;
    padding: 0;
}
.main-menu > li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.main-menu > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 22px 28px 21px;
    display: inline-block;
    cursor: pointer;
}
.main-menu > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    vertical-align: middle;
}
.top-bar {
    background: #111111;
    position: relative;
    padding: 2px 0 3px;
}
.top-bar-left {
    display: inline-block;
    font-size: 15px;
    color: #aaa;
    line-height: 43px;;
}
.top-bar-right {
    display: inline-block;
    float: right;
}
.top-bar-right > div {
    display: inline-block;
    vertical-align: top;
}
.top-bar .header-language {
    float: left;
    position: relative;
    padding-right: 15px;
}
.header-language .language-menu > li > a {
    display: block;
    line-height: 43px;
    color: #888;
    font-size: 15px;
}
.top-bar .header-language .language-menu > li > a {
    color: #aaa;
}
.top-bar .header-language::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: #aaa;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-bar .header-language .language-menu > li > a:hover,
.header-language .language-menu > li:hover > a {
    color: #fff;
}
.top-bar .header-language .turan-submenu {
    margin-top: 0;
}

.top-bar .header-social {
    float: right;
}
.top-bar-right .header-social .inner > a {
    color: #fff;
    padding: 0 12px;
}
.header.style-02 .header-social .inner > a,
.header.style-03 .header-social .inner > a,
.header.style-07 .header-social .inner > a {
    font-size: 20px;
}
.top-bar .language-menu li > a.active {
    color: #fff;
}
.top-bar .header-language .turan-dropdown {
    padding-top: 0;
    margin: 0;
}
.top-bar .turan-dropdown .switcher-trigger {
    line-height: 43px;;
    padding-right: 13px;
}
.top-bar .turan-dropdown .switcher-trigger {
    color: #aaa;
}
.top-bar .block-account {
    display: inline-block;
    margin: 0;
    padding-right: 50px;
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.top-bar .block-account > li.menu-item-has-children::after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    line-height: 43px;;
    font-size: 15px;
    color: #aaa;
}
.top-bar .block-account a {
    color: #aaa;
    font-size: 15px;
    line-height: 43px;;
}
.top-bar .block-account a:hover {
    color: #fff;
}
.top-bar .block-account a .icon {
    display: none;
}
.top-bar .block-account a .text {
    display: inline-block;
}
.header-user-links .submenu {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    min-width: 175px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.header-user-links .submenu li {
    list-style: none;
    line-height: 28px;
}
.header-user-links .submenu li a {
    line-height: 24px;
}
.header-user-links .submenu li:hover a {
    color: #222;
}
.header-user-links .menu-item-has-children.open .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.top-bar-right .header-social .socials {
    padding-top: 0;
}
.top-bar-right .header-social .inner > a {
    color: #fff;
    padding: 0 12px;
}
.top-bar-right .header-social .inner > a:hover {
    color: #fff;
}
.header.style-02 .main-header {
    padding: 45px 15px 20px;
}
.header.style-02 .block-account .turan-submenu {
    margin-top: 0;
}
.block-search.style-02 .search-form .form-content {
    padding: 0;
}
.block-search.style-02 .search-form .form-content .inner {
    width: 251px;
    position: relative;
    padding: 0;
    margin: 0;
}
.block-search.style-02 .search-form .search-input {
    width: 100%;
    float: none;
}
.block-search.style-02 .search-form .form-content .btn-search {
    top: 0;
    right: 0;
    border: none;
    position: absolute;
    width: 40px;
    padding: 0;
    height: 100%;
    background: transparent;
    color: #888;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    line-height: 45px;
}
.block-search.style-03 .block-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}
.block-search.style-03 .block-header:first-child {
    padding-left: 0;
}
.block-search.style-03 .search-form {
    text-align: center;
}
.block-search.style-03 .search-form .form-content {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 584px;
    padding: 0;
    height: 43px;
    border-radius: 5px
}
.block-search.style-03 .search-form .category,
.block-search.style-03 .search-form .search-input,
.block-search.style-03 .search-form .btn-submit {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto;
    background-color: transparent;
}
.block-search.style-03 .search-form .category {
    width: 154px;
    position: relative;
}
.block-search.style-03 .search-form .category::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 12px;
    height: 20px;
    width: 2px;
    background-color: #e3e3e3;
}
.block-search.style-03 .search-form .category .category-search-option,
.block-search.style-03 .search-form .category select {
    border: none;
}
.block-search.style-03 .search-form .form-content .input {
    border: none;
    width: calc(100% - 60px);
}
.block-search.style-03 .search-form .form-content .btn-search i:before {
}
.block-search.style-03 .search-form .btn-search,
.block-search.style-03 .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    width: 60px;
    background: transparent;
    font-size: 20px;
    font-weight: normal;
    color: #888;
    position: relative;
    padding: 11px 0 10px;
    margin: 0;
}
.block-search.style-03 .search-form .btn-search:hover,
.block-search.style-03 .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    color: #000;
    opacity: 1;
}
.block-search.style-03 .dgwt-wcas-preloader{
    display: none;
}
.block-search.style-03 .search-form .form-content .search-input {
    width: 100%;
}
.block-search.style-03 .search-form .form-content .search-input input {
    border: none;
}
.header.style-02 .block-minicart .woo-cart-link {
    float: right;
}
.header.style-02 .header-nav {
    border-top: none;
}
.header.style-02 .header-control {
    padding: 0;
}
.header.style-02 .search-popup-link {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    float: right;
    line-height: 40px;
    font-size: 22px;
    width: 40px;
    height: 43px;
    margin-right: 25px;
}
.header.style-02 .header-social .inner > a,
.header.style-03 .header-social .inner > a,
.header.style-07 .header-social .inner > a {
    font-size: 20px;
}
.header.style-03 .logo{
    line-height: 74px;
    text-align: left;
}
.header.style-03 .header-nav {
    display: inline-block;
}
.header.style-03 .header-nav .main-menu > li:first-child > a {
    padding-left: 0;
}
.header.style-03 .header-control {
    display: inline-block;
    padding: 15px 0 16px;
    float: right;
}
.header.style-03 .main-header {
    padding: 29px 0;
}
.header.style-03 .header-control .block-account {
    display: none;
}
.header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1001;
}
body:not(.page-template) .header.header-absolute {
    position: static;
    background-color: #000;
}
.header.style-04 .main-header {
    padding: 30px 0;
}
.header.style-04 .main-header .menu-button {
    color: #fff;
    border-color: transparent;
}
.header.style-04 .menu-button:hover,
.header.style-04 .menu-button:focus {
    border-color: #fff;
}
.admin-bar .header.header-absolute, .logged-in .header.header-absolute {
    top: 32px;
}
.header.style-04 {
    background: #000;
}
.header.vertical-style .turan-demolink .title,
.header.vertical-style .widget .widget-title {
    color: #eee;
}
.header.style-05 .main-header .header-control .block-search {
    display: none;
}
.vertical-style.header .header-nav {
    text-align: left;
    position: fixed;
    top: 0;
    left: -500px;
    width: 365px;
    max-width: 100%;
    min-height: 100vh;
    background-color: #090909;
    z-index: 1001;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    padding: 35px 30px;
}
.vertical-style.header .header-nav .menu-scroll-inner {
    padding-right: 30px;
}
body.vertical-menu-open .header.vertical-style .header-nav {
    left: 0;
}
body.vertical-menu-open .vertical-menu-overlay {
    left: 0;
}
.vertical-menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background: transparent;
    z-index: 10;
}
.vertical-style.header .header-nav .scrollbar-macosx,
.vertical-style.header .headev-main-nav .scrollbar-macosx {
    height: calc(100vh - 135px);
    overflow-x: hidden !important;
    overflow-y: auto;
}
.vertical-style.header.style-06 .headev-main-nav .scrollbar-macosx {
    height: calc(100vh - 420px);
}
.vertical-style.header.style-06 .header-footer {
    padding-top: 30px;
}
.vertical-style.header .main-menu > li {
    display: block;
}
.vertical-style.header .main-menu > li > a {
    color: #ffffff;
    padding: 11px 28px;
    display: block;
}
.vertical-style.header .main-menu {
    display: block;
    margin: 0;
    padding: 5px 0 0;
}
.vertical-style.header .header-social {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 23px
}
.vertical-style.header .header-copyright {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    font-size: 15px;
    color: #888;
}
.vertical-style.header .header-copyright span {
    color: #ffffff;
}
.vertical-style.header .header-social .inner > a,
.vertical-style.header .header-social .inner > a:hover {
    color: #fff;
}
.vertical-style.header .main-menu .sub-menu.megamenu .vc_column_container {
    width: 100%;
    margin: 0;
}
.vertical-style.header .main-menu .sub-menu {
    display: none;
    position: static;
    box-shadow: none;
    background: none;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    padding-left: 20px;
    transition: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.vertical-style.header .main-menu > li .toggle-submenu {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    z-index: 99;
    cursor: pointer;
    top: 11px;
    right: 0;
}
.vertical-style.header .main-menu > li .submenu > li .toggle-submenu {
    top: 10px;
}
.vertical-style.header .main-menu > li.menu-item-has-children a {
    color: #fff;
}
.vertical-style.header .main-menu > li.menu-item-has-children a::after {
    display: none;
}
.vertical-style.header .main-menu > li .toggle-submenu:before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    vertical-align: top;
    display: block;
    text-align: center;
}
.vertical-style.header .megamenu .turan-custommenu ul li::before {
    color: #ffffff;
}
.vertical-style.header .main-menu .sub-menu > li:hover > a, .vertical-style.header .main-menu .sub-menu > li.active > a {
    background: none;
    color: #fff;
}
.vertical-style .header-nav [class*=" vc_col-"] {
    width: 100% !important;
    margin-left: 0 !important;
}
.vertical-style .clone-main-menu .megamenu .turan-custommenu .widget-title {
    color: #ffffff;
}
.scroll-wrapper > .scroll-element {
    background-color: transparent !important;
}
.header.style-04 .block-minicart .woo-cart-link,
.header.style-04 .header-control .block-search > a,
.header.style-04 .header-control .block-header > a:hover,
.header.style-04 .block-account > a, .header.style-07 .block-account > a,
.header.style-08 .header-control .block-search > a, .header.style-08 .block-account > a {
    color: #eeeeee;
}
.header.style-04 .block-minicart .woo-cart-link {
    border-color: #363d44;
}
.header.style-04 .block-minicart .woo-cart-link .count {
    background-color: #333333;
}
.header.style-04 .header-language {
    display: inline-block;
    vertical-align: top;
    padding-left: 28px;
}
.header.style-04 .header-language .language-menu li > .sub-menu {
    background-color: transparent;
    left: 0;
}
.header.style-04 .header-language .turan-submenu > li > a:hover,
.header.style-04 .language-menu .sub-menu > li > a:hover,
.header.style-06 .language-menu .sub-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.header.style-04 .header-language .language-menu li > .sub-menu,
.header.style-06 .header-language .language-menu li > .sub-menu {
    background-color: #000;
    left: 0;
}
.header.style-04 .header-language .turan-submenu > li > a, .header.style-04 .header-language .language-menu li > .sub-menu {
    background-color: transparent;
    left: 0;
}
.header.style-04 .language-menu .sub-menu > li > a,
.header.style-06 .language-menu .sub-menu > li > a {
    padding: 5px 20px;
}
.header.style-04 .header-language .turan-dropdown {
    padding: 0;
    margin: 20px 0 0 28px;
    color: #888;
}
.header.style-05 .logo {
    display: inline-block;
    text-align: left;
}
.header.style-06 {
    padding: 80px 40px 80px 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #090909;
    min-height: 100vh;
    bottom: 0;
    max-width: 100%;
}
.header.style-06 .logo {
    padding: 0 30px 50px;;
}
.header.style-06 .block-search-block {
    padding-right: 30px;
}
.header.style-06 .block-minicart .woo-cart-link .count {
    background-color: #444;
}
.header.style-06 .block-minicart .woo-cart-link {
    border-color: #353535;
    color: #fff;
}
.header.style-06 .block-account > a {
    color: #fff;
}
.body-has-header-style-06 .header {
    width: 375px;
    float: left;
}
.body-has-header-style-06 .fullwidth-template {
    padding-left: 375px;
}
.vertical-style .sub-menu .elementor-column,
.header.style-04 .sub-menu .elementor-column,
.header.style-05 .sub-menu .elementor-column,
.header.style-06 .sub-menu .elementor-column,
.header.style-12 .sub-menu .elementor-column {
    width: 100%;
}
.header.style-07 .logo {
    text-align: left;
}
.header.style-07 .top-bar {
    background: #050505;
}
.header.style-07 .control-custom {
    text-align: right;
}
.header.style-07 .header-control {
    text-align: right;
}
.header.style-07 .block-minicart .woo-cart-link .text,
.header.style-08 .block-minicart .woo-cart-link .text,
.header.style-09 .block-minicart .woo-cart-link .text,
.header.style-10 .block-minicart .woo-cart-link .text {
    display: none;
}
.header.style-07 .block-minicart .woo-cart-link,
.header.style-08 .block-minicart .woo-cart-link,
.header.style-09 .block-minicart .woo-cart-link,
.header.style-10 .block-minicart .woo-cart-link {
    font-size: 0;
    border: none;
    border-radius: 0;
    width: auto;
}
.header.style-07 .block-minicart .woo-cart-link .icon,
.header.style-08 .block-minicart .woo-cart-link .icon,
.header.style-09 .block-minicart .woo-cart-link .icon,
.header.style-10 .block-minicart .woo-cart-link .icon {
    display: inline-block;
    font-size: 26px;
    line-height: 43px;
}
.header.style-07 .block-minicart .woo-cart-link .count,
.header.style-08 .block-minicart .woo-cart-link .count,
.header.style-09 .block-minicart .woo-cart-link .count,
.header.style-10 .block-minicart .woo-cart-link .count {
    top: 12px;
    right: -8px;
    font-size: 15px;
}
.header.style-07 .header-sticky .header-control .block-search,
.header.style-07 .header-mobile .header-control .block-search {
    display: none;
}
.header.style-07 .main-menu > li > a {
    padding: 18px 28px;
}
.header.style-12 .header-message {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    margin-right: 20px;
    line-height: 30px;
}
.header.style-12 .header-social {
    float: none;
    width: auto;
}
.header.style-12 .header-social .inner > a {
    font-size: 15px;
    color: #aaa;
    border: solid 2px #424242;
    background-color: #303030;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 0;
    line-height: 26px;
    border-radius: 50%;
    margin-right: 8px;
}
.header.style-12 .header-social .inner > a:hover {
    color: #fff;
}
.header.style-12 .header-control > div:first-child::after {
    background-color: rgba(170,170,170,0.55);
    width: 1px;
    height: 23px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0 0 15px;
}
.header.style-12 .block-minicart .woo-cart-link {
    padding: 0;
    line-height: 43px;
    width: auto;
    border: none;
    font-size: 20px;
}
.header.style-12 .block-minicart .woo-cart-link .text,
.header.style-12 .block-minicart .woo-cart-link::after {
    display: none;
}
.header.style-12 .block-minicart .woo-cart-link .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 5px;
    right: -10px;
    font-size: 13px;
    font-weight: 400;
}
.header.style-12 .block-wishlist .count {
    display: none;
}
.header.style-12 .menu-button {
    border: none;
    width: auto;
    font-size: 20px;
}
.header.style-12 .header-control .block-header > a {
    line-height: 30px;
    height: 30px;
    font-size: 20px;
}
.header.style-12 .header-nav {
    position: fixed;
    text-align: left;
    top: 0;
    right: -500px;
    width: 355px;
    max-width: 100%;
    min-height: 100vh;
    background-color: #101010;
    z-index: 1001;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    padding: 35px 30px;
}
.header.style-12 .header-nav {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.header.style-13 .top-bar {
    background-color: #000000;
    padding: 18px 0 19px;
}
.header.style-13 .top-message {
    font-size: 14px;
    color: #aaaaaa;
    text-align: left;
    line-height: 30px;
    padding: 5px 0 6px;
}
.header.style-13 .logo {
    text-align: center;
    line-height: 40px;
}
.header.style-13 .topbar-control {
    text-align: right;
}
.header.style-13 .top-bar .header-language {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.header.style-13  .top-bar .block-account {
    padding-right: 0;
}
.header.style-13 .main-header {
    padding: 0;
}
.header.style-13 .main-header .block-search,
.header.style-13 .header-control {
    padding: 6px 0;
}
.header.style-13 .main-header .block-search .search-form .form-content .btn-search {
    color: #fff;
    font-size: 22px;
}
.header.style-13 .main-header .block-search .search-form .search-input input {
    border: none;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px 0 0;
}
.header.style-13 .main-menu > li > a {
    padding: 12px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 31px;
}
.header.style-13 .main-menu > li.menu-item-has-children > a:after {
    content: "\f0d7";
    vertical-align: top;
    color: inherit;
}
.header.style-13 .block-wishlist .woo-wishlist-link,
.header.style-13 .block-wishlist .woo-wishlist-link:hover {
    font-size: 20px;
    color: #fff;
}
.header.style-13 .block-wishlist .woo-wishlist-link .count {
    font-size: 14px;
    color: #ddd;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
.header.style-13 .block-minicart .woo-cart-link,
.header.style-13 .block-minicart .woo-cart-link:hover {
    font-size: 20px;
    width: auto;
    border: none;
    color: #fff;
}

.header.style-13 .block-minicart .woo-cart-link::after {
    display: none;
}
.header.style-13 .block-minicart .woo-cart-link .total {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #dddddd;
    font-weight: normal;
}
.header.style-13 .header-sticky .main-header,
.header.style-13 .header-sticky .main-header .block-search {
    padding: 0;
}
.header.style-13 .header-sticky .header-control .block-header > a,
.header.style-13 .header-sticky .header-control .block-header > a:hover {
    font-size: 20px;
    color: #fff;
}
.header.style-14 {
    background-color: #000;
}
.header.style-14 .top-bar {
    background-color: transparent;
    padding: 40px 0 47px;
}
.header.style-14 .top-bar .header-language::after {
    display: none;
}
.header.style-14 .block-minicart .woo-cart-link {
    font-size: 26px;
    padding: 0;
    border: none;
    position: relative;
    width: auto;
    height: auto;
}
.header.style-14 .block-minicart .woo-cart-link::after {
    display: none;
}
.header.style-14 .block-minicart .woo-cart-link .count {
    width: 21px;
    height: 21px;
    line-height: 21px;
    top: auto;
    bottom: -5px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.header.style-14 .block-settings {
    position: relative;
}
.header.style-14 .block-settings .inner {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    border: solid 1px #383434;
    background-color: #000;
    padding: 50px 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease 0s;
    width: 350px;
}
.header.style-14 .block-settings:hover .inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header.style-14 .main-header {
    padding: 0;
}
.header.style-14 .main-menu > li > a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 43px 30px 42px;
}
    /*Header Sticky*/
.header .header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 11;
    max-width: 100%;
    -webkit-transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -moz-transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.logged-in .header .header-sticky {
    top: 32px;
}
.header .header-sticky.is-sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header .header-sticky .logo {
    margin-right: 50px;
}
.header .header-sticky .main-header {
    padding: 20px 0;
}
.header .header-sticky .bar-open-menu {
    display: none;
}
.header .header-sticky .sticky-inner > div {
    display: inline-block;
    vertical-align: top;
    border: none;
}
.header .header-sticky .sticky-inner .header-control {
    float: right;
}
.header .header-sticky .main-menu > li > a {
    padding: 9px 20px 8px;
}
.header.style-04 .header-sticky {
    background-color: #090909;
}
.header.style-04 .header-sticky .logo,
.header.style-09 .header-sticky .logo {
    margin-right: 50px;
}
.header.style-04 .header-sticky .bar-open-menu,
.header.style-05 .header-sticky .bar-open-menu,
.header.style-09 .header-sticky .bar-open-menu {
    display: inline-block;
    vertical-align: top;
}
.black-version .header .header-sticky,
.header.style-07 .header-sticky {
    background-color: #000;
}
.header.style-03 .main-menu > li > a {
    padding: 25px 18px;
}
.header.style-05 .main-header .menu-button {
    float: left;
    margin-right: 50px;
}
.header.style-05 .header-element {
    padding-left: 66px;
}
.header.style-05 .header-element > div {
    display: inline-block;
    vertical-align: top;
}
.header.style-05 .header-language {
    margin-right: 30px;
}
.header.style-05 .header-language .turan-dropdown {
    margin-left: 0;
}
.header.style-05 .block-search-block {
    display: inline-block;
    float: right;
}
.black-version .header.style-06 .header-top-message {
    background-color: #000;
}
.header.style-06 .header-language .turan-dropdown {
    margin-left: 0;
}
.header.style-06 .header-language {
    margin: 0 0 24px 30px;
}
.header.style-06 .block-search {
    margin-left: 28px;
}
.header.style-06 .menu-scroll-inner {
    margin-bottom: 26px;
}
.header.style-06 .header-control .block-search {
    display: none;
}
.header.style-06 .header-control .block-minicart {
    padding-left: 30px;
}
.header.style-06 .logo,
.header.style-06 .header-control {
    text-align: left;
}
.header.style-06 .header-control {
    margin-bottom: 30px;
}
.header.style-06 .search-form .form-content .search-input input {
    border-color: #353535;
}
.header.style-06 .block-minicart .widget_shopping_cart {
    right: auto;
    left: 0;
    z-index: 100;
}
.vertical-style.header.style-06 .main-menu > li {
    margin-bottom: 12px;
}
.header.style-08 .header-control .block-header,
.header.style-09 .header-control .block-header,
.header.style-010 .header-control .block-header {
    padding-left: 15px;
}
.header.style-08 .main-menu > li > a {
    padding: 8px 28px;
}
.header.style-09 .header-menu-settings {
    text-align: center;
}
.header.style-09 .bar-open-menu.active span::before {
    content: '\e908';
}
.header.style-09 .main-header {
    position: relative;
}
.header.style-09 .main-header {
    position: relative;
}
.header.style-09 .header-nav {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 2px solid #f1f1f1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.header.style-09 .header-nav.show-menu {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.header.style-09 .social-header .social-item {
    font-size: 20px;
}
.header.style-10 .header-nav {
    border-top: 2px solid #f1f1f1;
}
/*Vertical menu*/
.header-nav-wapper {
    display: table;
    width: 100%;
}
.header-nav-wapper .vertical-wapper, .header-nav-wapper .header-nav {
    display: table-cell;
    vertical-align: middle;
}
.header-nav-wapper .vertical-wapper {
    width: 270px;
    position: relative;
}
.vertical-wapper .block-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    height: 60px;
    line-height: 28px;
    cursor: pointer;
    display: block;
    padding: 15px 30px;
}
.vertical-wapper .block-title a {
    color: inherit;
}
.vertical-wapper .icon-bar {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.vertical-wapper .icon-bar span {
    width: 20px;
    display: block;
    background: #fff;
    height: 2px;
    margin-bottom: 5px;
}
.vertical-wapper .icon-bar span:nth-child(2) {
    width: 16px;
}
.verticalmenu-content, .black-version .verticalmenu-content {
    background-color: #fff;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.3s;
    border-radius: 0;
}
.verticalmenu-content.show-up,
.box-nav-vertical.open .verticalmenu-content {
    opacity: 1;
    webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}
.header-nav-wapper .main-menu {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 120px;
    padding: 0;
    width: 100%;
}
.vertical-menu {
    padding: 0;
    list-style: none;
}
.vertical-menu .menu-item {
    list-style: none;
    position: relative;
}
.vertical-menu .menu-item a {
    line-height: 42px;
    font-size: 15px;
    color: #555555;
    text-transform: capitalize;
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 30px;
}
.vertical-menu .menu-item:last-child a {
    border: none;
}
.vertical-menu .menu-item a:hover,
.vertical-menu .menu-item:hover > a {
    font-size: 15px;
    color: #111;
    font-weight: 700;
}
.vertical-menu .sub-menu {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    padding: 0;
    left: 100%;
    top: 0;
    min-width: 100%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    display: block;
    visibility: hidden;
    list-style: none;
}
.vertical-menu .menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
    webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.vertical-menu .menu-item-has-children > a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #aaa;
}
.header-block-text,
.theme-notify {
    background-color: #111111;
    color: #aaaaaa;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 12px 15px;
}
.header-block-text .fa,
.theme-notify .fa {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}
.header-block-text a,
.header-block-text span,
.theme-notify span {
    color: #ffffff;
    text-decoration: underline;
}
.header-block-text a:hover,
.theme-notify a:hover {
    color: #aaaaaa;
}
/*PAGE*/
#secondary {
    width: 270px;
}
.sidebar-left #primary,
.sidebar-right #primary {
    width: calc(100% - 300px);
}
.sidebar-full #primary {
    width: 100%;
}
.sidebar-left #secondary,
.sidebar-right #primary {
    min-height: 1px;
    float: left;
}
.sidebar-right #secondary,
.sidebar-left #primary {
    min-height: 1px;
    float: right;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.woocommerce-breadcrumb,
.breadcrumb{
    margin: 0;
    padding: 24px 0;
    background-color: transparent;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    color: #222;
}
.woocommerce-breadcrumb a,
.breadcrumb > li > a {
    color: #888888;
    font-weight: 400;
}
.breadcrumb-trail .trail-browse {
    display: none;
}
.breadcrumb > .active {
    color: #222222;
    font-weight: 600;
}
.breadcrumb a {
    font-weight: 400;
    color: #888888;
}
.breadcrumb > li + li::before,
.woocommerce-breadcrumb .delimiter::before {
    padding: 0 8px;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #888888;
}
.wpcf7 .form-label {
    font-size: 14px;
    line-height: 30px;
    color: #888;
    display: block;
}
.wpcf7 form .row > div {
    margin-bottom: 20px;
}
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="password"],
.wpcf7 form textarea {
    width: 100%;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    padding: 0 20px;
    max-width: 100%;
    background: none;
}
.wpcf7 form input[type="submit"]:hover {
    color: #fff;
}
.wpcf7 form label {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    display: block;
}
.wpcf7 form .row
.wpcf7 .wpcf7-form-control.wpcf7-submit {
    width: 157px;
}
.wpcf7 form textarea {
    margin-bottom: 10px;
}
.wishlist_table .wishlist-empty {
    font-size: 14px;
}
.wishlist_table .yith-wcwl-share li, .entry-content .yith-wcwl-share li {
    margin-right: 5px;
}
.woocommerce .wishlist-title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
    color: #222222;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
    text-align: center;
}
.wishlist_table .product-name {
    text-align: center !important;
}
.wishlist_table .product-name a:not(.button) {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}
.wishlist_table .product-price {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    line-height: 100%;
}
.wishlist_table th.product-name {
    font-size: 14px;
    color: #333333;
}
.wishlist_table th.product-price {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}
.wishlist_table .product-stock-status {
    font-size: 14px;
    text-align: center;
}
.wishlist_table th.product-stock-status {
    color: #333333;
}
.wishlist_table td.product-remove {
    font-size: 0;
    position: relative;
}
.wishlist_table td.product-remove .remove_from_wishlist:before {
    content: "\f014";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #888;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
#customer_login {
    width: 100%;
    margin: 0 auto;
    max-width: 970px;
}
#customer_login::before,
#customer_login:after {
    content: "";
    display: table;
}
#customer_login:after {
    clear: both;
}
#customer_login .u-column1, #customer_login .u-column2 {
    width: calc(50% - 15px);
    display: inline-block;
    box-shadow: 0 0 12px rgba(0,0,0,0.16);
    margin-bottom: 60px;
}
#customer_login .u-column1 {
    float: left;
}
#customer_login .u-column2 {
    float: right;
}
.header-account #customer_login h2 {
    display: none !important;
}
#customer_login label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}
#customer_login label.woocommerce-form__label-for-checkbox {
    margin: -10px 0 10px;
}
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
    border-color: #f1f1f1;
}
#customer_login .login, #customer_login .register {
    border-top: 2px solid #f1f1f1;
    padding: 20px 40px 60px;
}
#customer_login .register input[type="submit"] {
    width: 100%;
}
#customer_login .login input[type="submit"] {
    width: 150px;
}
#customer_login input[type=checkbox] {
    display: none;
}
#customer_login .woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
}
#customer_login .woocommerce-form__label-for-checkbox span:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border: 2px solid #f1f1f1;
    left: 0px;
    top: -2px;
}
#customer_login input[type=checkbox]:checked + span::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 6px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px;
}
#customer_login .lost_password {
    font-size: 14px;
    color: #222;
    font-weight: 700;
}
.woocommerce-MyAccount-content .form-row label {
    display: block;
    font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
    width: 100%;
    margin-top: 50px;
}
.woocommerce-MyAccount-content fieldset legend {
    color: #101010;
    display: block;
    border-bottom: none;
}
.woocommerce-MyAccount-content .form-row input {
    width: 100%;
}
.woocommerce-MyAccount-content h3 {
    margin: 0 0 30px;
}
.woocommerce-MyAccount-navigation > ul {
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-MyAccount-navigation > ul li {
    border-top: 1px solid #ededed;
    list-style: none;
    padding: 0 20px;
}
.woocommerce-MyAccount-navigation > ul li.is-active a,
.woocommerce-MyAccount-navigation > ul li:hover > a,
.woocommerce-MyAccount-navigation > ul li > a:hover {
    background-color: #f1f1f1;
    color: #222;
}
.woocommerce .woocommerce-MyAccount-navigation a {
    line-height: 43px;
    font-size: 15px;
    color: #555;
}
.woocommerce .woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #000;
}
.woocommerce-cart-form .shop_table th, .woocommerce-cart-form .shop_table td {
    border: none;
    text-align: left;
}
.woocommerce-cart-form {
    border: 2px solid #f1f1f1;
}
.cart_totals .shop_table th {
    color: #222;
    font-weight: 600;
}
.woocommerce-cart-form .button {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    color: #222;
    padding: 7px 20px;
}
.woocommerce-cart-form .shop_table {
    border: none;
    width: 100%;
}
.woocommerce-cart-form .shop_table thead tr, .woocommerce-cart-form .shop_table tr.cart_item {
    border-bottom: 2px solid #f1f1f1;
}
.woocommerce-cart-form .shop_table thead > tr, .woocommerce-cart-form .shop_table tbody > tr.cart_item {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    text-align: left;
}
.woocommerce-cart-form .shop_table tbody > tr > td {
    padding: 30px 30px 30px 0;
}
.woocommerce-cart-form .shop_table thead th, .woocommerce-cart-form .shop_table tbody tr.cart_item td {
    display: inline-block;
    line-height: 24px;
    border: none;
    text-align: left;
}
.woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    width: 20px;
    font-size: 0;
    font-weight: 700;
    text-align: right;
    padding: 30px 0;
}
.woocommerce-cart-form .shop_table thead {
    display: none;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
    width: 160px;
    padding-left: 30px;
}
.woocommerce-cart-form .shop_table .product-name {
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}
.woocommerce-cart-form .shop_table .product-price {
    width: 25%;
    font-size: 20px;
    color: #111;
    font-weight: 700;
}
.woocommerce-cart-form .shop_table .product-quantity {
    width: 12%;
}
.woocommerce-cart-form .shop_table .product-quantity .quantity {
    display: block;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
}
.wc-proceed-to-checkout {
    text-align: right;
}
.woocommerce-cart-form .shop_table .product-quantity .quantity .control {
    border: none;
}
.woocommerce-cart-form .shop_table tbody > tr > td.actions {
    padding: 50px 30px;
}
.woocommerce-cart-form .shop_table .actions .coupon {
    display: inline-block;
}
.woocommerce-cart-form .shop_table .actions .coupon label {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.woocommerce-cart-form .shop_table .actions > .button {
    float: right;
    cursor: pointer;
}
.woocommerce-cart-form .product-remove a:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 20px;
    color: #aaa;
}
.woocommerce-cart-form .product-remove a:hover {
    color: #222;
}
.cart-collaterals {
    margin-bottom: 80px;
}
.cart-collaterals .checkout-button {
    margin-top: 30px;
}
.cart-collaterals .cart_totals h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 19px;
    margin: 50px 0;
    color: #222222;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons,
.wc-proceed-to-checkout .wcppec-checkout-buttons__separator,
.wc-proceed-to-checkout .wcppec-checkout-buttons__button {
    display: inline-block;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons__separator {
    padding: 0 15px;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons__button {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background-color: #222;
}
.shop_table.order_details th {
    color: #222;
    font-weight: 600;
}
.woocommerce-checkout .col2-set {
    overflow: hidden;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: calc(100% - 400px);
    float: left;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 370px;
}
form.woocommerce-checkout {
    padding: 35px 30px 50px;
    border: solid 2px #f3f3f3;
    margin-bottom: 80px;
}
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout #ship-to-different-address,
#order_review_heading {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 35px;
}
.form-row.form-row-first, .form-row.form-row-last {
    display: inline-block;
    width: calc(50% - 15px);
    overflow: visible;
}
.form-row .form-row-first {
    float: left;
}
.form-row.form-row-last {
    float: right;
}
.form-row:not(.form-row-last) {
    clear: left;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row
label {
    display: block;
}
.woocommerce form .form-row label.screen-reader-text {
    display: none;
}
.form-row .input-text {
    width: 100%;
}
.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 #billing_address_2 {
    margin-top: 24px;
}
.select2-container .select2-selection--single {
    height: auto;
    color: inherit;
    padding: 5px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}
.select2-container .select2-choice, .select2-container--default .select2-selection--single {
    border: 2px solid #f1f1f1;
    padding: 5px 20px;
    color: #414141;
    border-radius: 5px;
    background: transparent;
    height: 43px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
}
.woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
    height: 145px;
    overflow: hidden;
}
.create-account label {
    display: inline-block !important;
    clear: none;
    padding-left: 20px
}
#customer_details .create-account label {
    padding-left: 0;
}
#customer_details .create-account label span {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
#customer_details .create-account label span:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #f1f1f1;
    left: 0px;
    top: 2px;
}
#customer_details .create-account label input[type=checkbox]:checked + span:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 3px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px;
}
.shop_table {
    margin-bottom: 0;
}
.shop_table th, .shop_table td {
    padding: 10px;
    border: 2px solid #f1f1f1;
}
#order_review {
    width: calc(100% - 400px);
}
#order_review .shop_table.woocommerce-checkout-review-order-table {
    border: none;
}
#payment,
.woocommerce-checkout-payment {
    padding: 30px 15px;
    margin-top: 30px;
}
#payment,
.woocommerce-checkout-payment,
.payment_methods {
    margin: 0;
    padding: 0;
}
#payment .payment_methods .wc_payment_method,
.woocommerce-checkout-payment .payment_methods .wc_payment_method {
    list-style: none;
}
.wc_payment_method label {
    margin: 0;
}
.wc_payment_method .input-radio {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.woocommerce-checkout-review-order-table th {
    color: #222;
    font-weight: 600;
}
#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;
}
.woocommerce-checkout-payment .payment_box p:last-child {
    margin: 0;
}
#payment .validate-required {
    margin-left: 20px;
}
.woocommerce .place-order .button {
    margin-top: 20px;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin-top: 0;
}
.woocommerce-shipping-fields input[type=checkbox] {
    display: none;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 31px;
    cursor: pointer
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    border: 2px solid #f1f1f1;
    left: 0px;
    top: -2px;
}
.woocommerce-shipping-fields input[type=checkbox]:checked + span::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 2px;
    left: 6px;
    width: 10px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    color: #444;
    position: absolute;
    z-index: 11;
    padding: 0;
    line-height: 14px;
}
.error-404 {
    display: table;
    padding: 50px 0;
    width: 100%;
}
.error-404 .images {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.error-404 .text-404 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.text-404 .page-title {
    font-size: 36px;
    color: #111111;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1;
}
.text-404 .page-content {
    font-size: 15px;
    line-height: 24px;
    color: #888888;
}
.text-404 .page-content .hightlight {
    color: #222222;
    font-weight: 700;
    cursor: pointer;
}
.error-404 .search-form > p {
    display: inline-block;
    margin-right: 5px;
}


/*Product*/
.products,
.slick-slider {
    padding: 0;
    margin: 0;
}
.product-item {
    list-style: none;
}
.product-item .product-inner {
    border: 2px solid #f1f1f1;
    padding: 18px;
    overflow: hidden;
    position: relative;
}
.product-item .product-thumb {
    margin-bottom: 25px;
    position: relative;
}
.product-thumb .thumb-inner {
    text-align: center;
}
.product-thumb .thumb-inner .thumb-link {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.product-thumb .thumb-inner .thumb-link img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.product-item .product-top {
    margin-bottom: 13px;
    overflow: hidden;
}
.product-thumb .thumb-inner .product-labels {
    display: none;
}
.product-item .product-labels {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    color: #222;
    line-height: 18px;
    margin-top: -2px;
}
.product-item .product-labels > span {
    display: block;
    margin-bottom: 2px;
}
.product-item .product-labels .onsale .percent {
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .feedback{
    display: none !important;
}
.product-item .yith-wcwl-add-to-wishlist {
    display: inline-block;
    float: right;
    margin: 0;
    padding-right: 1px;
}
.product-item .yith-wcwl-add-to-wishlist > div {
    display: inline-block;
    float: left;
    margin: 0;
    position: relative;
    font-size: 0;
    line-height: normal;
    vertical-align: top;
}
.product-item .yith-wcwl-add-to-wishlist > div a {
    display: inline-block;
}
.product-item .yith-wcwl-add-to-wishlist > div a i {
    display: none;
}
.product-item .yith-wcwl-add-to-wishlist > div a:before,
.product-item .compare-button a::before{
    font-size: 18px;
    font-family: 'FontAwesome';
    content: "\f08a";
    color: #cccccc;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}
.product-item .compare-button a::before {
    content: "\e91a";
    font-family: 'turanicon';
}
.product-item .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse a:before,
.product-item .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse a:before,
.product-item .yith-wcwl-add-to-wishlist > div a:hover::before {
    content: "\f004";
}
.product-item .yith-wcwl-add-to-wishlist > div a:hover:before,
.product-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.product-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    color: #222;
}
.product-item .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}
.product-item .button.yith-wcqv-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.3);
    color: #222;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 100%;
    z-index: 10;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.product-item:hover .button.yith-wcqv-button {
    opacity: 1;
    visibility: visible;
}
.product-item .button.yith-wcqv-button:hover {
    color: #fff;
    background-color: #222;
}
.product-item .button.yith-wcqv-button:before {
    font-size: 14px;
    font-family: 'FontAwesome';
    content: "\f002";
}
.product-item .product-info {
    text-align: center;
    position: relative;
}
.product-item:hover .product-info {
    opacity: 0;
}
.product-item .product-title {
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 600;
    color: #333;
}
.product-item .product-title a {
    color: inherit;
}
.product-item .group-info .product-title {
    display: none;
}
.star-rating {
    font-size: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.star-rating-wrap .rating-count {
    display: none;
}
.star-rating:before,
.star-rating > span:before {
    display: inline-block;
    float: left;
    font-family: FontAwesome;
    content: "\f006\f006\f006\f006\f006";
    font-size: 13px;
    line-height: 13px;
    color: #666666;
    letter-spacing: 2px;
}
.star-rating > span:before {
    content: "\f005\f005\f005\f005\f005";
    color: #222;
}
.star-rating > span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 13px;
    letter-spacing: 2px;
}
.product-item .price {
    display: block;
    font-size: 16px;
    color: #111;
    font-weight: 700;
    line-height: 100%;
}
.product-item .price ins {
    text-decoration: none;
    font-weight: 600;
}
.product-item .price del {
    font-weight: 300;
    color: #888888;
    margin-right: 2px;
}
.quantity {
    display: table;
    width: 82px;
    text-align: center;
}
.product-item .quantity {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-right: 8px;
}
.product-item .quantity input {
    width: inherit;
}
.quantity .control {
    display: flex;
    justify-content: space-evenly;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    width: 100%;
    padding: 0;
}
.quantity .control .btn-number,
.quantity .control .input-qty {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    height: inherit;
}
.quantity .control .input-qty {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    width: 30px;
}
.quantity .control .btn-number {
    font-size: 23px;
    color: #d9d9d9;
    font-weight: 700;
    width: 20px;
}
.product-item .loop-form-add-to-cart .button,
.product-item .group-buttons .add-to-cart a,
.product-item .loop-form-add-to-cart .added_to_cart,
.product-item .group-buttons .add-to-cart .added_to_cart {
    border: 2px solid #e9e9e9;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    padding: 7px 20px;
    margin-bottom: 15px;
    vertical-align: middle;
    opacity: 1;
    line-height: 24px;
}
.product-item .loop-form-add-to-cart .button.added,
.product-item .group-buttons .add-to-cart a.added {
    display: none;
}
.product-item .loop-form-add-to-cart .cart {
    margin-bottom: 0;
}
.product-item .loop-form-add-to-cart .variations_form.cart {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
}
.group-buttons .add_to_cart_button.added {
    display: none !important;
}
.product-item .loop-form-add-to-cart .button.loading::before,
.product-item .group-buttons .add-to-cart a.loading::before,
.product-item .loop-form-add-to-cart .added_to_cart.loading::before,
.product-item .group-buttons .add-to-cart .added_to_cart.loading::before,
.product-item .group-buttons .add_to_cart_button.loading::before {
    font-family: 'turanicon';
    content: "\e906";
    -moz-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    position: absolute;
    z-index: 1;
    left: 2px;
}
.product-item.product-type-variable .loop-form-add-to-cart {
    padding-bottom: 0;
}
.product-item:hover .loop-form-add-to-cart {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.product-type-external .loop-form-add-to-cart .cart {
    margin-bottom: 0;
}
.product-item .variations,
.product-item .variations tr,
.product-item .variations td {
    border: none;
    color: #aaaaaa;
    font-size: 16px;
    margin: 0;
}
.product-item .variations td {
    padding: 9px 0 8px;
}
.product-item .variations tr {
    border-top: 1px solid #efefef;
}
.product-item .variations .label {
    padding: 0;
    border: none;
}
.product-item .variations .label label {
    font-size: 16px;
    color: #555;
    display: block;
    text-align: left;
    margin: 0;
    margin-inline-start: 10px;
}
.product-item .variations .value {
    padding: 9px 10px 8px;
}
.product-item .variations a {
    color: #222;
}
.product-item .loop-form-add-to-cart .reset_variations {
    display: none !important;
}
.product-item .rtwpvs-term:not(.rtwpvs-radio-term) {
    width: 20px;
    height: 20px;
}
body.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:before,
body.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:after {
    display: none;
    opacity: 0;
    visibility: hidden;
}
body.rtwpvs .product-item .rtwpvs-terms-wrapper .rtwpvs-term {
    margin: 0 4px 4px 0;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term{
    width: auto;
    height: auto;
}
body.rtwpvs .product-item .rtwpvs-terms-wrapper .rtwpvs-term,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-button-term span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span {
    box-shadow: none;
    color: #aaa;
    background-color: transparent !important;
    padding: 0;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.selected,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.selected span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.selected:hover,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:hover,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term.selected span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
    color: #222;
    box-shadow: none !important;
    font-weight: 700;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term.selected span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover span,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover {
    background-color: transparent !important;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term:hover > span::before,
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term.selected > span::before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 10px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    right: 0;
    margin: auto;
    line-height: 20px;
    text-align: center;
}
body.rtwpvs #yith-quick-view-modal .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term:hover > span::before,
body.rtwpvs #yith-quick-view-modal .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term.selected > span::before {
    line-height: 26px;
}
body.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term.selected > span::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background-color: transparent;
}
.ajax_add_to_cart.added {
    display: none;
}
.ajax_add_to_cart.loading:before {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
}
body #yith-quick-view-modal .yith-wcqv-main {
    overflow: inherit;
    overflow-y: auto;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    overflow: inherit;
    padding: 40px 30px;
}
body #yith-quick-view-close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #222;
    color: #EEEEEE;
    font-size: 0;
    right: -15px;
    top: -15px;
    border: none;
    border-radius: 50%;
    opacity: 1;
}
body #yith-quick-view-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 15px;
}
body #yith-quick-view-close:hover {
    color: #fff;
}
#yith-quick-view-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}
body #yith-quick-view-content div.images {
    width: 50%;
    border: none;
    padding: 0;
    float: left;
}
body #yith-quick-view-content div.summary {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 0;
    padding-left: 30px;
    text-align: left;
    height: 355px;
    overflow-y: auto;
}
body #yith-quick-view-content .woocommerce-product-details__short-description {
    display: none;
}
#yith-quick-view-content .summary .price {
    font-size: 18px;
}
.yith-wcqv-wrapper {
    height: auto !important;
}
.product-item .variations .variation {
    padding: 8px 0 10px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}
.product-item .variations .variation .variation-label,
.product-item .variations .variation .variation-value {
    display: inline-block;
    float: left;
    margin: 0;
}
.product-item .variations .variation .variation-value a {
    display: inline-block;
    margin-left: 10px;
}
.product-item .variations .variation .variation-value .active {
    color: #aaaaaa;
    text-decoration: line-through;
    font-weight: 400;
}
.product-item .variations .variation .variation-value {
    font-weight: 600;
}
.product-item .variations .variation .variation-label:after {
    content: ':';
}
.product-item .variations .reset_variations {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    display: none;
    width: 100%;
}
.product-item .woocommerce-variation-price {
    text-align: center;
    margin-bottom: 5px;
}
.group-buttons .add_to_cart_button::before {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-size: 20px;
}
.group-buttons .button:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
.product-item:hover .product-inner {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    z-index: 2;
    background-color: #fff;
}
.group-buttons .added_to_cart {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.product-item.style-02 .product-title,
.product-item.style-02 .star-rating {
    margin-bottom: 6px;
}
.product-item.style-02 .product-title {
    font-size: 20px;
}
.product-item.style-02 .product-title a {
    color: #222;
}
.product-item.style-02:hover .product-info {
    opacity: 1;
}
.product-item.style-02 .product-inner {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    line-height: 0
}
.product-item.style-02 .product-thumb,
.product-item.style-02 .product-info {
    font-size: 14px;
    line-height: 24px;
}
.product-item.style-02 .product-thumb {
    width: 270px;
    max-width: 55%;
    float: left;
    margin-bottom: 0;
    position: relative;
}
.product-item.style-02 .product-item .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}
.product-item.style-02 .product-info {
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
}
.product-item.style-02 .product-info .group-info .price {
    display: none;
}
.product-info .desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 21px;
}
.product-item.style-02 .group-buttons {
    display: table;
}
.product-item.style-02 .group-buttons .price,
.product-item.style-02 .group-buttons .button,
.product-item.style-02 .group-buttons .added_to_cart,
.product-item.style-02 .product-info .add-to-cart {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.product-item.style-02 .group-buttons .price {
    padding: 10px 15px;
    border: 2px solid #f1f1f1;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}
.product-item.style-02 .group-buttons .price .add-to-cart {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
.product-item.style-02 .group-buttons .button,
.product-item.style-02 .group-buttons .added_to_cart {
    background: transparent;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #f1f1f1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
}
.product-item.style-02 .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 0;
    right: 0;
}
.product-item.style-02 {
    margin-bottom: 0;
}
.product-item.style-03 {
    margin-bottom: 0;
}
.product-item.style-03.product-type-variable .loop-form-add-to-cart {
    position: static;
    opacity: 1;
    visibility: visible;
    text-align: left;
}
.product-item.style-03 .group-buttons .add-to-cart .price {
    display: none;
}
.product-item.style-03 .product-inner {
    overflow: hidden;
    padding: 10px;
}
.product-item.style-03 .product-thumb {
    float: left;
    margin-right: 10px;
    max-width: 150px;
    margin-bottom: 0;
}
.product-item.style-03 .product-info {
    overflow: hidden;
    text-align: left;
}
.product-item.style-03:hover .product-info {
    opacity: 1;
}
.product-item.style-03 .product-title {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 13px;
}
.product-item.style-03 .group-buttons .button,
.product-item.style-03 .group-buttons .added_to_cart {
    height: 36px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
    color: #333;
    background-color: #fff;
    border: 2px solid #dddddd;
    padding: 0 15px;
    line-height: 32px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.product-item.style-03 .group-buttons .button:hover,
.product-item.style-03 .group-buttons .added_to_cart:hover {
    color: #ffffff;
    background-color: #222
}
.product-item.style-04 {
    margin-bottom: 0;
}
.product-item.style-04 .product-inner {
    padding: 0 16px;
    border: 0;
}
.product-item.style-04:hover .product-inner {
    box-shadow: none;
}
.product-item.style-04:hover .product-info {
    opacity: 1;
}
.product-item.style-04 .group-info {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
}
.product-item.style-04 .product-info .group-info .price {
    font-size: 24px;
    float: left;
    margin-right: 8px;
}
.product-item.style-04 .product-info .group-info .price del,
.product-item.style-04 .group-buttons .price {
    display: none;
}
.product-item.style-04 .product-info .group-info .star-rating-wrap {
    float: right;
}
.product-item.style-04 .group-buttons .button,
.product-item.style-04 .group-buttons .added_to_cart {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
}
.product-item.style-04 .group-buttons .button:hover,
.product-item.style-04 .group-buttons .added_to_cart:hover {
    background-color: #333;
}
.product-item.style-04 .product-thumb {
    margin-bottom: 18px;
}
.product-item.style-05 .product-thumb {
    margin-bottom: 10px;
}
.product-item.style-05 .product-info {
    margin-bottom: 5px;
    min-height: 69px;
}
.product-item.style-05 .product-title {
    margin-top: 13px;
}
.product-item.style-05 .loop-form-add-to-cart {
    padding-top: 0;
}
.product-item.style-05 .quantity {
    margin-bottom: 15px;
}
.product-item.style-05 .loop-form-add-to-cart .button {
    margin-bottom: 15px;
}
.product-item.style-05 .loop-form-add-to-cart .cart .single_variation_wrap,
.product-item.style-06 .loop-form-add-to-cart .cart .single_variation_wrap {
    padding: 0;
}
.product-item.style-06 .product-inner {
    padding: 15px;
    border: solid 4px #eee;
}
.product-item.style-06 .product-thumb {
    margin-bottom: 35px;
}
.product-item.style-06.product-type-variable .product-inner {
    padding-bottom: 0;
}
.product-item.style-06:hover .product-info {
    opacity: 1;
}
.product-item.style-06:hover .product-inner {
    box-shadow: none;
}
.product-item.style-06 .loop-form-add-to-cart,
.product-item.style-06 .loop-form-add-to-cart {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.product-item.style-06 .variations .label label {
    padding-left: 0;
}
.product-item.style-06 .variations tr:first-child {
    border-top: none;
}
.product-item.style-06 .variations {
    position: relative;
}
.product-item.style-06 .variations::before {
    width: calc(100% + 40px);
    height: 1px;
    background-color: #eee;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -20px;
}
.ovic-products.has-product-style-07 .title {
    padding-left: calc(40% + 30px);
    margin: 0 0 40px;
    text-align: left;
}
.product-item.style-07 .product-inner {
    padding: 0;
}
.product-item.style-07 .product-thumb {
    width: 40%;
    max-width: 470px;
    float: left;
}
.product-item.style-07 .product-info {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 60%;
}
.product-item.style-07 .product-title {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-item.style-07 .desc {
    font-size: 16px;
    color: #555555;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 16px;
}
.product-item.style-07 .product-inner,
.product-item.style-07:hover .product-inner {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.product-item.style-07 .product-info {
    opacity: 1;
    text-align: left;
    padding-left: 30px;
}
.product-item.style-07 .price {
    font-size: 30px;
    color: #111;
    line-height: 43px;
    font-weight: 700;
    margin-right: 50px;
    float: left;
}
.product-item.style-07 .price del {
    color: #888;
}
.product-item.style-07 .loop-form-add-to-cart {
    position: static;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    text-align: left;
}
.product-item.style-07 .loop-form-add-to-cart .variations_form.cart {
    display: block;
    text-align: left;
}
.product-item.style-07.product-type-variable .loop-form-add-to-cart {
    background-color: transparent;
}
.product-item.style-07 .single_variation {
    float: left;
    margin-right: 50px;
}
.product-item.style-07 .variations {
    display: inline-block;
    margin-bottom: 20px;
}
.product-item.style-07 .loop-form-add-to-cart .variations_button {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.product-item.style-07 .variations .label label {
    padding-left: 0;
    font-size: 18px;
    color: #222;
}
.product-item.style-07 .variations td {
    font-size: 18px;
}
.product-item.style-07 .loop-form-add-to-cart .button,
.product-item.style-07 .group-buttons .add-to-cart a,
.product-item.style-07 .loop-form-add-to-cart .added_to_cart,
.product-item.style-07 .group-buttons .add-to-cart .added_to_cart {
    color: #fff;
}
.product-item.style-07 .loop-form-add-to-cart .button:hover,
.product-item.style-07 .group-buttons .add-to-cart a:hover,
.product-item.style-07 .loop-form-add-to-cart .added_to_cart:hover,
.product-item.style-07 .group-buttons .add-to-cart .added_to_cart:hover {
    background-color: #000;
}
.product-item .group-buttons .button:hover,
.product-item .loop-form-add-to-cart .button:hover {
    color: #fff;
    background-color: #111;
}
.product-item .loop-form-add-to-cart {
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    text-align: center;
    z-index: 10;
    padding: 12px 0 0;
}
.product-item .loop-form-add-to-cart .turan-countdown-wrapper {
    margin-bottom: 8px;
}
.turan-countdown-wrapper {
    overflow: hidden;
    text-align: center;
}
.turan-countdown > span {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ddd;
    padding: 5px;
    height: 49px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 3px;
    width: 49px;
    min-height: 49px;
    text-align: center;
}
.turan-countdown > span:last-child {
    margin: 0;
}
.turan-countdown > span .number {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    display: block;
}
.turan-countdown > span .text {
    font-size: 13px;
    color: #aaa;
    display: block;
    line-height: 16px;
}

.product-item .loop-form-add-to-cart .group_table {
    display: none;
}
.single_variation_wrap:before,
.single_variation_wrap:after {
    content: '';
    display: table;
}
.single_variation_wrap:after {
    clear: both;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.product-item .product-labels {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    color: #222;
    line-height: 18px;
    margin-top: -2px;
}
.product-item.style-08 .product-inner,
.product-item.style-08:hover .product-inner {
    display: table;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
}
.product-item.style-08 .product-thumb,
.product-item.style-08 .product-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.product-item.style-08 .product-thumb {
    width: 470px;
}
.product-item.style-08 .product-info {
    width: calc(100% - 470px);
    padding-left: 100px;
}
.product-item.style-08 .product-thumb .thumb-inner {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
}
.product-item.style-08 .product-thumb .thumb-inner .product-labels {
    display: inline-block;
    vertical-align: top;
}
.product-item .product-thumb > .onnew,
.product-item .product-thumb > .onsale  {
    display: none;
}
.product-item.style-08 .product-labels,
.product-item.style-09 .product-labels {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.product-item.style-08 .product-labels > span,
.product-item.style-09 .product-labels > span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 5px;
}
.product-item.style-08 .product-labels .onsale .percent,
.product-item.style-09 .product-labels .onsale .percent {
    display: block;
}
.product-item.style-08 .product-labels .onsale .text,
.product-item.style-09 .product-labels .onsale .text {
    display: none;
}
.product-item.style-08:hover .product-info {
    opacity: 1;
}
.product-item.style-08 .product-info,
.product-item.style-08 .turan-countdown-wrapper {
    text-align: left;
}
.product-item.style-08 .product-title {
    font-size: 18px;
    color: #CCCCCC;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-item.style-08 .product-info .brand {
    font-size: 16px;
    color: #cccccc;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-bottom: 30px;
}
.product-item.style-08 .product-info .brand a {
    color: inherit;
}
.product-item.style-08 .product-info .add-to-cart a {
    font-size: 14px;
    color: #fff;
    border: solid 2px #fff;
    padding: 0 38px;
    border-radius: 24px;
    line-height: 47px;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
}
.product-item.style-08 .product-info .price {
    font-size: 50px;
    color: #CCCCCC;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    direction: rtl;
}
.product-item.style-08 .product-info .price del {
    font-weight: 600;
    font-size: 26px;
}
.product-item.style-08 .star-rating-wrap {
    margin-bottom: 25px;
}
.product-item.style-08 .turan-countdown {
    margin-bottom: 35px;
}
.product-item.style-08 .turan-countdown > span{
    border: none;
    width: auto;
    height: auto;
    padding: 0;
}
.product-item.style-08 .turan-countdown > span .number {
    height: 47px;
    width: 47px;
    text-align: center;
    line-height: 43px;
    border: solid 2px #fff;
    border-radius: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.product-item.style-08 .turan-countdown > span .text {
    text-transform: uppercase;
    font-size: 14px;
    color: #bbb;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.product-item.style-08 .product-info .ask-question {
    color: #aaaaaa;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.product-item.style-08 .product-info .ask-question a {
    color: inherit;
}
.product-item.style-09 .product-inner {
    overflow: inherit;
    padding: 10px;
    background-color: transparent;
}
.product-item.style-09 .star-rating > span:before {
    color: #e6b00c;
}
.product-item.style-09 .group-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.product-item .group-buttons .feedback {
    display: none;
}
.product-item.style-09:not(:hover) .product-inner .group-buttons > * {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.product-item.style-09 .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-09 .group-button > *:nth-child(2),
.product-item.style-09 .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-09 .group-button .yith-wcwl-add-to-wishlist ,
.product-item.style-09 .group-button .compare-button,
.product-item.style-09 .group-button .button.yith-wcqv-button {
    position: static;
    margin-bottom: 5px;
}
.product-item.style-09 .yith-wcqv-button,
.product-item.style-09 a.compare,
.product-item.style-09 .yith-wcwl-add-to-wishlist a {
    width: 34px;
    height: 34px;
    font-size: 0;
    background-color: #333;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    position: static;
    padding: 0;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}
.product-item.style-09 .yith-wcqv-button:before,
.product-item.style-09 a.compare:before,
.product-item.style-09 .yith-wcwl-add-to-wishlist a::before {
    font-size: 20px;
}
.product-item.style-09 .yith-wcqv-button:before {
    content: "\e915";
    font-family: 'turanicon';
}
.product-item.style-09:hover .product-info {
    opacity: 1;
}
.product-item.style-09 .loop-form-add-to-cart,
.product-item.style-09.product-type-variable .loop-form-add-to-cart {
    background-color: inherit;
    border: 2px solid #f1f1f1;
    border-top: none;
    left: -2px;
    right: -2px;
    width: calc(100% + 4px);
    padding-top: 18px;
    padding-bottom: 15px;
    bottom: auto;
    top: 100%;
}
.product-item.style-09:hover .loop-form-add-to-cart {
    top: 100%;
    bottom: auto;
}
.product-item.style-09 .yith-wcwl-add-to-wishlist > div,
.product-item.style-09 .yith-wcwl-add-to-wishlist {
    float: none;
    padding: 0;
}
.product-item.style-09 .yith-wcwl-add-to-wishlist,
.product-item.style-09 .compare-button {
    margin-bottom: 5px;
}
.product-item.style-09 .loop-form-add-to-cart .button {
    border-radius: 24px;
    line-height: 48px;
    padding: 0 30px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border: none;
}
.product-item.style-09 .loop-form-add-to-cart .button:hover {
    background-color: #000;
}
.product-item.style-10 .product-inner {
    background-color: #131313;
}
.product-item.style-10 .product-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.product-item.style-10 .price {
    font-weight: 700;
    font-size: 20px;
    direction: rtl;
}
.product-item.style-10 .price del {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.product-item.style-10 .loop-form-add-to-cart .button {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.product-item.style-12 .product-inner {
    background-color: transparent;
    padding: 0;
    border: none;
}
.product-item.style-12 .product-inner .product-labels {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    left: auto;
}
.product-item.style-12 .product-inner .product-thumb {
    border: solid 1px rgba(255,255,255,0.1);
}
.product-item.style-12 .product-inner .product-title {
    font-size: 16px;
    color: #888888;
    font-family: 'Arimo', sans-serif;
}
.product-item.style-12 .product-inner .price {
    color: #fff;
    font-size: 18px;
    font-family: 'Arimo', sans-serif;
}
.product-item.style-12 .loop-form-add-to-cart > * {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 7px;
}
.product-item.style-12 .loop-form-add-to-cart .add-to-cart a::before {
    content: "\e91c";
    margin-right: 5px;
    font-family: 'turanicon';
}
.product-item.style-12 .loop-form-add-to-cart .add-to-cart a,
.product-item.style-12 .loop-form-add-to-cart .add-to-cart a:hover {
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border: none;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
}
.product-item.style-12 .loop-form-add-to-cart .compare-button a,
.product-item.style-12 .loop-form-add-to-cart .compare-button a:hover,
.product-item.style-12 .loop-form-add-to-cart .yith-wcwl-add-to-wishlist > div  a,
.product-item.style-12 .loop-form-add-to-cart .yith-wcwl-add-to-wishlist > div  a:hover {
    font-size: 0;
    font-weight: normal;
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 40px;
    color: #fff;
}
.product-item.style-12 .loop-form-add-to-cart .compare-button a::before {
    content: "\e91b";
    font-size: 18px;
    color: #fff;
}
.product-item.style-12 .loop-form-add-to-cart .yith-wcwl-add-to-wishlist > div  a::before {
    font-size: 20px;
    content: "\e91d";
    font-family: 'turanicon';
    color: #fff;
}
.product-item.style-13 .product-inner,
.product-item.style-13 .product-inner:hover {
    background-color: transparent;
    border: none;
    padding: 0;
}
.product-item.style-13 .product-info,
.product-item.style-13:hover .product-info {
    opacity: 1;
    text-align: left;
}
.product-item.style-13 .product-title {
    font-size: 24px;
    color: #fff;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 10px;
}
.product-item.style-13 .price {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.product-item.style-13 .desc {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-family: 'Arimo', sans-serif;
}
.product-item.style-13 .turan-countdown-wrapper{
    text-align: left;
    margin-bottom: 30px;
}
.product-item.style-13 .turan-countdown > span {
    width: 90px;
    height: 85px;
    border: none;
    background-color: #f6f6f6;
    margin-right: 15px;
}
.product-item.style-13 .turan-countdown > span .number {
    font-size: 24px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0 5px;
}
.product-item.style-13 .turan-countdown > span .text {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #aaaaaa;
}
.product-item.style-13 .add-to-cart a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 0 20px;
    line-height: 45px;
    border-radius: 22px;
}



.product-item.list .product-labels > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.product-item.list .product-labels > span::after {
    display: inline-block;
    vertical-align: bottom;
    content: ',';
}
.product-item.list .product-labels > span:last-child::after {
    display: none;
}
.product-item.list .product-content-bottom {
    display: table;
    width: 100%;
}
.product-item.list .flash > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.product-item.list .flash > span::after {
    display: inline-block;
    vertical-align: bottom;
    content: ',';
}
.product-item.list .flash > span:last-child::after {
    display: none;
}
.product-item.list .product-thumb {
    max-width: 300px;
}
.product-item.list .product-thumb,
.product-item.list .loop-form-add-to-cart {
    display: table-cell;
    vertical-align: middle;
}
.product-item.list .product-content-bottom .product-thumb {
    width: 250px;
    padding-right: 20px;
    margin: 0;
}
.product-item.list .product-content-bottom .loop-form-add-to-cart {
    width: 280px;
    padding: 0 20px;
    position: static;
    opacity: 1;
    visibility: visible;
    border-left: 2px solid #f1f1f1;
    text-align: left;
}
.product-item.list .product-content-bottom .loop-form-add-to-cart .quantity {
    float: left;
}
.product-item.list .loop-form-add-to-cart .variations_form.cart {
    text-align: left;
    display: block;
}
.product-item.list .loop-form-add-to-cart .variations {
    margin-bottom: 30px;
}
.product-item.list .variations tr {
    border-top: none;
    border-bottom: 1px solid #efefef;
}
.product-item.list .product-thumb .yith-wcwl-add-to-wishlist {
    display: none;
}
.product-item.list:hover .product-info {
    opacity: 1;
}
.product-item.list .product-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    border-left: 2px solid #f1f1f1;
}
.product-item.list .product-info .group-info .price,
.product-item.list .product-content-bottom .loop-form-add-to-cart .star-rating {
    display: none;
}
.product-item.list .shop_attributes,
.product-item.list .shop_attributes .name, .product-item.list .shop_attributes .attribute {
    border: none;
    padding: 0 10px 0 0;
    margin-top: 10px;
    display: inline-block;
}
.product-item.list .shop_attributes {
    display: block;
}
.product-item.list .yith-wcwl-add-to-wishlist {
    width: 100%;
    margin-bottom: 15px;
}
.product-item.list .shop_attributes .name {
    font-size: 14px;
    color: #222222;
}
.product-item.list .shop_attributes .attribute {
    font-size: 14px;
    color: #888888;
}
.product-item.list .shop_attributes p {
    display: inline-block;
    margin: 0;
}
.product-item.list .price {
    text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.product-item.list .price:after {
    content: '';
    width: 36px;
    height: 2px;
    background-color: #ebebeb;
    display: block;
    margin-top: 17px;
}
.product-item.list .variations .variation {
    display: block;
}
.product-item.list .loop-form-add-to-cart .cart {
    display: block;
    padding: 0;
}
.product-item.list .loop-form-add-to-cart .button {
    float: left;
}
/*Single Product*/
.single-product-wrapper .onsale {
    display: none;
}
.woocommerce-product-gallery {
    width: 50%;
    float: left;
    border-right: 2px solid #F1F1F1;
    padding-right: 50px;
    position: relative;
}
.shop-page.no-sidebar .woocommerce-product-gallery {
    padding-left: 70px;
    padding-right: 130px;
    padding-top: 150px;
}
.summary.entry-summary {
    width: 50%;
    float: right;
    padding-left: 50px;
}
body.rtwpvs .summary .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term:hover > span::before,
body.rtwpvs .summary .rtwpvs-terms-wrapper .rtwpvs-term.rtwpvs-color-term.selected > span::before {
    line-height: 26px;
}
.custom .tp-bullet {
    border-radius: 50%;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
    background-color: #000;
}
.flex-control-nav.flex-control-thumbs {
    margin: 0 -5px;
    padding: 0 40px;
    margin-top: 10px;
}
.flex-control-nav li {
    list-style: none;
    padding: 0 5px;
    cursor: pointer;
}
.flex-control-nav li img {
    border: 2px solid #eeeeee;
    margin: 0 auto;
}
.flex-control-nav li .flex-active {
    border-color: #222222;
}
.flex-control-nav .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    z-index: 10;
    background-color: #fff;
    font-size: 28px;
    line-height: 28px;
}
.flex-control-nav .slick-arrow.prev {
    left: 5px;
}
.flex-control-nav .slick-arrow.next {
    right: 2px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: 1em;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.shop-page #primary,
.single-product #primary {
    margin-bottom: 50px;
}
.shop-page #secondary,
.single-product #secondary {
    margin-bottom: 80px;
}
.shop-page.no-sidebar .flex-control-nav.flex-control-thumbs {
    padding: 0;
    margin: 0 -10px;
    margin-top: 20px;
}
.shop-page.no-sidebar .flex-control-nav.flex-control-thumbs li {
    padding: 0 10px;
}
.shop-page.no-sidebar .flex-control-nav span.slick-arrow {
    line-height: 29px;
}
.shop-page.no-sidebar .flex-control-nav i.slick-arrow {
    line-height: 35px;
}
.shop-page.no-sidebar .flex-control-nav .slick-arrow.prev {
    left: -15px;
}
.shop-page.no-sidebar .flex-control-nav .slick-arrow.next {
    right: -15px;
}
.shop-before-control {
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    font-weight: 600;
    color: #888888;
}
.shop-before-control:before,
.shop-before-control:after {
    content: '';
    display: table;
}
.shop-before-control:after {
    clear: both;
}
.shop-before-control .woocommerce-result-count {
    line-height: 28px;
}
.shop-before-control .woocommerce-result-count,
.shop-before-control .woocommerce-ordering,
.shop-before-control .grid-view-mode,
.shop-before-control .shop-filter-sidebar {
    padding: 0 40px;
    border-right: 2px solid #F1F1F1;
    display: table-cell;
    vertical-align: middle;
}
.shop-before-control .shop-filter-sidebar {
    width: 140px;
}
.shop-before-control .shop-filter-sidebar .action-filter-sidebar {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    position: relative;
}
.shop-before-control .shop-filter-sidebar .action-filter-sidebar:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.shop-before-control .woocommerce-ordering .title {
    line-height: 28px;
}
.shop-before-control .grid-view-mode {
    border-right: none;
    width: 125px;
    padding: 0;
    text-align: center;
}
.shop-before-control .grid-view-mode > form {
    display: inline-block;
    vertical-align: top;
}
 .shop-before-control .chosen-container {
     margin: 0;
 }
.woocommerce-ordering .chosen-container-single .chosen-single {
    padding-top: 0;
    padding-bottom: 0;
    height: 28px !important;
    border-radius: 28px;
    line-height: 28px !important;
    width: 154px;
    color: #222;
}
.woocommerce-ordering .chosen-container-single .chosen-single span {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.woocommerce-ordering .chosen-container-active.chosen-with-drop .chosen-single,
.woocommerce-ordering .chosen-container-single .chosen-single {
    background-image: none;
    border: 2px solid #eeeeee
}
.woocommerce-ordering select,
.woocommerce-ordering .chosen-container-active.chosen-with-drop .chosen-single,
.woocommerce-ordering .chosen-container .chosen-single {
    border-radius: 14px;
    padding: 0 20px 0 15px;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}
.form-search-width-category .chosen-container {
    margin: 0;
}
.form-search-width-category .chosen-container-single .chosen-single {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 20px;
    line-height: 21px !important;
    height: 21px !important;
    text-align: center;
    border-radius: 0;
}
.form-search-width-category .chosen-container-single .chosen-single > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    margin-right: 0px;
}
.grid-view-mode button {
    display: inline-block;
    width: 20px;
    padding: 8px 0 4px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
    background-color: transparent;
    color: #a5a5a5;
    font-size: 20px;
}
.grid-view-mode button:hover,
.grid-view-mode button.active {
    color: #222;
}
.shop-top-control .filter-sidebar-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    z-index: 50;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.shop-top-control.open .filter-sidebar-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
.shop-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 45px;
    line-height: 28px;
    text-transform: capitalize;
    margin-top: 30px;
    color: #222;
}


.post-pagination,
.woocommerce-pagination {
    margin-top: 10px;
    margin-bottom: 80px;
    text-align: center;
}
.woocommerce-pagination ul {
    margin: -5px 0 0;
    padding: 0;
}
.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.post-pagination > span,
.post-pagination > a,
.woocommerce-pagination a,
.woocommerce-pagination span {
    display: inline-block;
    width: 43px;
    height: 43px;
    border: 2px solid #F1F1F1;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    color: #888888;
    font-weight: 600;
    margin: 0 3px 5px;
    font-size: 18px;
}
.post-pagination > a:hover,
.woocommerce-pagination a:hover {
    color: #000;
}
.post-pagination > a.prev,
.woocommerce-pagination a.prev,
.post-pagination > a.next,
.woocommerce-pagination a.next {
    line-height: 37px;
    font-size: 0;
}
.post-pagination > a.prev::before,
.woocommerce-pagination a.prev::before,
.post-pagination > a.next::before,
.woocommerce-pagination a.next::before {
    font-family: 'FontAwesome';
    font-size: 26px;
}
.post-pagination > a.prev::before,
.woocommerce-pagination a.prev::before {
    content: '\f104';
}
.post-pagination > a.next::before,
.woocommerce-pagination a.next::before {
    content: '\f105';
}
.post-pagination > span,
.woocommerce-pagination span.current {
    color: #222;
    text-decoration: underline;
}

.ovic-products .product-list-grid,
ul.shop-page {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    clear: both;
}
ul.shop-page>.product-category,
ul.shop-page>.product-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.shop-page.columns-0>.product-category,
ul.shop-page.columns-0>.product-item,
ul.shop-page.columns-1>.product-category,
ul.shop-page.columns-1>.product-item {
    width: 100%!important;
}
ul.products.row,
ul.products.columns-3,
ul.products.columns-4,
ul.products.columns-5 {
    margin: 0 -15px;
}
ul.products.columns-3 .product-item,
ul.products.columns-4 .product-item,
ul.products.columns-5 .product-item {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
}
@media (min-width: 1200px) {
    .products.columns-4 .product-item {
        width: 25%;
    }
    body:not(.shop-fullwidth-container) .sidebar-left .products.columns-4 .product-item,
    body:not(.shop-fullwidth-container) .sidebar-right .products.columns-4 .product-item {
        width: 33.333333%;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .products.columns-4 .product-item {
        width: 25%;
    }
    .sidebar-left .products.columns-4 .product-item,
    .sidebar-right .products.columns-4 .product-item {
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .shop-page .products.columns-4 .product-item {
        width: 25%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .shop-page .products.columns-4 .product-item {
        width: 33.333333%;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .shop-page .products.columns-4 .product-item {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .shop-page ul.products:not(.columns-1) {
        margin: 0 -5px;
    }
    .shop-page ul.products:not(.columns-1) .product-item,
    .shop-page ul.products .product-item:not(.list) {
        padding: 0 5px;
    }
}
ul.products .product-item.list .product-top {
    margin-bottom: 15px;
}
/* hover change image */
.product-item .thumb-link .second-thumb{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
/* hover scale image */
.product-item .thumb-link.hover-zoom{
    overflow: hidden;
}
.product-item .thumb-link.hover-zoom figure{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .product-inner:hover .thumb-link.hover-zoom figure{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.shop-top-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.shop-sidebar {
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    padding: 30px;
}
.shop-sidebar .widget {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.shop-sidebar .widget:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.shop-sidebar .widget .widget-title {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}
.widget_layered_nav .group-color {
    overflow: hidden;
}
.widget_layered_nav .group-color .term-color i {
    width: 26px !important;
    height: 26px !important;;
    display: block;
    float: left;
    border-radius: 50%;
}
.widget_layered_nav .group-color .term-color.selected:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget_layered_nav .group-color .term-color {
    position: relative;
    font-size: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    background-color: #fafafa;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}
.widget_layered_nav .inline-group > a,
.widget_layered_nav .group-button > a {
    display: inline-block;
    line-height: 28px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    padding: 0 15px;
    text-align: center;
    font-size: 15px;
    color: #222222;
    margin-top: 10px;
    margin-right: 6px;
    text-transform: uppercase;
}
.widget_layered_nav ul li .count,
.widget_layered_nav .inline-group > a .count,
.widget_layered_nav .group-button > a .count,
.widget_layered_nav .group-color .term-color .term-name,
.widget_layered_nav .group-color .term-color .count {
    display: none;
}
.widget_layered_nav .group-button .term-color > i {
    display: none !important;
}
.widget_layered_nav .inline-group > a:hover,
.widget_layered_nav .group-button > a:hover,
.widget_layered_nav .inline-group > a.selected,
.widget_layered_nav .group-button > a.selected {
    background-color: #222;
    border-color: #2222;
    color: #fff;
}
.shop-sidebar .widget.widget_price_filter .widget-title {
    margin-bottom: 30px;
}
#secondary .widget_categories .cat-item > a,
.shop-sidebar .widget_product_categories .cat-item > a {
    line-height: 15px;
    padding-left: 10px;
}
#secondary .widget_categories .cat-item > a:before,
.shop-sidebar .widget_product_categories .cat-item > a:before,
.shop-sidebar .widget_layered_nav li > a:before,
.shop-sidebar .widget_layered_nav li > span:first-child:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #eeeeee;
    float: left;
    margin-top: 6px;
    font-size: 9px;
    text-align: center;
    line-height: 11px;
}
#secondary .widget_categories .cat-item.current-cat > a:before,
.shop-sidebar .widget_product_categories .cat-item.current-cat > a:before,
.shop-sidebar .widget_layered_nav li.chosen > a:before {
    content: "\f00c";
    font-family: 'FontAwesome';
}
#secondary .widget_categories .cat-item > a:hover:before,
.shop-sidebar .widget_product_categories .cat-item > a:hover:before,
.shop-sidebar .widget_layered_nav li > a:hover:before {
    border-color: #000;
}
.widget_layered_nav_filters ul {
    padding: 0;
}
.widget_layered_nav_filters ul li {
    list-style: none;
    display: inline-block;
}
.widget_layered_nav_filters ul li a {
    display: inline-block;
    margin-right: 10px;
}
.widget_layered_nav_filters ul li a:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    color: red;
    margin-left: 5px;
}
#secondary .widget_categories .cat-item > a,
.shop-sidebar .widget_product_categories .cat-item > a {
    line-height: 15px;
    padding-left: 10px;
}
#secondary .widget_categories .cat-item > a:before,
.shop-sidebar .widget_product_categories .cat-item > a:before,
.shop-sidebar .widget_layered_nav li > a:before,
.shop-sidebar .widget_layered_nav li > span:first-child:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #eeeeee;
    float: left;
    margin-top: 6px;
    font-size: 9px;
    text-align: center;
    line-height: 11px;
}
#secondary .widget_categories .cat-item.current-cat > a:before,
.shop-sidebar .widget_product_categories .cat-item.current-cat > a:before,
.shop-sidebar .widget_layered_nav li.chosen > a:before {
    content: "\f00c";
    font-family: 'FontAwesome';
}
#secondary .widget_categories .cat-item > a:hover:before,
.shop-sidebar .widget_product_categories .cat-item > a:hover:before,
.shop-sidebar .widget_layered_nav li > a:hover:before {
    border-color: #000;
}
.widget_layered_nav_filters ul {
    padding: 0;
}
.widget_layered_nav_filters ul li {
    list-style: none;
    display: inline-block;
}
.widget_layered_nav_filters ul li a {
    display: inline-block;
    margin-right: 10px;
}
.widget_layered_nav_filters ul li a:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    color: red;
    margin-left: 5px;
}
.widget_price_filter .price_slider {
    background-color: #dddddd;
    position: relative;
    border-radius: 2px;
    height: 4px;
    width: 92%;
}
.widget_price_filter .ui-slider-handle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    background-color: #222;
}
.widget_price_filter .ui-slider-range {
    height: 5px;
    background-color: #333333;
    position: absolute;
}
.widget_price_filter .button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 5px 20px;
}
.widget_price_filter .price_label {
    display: inline-block;
    float: left;
    line-height: 20px;
}
.widget_price_filter .price_slider_amount {
    margin-top: 25px;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
    padding-top: 42px;
    position: relative;
    font-size: 0;
}
.widget_price_filter .price_slider_amount .price_label {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_price_filter .price_slider_amount .price_label .from,
.widget_price_filter .price_slider_amount .price_label .to {
    display: inline-block;
    font-size: 15px;
    color: #222222;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding: 4px 10px;
}
.widget_price_filter .price_slider_amount .price_label .from {
    margin-right: 10px;
}
.left-sidebar .main-content {
    float: right;
}
.left-sidebar .sidebar .sidebar-inner {
    border-right: 2px solid #F1F1F1;
    padding-right: 30px;
}
.right-sidebar .sidebar .sidebar-inner {
    border-left: 2px solid #F1F1F1;
    padding-left: 30px;
}















#yith-quick-view-close:hover {
    color: #333333;
}
.woocommerce-product-gallery .flex-control-nav .slick-arrow {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 2px solid #F1F1F1;
    border-radius: 3px;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    color: #aaaaaa;
    margin: 0 5px;
    cursor: pointer;
}
.woocommerce-product-gallery .flex-control-nav .slick-arrow.prev {
    margin-left: 0;
}
.woocommerce-product-gallery .flex-control-nav .slick-arrow.next {
    margin-right: 0;
}
.summary .entry-title {
    font-size: 24px;
    color: #333333;
    line-height: normal;
    margin-bottom: 9px;
    margin-top: -3px;
}
.shop-page.no-sidebar .summary .entry-title {
    margin-top: 20px;
}
.summary .variations_form .single_variation_wrap .button {
    background-color: #222;
}
.summary .woocommerce-product-rating {
    margin-bottom: 9px;
}
.summary .woocommerce-product-rating .star-rating-wrap {
    display: inline-block;
   vertical-align: middle;
    margin-right: 5px;
}
.summary .price {
    font-size: 30px;
    color: #111111;
    margin-bottom: 24px;
    font-weight: 600;
}
.summary .price ins {
    text-decoration: none;
}
.summary .price del {
    font-weight: 400;
}
.summary .quantity {
    float: left;
    margin-right: 10px;
}
.summary .grouped_form .add-to-cart a {
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    color: #222;
    border: 2px solid #e9e9e9;
}
.summary .grouped_form .add-to-cart a::before {
    content: "\e902";
    font-size: 20px;
    font-family: 'turanicon';
    font-weight: normal;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    line-height: 38px;
    top: 0;
    left: 0;
}
.summary .grouped_form .add-to-cart a:hover {
    border-color: #222;
    color: #fff;
    background-color: #222;
}
.summary .grouped_form .add-to-cart .product_type_variable::before,
.summary .grouped_form .add-to-cart .product_type_grouped::before {
    content: "\e904";
}
.woocommerce-tabs {
    margin-top: 80px;
    width: 100%;
    float: left;
}
.woocommerce-tabs .wc-tabs {
    text-align: center;
}
.sidebar-left .woocommerce-tabs .wc-tabs,
.sidebar-right .woocommerce-tabs .wc-tabs {
    text-align: left;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding-bottom: 93px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 24px;
    color: #555555;
}
.woocommerce-product-details__short-description p:last-child,
.woocommerce-product-details__short-description ul:last-child,
.woocommerce-product-details__short-description ol:last-child {
    margin-bottom: 0;
}
.summary .product_meta {
    display: block;
    width: 100%;
    float: left;
    margin-top: 24px;
}
.summary .product_meta > span {
    display: block;
    font-weight: 700;
    color: #222;
}
.summary .product_meta span.sku {
    font-weight: normal;
}
.summary .product_meta > span a {
    font-weight: normal;
    color: #555555;
}
.summary .product_meta > span a:hover {
    color: #222222;
}
.summary .cart {
    margin-bottom: 30px;
}
.summary .yith-wcwl-add-to-wishlist {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}
.summary .yith-wcwl-add-to-wishlist > div {
    position: relative;
    display: inline-block;
    float: left;
}
.summary .yith-wcwl-add-to-wishlist > div a,
.summary .compare.button {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    float: left;
    margin-right: 30px;
}
.summary .yith-wcwl-add-to-wishlist > div a:hover, .summary .compare.button:hover {
    color: #222222;
}
.summary .yith-wcwl-add-to-wishlist > div a:before,
.summary .compare.button:before {
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #ccc;
    font-size: 18px;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
.summary .yith-wcwl-add-to-wishlist > div a:hover:before,
.summary .compare.button:hover:before {
    color: #222222;
}
.summary .yith-wcwl-add-to-wishlist > div a:before {
    content: "\f08a";
}
.summary .compare.button:before {
    content: "\f1fe";
}
.summary .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.summary .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 5px;
    left: 2px;
    margin: 0;
}
.summary .variations {
    margin-bottom: 15px;
}
.summary .variations {
    display: table;
    border: none;
}
.summary .variations th,
.summary .variations td,
.summary .variations tr,
.summary .variations tbody {
    display: table-cell;
    vertical-align: middle;
    border: none;
    padding: 0;
    padding-right: 5px;
    text-align: left;
}
.summary .variations tr {
    margin-bottom: 15px;
}
.summary .variations .label {
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 18px;
}
.summary .variations .label label {
    margin: 0;
}
.yith-wcqv-wrapper .summary .variations .label:after {
    display: none;
}
.summary .variations .change-value {
    text-align: center;
    font-size: 15px;
    color: #222;
    border: 2px solid #eeeeee;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 0 10px;
    min-width: 54px;
    line-height: 28px;
}
.summary .variations .change-value:hover,
.summary .variations .change-value.active {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}
body.rtwpvs.single-product .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term.selected span,
body.rtwpvs.single-product .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover span,
body.rtwpvs.single-product .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover {
    color: #fff;
    border-color: #222;
    background-color: #222 !important;
}
.single-product .shop-sidebar {
    padding: 0;
    border: none;
}
.single-product .shop-top-banner {
    display: none;
}
.single-product .site-content > .cross-sells,
.single-product .site-content > .related,
.single-product .site-content > .up-sells {
    display: none;
}
.cross-sells, .related, .up-sells {
    padding-top: 55px;
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
#yith-quick-view-modal .summary .variations .reset_variations {
    display: none !important;
}
.summary .variations .reset_variations {
    display: none !important;
}
.summary .woocommerce-variation-price {
    margin-bottom: 10px;
}
#yith-quick-view-modal .woocommerce-variation-add-to-cart {
    margin-top: 10px;
}
/*===============yith-quick-view-modal==================*/
#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 400px;
    width: 770px;
}
#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 50%;
}
#yith-quick-view-content .woocommerce-product-gallery {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}
#yith-quick-view-modal .woocommerce-product-gallery__trigger {
    top: 10px;
    left: 10px;
}
#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;
    visibility: visible;
    height: 100%;
    position: relative;
}
#yith-quick-view-modal .yith-wcqv-main {
    background: #ffffff;
}
#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 6px 5px rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 6px 5px rgba(1, 1, 1, 0.1);
}
#yith-quick-view-close {
    border: 1px solid;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    opacity: 0.5
}
#yith-quick-view-close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #222;
    color: #EEEEEE;
    font-size: 0;
    right: -15px;
    top: -15px;
    border: none;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    z-index: 2;
}
#yith-quick-view-close:hover {
    color: #3bb18f;
}
#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);
}
body #yith-quick-view-content .product:before,
body #yith-quick-view-content .product:after {
    content: '';
    display: table;
}
body #yith-quick-view-content .product:after {
    clear: both;
}
.wc-tabs {
    margin-bottom: 29px;
    padding: 0;
    border-bottom: 2px solid #F1F1F1;
    padding-bottom: 4px;
}
.shop-page.no-sidebar .wc-tabs {
    text-align: center;
}
.wc-tabs li {
    list-style: none;
    display: inline-block;
    padding: 0 30px;
}
.wc-tabs li a {
    display: inline-block;
    font-size: 18px;
    color: #bbbbbb;
    font-weight: 600;
    position: relative;
}
.wc-tabs li:first-child {
    padding-left: 0;
}
.wc-tabs li:last-child {
    padding-right: 0;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
    color: #222;
}
.wc-tabs li.active a:after {
    height: 3px;
    background-color: #222;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
}
.woocommerce-Tabs-panel {
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.wc-tab .shop_attributes th {
    color: #222;
}
.woocommerce-Tabs-panel p:last-child,
.woocommerce-Tabs-panel ul:last-child,
.woocommerce-Tabs-panel ol:last-child {
    margin-bottom: 0;
}
table.shop_attributes p {
    margin: 0;
}
.woocommerce-Reviews .commentlist {
    padding: 0;
    margin: 0;
}
.woocommerce-Reviews .commentlist .comment {
    list-style: none;
    margin-bottom: 30px;
}
.woocommerce-Reviews .commentlist .comment:last-child {
    margin-bottom: 0;
}
.woocommerce-Reviews .comment_container {
    overflow: hidden;
}
.woocommerce-Reviews .avatar {
    border: 2px solid #F1F1F1;
    padding: 5px;
    border-radius: 5px;
    float: left;
}
.woocommerce-Reviews .comment-text {
    overflow: hidden;
    padding-left: 20px;
}
.woocommerce-Reviews .comment-reply-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #222;
    font-weight: 600;
    display: block;
    margin-top: 50px;
}
.woocommerce-Reviews .comment-form-rating {
    padding: 0 30px;
}
.comment-respond textarea {
    width: 100%;
    padding: 30px;
}
.woocommerce-Reviews .comment-form-comment {
    padding: 0 30px;
}
.woocommerce-Reviews .comment-form .input-text {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #eee;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.woocommerce-Reviews .row-author {
    padding: 0 30px;
}
p.stars {
    margin-top: 5px;
    line-height: 16px;
    display: block;
}
p.stars span {
    display: block;
    height: 16px;
}
p.stars a {
    display: inline-block
}
p.stars a {
    font-weight: 400;
    height: 1em
}
p.stars a:before,
p.stars a:hover ~ a:before {
    content: "\f006";
    color: #666;
}
p.stars a {
    font-size: 16px;
    position: relative;
    width: 18px;
    text-indent: -999em;
    margin-right: 2px
}
p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    text-indent: 0;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
    content: '\f005';
    color: #222;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
    content: "\f006";
    color: #222;
}
.crosssell,
.related,
.up-sells {
    padding-top: 55px;
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.related:before, .up-sells:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 auto;
    background: #f1f1f1;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
}
.crosssell .slick-list,
.up-sells .slick-list,
.related .slick-list {
    padding: 5px;
    margin: -5px;
}
.crosssell .product-item,
.up-sells .product-item,
.related .product-item {
    padding: 0;
}
.cross-sells .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    background: #fff;
    transform: translateY(-50%);
    font-size: 20px;
}
.cross-sells .slick-arrow.prev {
    left: 0;
}
.cross-sells .slick-arrow.next {
    right: 0;
}
.crosssell > h2,
.up-sells > h2,
.related > h2,
.product-grid-title {
    font-size: 28px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}
/*WIDGET*/
.widget-area .widget {
    margin-bottom: 30px;
    border-bottom: 2px solid #F1F1F1;
    padding-bottom: 30px;
}
.widget .widget-title {
    font-size: 18px;
    color: #222;
    margin-bottom: 27px;
    line-height: 14px;
}
.widget ul {
    padding: 0;
    margin-bottom: 0;
}
.widget li {
    list-style: none;
    line-height: 28px;
}
.widget li a{
    display: block;
}
.widget a {
    color: #555;
}
.widget-ovic-socials .social-list {
    overflow: hidden;
}
.widget-ovic-socials .social-list a {
    font-size: 23px;
    color: #222;
    display: inline-block;
    float: left;
    padding: 0 15px;
}
.widget-ovic-socials .social-list a:first-child {
    padding-left: 0;
}
.widget-ovic-socials .social-list a:last-child {
    padding-right: 0;
}
.widget_search .search-field,
.widget_search button {
    width: 100%;
}
.tagcloud,
.post-tags {
    overflow: hidden;
}
.post-tags {
    font-size: 0;
}
.post-tags .title {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    float: left;
    margin-right: 20px;
}
.tagcloud a,
.post-tags a {
    font-size: 14px !important;
    color: #888888;
    display: inline-block;
    line-height: 24px;
    border: 2px solid #f1f1f1;
    border-radius: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    float: left;
    text-transform: capitalize;
}
.tagcloud a:hover,
.post-tags a:hover {
    color: #000;
}
.widget-ovic-newsletter {
    padding: 30px 20px 32px;
    border: 5px solid #f1f1f1;
    position: relative;
}
.widget-ovic-newsletter > * {
    position: relative;
    z-index: 3;
}
.widget-ovic-newsletter:before {
    font-family: 'FontAwesome';
    content: "\f003";
    font-size: 150px;
    color: #f5f5f5;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 32px;
    line-height: normal;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.widget-ovic-newsletter .newsletter-form-wrap {
    position: relative;
    z-index: 2;
}
.widget-ovic-newsletter > .widget-title {
    display: none;
}
.widget-ovic-newsletter .ovic-newsletter .title {
    font-size: 28px;
    color: #222;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.widget-ovic-newsletter .ovic-newsletter .subtitle {
    font-size: 15px;
    color: #555;
    line-height: 20px;
    margin-bottom: 74px;
}
.widget-ovic-newsletter .email,
.widget-ovic-newsletter .submit-newsletter {
    width: 100%;
    text-align: center;
}
.widget-ovic-newsletter .email {
    margin-bottom: 10px;
    border-color: #e9e9e9
}
.widget-ovic-newsletter .return-message {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: normal;
    border-radius: 5px;
}
.widget_product_search .woocommerce-product-search {
    overflow: hidden;
    display: block;
}
.widget_product_search .woocommerce-product-search .search-field {
    display: inline-block;
    width: calc(100% - 100px);
}
.widget_product_search .woocommerce-product-search input[type="submit"] {
    display: inline-block;
    width: 90px;
    float: right;
}
.widget_shopping_cart_content {
    padding: 20px;
}
.widget_shopping_cart_content .mini_cart_item {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
    line-height: 24px;
    overflow: hidden;
}
.widget_shopping_cart_content .mini_cart_item .remove {
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    float: right;
    font-size: 0;
}
.widget_shopping_cart_content .mini_cart_item .remove::before {
    content: "\f014";
    font-family: 'FontAwesome';
    font-size: 14px;
}
.widget_shopping_cart_content .mini_cart_item > a > img {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.widget_shopping_cart_content .mini_cart_item a:not(.remove) {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.widget_shopping_cart_content .mini_cart_item .quantity {
    font-size: 16px;
    width: auto;
}
.widget_shopping_cart_content .mini_cart_item .quantity > span {
    display: inline-block;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    line-height: 100%
}
.widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.widget_categories .product-categories .cat-item {
    color: #555555;
    line-height: 26px;
    vertical-align: middle;
}
.widget_categories .product-categories .cat-item > a {
    padding-top: 4px;
    padding-bottom: 4px;
}
.widget_products {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget_products .product_list_widget,
.widget_top_rated_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget {
    border: 2px solid #f1f1f1;
    padding: 20px;
}
.widget_products .product_list_widget > li,
.widget_top_rated_products .product_list_widget > li,
.widget_recently_viewed_products .product_list_widget > li {
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
    overflow: hidden;
    display: block;
    text-align: center;
}
.widget_products .product_list_widget .product-title,
.widget_top_rated_products .product_list_widget .product-title,
.widget_recently_viewed_products .product_list_widget .product-title {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.widget_products .product_list_widget .star-rating,
.widget_top_rated_products .product_list_widget .star-rating,
.widget_recently_viewed_products .product_list_widget .star-rating {
    display: none;
}
.widget_products .product_list_widget > li:last-child ,
.widget_top_rated_products .product_list_widget > li:last-child ,
.widget_recently_viewed_products .product_list_widget > li:last-child {
    border: none;
    margin-bottom: 0;
}
.widget_products .product_list_widget > li .thumb,
.widget_top_rated_products .product_list_widget > li .thumb ,
.widget_recently_viewed_products .product_list_widget > li .thumb {
    width: 60px;
    float: left;
    margin-right: 5px;
}
.widget_products .product_list_widget > li .info,
.widget_top_rated_products .product_list_widget > li .info,
.widget_recently_viewed_products .product_list_widget > li .info {
    overflow: hidden;
}
.widget_products .product_list_widget > li .info .product-title,
.widget_top_rated_products .product_list_widget > li .info .product-title,
.widget_recently_viewed_products .product_list_widget > li .info .product-title {
    font-weight: 600;
    display: block;
}
.widget_products .product_list_widget > li .woocommerce-Price-amount,
.widget_top_rated_products .product_list_widget > li .woocommerce-Price-amount,
.widget_recently_viewed_products .product_list_widget > li .woocommerce-Price-amount {
    display: inline-block;
    font-size: 16px;
    color: #111;
    font-weight: 700;
}
.widget_recent_reviews .product_list_widget {
    border: 2px solid #f1f1f1;
    padding: 20px;
}
.widget_recent_reviews .product_list_widget > li {
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
}
.widget_recent_reviews .product_list_widget > li:last-child {
    border: none;
    margin-bottom: 0;
}
.widget_recent_reviews .product_list_widget > li > a {
    display: block;
    font-weight: 600;
    line-height: 24px;
}
.widget_recent_reviews .product_list_widget > li > a img {
    float: left;
    width: 60px;
    margin-right: 5px;
}
.widget_recent_reviews .product_list_widget > li .reviewer {
    display: block;
    color: #aaa;
    text-align: right;
}
.widget_top_rated_products .product_list_widget {
    border: 2px solid #f1f1f1;
    padding: 20px;
}
.widget_top_rated_products .product_list_widget > li {
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
}
.widget_top_rated_products .product_list_widget > li:last-child {
    border: none;
    margin-bottom: 0;
}
.widget_top_rated_products .product_list_widget > li .thumb {
    width: 60px;
    float: left;
    margin-right: 5px;
}
.widget_top_rated_products .product_list_widget > li .info {
    overflow: hidden;
}
.widget_top_rated_products .product_list_widget > li .info .product-title {
    font-weight: 600;
}
.widget_top_rated_products .product_list_widget > li .woocommerce-Price-amount {
    display: inline-block;
    font-size: 16px;
    color: #111;
    font-weight: 600;
}
.widget_top_rated_products .product_list_widget > li .star-rating {
    display: inline-block;
}
.header .widget {
    margin-bottom: 0;
    border: none;
}
/*----- SHORTCODE -----*/
.elementor .elementor-widget-wrap.owl-slick {
    display: block;
}
body .elementor-widget:not(:last-child) {
    margin: 0;
}
.tabs-container {
    position: relative;
}
.tabs-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.tabs-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}
.ovic-tabs .tabs-head {
    margin-bottom: 50px;
}
.ovic-tabs .tabs-list {
    padding: 0;
    margin: 0;
    text-align: center;
}
.ovic-tabs .tabs-list li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.ovic-tabs .tabs-list li a {
    margin: 0 33px;
    font-size: 22px;
    color: #bbb;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: top;
}
.ovic-tabs .tabs-list li a:hover {
    color: #222;
}
.ovic-tabs .tabs-list li.active a {
    border-bottom: 3px solid #222;
    color: #222;
}
.ovic-tabs.style-02 .tab-title {
    font-size: 28px;
    color: #222222;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
}
.ovic-tabs.style-02 .tabs-list li a {
    margin: 0 15px;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 30px;
}
.ovic-tabs.style-02 .tabs-list li.active a {
    border-bottom: none;
    font-weight: 600;
    color: #222222;
}
.ovic-tabs.style-02 .tabs-list li:after {
    content: '';
    width: 2px;
    height: 30px;
    background: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
}
.ovic-tabs.style-02 .tabs-list li:last-child:after {
    content: none;
}
.ovic-social-network .widget {
    padding: 0;
    margin: 0;
    border: none;
}
.ovic-socials .inner {
    padding: 0;
    margin: 0;
}
.ovic-socials .inner li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: 25px;
}
.ovic-socials .inner li a {
    font-size: 23px;
    color: #555;
}
.ovic-socials .inner li a .text {
    display: none;
}
.ovic-socials .inner li a:hover {
    color: #fff;
}
.ovic-socials.style-02 .inner li {
    margin-right: 8px;
}
.ovic-socials.style-02 .inner li a{
    color: #aaa;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: solid 2px #424242;
    border-radius: 100%;
    text-align: center;
    background-color: #303030;
    display: inline-block;
    vertical-align: top;
}
.ovic-socials.style-02 .inner li a:hover {
    color: #fff;
}
.ovic-socials.style-03 .inner li {
    margin-right: 7px;
}
.ovic-socials.style-03 .inner li a {
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: solid 2px #424242;
    font-size: 20px;
    color: #888888;
    background-color: #303030;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
}
.ovic-socials.style-03 .inner li a:hover {
    border-color: #000;
    background-color: #000;
}
.ovic-products .title,
.ovic-tabs .tab-title {
    line-height: 32px;
    margin-bottom: 44px;
    text-align: center;
    font-size: 28px;
    color: #222222;
    font-weight: 600;
    font-style: normal;
}
.ovic-products .subtitle,
.ovic-tabs .tab-subtitle {
    color: #888;
    font-size: 15px;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: -0.25px;
    line-height: 28px;
}
.ovic-products.box-style-02 {
    border: solid 4px #eee;
    padding: 20px 0 11px;
}
.ovic-products.box-style-02 .head {
    text-align: center;
    margin-bottom: 0;
}
.ovic-products.box-style-02 .head .title {
    display: inline-block;
    position: relative;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 4px;
    border-bottom: solid 3px #222;
}
.ovic-products.box-style-03 .head {
    width: 270px;
    margin-right: 30px;
    text-align: center;
    float: left;
    padding-top: 125px;
}
.ovic-products.box-style-03 .head .title {
    font-size: 26px;
    margin-bottom: 0;
}
.ovic-products.box-style-03 .head .subtitle {
    margin-bottom: 20px;
}
.ovic-products.box-style-03 > .woocommerce {
    width: calc(100% - 300px);
    display: inline-block;
}
.ovic-products.box-style-03 .owl-slick .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 42px;
    margin: 35px 0 0;
    border-color: #323232;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
    color: #555;
}
.ovic-products.box-style-03 .owl-slick .slick-arrow.prev {
    left: -225px;
}
.ovic-products.box-style-03 .owl-slick .slick-arrow.next {
    right: auto;
    left: -154px;
}
.ovic-products.box-style-04 .head,
.ovic-tabs.style-03 .head,
.ovic-blog.style-07 .head{
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}
.ovic-products.box-style-04 .title,
.ovic-blog.style-07 .title,
.ovic-tabs.style-03 .tab-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    position: absolute;
    z-index: 3;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    letter-spacing: 0;
}
.ovic-products.box-style-04 .title::before,
.ovic-blog.style-07 .title::before,
.ovic-tabs.style-03 .tab-title::before {
    height: 3px;
    width: 65px;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ovic-products.box-style-04 .subtitle,
.ovic-blog.style-07 .subtitle,
.ovic-tabs.style-03 .tab-subtitle {
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: 0;
}
.ovic-tabs .tabs-head {
    position: relative;
}
.ovic-tabs.style-04 .tabs-head::before,
.ovic-tabs.style-04 .tabs-head::after {
    display: table;
    content: '';
}
.ovic-tabs.style-04 .tabs-head::after {
    clear: both;
}
.ovic-tabs.style-04 .head {
    float: left;
}
.ovic-tabs.style-04 .head .tab-title {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.ovic-tabs.style-04 .tabs-list {
    display: inline-block;
    vertical-align: top;
    padding-right: 300px;
    text-align: right;
    float: right;
}
.ovic-tabs.style-04 .tabs-list .subtitle {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.ovic-tabs.style-04 .tabs-list .tab-item:not(.active) .subtitle {
    display: none;
}
.ovic-tabs.style-03 .tabs-list li.active a,
.ovic-tabs.style-04 .tabs-list li.active a {
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: inherit;
}
.ovic-tabs.style-04 .tabs-list li {
    margin: 0 15px;
}
.ovic-tabs.style-04 .tabs-list li:last-child {
    margin-right: 0;
}
.ovic-tabs.style-03 .tabs-list li a,
.ovic-tabs.style-04 .tabs-list li a {
    padding: 0 10px;
    margin: 0;
    line-height: 32px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.ovic-tabs.style-05 .tabs-list li {
    margin: 0 15px;
}
.ovic-tabs.style-05 .tabs-list li a {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
.ovic-tabs.style-05 .tabs-list li.active a {
    font-weight: 700;
    border: none;
}
.ovic-tabs.style-05 .tabs-list li.active a::before {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}
.ovic-category .category-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.ovic-category .category-inner .title {
    width: 175px;
    height: 175px;
    line-height: 175px;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    vertical-align: top;
    transition: 0.5s ease 0s;
}
.ovic-category .category-inner:hover .title {
    top: 70px;
    bottom: auto;
    transform: translateY(0);
}
.ovic-category .category-inner .category-content {
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    left: 0;
    top: calc(50% + 50px);
    transition: 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 35px 15px 30px;
}
.ovic-category .category-inner:hover .category-content {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.ovic-category .category-inner .desc {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}
.ovic-category .category-inner .button {
    border: solid 2px rgba(255,255,255,0.37);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    line-height: 39px;
    padding: 0 30px;
    border-radius: 24px;
}
.ovic-category .category-inner .button:hover {
    background-color: #000;
}
.ovic-button .button-wrap.button-left {
    text-align: left;
}
.ovic-button .button-wrap.button-right {
    text-align: right;
}
.ovic-button .button-wrap.button-center {
    text-align: center;
}
.ovic-button .button-wrap a {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.ovic-button.style-01 .button-wrap a {
    background-color: transparent;
    border: solid 2px rgba(255, 255, 255, 0.2);
    line-height: 38px;
    height: 42px;
    padding: 0 30px;
    min-width: 120px;
}
.ovic-button.style-01 .button-wrap a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;
}
.ovic-button.style-03 a {
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
    border: none;
}
.ovic-button.style-03 a::after {
    content: "\f061";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-weight: normal;
}
.ovic-button.style-03 a:hover {
    color: #222;
}
.ovic-button.style-04 .button-wrap a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 47px;
    padding: 0 30px;
    border-radius: 24px;
}
.ovic-button.style-04 .button-wrap a:hover {
    background-color: #000;
}
.ovic-button.style-05 .button-wrap a {
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 35px;
    border: solid 2px #fff;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 24px;
    line-height: 44px;
}
.ovic-button.style-06 .button-wrap a,
.ovic-button.style-07 .button-wrap a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 46px;
    padding: 0 40px;
    border-radius: 3px;
    border: solid 2px transparent;
}
.ovic-button.style-06 .button-wrap a:hover,
.ovic-button.style-07 .button-wrap a{
    background-color: transparent;
}
.ovic-countdown.style-01 .turan-countdown-wrapper {
    text-align: inherit;
}
.ovic-countdown.style-01 .turan-countdown > span {
    border: none;
    background-color: #666;
}
.ovic-countdown.style-01 .turan-countdown > span .number {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}
.ovic-countdown.style-01 .turan-countdown > span .text {
    color: #ccc;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    display: block;
    margin-top: 5px;
}


.ovic-call-to-action {
    display: block;
}
.gallery-action .gallery-options {
    width: 480px;
    max-width: 50%;
    float: left;
    margin-right: 20px ;
}
.gallery-action .gallery-options .row-item {
    margin-bottom: 10px;
}
.gallery-action .gallery-options .gallery-item {
    padding: 0;
}
.gallery-action .gallery-options .gallery-item.active {
    border: solid 2px ;
}
.gallery-options .slick-slider .slick-arrow,
.gallery-options .slick-slider .slick-arrow:hover {
    background-color: transparent;
    width: 40px;
    height: 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: -35px;
    border: none;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #aaaaaa;
    margin: 0;
}
.gallery-options .slick-slider .slick-arrow.next {
    right: 0;
}
.gallery-options .slick-slider .slick-arrow.prev {
    right: 40px;
}
.gallery-options .slick-slider .slick-arrow.next::before{
    left: 0;
    width: 1px;
    height: 20px;
    top: 2px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: '';
    background-color: #3a3a3a;
}
.gallery-action .gallery-image {
    width: calc(100% - 500px);
    float: right;
}
.ovic-video {
    display: table;
    width: 100%;
}
.ovic-video .thumb,
.ovic-video .content {
    width: 50%;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.ovic-video .thumb .play-video {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    border: solid 3px rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    text-align: center;
    line-height: 57px;
    padding-left: 5px;
    color: #fff;
}
.ovic-video .thumb .play-video::before {
    content: "\f04b";
    font-family: 'FontAwesome';
}
.ovic-video .thumb .play-video:hover {
    border-color: #fff;
    background-color: #000;
}
.ovic-video .content {
    padding: 0 30px;
}
.ovic-video .content .title {
    font-size: 36px;
    line-height: 40px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
}
.ovic-video .content .description {
    font-size: 16px;
    line-height: 24px;
    color: #888;
    margin-bottom: 34px;
}
.ovic-video .content .button {
    border: solid 2px #e9e9e9;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    padding: 0 30px;
    line-height: 39px;
}
.ovic-video .content .button:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.ovic-iconbox .iconbox-inner {
    display: table;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 auto;
}
.ovic-iconbox .icon,
.ovic-iconbox .content {
    display: table-cell;
    vertical-align: middle;
}
.ovic-iconbox .icon {
    font-size: 50px;
    line-height: 50px;
    padding-right: 20px;
}
.ovic-iconbox .icon .fas,
.ovic-iconbox .icon .far,
.ovic-iconbox .icon .fab {
    font-family: FontAwesome;
    font-weight: 400;
}
.ovic-iconbox .icon .fa-life-ring {
    font-size: 48px;
}
.ovic-iconbox .iconbox-inner .content .text {
    font-size: 15px;
    color: #888;
    margin: 0;
}
.ovic-iconbox .iconbox-inner .content .title {
    color: #222;
    margin-bottom: 0;
}
.ovic-iconbox.style-02 .icon {
    position: relative;
    margin-bottom: 18px;
    display: block;
    padding: 0;
}
.ovic-iconbox.style-02 .iconbox-inner,
.ovic-iconbox.style-02 .content {
    display: block;
}
.ovic-iconbox.style-02 .icon .icon-number {
    font-size: 100px;
    color: #555;
    opacity: 0.1;
    line-height: 1;
    display: block;
    font-style: normal;
}
.ovic-iconbox.style-02 .icon > i {
    position: absolute;
    left: 3px;
    font-size: 46px;
    bottom: 20px;
    color: #222;
}
.ovic-iconbox.style-02 .icon .fa.fa-life-ring {
    font-size: 42px;
}
.ovic-iconbox .iconbox-inner .content .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.ovic-iconbox.style-02 .iconbox-inner .content .title {
    color: #222;
    margin-bottom: 8px;
}
.ovic-iconbox.style-02 .iconbox-inner .content .text {
    color: #888;
    font-size: 14px;
}
.ovic-iconbox.style-03 .iconbox-inner {
    display: block;
    overflow: hidden;
    margin-bottom: 37px;
}
.ovic-iconbox.style-03 .iconbox-inner .icon {
    display: inline-block;
    float: left;
    border: 2px solid #555;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 20px;
    text-align: center;
    line-height: 38px;
}
.ovic-iconbox.style-03 .iconbox-inner .icon {
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #555;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.ovic-iconbox.style-03 .iconbox-inner .text {
    display: block;
    color: #dddddd;
    text-transform: capitalize;
    font-size: 14px;
    overflow: hidden;
    margin-top: 8px;
}
.ovic-iconbox.style-04 .image {
    margin-bottom: 18px;
    display: block;
}
.ovic-iconbox.style-04 .content {
    display: block;
}
.ovic-iconbox.style-04 .iconbox-inner .content .title {
    text-transform: uppercase;
}
.ovic-iconbox.style-05 .icon {
    font-size: 19px;
    padding: 0;
    margin-right: 8px;
}
.ovic-iconbox.style-05 .desc {
    margin-bottom: 0;
    font-size: 15px;
    color: #aaaaaa;
    font-weight: 400;
    font-family: 'Lato', sans-serif;;
}
.ovic-iconbox.style-05 .desc span {
    color: #eeeeee;
    text-decoration: underline;
    font-size: 16px;
    text-transform: uppercase;
}
.ovic-person .inner {
    overflow: hidden;
    padding: 67px 60px 66px 60px;
}
.ovic-person .avatar {
    display: inline-block;
    width: 167px;
    height: 167px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-person .content-person {
    display: block;
    overflow: hidden;
    padding: 10px 10px 10px 50px;
    position: relative;
}
.ovic-person .content-person .desc {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
    opacity: 0.4;
}
.ovic-person.style-01 .content-person:after {
    content: url("../images/testimonial-icon.png");
    position: absolute;
    top: 2px;
    left: 30px;
    opacity: 0.1;
}
.ovic-person .content-person .name {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 16px;
}
.ovic-person .content-person .positions {
    text-transform: capitalize;
    font-size: 13px;
    color: #aaa;
}
.ovic-person.style-02 {
    text-align: center;
}
.ovic-person.style-02 .inner {
    padding: 0;
}
.ovic-person.style-02 .avatar {
    width: 300px;
    height: 300px;
    overflow: hidden;
    float: none;
    display: block;
    margin: 0 auto;
}
.ovic-person.style-02 .content-person .name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-top: 20px;
    margin-bottom: 3px;
}
.ovic-person.style-02 .content-person .positions {
    text-transform: capitalize;
    font-size: 14px;
    color: #888;
}
.black-version .ovic-pinmap .ovic-pin .ovic-popup {
    box-shadow: none !important;
}
.ovic-pinmap .ovic-pin .ovic-wc .ovic-popup-main {
    display: block;
    text-align: center;
}
.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail,
.ovic-pinmap .ovic-pin .ovic-popup-main > .ovic-product-thumbnail + .col-right {
    width: 100%;
    margin: 0;
}
.ovic-pinmap .ovic-pin .ovic-popup-main .ovic-product-thumbnail {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.ovic-pinmap .ovic-pin .ovic-popup-main .product-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ovic-pinmap .ovic-pin .ovic-popup-main .product-title a{
    color: inherit;
}
.ovic-pinmap .ovic-pin .ovic-popup-main .ovic-wc-price {
    font-weight: 600;
    color: #111;
}
.ovic-pinmap .ovic-pin .ovic-popup-main .ovic-wc-price .amount {
    font-size: 16px;
}
.ovic-pinmap .ovic-pin .ovic-popup-footer {
    padding: 0 10px 10px;
    position: static;
}
.ovic-pinmap .ovic-pin .ovic-popup-footer .button {
    color: #000;
    background-color: #fff;
    border: solid 2px #e9e9e9;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    display: none;
}
#ovic-pinmap-3281 .ovic-popup {
    box-shadow: none;
}
.ovic-blog .title {
    line-height: 32px;
    margin-bottom: 44px;
    text-align: center;
    font-size: 28px;
    color: #222222;
    font-weight: 600;
    font-style: normal;
}
.ovic-blog .post-item .post-info,
.ovic-blog.style-02 .post-item .post-info {
    background-color: #fff;
    border-top: none;
    position: relative;
}
.ovic-blog .post-item .post-info > *,
.ovic-blog.style-02 .post-item .post-info > * {
    position: relative;
    z-index: 2;
}
.ovic-blog .post-item .post-info .post-top {
    z-index: 10 !important;
}
.ovic-blog .post-item .post-info::after, .ovic-blog.style-02 .post-item .post-info::after {
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #f4f4f4;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.ovic-blog.style-01 .post-item .post-info::after, .ovic-blog.style-02.post-item .post-info::after {
    border-top: none;
}
.post-item .post-thumb {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}
.post-item .post-date {
    font-size: 15px;
    color: #aaa;
    padding: 10px 20px 0;
    margin-bottom: 5px;
}
.post-item .post-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}
.post-item .post-title a {
    color: inherit;
}
.post-item .post-title a:hover {
    text-decoration: underline;
}
.ovic-blog .post-item .post-title {
    padding: 0 20px;
    margin-bottom: 38px;
}
.ovic-blog .post-item .post-meta {
    padding: 10px 20px;
    border-top: 1px solid #efefef;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: right;
}
.post-item .post-meta .author {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 40px;
}
.post-item .post-meta .author img {
    display: inline-block;
    width: 29px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
}
.post-item .post-meta .view, .post-meta .comment {
    display: inline-block;
    color: #aaaaaa;
    font-size: 15px;
    float: none;
}
.post-item .post-meta .view .icon, .post-meta .comment .icon {
    vertical-align: middle;
    margin-top: -4px;
}
.post-item .post-meta .view {
    margin-right: 20px;
}
.ovic-blog.style-02 .post-item .post-top {
    position: relative;
    padding: 12px 15px;
    border: 2px solid #f1f1f1;
    border-bottom: none;
    display: table;
    width: 100%;
}
.ovic-blog.style-02 .post-item .post-meta .author img {
    display: none;
}
.ovic-blog .post-item .post-top .post-cat {
    display: table-cell;
    vertical-align: middle;
    max-width: calc(100% - 50px);
}
.ovic-blog .post-item .post-top .post-item-share {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-right: -10px;
    float: right;
}
.post-top .post-item-share {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    text-align: center;
    margin-right: -7px;
}
.post-top .post-item-share .box-content {
    padding-top: 20px;
}
.post-item .post-categories {
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-item .post-categories li {
    list-style: none;
    display: inline-block;
}
.post-item .post-top .post-categories li > a {
    font-size: 14px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}
.post-item.style-02 .post-item-share .icon {
    color: #aaa;
}
.post-item.style-02 .post-item-share .icon:hover {
    color: #222;
}
.post-item.style-02 .post-thumb .post-item-share {
    display: none;
}
.post-item.style-06 .post-thumb {
    width: 100px;
    float: left;
}
.post-item.style-06 .post-info {
    overflow: hidden;
    padding-left: 10px;
}
.post-item.style-06 .post-categories {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaaaaa;
    line-height: normal;
    padding: 0;
    margin: -3px 0 0;
}
.post-item.style-06 .post-categories li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    line-height: 18px;
}
.post-item.style-06 .post-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
    margin-top: 6px;
    padding: 0;
}
.post-item.style-06 .post-title a {
    color: #333;
}
.widget.ovic-blog .row-item {
    margin-bottom: 20px;
}
.post-item .read-more {
    margin-bottom: 20px;
}

.post-item.style-07 .post-info::after {
    display: none;
}
.post-item.style-07 {
    text-align: center;
}
.post-item.style-07 .post-thumb {
    position: relative;
    margin-bottom:0;
}
.post-item.style-07 .post-cat {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0;
    top: -15px;
}
.post-item.style-07 .post-cat a {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 30px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.ovic-blog .post-item.style-07 .post-info,
.post-item.style-07 .post-info {
    text-align: center;
    position: relative;
    padding-top: 35px;
    background-color: transparent;
}
.post-item.style-07 .post-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.post-item.style-07 .post-meta {
    text-align: center;
    margin-bottom: 20px;
    border: none;
    padding: 0;
}
.post-item.style-07 .post-meta > * {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    padding: 0;
    float: none;
    font-size: 13px;
    color: #999999;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.post-item.style-07 .post-meta .post-date,
body .post-item.style-07 .post-meta .author {
    color: #999;
}
.post-item.style-07 .post-meta .author img {
    display: none;
}
.post-item.style-08 .post-thumb {
    border: solid 1px ;
}
.post-item.style-08 .post-info {
    text-align: center;
    padding-top: 15px;
}
.post-item.style-08 .post-title {
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}
.post-item.style-08 .post-excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.post-item.style-08 .post-meta .author{
    float: none;
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0 0 5px;
}
.post-item.style-08 .post-meta .author img {
    display: none;
}
.ovic-blog .post-item.style-08 .post-meta {
    display: block;
    text-align: center;
    border: none;
}
.post-item.style-08 .post-meta .post-date,
.post-item.style-08 .post-meta .comment {
    font-size: 14px;
    color: #aaaaaa;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.post-item.style-08 .post-meta .comment .icon {
    display: none;
}
.post-item.style-09 .post-info {
    text-align: left;
    padding: 35px 0 0;
}
.ovic-blog .post-item.style-09 .post-title {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.post-item.style-09 .post-excerpt {
    font-size: 14px;
    color: #888888;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 20px;
}
.post-item.style-09 .post-date {
    font-size: 14px;
    color: #aaaaaa;
    font-family: 'Arimo', sans-serif;
    padding: 0;
}
.post-item .readmore a {
    font-size: 14px;
    color: #ddd;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: solid 2px #ddd;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    border-radius: 24px;
}
.post-item .readmore a:hover {
    color: #fff;
}
.ovic-blog.style-03 .title {
    font-size: 20px;
    color: #dddddd;
    margin-bottom: 22px;
    text-align: left;
}
.ovic-blog.style-03 .post-item {
    overflow: hidden;
    padding: 0;
}
.ovic-blog.style-03 .post-item .date {
    display: inline-block;
    float: left;
    margin-right: 15px;
    min-width: 49px;
    height: 48px;
    text-align: center;
    border: 2px solid #888;
    overflow: hidden;
    padding: 7px 5px;
    font-weight: 600;
}
.ovic-blog.style-03 .post-item .date span {
    display: block;
    font-weight: 600;
}
.ovic-blog.style-03 .post-item .date .day {
    font-size: 16px;
    color: #ccc;
    line-height: 16px;
}
.ovic-blog.style-03 .post-item .date .month {
    font-size: 13px;
    color: #888;
    line-height: 13px;
}
.ovic-blog.style-03 .post-item .post-info {
    overflow: hidden;
    background-color: transparent;
    border: none;
}
.ovic-blog.style-03 .post-item .post-info::after {
    display: none;
}
.ovic-blog.style-03 .post-item .post-info .post-title {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 3px;
    padding: 0;
    line-height: 20px;
}
.ovic-blog.style-03 .post-item .post-info .post-title a {
    color: #888888;
    font-weight: 400;
}
.ovic-blog.style-03 .post-item .post-info .post-title a:hover {
    color: #ffffff;
}
.ovic-blog.style-03 .post-item .post-info .metas {
    font-size: 12px;
    color: #444444;
}
.ovic-blog.style-03 .post-item .post-info .comment {
    color: #444;
    font-size: 12px;
    line-height: 16px;
}
.ovic-blog.style-04 .post-item {
    overflow: hidden;
}
.ovic-blog.style-04 .post-inner {
    position: relative;
    background-color: #fff;
}
.ovic-blog.style-04 .post-inner::before {
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #f1f1f1;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.ovic-blog.style-04 .post-item .post-thumb {
    max-width: 230px;
    position: relative;
    z-index: 2;
}
.ovic-blog.style-04 .post-item .post-info {
    border-left: 0;
    background-color: #fff;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 230px;
    top: 0;
    border: none;
    width: calc(100% - 230px);
}
.ovic-blog.style-04 .post-item .post-info > * {
    position: relative;
    z-index: 2;
}
.ovic-blog.style-04 .post-item .post-info::after {
    display: none;
}
.post-info .post-top > * {
    position: relative;
    z-index: 2;
}
.ovic-blog.style-04 .post-info .post-top {
    margin: 20px 20px 20px;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    display: table;
    max-width: calc(100% - 50px);
}
.ovic-blog.style-04 .post-info .post-top:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #dddddd;
    display: inline-block;
}
.ovic-blog.style-04 .post-item .post-title {
    min-height: 56px;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 18px;
}
.ovic-blog.style-04 .post-item-share .icon {
    color: #aaa;
    font-size: 16px;
}
.ovic-blog.style-04 .post-item-share .icon:hover,
.ovic-blog.style-04 .post-item-share .box-content a:hover {
    color: #333333;
}
.ovic-blog.style-04 .post-info .post-meta {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 20px;
    padding: 10px;
    right: 20px;
    width: auto;
}
.post-content .post-item {
    margin-bottom: 30px;
}
.post-content .post-item .post-inner {
    overflow: hidden;
}
.post-item .post-cat ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 24px;
}
.post-item .post-cat ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    line-height: 24px;
}
.post-item .post-cat {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.post-item .post-cat a {
    color: #aaa;
}
.post-item .post-cat a:hover {
    color: #222222;
}
.post-content .post-item.classic .post-info {
    overflow: hidden;
    padding-top: 20px;
}
.post-content .post-item.classic .post-title {
    padding: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-content .post-item.classic .post-title a {
    color: #333;
}
.post-content .post-item.classic .post-thumb {
    float: left;
    margin-right: 30px;
}
.post-content.post-masonry {
    margin: 0 -15px;
}
.post-content.post-masonry .post-item {
    padding: 0 15px;
    margin-bottom: 47px;
    width: 33.333%;
}
.post-content.post-masonry .post-item .post-thumb {
    margin-bottom: 12px;
}
.post-item .post-excerpt {
    margin-bottom: 16px;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
}
.post-grid .post-item,
.post-list .post-item {
    margin-bottom: 30px;
}
.post-classic .post-item .post-inner,
.post-grid .post-item .post-inner,
.post-list .post-item .post-inner {
    border: 2px solid #f1f1f1;
    overflow: hidden;
}
.post-classic .post-item .post-thumb,
.post-grid .post-item .post-thumb,
.post-list .post-item .post-thumb {;
    margin: 0;
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
    text-align: center;
    float: left;
}
.post-classic .post-item .post-info,
.post-grid .post-item .post-info,
.post-list .post-item.list .post-info {
    overflow: hidden;
    padding: 20px 15px 20px 30px;
}
.post-classic .post-item .post-title,
.post-grid .post-item .post-title,
.post-list .post-item .post-title {
    padding: 0;
    margin-bottom: 12px;
}
.no-sidebar .post-list .post-item.list .post-thumb {
    width: 270px;
}
.masonry-grid {
    margin: 0 -15px;
}
.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
    width: 33.33333%;
}
.masonry-grid .grid-item {
    padding: 0 15px;
}
.no-sidebar .masonry-grid .grid-sizer,
.no-sidebar .masonry-grid .grid-item {
    width: 25%;
}
.post-item.post-single .post-thumb {
    margin-bottom: 12px;
}
.post-single.post-item .post-title {
    font-size: 26px;
    margin-bottom: 22px;
    padding: 0;
}
.post-single .post-inner-content .post-content {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.post-single .post-inner-content .post-content > p {
    margin-bottom: 25px;
}
.post-single .post-inner-content .post-tags {
    padding-bottom: 20px;
    border-bottom: solid 2px #f2f2f2;
}
.post-single .post-inner-content .group-bottom {
    display: table;
    width: 100%;
    border-bottom: solid 2px #f2f2f2;
    margin-bottom: 55px;
    padding: 19px 0;
}
.post-single .post-inner-content .group-bottom > div {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}
.post-single .post-inner-content .group-bottom .post-meta {
    text-align: left;
    border: none;
    padding: 0;
}
.post-single .post-inner-content .single-post-social {
    text-align: right;
}
.single-post-social .title {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}
.single-post-social a {
    color: #222;
    margin-right: 20px;
    font-weight: 400;
    font-size: 20px;
}
.single-post-social a:hover {
    color: #000;
}
.comment-reply-title {
    font-size: 28px;
    color: #222;
    margin-bottom: 45px;
}
.comments-title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #222222;
    line-height: 35px;
}
.comments-title .count {
    font-size: 20px;
    color: #aaa;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
}
.comments-title .count:before {
    content: '(';
}
.comments-title .count:after {
    content: ')';
}
.comment-form {
    border: 2px solid #F1F1F1;
    padding-top: 30px;
}
.comment-form .form-submit {
    border-top: 2px solid #F1F1F1;
    padding: 20px 30px;
    margin: 0;
    overflow: hidden;
}
.comment-form .form-submit .button {
    float: right;
}
.comment-form .comment-reply-content,
.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form > p {
    padding: 0 30px;
}
.comment-form .input-form {
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-bottom: 2px solid #F1F1F1;
    border-radius: 0;
}
.comment-form .input-form:focus {
    border-color: #000;
}
.comment-form > div {
    display: block;
    width: 100%;
    padding: 0 30px;
}
.comment-form > div > div {
    display: block;
    width: 100%;
}
.comment-form .input-text {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}
.comment-form p {
    margin-bottom: 30px;
}
.comment-form {
    margin-bottom: 50px;
}
.comment-list {
    padding: 0;
}
.comment-list .comment {
    list-style: none;
}
.comment-list .comment {
    border-top: 2px solid #F1F1F1;
}
.comment-list .comment:first-child {
    border-top: 0;
}
.comment-list .children {
    border-top: 2px solid #F1F1F1;
    padding-left: 60px;
}
.comment-list .comment-header {
    margin-bottom: 12px;
    overflow: hidden;
}
.comment-list .comment-header > span {
    display: inline-block;
    line-height: 30px;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #aaaaaa;
}
.comment-list .author {
    overflow: hidden;
}
.comment-list .comment-avatar {
    width: 30px;
    float: left;
    margin-right: 5px;
}
.comment-list .comment-avatar .avatar {
    border-radius: 50%;
}
.comment-list .comment-header .author {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}
.comment-list .comment-text p:last-child {
    margin-bottom: 0;
}
.comment-list .comment-text {
    margin-bottom: 20px;
}
.comment-list .comment-content {
    padding: 40px 0;
    padding-bottom: 30px;
}
.comment-list .comment-metas,
.comment-list .comment-metas a {
    color: #aaa;
}
.comment-reply-link:before {
    content: "\f27a";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
}
.pagination {
    margin: 10px 0 30px;
    padding: 0;
    display: block;
}
.blog .pagination {
    margin-bottom: 80px;
}
.blog .sidebar-left #primary {
    padding-left: 30px;
    border-left: solid 2px #f3f3f3;
}
.blog .sidebar-right #primary {
    padding-right: 30px;
    border-right: solid 2px #f3f3f3;
}


.ovic-newsletter .title {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -1.4px;
}
.ovic-newsletter .subtitle {
    font-size: 15px;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 55px;
}
.ovic-newsletter .newsletter-form-wrap .mc4wp-form-fields {
    overflow: hidden;
}
.ovic-newsletter .newsletter-form-wrap .text-field {
    display: block;
    width: 100%;
}
.ovic-newsletter .newsletter-form-wrap form input[type="email"] {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    color: #888;
    border-color: #e9e9e9;
    border-radius: 5px;
}
.ovic-newsletter .newsletter-form-wrap .submit-newsletter {
    font-size: 14px;
    width: 100%;
    color: #fff;
}
.ovic-newsletter .newsletter-form-wrap .submit-newsletter:hover {
    color: #fff;
    background-color: #aaa;
}
.ovic-newsletter .mc4wp-response {
    clear: both;
    position: absolute;
    z-index: 1;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    max-width: 310px;
}
.ovic-newsletter .mc4wp-response > div {
    padding: 10px;
}
.ovic-newsletter.style-01 .newsletter-form-wrap .input-text {
    text-align: center;
}
.ovic-newsletter.style-02 .list .text {
    font-size: 15px;
    color: #888888;
}
.ovic-newsletter.style-02 .list input[type=radio] {
    display: none;
}
.ovic-newsletter.style-02 .list label {
    font-size: 15px;
    color: #bbbbbb;
    font-weight: 600;
    margin: 0 0 0 20px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.ovic-newsletter.style-02 .list label span:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #666666;
    left: 0px;
    top: 5px;
    border-radius: 50%;
}
.ovic-newsletter.style-02 .list input[type=radio]:checked + span {
    border-bottom: 2px solid #bbbbbb;
}
.ovic-newsletter.style-02 .list input[type=radio]:checked + span:after {
    content: "";
    display: inline-block;
    top: 9px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bbbbbb;
    position: absolute;
    z-index: 11;
    padding: 0;
}
.ovic-newsletter.style-02 .list {
    margin-bottom: 15px;
}
.ovic-newsletter.style-02 .newsletter-form-wrap .input-text {
    background: #fff;
    border-color: #fff;
    color: #888;
    font-size: 15px;
}
.ovic-newsletter.style-02 .newsletter-form-wrap {
    max-width: 370px;
}
.ovic-newsletter.style-02 .newsletter-form-wrap .text-field {
    width: calc(63.24324324% - 5px);
    float: left;
}
.ovic-newsletter.style-02 .newsletter-form-wrap .submit-newsletter {
    padding: 10px 20px 11px;
    font-size: 15px;
    color: #fff;
    width: calc(36.75675676% - 5px);
    float: right;
    background: #333333;
}
.ovic-newsletter.style-02 .title, .ovic-newsletter.style-03 .title {
    font-size: 20px;
    color: #dddddd;
    font-weight: 600;
    margin-bottom: 22px;
}
.ovic-newsletter.style-03 .subtitle {
    color: #888;
    margin-bottom: 25px;
    line-height: 26px;
}
.ovic-newsletter.style-03 .newsletter-form-wrap .input-text {
    text-align: left;
    width: 100%;
    font-size: 15px;
    color: #888;
    background: #fff;
    border-color: #fff;
    margin-bottom: 20px;
}
.ovic-newsletter.style-03 .newsletter-form-wrap .submit-newsletter {
    min-width: 116px;
    background-color: #333333;
    width: auto;
    margin-left: 0;
}
.ovic-newsletter.style-04 {
    overflow: hidden;
    padding: 57px 40px 62px
}
.ovic-newsletter.style-04 .newsletter-head {
    max-width: 255px;
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.ovic-newsletter.style-04 .title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 6px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.ovic-newsletter.style-04 .subtitle {
    font-size: 15px;
    color: #888;
    line-height: 24px;
    margin-bottom: 0;
}
.ovic-newsletter.style-04 .newsletter-form-wrap {
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
}
.ovic-newsletter.style-04 .newsletter-form-wrap .text-field {
    width: 313px;
    float: left;
    margin-right: 10px;
}
.ovic-newsletter.style-04 .newsletter-form-wrap form input[type="email"] {
    border-color: #e9e9e9;
    background: #fff;
    color: #888;
    margin-bottom: 10px;
    border: none;
    text-align: center;
}
.ovic-newsletter.style-04 .submit-newsletter {
    line-height: 27px;
    width: 139px;
    margin-left: 5px;
    font-size: 14px;
    background-color: #000000;
    color: #ffffff;
}
.ovic-newsletter.style-04 .submit-newsletter:hover {
    color: #222;
    background-color: #fff;
}
.ovic-newsletter.style-06 .title {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}
.ovic-newsletter.style-06 .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999999;
    font-family: 'Lato', sans-serif;
}
.ovic-newsletter.style-06 .newsletter-form-wrap .text-field {
    width: calc(100% - 114px);
    float: left;
}
.ovic-newsletter.style-06 .newsletter-form-wrap .input-text {
    font-size: 14px;
    color: #999;
    line-height: 55px;
    height: 55px;
    border-radius: 3px;
}
.ovic-newsletter.style-06 .newsletter-form-wrap .submit-newsletter {
    width: 110px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    float: right;
}
.ovic-newsletter.style-07 .inner {
    display: block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
.ovic-newsletter.style-07 .inner > * {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    line-height: 24px;
}
.ovic-newsletter.style-07 .inner .title {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 45px;
    margin: 0 70px 0 0;
    float: left;
}
.ovic-newsletter.style-07 .inner .subtitle {
    font-size: 16px;
    color: #aaaaaa;
    font-family: 'Arimo', sans-serif;
    line-height: 45px;
    margin: 0;
}
.ovic-newsletter.style-07 .newsletter-form-wrap {
    text-align: right;
}
.ovic-newsletter.style-07 .newsletter-form-wrap form input[type="email"] {
    line-height: 45px;
    background-color: #0a0a0a;
    font-size: 14px;
    color: #fff;
    font-family: 'Arimo', sans-serif;
    border: solid 2px #2f2f2f;
    border-radius: 23px;
    margin: 0;
}
.ovic-newsletter.style-07 .newsletter-form-wrap .text-field {
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
}
.ovic-newsletter.style-07 .inner .submit-newsletter {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    width: 136px;
    text-transform: uppercase;
    background-color: #151515;
    border-radius: 23px;
    line-height: 45px;
    margin-left: 30px;
}

.ovic-slide.dots-style-01 .slick-dots,
.ovic-products.dots-style-01 .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.ovic-slide.dots-style-01 .slick-dots li,
.ovic-products.dots-style-01 .slick-dots li {
    margin-top: 2px;
    width: 8px;
    height: 8px;
    background: #3f4145;
    border: 2px none;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    display: inline-block;
    vertical-align: top;
}
.ovic-slide.dots-style-01 .slick-dots li.slick-active,
.ovic-products.dots-style-01 .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: #ffffff;
    margin-bottom: 3px;
    border: none;
    margin-top: 0;
}
.ovic-slide.dots-style-02 .slick-dots,
.ovic-products.dots-style-02 .slick-dots,
.ovic-tabs.dots-style-02 .slick-slider .slick-dots {
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}
.ovic-slide.dots-style-02 .slick-dots li,
.ovic-products.dots-style-02 .slick-dots li,
.ovic-tabs.dots-style-02 .slick-slider .slick-dots li {
    width: 72px;
    height: 7px;
    background: #f9f9f9;
    margin: 0;
    border-radius: 0;
    float: none;
}
.ovic-slide.dots-style-02 .slick-dots li button,
.ovic-products.dots-style-02 .slick-dots li button,
.ovic-tabs.dots-style-02 .slick-slider .slick-dots li button {
    display: none;
}
.ovic-slide.dots-style-02 .slick-dots li:first-child,
.ovic-products.dots-style-02 .slick-dots li:first-child,
.ovic-tabs.dots-style-02 .slick-slider .slick-dots li:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.ovic-slide.dots-style-02 .slick-dots li:last-child,
.ovic-products.dots-style-02 .slick-dots li:last-child,
.ovic-tabs.dots-style-02 .slick-slider .slick-dots li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.ovic-slide.dots-style-02 .slick-dots .slick-active,
.ovic-products.dots-style-02 .slick-dots .slick-active,
.ovic-tabs.dots-style-02 .slick-slider .slick-dots .slick-active {
    background: #666;
    border-radius: 5px;
    padding: 0;
    border: none;
}
.ovic-slide.nav-style-02,
.ovic-products.nav-style-02 {
    padding-bottom: 82px;
}
.ovic-slide.nav-style-02 .slick-arrow,
.ovic-products.nav-style-02 .slick-arrow {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 25px);
    width: 51px;
    height: 51px;
    line-height: 43px;
    font-size: 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.ovic-slide.nav-style-02 .owl-slick .slick-arrow.prev,
.ovic-products.nav-style-02 .owl-slick .slick-arrow.prev {
    left: calc(50% - 60px);
}
.ovic-slide.nav-style-02 .owl-slick .slick-arrow.next,
.ovic-products.nav-style-02 .owl-slick .slick-arrow.next {
    right: calc(50% - 60px);
}
/*FOOTER*/
.backtotop-button {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    background: #333333;
    border: 2px solid #f1f1f1;
    color: #ffffff;
    border-radius: 5px;
    position: fixed;
    bottom: 50px;
    right: 25px;
    text-align: center;
    line-height: 50px;
    z-index: 999;
}
.backtotop-button:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}
.backtotop-button.show {
    display: block;
}
.footer .ovic-iconbox .iconbox-inner .content .title {
    color: #fff;
}
.footer .ovic-iconbox .iconbox-inner .content .text {
    color: #555;
}
.footer .widget {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer .ovic-custommenu .widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 600;
    line-height: 30px;
}
.footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .menu .menu-item {
    font-size: 15px;
    color: #888888;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
.footer .menu .menu-item a {
    color: #888;
}
.footer .menu .menu-item a > .icon,
.footer .menu .menu-item a:hover {
    color: #fff;
}
.footer .ovic-newsletter.style-02 .title {
    color: #fff;
}
.footer .ovic-iconbox .iconbox-inner .content .title {
    color: #fff;
}
.footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #eee;
    display: none;
}
.footer-mobile .wapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.footer-mobile-item,
.footer-mobile .block-minicart {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
}
.footer-mobile-item > a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    color: #222;
    text-transform: capitalize;
}
.footer-mobile-item > a:hover,
.footer-mobile-item > a:focus,
.footer-mobile-item > a:active {
    color: #222;
}
.footer-mobile-item > a span {
    display: inline-block;
    vertical-align: middle;
}
.footer-mobile-item > a .icon {
    margin-right: 5px;
}
.footer-mobile .block-minicart .shopcart-icon {
    border: none;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    height: inherit;
    color: #222;
    line-height: normal;
}
.footer {
    background: #111111;
}
.footer.footer-03 {
    background-color: #060606;
}
.ovic-custommenu.style-03 .ovic-custommenu .widget-title {
    margin-bottom: 20px;
}
.ovic-custommenu.style-03 .menu .menu-item {
    font-size: 14px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.ovic-custommenu.style-03 .menu .menu-item:last-child {
    margin-bottom: 0;
}
.ovic-custommenu.style-03 .menu .menu-item a:hover {
    color: #fff;
}
.ovic-custommenu.style-04 .menu .menu-item {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    color: #eee;
    font-size: 15px;
    line-height: 20px;
}
.ovic-custommenu.style-04 .menu .menu-item:last-child {
    padding: 0;
    margin: 0;
}
.ovic-custommenu.style-04 .menu .menu-item::after {
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 14px;
    content: '';
    background-color: #eee;
    margin: auto;
}
.ovic-custommenu.style-04 .menu .menu-item:last-child::after {
    display: none;
}
.ovic-custommenu.style-05 .menu .menu-item {
    font-size: 14px;
    color: #999;
}
.ovic-custommenu.style-05 .menu .menu-item > a::before {
    content: "\f0da";
    font-family: FontAwesome, sans-serif;
    margin-right: 3px;
}
.ovic-custommenu.style-06 .widget-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 35px;
}
.ovic-custommenu.style-06 .menu .menu-item {
    font-size: 14px;
    color: #888888;
    font-family: 'Arimo', sans-serif;
}
/*RESPONSIVE*/
@media (max-width: 1199px) {
    .header.style-01 .header-social {
        margin-right: 30px;
    }
    .vertical-style.header .header-nav {
        padding: 35px 0;
        width: 320px;
    }
    .header.style-05 .main-header .menu-button {
        margin-right: 10px;
    }
    .header.style-08 .main-header {
        padding: 30px 0;
    }
    .header.style-08 .main-menu {
        margin: 0;
    }
    .header.style-08 .main-menu > li:first-child > a {
        padding-left: 0;
    }
    .header.style-14 .top-bar {
        padding: 30px 0 20px;
    }
    .post-item .post-meta .author {
        margin-right: 10px;
    }
    .ovic-tabs.style-04 .head {
        float: none;
        margin-bottom: 20px;
    }
    .ovic-tabs.style-04 .tabs-list {
        float: none;
        text-align: left;
        width: 100%;
    }
    .ovic-tabs.style-04 .tabs-list .subtitle {
        top: auto;
    }
    .gallery-action .gallery-options {
        max-width: 50%;
    }
    .gallery-action .gallery-image {
        width: calc(50% - 20px);
    }
    .product-item.style-08 .product-labels > span,
    .product-item.style-09 .product-labels > span {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .ovic-category .category-inner .title {
        width: 140px;
        height: 140px;
        line-height: 140px;
        font-size: 20px;
    }
    .ovic-newsletter.style-07 .inner .title {
        display: block;
        float: none;
        margin: 0;
    }
    .ovic-newsletter.style-07 .newsletter-form-wrap {
        text-align: left;
    }
    .ovic-newsletter.style-07 .newsletter-form-wrap .text-field {
        margin-bottom: 10px;
    }
    .ovic-newsletter.style-07 .inner .submit-newsletter {
        margin-left: 0;
    }
    .product-item.style-12 .loop-form-add-to-cart .add-to-cart a,
    .product-item.style-12 .loop-form-add-to-cart .add-to-cart a:hover {
        font-size: 0;
    }
    .product-item.style-12 .loop-form-add-to-cart .add-to-cart a::before {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    #secondary .close-sidebar {
        position: absolute;
        z-index: 1;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        top: 0;
        right: 0;
        background-color: #333;
        color: #fff;
        font-size: 16px;
    }
    #secondary .close-sidebar::before {
        content: 'x';
    }
    .sidebar-left #primary, .sidebar-right #primary {
        width: 100%;
        float: none;
    }
    .blog .sidebar-left #primary,
    .blog .sidebar-right #primary {
        border: none;
        padding: 0;
    }
    .sidebar-left #secondary, .sidebar-right #secondary {
        position: fixed;
        left: -100%;
        height: 100vh;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        width: 310px;
        top: 0;
        -webkit-transition: 0.5s ease 0s;
        -moz-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
        -o-transition: 0.5s ease 0s;
        transition: 0.5s ease 0s;
        z-index: 100000;
        opacity: 0;
        visibility: hidden;
        padding: 30px 15px;
        max-height: 100%;
        overflow-y: auto;
    }
    .sidebar-left #secondary.open, .sidebar-right #secondary.open {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    #header > * {
        display: none;
    }
    .header-mobile {
        display: block !important;
    }
    #header .header-mobile {
        display: block;
    }
    .header-mobile .block-control {
        text-align: right;
    }
    .header-mobile .block-control > * {
        text-align: left;
    }
    .header-mobile .header-control {
        padding: 0;
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: right;
    }
    .header-mobile .block-control .mobile-block {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        float: right;
    }
    .header-mobile {
        display: block;
        width: 100%;
    }
    .header-mobile .block-minicart .woo-cart-link .count {
        top: -10px;
        right: -10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .header-mobile .header-element {
        display: inline-block;
        float: right;
    }
    .header-mobile .block-minicart {
        display: inline-block;
    }
    .header-mobile .header-footer {
        display: inline-block;
        margin-left: 20px;
    }
    .header-mobile .block-search .search-form {
        min-width: 300px;
        margin: 0;
    }
    .header-mobile .block-search .search-form .form-content {
        padding: 15px 20px
    }
    .header-mobile .block-search.style-02 .search-form .form-content {
        padding: 0;
        overflow: hidden;
    }
    .header-mobile .block-search.style-02 .search-form {
        min-width: 1px;
    }
    .header-mobile .block-search.style-02 .search-form .form-content .btn-search::before {
        display: none;
        font-size: 0;
    }
    .header-mobile .search-form .form-content .inner {
        position: relative;
    }
    .header-mobile .search-form .form-content .search-input input {
        padding-right: 40px;
    }
    .header-mobile .search-form .form-content .input {
        width: 171px;
        border: none;
    }
    .header-mobile .search-form .form-content .btn-search {
        font-size: 0;
        top: 0;
        right: 0;
        border: none;
        line-height: 38px;
        position: absolute;
        width: 40px;
        padding: 0;
        height: 100%;
        background: transparent;
        color: #888;
        font-weight: normal;
        text-align: center;
    }
    .header-mobile .search-form .form-content .btn-search::before {
        line-height: 45px;
        font-size: 24px;
        content: "\e901";
        font-family: 'turanicon';
    }
    .header-mobile .header-control .block-menu-bar {
        display: inline-block;
        vertical-align: top;
    }
    .block-search.style-02  .search-form .search-input input,
    .header.style-02 .block-search .search-form .search-input input,
    .block-search.style-02  .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
    .header.style-02 .block-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        line-height: 34px;
        height: auto;
    }
    .block-search.style-02 .search-form .form-content .btn-search {
        line-height: 40px;
    }
    .header.style-03 .header-control {
        float: none;
        padding: 0;
    }
    .header.style-04 .header-mobile {
        background-color: #222;
    }
    .header.style-04 .header-mobile .block-control .block-header > a,
    .header.style-04 .header-mobile .header-control .block-header > a {
        color: #eee;
    }
    .body-has-header-style-06 .header {
        display: none;
    }
    .body-has-header-style-06 .fullwidth-template {
        padding: 0;
    }
    .body-has-header-style-06 .header-mobile {
        background-color: #222;
    }
    .body-has-header-style-06 .header-mobile .block-control .block-header > a,
    .body-has-header-style-06 .header-mobile .header-control .block-header > a {
        color: #eee;
        border-color: #eee;
    }
    .header.style-12 .header-control > div:first-child::after {
        display: none;
    }
    .header.style-12 .header-control .block-header > a {
        height: 36px;
        line-height: 36px;
    }
    .mobile-header-style-14 {
        border: none;
    }
    .product-item .product-inner,
    .product-item.style-06 .product-inner {
        padding: 10px;
    }
    .product-item .button.yith-wcqv-button {
        display: none;
    }
    .product-item .loop-form-add-to-cart {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
    }
    .product-item .variations .label label {
        padding-left: 10px;
    }
    .product-item .variations .value {
        padding: 9px 5px 8px;
    }
    .product-item:hover .product-info {
        opacity: 1;
    }
    .product-item .loop-form-add-to-cart .button,
    .product-item .group-buttons .add-to-cart a,
    .product-item .loop-form-add-to-cart .added_to_cart,
    .product-item .group-buttons .add-to-cart .added_to_cart,
    .product-item.style-02 .group-buttons .button,
    .product-item.style-02 .group-buttons .added_to_cart,
    .product-item.style-03 .group-buttons .button,
    .product-item.style-03 .group-buttons .added_to_cart,
    .product-item.style-04 .group-buttons .button,
    .product-item.style-04 .group-buttons .added_to_cart {
        font-size: 0;
        width: 42px;
        height: 42px;
        padding: 0;
        text-align: center;
    }
    .product-item.style-03 .group-buttons .button,
    .product-item.style-03 .group-buttons .added_to_cart {
        width: 36px;
        height: 36px;
    }
    .product-item.style-03 .group-buttons .button,
    .product-item.style-03 .group-buttons .added_to_cart,
    .product-item.style-03 .loop-form-add-to-cart .button::before,
    .product-item.style-03 .group-buttons .button::before,
    .product-item.style-03 .loop-form-add-to-cart .added_to_cart::before,
    .product-item.style-03 .group-buttons .add-to-cart .added_to_cart::before {
        line-height: 32px;
    }
    .product-item .loop-form-add-to-cart .button::before,
    .product-item .group-buttons .button::before,
    .product-item .loop-form-add-to-cart .added_to_cart::before,
    .product-item .group-buttons .add-to-cart .added_to_cart::before {
        content: "\e902";
        font-size: 20px;
        font-family: 'turanicon';
        font-weight: normal;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0;
        line-height: 38px;
        top: 0;
        left: 0;
    }
    .product-item .loop-form-add-to-cart .button.added::before,
    .product-item.style-03 .group-buttons .button.added::before,
    .product-item .loop-form-add-to-cart .added_to_cart::before,
    .product-item .group-buttons .add-to-cart .added_to_cart::before {
        content: "\e903";
    }
    .product-item .add-to-cart .product_type_variable::before,
    .product-item .add-to-cart .product_type_grouped::before {
        content: "\e904";
    }
    .rtwpvs-button-term span,
    .product-item .variations .label label {
        font-size: 14px;
    }
    .product-item.style-08 .product-info .add-to-cart a {
        width: auto;
        line-height: 47px;
        height: 47px;
    }
    .product-item.style-08 .product-info .add-to-cart a::before {
        display: none;
    }
    .product-item.style-09 .loop-form-add-to-cart {
        border: none;
        padding: 0;
    }
    .product-item.style-09 .loop-form-add-to-cart .button {
        padding: 0;
    }
    .product-item.style-09 .group-buttons,
    .product-item.style-08 .product-labels,
    .product-item.style-09 .product-labels {
        display: none;
    }
    .ovic-products.box-style-03 .head {
        padding-top: 150px;
    }
    .woocommerce form #billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
        padding-left: 0;
    }
    .woocommerce form #billing_address_1_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
        padding-right: 0;
    }
    .product-item.list .price {
        font-size: 16px;
    }
    .product-item .loop-form-add-to-cart .cart .single_variation_wrap {
        padding: 0;
    }
    .product-item .loop-form-add-to-cart .cart {
        padding: 0;
    }
    .footer-mobile {
        display: block;
    }
    .footer {
        margin-bottom: 53px;
    }
    .backtotop-button {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .ovic-tabs .tabs-list li a {
        margin: 0 15px;
    }
    .ovic-products.box-style-03 .head {
        padding-top: 65px;
    }
    .ovic-video .thumb, .ovic-video .content {
        width: 100%;
        float: none;
        display: block;
    }
    .ovic-video .content {
        padding: 15px;
    }
    .product-item.style-07 .product-thumb, .product-item.style-07 .product-info {
        width: 50%;
    }
    .slick-slider .slick-arrow.prev {
        left: 0;
    }
    .slick-slider .slick-arrow.next {
        right: 0;
    }
    .popup-newsletter .slick-slider .slick-arrow {
        display: block !important;
    }
    .form-row.form-row-first, .form-row.form-row-last {
        width: 100%;
    }
    .ovic-iconbox .iconbox-inner .icon,
    .ovic-iconbox .content {
        display: block;
        width: 100%;
        padding: 0;
    }
    .ovic-iconbox.style-01 .iconbox-inner {
        display: block;
        text-align: center;
    }
    .ovic-iconbox .iconbox-inner .content .text br {
        display: none;
    }
    .ovic-iconbox.style-05 .iconbox-inner .icon {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    .ovic-iconbox.style-05 .content {
        padding: 0;
    }
    .widget_shopping_cart_content .buttons {
        overflow: hidden;
    }
    .post-list .post-item.list .post-thumb,
    .no-sidebar .post-list .post-item.list .post-thumb {
        float: none;
        width: 100%;
        margin: 0;
    }
    .post-list .post-item.list .post-thumb img {
        width: 100%;
    }
    .widget-ovic-newsletter:before {
        font-size: 120px;
    }
    #customer_login .u-column1, #customer_login .u-column2 {
        width: 100%;
    }
    #customer_login .login {
        margin-bottom: 30px;
    }
    #customer_login .login, #customer_login .register {
        padding: 30px 0 0;
    }
    .shop-page.no-sidebar .woocommerce-product-gallery,
    .summary.entry-summary,
    .woocommerce-product-gallery {
        width: 100%;
        padding: 0;
        border: none;
    }
    .shop-page.no-sidebar .woocommerce-product-gallery,
    .woocommerce-product-gallery {
        text-align: center;
    }
    .woocommerce-tabs {
        margin-top: 40px;
    }
    .summary.entry-summary {
        margin-top: 30px;
    }
    .wpb_single_image img {
        width: 100%;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel {
        padding-bottom: 50px;
    }
    .crosssell, .related, .up-sells {
        padding-top: 35px;
    }
    .woocommerce-cart-form .shop_table td {
        padding: 10px;
    }
    .woocommerce-cart-form .shop_table .product-price,
    .woocommerce-cart-form .shop_table .product-quantity {
        width: 15%;
    }
    .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
        right: 30px;
    }
    .shop-filter-sidebar .woof_sid_widget .woof_container,
    .shop-top-control .filter-sidebar-content .turan_product_filter .widget {
        width: 33.3333%
    }
    .shop-filter-sidebar .woof_sid_widget .woof_container:nth-child(2n+1),
    .shop-top-control .filter-sidebar-content .turan_product_filter .widget:nth-child(2n+1) {
        clear: left;
    }
    .shop-top-control .woocommerce-ordering .title {
        display: none;
    }
    .product-item.list .product-thumb,
    .product-item.list .loop-form-add-to-cart,
    .product-item.list .product-content-bottom {
        display: block;
        width: 100%;
    }
    .product-item.list .product-content-bottom .product-thumb {
        width: 100%;
        position: relative;
    }
    .product-item.list .product-thumb .yith-wcwl-add-to-wishlist {
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 20px;
    }
    .product-item.list .product-info {
        margin-bottom: 30px;
        display: block;
    }
    .product-item.list .product-info .yith-wcwl-add-to-wishlist {
        display: none;
    }
    .product-item.list .product-content-bottom .loop-form-add-to-cart {
        display: block;
        width: 100%;
    }
    .product-item.list .quantity {
        float: left;
    }
    .product-item.list .product-inner {
        height: auto !important;
    }
    .masonry-grid .grid-sizer, .masonry-grid .grid-item {
        width: 50%;
    }
    .product-item.style-02 .product-thumb {
        width: 270px;
    }
    .product-item.style-08 .product-thumb {
        max-width: 50%;
    }
    .product-item.style-08 .product-info {
        width: 50%;
        padding-left: 40px;
    }
    .ovic-products.has-product-style-07 .title {
        padding-left: 0;
        text-align: center;
    }
    .ovic-video .thumb, .ovic-video .content {
        width: 100%;
        float: none;
        display: block;
    }
    .ovic-video .content {
        padding: 15px;
    }
    .ovic-lookbook .lookbook-inner,
    .ovic-lookbook .lookbook-inner.right {
        display: block;
    }
    .ovic-lookbook .lookbook-inner .thumb,
    .ovic-lookbook .lookbook-inner .content {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .ovic-lookbook .lookbook-inner .content {
        padding: 0 15px;
    }
    .ovic-lookbook .lookbook-inner .thumb {
        margin-bottom: 30px;
    }
    .ovic-lookbook .lookbook-inner .thumb figure {
        display: inline-block;
        margin: 0 auto;
    }
    .ovic-lookbook.style-02 .lookbook-inner {
        padding: 20px;
    }
    .post-content .post-item.classic .post-thumb {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .post-content.post-masonry .post-item {
        width: 50%;
    }
    .ovic-tabs .tabs-list li a {
        margin: 0 15px;
    }
    .product-item.style-07 .price {
        font-size: 24px;
        margin-right: 25px;
    }
    .product-item.style-07 .product-thumb,
    .product-item.style-07 .product-info {
        width: 50%;
    }
    .product-item.style-04 .product-inner {
        padding: 0;
    }
    .turan-countdown > span {
        min-width: 40px;
        height: 40px;
        padding: 5px 0;
        margin-right: 2px;
    }
    .turan-countdown > span:last-child {
        margin-right: 0;
    }
    .turan-countdown.is-countdown .box-count .text {
        font-size: 10px;
    }
    .turan-countdown.is-countdown .box-count .number {
        font-size: 13px;
    }
    #order_review {
        width: 100%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
        float: none;
    }
    .ovic-newsletter.style-07 .inner > * {
        display: block;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .header-mobile .header-control .block-header,
    .header-mobile .header-control {
        position: static;
    }
    .ovic-tabs .tabs-head {
        margin-bottom: 30px;
    }
    .ovic-tabs .tabs-list li {
        display: block;
        margin-bottom: 10px;
    }
    .ovic-tabs.style-02 .tabs-list li:after {
        display: none;
    }
    .ovic-tabs.style-04 .tabs-list {
        padding-right: 0;
    }
    .ovic-tabs.style-04 .tabs-list li {
        position: relative;
        padding-right: 35%;
    }
    .ovic-tabs.style-04 .tabs-list .subtitle {
        font-size: 36px;
    }
    .ovic-products.box-style-03 .head {
        width: 100%;
        margin: 0 0 30px;
        float: none;
        padding: 0;
    }
    .ovic-products.box-style-03 > .woocommerce {
        width: 100%;
        display: block;
    }
    .ovic-person .inner {
        padding: 20px;
        text-align: center;
    }
    .ovic-person .avatar {
        float: none;
    }
    .ovic-person .content-person {
        padding: 10px 10px 50px;
    }
    .ovic-video .content .title {
        font-size: 26px;
        line-height: 30px;
    }
    .product-item.style-07 .product-inner {
        text-align: center;
    }
    .product-item.style-07 .product-thumb,
    .product-item.style-07 .product-info {
        float: none;
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .product-item.style-07 .product-info {
        padding-top: 20px;
    }
    .product-item .loop-form-add-to-cart {
        display: none;
    }
    .product-item .product-inner,
    .product-item.style-06 .product-inner,
    .product-item.style-06.product-type-variable .product-inner {
        padding: 5px;
    }
    .product-item .product-title a {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .product-item .price {
        font-size: 13px;
    }
    .ovic-slide.dots-style-02 .slick-dots li, .ovic-products.dots-style-02 .slick-dots li, .ovic-tabs.dots-style-02 .slick-slider .slick-dots li {
        width: 30px;
    }
    .footer {
        margin-bottom: 80px;
    }
    .footer-mobile-item > a {
        padding: 15px 0 5px;
    }
    .footer-mobile-item > a span {
        display: block;
    }
    .woocommerce-cart-form {
        border: none;
    }
    .woocommerce-cart-form .shop_table tbody tr, .wishlist_table tbody tr {
        display: block;
        margin-bottom: 30px;
        border: 2px solid #f1f1f1;
    }
    .cart-collaterals .cart_totals h2 {
        margin: 0 0 30px;
    }
    .woocommerce-cart-form .shop_table tbody td, .wishlist_table tbody td {
        display: block !important;
        width: auto !important;
        border: none;
        border-bottom: 2px solid #f1f1f1 !important;
        text-align: center !important;
    }
    .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-remove {
        position: static;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 0;
    }
    .woocommerce-cart-form .shop_table tbody td:last-child, .wishlist_table tbody td:last-child {
        border-bottom: none !important;
    }
    .woocommerce-cart-form .shop_table tbody tr.cart_item td.product-subtotal {
        font-size: 20px;
        font-weight: 700;
        color: #111111;
    }
    .woocommerce-cart-form .shop_table .actions .coupon {
        display: block;
    }
    .woocommerce-cart-form .shop_table .actions > .button {
        float: none;
        margin-top: 15px;
    }
    .woocommerce-cart-form .shop_table tbody > tr > td {
        padding: 20px;
    }
    .woocommerce-cart-form .shop_table .product-quantity .quantity {
        display: inline-block;
    }
    .woocommerce-cart-form .shop_table .product-thumbnail img {
        max-width: 160px;
    }
    #yith-quick-view-modal.open .yith-wcqv-main {
        padding: 15px;
    }
    body #yith-quick-view-content div.images,
    body #yith-quick-view-content div.summary {
        width: 100%;
        padding: 0;
    }
    .shop-top-control .woocommerce-result-count {
        display: none;
    }
    .shop-top-control .grid-view-mode .inner {
        float: right;
    }
    .shop-filter-sidebar .woof_sid_widget .woof_container,
    .shop-top-control .filter-sidebar-content .turan_product_filter .widget {
        width: 50%
    }
    .shop-filter-sidebar .woof_sid_widget .woof_container:nth-child(2n+1),
    .shop-top-control .filter-sidebar-content .turan_product_filter .widget:nth-child(2n+1) {
        clear: none;
    }
    .shop-filter-sidebar .woof_sid_widget .woof_container:nth-child(2n),
    .shop-top-control .filter-sidebar-content .turan_product_filter .widget:nth-child(2n) {
        clear: left;
    }
    .ovic-lookbook .lookbook-inner .content {
        padding: 0;
    }
    .ovic-lookbook .lookbook-inner .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .ovic-lookbook .lookbook-inner .title br,
    .ovic-lookbook .lookbook-inner .description br {
        display: none;
    }
    .ovic-lookbook .lookbook-inner .description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .ovic-video .content .title {
        font-size: 26px;
        line-height: 30px;
    }
    .woocommerce-Reviews .comment-form-rating,
    .woocommerce-Reviews .comment-form-comment {
        padding: 0 10px;
    }
    .comment-form .form-submit {
        padding: 10px;
    }
    .comment-form {
        margin-bottom: 30px;
    }
    .woocommerce-cart-form .shop_table tbody > tr > td.actions {
        padding: 15px;
    }
    .post-pagination > span, .post-pagination > a,
    .woocommerce-pagination a, .woocommerce-pagination span {
        width: 40px;
        height: 40px;
        line-height: 36px;
        margin: 0 0 2px;
    }
    .ovic-slide.dots-style-02 .slick-dots li,
    .ovic-products.dots-style-02 .slick-dots li {
        width: 40px;
    }
    .shop-before-control .woocommerce-result-count,
    .shop-before-control .woocommerce-ordering,
    .shop-before-control .grid-view-mode,
    .shop-before-control .shop-filter-sidebar {
        padding: 0 20px;
    }
    .error-404,
    .error-404 .images{
        display: block;
        text-align: center;
    }
    .error-404 .text-404 {
        display: block;
        text-align: center;
        padding: 0;
    }

}
@media (max-width: 639px) {
    .header.style-02 .header-mobile .wapper .logo,
    .header.style-05 .header-mobile .wapper .logo,
    .mobile-header-style-06.header-mobile .wapper .logo,
    .mobile-header-style-13.header-mobile .wapper .logo {
        text-align: center;
        display: block;
        float: none;
    }
    .header.style-02 .header-mobile .item,
    .header.style-05 .header-mobile .item,
    .mobile-header-style-06 .item,
    .mobile-header-style-13 .item {
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .header.style-02 .header-control,
    .header.style-05 .header-control,
    .mobile-header-style-06.header-mobile .header-control,
    .mobile-header-style-13.header-mobile .header-control,
    .header.style-02 .block-search,
    .header.style-05 .block-search,
    .mobile-header-style-06.header-mobile .block-search,
    .mobile-header-style-13.header-mobile .block-search{
        width: calc(100% - 42px);
        padding: 0;
        float: left;
    }
    .block-search.style-02 .search-form .form-content .inner,
    .block-search.style-05 .search-form .form-content .inner,
    .mobile-header-style-06.header-mobile .search-form .form-content .inner,
    .mobile-header-style-13.header-mobile .search-form .form-content .inner,
    .block-search .search-form .search-input{
        width: 100%;
    }
    .product-item.style-02 .product-thumb {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .product-item.style-02 .product-info {
        padding: 0;
        float: none;
    }
    .product-item .turan-countdown-wrapper {
        display: none;
    }
    .post-single .post-inner-content .group-bottom > div {
        display: block;
        text-align: left;
    }
    .post-single .post-inner-content .group-bottom .post-meta {
        margin-bottom: 20px;
    }
    .comment-form .comment-reply-content,
    .comment-form .logged-in-as,
    .comment-form .comment-notes,
    .comment-form > p {
        padding: 0 15px;
    }
    .post-content.post-masonry .post-item {
        width: 100%;
    }
    .ovic-newsletter.style-04 {
        padding: 30px 40px;
    }
    .ovic-newsletter.style-04 .newsletter-form-wrap .text-field {
        width: 100%;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .ovic-blog.style-04 .post-item .post-thumb {
        max-width: 100%;
        display: block;
        float: none;
    }
    .ovic-blog.style-04 .post-item .post-info {
        position: static;
        width: 100%;
        left: 0;
    }
    .ovic-blog.style-04 .post-info {
        border-top: 0;
        border-left: 2px solid #f1f1f1;
    }
    .ovic-blog.style-04 .post-item .post-title {
        padding-bottom: 80px;
    }
    .summary .entry-title {
        font-size: 20px;
    }
    .wc-tabs li {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .post-pagination > span, .post-pagination > a,
    .woocommerce-pagination a, .woocommerce-pagination span {
        width: 36px;
        height: 36px;
        line-height: 32px;
    }
    .product-item.style-08 .product-thumb {
        width: 100%;
        float: none;
        display: block;
        max-width: 100%;
    }
    .product-item.style-08 .product-info {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
        float: none;
        display: block;
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    .ovic-blog.style-04 .post-item .post-thumb {
        max-width: 100%;
        display: block;
        float: none;
    }
    .ovic-blog.style-04 .post-item .post-info,
    .ovic-blog.style-04 .post-info .post-meta {
        position: static;
        width: 100%;
    }
    .block-search .turan-submenu {
        min-width: 1px;
        width: 100%;
        margin: 0;
    }
    .ovic-newsletter.style-02 .newsletter-form-wrap .text-field {
        float: none;
        width: 100%;
    }
    .ovic-newsletter.style-02 .newsletter-form-wrap .submit-newsletter {
        float: none;
        width: auto;
    }
    .ovic-newsletter.style-04 {
        padding: 40px 30px;
    }
    .ovic-newsletter.style-04 .newsletter-head {
        max-width: 100%;
        margin: 0;
    }
    .ovic-newsletter.style-04 .newsletter-form-wrap .text-field {
        width: 100%;
    }


    .ovic-tabs.style-02 .tabs-list li:after {
        content: none;
    }

    .product-item .loop-form-add-to-cart .button {
        float: none;
    }
    .product-item .loop-form-add-to-cart .cart {
        padding: 0;
    }
    .comment-list .children {
        padding-left: 15px;
    }
    .ovic-newsletter.style-04 .submit-newsletter {
        margin: 10px 0 0 0;
    }
    .banner-custom {
        width: 100%;
    }
    .header.style-05 .header-language, .header.style-05 .block-search-block {
        width: 100%;
        text-align: center;
    }
    .ovic-newsletter.style-04 .email-newsletter {
        width: 100%;
    }
    .ovic-person .inner {
        padding: 20px;
        text-align: center;
    }
    .ovic-person .avatar {
        float: none;
    }
    .ovic-person .content-person {
        padding: 10px 10px 50px;
    }
    .ovic-person .content-person:after {
        left: 0;
    }
    .instagram .item-instagram {
        width: 50%;
    }
    .ovic-newsletter.style-02 {
        max-width: 100%;
    }
    .gallery-action .gallery-options ,
    .gallery-action .gallery-image{
        width: 100%;
        margin-bottom: 10px;
        float: none;
        max-width: 100%;
    }
    .ovic-tabs.style-04 .tabs-list {
        text-align: center;
    }
    .ovic-tabs.style-04 .tabs-list li {
        padding-right: 0;
    }
    .ovic-tabs.style-04 .tabs-list .subtitle {
        display: none;
    }
    .masonry-grid .grid-sizer, .masonry-grid .grid-item {
        width: 100%;
        position: static !important;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last,
    .woocommerce form .address-field {
        width: 100%;
    }
    .woocommerce form .address-field {
        padding: 0;
    }
    .woocommerce-cart-form .actions .coupon .button {
        margin: 15px 0;
    }
    .woocommerce-cart-form .shop_table .actions > .button {
        margin-top: 0;
    }
    .owl-products .product-item.style-01 img {
        margin: 0 auto;
    }
    .shop_table th, .shop_table td {
        display: block;
    }
    .woocommerce-cart-form .actions > .button {
        float: none;
    }
    .shop-top-control .woocommerce-ordering {
        margin-bottom: 20px;
    }
    .shop-top-control .grid-view-mode .inner {
        margin: 0;
    }
    .product-item.list .product-content-bottom .product-thumb,
    .product-item.list .product-content-bottom .product-info,
    .product-item.list .product-content-bottom .loop-form-add-to-cart {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .widget_shopping_cart_content .buttons .button.checkout {
        float: none;
    }
    #customer_login .login input[type="submit"] {
        display: block;
        width: 100%;
    }
    .entry-summary .cart .group_table {
        border: none;
    }
    .entry-summary .cart .group_table tr {
        border: 1px solid #f1f1f1;
        margin-bottom: 20px;
        display: block;
    }
    .shop_table th, .shop_table td {
        border: none;
        border-bottom: 1px solid #f1f1f1;
    }
    #review_form .comment-form input {
        margin: 0 auto;
    }
    .header-mobile .form-search .form-content .btn-search {
        margin: 0;
    }
    .shop-top-control .shop-filter-sidebar {
        border-right: none;
    }
    .ovic-iconbox.style-03 .socials {
        padding-top: 50px;
    }
    .masonry-grid .grid-sizer, .masonry-grid .grid-item {
        width: 100%;
    }
    .header.style-010 .header-language {
        float: right;
    }
    .shop-top-control {
        padding-bottom: 0;
    }
    .shop-top-control .woocommerce-result-count,
    .shop-top-control .woocommerce-ordering,
    .shop-top-control .grid-view-mode,
    .shop-top-control .shop-filter-sidebar {
        border: none;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .footer-mobile-item > a {
        padding: 10px 0;
    }
    .footer-mobile-item > a span.text {
        display: none;
    }
    .ovic-blog.style-02 .post-item .post-top {
        padding: 10px;
    }
    .post-classic .post-item .post-info,
    .post-grid .post-item .post-info,
    .post-list .post-item.list .post-info {
        padding-left: 15px;
    }
    .ovic-lookbook .lookbook-inner .title {
        font-size: 24px;
        line-height: 30px;
    }
    .post-item .post-meta .post-date {
        display: block;
        float: none;
    }
    .ovic-blog .post-item .post-meta {
        text-align: left;
    }
    .ovic-blog .post-item.style-07 .post-meta {
        text-align: center;
    }
    .post-item.style-07 .post-meta .post-date {
        display: inline-block;
        vertical-align: top;
    }
    form.woocommerce-checkout {
        padding: 15px;
        margin-bottom: 30px;
    }
    .footer {
        margin-bottom: 41px;
    }
}
@media (max-width: 360px) {
    .footer-mobile-item > a span.text {
        display: none;
    }
    .footer {
        margin-bottom: 50px;
    }
    .footer-mobile-item > a {
        padding: 15px 0;
    }


    .ovic-blog .post-item {
        padding: 0 15px !important;
    }
    .top-bar .header-language, .top-bar .social-header {
        float: none;
    }
    .top-bar .block-account {
        padding: 0;
    }
    .product-item.style-03 .product-thumb img {
        margin: 0 auto;
    }
    .header.style-03 .header-control .block-minicart .widget_shopping_cart,
    .header.style-03 .block-search .turan-submenu,
    .shop-filter-sidebar .woof_sid_widget .woof_container,
    .shop-top-control .filter-sidebar-content .turan_product_filter .widget {
        width: 100%
    }
    .shop-top-control .shop-filter-sidebar,
    .shop-top-control .woocommerce-ordering {
        display: block;
        border: none;
        float: left;
    }
    .ovic-newsletter.style-06 .newsletter-form-wrap .text-field {
        float: none;
        width: 100%;
    }
    .ovic-newsletter.style-06 .newsletter-form-wrap .submit-newsletter {
        float: none;
    }
}