.mainmenu > .menu-item-has-children .axil-submenu li a {
    text-transform: none;
}

@media only screen and (max-width: 850px) {
    .header-main-nav .mainmenu-nav .mainmenu {
        height: 100% !important;
    }
}

/* search form styles */
.catalog_search__input {
    width: 50%;
}

.catalog_search {
    position: relative;
    padding-left: 10px;
    border: 2px solid var(--color-light);
    border-radius: 6px;
    margin-bottom: 10px;
}

.catalog_search_list span {
    margin-left: 10px;
}

.catalog_search_list li {
    width: 100%;
    border-left: 2px solid var(--color-light);
    border-right: 2px solid var(--color-light);
    background: white;
    margin: 0;
    list-style: none;
    padding: 2% 0 2% 1%;
}

.header__search_list span {
    margin-left: 5px;
}

.header__search_list li {
    width: 100%;

    background: white;
    margin: 0;
    list-style: none;
    padding: 2% 0 2% 5%;
}

.header__search_icon {
    color: #000000;
    margin-right: 5px;
}

.header__search_form {
    padding: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    display: flex;
}

.header__search_input {
    width: 100%;
    margin: 0;
    padding: 0;
}

.header__search_list {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    z-index: 100;
    padding: 0;
    border-radius: 6px;
    border: 2px solid var(--color-light);

}

.catalog_search_list {
    left: -1px;
    display: none;
    position: absolute;
    background: white;
    width: 100.3%;
    z-index: 100;
    padding: 0;
    border-bottom: 2px solid var(--color-light);
    border-radius: 6px;
    border-top: 1px solid silver;

}


/*@media (max-width: 1199px) {*/
/*    .catalog_search_list {*/
/*        max-width: 600px;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .catalog_search_list {*/
/*        max-width: 400px;*/
/*    }*/
/*}*/

/*@media (max-width: 425px) {*/
/*    .catalog_search_list {*/
/*        max-width: 370px;*/
/*    }*/
/*}*/

/*@media (max-width: 375px) {*/
/*    .catalog_search_list {*/
/*        max-width: 330px;*/
/*    }*/
/*}*/

/* end search form styles */


.logo {
    margin-right: 10px;
}

.accordion-item {
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    transition: var(--transition);
}

.accordion-item:hover {
    border-color: var(--color-white);
    box-shadow: var(--shadow-dark);
}

.accordion-button {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-heading) !important;
}

.accordion-button,
.accordion-body {
    padding: 20px;
}

@media only screen and (max-width: 575px) {
    .accordion-button,
    .accordion-body {
        padding: 20px;
    }
}

.header-action > ul > li > a svg {
    transition: 0.3s;
}

.header-action > ul > li > a:hover svg {
    fill: #fff;
}

.footer-soc {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-soc a {
    margin-right: 10px;
}

.footer-soc a,
.footer-phones a {
    transition: 0.3s;
    position: relative;
    display: inline-flex;
}

.footer-soc a::after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
}

.vb-hover::after {
    background-color: var(--color-viber) !important;
}

.tg-hover::after {
    background-color: var(--color-telegram) !important;
}

.vb-hover {
    color: var(--color-viber) !important;
}

.tg-hover {
    color: var(--color-telegram) !important;
}

.footer-soc a:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.footer-soc a svg {
    transition: 0.3s;
}

.footer-soc a:hover svg {
    fill: #fff;
}

.phone-link:hover {
    color: var(--color-secondary);
}

.row {
    width: 100%;
}

.section-title-wrapper {
    padding-right: 60px;
}

@media only screen and (max-width: 1199px) {
    .product-isotope-heading .section-title-wrapper {
        margin-bottom: 60px;
        padding-right: 0;
    }
}

.category-select .single-select {
    background-position: 95% center;
}

.slick-slider .product-content .title + p {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-dropdown .cart-item .item-img a {
    display: inline-flex;
}

.remove.close-btn .fas.fa-times {
    margin: auto;
}

.woocommerce-notices-wrapper {
    text-align: center;
}

/*.single_variation_wrap{*/
/*  display: none!important;*/
/*}*/

.cart-dropdown-btn {
    pointer-events: none;
}

.cart-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-lighter);
    border: 1px solid var(--color-border);
    transition: all 0.4s ease-out 0s;
    color: var(--color-heading);
    cursor: pointer;
}

#typ {
    padding: 50px 0 20px;
}

#typ-container {
    max-width: 800px;
    margin: 0 auto;
}

#typ .woocommerce-customer-details,
#typ .wc_payment_methods.payment_methods.methods,
#typ .woocommerce-table__product-name .wc-item-meta {
    display: none;
}

.err-border {
    border-color: #ff0000 !important;
}

.wc_payment_methods.payment_methods.methods,
#typ .typ-head + p,
#typ .woocommerce-order-details .order_details thead,
#typ .woocommerce-order-details .order_details tfoot tr:nth-child(-n + 2),
#typ .woocommerce-customer-details--email {
    display: none;
}

#typ .typ-head {
    text-align: center;
    margin-bottom: 40px;
}

#typ .typ-head p {
    line-height: 30px;
    margin: 0;
}

#typ .woocommerce-order-details,
#typ .typ-contacts {
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}

#typ .woocommerce-order-details {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#typ .typ-contacts {
    padding-bottom: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#typ .woocommerce-order-details__title,
#typ .woocommerce-column__title {
    text-align: center;
    font-size: 20px;
}

#typ a,
#typ strong,
#typ p,
#typ th,
#typ bdi,
#typ .amount {
    color: #292930;
}

#typ td,
#typ .wp-block-calendar tfoot td {
    padding: 0;
}

#typ .woocommerce-table--order-details tr td {
    padding: 5px 0 10px;
}

#typ .woocommerce-table--order-details tfoot {
    position: relative;
    border-top: 1px solid #0a8cf7;
}

#typ .woocommerce-order-details td:nth-child(2) {
    text-align: right;
}

#typ .typ-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #292930;
}

#typ .typ-contacts .woocommerce-order-details__title {
    flex: 1 1 100%;
}

#typ .isotope-button {
    margin: 40px 0;
}

#typ .isotope-button a {
    margin: 0 auto;
    color: var(--color-white);
}

.back-to-top {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mainmenu-nav {
    display: flex;
    justify-content: center;
}

#lang-switcher {
    margin: 0;
}

#lang-switcher.mainmenu > .menu-item-has-children .axil-submenu {
    min-width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 991px) {
    .header-main-nav .mainmenu-nav .mainmenu {
        height: auto;
    }
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.product-desc-wrapper,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information.product-desc-wrapper {
    display: block !important;
}

.product-quick-view .popup-zoom {
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.product-quick-view .popup-zoom:hover {
    background: var(--color-primary);
    color: #fff;
}

.var-descr p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.single-product-content .inner .product-title {
    margin-bottom: 15px;
}

.single-product-content .price-amount ins,
.custom_price ins {
    background: none;
    color: #000;
    font-size: 26px;
}

.custom_price {
    margin-top: -20px;
}

.axil-product > .thumbnail > a img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.small-thumb-wrapper .small-thumb-img img {
    height: 80px;
    object-fit: cover;
}

@media only screen and (max-width: 1200px) {
    .axil-product > .thumbnail > a img {
        height: 280px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-product > .thumbnail > a img {
        height: 315px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-product > .thumbnail > a img {
        height: 225px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-product > .thumbnail > a img {
        height: 225px;
    }
}

.prod-info + .price .price-amount {
    /* display: none; */
}

.prod-info + .price .price-amount.block {
    display: block;
}

/* .prod-info+.price .price-amount.empt {
  display: block !important;
} */

.axil-isotope-wrapper div.text-center .axil-btn,
#btn-load-more {
    /* background: #0a8cf7; */
    color: #fff;
}

.axil-isotope-wrapper div.text-center .axil-btn:before,
#btn-load-more:before {
    background: #20e4a4;
}

.axil-isotope-wrapper div.text-center .axil-btn i {
    color: #fff;
}

#btn-load-more {
    width: max-content;
}

.axil-product .product-content .title {
    font-size: 20px;
}

.otgs-development-site-front-end {
    display: none;
}

.order-through li {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.order-through a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 30px 15px 35px;
}

.bg-gray {
    background: var(--color-lighter);
}

.logo img,
.light-logo {
    height: 55px;
}

#del-and-pay .about-info-box {
    margin-bottom: 0 !important;
}

#del-and-pay .col-lg-4 {
    margin-bottom: 30px !important;
}

.back-to-top {
    width: 60px !important;
    height: 60px !important;
    line-height: 40px !important;
}

.back-to-top.show {
    bottom: 10px !important;
    right: 15px !important;
}

@media only screen and (max-width: 991px) {
    .logo img,
    .light-logo {
        height: 45px;
    }

    .range-variant {
        margin-left: 0 !important;
    }

    #lang-switcher {
        height: 30px !important;
    }

    .mainmenu > li > a {
        line-height: 30px !important;
        height: 55px !important;
    }

    #faq:not(.cont-faq) .container,
    #del-and-pay:not(.cont-del-and-pay) .container,
    .single-product-thumb .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #faq .row,
    #del-and-pay .row,
    .single-product-thumb .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #del-and-pay .col-lg-4,
    #faq .accordi {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    [class^="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row > [class*="col"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

body * {
    word-break: keep-all;
}

.title {
    word-break: keep-all;
}

@media only screen and (max-width: 575px) {
    .order-through li {
        flex: 1 1 100% !important;
    }

    .single-product-content .inner .product-features tr td:first-child {
        padding-right: 5px;
    }

    .single-product-content .inner .product-features tr:first-child td {
        padding: 5px;
    }

    .single-product-content .inner .product-features tr td:last-child {
        padding: 5px;
    }

    .single-product-content .inner .product-variation.product-size-variation {
        flex-wrap: wrap;
    }

    .single-product-content .inner .product-variation.product-size-variation .title {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .woocommerce-tabs.wc-tabs-wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.mainmenu > li > a::before {
    bottom: 23px;
}

.d-mob {
    display: none;
}

@media only screen and (max-width: 991px) {
    .d-pc {
        display: none;
    }

    .d-mob {
        display: block;
    }

    .header-brand .logo img {
        width: 45px;
        object-fit: cover;
        object-position: left;
    }
}

@media only screen and (max-width: 479px) {
    .header-action {
        margin-top: 0;
    }

    .header-action > ul > li {
        margin: 0px 10px;
    }
}

@media only screen and (max-width: 340px) {
    .header-action > ul > li {
        margin: 0px 5px;
    }
}

.axil-product .product-content .title {
    color: var(--color-heading);
    font-weight: 700;
}

.mainmenu > .menu-item-has-children.menu-item-open > a:before {
    content: none;
}

.contact-popup-wrapper {
    position: relative;
}

.popup-question {
    position: absolute;
    top: 0px;
    left: -230px;
    max-width: fit-content;
    min-width: 205px;
    cursor: pointer;
    display: none;
    white-space: nowrap;
}

.popup-question div {
    background: #20e4a4;
    padding: 0 5px 0 15px;
    position: relative;
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.popup-question div::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 11;
    top: 13px;
    right: -8px;
    border-width: 10px 6px 10px 6px;
    border-style: solid;
    border-color: #20e4a4;
    border-top-color: transparent;
    border-right-color: transparent;
}

.popup-question img {
    width: 40px;
}

@media only screen and (max-width: 575px) {
    .popup-question {
        top: 2px;
        left: -215px;
    }

    .single_variation_wrap .product-action {
        width: 100%;
    }
}

.dec.qtybtn + .dec.qtybtn,
.inc.qtybtn + .inc.qtybtn {
    display: none;
}

.axil-section-gap {
    padding: 20px 0 80px 0;
}

/* preloader */

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;


}

.preloader_koala {
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.44);
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

/* */
.single-product-thumbnail-wrap .product-quick-view {
    top: 20px;
    right: 10px;
}

.title.reklama-title {
    margin-bottom: 0 !important;
}

.reklama-title, .reklama-title .product-price-variant {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.reklama-product-main-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.reklama-product-main-wrapper .axil-product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*flex: 1 1 calc(15% - 20px); !* або 100%/кількість колонок *!*/
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
}
.reklama_excerpt{
    flex-grow: 1;
}
.reklama-content-wrapper--flex{
    height: 100%;
}
.reklama-content-wrapper{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.product-price-variant {
    margin-bottom: 30px !important;
}

.reklama_button, .reklama__catalog-button {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 700;
    padding: 16px 38px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    text-align: center;
}
.reklama_button{
    width: 85%
}
.reklama_button__wrapper{
    display:flex;
    justify-content: center;
}

.reklama_button:hover, .reklama__catalog-button:hover {
    color: var(--color-white);
}

.reklama__catalog-button {
    background: #0a8cf7;
}

.reklama_excerpt {
    margin-top: 25px;
}

.reklama__catalog {
    display: flex;
    justify-content: center;
}

.reklama__button-detail:before {
    /*background: #0a8cf7!important;*/
}


.reklama__catalog {
    margin-top: 50px;
}
