a, p, ul, li, h1, h2, h3, h4, h5, h6 {
    color: #212121;
}

a:hover {
    text-decoration: none;
    color: var(--bs-primary);
}

html, body {
    height: 100%;
}
body {
    font-size: 16px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
    z-index: 9;
}
.content .content-limiter {
    padding: 10px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
h1 {
    font-size: 1.8em;
    font-weight: 700;
}
h2 {
    font-size: 1.5em;
    font-weight: 700;
}
h3 {
    font-size: 1.17em;
    font-weight: 700;
}
h4 {
    font-size: 1.12em;
    font-weight: 700;
}
h5 {
    font-size: .83em;
    font-weight: 700;
}
h6 {
    font-size: .75em;
    font-weight: 700;
}
input:focus {
    outline: none;
}
.color-primary {
    color: var(--bs-primary);
}
.background-primary {
    background-color: var(--bs-primary);
}
.big-text-header {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
}

/*Header*/
#header {
    box-sizing: border-box;
}
#header .top {
    height: 30px;
    font-weight: 300;
    background-color: var(--bs-dark);
    font-size: 15px;
}
#header .top a {
    color: #fff;
}
#header .top .inner {
    height: 100%;
    align-items: center;
}

#header .top .inner .right-part {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
#header .top .inner .right-part .my-account {
    display: block;
    margin-left: 20px
}
#header .top .inner .right-part .my-account a {
    padding: 0 15px;
}
#header .top .inner .right-part .my-account a i {
    margin-right: 10px;
}
#header .bottom {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}
#header .deliver-geo.in-header {
    color: #fff;
    margin-bottom: 0;
    margin-right: 20px;
}
#header .deliver-geo.in-header .country-name {
    border-bottom: unset;
    font-weight: 500;
    text-decoration: underline;
}
#header .deliver-geo.in-header select {
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font: inherit;
    background-color: transparent;
}
#header .deliver-geo.in-header select:focus {
    outline: none;
}
#header .deliver-geo.in-header .flag {
    margin-right: 10px;
    height: 17px;
    border-radius: 100px;
}

/*Header Bottom*/
#header .bottom .sidebar-menu-show-button {
    padding-right: 10px;
    cursor: pointer;
    position: relative;
}
#header .bottom .sidebar-menu-show-button i {
    padding-top: 4px;
}
#header .bottom .sidebar-menu-show-button .menu-dot {
    display: flex;
    align-items: center;
    font-size: 0.5rem;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 0;
    background: #fff;
    text-align: center;
    color: var(--bs-primary);
}
#header .bottom .logo {
    padding: 0 20px
}
#header .bottom .logo img {
    height: 42px;
    cursor: pointer;
}
#header .bottom .search-box {
    padding: 0 20px;
    width: 20%;
}
#header .bottom .search-box input {
    border: none;
    border-radius: unset;
    padding-left: 0;
}
#header .bottom .search-box .input-group {
    border-bottom: 1px solid #dee2e6;
}
#header .bottom .search-box input:focus {
    box-shadow: unset;
    background-color: unset;
}
#header .bottom .search-box button:focus {
    box-shadow: unset;
    background-color: unset;
}
#header .search-box .search-wrapper {;
    position: relative;
}
#header .bottom .shop-box {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
#header .bottom .shop-box span {
    padding: 0 10px;
}
#header .bottom .shop-box .sidebar-cart-show-button {
    position: relative;
    cursor: pointer;
}
#header .bottom .shop-box .qty-counter {
    top: -12px;
    left: 25px;
}
#header .bottom .shop-box .sidebar-whishlist-show-button {
    cursor: pointer;
    position: relative;
}

/*Features Menu*/
#header .features-menu {
    padding: 0 20px;
}

#header .features-menu .features-items {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    white-space: nowrap;
    overflow: auto;
    padding: 0;
    margin-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#header .features-menu .features-items .item {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 8px;
    border-radius: 2rem;
    font-weight: 500;
    padding: 4px 15px;
    background-color: var(--bs-light);
    border: 1px solid var(--bs-light);
    align-items: center;
}
#header .features-menu .features-items .item.active {
    font-weight: 700;
    background-color: var(--bs-dark);
    color: #fff;
}
#header .features-menu .features-items .item .preview-picture {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
#header .top .site-lang {
    color: white;
}
#header .site-lang .current {
    opacity: 0.7;
}

/*Mobile Header*/
#header .mobile-bottom {
    display: none;
}

/*Heading blcok*/
.content-limiter.big-header .bx-breadcrumb {

}
.content-limiter.big-header {
    min-height: 140px;
    display: flex;
    align-items: center;
    text-align: center;
}
.content-limiter.big-header h1 {
    font-weight: 700;
    width: 100%;
    font-size: 2.2em;
}
.content-limiter.big-header .content-heading {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-limiter.big-header.with-background {
    background-repeat: no-repeat;
    margin-top: -1px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
}
.content-limiter.big-header.with-background h1 {
    color: #fff;
}
.content-limiter.big-header.with-background .bx-breadcrumb-item .page-name {
    color: #fff;
}
.content-limiter.big-header.with-background .bx-breadcrumb {
    justify-content: center;
}
.content-limiter.big-header.with-background .bx-breadcrumb i {
    color: #fff;
}
.content-limiter.big-header .bx-breadcrumb {
    padding: 0;
}

/*Sidebar Menu Block*/
#sidebar-menu-block .logo {
    text-align: center;
}
#sidebar-menu-block .logo img {
    height: 40px;
}
#sidebar-menu-block .menu-item {
    padding: 10px 0;
}
#sidebar-menu-block .menu-item a i {
    width: 40px;
    text-align: center;
    margin-right: 10px;
}
#sidebar-menu-block .sidebar-wrapper {
    height: calc(100% - 110px);
}
#sidebar-menu-block .deliver-geo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
#sidebar-menu-block .deliver-geo img {
    height: 30px;
    margin-right: 15px;
}
#sidebar-menu-block .deliver-geo select {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
}

/*Sidebar Wishlist Block*/
#sidebar-wishlist-block .sidebar-wrapper .wishlist-items .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}
#sidebar-wishlist-block .sidebar-wrapper .wishlist-items .item .picture {
    width: 20%;
    padding: 25px 5px;
    text-align: center;
}
#sidebar-wishlist-block .sidebar-wrapper .wishlist-items .item .description {
    width: 70%;
    padding: 25px 5px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
#sidebar-wishlist-block .sidebar-wrapper .wishlist-items .item .remove-item {
    padding: 25px 5px;
}

/*Search Result*/
.title-search-result {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.21);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.21);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.21);
}
/*Footer*/
footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    padding: 40px 0 10px 0;
    margin-top: 30px;
}
footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
footer .footer-social {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 20px 0 0 0;
}
footer .footer-social a {
    padding: 10px;
}
footer .footer-block {
    width: 100%;
    margin-bottom: 40px;
}
footer .footer-block .menu-item {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
footer .header {
    padding-bottom: 10px;
    font-weight: 700;
}
footer .footer-subtitle {
    font-weight: 700;
    font-size: 0.9em;
    color: var(--bs-primary);
}
footer .phone {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0;
}
footer .footer-description {
    display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
}
footer .footer-block .chat-block{
    font-weight: 700;
}
footer .footer-block .contact-button {
    padding-right: 10px;
}
footer .footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 10px;
    color: #777;
}

/*Contact Buttons*/
.contact-button.viber {
    color: #7d3daf;
}
.contact-button.telegram {
    color: #29a9ea;
}
.contact-button.whatsapp {
    color: #333;
}

/*Sidebar*/
.sidebar {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10000;
    padding: 20px 0;
    --default-transition-duration: none;
    transition: none;
}
.from-left {
    transform: translateX(-200vw);
}
.from-right {
    transform: translateX(200vw);
}
.sidebar.animated {
    --default-transition-duration: 400ms !important;
    transition: transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.sidebar .sidebar-wrapper {
    height: 100%;
    overflow: scroll;
    height: calc(100% - 110px);
    padding: 0 10px;
}
.sidebar .sidebar-buttons {
    padding: 10px;
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 10%);
}
.sidebar-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    height: 50px;
    margin-bottom: 10px;
    align-items: center;
    padding: 0 10px;
}
.sidebar-heading .block-icon {
    width: 20%;
    height: 100%;
    position: relative;
}
.sidebar-heading .block-name {
    width: 70%;
    height: 100%;
}
.sidebar-heading .block-name label {
    font-size: 1.2em;
    font-weight: 600;
}
.sidebar-heading .block-logo {
    width: 90%;
    height: 100%;
    text-align: center;
}
.sidebar-heading .block-close {
    width: 10%;
    text-align: right;
    height: 100%;
}
.sidebar-heading .block-close button {
    width: 0.5em;
    height: 0.5em;
}
.sidebar-heading .qty-counter {
    top: -12px;
    left: 25px;
}
.sidebar .empty-sidebar {
    display: flex;
    height: calc(100% - 80px);
    align-items: center;
}
.sidebar .empty-sidebar .inner {
    width: 100%;
    text-align: center;
}
.sidebar .empty-sidebar img {
    padding: 20px;
    max-width: 100%;
    max-height: 150px;
}
.sidebar .empty-sidebar .text {
    margin-top: 20px;
}
.sidebar .empty-sidebar p {
    text-align: center;
}
.sidebar .empty-sidebar p.heading {
    font-size: 1.8rem;
    font-weight: 700;
}
.sidebar .empty-sidebar p.sub-heading {
    font-size: 1.1rem;
}

/************************
STYLES FOR SLIDER PRODUCTS
************************/
.splide__track {
    padding: 10px 5px;
}
.crossale-products {
    max-width: 100%;
    padding: 20px 0;
}
.cross-sales-block {
    display: block;
    position: relative;
}
.crossale-products .cross-sales-header {
    padding: 0;
}
.cross-sales-block .product-slider-item {
    display: flex;
    flex-wrap: wrap;
    width: 190px;
    box-shadow: 0 0 0 0 #dfdfe1, 0 0 15px #ededed;
    margin: 5px;
}
.cross-sales-block .product-slider-item:hover {
    box-shadow: 0 0 0 1px #9d9a9f, 0 0 10px #9d9a9f;
}

.cross-sales-block .product-slider-item .product-item-container {
    width: 100%;
    padding: 5px;
}
.cross-sales-block .product-slider-item a {
    width: 100%;
}
.cross-sales-block .product-slider-item .img-block {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
}
.cross-sales-block .product-slider-item .img-block img {
    max-width: 90%;
    max-height: 90%;
}
.cross-sales-block .product-slider-item .description-block {
    width: 100%;
}
.product-slider-item .product-item-image-wrapper {
    max-height: 250px;
}
.cross-sales-block .description-block .product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.cross-sales-block .description-block .product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
}
.cross-sales-block .description-block .prices-block {
    text-align: center;
}
.cross-sales-block button.splide__arrow {
    background-color: #fff;
    width: 3em;
    height: 3em;
}

/*Other*/
.event-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33,30,34,.5);
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transition-property: background-color,opacity;
    transition: opacity 400ms;
    pointer-events: auto;
}
.event-background.is-visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform 0ms;
    transition: opacity 400ms;
}
.event-background-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33,30,34,.5);
    z-index: 16;
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transition-property: background-color,opacity;
    transition: opacity 400ms;
    pointer-events: auto;
}
.event-background-content.is-visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.qty-counter {
    position: absolute;
}
.qty-counter .label {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.1em 0.1em !important;
    color: #fff;
    background-color: var(--bs-primary);
    min-width: 20px;
    border-radius: 50vw;
    font-size: 12px;
}
.mobile-filter-button {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.show-mobile-filter-button {
    display: block;
    margin-right: 10px;
    padding: 4px 0;
    border: none;
    font-weight: 700;
}
.tags-block {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    white-space: nowrap;
}
.centered-block {
    display: flex;
    align-items: center;
    height: 50%;
}
.centered-block .wrapper {
    width: 100%;
}

/*404 page*/
.not-found-error {
    text-align: center;
}
.not-found-error img {
    max-width: 100%;
    max-height: 700px;
}

/*Payment methods*/
.payment-methods {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.payment-methods .method {
    text-align: center;
}
.payment-methods .method svg {
    height: 30px;
    width: auto;
}
.section-description-block {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: unset;
}
.section-description-block .article-block {
    padding: 20px;
    text-align: justify;
}
.show-more-text {
    padding: 0;
    margin: 10px 0;
}
.section-description-block h1,
.section-description-block h2,
.section-description-block h3,
.section-description-block h4,
.section-description-block h5 {
    margin-top: 20px;
    padding-bottom: 5px;
}

/*Устройства Small (телефоны с горизонтальной ориентацией, 576 пикселей и выше)*/
@media (min-width: 576px) {
    .payment-methods .method svg {
        height: 40px;
        width: auto;
    }
}
/*Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) {
    .container {
        max-width: 90vw;
    }
    .content .content-limiter {
        padding: 10px 20px;
    }
    .top-banner-block {
        flex-width: nowrap;
    }
    .sidebar {
        width: 450px;
    }
    footer .footer-block {
        width: 50%;
    }
    .features-menu {
        display: none;
    }
    .cross-sales-block .product-slider-item {
        width: 250px;
    }
    .content-limiter.big-header {
        min-height: 180px;
    }
    .payment-methods .method svg {
        height: 50px;
        width: auto;
    }
    .section-description-block .article-block {
        padding: 40px;
    }
}
/*Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
    #header {
        border-bottom: 1px solid #dee2e6!important;
    }
    #header .search-box .search-icon {
        padding-right: 10px;
    }
    #header .bottom .search-box input {
        padding-left: 10px;
    }
    .main-menu {
        display: flex;
    }
    .mobile-filter-button {
        display: none;
        margin-bottom: 15px;
    }
    .show-mobile-filter-button {
        display: none;
    }
    footer .footer-block {
        width: 25%;
    }
    .product-slider-item {
        width: 300px;
    }
    .product-slider-item .img-block {
        height: 300px;
        width: 100%;
    }
    .m_products-block .wrapper .h1-header {
        margin-bottom: 15px;
    }
    #header .top .inner {
        padding: 0 20px;
    }
    #header .top .country-selection {
        padding: 0;
    }
}
/*Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше)*/
@media (min-width: 1200px) {

}
/*Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше)*/
@media (min-width: 1400px) {

}
/*Устройства Small (телефоны с горизонтальной ориентацией, 576 - 766 пикселей)*/
@media (max-width: 767px) {

}
/*Устройства Medium (планшеты, 768 - 991 пикселей)*/
@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: unset;
    }
    #header .top .right-part {
        text-align: center;
    }
    #header .bottom {
        padding: 0 10px;
    }
    #header .bottom .sidebar-menu-show-button {
        display: none;
    }
    #header .bottom .logo {
        display: none;
    }
    #header .bottom .shop-box {
        display: none;
    }
    #header .bottom .search-box {
        width: 100%;
        padding: 0;
    }
    #header .mobile-bottom {
        display: flex;
        flex-wrap: nowrap;
        padding: 10px 10px 0 10px;
        align-items: center;
    }
    #header .mobile-bottom .left-part {
        width:  40%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    #header .mobile-bottom .mobile-logo {
        padding-left: 25px;
    }
    #header .mobile-bottom .mobile-logo img {
        height: 25px;
    }
    #header .mobile-bottom .right-part {
        width:  60%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: relative;
    }
    #header .mobile-bottom .right-part i {
        padding: 0 10px;
        vertical-align: middle;
        font-size: 1.5rem;
    }
    #header .sidebar-mobile-menu-show-button {
        position: relative;
    }
    #header .sidebar-mobile-menu-show-button i {
        vertical-align: middle;
        font-size: 1.5rem;
    }
    #header .sidebar-mobile-menu-show-button .menu-dot {
        display: flex;
        align-items: center;
        font-size: 0.4rem;
        width: 9px;
        height: 10px;
        border-radius: 50px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        text-align: center;
        color: var(--bs-primary);
    }
    #header .sidebar-mobile-menu-show-button .menu-dot i {
        font-size: 0.4rem;
    }
    #header .features-menu {
        padding: 0 10px;
    }
    #mobile-account-block {
        display: none;
        padding: 20px 10px;
        background: #fff;
        position: absolute;
        top: 30px;
        width: 300px;
        z-index: 13;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.21);
        -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.21);
        box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.21);
    }
    #mobile-account-block .item {
        padding: 10px 0;
    }
    #mobile-account-block .item i {
        width: 40px;
        text-align: center;
        margin-right: 10px;
    }
    #header .mobile-bottom .right-part .cart-show-button {
        position: relative;
    }
    #header .mobile-bottom .right-part .qty-counter {
        top: -12px;
        right: -6px;
    }
    #header .mobile-bottom .right-part .wishlist-show-button {
        position: relative;
    }
}

/************************
CUSTOM TEMPLATE
component name: bitrix:catalog
************************/

.m_catalog {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1780px;
    margin: 0 auto;
}
.m_filter-block {
    width: 320px;
    display: block;
    z-index: 9;
    background-color: #fff;
}
.m_filter-block .wrapper {
    padding: 10px;
}
.m_products-block {
    width: calc(100% - 320px);
    z-index: 9;
}
.m_products-block.full-width {
    width: 100%;
}
.m_products-block .wrapper {
    padding: 10px 0;
    margin: 0 40px;
}

/*Устройства Small (телефоны с горизонтальной ориентацией, 576 - 766 пикселей)*/
@media (max-width: 991px) {
    .m_filter-block {
        top: 0;
        position: fixed;
        z-index: 17;
        height: 100%;
        transform: translateX(-100vw);
        --default-transition-duration: 400ms;
        transition: transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .m_filter-block .wrapper {
        overflow-y: scroll;
        height: 100%;
    }
    .m_filter-block .wrapper .filter-inner {
        padding: 0 2px;
    }
    .m_products-block {
        width: 100%;
    }
    .m_products-block .wrapper {
        margin: 0 20px;
    }
    #header .main-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .m_products-block .wrapper {
        margin: 0 12px;
    }
}

/************************
CUSTOM TEMPLATE
component name: bitrix:catalog.smart.filter
************************/
.smart-filter-section button.accordion-button {
    font-weight: 700;
}
.smart-filter-section .accordion-body {
    padding: 10px;
}
.smart-filter-block .radio {
    padding: 10px 0;
}
.smart-filter-block .form-group {
    display: flex;
    padding: 10px 0;
}
.smart-filter-block .smart-filter-property-label {
    padding-left: 10px;
}
.smart-filter-block .smart-filter-property-img img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}
.smart-filter-block .smart-filter-input-group-checkbox-pictures {
    display: flex;
    flex-wrap: wrap;
}
.smart-filter-block .smart-filter-input-group-checkbox-pictures label {
    padding: 5px;
}
.smart-filter-block .smart-filter-input-group-checkbox-pictures .smart-filter-checkbox-btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.smart-filter-block .smart-filter-buttons-container {
    padding: 10px 0;
}
.smart-filter-block .smart-filter-parameters-box-container .extra-controls {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 0 10px 0;
}
.smart-filter-block .smart-filter-parameters-box-container .extra-controls input {
    width: 50%;
    margin: 0 2px;
    border: 1px solid #dfdfe1;
    padding: 10px;
    text-align: center;
    background-color: #f7f7f7;
}
.smart-filter-section .accordion-body {
    margin-bottom: 10px;
}
.smart-filter-block .range-slider {
    margin-top: 15px;
}

/*Cookies policy*/
.toast {
    border: none;
    border-radius: unset;
}
.toast-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
}
.toast-body .toast-text {
    text-align: center;
}
.toast-body .toast-buttons {
    margin: 10px 0;
}
.toast h4 {
    color: #fff;
}
.toast p {
    color: #fff;
}

/*Geo*/
.deliver-geo {
    margin-bottom: 10px;
}
.deliver-geo .country-name {
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid;
}
.deliver-geo .country-name i {
    display: none;
    padding-left: 10px;
    color: var(--bs-green);
}
.country-selection {
    border: none;
    border-color: #dfdfe1;
    padding: 0 10px;
    background: unset;
    width: auto;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font: inherit;
    background-color: transparent;
}
.country-selection:focus {
    outline: none;
}

/*Optimal website*/
#optimal-website .modal-body {
    padding: 50px;
}
#optimal-website .modal-body .flag {
    text-align: center;
    padding-bottom: 20px
}
#optimal-website .modal-body .flag img {
    height: 50px;
}
#optimal-website .modal-body h2 {
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#optimal-website .modal-body p {
    margin-bottom: 30px;
}
.region-redirect {
    font-weight: 600;
    cursor: pointer;
}


/*Ajax*/
.ajax-block {
    opacity: 0;
    visibility: hidden;
    transition: 3s opacity, 3s visibility;
}
.ajax-loaded {
    opacity: 1;
    visibility: visible;
}

/*Short description*/
.short-description-block .text {
    font-weight: 300;
    font-size: 15px;
}
.short-description-block .text.truncated {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* truncate to 4 lines */
    -webkit-line-clamp: 2;
}
.short-description-block .show-more-button {
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}