html {
    height: auto !important;
}

body {
    font-family: 'Inter', sans-serif;
    color: #233146;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background-color: white;
    overflow-x: hidden;
    min-height: 100vh !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

a {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

b, strong {
    font-weight: 600;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.overflow {
    overflow: hidden;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

input {
    filter: none;
    outline: none;
}

input:focus, textarea:focus {
    border: none;
    outline: none;
}

a:focus, a:active, button:active, button:focus {
    outline: none !important;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.hidden {
    display: none !important;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.main--wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.main--content {
    flex: 1 0 auto;
    overflow: hidden;
}

body:not(.home) .main--content {
    padding-top: 60px;
    background: #F4F6FA;
    padding-bottom: 140px;
}

body.home.page .main--content {
    padding-bottom: 140px;
}

body.page .main--content {
    padding-bottom: 0;
    padding-right: 0;
}

body.single-product .main--content {
    padding-top: 60px;
    background: white;
    padding-bottom: 24px;
}

.header {
    display: flex;
    align-items: center;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(19, 25, 89, 0.1);
    z-index: 3;
    height: 60px;
    width: 100%;
}

.header_menu_block .menu_button {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}

.header_menu_block .menu_button .svg {
    margin-right: 14px;
    cursor: pointer;
}

.header_menu_block .menu_button span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #233146;
}

.header_logo_block {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.header_cart_block {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 3px;
}

.wpmenucart-contents {
    position: relative;
    display: inline-block;
}

.wpmenucart-contents .svg {
    fill: #0E59B7;
}

.wpmenucart-contents .cartcontents {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #D85454;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -9px;
}

.toTop {
    position: fixed;
    z-index: 100000;
    bottom: 30px;
    right: 30px;
    min-height: 68px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(19, 25, 89, 0.1);
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toTop.show {
    visibility: visible;
    opacity: 1;
}

.toggle_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 430px;
    width: 100%;
    overflow: hidden;
    transition: transform ease-in-out 0.5s;
    transform: translateX(-100%);
    background-color: #F4F6FA;
    z-index: 99;
}

.toggle_menu.show {
    transform: translate(0, 0);
}

.toggle_open {
    min-height: 100vh;
    overflow: hidden;
}

.toggle_open .overlay_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #233146;
    opacity: 0.8;
    z-index: 1;
    margin-top: 60px;
}

.toggle_menu .title {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E59B7;
}

.toggle_menu .title .svg {
    cursor: pointer;
    fill: white;
}

.toggle_menu .menu_wrapper {
    padding-top: 50px;
    padding-left: 75px;
    height: calc(100vh - 60px);
    overflow: auto;
}

.toggle_menu .menu_wrapper .menu_text {
    color: #0E59B7;
    font-weight: 700;
    font-size: 72px;
    opacity: 0.1;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.toggle_menu .menu_wrapper .menu_items a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #233146;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.toggle_menu .menu_wrapper .menu_items li:last-child a {
    margin-bottom: 0;
}

.toggle_menu .menu_wrapper .menu_items li a:before {
    width: 14px;
    height: 2px;
    content: '';
    display: block;
    background: #0E59B7;
    margin-right: 14px;
    position: relative;
    top: 1px;
}

.toggle_menu .contacts {
    padding-top: 80px;
}

.toggle_menu .contacts_title {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 23px;
    color: #565970;
}

.toggle_menu .phone {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}

.toggle_menu .phone .svg {
    margin-right: 15px;
    fill: #0E59B7;
}

.toggle_menu .phone a {
    font-size: 16px;
    font-weight: 700;
    color: #233146;
}

.toggle_menu .email {
    display: flex;
    align-items: center;
}

.toggle_menu .email .svg {
    margin-right: 15px;
    fill: #0E59B7;
}

.toggle_menu .email a {
    font-size: 16px;
    font-weight: 400;
    color: #233146;
}

.toggle_menu .social_title {
    padding-top: 80px;
    font-weight: 500;
    font-size: 16px;
    color: #565970;
    padding-bottom: 18px;
}

.toggle_menu .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}

.toggle_menu .social a:last-child {
    margin-right: 0;
}

.toggle_menu .social .svg {
    fill: #0E59B7;
}

.toggle_cart {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    max-width: 430px;
    width: 100%;
    overflow: hidden;
    transition: transform ease-in-out 0.5s;
    transform: translateX(100%);
    background-color: #F4F6FA;
    z-index: 10;
}

.toggle_cart.show {
    transform: translate(0, 0);
}

.toggle_cart .mini_cart_item {
    display: flex;
    background: white;
    padding: 20px !important;
    align-items: center;
    margin-bottom: 20px !important;
    margin-right: 40px !important;
    margin-left: 40px !important;
    position: relative;
}

.toggle_cart .woocommerce-mini-cart-item .cart__product-img {
    margin-right: 20px;
    flex-shrink: 0;
}

.toggle_cart .woocommerce-mini-cart-item .cart__product-img img {
    width: 100%;
    max-width: 54px !important;
    height: auto;
    margin-left: 0 !important;
}

.toggle_cart .woocommerce-mini-cart-item .cart__product-name {
    font-weight: 700;
    font-size: 14px;
    color: #233146;
    display: flex;
}

.toggle_cart .woocommerce-mini-cart-item .cart__product-price {
    font-weight: 700;
    font-size: 14px;
    color: #0E59B7;
}

.toggle_cart .woocommerce-mini-cart-item .cart__product-count {
    padding: 5px 0;
    font-weight: 400;
    font-size: 12px;
}

.toggle_cart .widget_shopping_cart_content {
    height: calc(100% - 84px);
}

.toggle_cart .toggle_cart_wrapper {
    overflow: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.toggle_cart .cart-summa {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(19, 25, 89, 0.1);
    padding: 35px 40px;
}

.toggle_cart .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle_cart .woocommerce-mini-cart__total strong {
    font-weight: 700;
    font-size: 14px;
    color: #233146;
}

.toggle_cart .woocommerce-mini-cart__total .amount {
    font-weight: 700;
    font-size: 18px;
    color: #0E59B7;
}

.toggle_cart .woocommerce-mini-cart__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #F4F6FA;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 0;
}

.toggle_cart .cart-product__remove a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #F4F6FA;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: -16px;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
}

.toggle_cart .cart-product__remove a .svg {
    fill: red;
}

.product-remove .remove {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50% !important;
    border: 1px solid #F4F6FA !important;
    width: 32px !important;
    height: 32px !important;
}

.product-remove .remove .svg {
    fill: red;
}

.product-remove .remove:hover {
    background: white !important;
}

.toggle_cart .cart-product__remove a:hover {
    background: #FFFFFF !important;
}

.toggle_cart .title_close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 30px;
}

.toggle_cart .title_close .title {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #233146;
}

.toggle_cart .title_close .close {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #0E59B7;
}

.toggle_cart .title_close .close .svg {
    fill: #0E59B7;
    margin-left: 10px;
}

.toggle_cart .woocommerce-mini-cart__empty-message {
    display: flex;
    height: calc(100% - 84px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.toggle_cart .cart_empty_icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
}

.toggle_cart .cart_empty_icon .svg {
    fill: #0E59B7;
}

.toggle_cart .cart_empty_text {
    padding-top: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #233146;
}

.btn--call--back {
    background: white;
    color: #0E59B7;
    transition: all .25s ease-in-out;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 24px;
    border: 2px solid #0E59B7;
    position: relative;
    top: -3px;
    flex-shrink: 0;
}

.btn--call--back:hover {
    background: #0E59B7;
    color: white;
    box-shadow: 0 0 10px #0E59B7;
}

.main_slider {
    width: 100%;
    height: 100vh;
    background-image: url("../images/slider_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.main_slider .manufacturer {
    font-weight: 700;
    font-size: 160px;
    color: white;
}

.main_slider .catran_manufacturer {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: white;
    padding-left: 10px;
}

.main_slider {
    padding-top: 160px;
}

.slider_main_arrow_scroll {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 4px;
}

.slider_main_arrow {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 106px;
    width: 100%;
}

.slider_main_arrow .prev, .slider_main_arrow .next {
    cursor: pointer;
}

.main_slider .slider_text .buttons {
    display: flex;
    align-items: center;
    padding-left: 140px;
    margin-top: 60px;
}

.main_slider .slider_text .buttons .more {
    width: 100%;
    max-width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #0E59B7;
    margin-right: 20px;
    text-transform: uppercase;
}

.main_slider .slider_text .title_line {
    padding-top: 75px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.main_slider .title_line .title {
    font-weight: 500;
    font-size: 36px;
    color: white;
}

.main_slider .title_line .line {
    content: '';
    width: 100px;
    height: 1px;
    background: white;
    margin-right: 30px;
    flex-shrink: 0;
}

.main_slider .slider_text .text {
    padding-left: 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: white;
}

.main_slider .image {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main_nav {
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.main_nav .slick-dots {
    padding: 0;
    text-align: left;
    display: flex;
    list-style: none;
}

.main_nav .slick-dots li {
    flex-grow: 1;
    margin-right: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.main_nav .slick-dots li .progress {
    position: relative;
    display: inline-block;
    height: 4px;
    padding: 0;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: 100% 100%;
    background-image: -webkit-gradient(linear, left, right, color-stop(1, rgb(255, 255, 255, 1)), color-stop(1, transparent));
    background-image: -o-linear-gradient(left, rgb(255, 255, 255, 1) 100%, transparent);
    background-image: -moz-linear-gradient(left, rgb(255, 255, 255, 1) 100%, transparent);
    background-image: -webkit-linear-gradient(left, rgb(255, 255, 255, 1) 100%, transparent);
    background-image: linear-gradient(to right, rgb(255, 255, 255, 1) 100%, transparent 100%);
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 50px;
}

.main_nav .slick-dots li:last-child .progress {
    margin-right: 0;
}

.main_slider .slick-dots li:hover .progress, .slick-dots li.slick-active .progress {
    background-color: rgba(255, 255, 255, 0.2);
}

.main_nav .slick-dots li .title {
    font-weight: 700;
    font-size: 12px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_nav .slick-dots li.slick-active ~ li .progress {
    background-size: 0% 0%;
}

.main_nav .slick-dots li.slick-active .progress {
    animation: right 2000ms ease-in-out forwards;
}

@keyframes right {
    0% {
        background-size: 0% 100%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.slider_main_arrow_scroll {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 4px;
}

.slider_main_arrow {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 106px;
    width: 100%;
}

.slider_main_arrow .prev, .slider_main_arrow .next {
    cursor: pointer;
}

.scroll {
    align-items: center;
    display: flex;
    padding-left: 155px;
}

.scroll .scroll_text {
    color: white;
    font-weight: 400;
    font-size: 12px;
    margin-right: 30px;
}

.scroll .svg {
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.featured_products {
    position: relative;
    padding: 80px 0;
}

.featured_products::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    background: #F4F6FA;
    height: 100%;
    width: 9000px;
    z-index: -1;
    top: 0;
}

.featured_products .title, .related--title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: #233146;
    text-align: center;
    padding: 30px 0;
}

.related--products {
    background: #f4f6fa;
}

.slider--products .slick-dots {
    display: none !important;
}

.slider--products .prev,
.slider--products .next {
    position: absolute;
    top: 50%;
    display: flex;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    outline: none;
    background: 0 0;
    z-index: 1;
    background: white;
    border: 1px solid #F4F6FA;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(19, 25, 89, 0.1);
}

.slider--products .next {
    right: -15px;
}

.slider--products .prev {
    left: -15px;
}

.slider--products .next .svg, .slider--products .prev .svg {
    top: 2px;
    position: relative;
}

.slider--products .prev .svg {
    transform: rotate(180deg);
}

.see_all {
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background: #0E59B7;
    margin-top: 25px;
    transition: box-shadow .5s;
    font-weight: 500;
}

.see_all:hover {
    box-shadow: 0 0 10px #0E59B7;
    color: white;
}

.see_all .svg {
    position: relative;
    top: 0px;
    margin-left: 10px;
    fill: white;
}

.see_all:hover .svg {
    animation: movearrow 0.5s linear forwards;
}

.single-product .see_all {
    height: 52px;
}


@keyframes movearrow {
    0% {
        margin-left: 10px;
    }
    50% {
        margin-left: 20px;
    }

    100% {
        margin-left: 10px;
    }
}

.main_about {
    padding-top: 120px;
}

.main_about_name {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 220px;
    color: #F4F6FA;
    margin-top: 60px;
}

.main_about .text {
    position: relative;
    height: 450px;
    padding-right: 30px;
}

.main_about .text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #565970;
}

.main_about_name {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 220px;
    color: #F4F6FA;
    margin-top: 60px;
}

.main_about .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    color: #233146;
    padding-bottom: 80px;
}

.main_about .pictures {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}

.main_about .pictures::before {
    content: '';
    display: block;
    width: 366px;
    height: 366px;
    background: #F4F6FA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main_about .pictures1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
}

.main_about .pictures2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    background: #0E59B7;
    padding-top: 80px;
    padding-bottom: 30px;
    flex: 0 0 auto;
}

.footer .footer--title {
    color: white;
    padding-bottom: 38px;
    font-size: 12px;
    text-transform: uppercase;
}

.footer_contact .svg {
    fill: #F4F6FA;
    margin-right: 16px;
}

.footer_contact .item {
    padding-bottom: 32px;
    display: flex;
    align-items: center;
}

.footer_contact .item:last-child {
    padding-bottom: 0;
}

.footer_contact .item.phone a {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}

.footer_contact .item.phone .svg {
    position: relative;
    top: 2px;
}

.footer_contact .item.email a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.footer_contact .item.email .svg {
    position: relative;
    top: 3px;
}

.footer_contact .item.address {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.footer_contact .item.address .svg {
    position: relative;
    top: 1px;
    flex-shrink: 0;
}

.footer_menu {
    text-align: right;
}

.footer_menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 38px;
}

.footer_menu .menu-item:after {
    width: 14px;
    height: 2px;
    display: block;
    background: white;
    margin-left: 14px;
    content: '';
    position: relative;
    top: 2px;
}

.footer_menu .menu-item :last-child {
    padding-bottom: 0;
}

.footer_menu .menu-item a {
    color: white;
    font-weight: 400;
    font-size: 14px;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo .svg {
    fill: white;
}

.footer_logo .social {
    display: flex;
}

.footer_logo .text {
    padding-top: 26px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 12px;
}

.footer_logo .social a {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 225, 0.1);
    border-radius: 50%;
    margin: 0 5px;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    font-weight: 400;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-grid {
    margin-bottom: 24px;
}

.product-thumb {
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: filter .5s;
    background: white;
    height: 100%;
    position: relative;
}

.product-thumb span.price{
    display: flex;
    flex-direction: column;
}

.product-thumb span.price del{
    order: 10;
    font-size: 16px;
    text-align: right;
    color: red;
}

.product-thumb span.price ins{
    text-decoration: none;
}

.product-thumb .btn .svg {
    fill: white;
    position: relative;
    top: 0px;
}

.product--right .price--buy p.price del{
    order: 10;
    font-size: 16px;
    color: red;
}

.product--right .price--buy p.price ins{
    text-decoration: none;
}

.product-thumb .btn:hover .svg {
    animation: movearrow 0.5s linear forwards;
}


.product-thumb:hover {
    filter: drop-shadow(5px 5px 10px rgba(19, 25, 89, 0.1));
    z-index: 2;
}

body.single-product .product-thumb:hover .visible--invisible {
    display: none;
}


.product-thumb .visible--invisible {
    display: none;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: white;
    left: 0;
    padding: 10px 20px 20px;
    z-index: 3;
}

.product-thumb:hover .visible--invisible {
    display: block;
    position: absolute;
}

.product-thumb .name--price {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #0E59B7;
}

.product-thumb .name a {
    color: #233146;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

.product-thumb .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #565970;
    overflow: hidden;
    min-height: 70px;
    max-height: 70px;
    display: flex;
}

.product-thumb .description p {
    margin: 0;
}

.product-thumb .rating--review {
    display: flex;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 20px;
    flex-direction: column;
}

.product-thumb .rating--review .star-rating {
    font-size: 30px;
    color: #0E59B7;
    float: left;
    height: 27px;
    width: 90px;
}

.product-thumb .rating--review .star-rating::before {
    top: -3px;
    content: "\25CF \25CF \25CF \25CF \25CF";
}

.product-thumb .rating--review .star-rating span::before {
    top: -3px;
    content: "\25CF \25CF \25CF \25CF \25CF";
}

.product-thumb .rating--review .rating-text {
    font-size: 12px;
    color: #0E59B7;
    font-weight: 700;
    margin-top: 6px;
    margin-left: 6px;
}

.product-thumb .rating--review .review {
    font-size: 12px;
    color: #0E59B7;
    font-weight: 700;
    text-align: right;
    margin-left: auto;
}

.product-thumb .sale--text {
    padding-top: 5px;
    color: gray;
    font-size: 11px;
    font-weight: 400;
}

.product-thumb .sale--text.bottom {
    text-align: right;
    padding-bottom: 10px;
}

.product-thumb .sale--text p {
    margin: 0;
}

.text_before_filter {
    background: white;
    padding: 40px 30px 10px;
}

.text_before_filter .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #233146;
}

.text_before_filter .name {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #0E59B7;
}


.products--filter {
    background: white;
    padding: 20px 30px 10px;
}

.products--filter h3 {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px;
    color: #0E59B7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.products--filter .bapf_colaps_smb {
    font-size: 13px
}

.products--filter .bapf_body ul li {
    padding-bottom: 10px !important;
}

.products--filter ul li input[type="checkbox"] {
    border: 2px solid #dae4ee;
    width: 17px;
    height: 17px;
}

.products--filter ul li input[type="checkbox"]:checked {
    border-color: #0E59B7;
    background-color: #0E59B7;
}

.products--filter .bapf_sfilter label {
    display: inline !important;
    margin-left: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #233146;
}

.products--filter .bapf_ckbox_sqchck input[type="checkbox"]:checked::after {
    width: 5px;
    height: 9px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    top: 1px;
    left: 4px;
}

.products--filter .reset--filter h3 {
    color: #EB5757;
    font-weight: 400;
    font-size: 14px;
}

.products--filter .reset--filter span {
    display: none;
}

.products--filter .reset--filter ul {
    display: inline-flex;
}

.products--filter .reset--filter .bapf_sfa_taxonomy {
    display: inline-flex;
}

.products--filter .reset--filter a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    background: #F4F6FA;
    border-radius: 50px;
    border: none;
    color: #565970;
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 15px;
    cursor: pointer;
}

.products--filter .reset--filter a i {
    order: 2;
    position: relative;
    color: #0E59B7;
    top: 0;
    font-size: 14px;
    margin-left: 4px;
}

.products--filter .reset--filter .bapf_sfa_unall {
    display: flex;
}

.products--filter .reset--filter .bapf_sfa_unall a {
    width: 85px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EB5757;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #EB5757;
    cursor: pointer;
}

.products--filter .reset--filter .bapf_sfa_unall a i {
    display: none;
}

.products--filter .cena .ui-slider-handle {
    width: 24px !important;
    height: 24px !important;
    background: #F4F6FA !important;
    border: 1px solid #DAE4EE !important;
    border-radius: 50% !important;
    cursor: pointer;
    top: -11px !important;
}

.products--filter .cena .ui-slider-handle:focus-visible {
    outline: none !important;
}

.products--filter .cena h3 {
    margin-bottom: 30px;
}

.products--filter .cena .ui-slider-range {
    background: #0E59B7;
}

.products--filter .cena .bapf_slidr_main.ui-widget-content {
    background: #dae4ee;
}

.products--filter .cena .bapf_from, .products--filter .cena .bapf_to {
    margin-top: 10px;
    font-size: 13px;
    color: #0E59B7;
    font-weight: 600;
}

.category--sort--view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    background: white;
    padding: 23px 30px;
}

.category--sort--view .woocommerce-ordering {
    margin: 0;
}

.category--sort--block {
    display: flex;
    align-items: center;
}

.category--sort--block label {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #565970;
    flex-shrink: 0;
}

.category--sort--view .nice-select {
    cursor: pointer;
    width: 240px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #F4F6FA;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: #233146;
    padding: 0 20px;
}

.category--sort--view .nice-select::after {
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 7px;
    background-image: url("../images/sort_arrow.svg");
    transition: all 0.3s ease-in-out;
}


.category--sort--view .nice-select .list {
    background: white;
    border: 1px solid #F4F6FA;
}

.category--sort--view .nice-select .option.selected {
    font-weight: 700;
}

.category--sort--view .nice-select .option {
    cursor: pointer;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #111111;
    line-height: 24px;
    font-size: 12px;
}

#callback {
    border-radius: 8px;
}

.callback_form {
    max-width: 650px;
}

.callback_form .title {
    font-weight: 700;
    font-size: 24px;
    color: #0e59b7;
    padding-bottom: 5px;
    text-align: center;
}

.callback_form label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #565970;
    margin-bottom: 10px;
    margin-top: 10px;
}

.callback_form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #DAE4EE;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 0 5px #DAE4EE;
}

.callback_form input[type="submit"] {
    background: #0E59B7;
    color: white;
    transition: box-shadow .25s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    height: 52px;
    position: relative;
    border: none;
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0;
}

.callback_form input[type="submit"]:hover {
    box-shadow: 0 0 10px #0E59B7;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-response-output {
    border: none !important;
    text-align: center;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

.callback_form .form-group {
    margin-bottom: 0;
}

.callback_form .input-icon {
    position: relative;
}

.callback_form .input-icon .form-control {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #DAE4EE;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #233146;
    box-shadow: 0 0 5px #DAE4EE;
}

.callback_form .input-icon .icon {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 14px;
}

.callback_form .input-icon .icon.user {
    width: 14px;
}

.callback_form .input-icon .icon.email {
    width: 16px;
}

.callback_form .input-icon .icon.phone {
    width: 16px;
}

.callback_form .input-icon .icon svg {
    fill: #0e59b7;
}


.callback_form label .required {
    color: #dc3232;
    margin-left: 2px;
}

.product--right {
    background: #F4F6FA;
    padding: 60px 60px 20px;
    position: relative;
    height: 100%;
}

.product--right .single_add_to_cart_button {
    text-transform: uppercase;
    position: relative;
    display: inline-flex !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.product--right .single_add_to_cart_button .svg {
    fill: white;
    position: absolute;
    left: 20px;
    transition: transform .5s;
}

.product--right .single_add_to_cart_button:hover .svg {
    transform: rotate(1turn);
}

.product--right .single_add_to_cart_button span {
    margin-left: 28px;
    margin-top: 2px;
}

.product--right .price--buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.product--right .price {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 24px;
    color: #0E59B7;
    margin: 0;
}

.product--right .our--of--stock {
    pointer-events: none;
}

.product--right .variable-item {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 2px solid #0E59B7;
}

.product--right .our--of--stock .variable-item-contents span {
    opacity: 0.7 !important;
}

.product--right .our--of--stock .variable-item-contents:before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='red' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: calc(100% - 8px);
    position: absolute;
    width: calc(100% - 8px);
    z-index: 2;
    left: 4px;
}

.page--content {
    z-index: 0;
    padding-top: 60px;
    padding-bottom: 120px;
    padding-right: 60px;
    position: relative;
}

.page--content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #565970;
}

.woocommerce-checkout .page--content, .woocommerce-cart .page--content {
    padding-top: 0;
    padding-right: 0;
}

.woocommerce-cart .product-thumbnail {
    text-align: center;
}

.woocommerce-cart td.actions {
    display: none;
}

.woocommerce-cart .cart_totals {
    background: white;
    padding: 30px;
    border-radius: 8px;
}

.woocommerce-cart .cart_totals h2 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
    color: #0E59B7;
}

.woocommerce-cart .woocommerce-cart-form-wrapper {
    background: white;
    padding: 30px;
    border-radius: 8px;
}

.woocommerce-cart .alt {
    margin: 0 auto;
    margin-top: 20px;
}

.woocommerce-cart table.shop_table {
    background: white !important;
    border: none;
    margin: 0;
}

.woocommerce-cart table.shop_table th {
    background: #F4F6FA;
    border: none;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #565970 !important;
    height: 50px;
}

.woocommerce-cart table.shop_table .product-name a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #233146;
}

.woocommerce-cart table.shop_table .product-subtotal {
    font-weight: 700;
    font-size: 14px;
    color: #0E59B7;
}

.woocommerce-cart table.shop_table .product-price {
    text-align: center;
    font-size: 12px;
    color: #233146;
}

.woocommerce-cart table.cart img {
    width: 80px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
}

.page--content .bg {
    background: white;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    width: 9999px;
    right: 0;
    z-index: -1;
}

.page--content h1 {
    font-weight: 500;
    font-size: 30px;
    color: #233146;
    padding-bottom: 20px;
    margin: 0;
}

.content.cart--empty {
    padding-top: 60px;
    text-align: center;
}

.content.cart--empty .message--title {
    font-weight: 500;
    font-size: 24px;
    color: #233146;
    text-align: center;
}

.content.cart--empty .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    height: 100px;
    width: 100px;
    margin: 30px auto 20px auto;
    box-shadow: 0px 4px 20px rgba(19, 25, 89, 0.1);
}

.content.cart--empty .svg {
    fill: #0E59B7;
}

.content.cart--empty .message--cart {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
    color: #233146;
}

.content.cart--empty .message--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #565970;
}

.content.cart--empty .message--text a {
    color: #0E59B7;
    text-decoration: underline;
}

body.woocommerce-cart.woocommerce-cart-empty h1 {
    display: none;
}

body.woocommerce-cart.woocommerce-cart-empty .page--content {
    padding-top: 0;
    padding-right: 0;
}

body.woocommerce-cart.woocommerce-cart-empty .page--content .bg {
    background: #f4f6fa;
}

.product--left .product--images {
    position: relative;
}

.shop-slider-for {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding-top: 50px;
}

.shop-slider-for .prev, .shop-slider-for .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 16px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.shop-slider-for .prev {
    left: -20px;
}

.shop-slider-for .next {
    right: -20px;
}

.shop-slider-nav {
    padding-top: 45px;
}

.shop-slider-nav__item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    min-width: 100px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #DAE4EE;
    padding: 2px 0;
}

.shop-slider-nav .slick-track {
    width: 100% !important;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
}

.shop-slider-nav__item.slick-current {
    border: 1px solid #0E59B7;
}

.product--right::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 100%;
    content: "";
    z-index: 0;
    background-color: #F4F6FA;
    display: block;
}

.product--right .sale--text {
    color: #565970;
    font-size: 11px;
    padding-top: 5px;
}

.product--right--wrapper {
    position: relative;
    z-index: 1;
}

.product--tabs {
    padding-top: 65px;
}

.product--tabs .wc-tabs {
    border-bottom: 4px solid #F4F6FA;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.product--tabs .wc-tabs li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #233146;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-right: 60px;
    display: inline-block;
    position: relative;
}

.product--tabs .wc-tabs .active a::after {
    width: 100%;
}

.product--tabs .wc-tabs a:hover::after {
    width: 100%;
}

.product--tabs .wc-tabs a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    background-color: #0E59B7;
    width: 0;
    transition: width .5s;
}

.product--tabs .wc-tabs li:last-child a {
    padding-right: 0;
}

.single-product .woocommerce-Tabs-panel {
    padding-top: 40px;
    padding-bottom: 60px;
}

.single-product .woocommerce-Tabs-panel h2 {
    display: none;
}

.single-product .woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--dostawa-i-platnosc p {
    line-height: 1.5;
    color: #565970;
}


.comment-reply-title, .comment-form-cookies-consent {
    display: none;
}

.comment_container .avatar {
    display: none;
}

.commentlist {
    padding: 0;
}

.title--link--reviews {
    display: flex;
    padding-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

.title--link--reviews h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #233146;
    margin: 0;
}

.title--link--reviews .d-flex {
    flex-shrink: 0;
}

.product--right .star-rating {
    font-size: 30px;
    color: #0E59B7;
    float: left;
    height: 27px;
    width: 90px;
}

.product--right .star-rating, .comment-text .star-rating {
    font-size: 30px;
    color: #0E59B7;
    height: 27px;
    width: 90px;
}

.product--right .star-rating::before, .comment-text .star-rating::before {
    top: -5px;
    content: "\25CF \25CF \25CF \25CF \25CF";
}

.product--right .star-rating span::before, .comment-text .star-rating span::before {
    top: -5px;
    content: "\25CF \25CF \25CF \25CF \25CF";
}

#review_form .stars a {
    width: 24px;
    height: 24px;
    visibility: hidden;
    margin: 2px;
}

#review_form .stars a:hover:before {
    content: '';
    border-radius: 50%;
    border: 2px solid #0E59B7 !important;
    background-color: #0E59B7 !important;
}

#review_form p.stars a::before {
    content: '';
    visibility: visible;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #0E59B7;
    background-color: transparent;
}

#review_form p.stars.selected a.active::before, #review_form p.stars.selected a:not(.active)::before {
    content: '';
    border-radius: 50%;
    border: 2px solid #0E59B7;
    background-color: #0E59B7;
}

#review_form p.stars.selected a.active ~ a::before {
    border-radius: 50%;
    border: 2px solid #0E59B7;
    background-color: transparent;
}

#review_form .comment-form-author, #review_form .comment-form-email {
    display: inline-flex;
    flex-direction: column;
}

#review_form .comment-form-author {
    padding-right: 16px;
}

#review_form .comment-form-author input, #review_form .comment-form-email input {
    height: 43px;
    border-radius: 4px;
    border: 1px solid #DAE4EE;
    box-shadow: 0 0 5px #DAE4EE;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #233146;
}

.product--right .woocommerce-review-link {
    font-size: 12px;
    color: #0E59B7;
    font-weight: 700;
    margin-left: 10px;
}


.product--right .mini_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #565970;
    padding-bottom: 30px;
    border-bottom: 1px solid #DAE4EE;
    margin-bottom: 30px;
}

.product--right .variations label {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #233146;
    padding-bottom: 20px;
}

.product--right .quantity {
    display: none !important;
}

.product--right .custom-additional-information {
    padding-top: 25px;
}

.product--right .specification--head {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    color: #0E59B7;
    padding: 17px 30px;
    cursor: pointer;
    margin-bottom: 16px;
}

.product--right .specification--item {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
}

.product--right .specification--item--name {
    color: #565970;
    flex: 1 0 50%;
}

.product--right .specification--item--value {
    color: #233146;
    flex: 1 0 50%;
    text-align: right;
}

#comment {
    border-radius: 4px;
    border: 1px solid #DAE4EE;
    box-shadow: 0 0 5px #DAE4EE;
    padding: 16px;
}

#review_form #submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700;
    font-size: 14px !important;
    border-radius: 50px !important;
    height: 52px !important;
    position: relative !important;
    background: #0E59B7 !important;
    color: white !important;
    transition: box-shadow .25s ease-in-out;
    min-width: 200px;
    margin-top: 16px !important;
}

#review_form #submit:hover {
    box-shadow: 0 0 10px #0E59B7 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 4px;
    border: 1px solid #DAE4EE;
    box-shadow: 0 0 5px #DAE4EE;
}

#review_form label {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #565970;
    margin-bottom: 10px;
    margin-top: 10px;
}

#review_form label .required {
    color: #dc3232;
    margin-left: 2px;
}

.checkout-left-column, .checkout-right-column {
    background: white;
    padding: 30px;
    border-radius: 8px;
}

.checkout-left-column h3, .checkout-right-column h3 {
    font-weight: 500;
    font-size: 30px;
    color: #233146;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 1px solid #DAE4EE;
}

.checkout-right-column h3 {
    border: none;
}

.checkout-left-column .checkout-heading {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
    color: #0E59B7;
    padding-top: 20px;
}

.checkout-left-column .woocommerce-billing-fields label,
.checkout-left-column .woocommerce-additional-fields label,
.checkout-left-column .woocommerce-shipping-fields label {
    font-weight: 700;
    font-size: 12px;
    color: #565970;
    padding: 0;
    margin: 0;
    width: 100%
}

.woocommerce-form__label-for-checkbox span {
    font-weight: 500;
    font-size: 18px;
    color: #0E59B7;
    margin-left: 10px !important;
}

label.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px !important;
}

.woocommerce-form__label-for-checkbox input {
    width: auto !important;
    height: 30px !important;
}

.woocommerce-cart .woocommerce-shipping-destination {
    display: none !important;
}

#ship-to-different-address {
    border: none !important;
    padding-bottom: 10px !important;
}

.woocommerce-cart .product-quantity {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0 !important;
}

.woocommerce-mini-cart-item.removing {
    animation: removeItem 0.5s forwards;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
}

@keyframes removeItem {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.woocommerce-variation-availability, .reset_variations {
    display: none !important;
}

.wc-block-cart-item__quantity, .single-product .product .quantity {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 1px !important;
}

.woocommerce-cart #wpmenucartli,
.woocommerce-checkout #wpmenucartli {
    display: none;
}

.woocommerce-cart .btn--call--back,
.woocommerce-checkout .btn--call--back {
    margin-right: 0;
}

.woocommerce-breadcrumb {
    margin: 0 !important;
    padding: 24px 0 !important;
}

.woocommerce-breadcrumb a {
    font-weight: 400;
    font-size: 12px;
    color: #565970 !important;
}

.woocommerce-breadcrumb span {
    font-weight: 700;
    font-size: 12px !important;
    color: #565970 !important;
}

.woocommerce-breadcrumb .sep {
    font-weight: 400;
    font-size: 12px !important;
    color: #565970 !important;
    margin: 0 5px;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-notices-wrapper-modal {
    max-width: 500px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 42px;
    padding-bottom: 24px;
    border-radius: 8px;
}

.woocommerce-error {
    border: none !important;
}

.woocommerce-error::before, .woocommerce-message::before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
    padding: 0;
    background: white;
    border: none;
    color: #233146;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 8px;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    margin: 24px auto 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    height: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #0E59B7 !important;
    border-radius: 50px !important;
    width: 250px;
    transition: box-shadow .25s ease-in-out;
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    box-shadow: 0 0 10px #0E59B7;
}

.cart-empty {
    display: none !important;
}

.woocommerce-cart .actions button {
    display: none !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: white !important;
}


.cart_totals input[type="radio"], #order_review input[type="radio"] {
    appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #dae4ee;
    width: 17px;
    height: 17px;
    outline: 0;
    border-radius: 10px;
    padding: 2px;
    margin-right: 5px;
}

.cart_totals input[type="radio"]:checked, #order_review input[type="radio"]:checked {
    border-color: #0E59B7;
    background-color: #0E59B7;
    background-clip: content-box;
}

.woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce table.shop_table tfoot td {
    font-weight: 400;
}

#order_review .cart-subtotal td {
    font-weight: 700 !important;
    font-size: 14px;
}

#order_review .order-total th {
    font-size: 16px !important;
    font-weight: 700;
    color: #233146;
}

#order_review .order-total .woocommerce-Price-amount {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #0E59B7
}

.cart--bottom--buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.checkout-left-column input, .woocommerce-form-coupon input {
    border: 1px solid #DAE4EE;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    color: #233146;
    height: 50px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    box-shadow: 0 0 5px #DAE4EE;
    border-radius: 4px;
}

.checkout-left-column .woocommerce-input-wrapper {
    width: calc(100% - 10px);
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #DAE4EE !important;
}

.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-wide {
    width: 50%;
    float: left;
    clear: none;
}

#order_comments {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #DAE4EE;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 0 5px #DAE4EE;
    height: auto;
}

.woocommerce-NoticeGroup-checkout {
    margin-bottom: 20px;
    border-radius: 8px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
    font-size: 12px;
    padding: 10px;
}

.page-template-about h1 {
    padding-bottom: 40px !important;
}

.page-template-about h1 span {
    color: #0E59B7;
    font-weight: 700;
    margin-left: 10px;
    text-transform: uppercase;
}

.page-template-about p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #565970;
}

.page-template-about p:last-child {
    margin-bottom: 0;
}

.about_1 .image--icon {
    position: relative;
    height: 100%;
}

.about_1 .image--icon::before {
    content: '';
    display: block;
    width: 688px;
    height: calc(100% + 120px);
    position: absolute;
    top: -120px;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.about_1 .icon--text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #F4F6FA;
    display: flex;
    align-items: center;
    padding: 38px;
}

.about_1 .icon--text .icon {
    margin-right: 23px;
}

.about_1 .icon--text .title {
    font-weight: 700;
    font-size: 18px;
    color: #233146;
    padding-bottom: 4px;
    line-height: 21px;
}

.about_2 {
    padding-bottom: 120px;
}

.about_2 .name {
    position: relative;
    left: -110px;
    font-weight: 700;
    font-size: 220px;
    color: #F4F6FA;
    margin-top: 30px;
    margin-bottom: 40px;
}

.about_2 .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #233146;
}

.about_3 {
    padding-bottom: 80px;
}

.about--gallery .item {
    margin: 0 12px;
}

.about--gallery .item img {
    width: 100%;
}

.about--gallery--nav {
    display: flex;
}

.about--gallery--nav .slick-arrow {
    background: white;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about--gallery--nav .prev {
    margin-right: 4px;
}

.gallery--text--nav {
    background: #F4F6FA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.gallery--text--nav:before {
    content: '';
    display: block;
    position: absolute;
    right: -280px;
    width: 100%;
    height: 100%;
    background: #F4F6FA;
    top: 0;
    z-index: -1;
}

.about--gallery {
    margin: 60px 0;
}

.gallery--text .title {
    padding-bottom: 40px;
    font-size: 24px;
    color: #233146;
    font-weight: 500;
    line-height: 1.2;
}

.gallery--text .title span {
    font-weight: 700;
    font-size: 24px;
    color: #0E59B7;
    line-height: 1.2;
}

.gallery--text .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #565970;
    padding-bottom: 120px;
}

.contact--form--header {
    padding: 40px 30px 40px 35px;
    background: #F1F6FF;
}

.contact--form--header .icon--text {
    display: flex;
}

.contact--form--header .icon {
    margin-right: 25px;
}

.contact--form--header .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact--form--header .text .title {
    font-weight: 700;
    font-size: 24px;
    color: #233146;
    padding-bottom: 5px;
}

.contact--form--header .text .txt {
    font-weight: 400;
    font-size: 16px;
    color: #233146;
}

.contact--form--header .button {
    height: 100%;
    display: flex;
    align-items: center;
}

.contact--form--header .button .btn {
    width: 100%;
    position: relative;
    background: #0E59B7;
    color: white;
}

.contact--form--header.open .button .btn .svg {
    fill: #0E59B7;
    transform: rotate(0deg);
}

.contact--form--header .button .btn .svg {
    position: absolute;
    right: 30px;
    fill: white;
    transform: rotate(-180deg);
}

.contact--form--header.open .button .btn:hover {
    box-shadow: 0 0 10px white;
}

.contact--form--header.open .button .btn {
    background: #FFFFFF;
    color: #0E59B7;
}

.contact--form--box {
    display: none;
    padding: 30px 30px 60px;
    border: 1px solid #DAE4EE;
    border-top: none;
    background: white;
}

.contact--form--box.open {
    display: block;
    padding-bottom: 30px;
}

.contact--form--box .callback_form {
    max-width: 100%;
}

#order_review .cart_item .product-name, #order_review .cart_item .product-total {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #233146;
}

.go--catalog {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-height: 68px;
    cursor: pointer;
    transition: all 0.3s linear;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(19, 25, 89, 0.1);
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go--catalog .svg {
    transform: rotate(-90deg);
}

.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper {
    border: 1px solid #DAE4EE;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    color: #233146;
    height: 50px;
    width: calc(100% - 10px);
    padding: 0.375rem 0.75rem;
    box-shadow: 0 0 5px #DAE4EE;
    border-radius: 4px;
    line-height: 39px;
}


.checkout-success {
    padding-top: 60px;
    text-align: center;
}

.checkout-success .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.checkout-success h1 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    color: #233146;
    margin: 0;
}

.checkout-success h1 span {
    color: #0E59B7;
}

.checkout-success .message {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #565970;
    padding-bottom: 30px;
    padding-top: 10px;
}

.checkout-success .buttons {
    display: flex;
    justify-content: center;
}


#modal-add-cart {
    max-width: 500px;
    width: 100%;
    padding: 20px;
}

#modal-add-cart .cart--icon--popup {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #F4F6FA;
    margin: 0 auto;
}

#modal-add-cart .cart--icon--popup svg {
    fill: #0E59B7;
}

#modal-add-cart .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #233146;
    padding-top: 10px;
    text-align: center;
}

#modal-add-cart .go--cart {
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

#modal-add-cart .continue {
    display: flex;
    justify-content: center;
}

.wc_payment_methods.payment_methods li {
    border: 1px solid #DAE4EE;
    padding: 10px 20px;
    margin-bottom: 10px !important;
    border-radius: 5px;
}

.wc_payment_methods.payment_methods li label {
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
}

.woocommerce table.shop_table, .woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-color: #DAE4EE !important;
}

.footer--contact--us {
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding-top: 12px;
    cursor: pointer;
    text-decoration: underline;
}


.email--button .svg {
    margin-right: 12px;
    fill: #0E59B7;
    margin-top: 4px;
    cursor: pointer;
    display: none;
}

.woocommerce-checkout .woocommerce-message {
    display: none !important;
}

.woocommerce form.checkout_coupon {
    border-color: #DAE4EE !important;
}

.woocommerce-checkout-payment {
    margin-top: 20px;
}

.woocommerce-form-coupon-wrapper .woocommerce-info:before {
    display: none;
}

.woocommerce-form-coupon-wrapper .showcoupon{
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    color: #0E59B7;
}

.woocommerce-form-coupon-wrapper .woocommerce-error li{
    color: red !important;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}


.woocommerce-remove-coupon{
    color: #0E59B7;
}

.woocommerce-checkout-review-order-table .cart-discount .woocommerce-Price-amount{
    color: #0E59B7;
    font-weight: 700;
}

.privacy.warning--text{
    color: grey;
}
