/** header, menu styles **/

/** temporary styles **/

.woocommerce-tabs.wc-tabs-wrapper {
    display: none!important;
}

/** END temporary styles  **/

/* Базові стилі */

/* Стилі для перемикача мов */

.polylang-dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
    background: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding-right: 15px;
    min-width: 39px;
}
.dropdown-toggle:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 8px;
    top: 50%;
    margin-top: -2px;
    right: 0;
    mask-image: url('../assets/images/icons/icon-arrow-bottom.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #ffffff;
    margin-left: 10px;
    position: absolute;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.dropdown-toggle[aria-expanded="true"]:before {
    transform: rotate(180deg);
    margin-top: -4px;
}
.dropdown-toggle img {
    border-radius: 50%;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    z-index: 1000;
    width: 24px;
    text-align: center;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}
.dropdown-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.dropdown-item img {
    width: 16px;
    height: auto;
    display: inline-block;
    border-radius: 50%;
}
.header-shop-icon {
    width: 44px;
    height: 46px;
    background-image: url('../assets/images/icons/icon-shop-mobile.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.ast-mobile-header-wrap .site-header-section .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    border: unset;
    outline: unset;
}
.ast-mobile-header-wrap .site-header-section .ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu-toggle-icon span .ast-mobile-svg {
    display: none;
}
.ast-mobile-header-wrap .site-header-section .ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu-toggle-icon span:first-child {
    width: 26px;
    height: 18px;
    background-image: url('../assets/images/icons/icon-burger.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.ast-mobile-header-wrap .site-header-section .ast-button-wrap .menu-toggle.main-header-menu-toggle.toggled .mobile-menu-toggle-icon span:first-child {
    width: 10px;
    height: 10px;
    background-image: url('../assets/images/icons/icon-close.svg');
}
/** Menu **/
.ast-main-header-nav-open.ast-header-break-point .ast-primary-header-bar.site-primary-header-wrap {
    z-index: 101;
    background: unset;
}
.ast-main-header-nav-open.ast-header-break-point .ast-primary-header-bar.site-primary-header-wrap .site-header-primary-section-right .ast-builder-layout-element {
    z-index: 102;
    position: absolute;
    right: 16px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.ast-main-header-nav-open.ast-header-break-point .ast-primary-header-bar.site-primary-header-wrap .site-header-primary-section-right .header-widget-area {
    opacity: 0;
}
.ast-main-header-nav-open.ast-header-break-point .ast-primary-header-bar.site-primary-header-wrap .site-header-primary-section-left {
    opacity: 0;
    pointer-events: none;
}
.site-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-break-point .main-header-menu {
    background: linear-gradient(296.2deg, #0D171F 1.55%, #4C565C 357.85%);
}
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .menu-label {
    background: #0D171F;
    height: 76px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
}
.site-header .ast-builder-menu-mobile .main-navigation .main-header-menu {
    background: unset;
    padding: 0 15px;
}
.ast-header-break-point .site-header .main-navigation ul .menu-item .menu-link {
    font-size: 16px;
    background: unset;
    border-bottom: 1px solid #FFFFFF66;
    padding: 2px 0 3px;
    margin-top: 6px;
    position: relative;
    outline: none;
}
.ast-header-break-point .site-header .main-navigation ul .menu-item .menu-link:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 14px;
    mask-image: url('../assets/images/icons/icon-arrow-left.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 19px;
}
.ast-header-break-point .site-header .main-navigation ul .menu-item .menu-link:hover {
    color: #00FFF8;
}
.ast-header-break-point .site-header .main-navigation ul .menu-item .menu-link:hover:after {
    background-color: #00FFF8;
}
.ast-header-break-point .site-header .main-navigation ul .menu-item.desktop-hide .menu-link:after {
    width: 31px;
    height: 31px;
    top: 11px;
    right: 0;
    mask-image: url('../assets/images/icons/icon-menu-shop.svg');
}
.ast-header-break-point .site-header .main-navigation ul .menu-item.desktop-hide .menu-link:hover:after {
    width: 41px;
    height: 41px;
    top: 6px;
    right: -7px;
    mask-image: url('../assets/images/icons/icon-menu-shop-active.svg');
}
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .ast-header-button-1 .ast-builder-button-wrap {
    width: 100%;
}
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .ast-custom-button {
    margin: 48px 15px 20px;
}

@media only screen and (max-width: 1024px) {
    .ast-logo-title-inline .site-branding .site-logo-img {
        padding: 0;
    }
    header .ast-mobile-header-wrap  .ast-grid-right-section > .header-widget-area:first-child {
        height: 46px;
    }
    header .ast-mobile-header-wrap  .ast-grid-right-section > .header-widget-area:last-child {
        margin: 0 0 0 4px;
    }
}
@media only screen and (max-width: 767px) {
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header-primary-section-right {
        padding-right: 4px;
    }
}
@media only screen and (max-width: 1024px) {
    .site-footer .site-primary-footer-inner-wrap .site-footer-section .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-1 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        margin-top: 0;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-1 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner section {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-2 {
        margin-bottom: 0;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-2 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        margin-top: 25px;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-3 {
        margin-bottom: 30px;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-3 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        margin-top: 0;
    }
    .footer-social-inner-wrap {
        justify-content: center;
    }
    /* footer left duration */

    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-2 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        justify-content: unset;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-2 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner .wp-block-list {
        text-align: left;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-3 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        justify-content: unset;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-3 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner .wp-block-list {
        text-align: left;
    }
/*    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 44px!important;
        padding-bottom: 38px!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }*/
}
@media screen and (min-width: 768px) and (max-width:1024px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row {
        display: flex;
        flex-wrap: wrap;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        width: 100%;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-2 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner {
        margin: 0;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-1 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner section {
        justify-content: unset;
    }
    .site-footer .site-primary-footer-inner-wrap .site-footer-section.site-footer-primary-section-1 .footer-widget-area.widget-area.site-footer-focus-item.footer-widget-area-inner section .aligncenter {
        margin: 0;
        width: 228px;
    }
}
@media screen and (min-width: 1025px) and (max-width:1319px) {
    .ast-desktop .ast-primary-header-bar .main-navigation .main-header-menu > .menu-item {
        line-height: 30px;
    }
    header .site-logo-img .custom-logo-link img {
        max-width: 160px;
    }
    .ast-builder-menu-1 .main-navigation .menu-item > .menu-link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
        outline: unset;
    }
}
@media only screen and (min-width: 1024px) {
    .main-header-menu .menu-item.desktop-hide {
        display: none;
    }
}
@media only screen and (min-width: 1320px) {
    .header-shop-icon {
        width: 47px;
        height: 49px;
        background-image: url('../assets/images/icons/icon-shop.svg');
        margin-top: 3px;
    }
    .site-header .ast-builder-grid-row {
        display: flex;
        justify-content: space-between;
    }
    header .ast-grid-right-section > .header-widget-area {
        margin-left: 20px;
    }
    .site-header-primary-section-right .ast-header-button-1 {
        margin-left: 10px;
    }
    .site-header-primary-section-right .ast-header-html-1 {
        margin-left: 10px;
    }
    .ast-builder-menu-1 .main-navigation .menu-item > .menu-link {
        padding-left: 12px;
        padding-right: 12px;
        outline: unset;
        height: auto;
    }
    .ast-builder-menu-1 .main-navigation .menu-item > .menu-link:hover {
        color: #00FFF8;
    }
    .ast-desktop .ast-primary-header-bar .main-navigation .main-header-menu > .menu-item {
        line-height: 30px;
    }
}








