.clear {
    *zoom: 1;
}

.clear:after {
    clear: both;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.flex-horizontalCenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.site-header {
   /*margin:  0 0 10px 0;*/
}
#preloader_bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: none;
}

#preloader_bg.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#preloader_bg img {
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

textarea {
    resize: none;
}

.single_variation_wrap .price {
    display: none;
}

.oneClickBuy {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.oneClickBuyBtn {
    text-decoration: underline;
    color: #b6b6b6;
}

.oneClickBuyBtn:hover {
    text-decoration: none;
}

.popup {
    max-width: 300px;
    margin: auto;
    position: relative;
    background: #fff;
    padding: 35px;
    box-sizing: border-box;
    display: none;
}

.mfp-content .popup {
    display: block;
}

.addToCartBtn {
    box-sizing: border-box;
}

.addToCartBtn:hover {
    background: #000;
    color: #fff;
    box-sizing: border-box;
}

.quickOrder__input {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b6b6b6;
}

.quickOrder__btn {
    width: 100%;
    background: #000;
    color: #fff;
}

.quickOrder__btn[disabled=disabled], .quickOrder__btn:disabled, .quickOrder__btn-loading {
    background: #212121bf;
    cursor: not-allowed;
    position: relative;
}

.quickOrder__btn-loading {
    color: transparent !important;
}

.quickOrder__btn-loading:before {
    position: absolute;
    top: 1px;
    right: auto;
    left: 50%;
    margin: 0 0 0 -10px;
    color: #fff;
    font-size: 20px;
    text-indent: 0;
    content: "\e901";
    font-family: 'chromium';
    -webkit-animation: woo-spin 2s infinite linear;
    animation: woo-spin 2s infinite linear;
}

.quickOrder__img {
    max-width: 100px;
    margin: 15px auto;
    display: block;
}

.chromium-product-style-3 li.product .price-wrapper, .chromium-product-style-4 li.product .price-wrapper {
    justify-content: center;
}

.chromium-product-style-3 li.product .excerpt-wrapper .add_to_cart_button, .chromium-product-style-3 li.product .excerpt-wrapper .ajax_add_to_cart, .chromium-product-style-3 li.product.outofstock .excerpt-wrapper .ajax_add_to_cart, .chromium-product-style-4 li.product .excerpt-wrapper .add_to_cart_button, .chromium-product-style-4 li.product .excerpt-wrapper .ajax_add_to_cart, .chromium-product-style-4 li.product.outofstock .excerpt-wrapper .ajax_add_to_cart, li.product .excerpt-wrapper .product_type_grouped, li.product .excerpt-wrapper .product_type_external, li.product .excerpt-wrapper .product_type_external {
    margin: 10px 0;
}

.imageLink {
    display: inline-block;
}

.chromium-product-style-3 li.product .excerpt-wrapper .button:hover, .chromium-product-style-4 li.product .excerpt-wrapper .button:hover, .chromium-product-style-3 li.product .excerpt-wrapper .button:focus, .chromium-product-style-4 li.product .excerpt-wrapper .button:focus, .chromium-product-style-3 li.product .excerpt-wrapper .button:active, .chromium-product-style-4 li.product .excerpt-wrapper .button:active {
    color: #fff;
    background: #212121;
}

button.mfp-close, button.mfp-arrow {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 25px;
}

.mfp-bg {
    background-color: rgba(246, 246, 246, 0.9) !important;
}

.woocommerce a.addedToCartUrl {
    display: none;
}

.woocommerce a.addedToCartUrl-active {
    display: block;
}

/*lang swither*/
.header-top .widget_polylang:after {
    display: none;
}

.widget ul li, .widget ol li {
    display: inline-block;
    margin: 0 5px;
}

.header-top .widget_polylang {
    min-width: 50px;
}

.dd-container {
    /*height: 70px;*/
    color: #000;
    width: 100%;
}

/*.dd-option-image,*/
/*.dd-selected-image {*/
/*max-height: 40px;*/
/*width: auto;*/
/*}*/

/*.dd-select,*/
/*.dd-options {*/
/*min-width: 100%;*/
/*box-sizing: border-box;*/
/*}*/
/*.dd-selected-text {*/
/*padding-right: 30px;*/
/*position: relative;*/
/*box-sizing: border-box;*/
/*}*/
/*.dd-selected-text:before {*/
/*content: '';*/
/*width: 0;*/
/*height: 0;*/
/*position: absolute;*/
/*right: 10px;*/
/*top: 50%;*/
/*margin-top: -3px;*/
/*border: solid 5px transparent;*/
/*border-top: solid 5px #000;*/
/*}*/

.filter {
    max-width: 1200px;
    margin: auto;
}

.filter__select {
    min-width: 100%;
}

.filter__text h4 {
    font-size: 25px;
    font-weight: 500;
}

.filter__text h2 {
    font-family: "Rubik", Sans-serif;
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
    margin-bottom: 20px;
}

.filter__btn {
    width: 100%;
}

.filter__text * {
    color: #fff !important;
}

.filter__text {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.filter__form {
    width: 100%;
}

.disabled, button:disabled {
    cursor: not-allowed;
}

.woocommerce-ordering::after, .product-pager::after {
    /*display: none;*/
}

ul.products.subcategoryList {
    margin-bottom: 2em;
}

.subcategory__link {
    display: block;
}

#mega-menu-wrap-primary-nav #mega-menu-primary-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    top: -29px;
}

#mega-menu-wrap-primary-nav #mega-menu-primary-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
}

/*custom select css*/
.dd-select {
    background-color: #fff !important;
    min-width: 100%;
    border: 2px solid #ccc;
}

.dd-select .dd-pointer {
    display: block;
    border: none;
}

.dd-pointer:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dd-pointer-up:before {
    transform: rotate(-45deg);
}

.dd-options {
    min-width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
}

.dd-selected-text {
    margin-bottom: 0;
}

.dd-select .dd-pointer {
    width: 50px;
    height: auto;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid #ccc;
}

.dd-select .dd-selected {
    padding-right: 60px;
    max-height: 50px;
}

.dd-select .dd-option-image, .dd-select .dd-selected-image, dd-select .dd-option-image {
    height: 40px;
    float: none;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.dd-select .dd-selected, .dd-container .dd-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.dd-select .dd-selected {
    padding: 5px 10px;
}

.dd-select .dd-selected-text, .dd-option .dd-option-text {
    cursor: pointer;
    line-height: normal !important;
    margin-bottom: 0 !important;
    color: #000 !important;
    font-weight: 400;
    padding-left: 10px;
    font-size: 11px;
    max-width: calc(100% - 45px);
}

.dd-option-image, .dd-selected-image {
    max-width: 40px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    text-align: left;
    margin-bottom: 20px;
}

.checkoutTitle {
    text-align: left;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}

.customSelectWrap {
    margin-bottom: 35px;
}

.hide {
    display: none;
}

.widget_layered_nav ul li {
    display: block;
    margin-bottom: 8px;
}

.widget .current-lang a {
    color: #fdb819;
}

div.widget_tz_categories ul li {
    display: block;
}

.page-numbers .fa {
    line-height: 35px;
}

.widget_pages ul li.page_item {
    display: block;
}

.woof_childs_list_opener span.woof_is_closed,
.woof_childs_list_opener span.woof_is_opened {
    outline: none;
    border: none;
    background-image: none;
    position: relative;
}

.woof_childs_list_opener span:before,
.woof_childs_list_opener span:after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 4px;
    top: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 10px;
    height: 2px;
    background-color: #c7c7c7;
}

.woof_childs_list_opener span.woof_is_opened:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.woof_childs_list_opener span.woof_is_closed:after {
    right: 8px;
    top: 4px;
    width: 2px;
    height: 10px;
    /*-webkit-transform: rotate(90deg);*/
    /*transform: rotate(90deg);*/
}

.productLabels {
    position: absolute;
    top: 15px;
    margin: 0;
    font-weight: normal;
    z-index: 1;
    left: -5px;
    right: auto;
    color: #212121;
}

.productLabels__item {
    margin-bottom: 10px;
    border-radius: 0 2px 2px 0;
    text-transform: uppercase;
    padding: 0 9px 0 12px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    display: inline-block;
    background-color: #fdb819;
    position: relative;
}

.productLabels__item-gray {
    background-color: #808080;
    color: #fff;
}

.products .productLabels__item:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 0;
    border-width: 6px 0 0 0;
    border-style: solid;
    border-color: #b78000;
    border-left: 5px solid transparent;
    left: 0;
}

.products .productLabels__item-gray:before {
    border-color: #808080;
    border-left: 5px solid transparent;
}

.tm_count_label {
    color: #e52325;
    margin-left: 5px;
}

.woocommerce-orders-table__header-product-name {
    width: 30%;
}

.woocommerce-products-table {
    text-align: center;
    font-size: 15px;
}

button.woocommerce-button.serialBtn {
    padding: 0 5px;
    width: 100%;
}

.woocommerceProductsTable {
    text-align: center;
}

.woocommerceProductsTable thead {
    background-color: #81858c40;
    color: #000;
}

.woocommerceProductsTable .woocommerce-orders-table__cell {
    padding: 30px 5px !important;
}

@media screen and (min-width: 1024px) {
    .product-images-wrapper .flex-control-thumbs {
        bottom: 0;
        max-height: 100%;
        overflow-y: auto;
    }
}

@media screen and (max-width: 768px) {
    .dd-select .dd-selected-text, .dd-option .dd-option-text {
        font-size: 8px;
    }

    .dd-select .dd-pointer {
        width: 40px;
    }

    .dd-select .dd-option-image, .dd-select .dd-selected-image, dd-select .dd-option-image {
        height: 30px;
    }

    .top-widgets-left .widget:first-child {
        /*display: none;*/
    }

    .header-top {
        padding: 10px 5px;
    }

    .top-widgets-left .widget {
        display: inline-block;
        width: 48%;
        text-align: center;
    }

    .top-widgets-left a {
        font-size: 12px;
    }

    .top-widgets-left p {
        margin-bottom: 5px;
    }

    .top-widgets-right {
        text-align: center;
    }

    .top-widgets-right .widget {
        display: inline-block;
    }

    .top-widgets-right ul {
        margin: 0;
        padding: 0;
    }

    #mega-menu-wrap-primary-nav .mega-menu-toggle .mega-toggle-blocks-left {
        order: 2;
    }

    #mega-menu-wrap-primary-nav .mega-menu-toggle .mega-toggle-blocks-center {
        order: 2;
    }

    #mega-menu-wrap-primary-nav .mega-menu-toggle .mega-toggle-blocks-right {
        justify-content: flex-start;
        order: 1;
    }

    #mega-menu-wrap-primary-nav .mega-menu-toggle .mega-menu-toggle-block:after {
        display: none;
    }

    #mega-menu-wrap-primary-nav .mega-menu-toggle .mega-menu-toggle-block:before {
        content: '\f333';
        font-family: 'dashicons';
        font-size: 24px;
        color: #31353b;
        margin: 0 0 0 5px;
    }
}

.woof_list_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.woof_list_checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-left: 0;
}

.woof_list_checkbox input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #ebebeb;
}

.woof_list_checkbox input[type="checkbox"]:hover + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woof_list_checkbox input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.woof_list_checkbox input[type="checkbox"]:checked + label:before {
    background: #ffa800;
}

.woof_list_checkbox input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.woof_list_checkbox input[type="checkbox"]:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.woof_list_checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woof_checkbox_label_selected {
    font-weight: 400;
}

.elementor-heading-title {
    border-bottom: 2px solid #000;
    padding-bottom: 5px !important;
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: inherit;
    top: calc(100% - 45px);
}

.elementor-widget-image-carousel * {
    position: relative;
}
.mobileMenu {
    display: none;
}
.mobileMenu-shop {
    position: relative;
    list-style: none;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.mobileMenu-shop ul {
    list-style: none;
    margin: 0;
}
.slick-initialized .slick-slide {
    outline: none;
}
.elementor-widget-image-carousel div {
    max-height: 150px;
}
#menu-header-shop-menu-ua {
    margin: 0;
}
.filterBtn a{
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.filterBtn a:focus {
    background: transparent !important;
    color: #212121 !important;
    border:none;
    outline: none;
}
.filterBtn a:before{
    content: '';
    background: url("../../assets/img/filter.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .headerMenuWrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .headerMenuWrap:before,
    .headerMenuWrap:after {
        display: none;
    }

    .desktopMenu {
        max-width: 50%;
        flex-basis: 50%;
    }

    .mobileMenu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 5px;
    }
   .mobileMenu-onShopPage {
        display: none;
    }

    .mobileMenu-shop{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-top: 0;
        padding-right: 5px;
    }
    #sidebar-shop {
        display: none;
    }
    #sidebar-shop.fixed{
        display: block;
        position: absolute;
        padding: 15px;
        top:290px;
        background: #fff;
        z-index: 1111;
    }
    .mobileMenu #mega-menu-primary-nav li {
        display: none !important;
    }

    .mobileMenu #mega-menu-primary-nav li:first-child {
        display: block !important;
    }

    .mega-departments-link .mega-indicator:after {
        display: none !important;
    }

    .desktopMenu .mega-departments-link {
        display: none !important;
    }

    .mobileMenu .mega-menu-toggle {
        display: none !important;
    }

    .mobileMenu #mega-menu-primary-nav {
        display: block !important;
    }

    .mobileMenu #mega-menu-wrap-primary-nav #mega-menu-primary-nav > li.mega-menu-item.mega-departments-link > a.mega-menu-link {
        background: #fdb81a !important;
        color: #000;
        text-align: right;
        padding-right: 35px;
    }

    .mobileMenu #mega-menu-wrap-primary-nav #mega-menu-primary-nav > li.mega-menu-item.mega-departments-link > a.mega-menu-link:before {
        position: absolute;
        right: -15px;
    }
   .mobileMenu #mega-menu-wrap-primary-nav .mega-menu-toggle + #mega-menu-primary-nav li.mega-menu-item > ul.mega-sub-menu {
       position: absolute;
       z-index: 999;
       left: -100%;
       right: 0;
       width: 200%;
       top: calc(100% + 15px);
    }
  .desktopMenu #mega-menu-primary-nav {
      position: absolute;
      z-index: 99999;
      left: 0;
      right: 0;
      width: 200%;
   }
}